@charset "UTF-8";
.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
}

#mv {
  position: relative;
  height: calc(100vh - 85px - 70px);
  width: 100%;
  background: url("../images/index/mv_pc.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#mv .scroll {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2em;
}

#mv .scroll::after {
  width: 1px;
  height: 38px;
  content: "";
  background-color: #fff;
  display: block;
  margin: auto;
}

/*------------------------ information -------------------*/
#information-amp {
  display: none;
}

#information .wrap {
  display: flex;
}

#information .sec_ttl {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25em;
  background-color: #006cc9;
  font-size: 1.4rem;
  width: 248px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#information .news_slide {
  width: calc(100% - 248px - 135px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 135px 0 0;
  overflow: hidden;
}

#information dl {
  display: flex;
  font-size: 1.6rem;
  padding: 0 0 0 40px;
}

#information dt {
  width: 100px;
  padding: 0 5px 0 5px;
}

#information dd {
  width: calc(100% - 100px);
}

#information dd a {
  color: #000;
}

#information dd a:hover {
  color: #006cc9;
  opacity: 1;
}

#information dd .more {
  font-size: 1.2rem;
  margin-left: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 8px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.swiper-button-next::after {
  background-image: url("../images/index/next@2x.png");
}

.swiper-button-prev::after {
  background-image: url("../images/index/prev@2x.png");
}

.swiper-container {
  width: 100%;
}

.swiper-container.swiper-container-initialized .swiper-button-next::after,
.swiper-container.swiper-container-initialized .swiper-button-prev::after {
  display: block;
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  display: none;
}

/*----------------------- about ----------------------*/
#about {
  padding: 80px 0;
}

#about .about_box {
  display: flex;
}

#about .about_box:nth-of-type(2) {
  flex-direction: row-reverse;
  margin: 75px 0;
}

#about .about_img {
  width: 800px;
  max-width: 100%;
}

#about .about_cnt {
  width: 575px;
  max-width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-left: -175px;
  margin-top: 70px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 55px 59px;
  min-height: 430px;
}

#about .about_box:nth-of-type(2) .about_cnt {
  margin-left: 0;
  margin-right: -175px;
}

#about .about_cnt .about_ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#about .about_cnt_inn {
  margin-top: 35px;
}

#about .about_box:nth-of-type(1) .about_cnt_inn {
  margin-top: 10px;
}

#about .about_cnt_inn::before {
  width: 50px;
  height: 2px;
  background-color: #006cc9;
  content: "";
  display: block;
}

#about .about_box p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 35px;
}

#about .about_box:nth-of-type(1) p {
  margin-top: 20px;
}

#about .about_box .txt01 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.68;
  margin-top: 25px;
}

/*--------------------- plan ------------------------*/
#plan ul {
  display: flex;
}

#plan ul li {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 442px;
}

#plan ul li:nth-of-type(1) {
  background-image: url("../images/index/plan@2x.png");
}

#plan ul li:nth-of-type(2) {
  background-image: url("../images/index/flow@2x.png");
}

#plan ul li a {
  width: 100%;
  display: block;
  height: 100%;
  color: #fff;
  position: relative;
  padding: 78px 0 0;
}

#plan ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}

#plan ul li a:hover {
  opacity: 1;
}

#plan ul li a:hover::before {
  background-color: rgba(0, 108, 201, 0.7);
}

#plan ul li a * {
  position: relative;
}

#plan ul li .ttl_en {
  font-size: 6rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 13px;
}

#plan ul li .ttl_jp {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 31px;
}

#plan ul li .txt {
  width: 53%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#plan ul li .plan_btn {
  border: 1px solid #fff;
  width: 240px;
  margin: 51px auto auto;
  height: 48px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 11px 0 0;
  background-image: url("../images/index/plan_arr_w@2x.png");
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: top 14px right 17px;
  transition: 0.3s ease;
}

#plan ul li a:hover .plan_btn {
  background-color: #fff;
  color: #006cc9;
  background-image: url("../images/index/plan_arr@2x.png");
}

/*--------------------- link ---------------------------*/
#link {
  padding: 80px 0 0;
}

