@charset "UTF-8";
/*共通*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #363636;
  min-width: 1280px;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all  0.3s ease;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

@media all and (max-width: 640px) {
  body {
    font-size: 1.4rem !important;
    min-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
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;
}

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

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

.textNavy {
  color: #29558A;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

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

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

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

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }

  .textCenterPC {
    text-align: left;
  }

  .w800Box {
    width: 94%;
  }

  body {
    font-size: 14px;
  }
}
/*mainHeaderArea*/
.mainHeaderArea {
  z-index: 100;
  width: calc( 100% - 16px );
  position: fixed;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 8px;
}

/*common*/
#calendarArea {
  padding-top: 80px;
  margin-top: -80px;
}

h2.mainTitle {
  text-align: center;
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1.4;
  margin-bottom: 1em;
}
h2.mainTitle img.h2Img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}

.txtBox {
  text-align: center;
}
.txtBox p:not(:last-child) {
  margin-bottom: 1em;
}

.ctaTxtBox {
  background: #D0F0FF;
  width: 800px;
  margin: 0 auto 24px;
  padding: 16px 0;
}
.ctaTxtBox h2 {
  text-align: center;
  color: #0081CC;
  font-size: clamp(16px, 3vw, 22px);
}
.ctaTxtBox h2 span.inner {
  display: inline-block;
  border-bottom: 2px solid #0081CC;
  padding: 0 4px;
}
.ctaTxtBox .ctaListBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ctaTxtBox .ctaList {
  margin: 1em auto;
}
.ctaTxtBox .ctaList li {
  padding-left: 24px;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/check_cc28ec32a5.png") no-repeat left top 4px/20px 20px;
  font-weight: bold;
}

.btnBox {
  text-align: center;
  width: 100%;
}
.btnBox p.btnUpper {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
.btnBox p.btnUpper::before, .btnBox p.btnUpper::after {
  content: '';
  position: absolute;
  border: 1px solid #363636;
  height: 16px;
  bottom: 2px;
}
.btnBox p.btnUpper::before {
  left: 0;
  transform: rotate(-35deg);
}
.btnBox p.btnUpper::after {
  right: 0;
  transform: rotate(-145deg);
}
.btnBox a.normalBtn {
  position: relative;
  display: block;
  background-color: #FCE339;
  font-size: clamp(16px, 5vw, 18px);
  font-weight: bold;
  color: #363636;
  text-decoration: none;
  max-width: 320px;
  width: 80%;
  padding: 8px;
  margin: 4px auto 0;
  border-radius: 50px;
  transition: all  0.3s ease;
  box-shadow: 0px 8px 0px #363636;
}
.btnBox a.normalBtn span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  font-size: 14px;
}
.btnBox a.normalBtn::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: -8px;
}
.btnBox a.normalBtn:hover {
  z-index: 1;
  transform: translateY(8px);
  box-shadow: 0px 0px 0px #363636;
}

.textLink {
  display: inline-block;
  position: relative;
  color: #0081CC;
  margin-top: 16px;
}
.textLink::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  transform: rotate(45deg) translateX(-50%);
  right: 5px;
  top: 50%;
}

.checkTxtBox p {
  padding-left: 1.4em;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/ouyoujoho_check_4e86dc4e46.png") no-repeat left 0 top 0.4em/1em 1em;
}
.checkTxtBox p:not(:last-child) {
  margin-bottom: 0.6em;
}

.btnBottomMargin {
  margin-bottom: 80px;
}

.btnTopMargin {
  margin-top: 40px;
}

.fontsm {
  font-size: 80%;
  line-height: 1.4;
}

h1 {
  display: none;
}

.footerArea + br {
  display: none;
}

