@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.6;
  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;
  }
}
/*common*/
.normalBtn {
  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: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.normalBtn::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  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: -6px;
}

h2.mainTitle {
  font-size: clamp(20px, 4vw, 28px);
  text-align: center;
  position: relative;
  margin-bottom: 1.4em;
}
h2.mainTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6em;
  display: block;
  background-color: #C1ED95;
  width: 1.4em;
  height: 0.2em;
}

.btnUpper {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .btnUpper {
    margin-top: 24px;
  }
}
/*mainArea*/
.mainArea {
  background-color: #F3FCEA;
  padding: 40px 0;
  margin-bottom: 40px;
}
.mainArea .mainAreaInner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 40px;
}
.mainArea .mainAreaInner .txtArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-gap: 16px;
}
.mainArea .mainAreaInner .txtArea .mainTitle {
  color: #143D60;
  font-size: clamp(24px, 6vw, 36px);
  text-align: center;
  line-height: 1.4;
}
.mainArea .mainAreaInner .txtArea .mainTitle span {
  font-weight: normal;
  font-size: 80%;
}
.mainArea .mainAreaInner .txtArea .mainCheckList li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  color: #143D60;
}
.mainArea .mainAreaInner .mainAreaImg {
  width: 480px;
}

@media screen and (max-width: 640px) {
  .mainArea {
    padding: 32px 0 24px;
    margin-bottom: 32px;
  }
  .mainArea .mainAreaInner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
  }
  .mainArea .mainAreaInner .txtArea {
    grid-gap: 8px;
  }
}
/*資料請求・無料講義体験の内容*/
.contentsList {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.contentsList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 40px;
}
.contentsList li .contentsListImg {
  width: 340px;
}
.contentsList li .txtBox h3 {
  color: #143D60;
  border-bottom: 3px solid #C1ED95;
  font-size: clamp(18px, 3.8vw, 22px);
}

.teacherList li {
  flex-direction: row-reverse;
}
.teacherList li .contentsListImg {
  max-width: 240px;
}
.teacherList li .bg {
  font-size: 120%;
  font-weight: bold;
  margin: 0.4em 0;
}

.pointBox {
  position: relative;
  background-color: #F3FCEA;
  padding: 80px 24px 16px;
  border-radius: 16px;
  margin-top: 64px;
}
.pointBox h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  width: 80%;
  max-width: 300px;
}
.pointBox .takkenPointList {
  display: flex;
  justify-content: space-between;
}
.pointBox .takkenPointList li {
  background-color: #ffffff;
  border-radius: 8px;
  width: 28%;
  padding: 16px 2%;
}
.pointBox .takkenPointList li h4 {
  text-align: center;
  font-size: 18px;
  color: #143D60;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .contentsList {
    grid-gap: 24px;
  }
  .contentsList li {
    flex-direction: column;
    grid-gap: 8px;
  }
  .contentsList li .contentsListImg {
    width: 340px;
  }
  .contentsList li .txtBox h3 {
    color: #143D60;
    border-bottom: 3px solid #C1ED95;
  }

  .pointBox {
    margin-top: 48px;
  }
  .pointBox .takkenPointList {
    flex-direction: column;
    align-items: center;
    grid-gap: 16px;
  }
  .pointBox .takkenPointList li {
    background-color: #ffffff;
    border-radius: 8px;
    width: 96%;
    padding: 16px 2%;
  }
  .pointBox .takkenPointList li h4 {
    text-align: center;
    font-size: 18px;
    color: #143D60;
    margin-bottom: 8px;
    line-height: 1.4;
  }
}
/*お申し込みの流れ*/
.takkenFlowList {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.takkenFlowList li {
  width: 30%;
  position: relative;
}
.takkenFlowList li::before {
  content: '';
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 16px solid #143D60;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 30%;
  margin: auto;
  right: -18%;
}
.takkenFlowList li:last-child::before {
  border-width: 0;
}
.takkenFlowList li p span.font80 {
  line-height: 1.4;
  display: inline-block;
}
.takkenFlowList li img {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .takkenFlowList li::before {
    border: 12px solid transparent;
    border-left: 12px solid #143D60;
    top: 20%;
    right: -26%;
    transform: translateY(50%);
  }
}