#link .link_list {
  display: flex;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  justify-content: center;
  padding: 80px 0;
}

#link .link_list li {
  width: 240px;
  max-width: 100%;
}

#link .link_list li + li {
  margin-left: 70px;
}

#link .link_list .link_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 17px 0 22px;
}

#link .link_list .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

#link .link_list .link_btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 240px;
  max-width: 100%;
  height: 48px;
  display: block;
  color: #006cc9;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 20px auto auto;
  background-image: url("../images/index/plan_arr@2x.png");
  padding: 11px 0 0;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: top 14px right 17px;
}

#link .link_list .link_btn:hover {
  opacity: 1;
  background-color: #006cc9;
  color: #fff;
  background-image: url("../images/index/plan_arr_w@2x.png");
}

/*------------------------------ tab ------------------------------*/
@media screen and (max-width: 1280px) {
  #about .about_box .txt01 {
    font-size: 2.6vw;
    letter-spacing: 0.1em;
  }
  #information .news_slide {
    margin: 0;
    width: calc(100% - 248px);
  }
}
@media screen and (max-width: 1024px) {
  #about .about_cnt {
    padding: 5vw 5.5vw;
  }
  #about .about_box .txt01 {
    font-size: 3vw;
  }
  #about .about_cnt .about_ttl {
    font-size: 2.2vw;
  }
  #link .link_list {
    padding: 6vw 5vw;
    justify-content: space-between;
  }
  #link .link_list li {
    width: 28%;
  }
  #link .link_list li + li {
    margin-left: 0;
  }
  #information dl {
    padding: 0 30px 0 30px;
  }
  #information dd {
    padding: 10px 0;
  }
  #information dt {
    padding: 10px 0;
  }
  #information dd .pc {
    display: none;
  }
}
@media screen and (max-width: 833px) {
  #link .link_list li .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    background-image: url("../images/index/mv_sp.jpg");
    height: 0;
    padding-bottom: 112%;
  }
  #mv > .img > img {
    content: url("../images/index/img_mv_txt_sp.png");
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  #mv > a > img {
    content: url("../images/index/img_mv_btn_sp.png");
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateX(-50%);
    width: 82.5%;
  }
  #mv .scroll {
    display: none;
  }
  #information .wrap {
    align-items: flex-start;
  }
  #information .sec_ttl {
    font-size: 1rem;
    width: 30%;
    height: 59px;
    letter-spacing: 0.1em;
  }
  #information .sec_ttl span {
    transform: scale(0.8);
  }
  #information .news_slide {
    margin: auto;
    padding: 0 4%;
    width: 70%;
  }
  #information dl {
    display: block;
    font-size: 1.2rem;
    padding: 5px 20px 0 25px;
  }
  #information dt {
    padding: 0;
  }
  #information dd {
    width: 100%;
    line-height: 1.4;
    padding-top: 0;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  #about {
    padding: 10vw 0;
  }
  #about .about_box {
    display: block;
  }
  #about .about_box:nth-of-type(2) {
    margin: 10vw auto;
  }
  #about .about_box:nth-of-type(2n + 1) .about_img {
    padding-left: 5.5vw;
  }
  #about .about_box:nth-of-type(2n) .about_img {
    padding-right: 5.5vw;
  }
  #about .about_cnt,
  #about .about_box:nth-of-type(2) .about_cnt {
    margin: auto;
    box-shadow: none;
    min-height: inherit;
  }
  #about .about_cnt_inn {
    margin-top: 0;
  }
  #about .about_cnt .about_ttl {
    font-size: 1.8rem;
  }
  #about .about_box p {
    line-height: 1.5;
    margin-top: 20px;
  }
  #about .about_box:nth-of-type(1) p {
    margin-top: 15px;
  }
  #about .about_box .txt01 {
    font-size: 2.2rem;
  }
  #plan ul {
    display: block;
  }
  #plan ul li {
    width: 100%;
    height: auto;
  }
  #plan ul li a {
    padding: 16vw 5% 10vw;
  }
  #plan ul li .ttl_en {
    font-size: 4rem;
    margin-bottom: 5px;
  }
  #plan ul li .txt {
    width: 100%;
    text-align: center;
  }
  #plan ul li .plan_btn {
    margin: 23px auto auto;
  }
  #link {
    padding: 10vw 0 0;
  }
  #link .link_list {
    display: block;
    box-shadow: none;
    padding: 0 5%;
  }
  #link .link_list li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #link .link_list li + li {
    margin-top: 10vw;
  }
  #link .link_list li .link_img {
    width: 37vw;
    max-width: 140px;
    margin-top: 6px;
  }
  #link .link_list li .link_img + div {
    width: calc(100% - 37vw - 20px);
    margin-left: 20px;
    max-width: 240px;
  }
  #link .link_list .link_ttl {
    text-align: left;
    margin: 0 0 13px;
  }
  #link .link_list .link_btn {
    margin: 10px 0 auto;
    background-image: none;
    display: flex;
    justify-content: center;
  }
  #link .link_list .link_btn::after {
    content: "";
    background-image: url("../images/index/plan_arr@2x.png");
    width: 38px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 425px) {
  #plan ul li .txt {
    text-align: left;
  }
}
.box_ttl {
  margin-top: 25px;
  letter-spacing: 0.2em;
  line-height: 1.68;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box_ttl {
    font-size: 2.2rem;
  }
}