@media screen and (max-width: 640px) {
  .txtBox {
    text-align: left;
  }

  .ctaTxtBox {
    background: #D0F0FF;
    width: 92%;
    margin: 0 auto 24px;
    padding: 16px 4%;
  }

  .btnBottomMargin {
    margin-bottom: 40px;
  }

  .btnTopMargin {
    margin-top: 24px;
  }
}
/*mainArea*/
.mainArea {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding-top: 40px;
}
.mainArea::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 60%;
  top: 0;
  z-index: 0;
  background-color: #D0F0FF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.mainArea .mainAreaInner {
  z-index: 5;
  position: relative;
  height: 100%;
  width: 800px;
  margin: 0 auto;
}
.mainArea .mainAreaInner .titleArea {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.mainArea .mainAreaInner .titleArea h1.mainTitle {
  display: block;
  margin-bottom: 16px;
}
.mainArea .mainAreaInner .titleArea .titleBottom {
  background-color: #ffffff;
  color: #0081CC;
  font-weight: bold;
  font-size: clamp(14px, 4vw, 20px);
  padding: 4px 16px;
  margin-top: 0.4em;
}
.mainArea .mainAreaInner .mainTeacherImg {
  width: 360px;
  position: absolute;
  bottom: 0px;
  right: -160px;
}
.mainArea .mainAreaBackImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.teacherTxt {
  z-index: 3;
  position: absolute;
  font-size: 14px;
  transform: skewX(160deg);
  background-color: #7ECEF4;
  padding: 4px 16px;
  text-align: center;
  line-height: 1.2;
  bottom: 16px;
  right: -160px;
}
.teacherTxt span {
  display: block;
  transform: skewX(-160deg);
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: auto;
    padding-top: 0;
  }
  .mainArea::after {
    height: 48%;
    width: 100%;
  }
  .mainArea .mainAreaInner {
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .mainArea .mainAreaInner .titleArea {
    align-items: center;
    padding: 64px 0 40px;
    background-color: #D0F0FF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }
  .mainArea .mainAreaInner .titleArea h1.mainTitle {
    width: 90%;
    margin-bottom: 8px;
  }
  .mainArea .mainAreaInner .mainTeacherImg {
    width: 60%;
    max-width: 320px;
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: -32px;
  }
  .mainArea .mainAreaInner .teacherTxt {
    font-size: 12px;
    bottom: 16px;
    right: 8%;
    padding: 4px 8px;
  }
}
/**/
.backColorArea {
  background-color: #EFF8FD;
  padding: 40px 0;
  margin-bottom: 56px;
}
.backColorArea .innerBox {
  width: fit-content;
  margin: 0 auto;
  max-width: 800px;
}
.backColorArea .innerBox h2.fvBottomTitle {
  text-align: center;
  margin-bottom: 16px;
  font-size: clamp(20px, 5vw, 28px);
  color: #0081CC;
}
.backColorArea .innerBox .check {
  padding-left: 1.4em;
  background: url(https://shikaku-rails.s3.amazonaws.com/content_images/check_c34a5e56f1.png) no-repeat left 0 top 0.4em/1em 1em;
}
.backColorArea .innerBox .goukakuContentsBox {
  background-color: #ffffff;
  padding: 16px 32px;
  text-align: center;
  border-radius: 16px;
  margin: 16px auto;
}
.backColorArea .innerBox .goukakuContentsBox p:not(:last-child) {
  margin-bottom: 8px;
}
.backColorArea .innerBox .goukakuContentsBox .mainTxt {
  color: #0081CC;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: bold;
}
.backColorArea .innerBox .goukakuContentsBox .text {
  color: #0081CC;
  font-size: 18px;
  font-weight: bold;
}
.backColorArea .innerBox .goukakuContentsBox .goukakuImg01 {
  width: 300px;
  margin: 0 auto;
}
.backColorArea .innerBox .goukakuContentsBox .goukakuImg02 {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .backColorArea {
    padding: 24px 0;
    margin-bottom: 32px;
  }
  .backColorArea .innerBox {
    max-width: 94%;
  }
  .backColorArea .innerBox h2.fvBottomTitle {
    text-align: center;
    margin-bottom: 16px;
    font-size: clamp(20px, 5vw, 28px);
    color: #0081CC;
  }
  .backColorArea .innerBox .goukakuContentsBox {
    padding: 16px 2%;
  }
  .backColorArea .innerBox .goukakuContentsBox .text {
    font-size: 16px;
  }
  .backColorArea .innerBox .goukakuContentsBox .goukakuImg01 {
    width: 60%;
  }
  .backColorArea .innerBox .goukakuContentsBox .goukakuImg02 {
    width: 100%;
  }
}
/*contentsInnerBox*/
.contentsInnerBox {
  margin-bottom: 0px;
}
.contentsInnerBox.contentsInnerBottom {
  margin-bottom: 40px;
}
.contentsInnerBox h3.contentsTitle {
  color: #0081CC;
  font-size: clamp(18px, 5vw, 22px);
  margin-bottom: 0.6em;
  text-align: center;
}
.contentsInnerBox .readTxt {
  font-weight: bold;
  text-align: center;
  font-size: clamp(17px, 4vw, 20px);
}

.imgFlexBox {
  display: flex;
  justify-content: space-around;
  gap: 24px;
}

.iconTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.6em;
}
.iconTitle img {
  width: 24%;
  max-width: 120px;
}
.iconTitle p {
  font-weight: bold;
  font-size: clamp(20px, 4vw, 24px);
  text-align: center;
}
.iconTitle p .sm {
  line-height: 1.4;
  display: inline-block;
  font-size: 75%;
}

.titleText {
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 5vw, 20px);
  margin-bottom: 0.4em;
}

.supportFlexBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  gap: 80px;
}
.supportFlexBox .innerGray, .supportFlexBox .innerBlue {
  padding: 24px 0;
  border-radius: 16px;
  background-color: #F5F5F5;
  width: -webkit-fill-available;
}
.supportFlexBox .innerGray .checkTxtBox, .supportFlexBox .innerBlue .checkTxtBox {
  width: fit-content;
  margin: 0 auto;
}
.supportFlexBox .innerGray {
  position: relative;
}
.supportFlexBox .innerGray::before {
  content: '';
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left: 24px solid #0081CC;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -72px;
  top: 50%;
  transform: translateY(-50%);
}
.supportFlexBox .innerGray .checkTxtBox p {
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/check_gray_b16e1522b0.png") no-repeat left 0 top 0.4em/1em 1em;
}
.supportFlexBox .innerBlue {
  background-color: #EFF8FD;
}
.supportFlexBox .innerBlue .titleText {
  color: #0081CC;
}

