@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;
}

.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;
}

.shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.contentsInnerBox {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box {
    width: 94%;
  }
  .contentsInnerBox {
    margin-bottom: 32px;
  }
}
/*common*/
a {
  color: #0081CC;
}

.textBox p:not(:last-child) {
  margin-bottom: 1em;
}

h2.normalTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  position: relative;
  margin-bottom: 2em;
}
h2.normalTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #0081CC;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.normalTitle .upper {
  color: #0081CC;
  background-color: #D0F0FF;
  color: #0081CC;
  font-size: 80%;
  padding: 4px 8px;
}

.marker {
  background: linear-gradient(transparent 30%, #FDF3AD 30%);
  padding: 0 0.2em;
  margin: 0 0.2em;
}

.flexBoxPC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.checkTxtBox > * {
  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;
}

.contentsMB {
  margin-bottom: 24px;
}

.dotList {
  padding-left: 1.2em;
}
.dotList li {
  list-style: disc;
}

.normalBtn, .normalBtn2 {
  display: block;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 90%;
  max-width: 380px;
  padding: 12px 16px 12px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.normalBtn::before, .normalBtn2::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 4%;
  top: 50%;
  margin-top: 2px;
}

.normalBtn2 {
  background-color: #7ECEF4;
}

.buttonList {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.buttonList li {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .flexBoxPC {
    flex-direction: column;
    gap: 8px;
  }
  .contentsMB {
    margin-bottom: 16px;
  }
  .buttonList {
    flex-direction: column;
    gap: 16px;
  }
  .buttonList li {
    width: 100%;
  }
}
/*mainArea*/
.mainArea {
  position: relative;
  height: 440px;
  overflow: hidden;
}
.mainArea::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 64%;
  top: 0;
  z-index: 0;
  background-color: #0081CC;
}
.mainArea .mainAreaInner {
  z-index: 5;
  position: relative;
  height: 100%;
  width: 1000px;
  margin: 0 auto;
}
.mainArea .mainAreaInner .titleBox {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle {
  color: #ffffff;
  font-size: clamp(32px, 8vw, 56px);
  line-height: 1.2;
  text-align: left;
  font-weight: 500;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .upper {
  font-size: clamp(18px, 4vw, 28px);
  position: relative;
  padding: 0 16px;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .upper::before, .mainArea .mainAreaInner .titleBox h1.normalTitle .upper::after {
  content: "";
  position: absolute;
  border: 1px solid #ffffff;
  height: 1.2em;
  bottom: 0;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .upper::before {
  left: 0;
  transform: rotate(-35deg);
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .upper::after {
  right: 0;
  transform: rotate(-145deg);
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .sm {
  font-size: 54%;
  margin-bottom: 0.6em;
  display: inline-block;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .bg {
  font-weight: 800;
  letter-spacing: 0.16em;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .yellow {
  color: #FCE339;
}
.mainArea .mainAreaTeacher {
  position: absolute;
  width: 320px;
  bottom: 0;
  right: 0;
}
.mainArea .ancIcon {
  position: absolute;
  top: 40px;
  right: -90px;
  width: 30%;
  max-width: 140px;
}
.mainArea .mainAreaTeacherName {
  position: absolute;
  bottom: 16px;
  right: -32px;
  text-align: center;
  background-color: #ffffff;
  padding: 4px 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: clamp(12px, 3vw, 14px);
}
.mainArea .mainAreaTeacherName .bg {
  font-size: 120%;
}
.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;
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: auto;
  }
  .mainArea::after {
    height: 52%;
    width: 100%;
  }
  .mainArea .mainAreaInner {
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .mainArea .mainAreaInner .titleBox {
    margin: 40px auto 8px;
    width: fit-content;
  }
  .mainArea .mainAreaTeacher {
    position: static;
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 320px;
  }
  .mainArea .ancIcon {
    top: auto;
    right: auto;
    left: 4%;
    bottom: 4%;
  }
  .mainArea .mainAreaTeacherName {
    bottom: 8px;
    right: 4%;
  }
  .mainArea .mainAreaBackImg {
    top: auto;
    left: auto;
    transform: none;
    bottom: 0px;
    height: 70%;
    right: 0;
  }
}
/*FV下コンテンツ*/
.backColor {
  background-color: #EFF8FD;
  padding: 56px 0;
  margin-bottom: 56px;
}

.nayamiList {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 32px auto;
}
.nayamiList li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nayamiList li .inner {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  font-size: 16px;
  background: #D0F0FF;
  width: 90%;
  padding: 1em 1em;
  border-radius: 8px;
  margin-bottom: 2em;
}
.nayamiList li .inner:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #D0F0FF;
}
.nayamiList li .inner h3 {
  text-align: center;
  color: #0081CC;
  font-size: 16px;
}
.nayamiList li img {
  width: 140px;
}

.nayamiList_before li .inner {
  background: #E5E5E5;
}
.nayamiList_before li .inner:before {
  border-top: 15px solid #E5E5E5;
}
.nayamiList_before li .inner h3 {
  color: #363636;
}

.kaiketsuhouArr {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 56px auto;
  font-weight: bold;
  font-size: clamp(18px, 5vw, 20px);
}
.kaiketsuhouArr::before {
  display: block;
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 72px solid #7ECEF4;
  margin-top: 44px;
}

.osusumeUpperText {
  text-align: center;
  color: #0081CC;
  font-size: clamp(18px, 5vw, 20px);
  font-weight: bold;
  margin: 1em auto;
}
.osusumeUpperText span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
.osusumeUpperText span::before, .osusumeUpperText span::after {
  content: "";
  position: absolute;
  border: 1px solid #0081CC;
  height: 2.2em;
  bottom: 0;
}
.osusumeUpperText span::before {
  left: 0;
  transform: rotate(-35deg);
}
.osusumeUpperText span::after {
  right: 0;
  transform: rotate(-145deg);
}

.osusumeList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.osusumeList li {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #E5E5E5;
}
.osusumeList li p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .backColor {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .nayamiList {
    width: 94%;
    margin: 24px auto;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  .osusumeList {
    gap: 16px;
  }
}
/*3段階のサイクル*/
.cycleImg {
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 340px;
}

.contentsInner {
  margin-top: 40px;
}

#ancIcon {
  margin-top: -50px;
  padding-top: 80px;
}

h3.contentsTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 24px);
  margin-bottom: 1em;
}
h3.contentsTitle .upper {
  color: #0081CC;
  font-size: 80%;
  margin-bottom: 0.6em;
  position: relative;
  border-bottom: 2px solid #0081CC;
  padding-bottom: 0.2em;
  display: inline-block;
  line-height: 1.2;
}
h3.contentsTitle .upper::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 #0081CC;
}
h3.contentsTitle .upper::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;
}

.readTxt {
  text-align: center;
  padding: 4px 0;
  background-color: #D0F0FF;
  display: block;
  font-weight: bold;
  color: #0081CC;
  font-size: 110%;
}

.columnBox {
  background-color: #EFF8FD;
  padding: 16px 4%;
}
.columnBox h3.columnTitle {
  text-align: center;
  margin-bottom: 0.6em;
}

h3.columnTitle .goukakuL, h3.columnTitle .goukakuR {
  width: 1.2em;
  padding: 0 0.4em;
}
h3.columnTitle .goukakuR {
  transform: scale(-1, 1);
}

.voiceList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.voiceList li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.voiceList li .name {
  border-top: 2px solid #0081CC;
  text-align: right;
  font-size: 80%;
}

.accBtn {
  cursor: pointer;
  position: relative;
  color: #0081CC;
  text-align: center;
  margin: 1em auto;
  width: fit-content;
}

.accBtn::before {
  content: "";
  position: absolute;
  right: -0.6em;
  top: 50%;
  transform: translateY(-50%);
}

.accBtn.closed::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  margin-top: -8px;
}

.accBtn.opened::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  right: -24px;
}

.aitensakuList {
  display: flex;
  gap: 24px;
}
.aitensakuList li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aitensakuList li h3 {
  text-align: center;
  color: #0081CC;
  border-bottom: 2px solid #0081CC;
}

@media screen and (max-width: 640px) {
  .contentsInner {
    margin-top: 32px;
  }
  .voiceList {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .voiceList li {
    flex-direction: column;
    gap: 16px;
  }
  .voiceList li .name {
    border-top: 2px solid #0081CC;
    text-align: right;
    font-size: 80%;
  }
  .aitensakuList {
    flex-direction: column;
    gap: 16px;
  }
  .aitensakuList li {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
/*table*/
.normalTable {
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #0081CC;
}
.normalTable th, .normalTable td {
  border-bottom: 1px solid #0081CC;
  padding: 16px 16px 16px 16px;
}
.normalTable th {
  white-space: nowrap;
}
.normalTable .textBox {
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.campaignContentsBox {
  background-color: #EFF8FD;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 16px;
}
.campaignContentsBox .campaignTitle {
  font-size: 120%;
  color: #0081CC;
  font-weight: bold;
}
.campaignContentsBox .campaignPlice .off {
  text-decoration: line-through;
}
.campaignContentsBox .coupon {
  font-weight: bold;
  background-color: #ffffff;
  padding: 0.2em 0.8em;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .normalTable {
    width: 100%;
  }
  .normalTable th, .normalTable td {
    display: block;
  }
  .normalTable th {
    padding: 8px 8px;
    border: none;
    text-align: left;
  }
  .normalTable td {
    padding: 0 8px 8px 8px;
  }
  .btnList {
    flex-direction: column;
    width: 100%;
  }
  .btnList li {
    margin: 5px 0;
  }
  .campaignContentsBox .campaignTitle {
    text-align: center;
  }
}
/*faqList*/
.faqList > li {
  border-bottom: 1px solid #0081CC;
}
.faqList > li:first-child {
  border-top: 1px solid #0081CC;
}
.faqList > li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}
.faqList > li .question span:first-child {
  padding-right: 20px;
}
.faqList > li .question::before {
  content: "Q.";
  color: #0081CC;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}
.faqList > li .question:hover {
  background-color: #EFF8FD;
}
.faqList > li .answer {
  padding: 10px 20px 20px;
  display: flex;
}
.faqList > li .answer::before {
  content: "A.";
  color: #0081CC;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}

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

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

@media screen and (max-width: 640px) {
  .faqList li .question {
    padding: 10px;
  }
  .faqList li .answer {
    padding: 0 10px 10px;
  }
  .tri {
    right: 7%;
  }
  .tri2 {
    right: 3%;
  }
}
/**/