/* .blue_btn {
  text-align: center;
}
.blue_btn a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #006CC9;
  width: 540px;
  padding: 23.5px 20px;
  border-radius: 6px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blue_btn {
    padding: 0 20px;
  }
  .blue_btn a {
    width: 100%;
    font-size: 1.8rem;
    padding: 21px 10px 18px;
    border-radius: 12px;
  }
} */

#fee {
  padding: 140px 0 0;
}
#fee .fee_box_ttl {
  margin-top: 25px;
  letter-spacing: 0.2em;
  line-height: 1.68;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
#fee .fee_box {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#fee .company_contents {
  margin-top: 36px;
}
#fee .company_contents:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #006CC9;
}
@media screen and (max-width: 767px) {
  #fee .company_contents {
    margin-top: 25px;
  }
}
#fee .company_money .list {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #e5f0f9;
  margin-bottom: 30px;
  position: relative;
}
#fee .company_money .list::before, #fee .company_money .list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#fee .company_money .list::before {
  width: 40px;
  height: 8px;
  background: linear-gradient(90deg, #f8763c, #f9b856);
}
#fee .company_money .list::after {
  height: 40px;
  width: 8px;
  background: linear-gradient(90deg, #f88f46, #f89e4c);
}
#fee .company_money .list > div {
  width: 50%;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 29px 10px 36px;
}
#fee .company_money .list > div span {
  line-height: 1.2;
  background: linear-gradient(90deg, #006CC9, #009be7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fee .company_money .list > div span:nth-of-type(1) {
  font-size: 22px;
}
#fee .company_money .list > div span:nth-of-type(2) {
  font-size: 66px;
}
#fee .company_money .list > div span:nth-of-type(3) {
  font-size: 24px;
}
#fee .company_money .list > div span:nth-of-type(4) {
  font-size: 20px;
}
#fee .company_money .list > div span:nth-of-type(5) {
  font-size: 30px;
}
#fee .company_money .btn_wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

#fee .company_money .btn_wrap .blue_btn {
  flex: 1;
  min-width: 240px;
}

