body {
  background: #f7f6f5;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1em;
  color: #333;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.en {
  font-family: "Bodoni Moda", serif;
}

.wrapper {
  background: #f7f6f5;
  max-width: 750px;
  margin-inline: auto;
  padding-bottom: 200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.btn {
  display: block;
  padding: 0;
}

#fv {
  background: #d9d3ce url(../img/fv_bg.jpg) no-repeat center 0/100%;
  padding: 60px 0 50px;
}
#fv .logo {
  width: 184px;
  margin-inline: auto;
}
#fv h1 {
  width: 628px;
  margin: 42px auto 65px;
}
#fv .fv_list01 {
  margin: 0 30px 115px auto;
  width: 220px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
#fv .fv_list01 li {
  width: 100%;
}
#fv .fv_list02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
}
#fv .fv_list02 li {
  background: #fff;
  width: 320px;
  height: 200px;
  padding: 20px 0 0;
  text-align: center;
}
#fv .fv_list02 li:nth-child(1) {
  border-radius: 30px 0px 0px 0px;
}
#fv .fv_list02 li:nth-child(2) {
  border-radius: 0px 30px 0px 0px;
}
#fv .fv_list02 li:nth-child(3) {
  border-radius: 0px 0px 0px 30px;
  padding-top: 25px;
}
#fv .fv_list02 li:nth-child(3) .ico {
  margin-bottom: 27px;
}
#fv .fv_list02 li:nth-child(4) {
  border-radius: 0px 0px 30px 0px;
  padding-top: 30px;
}
#fv .fv_list02 li:nth-child(4) .ico {
  margin-bottom: 27px;
}
#fv .fv_list02 .ico {
  width: 82px;
  margin: 0 auto 10px;
}
#fv .fv_list02 p {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
#fv .note {
  width: 670px;
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #999999;
  margin: 27px auto 0;
  padding: 0 7px 0 0;
}

#sec01 {
  background: url(../img/sec01_bg.jpg) no-repeat center 0/100% 100%;
  height: 940px;
  padding: 119px 0 0;
  text-align: center;
}
#sec01 .ttl {
  font-size: 55px;
  line-height: 72px;
  letter-spacing: 0.22em;
  font-weight: 700;
}
#sec01 .txt {
  font-size: 36px;
  line-height: 68px;
  font-weight: 400;
  margin: 35px auto 64px;
}
#sec01 .btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  letter-spacing: 0.135em;
  color: #9d494b;
  gap: 0 30px;
  margin: 0 0 35px;
}
#sec01 .btn p::before, #sec01 .btn p::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #9d494b;
}
#sec01 .btn p::before {
  rotate: -25deg;
}
#sec01 .btn p::after {
  rotate: 25deg;
}
#sec01 .btn a {
  display: block;
  width: 650px;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}
@media (any-hover: hover) {
  #sec01 .btn a:hover {
    opacity: 0.8;
  }
}

#sec02 {
  background: url(../img/sec02_bg.jpg) no-repeat center 0/100% 100%;
  height: 3790px;
}
#sec02 .ttl {
  height: 430px;
  padding: 95px 0 0;
  text-align: center;
  font-size: 49px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#sec02 .ttl span {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.22em;
  margin: 28px auto 0;
}
#sec02 .list01 {
  margin: 0 0 278px;
}
#sec02 .list01 li {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100px;
  padding-left: 75px;
  margin-bottom: 30px;
}
#sec02 .list01 li p {
  font-size: 29px;
  line-height: 53px;
  letter-spacing: 0.1em;
}
#sec02 .list01 li:nth-child(2), #sec02 .list01 li:nth-child(4) {
  margin-left: 60px;
  padding-left: 50px;
}
#sec02 .list01 li:nth-child(5) {
  height: 160px;
  margin-bottom: 0;
}
#sec02 .sub {
  text-align: center;
  color: #3d5143;
  font-size: 47px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 55px;
}
#sec02 .list02 {
  margin: 0 0 280px 60px;
}
#sec02 .list02 li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
#sec02 .list02 .ico {
  width: 140px;
}
#sec02 .list02 p {
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.12em;
}
#sec02 .list02 p strong {
  font-size: 34px;
  color: #3d5143;
}
#sec02 .txt_area h3 {
  color: #fff;
  margin: 0 0 83px 55px;
}
#sec02 .txt_area h3 span {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  background: #3d5143;
  height: 40px;
  font-size: 38px;
  letter-spacing: 0.16em;
  padding: 0 20px;
  margin: 0 0 30px;
}
#sec02 .txt_area p {
  font-size: 28px;
  line-height: 62px;
  letter-spacing: 0.06em;
  margin: 0 0 62px 75px;
}

