@charset "UTF-8";
.fv {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 124vh;
}
@media (max-width: 768px) {
  .fv {
    height: 125vh;
  }
}
.fv__inner {
  display: flex;
  flex-direction: column;
  gap: 14%;
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .fv__inner {
    padding: 67px 30px 100px 30px;
  }
}
.fv__inner .copy {
  margin-top: 19%;
  text-shadow: 0 0 10px #ffffff;
}
.fv__inner .copy h2 {
  font-size: 5.8rem;
  font-weight: 400;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .fv__inner .copy h2 {
    font-size: 2.7rem;
    margin-bottom: 7px;
  }
}
.fv__inner .copy p {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .fv__inner .copy p {
    font-size: 1.6rem;
  }
}
.fv__inner .point {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .fv__inner .point {
    flex-direction: column;
    gap: 20px;
  }
}
.fv__inner .point .item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 30px 0 0;
  color: #2B62A0;
  width: 30%;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .fv__inner .point .item {
    width: 65%;
    padding: 20px;
  }
}
.fv__inner .point .item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 0 30px 0 0;
  position: absolute;
  top: 5px;
  right: -5px;
}
.fv__inner .point .item p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .fv__inner .point .item p {
    font-size: 1.2rem;
  }
}
.fv__inner .point .item .large {
  font-size: 3.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .fv__inner .point .item .large {
    font-size: 2.3rem;
  }
}