#fee .company_money .btn_wrap .blue_btn a{
  width: 100%;
}
@media screen and (max-width: 767px) {
  #fee .company_money .list {
    gap: 10px;
    padding: 10px;
  }
  #fee .company_money .list::before {
    width: 20px;
    height: 4px;
  }
  #fee .company_money .list::after {
    height: 20px;
    width: 4px;
  }
  #fee .company_money .list > div {
    border-radius: 10px;
    padding: 18.5px 10px 13px;
  }
  #fee .company_money .list > div span:nth-of-type(1) {
    font-size: 12px;
  }
  #fee .company_money .list > div span:nth-of-type(2) {
    font-size: 36px;
  }
  #fee .company_money .list > div span:nth-of-type(3) {
    font-size: 13px;
  }
  #fee .company_money .list > div span:nth-of-type(4) {
    font-size: 10.5px;
  }
  #fee .company_money .list > div span:nth-of-type(5) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #fee {
    padding-top: 70px;
  }
  #fee .fee_box_ttl {
    font-size: 2.2rem;
  }
  #fee .fee_box {
    padding: 0 10px;
  }
  #fee .company_contents {
    margin-top: 25px;
  }
  #fee .company_money .list {
    gap: 10px;
    padding: 10px;
  }
  #fee .company_money .list::before {
    width: 20px;
    height: 4px;
  }
  #fee .company_money .list::after {
    height: 20px;
    width: 4px;
  }
  #fee .company_money .list > div {
    border-radius: 10px;
    padding: 18.5px 10px 13px;
  }
  #fee .company_money .list > div span:nth-of-type(1) {
    font-size: 12px;
  }
  #fee .company_money .list > div span:nth-of-type(2) {
    font-size: 36px;
  }
  #fee .company_money .list > div span:nth-of-type(3) {
    font-size: 13px;
  }
  #fee .company_money .list > div span:nth-of-type(4) {
    font-size: 10.5px;
  }
  #fee .company_money .list > div span:nth-of-type(5) {
    font-size: 16px;
  }
  #fee .company_money .btn_wrap {
    flex-direction: column;
  }
}

#voice {
  padding: 140px 0 0;
}
#voice .voice_box_ttl {
  margin-top: 25px;
  letter-spacing: 0.2em;
  line-height: 1.68;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
#voice .voice_box {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
#voice .voice_level {
  margin: 60px;
  display: inline-block;
  position: relative;
}
#voice .voice_level::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5f0f9;
}
#voice .voice_level > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  position: relative;
}
#voice .voice_level > span > span {
  background: linear-gradient(90deg, #006cc9, #009be7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
#voice .voice_level > span > span:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
}
#voice .voice_level > span > span:nth-child(1) > span {
  font-size: 24px;
}
#voice .voice_level > span > span:nth-child(2) {
  font-size: 24px;
}
#voice .voice_level > span > span:nth-child(2) > span {
  font-size: 70px;
  line-height: 1;
}
#voice .voice_lead {
  font-size: 16px;
  margin-top: 40px;
}
#voice .blue_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #voice {
    padding-top: 70px;
  }
  #voice .voice_box_ttl {
    font-size: 2.2rem;
  }
  #voice .voice_box {
    padding: 0 10px;
  }
  #voice .voice_level {
    margin-top: 30px;
  }
  #voice .voice_level::before {
    content: none;
  }
  #voice .voice_level > span {
    gap: 5px;
    flex-direction: column;
  }
  #voice .voice_level > span > span:nth-child(2) {
    position: relative;
  }
  #voice .voice_level > span > span:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e5f0f9;
    z-index: -1;
  }
  #voice .blue_btn {
    margin-top: 30px;
  }
}

#access {
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 70px;
  }
}
#access .access_box {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#access .access_base {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  margin-top: 50px;
}
#access .access_base > div {
  width: 30%;
}
#access .access_base .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #006CC9;
  margin: 20px 0 5px;
}
#access .access_base .address {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#access .access_base .btn {
  margin-top: 20px;
}
#access .access_base .btn a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #006cc9;
  width: 100%;
  padding: 20px 20px 18px;
  border-radius: 8px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #access .access_base {
    padding: 0 20px;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  #access .access_base > div {
    width: 100%;
    max-width: 401px;
  }
  #access .access_base .ttl {
    margin: 15px 0 5px;
  }
  #access .access_base .address {
    margin-bottom: 10px;
  }
  #access .access_base .btn {
    margin-top: 10px;
  }
}

#media {
  padding: 140px 0 0;
}
#media .media_box {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#media .media_lead {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#media .link_content {
  margin-top: 30px;
}
#media .link_content .txt {
  min-height: auto;
}
@media screen and (max-width: 767px) {
  #media {
    padding-top: 70px;
  }
  #media .media_box {
    padding: 0 10px;
  }
  #media .link_content {
    margin-top: 20px;
  }
  #media .reason_link_list .txt {
    margin-top: 0;
  }
}