#sec03 {
  background: #d9d3ce url(../img/sec03_bg.jpg) no-repeat center 0/100%;
  padding: 165px 0 140px;
}
#sec03 .ttl {
  text-align: center;
  font-size: 52px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 70px;
}
#sec03 .block {
  position: relative;
  margin-bottom: 150px;
}
#sec03 .block .sub {
  color: #fff;
  margin: -650px 0 420px 60px;
  position: relative;
  z-index: 2;
}
#sec03 .block .sub span {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  background: #352e35;
  height: 40px;
  font-size: 36px;
  letter-spacing: 0.16em;
  padding: 0 20px;
  margin: 0 0 30px;
}
#sec03 .block .sub span:nth-last-of-type(1) {
  margin-bottom: 0;
}
#sec03 .block .txt {
  position: relative;
  z-index: 2;
  width: 700px;
  background: rgba(255, 255, 255, 0.95);
  margin: 0 0 0 auto;
  padding: 38px 0 43px 50px;
  box-shadow: 10px 10px 10px rgba(115, 99, 87, 0.2);
}
#sec03 .block .txt p {
  width: 600px;
  line-height: 2;
  letter-spacing: 0.12em;
}
#sec03 .block02 .sub {
  margin-top: -465px;
  margin-bottom: 95px;
}
#sec03 .block02 .txt {
  margin: 0 auto 0 0;
}
#sec03 .block02 .txt p {
  width: 604px;
  letter-spacing: 0.1em;
}
#sec03 .block03 .sub {
  margin-top: -665px;
  margin-bottom: 435px;
}
#sec03 .block03 .txt p {
  width: 604px;
  letter-spacing: 0.1em;
}
#sec03 .block04 {
  margin-bottom: 0;
}
#sec03 .block04 .sub {
  margin-top: -706px;
  margin-bottom: 406px;
}
#sec03 .block04 .txt p {
  width: 604px;
  letter-spacing: 0.1em;
}

#voice {
  background: #f2f2f2;
  padding-bottom: 35px;
}
#voice .ttl {
  background: url(../img/voice_ttl_bg.jpg) no-repeat center 0/100% 100%;
  height: 400px;
  padding: 103px 0 0;
  margin: 0 0 110px;
  color: #fff;
  font-weight: 600;
}
#voice .ttl img {
  width: 208px;
  margin: 0 0 0 53px;
}
#voice .ttl span {
  display: block;
  font-size: 34px;
  line-height: 62px;
  letter-spacing: 0.14em;
  margin: 45px 0 0 145px;
}
#voice .block {
  width: 600px;
  margin: 0 auto 100px;
  padding: 17px 0 95px;
  position: relative;
  border-bottom: 1px solid #3d5143;
}
#voice .block:nth-last-of-type(1) {
  border: none;
  margin-bottom: 0;
}
#voice .block .photo {
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
}
#voice .block .sub {
  font-size: 34px;
  line-height: 56px;
  letter-spacing: 0.12em;
  color: #3d5143;
  font-weight: 700;
  margin: 0 0 63px;
}
#voice .block .prof {
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(115, 99, 87, 0.1);
  padding: 26px 0 30px 46px;
  margin: 0 0 35px;
}
#voice .block .prof p {
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 0.12em;
  font-weight: 500;
}
#voice .block .txt p {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0;
}
#voice .block02 .sub {
  margin-bottom: 75px;
}
#voice .block03 .sub {
  margin-bottom: 75px;
}

.cta {
  background: #f2f2f2;
}

