@charset "UTF-8";
/*共通*/
.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;
}

a {
  color: #1caa72;
}

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

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

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

.fontBold {
  font-weight: bold;
}

.textBottomL {
  margin-bottom: 50px;
}

.textBottomM {
  margin-bottom: 32px;
}

.textCenter,
.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", sans-serif;
}

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

.w1000Box {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .textBottomL {
    margin-bottom: 30px;
  }
  .textBottomM {
    margin-bottom: 16px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box,
  .w1000Box {
    width: 94%;
  }
  .font80sp {
    font-size: 80%;
  }
}
/*common*/
.ancTop {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

.gsFlexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ml40pc {
  margin-left: 40px;
}

.textBl {
  color: #1caa72;
}

.imgTitle {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 640px) {
  .gsFlexBox {
    flex-direction: column;
  }
  .ml40pc {
    margin-left: 0;
    margin-top: 1em;
  }
}
/**/
h1.gsCourseTitle {
  text-align: center;
  font-size: clamp(20px, 4vw, 28px);
  padding: 50px 0 1em;
}
h1.gsCourseTitle span {
  display: inline-block;
  z-index: 1;
  position: relative;
}
h1.gsCourseTitle span::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/h2_logo_dff92d0dd7.png") no-repeat;
  width: 60px;
  height: 60px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 60px;
}

h2.gsCourseMainTitle {
  text-align: center;
  font-size: clamp(18px, 4vw, 22px);
  color: #363636;
  padding: 0px 0 0.5em;
  color: #1caa72;
}

@media screen and (max-width: 640px) {
  h1.gsCourseTitle {
    padding: 50px 0 1em;
  }
}
/*fixedBtnArea*/
.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.fixedBtnArea li {
  background-color: #fff;
  border-radius: 5px;
}
.fixedBtnArea .muryou a,
.fixedBtnArea .siryou a {
  display: block;
  position: relative;
  background-color: #fce339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 3px solid #fce339;
  text-align: center;
  color: #363636;
  width: 180px;
  padding: 10px 10px 10px 0;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}
.fixedBtnArea .muryou a::before,
.fixedBtnArea .siryou a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 5%;
  top: 50%;
  margin-top: 2px;
}
.fixedBtnArea .siryou {
  margin-top: 10px;
}
.fixedBtnArea .siryou a {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    gap: 16px;
  }
  .fixedBtnArea li {
    width: 44%;
    line-height: 1.4;
  }
  .fixedBtnArea .muryou a,
  .fixedBtnArea .siryou a {
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: 600;
  }
  .fixedBtnArea .muryou a::before,
  .fixedBtnArea .siryou a::before {
    right: 5%;
  }
  .fixedBtnArea .siryou {
    margin-top: 0;
  }
}
/*gsMolijiList*/
.gsMolijiList {
  border: 2px solid #1caa72;
  width: 700px;
  margin: 30px auto 50px;
  padding: 20px 50px;
}
.gsMolijiList li.mokujiTtl {
  color: #1caa72;
  margin-bottom: 5px;
}
.gsMolijiList li a {
  color: #363636;
}

.gsMolijiBox {
  border: 2px solid #fce339;
  width: 700px;
  margin: 30px auto 50px;
  padding: 20px 50px;
}
.gsMolijiBox h2.ancTitle {
  font-weight: bold;
  font-size: 1em;
  color: #1caa72;
}
.gsMolijiBox .mtAnc {
  margin-top: 1em;
}
.gsMolijiBox ul li a {
  color: #363636;
}

