@charset "UTF-8";
/*共通*/
section.mainContentsArea {
  position: relative;
}

.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

#request-form {
  margin-bottom: 50px;
}

/*共通*/
img {
  max-width: 100%;
  height: auto;
}

.fontMincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #29558a;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenterPC,
.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

body {
  font-size: 16px;
  line-height: 1.8;
  min-width: 1240px;
}

a {
  color: #0081cc;
}

.w800Box {
  width: 800px;
  margin: 0 auto;
}

.contentsBox {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box {
    width: 96%;
  }
  .contentsBox {
    margin-bottom: 40px !important;
  }
  body {
    min-width: 100%;
  }
}
/*追従*/
.btnList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fce339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #143d60;
  width: 250px;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}

.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.fixedBtnArea ul {
  display: block;
  width: auto;
}
.fixedBtnArea ul li {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px auto;
  width: 160px;
}
.fixedBtnArea ul li a {
  width: 100%;
  font-size: 16px;
}
.fixedBtnArea ul li a::before {
  height: 5px;
  width: 5px;
  right: 5%;
}
.fixedBtnArea ul .topBtn {
  display: none;
}

.fixedBtnArea ul .mousikomi a {
  background-color: #0081cc;
  color: #fff;
}

.fixedBtnArea ul .mousikomi a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    width: 100%;
  }
  .fixedBtnArea ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .fixedBtnArea ul li {
    width: 44%;
    line-height: 1.4;
    margin: 0 10px 0 0px;
  }
  .fixedBtnArea ul li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .fixedBtnArea ul .topBtn {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: block;
    background-color: transparent;
    width: auto;
    margin: 0;
  }
  .fixedBtnArea ul .topBtn a {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .fixedBtnArea ul .topBtn a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translateX(50%) translateY(50%);
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: 4px;
  }
}
/*common*/
h2.ckNormal {
  background-color: #0057aa;
  border-bottom: 5px solid #f38200;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  padding: 20px 0;
  margin-bottom: 30px;
}
h2.ckNormal .sm {
  font-size: 50%;
}