.program {
  background: linear-gradient(135deg, #8b978e 0%, #88948b 0.96%, #6d7c71 11.45%, #58695d 22.85%, #495b4e 35.47%, #405346 50.29%, #3d5143 72.64%);
  padding: 143px 0 160px;
  position: relative;
}
.program::after {
  content: "";
  display: block;
  width: 270px;
  height: 70px;
  background-color: #d9d3ce;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-inline: auto;
  left: 0;
  right: 0;
  bottom: -45px;
  position: absolute;
}
.program .ttl {
  width: 329px;
  margin: 0 0 30px 80px;
}
.program .sub {
  color: #fff;
  font-size: 37px;
  line-height: 60px;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin: 0 0 65px 85px;
}
.program .sub span {
  font-size: 30px;
}
.program .sub strong {
  font-weight: 600;
}
.program .inner {
  background: #fff;
  width: 660px;
  margin: 0 auto 50px;
  padding: 40px 0 0;
}
.program .headline {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.22em;
  font-size: 42px;
  line-height: 60px;
  color: #3d5143;
  margin: 0 auto 50px;
}
.program .headline span {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.program .schedule {
  background: url(../img/program_base.png) no-repeat center 0/100%;
  height: 600px;
}
.program .schedule li {
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 25px;
  letter-spacing: 0.12em;
}
.program .schedule .time {
  width: 223px;
  padding: 0 0 0 105px;
}
.program .schedule .act {
  padding: 0 0 0 42px;
}
.program .program_contents {
  background: #fff;
  width: 660px;
  margin-inline: auto;
  padding: 48px 0 45px;
}
.program .program_contents h4 {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.22em;
  color: #3d5143;
  margin: 0 0 50px;
}
.program .program_contents ul {
  margin: 0 0 0 46px;
}
.program .program_contents li {
  background: url(../img/chk.png) no-repeat 0 0/50px;
  padding: 6px 0 0 70px;
  margin: 0 0 32px;
  height: 50px;
  font-size: 30px;
  letter-spacing: 0.12em;
}
.program .program_contents li:last-child {
  margin-bottom: 0;
}

.satisfaction {
  padding: 100px 0 0;
}
.satisfaction .graph {
  width: 540px;
  margin: 0 auto 80px;
}
.satisfaction .graph p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 43px;
  letter-spacing: 0.135em;
  color: #9d494b;
  gap: 0 30px;
  margin: 0 0 35px;
}
.satisfaction .graph p::before, .satisfaction .graph p::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #9d494b;
}
.satisfaction .graph p::before {
  rotate: -25deg;
}
.satisfaction .graph p::after {
  rotate: 25deg;
}
.satisfaction .graph span {
  color: #666;
  display: block;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 30px auto 0;
}

.users_voice {
  padding: 0 0 100px;
}
.users_voice h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 60px;
}
.users_voice h3 span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 0;
}
.users_voice h3 strong {
  color: #3D5143;
  font-size: 50px;
  font-weight: 700;
}
.users_voice .slick-slide {
  margin: 0 18px;
}
.users_voice .btn {
  width: 650px;
  margin: 70px auto 0;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}
@media (any-hover: hover) {
  .users_voice .btn:hover {
    opacity: 0.8;
  }
}