@media screen and (max-width: 640px) {
  .contentsInnerBox {
    margin-bottom: 0px;
  }
  .contentsInnerBox.contentsInnerBottom {
    margin-bottom: 32px;
  }

  .imgFlexBox {
    flex-direction: column;
    gap: 16px;
  }

  .supportFlexBox {
    flex-direction: column;
    margin-top: 8px;
    gap: 40px;
  }
  .supportFlexBox .innerGray, .supportFlexBox .innerBlue {
    padding: 16px 4%;
  }
  .supportFlexBox .innerGray::before {
    border: 16px solid transparent;
    border-top: 16px solid #0081CC;
    margin-left: 0;
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
  }
}
/*クエスト*/
.questInnerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questInnerBox .questInnerList {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.questInnerBox .questNewBox {
  background-color: #EFF8FD;
  padding: 24px 0;
  border-radius: 16px;
  width: 320px;
}
.questInnerBox .questNewBox .title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.questInnerBox .questNewBox .title .colorIcon {
  color: #0081CC;
  border: 2px solid #0081CC;
  border-radius: 4px;
  font-size: 90%;
  padding: 2px 4px;
  margin-right: 0.4em;
}
.questInnerBox .questNewBox .questNewImg {
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .questInnerBox {
    flex-direction: column;
    gap: 16px;
  }
  .questInnerBox .questNewBox .questNewImg {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
/*voiceList*/
.voiceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voiceList li {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  width: 44%;
  margin-bottom: 24px;
}
.voiceList li .ttlArea {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.voiceList li .ttlArea img {
  margin-right: 8px;
}
.voiceList li .ttlArea h3 {
  width: 100%;
  font-size: clamp(16px, 2vw, 18px);
}
.voiceList li .ttlArea h3 .name {
  display: block;
  width: 100%;
  border-top: 1px solid #0081CC;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
}
.voiceList .txt span {
  background: linear-gradient(transparent 30%, #FDF3AD 30%);
}

@media screen and (max-width: 640px) {
  .voiceList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voiceList li {
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-bottom: 24px;
  }
}
/*reviewBox*/
.reviewList {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.reviewList li {
  width: 24%;
}
.reviewList li .reviewCard {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.reviewList li .reviewCard:not(:first-child) {
  margin-top: 16px;
}
.reviewList li .reviewCard p {
  font-size: 14px;
}
.reviewList li .reviewCard img {
  display: block;
  width: 90%;
  margin: 0 auto 4px;
}

@media screen and (max-width: 640px) {
  .reviewListArea {
    overflow: scroll;
    padding: 8px 16px;
  }
}
/*footerArea*/
.footerArea {
  background-color: #F5F5F5;
  text-align: center;
  font-size: clamp(10px, 3vw, 12px);
  padding: 8px 0;
}
.footerArea .footerLink {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.footerArea .footerLink li {
  margin: 0 8px;
}
.footerArea .footerLink li a {
  color: #363636;
}
.footerArea .footerLink li a:hover {
  opacity: 0.6;
}

/**/
