@charset "UTF-8";
html {
  font-size: 62.4%;
  overflow-x: hidden;
}

body {
  font-family: "Shippori Mincho", serif;
  overflow-x: clip;
  font-size: 1.6rem;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
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: inline-block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

.fv {
  height: 794px;
  background-image: url(../img/fv.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .fv {
    height: 527px;
    background-image: url(../img/fv_sp.png);
    justify-content: center;
    background-size: cover;
  }
}
.fv__inner {
  width: 87%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 77px;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .fv__inner {
    width: 100%;
    padding: 0 10px;
    flex-direction: column-reverse;
    align-items: inherit;
  }
}
.fv .maincopy {
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #0071BC;
  position: relative;
}
@media (max-width: 768px) {
  .fv .maincopy {
    font-size: 2.7rem;
    margin-top: 23px;
    line-height: 1.3;
  }
}
.fv .maincopy::before {
  content: "invisalign";
  font-family: "ab-mayuminwalk", sans-serif;
  font-size: 13.7rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  top: -185px;
  left: -150px;
}
@media (max-width: 768px) {
  .fv .maincopy::before {
    font-size: 4.7rem;
    left: inherit;
    right: 8px;
    top: -143px;
  }
}
.fv__badge {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 28px;
}
@media (max-width: 768px) {
  .fv__badge {
    padding: 0;
  }
}
.fv__badge .left {
  width: 55%;
  height: 100%;
  position: relative;
}
.fv__badge .left img {
  width: 36%;
  position: absolute;
}
.fv__badge .left img.orange-badge {
  bottom: 0;
  left: 0;
}
.fv__badge .left img.brown-badge {
  bottom: 30%;
  left: 30%;
}
.fv__badge .left img.yellow-badge {
  bottom: 0;
  right: 3%;
}
.fv__badge .right {
  text-align: right;
}
.fv__badge .right img {
  width: 85%;
}

.main-features {
  width: 100%;
}
.main-features .item {
  padding: 3px 10px 5px 10px;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fff;
}
.main-features .item.brown {
  background-color: #C69C6D;
}
.main-features .item.orange {
  background-color: #F7931E;
  padding: 5px 10px 16px 10px;
}
.main-features .item.yellow {
  background-color: #FFBF5E;
  padding: 10px;
}
.main-features .item .large {
  font-size: 4rem;
  letter-spacing: 0.3rem;
  margin: 0 8px;
}
.main-features .item .medium {
  font-size: 3.2rem;
  margin: 0 10px;
}

.worry__head {
  background-image: linear-gradient(90deg, rgb(72, 80, 128), rgb(43, 98, 160));
  height: 250px;
  position: relative;
  overflow: hidden;
}
.worry__head .worry__bg {
  background-image: url(../img/worry2.png);
  background-size: contain;
  background-position: 85% center;
  padding: 65px 20px;
}
@media (max-width: 768px) {
  .worry__head {
    height: 170px;
  }
}
.worry__title {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
}
@media (max-width: 768px) {
  .worry__title {
    text-align: left;
  }
}
.worry__title .en {
  font-family: "ab-mayuminwalk", sans-serif;
  font-size: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .worry__title .en {
    font-size: 2rem;
    margin-left: 68px;
    margin-bottom: 16px;
  }
}
.worry__title .en::before, .worry__title .en::after {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 30px;
  position: absolute;
  top: 55%;
}
.worry__title .en::before {
  left: -34%;
}
.worry__title .en::after {
  right: -34%;
}
.worry__title h2 {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .worry__title h2 {
    font-size: 2.7rem;
  }
}
.worry .worry-image {
  width: 20%;
  position: absolute;
  bottom: -100px;
  right: 12%;
}
@media (max-width: 768px) {
  .worry .worry-image {
    width: 40%;
    bottom: -60px;
    right: 0;
  }
}
.worry__content {
  background-image: url(../img/sec1-back.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .worry__content {
    padding: 60px 0 45px 0;
  }
}
.worry__content::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .worry__content::after {
    opacity: 0.8;
  }
}
.worry__content-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
.worry__content-wrap .item {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(72, 80, 128), rgb(43, 98, 160));
  color: #fff;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .worry__content-wrap .item {
    background-image: none;
    display: flex;
    gap: 20px;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 25px;
    color: #000;
  }
}
.worry__content-wrap .item::after {
  content: "";
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}
@media (max-width: 768px) {
  .worry__content-wrap .item::after {
    content: none;
  }
}
.worry__content-wrap .item .number {
  width: 30%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .worry__content-wrap .item .number {
    width: 20%;
    background-image: linear-gradient(90deg, rgb(72, 80, 128), rgb(43, 98, 160));
    border-radius: 50%;
    aspect-ratio: 1/1;
    align-content: center;
  }
}
@media (max-width: 768px) {
  .worry__content-wrap .item .number img {
    width: 60%;
  }
}
.worry__content-wrap .item p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .worry__content-wrap .item p {
    width: 80%;
    font-size: 1.6rem;
    text-align: left;
  }
}
.worry .solution {
  background-image: url(../img/section-bg__blue.png);
  background-size: cover;
  padding: 60px 20px 45px 20px;
}
@media (max-width: 768px) {
  .worry .solution {
    padding: 35px 15px 57px 15px;
  }
}
.worry .solution p {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .worry .solution p {
    font-size: 1.9rem;
    margin-bottom: 66px;
  }
}
.worry .solution .lines {
  background: #fff;
  color: #2B62A0;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  display: inline-block;
  margin-left: 15.7%;
  padding: 20px 55px 15px 25px;
  letter-spacing: 0.1rem;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .worry .solution .lines {
    font-size: 2.6rem;
    margin-left: 0;
    padding: 8px 180px 18px 12px;
    text-align: left;
  }
}
.worry .solution .lines span {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .worry .solution .lines span {
    font-size: 1.2rem;
  }
}
.worry .logo_sec {
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 29px 20px;
  position: relative;
}
.worry .logo_sec .logo {
  position: inherit;
  width: 28%;
}
@media (max-width: 768px) {
  .worry .logo_sec .logo {
    width: 88%;
  }
}
.worry .logo_sec .people {
  position: absolute;
  bottom: 0;
  right: 8.5%;
  width: 27%;
}
@media (max-width: 768px) {
  .worry .logo_sec .people {
    bottom: 128px;
    right: 5px;
    width: 53%;
  }
}