.mokujiFlex {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 640px) {
  .gsMolijiList,
  .gsMolijiBox {
    border: 2px solid #fce339;
    width: 80%;
    margin: 30px auto 50px;
    padding: 20px 4%;
  }
  .mokujiFlex {
    display: block;
  }
}
/*gsCourseTitleArea*/
.gsCourseTitleArea {
  background-color: #eaf8ed;
  margin-bottom: 40px;
}
.gsCourseTitleArea .gsCourseTitleInner {
  z-index: 1;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.gsCourseTitleArea .gsCourseTitleInner h2.gsCourseTitle {
  font-size: clamp(20px, 5vw, 28px);
  padding-left: 3em;
}
.gsCourseTitleArea .gsCourseTitleInner .kamokuList {
  display: flex;
  justify-content: center;
}
.gsCourseTitleArea .gsCourseTitleInner .kamokuList li {
  border: 1px solid #1caa72;
  border-radius: 5px;
  color: #1caa72;
  text-align: center;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
}
.gsCourseTitleArea .gsCourseTitleInner .gsTitleLogoImg {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 120px;
}

@media screen and (max-width: 640px) {
  .gsCourseTitleArea .gsCourseTitleInner {
    padding: 20px 0;
    width: 90%;
    flex-direction: column;
  }
  .gsCourseTitleArea .gsCourseTitleInner h2.gsCourseTitle {
    padding-left: 0;
  }
  .gsCourseTitleArea .gsCourseTitleInner .kamokuList {
    display: flex;
    justify-content: center;
  }
  .gsCourseTitleArea .gsCourseTitleInner .kamokuList li {
    margin: 10px 10px 0;
    width: auto;
    height: auto;
    padding: 2px 4px;
  }
}
/**/
.gsKouzaTitle {
  text-align: center;
  background: #1caa72;
  color: #ffffff;
  padding: 0.6em 0;
  margin-top: 30px;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 1.4;
  font-weight: normal;
}
.gsKouzaTitle .sm {
  font-size: 80%;
}

.gsKouzaTable {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.gsKouzaTable th,
.gsKouzaTable td {
  border-bottom: 1px solid #1caa72;
  border-top: 1px solid #1caa72;
}
.gsKouzaTable th {
  padding: 20px 30px;
  white-space: nowrap;
}
.gsKouzaTable td {
  padding: 20px 20px 20px 0;
}
.gsKouzaTable .koushiList li {
  display: flex;
}
.gsKouzaTable .koushiList li p:first-child {
  width: 9em;
}
.gsKouzaTable .gsKouzaTablePadding {
  padding-left: 20px;
}

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

.pointBox {
  background-color: #eaf8ed;
  padding: 30px 40px;
  margin-top: 30px;
  font-size: 14px;
}
.pointBox h3.gsPointTitle {
  position: relative;
  display: block;
  padding: 5px;
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-weight: normal;
  width: 90%;
  margin: 0 auto 30px;
  font-size: clamp(16px, 3vw, 20px);
}
.pointBox h3.gsPointTitle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.pointBox h3.gsPointTitle::after {
  content: "";
  position: absolute;
  background: url(https://shikaku-rails.s3.amazonaws.com/content_images/medal_ck_2eab5d5918.png) no-repeat;
  width: 80px;
  height: 80px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 80px;
}

.discList {
  padding-left: 1em;
  margin-bottom: 1em;
}
.discList li {
  list-style: disc;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .gsKouzaTitle {
    margin-top: 20px;
  }
  .gsKouzaTable {
    border-top: 1px solid #1caa72;
  }
  .gsKouzaTable th,
  .gsKouzaTable td {
    display: block;
  }
  .gsKouzaTable th {
    padding: 10px 10px 0px;
    text-align: left;
    border: none;
  }
  .gsKouzaTable td {
    padding: 0px 10px 10px;
    border-top: none;
  }
  .gsKouzaTable .gsKouzaTablePadding {
    padding-top: 8px;
    padding-left: 10px;
  }
  .gsCourseBtnList {
    flex-direction: column;
    margin-top: 20px;
  }
  .gsCourseBtnList li {
    margin-top: 10px;
  }
  .pointBox {
    padding: 20px 20px;
  }
  .pointBox h3.gsPointTitle {
    width: 90%;
    margin: 0 auto 30px;
  }
  .pointBox h3.gsPointTitle:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }
  .pointBox h3.gsPointTitle::after {
    width: 50px;
    height: 50px;
    left: -20px;
    top: -5px;
    transform: translateY(0);
    background-size: 50px;
  }
}
/*btn*/
.borderBtn1,
.borderBtn2 {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  width: 80%;
  max-width: 360px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  border: 2px solid #fce339;
  color: #363636;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.borderBtn1 .sm,
.borderBtn2 .sm {
  font-size: 70%;
}
.borderBtn1::before,
.borderBtn2::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 4%;
  top: 50%;
  margin-top: 2px;
}

.borderBtn2 {
  border: 2px solid #fce339;
}

/*priceArea*/
.textLink {
  position: relative;
  color: #0081cc;
  font-size: 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%) translateY(-50%);
  right: -10px;
  top: 50%;
  margin-top: 2px;
}

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

.mtBtn {
  margin-top: 16px;
}

.pointTxt {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #fce339;
  padding: 0 1em 4px;
  margin-bottom: 10px;
}
.pointTxt::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 #fce339;
}
.pointTxt::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 #ffffff;
}