.support {
  background: url(../img/support_bg.jpg) no-repeat center 0/100%;
  height: 1000px;
  padding: 110px 0 0;
}
.support .sub {
  text-align: center;
  color: #fff;
  font-size: 46px;
  line-height: 70px;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.support .img {
  width: 550px;
  margin: 80px auto 36px;
}
.support .txt {
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  line-height: 51px;
  letter-spacing: 0.1em;
}

.user_cmnt {
  padding: 70px 0 140px;
}
.user_cmnt .sub {
  text-align: center;
  font-size: 38px;
  line-height: 72px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.user_cmnt .cmnt_list {
  width: 690px;
  margin: 50px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 50px 0;
}
.user_cmnt .cmnt_list li {
  width: 330px;
  filter: drop-shadow(5px 5px 10px rgba(115, 99, 82, 0.1));
}

.present {
  background: #f8e8e7;
  padding: 125px 0 110px;
}
.present .sub {
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 auto 200px;
}
.present .sub::before, .present .sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 148px;
  background: #9d494b;
  position: absolute;
  top: -10px;
}
.present .sub::before {
  rotate: -25deg;
  left: -50px;
}
.present .sub::after {
  rotate: 25deg;
  right: -50px;
}
.present .sub span {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  background: #9d494b;
  margin: 0 auto 10px;
  padding: 3px 10px 7px;
  font-size: 45px;
  font-weight: 600;
}
.present .sub span:nth-last-of-type(1) {
  margin-bottom: 0;
}
.present .sub strong {
  font-size: 57px;
  font-weight: 600;
}
.present .inner {
  background: #fff;
  width: 660px;
  margin: 0 auto;
  padding: 0 0 68px;
}
.present .inner img {
  position: relative;
  top: -150px;
  width: 550px;
  display: block;
  margin: 0 auto -150px;
}
.present .inner .catch {
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.12em;
  margin: 58px auto -10px;
}
.present .inner ul {
  margin: 55px 0 0 53px;
}
.present .inner ul li {
  font-size: 24px;
  line-height: 52px;
  letter-spacing: 0.06em;
}
.present .diploma {
  margin: 250px auto 110px;
}
.present .diploma p {
  width: 560px;
  margin: 55px auto 0;
  font-size: 25px;
  line-height: 52px;
  letter-spacing: 0.06em;
}
.present .catch {
  text-align: center;
  font-size: 38px;
  line-height: 72px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.present .seminar_photo {
  margin: 34px auto 0;
}
.present .poster {
  width: 642px;
  margin: -65px auto 35px;
  position: relative;
}
.present .poster p {
  width: 100%;
  position: absolute;
  top: 110px;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.16em;
}
.present .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}
.present .price .txt {
  border-top: 2px solid #ed5479;
  border-bottom: 2px solid #ed5479;
  width: 170px;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.1em;
  color: #ed5479;
  text-align: center;
  padding: 15px 0;
}
.present .price .num {
  font-size: 110px;
  color: #ed5479;
  font-weight: 600;
  margin-top: -15px;
}
.present .price .num span {
  font-size: 60%;
}
.present .price .num i {
  font-style: normal;
  font-family: initial;
  font-weight: 400;
  font-size: 25px;
}
.present .btn {
  width: 650px;
  margin: 50px auto 0;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}
@media (any-hover: hover) {
  .present .btn:hover {
    opacity: 0.8;
  }
}

#impression {
  padding: 0 0 130px;
}
#impression .headline {
  background: #dce4e7;
  padding: 143px 0;
  position: relative;
}
#impression .headline::after {
  content: "";
  display: block;
  width: 276px;
  height: 72px;
  background-color: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-inline: auto;
  left: 0;
  right: 0;
  bottom: -45px;
  position: absolute;
}
#impression .headline .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 85px;
}
#impression .headline .eyebrow {
  background: #333333;
  height: 160px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 0 0 95px;
}
#impression .headline .eyebrow p {
  color: #fff;
  font-size: 27px;
  line-height: 51px;
  letter-spacing: 0.1em;
  width: 300px;
}
#impression .headline .eyebrow img {
  width: 280px;
}
#impression .headline .txt {
  text-align: center;
  font-size: 27px;
  line-height: 60px;
  letter-spacing: 0.12em;
  margin: 80px 0 0;
}
#impression .revo {
  padding: 160px 0 0;
}
#impression .revo .catch {
  text-align: center;
  color: #3d5143;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#impression .revo .catch span {
  font-size: 36px;
  display: block;
  margin-bottom: 22px;
}
#impression .revo .catch strong {
  font-weight: 700;
  border-bottom: 2px solid #3d5143;
}
#impression .revo .img {
  width: 630px;
  margin: 113px auto 93px;
}
#impression .revo .txt {
  text-align: center;
}
#impression .revo .txt p {
  font-size: 27px;
  line-height: 60px;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
}
#impression .revo .txt p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#impression .revo .txt p strong {
  color: #3d5143;
}

#reason {
  background: #d9d3ce url(../img/reason_bg.jpg) no-repeat center 0/100%;
  padding: 150px 0 105px;
  position: relative;
  z-index: 5;
}
#reason .ttl {
  text-align: center;
  color: #3d5143;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 88px;
}
#reason .ttl span {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 45px auto 15px;
  padding-bottom: 11px;
  border-bottom: 1px solid #3d5143;
  font-size: 50px;
}
#reason .ttl strong {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #3d5143;
  font-size: 81px;
  font-weight: 700;
}
#reason .block {
  position: relative;
  padding: 22px 0 0;
  margin-bottom: 100px;
}
#reason .block::before {
  content: "";
  display: block;
  width: 560px;
  height: 350px;
  background: #3d5143;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#reason .block .num {
  margin: 0 0 101px 62px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#reason .block .num img {
  width: 227px;
}
#reason .block .num::after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 430px;
}
#reason .block .inner {
  background: #fff;
  width: 710px;
  border-radius: 0px 0px 0px 50px;
  margin: 0 0 0 auto;
  padding: 0 0 80px;
}
#reason .block .bfaf {
  width: 630px;
  position: relative;
  top: -75px;
  margin: 0 0 10px 40px;
}
#reason .block .comment {
  display: flex;
  gap: 0 50px;
}
#reason .block .comment .user {
  padding-top: 10px;
  margin: 0 0 0 60px;
}
#reason .block .comment .user .sub {
  font-size: 32px;
  color: #3d5143;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 40px;
}
#reason .block .comment .user .photo {
  width: 220px;
}
#reason .block .comment .txt {
  width: 320px;
}
#reason .block .comment .txt p {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.06em;
}
#reason .block02::before {
  top: 0;
  left: auto;
  right: 0;
}
#reason .block02 .num {
  margin: 0 62px 101px 0;
}
#reason .block02 .num::after {
  content: none;
}
#reason .block02 .num::before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 430px;
}
#reason .block02 .comment .user {
  margin: 0 60px 0 0;
}
#reason .block02 .comment .txt {
  margin-left: 60px;
}
#reason .block03 {
  margin-bottom: 0;
}
#reason .block03 .comment .txt p {
  letter-spacing: 0.02em;
}