.comparison {
  background-color: #FAFAF2;
}
.comparison__title {
  text-align: center;
  padding: 85px 0 70px 0;
  color: #2B62A0;
}
.comparison__title .pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .comparison__title {
    padding: 71px 0 0;
  }
}
.comparison__title p {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .comparison__title p {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.comparison__title h2 {
  font-size: 3.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .comparison__title h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
}
.comparison__list {
  background-color: #fff;
  padding: 60px 70px 45px 65px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .comparison__list {
    background-color: transparent;
    padding: 40px 0 20px;
  }
}
.comparison__list.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .comparison__list.pc-only {
    display: none;
  }
}
.comparison__list h3 {
  text-align: center;
  font-size: 3.2rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .comparison__list h3 {
    font-size: 1.8rem;
  }
}
.comparison__list .table {
  margin-bottom: 13px;
  border-spacing: 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .comparison__list .table {
    border-spacing: 5px;
    margin-bottom: 35px;
  }
}
.comparison__list .table tr {
  font-size: 1.2rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  height: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .comparison__list .table tr {
    height: 43px;
  }
}
.comparison__list .table tr .illust {
  position: absolute;
  top: -82px;
  left: 38px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .comparison__list .table tr .illust {
    max-width: 90px;
    top: -37px;
    left: -4px;
  }
}
.comparison__list .table tr .table-left {
  width: 24%;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .comparison__list .table tr .table-left {
    width: 10%;
    font-size: 1.3rem;
  }
}
.comparison__list .table tr .table-left::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #f2f2f2;
  border-right: 0;
}
.comparison__list .table tr .table-left.gray {
  background-color: #F2F2F2;
}
.comparison__list .table tr .font-blue {
  color: #2B5075;
}
.comparison__list .table tr td {
  line-height: 1.2;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .comparison__list .table tr td {
    font-size: 1.2rem;
    background-color: #ffffff;
  }
}
.comparison__list .table tr .heading {
  font-size: 2.1rem;
  color: #fff;
  width: 38%;
}
.comparison .overview {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .comparison .overview {
    padding-bottom: 53px;
  }
}
@media (max-width: 768px) {
  .comparison .overview {
    flex-direction: column;
  }
}
.comparison .overview__item {
  background-color: #fff;
  width: 47%;
  border-radius: 20px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .comparison .overview__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.comparison .overview__item .head {
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0 0;
  padding: 15px;
  font-size: 1.9rem;
  letter-spacing: 0.3rem;
  color: #fff;
  gap: 25px;
}
@media (max-width: 768px) {
  .comparison .overview__item .head {
    font-size: 1.6rem;
    padding: 7px;
  }
}
.comparison .overview__item .head img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison .overview__item .content {
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .comparison .overview__item .content {
    padding: 15px 20px 30px;
  }
}
.comparison .overview__item .content h4 {
  font-size: 2rem;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .comparison .overview__item .content h4 {
    margin-bottom: 10px;
  }
}
.comparison .overview__item .content h4.light-color {
  color: #29ABE2;
}
.comparison .overview__item .content h4.navy-color {
  color: #2B5075;
}
.comparison .overview__item .content p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .comparison .overview__item .content p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.comparison .overview__item .content p span {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .comparison .overview__item .content p span {
    font-size: 1rem;
  }
}
.comparison .overview__item .content .features {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin: 10px 0 20px 13px;
  width: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .comparison .overview__item .content .features {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    padding: 3px;
  }
}
.comparison .overview__item .content .features::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 13px solid #29ABE2;
  border-top: 0;
  transform: rotate(160deg);
}
.comparison .overview__item .content .features.deep-blue {
  margin: 55px 0 15px 12px;
}
@media (max-width: 768px) {
  .comparison .overview__item .content .features.deep-blue {
    margin: 10px 0 20px 0;
  }
}
.comparison .overview__item .content .features.deep-blue::after {
  border-bottom: 13px solid #2B5075;
}
.comparison .overview__item .content .features__text {
  padding-left: 10px;
  line-height: 2.2;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .comparison .overview__item .content .features__text {
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 2;
  }
}
.comparison .overview__item .content .features__text.none-margin {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .comparison .overview__item .content .features__text.none-margin {
    margin-bottom: 30px;
  }
}
.comparison .overview__item .content .features__text span {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .comparison .overview__item .content .features__text span {
    font-size: 1rem;
  }
}
.comparison .overview__item .content .img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comparison .overview__item .content .img-wrap .comment {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison .overview__item .content .img-wrap .teeth {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.merit {
  background-color: #708BA3;
  padding: 84px 0 55px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .merit {
    padding: 105px 0 13px 0;
  }
}
.merit__title {
  text-align: center;
  color: #fff;
  margin-bottom: 85px;
  position: relative;
  z-index: 200;
}
.merit__title .pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .merit__title {
    margin-bottom: 55px;
  }
}
.merit__title::after {
  content: "Merit";
  font-family: "century-gothic", sans-serif;
  font-size: 21.6rem;
  position: absolute;
  right: -100px;
  top: -100px;
  opacity: 0.12;
}
@media (max-width: 768px) {
  .merit__title::after {
    font-size: 16rem;
    right: -6px;
    top: -120px;
  }
}
.merit__title p {
  font-size: 2.5rem;
  letter-spacing: 0.18rem;
}
@media (max-width: 768px) {
  .merit__title p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.merit__title h2 {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .merit__title h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.merit__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}
@media (max-width: 768px) {
  .merit__content {
    padding: 0 3px 0 10px;
  }
}
.merit__content-item {
  width: 23%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .merit__content-item {
    width: 48%;
    margin-bottom: 40px;
  }
}
.merit__content-item .number {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 80px;
}
@media (max-width: 768px) {
  .merit__content-item .number {
    width: 65px;
  }
}
.merit__content-item img {
  margin-bottom: 15px;
  aspect-ratio: 1.583/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.merit__content-item p {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .merit__content-item p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.merit__content-item p span {
  font-size: 1.2rem;
}

.cta {
  background-image: url(../img/cta-bg.png);
  text-align: center;
  padding-top: 90px;
  padding-bottom: 123px;
  color: #2B62A0;
  position: relative;
}
@media (max-width: 768px) {
  .cta {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
.cta .text {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cta .text {
    font-size: 1.2rem;
    margin-left: 35%;
    margin-bottom: 4px;
  }
}
.cta .contact {
  display: flex;
  justify-content: center;
  font-size: 5.2rem;
}
@media (max-width: 768px) {
  .cta .contact {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.cta .contact img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cta .contact img {
    width: 20px;
  }
}
.cta .tel {
  display: flex;
  justify-content: center;
  font-size: 6.4rem;
  letter-spacing: 0.6rem;
  gap: 15px;
  margin-bottom: 40px;
  position: relative;
}
.cta .tel a {
  color: #2B62A0;
}
@media (max-width: 768px) {
  .cta .tel {
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    gap: 10px;
    margin-bottom: 25px;
    margin-left: 35%;
  }
}
.cta .tel::after {
  content: "";
  height: 1px;
  width: 60%;
  background-color: #2B62A0;
  position: absolute;
  bottom: 0;
}
.cta .tel img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cta .tel img {
    width: 25px;
  }
}
.cta .time {
  color: #000;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .cta .time {
    font-size: 1.3rem;
  }
}
.cta .cta-people {
  position: absolute;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta .cta-people.right {
  right: 5%;
  width: 19%;
}
.cta .cta-people.left {
  left: 5%;
  width: 23%;
}
@media (max-width: 768px) {
  .cta .cta-people.left {
    width: 130px;
    top: 5px;
    left: 14px;
  }
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .btn-wrapper {
    margin-bottom: 10px;
  }
}
.btn-wrapper .btn {
  display: block;
  width: 235px;
}
.btn-wrapper .btn img {
  display: block;
  height: auto;
}

.price {
  background-image: url(../img/price-bg.jpg);
  background-size: cover;
  position: relative;
}
.price::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2B62A0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.price__table {
  position: relative;
  z-index: 100;
  max-width: 790px;
  margin: 0 auto;
  padding: 80px 20px 65px 20px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .price__table {
    padding: 50px 10px 40px;
    font-size: 1.1rem;
  }
}
.price__table table {
  border-spacing: 8px;
  width: 100%;
}
.price__table table tr {
  text-align: center;
  height: 55px;
}
.price__table table tr.top {
  height: 65px;
}
@media (max-width: 768px) {
  .price__table table tr.top {
    height: 38px;
  }
}
.price__table table tr .left-title {
  background-color: #fff;
  width: 30%;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .price__table table tr .left-title {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
}
.price__table table tr .second {
  background-color: #EBF0FF;
  width: 30%;
}
.price__table table tr .second .logo {
  width: 145px;
}
@media (max-width: 768px) {
  .price__table table tr .second .logo {
    width: 80px;
  }
}
.price__table table tr .second img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.price__table table tr .third {
  background-color: #FFFFFF;
  width: 30%;
}
.price__table table tr .third img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.price__table table tr.price-large .second {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price__table table tr.price-large .second {
    font-size: 1.8rem;
  }
}
.price__table table tr.price-large .third {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .price__table table tr.price-large .third {
    font-size: 1.6rem;
  }
}
.price__table table tr.price-large .third span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .price__table table tr.price-large .third span {
    font-size: 1rem;
  }
}

.flow {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .flow {
    padding-top: 115px;
  }
}
.flow.second-flow {
  background-color: #F6F4FF;
  padding-top: 130px;
  padding-bottom: 57px;
}
@media (max-width: 768px) {
  .flow.second-flow {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.flow.second-flow h3 {
  margin-bottom: 36px;
}
.flow.second-flow .item-content {
  margin-bottom: 44px;
}
.flow h3 {
  font-size: 3.8rem;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .flow h3 {
    font-size: 3rem;
    margin-bottom: 80px;
  }
}
.flow h3.add-en-title::after {
  content: "Flow";
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-size: 21.6rem;
  position: absolute;
  right: 0;
  top: -200px;
  opacity: 0.12;
  color: #2B62A0;
}
@media (max-width: 768px) {
  .flow h3.add-en-title::after {
    font-size: 17.8rem;
    top: -140px;
  }
}
.flow h3.bg::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 200px; /* 画像の幅 */
  height: 150px; /* 画像の高さ */
  background-image: url(../img/flow-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .flow h3.bg::before {
    top: -120px;
    width: 390px;
    height: 270px;
  }
}
.flow__chart {
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .flow__chart {
    margin-bottom: 0;
  }
}
.flow__chart::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #2B62A0;
  position: absolute;
  top: 100px;
  left: 65px;
}
@media (max-width: 768px) {
  .flow__chart::before {
    display: none;
  }
}
.flow__chart .item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.flow__chart .item .flow-number {
  width: 9%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 35px;
  position: relative;
}
.flow__chart .item-content {
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flow__chart .item-content {
    flex-direction: column-reverse;
    gap: 10px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .flow__chart .item-content .flow__title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.flow__chart .item-content .flow__title .flow-number {
  height: auto;
  margin: 0;
  width: 13%;
}
.flow__chart .item-content h2 {
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .flow__chart .item-content h2 {
    font-size: 1.8rem;
  }
}
.flow__chart .item-content p {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .flow__chart .item-content p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
}
.flow__chart .item-content img {
  width: 25%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 768px) {
  .flow__chart .item-content img {
    width: 100%;
    height: 128px;
    -o-object-position: top;
       object-position: top;
  }
}
.flow__chart .item:last-of-type .item-content {
  border-bottom: none;
}

.reason {
  background-image: linear-gradient(90deg, rgb(72, 80, 128), rgb(43, 98, 160));
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .reason {
    padding: 0;
  }
}
.reason .bunner {
  display: flex;
  position: relative;
}
.reason .bunner.add-en-title::after {
  content: "Reason";
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 0.6;
  color: #fff;
}
@media (max-width: 768px) {
  .reason .bunner.add-en-title::after {
    font-size: 5.8rem;
    top: 0;
  }
}
.reason .bunner .cross {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
}
@media (max-width: 768px) {
  .reason .bunner .cross {
    width: 15%;
  }
}
.reason .bunner-left {
  background-image: url(../img/syourei-banner.jpg);
  width: 50%;
  height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .reason .bunner-left {
    height: 137px;
    background-size: cover;
  }
}
.reason .bunner-left .shadow-text {
  margin-left: 185px;
}
@media (max-width: 768px) {
  .reason .bunner-left .shadow-text {
    margin-left: 0;
  }
}
.reason .bunner-right {
  background-image: url(../img/syourei-bg2.png);
  width: 50%;
  height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .reason .bunner-right {
    height: 137px;
    background-size: cover;
  }
}
.reason .bunner-right .shadow-text {
  margin-right: 115px;
}
@media (max-width: 768px) {
  .reason .bunner-right .shadow-text {
    margin-right: 0;
  }
}
.reason .bunner .shadow-text {
  color: #fff;
  font-size: 4.8rem;
  text-shadow: 2px 2px 2px #898989;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .reason .bunner .shadow-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.reason .bunner .bannar-text {
  padding: 30px 0 40px;
  color: #fff;
  font-size: 3.8rem;
  width: 100%;
  text-align: center;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .reason .bunner .bannar-text {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
.reason .bunner .bannar-text.bg-light {
  background-color: #29ABE2;
}
.reason .bunner .bannar-text.bg-deep {
  background-color: #0071BC;
}
@media (max-width: 768px) {
  .reason__content {
    padding: 0;
  }
}
.reason__title {
  text-align: center;
  margin-top: 105px;
  letter-spacing: 0.1rem;
  margin-bottom: 56px;
  color: #fff;
}
@media (max-width: 768px) {
  .reason__title {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
.reason__title p {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .reason__title p {
    font-size: 1.8rem;
    margin: 0;
  }
}
.reason__title h3 {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .reason__title h3 {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
.reason__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .reason__wrapper {
    flex-direction: column;
  }
}
.reason__wrapper .card {
  width: 48%;
  margin-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .reason__wrapper .card {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .reason__wrapper .card:last-of-type {
    margin-bottom: 0;
  }
  .reason__wrapper .card:last-of-type .text {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .reason__wrapper .card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.reason__wrapper .card img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reason__wrapper .card .text {
  background-color: #fff;
  padding: 10px 20px 30px 20px;
}
@media (max-width: 768px) {
  .reason__wrapper .card .text {
    background-color: transparent;
    color: #fff;
  }
}
.reason__wrapper .card .text .head {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}
.reason__wrapper .card .text .head::after {
  content: url(../img/reception.png);
  position: absolute;
  top: -10px;
  left: -20px;
}
.reason__wrapper .card .text .head .number {
  font-size: 1.6rem;
}
.reason__wrapper .card .text .head .number .large {
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .reason__wrapper .card .text .head .number .large {
    font-size: 3.2rem;
  }
}
.reason__wrapper .card .text .head h3 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .reason__wrapper .card .text .head h3 {
    font-size: 1.7rem;
  }
}
.reason__wrapper .card .text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .reason__wrapper .card .text p {
    font-size: 1.3rem;
  }
}

.greeting-bg {
  max-width: 1125px;
  background-color: #FAFAF2;
  padding: 70px 40px 180px 90px;
}
@media (max-width: 768px) {
  .greeting-bg {
    width: 100%;
    padding: 0 0 63px;
    margin-top: 18px;
  }
}
.greeting__title img {
  display: block;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .greeting__title img {
    width: 100%;
  }
}
.greeting__title h2 {
  font-size: 10rem;
  color: #2B62A0;
  opacity: 0.4;
  font-weight: 400;
  margin-top: -130px;
  margin-left: 20px;
  letter-spacing: 1.2rem;
}
@media (max-width: 768px) {
  .greeting__title h2 {
    font-size: 5.8rem;
    letter-spacing: 0.4rem;
    margin-top: -80px;
    margin-left: 0;
  }
}
.greeting__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .greeting__content {
    flex-direction: column-reverse;
  }
}
.greeting__content .img-wrap {
  width: 41%;
}
@media (max-width: 768px) {
  .greeting__content .img-wrap {
    width: 100%;
    padding: 0 15px;
  }
}
.greeting__content .img-wrap .takeo-1 {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .greeting__content .img-wrap .takeo-1 {
    margin-top: 32px;
  }
}
.greeting__content .img-wrap .name {
  text-align: right;
  margin-bottom: 20px;
}
.greeting__content .img-wrap .name p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .greeting__content .img-wrap .name p {
    font-size: 1.4rem;
  }
}
.greeting__content .img-wrap .name .large {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  letter-spacing: 0.2rem;
}
.greeting__content .img-wrap .name .large p {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .greeting__content .img-wrap .name .large p {
    font-size: 2.6rem;
  }
}
.greeting__content .img-wrap .name .large span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .greeting__content .img-wrap .name .large span {
    font-size: 1.2rem;
  }
}
.greeting__content .text-wrap {
  width: 52%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .greeting__content .text-wrap {
    width: 100%;
    padding: 17px 10px;
  }
}
.greeting__content .text-wrap h3 {
  font-size: 3rem;
  position: relative;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.greeting__content .text-wrap h3::after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.greeting__content .text-wrap p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .greeting__content .text-wrap p {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.case {
  background-image: url(../img/case-bg.png);
  background-size: cover;
  padding: 75px 0 90px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .case {
    background-size: cover;
    background-position: center;
    padding: 58px 0 68px 0;
  }
}
.case__copy {
  font-size: 3.6rem;
  margin-bottom: 40px;
  color: #2B62A0;
}
@media (max-width: 768px) {
  .case__copy {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.case__btn {
  display: inline-block;
  padding: 20px 40px;
  background-color: #2B62A0;
}
@media (max-width: 768px) {
  .case__btn {
    padding: 20px 18px;
  }
}
.case__btn a {
  font-size: 2rem;
  color: #fff;
}

.about-price {
  background-color: #E1F0FA;
  padding: 120px 0 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .about-price {
    padding: 40px 0 18px;
    background-color: transparent;
  }
}
.about-price__table {
  margin-bottom: 40px;
}
.about-price .inbiza {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 40%;
  opacity: 0.22;
}
.about-price .sec__title {
  margin-bottom: 55px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  .about-price .sec__title {
    margin-bottom: 45px;
  }
}
.about-price .sec__title h2 {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .about-price .sec__title h2 {
    font-size: 3rem;
  }
}
.about-price h3 {
  padding: 8px 25px;
  border-radius: 50px;
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-price h3 {
    display: block;
    width: 75%;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 auto 20px;
    text-align: center;
    padding: 13px;
  }
}
@media (max-width: 768px) {
  .about-price h3.deep-blue {
    margin-bottom: 25px;
  }
}
.about-price table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}
.about-price table tr {
  height: 100px;
}
@media (max-width: 768px) {
  .about-price table tr {
    flex-direction: column;
  }
}
.about-price table tr:nth-child(odd) {
  background-color: #FAFAF2;
}
.about-price table tr:nth-child(even) {
  background-color: #FFF;
}
.about-price table tr th {
  width: 24%;
  font-size: 1.9rem;
  padding: 15px 10px;
  position: relative;
}
.about-price table tr th::after {
  content: "";
  width: 1px;
  height: 85px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 7px;
}
.about-price table tr td:nth-child(2) {
  width: 28%;
  font-size: 1.8rem;
  padding: 15px 40px;
}
.about-price table tr td:nth-child(3) {
  width: 44%;
  font-size: 1.6rem;
  padding-right: 40px;
}
.about-price .table__item {
  padding: 0 0 0 10px;
}
.about-price .table__item.table-second .table__content {
  padding: 30px 0;
}
.about-price .table__item h4 {
  font-size: 2rem;
  color: #0071BC;
}
.about-price .table__item .table__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 28px;
}
.about-price .table__item .table__content:last-of-type {
  margin-bottom: 0;
}
.about-price .table__item .table__content .amount {
  font-size: 1.4rem;
  width: 35%;
}
.about-price .table__item .table__content .desc {
  font-size: 1.4rem;
  width: 65%;
}
.about-price .small {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .about-price .small {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .about-price .annotation {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 5px;
  }
}
.about-price .cautionary-note {
  margin-top: 20px;
}

.faq {
  background-color: #FAFAF2;
  padding: 105px 0 60px 0;
}
@media (max-width: 768px) {
  .faq {
    padding-top: 120px;
    padding-bottom: 36px;
  }
}
.faq h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 80px;
  position: relative;
}
.faq h2.add-en-title::after {
  content: "FAQ";
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-size: 21.6rem;
  position: absolute;
  right: 20px;
  top: -160px;
  opacity: 0.1;
  color: #00A99D;
}
@media (max-width: 768px) {
  .faq h2.add-en-title::after {
    font-size: 17.8rem;
    top: -140px;
  }
}
@media (max-width: 768px) {
  .faq h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 60px;
  }
}
.faq__content {
  max-width: 925px;
  margin: 0 auto;
}
.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: #fff;
  border-radius: 100px;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .faq__content .question {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.faq__content .answer {
  align-items: start;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .faq__content .answer {
    font-size: 1.17rem;
    margin-bottom: 40px;
  }
}

main {
  position: relative;
}

.header {
  height: 140px;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 18px 40px 40px;
  align-items: flex-start;
}
@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 a {
  height: 100%;
}
.header__link a:hover {
  opacity: 0.4;
}
.header__link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background-color: #708BA3;
  padding: 50px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 62px 0 46px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__left {
  width: 45%;
  padding-left: 40px;
}
@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: 14px;
  }
}
@media (max-width: 768px) {
  .footer__left .address {
    line-height: 1.7;
  }
}
.footer__right {
  width: 50%;
  text-align: end;
}
@media (max-width: 768px) {
  .footer__right {
    width: 100%;
    text-align: center;
  }
}
.footer__right .footer_table {
  width: 95%;
  margin-bottom: 15px;
}
.footer__right .btn-wrapper {
  gap: 8px;
}
.footer__right .btn-wrapper a {
  line-height: 1;
}
.footer__right .btn-wrapper img {
  width: 90%;
}
.footer__right .reception {
  text-align: center;
}
@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 */