.banerArea {
  text-align: center;
  margin: 0 auto 32px;
}
.banerArea a {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.banerArea a:hover {
  opacity: 1 !important;
}
.banerArea img {
  width: 90%;
  max-width: 480px;
  transition: 0.3s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.banerArea img:hover {
  opacity: 0.7;
}

.ckBtnArea {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.normalBtn {
  display: block;
  position: relative;
  background-color: #f38200;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 350px;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.normalBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

.markTxt {
  font-family: "Shippori Mincho B1", serif;
  background: linear-gradient(transparent 30%, #e4cebe 30%);
  font-size: 24px;
}

h3.ckTitle {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  color: #0057aa;
  margin-bottom: 30px;
}
h3.ckTitle span {
  position: relative;
  display: inline-block;
  padding: 0 100px;
}
h3.ckTitle span::before, h3.ckTitle span::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #0057aa;
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
}
h3.ckTitle span::before {
  left: 0;
}
h3.ckTitle span::after {
  right: 0;
}

@media screen and (max-width: 640px) {
  h2.ckNormal {
    font-size: 4.6vw;
    padding: 10px;
    margin-bottom: 20px;
  }
  h2.ckNormal .sm {
    font-size: 70%;
  }
  .ckBtnArea {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .normalBtn {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 5vw;
  }
  .normalBtn::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    right: 8%;
    top: 50%;
    margin-top: 2px;
  }
  .normalBtn:last-child {
    margin: 0 auto;
  }
  .markTxt {
    font-size: 4.4vw;
  }
  h3.ckTitle {
    font-size: 5.2vw;
  }
  h3.ckTitle span {
    padding: 0 30px;
  }
  h3.ckTitle span::before, h3.ckTitle span::after {
    width: 30px;
  }
}
/*fv*/
.mainArea {
  position: relative;
  overflow: hidden;
  height: 520px;
  z-index: 0;
}
.mainArea .mainInner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.mainArea .mainInner .titleArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainArea .mainInner .titleArea h1 {
  font-weight: bold;
  font-size: 48px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.4;
}
.mainArea .mainInner .titleArea h1 .fukidasi {
  position: relative;
  padding: 0 20px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 26px;
  font-weight: normal;
}
.mainArea .mainInner .titleArea h1 .fukidasi::before, .mainArea .mainInner .titleArea h1 .fukidasi::after {
  content: "";
  position: absolute;
  border: 1px solid #363636;
  height: 26px;
  bottom: 0;
}
.mainArea .mainInner .titleArea h1 .fukidasi::before {
  left: 0;
  transform: rotate(-35deg);
}
.mainArea .mainInner .titleArea h1 .fukidasi::after {
  right: 0;
  transform: rotate(-145deg);
}
.mainArea .mainInner .titleArea .medalArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 16px 0;
}
.mainArea .mainInner .titleArea .medalArea img {
  width: 140px;
}
.mainArea .mainInner .titleArea .mainBottomText {
  text-align: center;
  font-size: clamp(16px, 4vw, 20px);
}
.mainArea .teacherImg {
  position: absolute;
  right: 40px;
  bottom: 0px;
  width: 360px;
}
.mainArea .chizaiBookImg {
  z-index: 1;
  position: absolute;
  bottom: 16px;
  right: 0px;
  width: 140px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
.mainArea .fvBackImg {
  position: absolute;
  top: 0;
  left: 35%;
  height: 100%;
  z-index: -1;
}
.mainArea .fvBackFullImg {
  position: absolute;
  top: 0;
  min-height: 100%;
  z-index: -2;
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: auto;
  }
  .mainArea .mainInner {
    width: 100%;
    flex-direction: column;
  }
  .mainArea .mainInner .titleArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mainArea .mainInner .titleArea h1 {
    font-size: 7vw;
    margin-top: 20px;
  }
  .mainArea .mainInner .titleArea h1 .fukidasi {
    font-size: 5vw;
  }
  .mainArea .mainInner .titleArea h1 .fukidasi::before, .mainArea .mainInner .titleArea h1 .fukidasi::after {
    height: 20px;
  }
  .mainArea .mainInner .titleArea .medalArea {
    margin: 8px 0;
  }
  .mainArea .mainInner .titleArea .medalArea img {
    width: 28%;
  }
  .mainArea .teacherImg {
    bottom: 0px;
    margin: 0px 48px -40px auto;
    width: 60%;
    position: static;
  }
  .mainArea .chizaiBookImg {
    bottom: 16px;
    right: auto;
    left: 12%;
    width: 26%;
  }
  .mainArea .banerArea {
    bottom: 20px;
    position: absolute;
    z-index: 3;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainArea .banerArea a {
    width: 100%;
  }
  .mainArea .fvBackImg {
    position: absolute;
    top: 0;
    left: 35%;
    height: 100%;
    z-index: -1;
  }
}
/*contents*/
.arrImg {
  display: block;
  margin: 0 auto 30px;
}

.mezasuList {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
.mezasuList li {
  width: 30%;
  text-align: center;
}
.mezasuList li h3 {
  margin-bottom: 5px;
  line-height: 1.4;
}
.mezasuList li h3 span {
  background: linear-gradient(transparent 30%, #fce339 30%);
  padding: 0 5px 5px;
}
.mezasuList li img {
  margin-top: 20px;
  height: 120px;
}
.mezasuList .point {
  position: relative;
  border-bottom: 2px solid #987346;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mezasuList .point .mark {
  background: linear-gradient(transparent 30%, #ffbd6c 30%);
}
.mezasuList .point::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #987346;
}
.mezasuList .point::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
}

@media screen and (max-width: 640px) {
  .arrImg {
    width: 60%;
    margin: 0 auto 20px;
  }
  .mezasuList {
    flex-direction: column;
    margin: 0px auto 0;
  }
  .mezasuList li {
    width: 60%;
    margin: 20px auto;
  }
}
/*ckTeacherArea*/
.ckTeacherArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.ckTeacherArea .profileBox {
  background-color: #e4cebe;
  padding: 20px 20px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 14px;
}
.ckTeacherArea .profileBox h4 {
  font-size: 90%;
  background-color: #f38200;
  color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.ckPointBox {
  display: flex;
  justify-content: space-between;
}
.ckPointBox li {
  width: 30%;
}
.ckPointBox li h3 {
  text-align: center;
  font-size: 18px;
  margin: 5px auto;
}

.youtubeArea {
  width: 600px;
  margin: 50px auto 0;
}
.youtubeArea h3 {
  text-align: center;
  margin-bottom: 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .ckTeacherArea {
    flex-direction: column-reverse;
  }
  .ckPointBox {
    flex-direction: column;
  }
  .ckPointBox li {
    width: 90%;
    margin: 10px auto;
  }
  .youtubeArea {
    width: 100%;
    margin: 20px auto 0;
  }
}
/*app*/
.appImgArea img {
  display: block;
  margin: 0 auto 30px;
}

.ckAppPointAcc {
  text-align: center;
  position: relative;
  background-color: #faba49;
  width: 340px;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  font-size: 18px;
  cursor: pointer;
}
.ckAppPointAcc::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 10%;
  top: 50%;
  margin-top: -8px;
}

.ckAppPointAnswer {
  margin-top: 30px;
}

.ckAppPointList li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ckAppPointList li:last-child {
  margin-bottom: 0;
}
.ckAppPointList li img {
  margin-right: 40px;
}
.ckAppPointList li h4 {
  color: #0057aa;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.ckAppPointList li h4 .ribbon {
  position: relative;
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ckAppPointList li h4 .ribbon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(https://shikaku-rails.s3.amazonaws.com/content_images/app_ribbon_2ca99e8c4e.png) no-repeat center/200px;
  height: 60px;
  width: 200px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .appImgArea img.aooLogoImg {
    width: 50%;
  }
  .ckAppPointAcc {
    width: 80%;
    margin: 30px auto 0;
    font-size: 16px;
    padding: 6px 0;
  }
  .ckAppPointList li {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ckAppPointList li img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .ckAppPointList li h4 {
    font-size: 5vw;
  }
}
/*table*/
.tableElement {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 90%;
  border-radius: 10px;
}
.tableElement .fontOrange {
  color: #f38200;
}

.tableElement tbody tr th {
  background-color: #f3f6f8;
  padding: 1rem;
  border-bottom: 2px solid #f1f1f1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.tableElement tbody tr th {
  background-color: #e4cebe;
  font-weight: normal;
}

.tableElement tbody tr td {
  background-color: #fff;
  padding: 1rem;
  border-bottom: 2px solid #f1f1f1;
  text-align: left;
}
.tableElement tbody tr td p:not(:last-child) {
  margin-bottom: 10px;
}

.tableElement tbody tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

.tableElement tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

.tableElement tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.tableElement tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}

.tableElement tbody tr:last-child th:first-child {
  border-bottom: none !important;
}

.tableElement tbody tr:last-child td:last-child {
  border-bottom: none !important;
}

@media screen and (max-width: 640px) {
  .tableElement {
    width: 90%;
    margin: 0 auto;
  }
  .tableElement tbody tr th,
  .tableElement tbody tr td {
    display: block;
    padding: 0.5rem;
  }
  .tableElement tbody tr:first-child th:first-child {
    border-radius: 10px 10px 0 0;
  }
  .tableElement tbody tr:first-child td:last-child {
    border-radius: 0;
  }
  .tableElement tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 10px;
  }
  .tableElement tbody tr:last-child th:first-child {
    border-radius: 0;
  }
}
/*よくあるご質問*/
.brFaqList {
  margin-top: 50px;
}

.brFaqList li {
  border-bottom: 1px solid #f38200;
}

.brFaqList li:first-child {
  border-top: 1px solid #f38200;
}

.brFaqList li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}

.brFaqList li .question::before {
  content: "Q.";
  color: #f38200;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}

.brFaqList li .question:hover {
  background-color: #fff5ed;
}

.brFaqList li .answer {
  padding: 10px 20px 20px;
  display: flex;
}

.brFaqList li .answer::before {
  content: "A.";
  color: #f38200;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}

.brFaqList .tri,
.brFaqList .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f38200;
  border-right: 2px solid #f38200;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

.brFaqList .tri2 {
  right: 20px;
  margin-top: 0;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 640px) {
  .brFaqList li .question {
    padding: 10px 20px 10px 10px;
  }
  .brFaqList li .answer {
    padding: 10px 10px 10px;
  }
  .brFaqList .tri,
  .brFaqList .tri2 {
    right: 20px;
  }
  .brFaqList .tri2 {
    right: 5px;
  }
}
.chizaiTxt {
  margin-top: 10px;
  text-align: right;
  font-size: 80%;
}

@media screen and (max-width: 640px) {
  .chizaiTxt {
    text-align: left;
  }
}
/**//*# sourceMappingURL=260715_chizai_top.css.map */