#faq {
  padding: 140px 0 0;
}
#faq .faq_box {
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
}
#faq .faq_contents {
  margin-top: 45px;
}
#faq .faq_contents dl:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dce0eb;
}
#faq .faq_contents dt, #faq .faq_contents dd {
  padding-left: 52px;
  position: relative;
}
#faq .faq_contents dt::before, #faq .faq_contents dd::before {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 34.5px;
  height: 34.5px;
  font-size: 1.7rem;
  outline-width: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#faq .faq_contents dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 27px;
}
#faq .faq_contents dt::before {
  content: "Q";
  background: #006CC9;
  color: #fff;
}
#faq .faq_contents dd {
  font-size: 1.6rem;
}
#faq .faq_contents dd::before {
  content: "A";
  background: #f4f4f4;
  color: #006CC9;
}
@media screen and (max-width: 767px) {
  #faq {
    padding-top: 70px;
  }
  #faq .faq_box {
    padding: 0 10px;
  }
  #faq .faq_contents {
    margin-top: 35px;
  }
  #faq .faq_contents dl:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #faq .faq_contents dt {
    margin-bottom: 20px;
  }
}

/* 追加20260507 */
.fv {
  font-family: "Noto Sans JP";
  color: #222;
  padding-block: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv::before {
  content: "";
  background: url(../images/index/fv/fv__bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv__inner {
  padding-inline: 4rem;
  max-width: 1920px;
}

.fv__wrapper {
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  justify-content: center;
}

.fv__contents {
  margin-bottom: 6rem;
}

.fv__lead {
  font-family: "Noto Serif JP";
  text-align: center;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
  line-height: normal;
}

.fv__title {
  margin-top: 1rem;
  font-family: "Noto Serif JP";
  color: #2666c4;
  font-weight: 700;
  font-size: clamp(37px, 3.05vw, 58px);
}
.fv__title span {
  display: inline-block;
}

.fv__title--big {
  font-size: clamp(58px, 4.84vw, 92px);
}

.fv__title-sub {
  margin-top: 1.5rem;
  font-size: clamp(30px, 2.53vw, 48px);
  font-family: "Noto Serif JP";
}

.fv__body {
  margin-top: 4rem;
}

.fv__achievements-list {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.fv__achivements-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.fv__achivements-left::before {
  content: "";
  background: url(../images/index/fv/laurel-left.webp) no-repeat center
    center/cover;
  width: 2.6rem;
  height: 8.8rem;
  display: block;
}

.fv__achivements-right::after {
  content: "";
  background: url(../images/index/fv/laurel-right.webp) no-repeat center
    center/cover;
  width: 2.6rem;
  height: 8.8rem;
  display: block;
}

.fv__achivements-text--small {
  white-space: nowrap;
  text-align: center;
  font-size: clamp(11px, 0.74vw, 14px);
  font-weight: 500;
}

.fv__achivements-text {
  font-family: "Noto Serif JP";
  font-size: clamp(14px, 1.16vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}

.fv__achivements-text--big {
  color: #ff7646;
  font-size: clamp(32px, 2.63vw, 50px);
  font-weight: 700;
  line-height: 1.2;
}

.fv__list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  margin-top: 1.5rem;
}

.fv__list-item {
  color: #2666c4;
  font-size: clamp(14px, 1.16vw, 22px);
  font-weight: 700;
  display: flex;
  gap: 0.7rem;
  align-items: center;
}
.fv__list-item span::before {
  content: "";
  background: url(../images/index/fv/check-icon.webp) no-repeat center
    center/cover;
  width: 1.8rem;
  height: 2.1rem;
  display: block;
}

.fv__bottom {
  margin-top: 4rem;
}

.fv__bottom-text {
  text-align: center;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
}

.fv__btn-wrap {
  margin-top: 1.5rem;
  display: flex;
  gap: 4rem;
}

.fv__btn {
  max-width: 400px;
  width: 100%;
  padding-block: 1rem;
}

.fv__btn--reserve {
  background: #ff7646;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__btn--reserve-text {
  color: #fff;
  font-size: clamp(14px, 1.16vw, 22px);
  font-weight: 700;
}

.fv__btn-icon {
  max-width: clamp(18px, 1.47vw, 28px);
  width: 100%;
  height: auto;
}

.fv__btn--tel {
  border: 3px solid #2666c4;
  background: #fff;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
}

.fv__btn--tel-text-wrap {
  color: #2666c4;
  display: flex;
  flex-direction: column;
}

.fv__btn--tel-text {
  font-size: clamp(9px, 0.74vw, 14px);
  font-weight: 700;
  line-height: 1;
}

.fv__btn--tel-number {
  font-size: clamp(19px, 1.58vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.fv__btn--tel-time {
  font-size: clamp(6px, 0.53vw, 10px);
  font-weight: 500;
  line-height: 1;
}

.fv__image {
  max-width: 500px;
  width: 33%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.fv__image img {
  width: 100%;
  height: auto;
}

.fv__image-text {
  white-space: nowrap;
  margin-bottom: 4rem;
  margin-left: -1rem;
}

.fv__image-post {
  font-size: clamp(6px, 0.63vw, 12px);
  font-weight: 500;
}

.fv__image-name {
  font-size: clamp(8px, 0.95vw, 18px);
  font-weight: 500;
  display: block;
  letter-spacing: 0.2rem;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fv {
    padding-block: 5rem;
  }
  .fv__inner {
    padding-inline: 2rem;
  }
  .fv__wrapper {
    align-items: flex-end;
    gap: 1rem;
  }
  .fv__contents {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .fv__lead {
    font-size: 1.4rem;
  }
  .fv__title {
    font-size: clamp(28px, 4vw, 42px);
    text-align: center;
    margin-top: 0;
  }
  .fv__title--big {
    font-size: clamp(44px, 6vw, 64px);
  }
  .fv__title-sub {
    font-size: clamp(22px, 3.5vw, 36px);
    text-align: center;
  }
  .fv__body {
    margin-top: 2rem;
  }
  .fv__achievements-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .fv__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.75rem;
  }
  .fv__bottom {
    margin-top: 2rem;
  }
  .fv__btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .fv__btn {
    max-width: 320px;
    height: 64px;
  }
  .fv__image {
    display: none;
  }
  .fv__image-text {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .fv__image-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    padding-block: 4rem;
  }
  .fv__inner {
    padding-inline: 2rem;
  }
  .fv__wrapper {
    flex-direction: column;
  }
  .fv__head {
    text-align: center;
  }
  .fv__lead {
    font-size: 1.8rem;
  }
  .fv__title {
    line-height: 1.3;
    font-size: 2.3rem;
    margin-top: 1rem;
  }
  .fv__title--big {
    font-size: 4.5rem;
  }
  .fv__title-sub {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .fv__body {
    margin-top: 2rem;
  }
  .fv__achievements-list {
    gap: 1rem;
  }
  .fv__achivements-left::before {
    width: 2rem;
    height: 7rem;
  }
  .fv__achivements-right::after {
    width: 2rem;
    height: 7rem;
  }
  .fv__achivements-text--small {
    font-size: 1.2rem;
  }
  .fv__achivements-text {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
  }
  .fv__achivements-text--big {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .fv__list {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    margin-top: 1.5rem;
  }
  .fv__list-item {
    font-size: 1.6rem;
  }
  .fv__bottom {
    margin-top: 3rem;
  }
  .fv__bottom-text {
    font-size: 1.4rem;
  }
  .fv__btn-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .fv__btn {
    max-width: 100%;
    width: 100%;
    min-height: 7rem;
    padding: 0.5rem;
  }
  .fv__btn--reserve-text {
    font-size: 1.8rem;
  }
  .fv__btn-icon {
    max-width: 100%;
    width: 2.5rem;
  }
  .fv__btn--tel-text-wrap {
    gap: 3px;
  }
  .fv__btn--tel-text {
    font-size: 1.2rem;
  }
  .fv__btn--tel-number {
    font-size: 2rem;
  }
  .fv__btn--tel-time {
    font-size: 1rem;
  }
  .fv__image {
    display: none;
    width: 20%;
  }
  .sp {
    display: block;
  }
}
