/* ---------------------
  common
--------------------- */
.inner.-l {
  max-width: 150rem;
}

.page_choice footer {
  margin-top: 0;
}

.f20 {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .f20 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .f21 {
    font-size: 1.9rem;
  }
}

.f26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .f26 {
    font-size: clamp(1.8rem, 5.6vw, 3.2vw);
  }
}

@media screen and (max-width: 834px) {
  .f28 {
    font-size: clamp(1.8rem, 5.6vw, 3.2vw);
  }
}

.f34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
  .f34 {
    font-size: clamp(1.8rem, 5.6vw, 2.8vw);
  }
}

.f40 {
  font-size: 4rem;
}
@media screen and (max-width: 834px) {
  .f40 {
    font-size: clamp(1.8rem, 5.6vw, 4vw);
  }
}

.f46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 834px) {
  .f46 {
    font-size: clamp(2rem, 5.6vw, 5.6vw);
  }
}

.f48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 834px) {
  .f48 {
    font-size: clamp(2rem, 5.6vw, 5.6vw);
  }
}

.f50 {
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  .f50 {
    font-size: clamp(2rem, 5.6vw, 5.6vw);
  }
}

.f52 {
  font-size: 5.2rem;
}
@media screen and (max-width: 834px) {
  .f52 {
    font-size: clamp(2rem, 5.6vw, 4.6vw);
  }
}

.f56 {
  font-size: 5.6rem;
}
@media screen and (max-width: 834px) {
  .f56 {
    font-size: clamp(2rem, 5.6vw, 5vw);
  }
}

.fc-blue {
  color: #3b9cff;
}

.fc-dkbl {
  color: #2468ae;
}

.fc-wht {
  color: #fff;
}

.c-txt {
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .c-txt.tac {
    text-align: left;
  }
}

strong {
  font-weight: unset;
}