.priceArea {
  background-color: #eaf8ed;
  padding: 40px 0;
  text-align: center;
}
.priceArea h2.price {
  font-size: clamp(20px, 6vw, 28px);
  color: #1caa72;
}
.priceArea .priceTxt {
  font-weight: bold;
  font-size: clamp(20px, 5vw, 24px);
  margin-bottom: 0.5em;
}
.priceArea .fontNomal {
  font-weight: normal;
}
.priceArea .pointTxt::after {
  border-top: 14px solid #eaf8ed;
}

/*pointTitle*/
.pointTitle {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.pointTitle .moreImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 50px;
}

.moreLinkList,
.moreLinkList2 {
  width: 1000px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.moreLinkList li,
.moreLinkList2 li {
  width: 33%;
}
.moreLinkList li a.normalBtn,
.moreLinkList2 li a.normalBtn {
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 30px;
}

@media screen and (max-width: 640px) {
  .moreLinkList,
  .moreLinkList2 {
    width: 94%;
    margin: 0px auto 0;
    flex-direction: column;
  }
  .moreLinkList li,
  .moreLinkList2 li {
    width: 100%;
    margin-top: 8px;
  }
}
/*toha*/
.tohaTxtBox p:not(:last-child),
.detailBox p:not(:last-child) {
  margin-bottom: 1em;
}
.tohaTxtBox .grayBox,
.detailBox .grayBox {
  background-color: #f5f5f5;
  font-size: 85%;
  padding: 8px 16px;
}
.tohaTxtBox .grayBox .checkTitle,
.detailBox .grayBox .checkTitle {
  color: #1caa72;
  margin-bottom: 0.4em;
  position: relative;
  padding-left: 40px;
}
.tohaTxtBox .grayBox .checkTitle::before,
.detailBox .grayBox .checkTitle::before {
  content: url("https://shikaku-rails.s3.amazonaws.com/content_images/toha_check_icon_2dd70a70d9.png");
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
}
.tohaTxtBox .marker,
.detailBox .marker {
  background: linear-gradient(transparent 30%, #fdf3ad 30%);
}
.tohaTxtBox .textLinkBox,
.detailBox .textLinkBox {
  text-align: right;
  margin-top: 1em;
  padding-right: 1em;
}
.tohaTxtBox > ul.contentsList li:not(:last-child),
.detailBox > ul.contentsList li:not(:last-child) {
  margin-bottom: 1.6em;
}
.tohaTxtBox > ul.contentsList h3.blueTitle,
.detailBox > ul.contentsList h3.blueTitle {
  margin-bottom: 0.4em;
  font-size: clamp(16px, 4vw, 20px);
  color: #1caa72;
  display: flex;
  align-items: center;
}
.tohaTxtBox > ul.contentsList h3.blueTitle .num,
.detailBox > ul.contentsList h3.blueTitle .num {
  color: #ffffff;
  background-color: #1caa72;
  margin-right: 4px;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tohaTxtBox .pointBox,
.detailBox .pointBox {
  margin-top: 0;
}

.detailBox {
  margin-bottom: 2em;
}

.tohaGraphImg {
  display: block;
  margin: 2em auto 0;
}

.gsTableTitle {
  text-align: center;
  background: #1caa72;
  color: #ffffff;
  padding: 0.6em 0;
  margin-top: 30px;
  line-height: 1.4;
  font-weight: normal;
}
.gsTableTitle .sm {
  font-size: 80%;
}

.gsTohaTable {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.gsTohaTable th,
.gsTohaTable td {
  border-bottom: 1px solid #1caa72;
  border-top: 1px solid #1caa72;
}
.gsTohaTable th {
  padding: 8px 30px;
  white-space: nowrap;
}
.gsTohaTable td {
  padding: 8px 0px 8px 0;
  text-align: center;
}
.gsTohaTable .koushiList li {
  display: flex;
}
.gsTohaTable .koushiList li p:first-child {
  width: 9em;
}

h4.titleCenter {
  font-size: clamp(16px, 4vw, 20px);
  color: #1caa72;
  text-align: center;
}

.mtBg {
  margin-top: 2em;
}

.mtMiddle {
  margin-top: 1em;
}

.mbBg {
  margin-bottom: 2em;
}

.mbMiddle {
  margin-bottom: 1em;
}

.gsTxtTable th {
  padding-right: 8px;
}

.tableTxtLeft th,
.tableTxtLeft td {
  text-align: left;
}

.annotationTxt {
  font-size: 80%;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

h3.tohaTitle {
  font-size: clamp(16px, 4vw, 20px);
  color: #1caa72;
}

@media screen and (max-width: 640px) {
  .spVertical tbody {
    border-bottom: 1px solid #1caa72;
  }
  .spVertical th,
  .spVertical td {
    display: block;
    width: 94%;
  }
  .spVertical th {
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
    padding: 8px 3% 0;
  }
  .spVertical td {
    border: none;
    padding: 0px 3% 8px;
  }
  .spTxtTableVertical th,
  .spTxtTableVertical td {
    display: block;
    width: 94%;
  }
  .tableScroll {
    overflow: scroll;
  }
  .tableScroll table {
    width: -moz-max-content;
    width: max-content;
  }
  .tableScroll table th,
  .tableScroll table td {
    padding: 8px 16px;
  }
  .borderTop td:first-child {
    border-top: 1px solid #1caa72;
    padding-top: 8px;
  }
}
/*faq*/
.tohaFaqList li {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 24px;
}
.tohaFaqList li:last-child {
  margin-bottom: 0;
}
.tohaFaqList li .faqTxt_a {
  display: flex;
}
.tohaFaqList li .faqTxt_a .inner {
  padding-left: 0.5em;
}
.tohaFaqList li .faqTxt_a .inner .faqBottomLink {
  text-align: right;
  margin-top: 1em;
  padding-right: 1em;
}
.tohaFaqList li .faqTxt_a::before {
  content: "A.";
  color: #1caa72;
  font-size: 18px;
  font-weight: bold;
}

h3.tobaBlueTitle {
  color: #1caa72;
  font-size: 18px;
  margin-bottom: 0.4em;
}

/*tohaKouzaContents*/
.tohaKouzaContents {
  background-color: #eaf8ed;
  padding: 40px 0;
}
.tohaKouzaContents h2.tohaKouzaTitle {
  text-align: center;
  margin-bottom: 0.6em;
  font-size: clamp(20px, 5vw, 26px);
}
.tohaKouzaContents h2.tohaKouzaTitle .inner {
  font-size: 80%;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #1caa72;
  padding: 0 0.2em 4px;
  margin-bottom: 10px;
}
.tohaKouzaContents h2.tohaKouzaTitle .inner::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 #1caa72;
}
.tohaKouzaContents h2.tohaKouzaTitle .inner::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 #eaf8ed;
}
.tohaKouzaContents .tohaKouzaList li {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 40px;
  margin-bottom: 24px;
}
.tohaKouzaContents .tohaKouzaList li h3 {
  text-align: center;
  color: #1caa72;
  font-size: clamp(18px, 4vw, 22px);
  margin-bottom: 0.4em;
}
.tohaKouzaContents .tohaKouzaList li h3 .upper {
  background-color: #1caa72;
  color: #ffffff;
  padding: 4px 16px;
  font-size: 90%;
}

.flexArea {
  display: flex;
  justify-content: space-between;
}
.flexArea .flexAreaInner {
  width: 46%;
}
.flexArea .flexAreaInner p {
  margin-top: 0.6em;
}

.flexArea01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexArea01 p {
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .tohaKouzaContents .tohaKouzaList li {
    padding: 32px 4%;
  }
  .flexArea {
    flex-direction: column;
  }
  .flexArea .flexAreaInner {
    width: 100%;
  }
  .flexArea01 {
    flex-direction: column;
  }
  .flexArea01 p {
    margin-left: 0;
    margin-top: 0.6em;
  }
}
/*ctaArea*/
.ctaArea {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ctaArea .pointTxt::after {
  border-top: 14px solid #eaf8ed;
}

/*予備下部追従*/
.yobiBottomFixedBtn {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.yobiBottomFixedBtn li {
  width: 30%;
  max-width: 300px;
  margin: 0 1%;
}
.yobiBottomFixedBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fce339;
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
  color: #363636;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: clamp(16px, 3vw, 18px);
}
.yobiBottomFixedBtn li a img {
  width: 1.8em;
  margin-right: 10px;
  margin-left: -5px;
}
.yobiBottomFixedBtn li a.borderBtn {
  background: #fce339;
}
.yobiBottomFixedBtn li a .inner {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.yobiBottomFixedBtn li a .inner span {
  line-height: 1;
}
.yobiBottomFixedBtn li a .inner span.sm {
  font-size: 70%;
}

@media screen and (max-width: 640px) {
  .yobiBottomFixedBtn li {
    width: 48%;
    margin: 0 2%;
  }
  .yobiBottomFixedBtn li a {
    padding: 8px 0;
  }
}
/*3つの理由*/
.readTxtTitle {
  color: #1caa72;
  text-align: center;
  font-size: clamp(22px, 5vw, 30px);
  margin-bottom: 0.4em;
}

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

.mbmiddle {
  margin-bottom: 72px;
}

h2.mainTitle3Point {
  text-align: left;
  display: flex;
  justify-content: center;
  font-size: clamp(20px, 5vw, 30px);
  margin-bottom: 1.6em;
}
h2.mainTitle3Point span {
  position: relative;
}
h2.mainTitle3Point span::after {
  content: url("https://shikaku-rails.s3.amazonaws.com/content_images/h2_logo_dff92d0dd7.png");
  position: absolute;
  left: -3em;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  z-index: -1;
}

.yobi3pointList {
  display: flex;
  justify-content: space-between;
}
.yobi3pointList li {
  width: 30%;
  text-align: center;
}
.yobi3pointList li .yobi3pointtitle {
  color: #1caa72;
  font-size: 20px;
}
.yobi3pointList li .yobi3pointtitle + p {
  margin-bottom: 0.4em;
}

.linkPosition {
  margin-top: 1em;
  text-align: right;
  padding-right: 1em;
}

.partnersupportList {
  display: flex;
  justify-content: space-around;
}
.partnersupportList li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eaf8ed;
  border-radius: 8px;
  height: 160px;
  width: 160px;
  font-size: clamp(13px, 4vw, 14px);
  text-align: center;
}
.partnersupportList li h3 {
  font-size: clamp(13px, 4vw, 14px);
}
.partnersupportList li img {
  margin-top: 4px;
  width: 80px;
}

.rerativeArea {
  position: relative;
}
.rerativeArea .absoluteContents {
  position: absolute;
  bottom: 0.4em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70%;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 640px) {
  .mbmiddle {
    margin-bottom: 48px;
  }
  .yobi3pointList {
    flex-direction: column;
  }
  .yobi3pointList li {
    width: 100%;
    margin-top: 24px;
  }
  .yobi3pointList li:first-child {
    margin-top: 0;
  }
  .yobi3pointList li img {
    width: 80%;
    max-width: 380px;
  }
  .partnersupportList {
    flex-wrap: wrap;
    max-width: 360px;
    margin: 32px auto 0;
  }
  .partnersupportList li {
    width: 46%;
    margin-bottom: 16px;
  }
}
.commonBtn {
  display: block;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 90%;
  max-width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  background-color: #7ecef4;
  line-height: 1.2;
}
.commonBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

/* 4つの特長 */
h2.main {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(18px, 5vw, 26px);
}
h2.main::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #1caa72;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.main .upper {
  color: #1caa72;
  background-color: #eaf8ed;
  font-size: 80%;
  padding: 4px 8px;
}

.acBtnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.acBtnList li {
  width: 90%;
  max-width: 220px;
}
.acBtnList li a {
  width: calc(100% - 20px);
  padding-right: 20px;
  font-size: clamp(14px, 3vw, 16px);
}
.acBtnList li a::before {
  right: 4%;
}
.acBtnList:has(li:nth-child(n+5)) {
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .acBtnList {
    flex-direction: column;
    gap: 16px;
  }
  .acBtnList li {
    width: 94%;
    max-width: none;
    margin: 0px auto;
  }
}
.acBtnListBottom {
  margin-bottom: 40px;
}

.ancBox {
  margin-top: -80px;
  padding-top: 80px;
}
.ancBox h3.mainTitle {
  color: #1caa72;
  font-size: clamp(18px, 4vw, 24px);
  display: flex;
  align-items: center;
  gap: 0.4em;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
.ancBox h3.mainTitle span.num {
  background-color: #1caa72;
  color: #ffffff;
  font-size: 140%;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ancBox .textBox {
  margin-bottom: 16px;
}

.ancBoxBottom {
  margin-bottom: 56px;
}

.teacherBox {
  display: flex;
  align-items: center;
  gap: 24px;
}
.teacherBox h4 {
  background-color: #1caa72;
  color: #ffffff;
  text-align: center;
  padding: 0.2em 0;
  font-size: clamp(18px, 4vw, 20px);
  margin-bottom: 0.2em;
  line-height: 1.4;
}
.teacherBox .teacherName {
  border-top: 2px solid #1caa72;
  text-align: right;
  font-weight: bold;
  margin-top: 0.4em;
}
.teacherBox .teacherImg {
  width: 50%;
  max-width: 200px;
}

.gsVoiceList {
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gsVoiceList li {
  position: relative;
  width: 47.5%;
  margin: 10px 0;
}
.gsVoiceList li p {
  padding: 8px 8px 8px 48px;
  background-color: #eaf8ed;
  font-size: 90%;
  border-radius: 8px;
}
.gsVoiceList li img {
  position: absolute;
  left: -24px;
  top: 0;
}

.flexImgList {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.flexImgList li {
  flex: 1;
}
.flexImgList li p.title {
  text-align: center;
  color: #1caa72;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1caa72;
  width: 100%;
  margin-bottom: 8px;
}
.flexImgList li img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .ancBoxBottom {
    margin-bottom: 40px;
  }
  .teacherBox {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 8px;
  }
  .teacherBox h4 {
    margin-top: -2em;
  }
  .gsVoiceList {
    margin: 8px auto 0;
    flex-direction: column;
  }
  .gsVoiceList li {
    width: 100%;
    margin: 5px 0;
  }
  .gsVoiceList li p {
    padding: 10px 2% 10px 15%;
    width: 73%;
    margin-left: auto;
  }
  .gsVoiceList li img {
    position: absolute;
    left: 0px;
    top: 0;
  }
  .flexImgList {
    display: block;
  }
  .flexImgList li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .flexImgList li:last-child {
    margin-bottom: 0;
  }
  .flexImgList li p.title {
    font-size: 16px;
  }
  .flexImgList li img {
    display: block;
    margin: 0 auto;
  }
}/*# sourceMappingURL=260527_gyoseisyoshi_toha.css.map */