#feature .ttl {
  background: url(../img/feature_bg.jpg) no-repeat center 0/100%;
  height: 400px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 90px 0 0;
}
#feature .ttl span {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 30px auto 5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #3d5143;
  font-size: 55px;
  letter-spacing: 0.12em;
}
#feature .ttl strong {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #3d5143;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#feature .block {
  padding: 100px 0 90px;
}
#feature .block .inner {
  width: 661px;
  margin: 0 0 0 40px;
}
#feature .block .img {
  width: 661px;
  margin-bottom: -50px;
}
#feature .block .txt_wrap {
  background: rgba(255, 255, 255, 0.9);
  width: 590px;
  position: relative;
  z-index: 2;
  margin: 0 0 0 40px;
  padding: 75px 0 55px;
}
#feature .block .txt_wrap .sub {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 26px;
  margin-bottom: 45px;
}
#feature .block .txt_wrap .sub span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.14em;
  margin: 10px auto 0;
}
#feature .block .txt_wrap .txt {
  width: 500px;
  margin-inline: auto;
  line-height: 2;
  letter-spacing: 0.1em;
}
#feature .block01 {
  background: url(../img/feature_bg01.jpg) no-repeat center bottom/100%;
  padding-top: 0;
}
#feature .block01 .img {
  position: relative;
  top: -22px;
}
#feature .block02 {
  background: url(../img/feature_bg02.jpg) no-repeat center bottom/100%;
}
#feature .block03 {
  background: url(../img/feature_bg03.jpg) no-repeat center bottom/100%;
}
#feature .block04 {
  background: url(../img/feature_bg04.jpg) no-repeat center bottom/100%;
  padding-bottom: 170px;
}
#feature .block04 .txt_wrap .sub {
  margin-bottom: 30px;
}
#feature .block04 .txt_wrap .sub span {
  padding-top: 15px;
}

.cta_2 .program {
  padding-top: 112px;
}
.cta_2 .program .ttl {
  margin: 0 auto 46px;
}
.cta_2 .program .sub {
  width: fit-content;
  width: -moz-fit-content;
  color: #3d5143;
  text-align: center;
  margin: 0 auto 73px;
}
.cta_2 .program .sub span {
  width: fit-content;
  width: -moz-fit-content;
  background: #fff;
  display: block;
  height: 50px;
  border-radius: 20px 0px 0px 0px;
  font-size: 39px;
  padding: 5px 0 0 38px;
  margin: 0 auto 17px;
  text-align: center;
}
.cta_2 .program .sub strong {
  background: #fff;
  display: block;
  width: 620px;
  height: 60px;
  border-radius: 0px 0px 20px 0px;
  font-size: 45px;
  font-weight: 600;
  padding: 5px 0 0;
  letter-spacing: 0.14em;
}

#faq {
  background: #f4f2f0;
  padding: 94px 0 80px;
}
#faq .ttl {
  width: 158px;
  margin: 0 auto 50px;
}
#faq dl {
  width: 680px;
  margin: 0 auto 30px;
}
#faq dt {
  background: #333 url(../img/q.png) no-repeat 32px 31px/42px;
  padding: 20px 0 20px 105px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
#faq dt::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 55px;
  right: 40px;
  rotate: 45deg;
  transition: all 0.3s;
}
#faq dt.active::after {
  top: 60px;
  rotate: -135deg;
}
@media (any-hover: hover) {
  #faq dt:hover {
    opacity: 0.8;
  }
}
#faq dt p {
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.14em;
  font-weight: 600;
}
#faq dd {
  background: url(../img/a.png) no-repeat 30px 58px/41px;
  padding: 55px 0 65px 105px;
  margin: 0;
  display: none;
}
#faq dd p {
  width: 530px;
  line-height: 2;
  letter-spacing: 0.1em;
}

footer {
  background: #3d5143;
  padding: 110px 0 0;
}
footer .logo {
  width: 200px;
  margin-inline: auto;
}
footer .link {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  color: #fff;
  margin: 60px auto;
  text-decoration: underline;
}
@media (any-hover: hover) {
  footer .link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
footer small {
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 48px 0;
}

.float {
  background: rgba(255, 255, 255, 0.8);
  height: 200px;
  padding: 40px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 999;
}
.float a {
  display: block;
  width: 650px;
  margin-inline: auto;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}
@media (any-hover: hover) {
  .float a:hover {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=style.css.map */