.worry {
  position: relative;
}
.worry .background {
  position: absolute;
  z-index: 1000;
  top: -17%;
}
@media (min-width: 1201px) {
  .worry .background {
    top: -25%;
  }
}
@media (max-width: 768px) {
  .worry .background {
    top: -10%;
    z-index: 800;
  }
}
.worry__content {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .worry__content {
    padding: 32px 0 0;
  }
}
.worry__content .section__title {
  position: relative;
  z-index: 9999;
}
.worry__content .section__title span {
  color: #E6D694;
}
.worry .row-bg {
  background-color: #ddd;
}
.worry .rows {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 25px 100px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  .worry .rows {
    padding: 88px 10px 26px;
    gap: 8px;
    z-index: 5000;
  }
}
.worry .rows .row {
  display: flex;
  justify-content: center;
  gap: 27px;
  align-items: center;
}
@media (max-width: 768px) {
  .worry .rows .row {
    flex-direction: column;
    gap: 8px;
  }
}
.worry .rows .row-2col {
  margin-left: -36px;
}
@media (max-width: 768px) {
  .worry .rows .row-2col {
    margin-left: 0;
  }
}
.worry .item {
  background: #fff;
  color: #736357;
  text-align: center;
  padding: 20px 10px 27px 18px;
  max-width: 365px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .worry .item {
    padding: 25px 5px 30px 24px;
  }
}
.worry .item .number {
  font-size: 6.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .worry .item .number {
    font-size: 3.6rem;
  }
}
.worry .item .number:after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #736357;
  position: absolute;
  transform: rotate(15deg);
  right: -10px;
  top: 25%;
}
@media (max-width: 768px) {
  .worry .item .number:after {
    height: 30px;
  }
}
.worry .item .text {
  font-size: 2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .worry .item .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.reason {
  margin-top: -5%;
  padding-top: 12%;
  padding-bottom: 20px;
  background-color: #3A346A;
  position: relative;
  z-index: 100;
}
@media (min-width: 1201px) {
  .reason {
    padding-top: 30%;
    margin-top: -10%;
  }
}
@media (max-width: 768px) {
  .reason {
    margin-top: 0;
    padding-top: 52px;
    padding-bottom: 60px;
  }
}
.reason .section__title {
  color: #E6D694;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .reason .section__title {
    padding: 0 10px;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 56px;
  }
}
.reason .section__title .small {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .reason .section__title .small {
    font-size: 2.7rem;
  }
}
.reason__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .reason__inner {
    padding: 0;
  }
}
.reason__inner .item {
  display: flex;
  gap: 40px;
  align-items: center;
  color: #fff;
  margin-bottom: 114px;
}
@media (max-width: 768px) {
  .reason__inner .item {
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 50px;
  }
}
.reason__inner .item:nth-child(2), .reason__inner .item:nth-child(5) {
  margin-bottom: 105px;
}
@media (max-width: 768px) {
  .reason__inner .item:nth-child(2), .reason__inner .item:nth-child(5) {
    margin-bottom: 50px;
  }
}
.reason__inner .item:nth-child(3), .reason__inner .item:nth-child(4) {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .reason__inner .item:nth-child(3), .reason__inner .item:nth-child(4) {
    margin-bottom: 44px;
  }
  .reason__inner .item:nth-child(3) .section__title, .reason__inner .item:nth-child(4) .section__title {
    margin-bottom: 10px;
  }
}
.reason__inner .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .reason__inner .item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.reason__inner .item .text {
  width: 56.5%;
  padding: 10px 10px 0 10px;
}
@media (max-width: 768px) {
  .reason__inner .item .text {
    width: 100%;
    padding: 25px 5px 0 10px;
  }
}
.reason__inner .item .text .number {
  display: inline-block;
  text-align: flex-end;
  margin-bottom: 10px;
}
.reason__inner .item .text .number p {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .reason__inner .item .text .number p {
    font-size: 1.5rem;
  }
}
.reason__inner .item .text .number .large {
  font-size: 5.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .reason__inner .item .text .number .large {
    font-size: 3.5rem;
    text-align: center;
  }
}
.reason__inner .item .text h4 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .reason__inner .item .text h4 {
    font-size: 2.6rem;
    margin-bottom: 14px;
    line-height: 1.3;
  }
}
.reason__inner .item .text p {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .reason__inner .item .text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.reason__inner .item img {
  width: 43.5%;
  aspect-ratio: 1.5/1;
}
@media (max-width: 768px) {
  .reason__inner .item img {
    width: 100%;
  }
}

.director {
  padding-top: 110px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media (max-width: 768px) {
  .director {
    padding-top: 76px;
  }
}
.director .section__title {
  font-family: "Shippori Mincho", serif;
  color: #221e4c;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .director .section__title {
    font-size: 3.5rem;
    margin-bottom: 38px;
  }
}
.director .section__title::before, .director .section__title::after {
  background-color: #221e4c;
}
@media (max-width: 768px) {
  .director .section__title::after {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    position: absolute;
    top: inherit;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .director .wrapper {
    padding: 0 6px 0 10px;
  }
}
.director__introduction {
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}
@media (max-width: 768px) {
  .director__introduction {
    flex-direction: column;
  }
}
.director__introduction .text {
  width: 52%;
  line-height: 2;
}
@media (max-width: 768px) {
  .director__introduction .text {
    width: 100%;
    line-height: 2.25;
    margin-bottom: 30px;
  }
}
.director__introduction .img {
  width: 41%;
  position: relative;
}
@media (max-width: 768px) {
  .director__introduction .img {
    width: 100%;
  }
}
.director__introduction .img::after {
  content: "SUZUKI TAKEO";
  font-size: 4.1rem;
  font-family: "Shippori Mincho", serif;
  width: 100%;
  height: auto;
  color: #fff;
  position: absolute;
  bottom: 32%;
  right: 0;
  letter-spacing: 0.6rem;
}
.director__introduction .img .name {
  background-color: #F2F2F2;
  padding: 20px 5px 20px 54px;
  position: absolute;
  bottom: 18%;
  right: -3%;
  z-index: 100;
  width: 97%;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .director__introduction .img .name {
    bottom: -9%;
    right: 0;
    padding: 17px 0px 22px 47px;
    width: 94%;
  }
}
.director__introduction .img .name .large {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 768px) {
  .director__introduction .img .name .large {
    font-size: 2.6rem;
  }
}
.director .bg__title {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  background-color: #FAFAF2;
  padding: 5px 33px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .director .bg__title {
    font-size: 1.8rem;
    padding: 9px 16px;
    margin-bottom: 20px;
  }
}
.director .biography {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  padding: 0 8px 0 5px;
}
.director .biography__list {
  margin-bottom: 87px;
}
@media (max-width: 768px) {
  .director .biography__list {
    margin-bottom: 47px;
  }
}
.director .biography__list .list__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .director .biography__list .list__inner {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 17px;
  }
}
.director .biography__list .list__inner dt {
  width: 32%;
  padding-left: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .director .biography__list .list__inner dt {
    padding-left: 0;
    width: 100%;
  }
}
.director .biography__list .list__inner dd {
  width: 68%;
}
@media (max-width: 768px) {
  .director .biography__list .list__inner dd {
    padding-left: 5%;
    width: 100%;
    line-height: 1.65;
  }
}
@media (max-width: 768px) {
  .director .biography__list .list__inner dd.sp-margin {
    margin-bottom: 17px;
  }
}
@media (max-width: 768px) {
  .director .organization {
    font-size: 1.6rem;
  }
}
.director .organization__list {
  display: flex;
  padding-top: 5px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .director .organization__list {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.director .organization__list li {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .director .organization__list li {
    font-size: 1.6rem;
  }
}
.director .organization__list .left {
  width: 53%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .director .organization__list .left {
    width: 100%;
    padding-left: 0;
  }
}
.director .organization__desc .item {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .director .organization__desc .item {
    padding: 0 5px;
    margin-bottom: 40px;
  }
}
.director .organization__desc .item.margin-adjustment {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .director .organization__desc .item.margin-adjustment {
    margin-bottom: 25px;
  }
}
.director .organization__desc .item .content__title {
  font-size: 1.9rem;
  color: #534741;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .director .organization__desc .item .content__title {
    margin-bottom: 10px;
  }
}
.director .organization__desc .item .desc__text {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .director .organization__desc .item .desc__text {
    font-size: 1.6rem;
  }
}
.director .organization__desc .item .domestic {
  line-height: 2;
  width: 90%;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .director .organization__desc .item .domestic {
    width: 100%;
    line-height: 1.85;
    margin-top: 20px;
  }
}
.director .organization__desc .item-col2 {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.director .organization__desc .item-col2 .img {
  width: 11.5%;
}
@media (max-width: 768px) {
  .director .organization__desc .item-col2 .img {
    width: 34%;
  }
}
.director .organization__desc .item-col2 p {
  width: 70%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .director .organization__desc .item-col2 p {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.director .organization__desc .item .sp-other {
  margin: 30px 0 0 8px;
  font-size: 1.6rem;
}
.director .organization__desc .item .sp-other.none-margin {
  margin: 0;
}
.director .organization__desc .item .line-height-adjustment {
  line-height: 1.8;
  margin-bottom: 20px;
}
.director .organization__desc .academic_society {
  margin-top: 40px;
}
.director .organization__desc .academic_society .content__title {
  margin-bottom: 25px;
}

.merit {
  background-color: #3A346A;
  padding: 138px 0 172px;
}
@media (max-width: 768px) {
  .merit {
    padding: 51px 0 30px;
  }
}
.merit__title {
  font-size: 5.8rem;
  text-align: center;
  font-weight: 400;
  color: #E6D694;
  letter-spacing: 0.3rem;
}
@media (max-width: 768px) {
  .merit__title {
    font-size: 3.5rem;
  }
}
.merit__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 91px;
}
@media (max-width: 768px) {
  .merit__inner {
    margin-top: 25px;
    row-gap: 27px;
  }
}
.merit__inner .item {
  width: 25%;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .merit__inner .item {
    width: 50%;
  }
}
.merit__inner .item .img {
  aspect-ratio: 23/16.3;
  margin-bottom: 13px;
  position: relative;
}
@media (max-width: 768px) {
  .merit__inner .item .img {
    margin-bottom: 3px;
  }
}
.merit__inner .item .img img {
  height: 100%;
}
.merit__inner .item .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
@media (max-width: 768px) {
  .merit__inner .item .img::after {
    width: 95px;
    height: 80px;
  }
}
.merit__inner .item:nth-of-type(1) .img::after {
  background-image: url(../img/01.png);
}
.merit__inner .item:nth-of-type(2) .img::after {
  background-image: url(../img/02.png);
}
.merit__inner .item:nth-of-type(3) .img::after {
  background-image: url(../img/03.png);
}
.merit__inner .item:nth-of-type(4) .img::after {
  background-image: url(../img/04.png);
}
.merit__inner .item:nth-of-type(5) .img::after {
  background-image: url(../img/05.png);
}
.merit__inner .item:nth-of-type(6) .img::after {
  background-image: url(../img/06.png);
}
.merit__inner .item:nth-of-type(7) .img::after {
  background-image: url(../img/07.png);
}
.merit__inner .item:nth-of-type(8) .img::after {
  background-image: url(../img/08.png);
}
.merit__inner .item p {
  font-size: 2.8rem;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .merit__inner .item p {
    font-size: 1.9rem;
    padding: 0 3px;
  }
}
.merit__inner .item .gold-text {
  color: #E6D694;
}

.cta {
  background-image: url(../img/contact-back.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 92px 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 52px 0 65px 0;
  }
}
.cta::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E6D694;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.cta__inner {
  position: relative;
  z-index: 100;
  text-align: center;
  color: #221E4C;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
}
.cta__inner .name {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cta__inner .name {
    font-size: 1.7rem;
  }
}
.cta__inner .contact {
  display: inline-block;
  font-size: 5.2rem;
  letter-spacing: 0.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #221E4C;
}
@media (max-width: 768px) {
  .cta__inner .contact {
    font-size: 3.4rem;
    letter-spacing: 0;
    padding-bottom: 2px;
  }
}
.cta__inner .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__inner .tel img {
  width: 15%;
}
.cta__inner .tel p {
  font-size: 6.8rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 768px) {
  .cta__inner .tel p {
    font-size: 4.2rem;
  }
}
.cta__inner .tel p a {
  color: #221E4C;
}
.cta__inner .tel p a:hover {
  opacity: 0.6;
}
.cta-btn__wrapper {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cta-btn__wrapper {
    width: 98%;
    margin-bottom: 0;
    gap: 10px;
  }
}
.cta-btn__wrapper .btn {
  height: 70px;
}
.cta-btn__wrapper .btn img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comparison {
  background-color: #fafaf2;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  padding: 120px 10px 100px;
}
@media (max-width: 768px) {
  .comparison {
    padding: 25px 5px;
  }
}
.comparison__table {
  max-width: 1020px;
  margin: 0 auto;
  border-spacing: 10px;
  padding-right: 28px;
}
@media (max-width: 768px) {
  .comparison__table {
    padding-right: 0;
  }
}
.comparison__table tr {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .comparison__table tr {
    font-size: 1.2rem;
  }
}
.comparison__table tr th {
  padding: 15px;
  box-shadow: -2px -2px 8px rgba(183, 183, 183, 0.7);
  background-color: #fff;
  width: 25%;
}
@media (max-width: 768px) {
  .comparison__table tr th {
    padding: 2px;
    font-size: 1.1rem;
    font-weight: 400;
  }
}
.comparison__table tr th.none-shadow {
  box-shadow: none;
  width: 26.2%;
  background-color: transparent;
}
.comparison__table tr th.bg-blue {
  background-color: #3A346A;
  color: #fff;
}
.comparison__table tr th.bg-beige {
  background-color: #fafaf2;
}
.comparison__table tr td {
  background-color: #fff;
  box-shadow: -2px -2px 8px rgba(183, 183, 183, 0.7);
}
.comparison__table tr td.light-blue {
  background-color: #EBF0FF;
}
.comparison__table tr .table-image {
  height: 200px;
}
@media (max-width: 768px) {
  .comparison__table tr .table-image {
    height: 40px;
  }
}
.comparison__table tr .table-image img {
  max-width: 150px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .comparison__table tr .table-image img {
    height: 60px;
  }
}
.comparison__table tr .table-image img:last-child {
  height: 185px;
}
@media (max-width: 768px) {
  .comparison__table tr .table-image img:last-child {
    height: 60px;
  }
}
.comparison__table tr .mark {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .comparison__table tr .mark {
    font-size: 1.8rem;
  }
}
.comparison__table tr .mark.cross {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .comparison__table tr .mark.cross {
    font-size: 2.3rem;
  }
}
.comparison__table tr .mark .small {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .comparison__table tr .mark .small {
    font-size: 7px;
  }
}
.comparison__table tr .mark .cross {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .comparison__table tr .mark .cross {
    font-size: 2.3rem;
  }
}

.flow {
  padding: 120px 10px 110px;
}
@media (max-width: 768px) {
  .flow {
    padding: 20px 10px;
  }
}
.flow .section__title {
  color: #736357;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .flow .section__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
.flow .section__title::before, .flow .section__title::after {
  background-color: #736357;
  width: 20%;
}
.flow__content {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flow__content {
    margin: 0 auto;
  }
}
.flow__content-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "title title" "image text";
  gap: 20px 30px;
  border: 1px solid #221E4C;
  padding: 25px 50px 25px 104px;
  margin-bottom: 16px;
  position: relative;
  align-items: start;
}
@media (max-width: 768px) {
  .flow__content-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
    padding: 0;
    margin-bottom: 50px;
  }
}
.flow__content-item::before {
  content: "";
  background-image: url(../img/hexagon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -50px;
  top: 7%;
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .flow__content-item::before {
    display: none;
  }
}
.flow__content-item:nth-of-type(1)::before {
  content: "1";
}
.flow__content-item:nth-of-type(2)::before {
  content: "2";
}
.flow__content-item:nth-of-type(3)::before {
  content: "3";
}
.flow__content-item:nth-of-type(4)::before {
  content: "4";
}
.flow__content-item:nth-of-type(5)::before {
  content: "5";
}
.flow__content-item:nth-of-type(6)::before {
  content: "6";
}
.flow__content-item img {
  grid-area: image;
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .flow__content-item img {
    width: 100%;
    aspect-ratio: 121/60;
  }
}
.flow__content-item h3 {
  grid-area: title;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .flow__content-item h3 {
    font-size: 2.1rem;
    letter-spacing: 0.3rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .flow__content-item h3::before {
    content: "";
    background-image: url(../img/hexagon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .flow__content-item:nth-of-type(1) h3::before {
    content: "1";
  }
  .flow__content-item:nth-of-type(2) h3::before {
    content: "2";
  }
  .flow__content-item:nth-of-type(3) h3::before {
    content: "3";
  }
  .flow__content-item:nth-of-type(4) h3::before {
    content: "4";
  }
  .flow__content-item:nth-of-type(5) h3::before {
    content: "5";
  }
  .flow__content-item:nth-of-type(6) h3::before {
    content: "6";
  }
}
.flow__content-item p {
  grid-area: text;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .flow__content-item p {
    letter-spacing: 0.1rem;
    text-align: left;
    padding: 0 10px;
  }
}

.case {
  background-image: url(../img/case-bg.png);
  position: relative;
  color: #fff;
  padding: 75px 0 115px;
}
@media (max-width: 768px) {
  .case {
    padding: 75px 0 95px;
  }
}
.case::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3A346A;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.case__inner {
  position: relative;
  z-index: 100;
  text-align: center;
}
.case__title {
  margin-bottom: 10px;
}
.case__title p {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .case__title p {
    font-size: 1.8rem;
  }
}
.case__title h2 {
  font-weight: 100;
  font-size: 4.8rem;
  color: #E6D694;
}
@media (max-width: 768px) {
  .case__title h2 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
.case .large {
  font-size: 4rem;
  margin-bottom: 50px;
}
.case__btn {
  background-color: #fff;
  color: #221E4C;
  padding: 20px 30px;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .case__btn {
    letter-spacing: 0;
  }
}
.case__btn .arrow {
  font-size: 1.2rem;
}

.price {
  background-image: url(../img/price-bg.png);
  background-size: contain;
  background-position: right;
  padding: 170px 10px 115px;
}
@media (max-width: 768px) {
  .price {
    background-size: cover;
    background-position-x: -5%;
    padding: 66px 10px 60px;
  }
}
.price__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin-left: 6%;
}
@media (max-width: 768px) {
  .price__inner {
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
    gap: 40px;
  }
}
.price__title .small {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .price__title .small {
    font-size: 1.8rem;
  }
}
.price__title h2 {
  font-size: 5.9rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .price__title h2 {
    font-size: 3.2rem;
  }
}
.price__box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 78px 0 70px;
  text-align: center;
  width: 43%;
}
@media (max-width: 768px) {
  .price__box {
    width: 100%;
    padding: 60px;
  }
}
.price__box .label {
  display: inline-block;
  font-size: 2.5rem;
  background-color: #3A346A;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .price__box .label {
    font-size: 2.1rem;
  }
}
.price__box .cost {
  font-size: 7.2rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .price__box .cost {
    font-size: 6rem;
    margin-bottom: 5px;
  }
}
.price__box .cost span {
  font-size: 3.2rem;
}
.price__box .small {
  font-size: 1.8rem;
}

.faq {
  background-color: #FAFAF2;
  padding: 34px 0 25px 0;
}
@media (max-width: 768px) {
  .faq {
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
.faq .section__title {
  color: #736357;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .faq .section__title {
    margin-bottom: 50px;
  }
}
.faq .section__title p {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .faq .section__title p {
    font-size: 1.8rem;
  }
}
.faq .section__title h2 {
  font-size: 6.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .faq .section__title h2 {
    font-size: 4rem;
  }
}
.faq .section__title::before, .faq .section__title::after {
  background-color: #736357;
}
.faq__content {
  max-width: 890px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faq__content {
    margin: 0;
    padding: 0 10px;
  }
}
.faq__content .question, .faq__content .answer {
  display: flex;
  justify-content: start;
  gap: 20px;
}
.faq__content .question img, .faq__content .answer img {
  width: 50px;
}
@media (max-width: 768px) {
  .faq__content .question img, .faq__content .answer img {
    width: 40px;
  }
}
.faq__content .question {
  background-color: #C7B299;
  border-radius: 100px;
  align-items: center;
  font-size: 2.3rem;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .faq__content .question {
    font-size: 1.6rem;
    margin-bottom: 11px;
    padding: 10px 20px 13px 0;
  }
}
.faq__content .answer {
  align-items: start;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .faq__content .answer {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.faq__content .answer img {
  width: 3%;
}
@media (max-width: 768px) {
  .faq__content .answer img {
    width: 7%;
  }
}

html {
  font-size: 62.4%;
  overflow-x: hidden;
}

body {
  font-family: "Shippori Mincho", serif;
  overflow-x: clip;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
}

.light-blue {
  background-color: #29ABE2;
}

.deep-blue {
  background-color: #2B5075;
}

.sec__title {
  text-align: center;
}
.sec__title p {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .sec__title p {
    font-size: 1.8rem;
  }
}
.sec__title h2 {
  font-size: 4.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sec__title h2 {
    font-size: 3.6rem;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.section__title {
  text-align: center;
  position: relative;
  font-size: 5.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 2.8rem;
  }
}
.section__title::before, .section__title::after {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .section__title::before, .section__title::after {
    content: none;
  }
}
.section__title::before {
  left: 0;
}
.section__title::after {
  right: 0;
}

main {
  position: relative;
}

.header {
  height: 140px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 40px 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 0;
  }
}
.header__logo {
  width: 18%;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 30%;
    margin: 10px;
  }
}
.header__link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 52%;
  height: 135px;
}
@media (max-width: 768px) {
  .header__link {
    gap: 0;
    width: 56%;
    height: auto;
  }
}
.header__link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__link a {
  transition: 0.3s;
}
.header__link a:hover {
  opacity: 0.4;
}

.footer {
  padding: 110px 0 90px;
  color: #534741;
}
@media (max-width: 768px) {
  .footer {
    padding: 53px 0 46px;
    font-size: 1.6rem;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__left {
  width: 45%;
}
@media (max-width: 768px) {
  .footer__left {
    width: 100%;
    padding-left: 3%;
  }
}
.footer__left .logo {
  width: 45%;
}
@media (max-width: 768px) {
  .footer__left .logo {
    width: 55%;
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .footer__left .address {
    line-height: 1.7;
  }
}
.footer__right {
  width: 48%;
  text-align: end;
}
@media (max-width: 768px) {
  .footer__right {
    width: 100%;
    text-align: center;
  }
}
.footer__right .footer_table {
  width: 95%;
  margin-bottom: 8px;
}
.footer__right .btn-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}
.footer__right .btn-wrapper a {
  line-height: 1;
}
.footer__right .btn-wrapper img {
  width: 90%;
}
.footer__right .reception {
  text-align: center;
  color: #E1728A;
  letter-spacing: 0.3rem;
}
@media (max-width: 768px) {
  .footer__right .reception {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
}

iframe {
  width: 100%;
  max-width: 100%;
  height: 334px; /* 必要な高さ */
  border: 0;
}/*# sourceMappingURL=style.css.map */