/* ---------------------
  choice
--------------------- */
.choice-intro {
  padding-bottom: 14rem;
}
@media screen and (max-width: 834px) {
  .choice-intro {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-intro .f52 br {
    display: none;
  }
}
.choice-intro__flex {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .choice-intro__flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .choice-intro__flex {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.choice-intro__cont {
  max-width: 52rem;
}
@media screen and (max-width: 834px) {
  .choice-intro__cont {
    max-width: 100%;
  }
}
.choice-intro__cont .f32 {
  margin-bottom: 5rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .choice-intro__cont .f32 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-intro__cont .f32 {
    margin-bottom: 1.5rem;
  }
}
.choice-intro__img {
  margin-right: -15rem;
  max-width: 75rem;
  width: 63%;
}
@media screen and (max-width: 1560px) {
  .choice-intro__img {
    margin-right: -5%;
  }
}
@media screen and (max-width: 834px) {
  .choice-intro__img {
    margin-right: 0;
    width: 100%;
  }
}
.choice-intro__img img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}

.choice-main {
  padding: 16rem 0 15rem;
  background: linear-gradient(45deg, rgb(207, 231, 250) 0%, rgb(239, 248, 255) 20%, rgb(239, 248, 255) 80%, rgb(207, 231, 250) 100%);
}
@media screen and (max-width: 834px) {
  .choice-main {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 450px) {
  .choice-main .c-txt.tac br {
    display: none;
  }
}
.choice-main__ttl01 {
  width: fit-content;
  margin: 0 auto;
  padding: 0.95rem 1.5rem 0.65rem;
  color: #fff;
  background-color: #1760ab;
}
@media screen and (max-width: 450px) {
  .choice-main__ttl01.f24 {
    font-size: 1.6rem;
  }
  .choice-main__ttl01 .f21 {
    font-size: 1.8rem;
  }
}
.choice-main__catch {
  margin: 3rem 0 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .choice-main__catch {
    margin: 2rem 0 3rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-main__catch {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .choice-main__catch.f42 {
    font-size: 3.8vw;
  }
  .choice-main__catch.f42 .f48 {
    font-size: 4vw;
  }
  .choice-main__catch.f42 .f52 {
    font-size: 4.4vw;
  }
  .choice-main__catch.f42 .f56 {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 510px) {
  .choice-main__catch.f42 {
    font-size: 1.6rem;
  }
  .choice-main__catch.f42 .f48 {
    font-size: 1.8rem;
  }
  .choice-main__catch.f42 .f52 {
    font-size: 2rem;
  }
  .choice-main__catch.f42 .f56 {
    font-size: 2.4rem;
  }
}
.choice-main__anchor {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem 2rem;
}
@media screen and (max-width: 834px) {
  .choice-main__anchor {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.choice-main__anchor-item:first-of-type .choice-main__anchor-img, .choice-main__anchor-item:last-of-type .choice-main__anchor-img {
  width: 50%;
  height: 24rem;
}
@media screen and (max-width: 834px) {
  .choice-main__anchor-item:first-of-type .choice-main__anchor-img, .choice-main__anchor-item:last-of-type .choice-main__anchor-img {
    height: 100%;
  }
}
.choice-main__anchor-item:first-of-type .choice-main__anchor-img img, .choice-main__anchor-item:last-of-type .choice-main__anchor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
.choice-main__anchor-item:nth-of-type(2) .choice-main__anchor-img {
  margin-right: 1.2rem;
  height: 24rem;
  aspect-ratio: 223/240;
}
@media screen and (max-width: 834px) {
  .choice-main__anchor-item:nth-of-type(2) .choice-main__anchor-img {
    height: 100%;
  }
}
.choice-main__anchor-item:nth-of-type(2) .choice-main__anchor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
.choice-main__anchor-item:nth-of-type(3) .choice-main__anchor-img {
  position: relative;
  max-width: 20rem;
  margin-right: 2.3rem;
}
@media screen and (max-width: 1200px) {
  .choice-main__anchor-item:nth-of-type(3) .choice-main__anchor-img {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .choice-main__anchor-item:nth-of-type(3) .choice-main__anchor-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .choice-main__anchor-item:nth-of-type(3) .choice-main__anchor-img {
    width: 35%;
  }
}
.choice-main__anchor-link {
  position: relative;
  padding: 5rem 0 5rem 5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .choice-main__anchor-link {
    padding: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .choice-main__anchor-link {
    padding: 2rem;
  }
}
.choice-main__anchor-cont {
  position: relative;
  z-index: 2;
}
.choice-main__anchor-cont .f17 {
  color: #2468ae;
}
@media screen and (max-width: 450px) {
  .choice-main__anchor-cont .f17 {
    font-size: 1rem;
  }
}
.choice-main__anchor-cont .f30 {
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 450px) {
  .choice-main__anchor-cont .f30 {
    margin-bottom: 1rem;
    font-size: 5.4vw;
  }
}
.choice-main__anchor-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.choice-main__list {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .choice-main__list {
    margin-top: 5rem;
  }
}
.choice-main__sec {
  position: relative;
  padding: 8rem 15rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
@media screen and (max-width: 1300px) {
  .choice-main__sec {
    padding: 6rem 5%;
  }
}
@media screen and (max-width: 834px) {
  .choice-main__sec {
    padding: 3rem 5%;
  }
}
.choice-main__sec:not(:first-of-type) {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .choice-main__sec:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.choice-main__sec-cont {
  max-width: 81rem;
}
.choice-main__sec-cont .c-txt {
  max-width: 72.8rem;
}
.choice-main__sec .choice-main__ttl01 {
  margin-left: 0;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.choice-main__ttl02 {
  margin: 3rem 0 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .choice-main__ttl02 {
    margin: 2rem 0 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-main__ttl02 {
    font-size: 5.8vw;
  }
}
.choice-main__ttl02 small {
  display: block;
}
.choice-main01 {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .choice-main01 {
    padding-top: 65vw;
  }
}
.choice-main01 .choice-main__sec-cont {
  position: relative;
  z-index: 2;
}
.choice-main01__img-wrap {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .choice-main01__img-wrap {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.choice-main01__img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .choice-main01__img {
    width: 80%;
  }
}
.choice-main02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .choice-main02__flex {
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.choice-main02__list {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2.2rem;
}
@media screen and (max-width: 834px) {
  .choice-main02__list {
    margin-top: 100vw;
    gap: 3rem 1rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-main02__list {
    margin-top: 111vw;
  }
}
.choice-main02__item.-rht {
  margin-right: -18.5rem;
}
@media screen and (max-width: 1300px) {
  .choice-main02__item.-rht {
    margin-right: -8%;
  }
}
@media screen and (max-width: 834px) {
  .choice-main02__item.-rht {
    position: absolute;
    top: 32rem;
    left: 10%;
    width: 80%;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 450px) {
  .choice-main02__item.-rht {
    top: 36rem;
  }
}
.choice-main02__item.-rht .choice-main02__item-txt {
  margin-left: 9.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .choice-main02__item.-rht .choice-main02__item-txt {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.choice-main02__item-txt {
  position: relative;
  margin-top: 1rem;
  padding-left: 3rem;
}
@media screen and (max-width: 450px) {
  .choice-main02__item-txt {
    padding-left: 1.5rem;
  }
}
.choice-main02__item-txt::before {
  position: absolute;
  content: "";
  width: 1.4rem;
  aspect-ratio: 1;
  top: 3px;
  left: 0;
  z-index: 1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: #3c9cff;
}
@media screen and (max-width: 450px) {
  .choice-main02__item-txt::before {
    width: 1rem;
  }
}
@media screen and (max-width: 440px) {
  .choice-main02 .c-btn03 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 395px) {
  .choice-main02 .c-btn03 {
    font-size: 1.4rem;
  }
}
.choice-main03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .choice-main03__flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.choice-main03__flex .c-txt {
  max-width: 56rem;
  width: 46%;
}
@media screen and (max-width: 1100px) {
  .choice-main03__flex .c-txt {
    max-width: 100%;
    width: 100%;
  }
}
.choice-main03__flex-cont {
  min-width: fit-content;
}
.choice-main03__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__list {
    margin-top: 3rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-main03__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.choice-main03__item .c-txt {
  margin-top: 1rem;
}
.choice-main03__box {
  padding: 5.5rem 6rem;
  background-color: rgba(23, 96, 171, 0.1);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .choice-main03__box {
    padding: 3rem 2rem;
  }
}
.choice-main03__box:nth-last-of-type(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box:nth-last-of-type(2) {
    margin-top: 3rem;
  }
}
.choice-main03__box:last-of-type {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box:last-of-type {
    margin-top: 2rem;
  }
}
.choice-main03__box:last-of-type .choice-main03__box-lft {
  max-width: 52rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box:last-of-type .choice-main03__box-lft {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .choice-main03__box:last-of-type .choice-main03__box-lft .f16 {
    margin-bottom: 1rem;
    order: 1;
  }
  .choice-main03__box:last-of-type .choice-main03__box-lft__img {
    order: 2;
  }
  .choice-main03__box:last-of-type .choice-main03__box-lft .c-txt {
    order: 3;
  }
}
.choice-main03__box:last-of-type .choice-main03__box-rht {
  max-width: 51.9rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box:last-of-type .choice-main03__box-rht {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .choice-main03__box:last-of-type .choice-main03__box-rht .f16 {
    margin-bottom: 1rem;
    order: 1;
  }
  .choice-main03__box:last-of-type .choice-main03__box-rht__img {
    order: 2;
  }
  .choice-main03__box:last-of-type .choice-main03__box-rht .c-txt {
    order: 3;
  }
}
.choice-main03__box:last-of-type .choice-main03__box-rht .choice-main03__box-lft__img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box:last-of-type .choice-main03__box-rht .choice-main03__box-lft__img {
    margin-bottom: 0.5rem;
  }
}
.choice-main03__box:last-of-type .choice-main03__box-lft__img {
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box:last-of-type .choice-main03__box-lft__img {
    margin-bottom: 0.5rem;
  }
}
.choice-main03__box-flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box-flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .choice-main03__box-flex {
    margin-top: 2rem;
  }
  .choice-main03__box-flex .f24 {
    font-size: 5.4vw;
  }
}
.choice-main03__box .fc-blue {
  color: #2468ae;
}
.choice-main03__box .c-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box .c-txt {
    margin-top: 1rem;
  }
}
.choice-main03__box-lft {
  max-width: 57rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box-lft {
    max-width: 100%;
  }
}
.choice-main03__box-lft__img {
  display: block;
  margin-top: 3rem;
}
.choice-main03__box-rht__img {
  display: block;
  margin-top: -4.5rem;
  max-width: 44.2rem;
}
@media screen and (max-width: 834px) {
  .choice-main03__box-rht__img {
    margin: 0 auto;
    max-width: 100%;
    width: 60%;
  }
}
.choice-main04 {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .choice-main04 {
    padding-top: 58vw;
  }
}
.choice-main04 .choice-main__sec-cont {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .choice-main04 .choice-main__ttl02 {
    margin-bottom: 4rem;
  }
}
.choice-main04 .fc-blue {
  color: #2468ae;
}
.choice-main04__list {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.choice-main04__item {
  max-width: 20rem;
  width: 100%;
  padding: 1.75rem 1rem 1.45rem;
  text-align: center;
  background-color: #e0ecf8;
}
.choice-main04 .c-txt {
  max-width: 61rem;
}
.choice-main04__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .choice-main04__img {
    width: 100%;
    height: auto;
    aspect-ratio: 2104/1416;
  }
}
.choice-main04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}