/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 16vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  -webkit-text-size-adjust: none;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 1.92;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1052px;
    font-size: 24px;
    line-height: 1.83;
  }
}

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 768px) {
  img {
    width: auto;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wrap01 {
    width: 1002px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .wrap02 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-ttl01 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #124a7b;
  padding: 0 0 6.6666666667vw 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-ttl01 {
    font-size: 40px;
    padding: 0 0 38px 0;
  }
}
.sec-ttl01::after {
  content: '';
  display: block;
  width: 15.7333333333vw;
  height: 0.2666666667vw;
  background: #124a7b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec-ttl01::after {
    width: 118px;
    height: 2px;
  }
}

.sec-ttl02 {
  padding: 0 0 6.6666666667vw 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-ttl02 {
    padding: 0 0 38px 0;
  }
}
.sec-ttl02::after {
  content: '';
  display: block;
  width: 15.7333333333vw;
  height: 0.2666666667vw;
  background: #124a7b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec-ttl02::after {
    width: 118px;
    height: 2px;
  }
}
.sec-ttl02 > span {
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec-ttl02 > span:nth-child(1) {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .sec-ttl02 > span:nth-child(1) {
    font-size: 30px;
  }
}
.sec-ttl02 > span:nth-child(2) {
  font-size: 6.6666666667vw;
  color: #124a7b;
  margin: 5.0666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .sec-ttl02 > span:nth-child(2) {
    font-size: 40px;
    margin: 20px 0 0 0;
  }
}

/* header
---------------------------------------------------- */
.header {
  height: 12vw;
  padding: 0 5.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    width: 994px;
    height: 90px;
    padding: 0;
    margin: 0 auto;
  }
}
.header__logo {
  width: 46.6666666667vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 350px;
  }
}
.header__tel > p {
  font-weight: 700;
  color: #267aa7;
  line-height: 1;
}
.header__tel > p:nth-child(1) {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .header__tel > p:nth-child(1) {
    font-size: 22px;
  }
}
.header__tel > p:nth-child(2) {
  font-size: 4vw;
  margin: 1.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .header__tel > p:nth-child(2) {
    font-size: 30px;
    margin: 10px 0 0 0;
  }
}
.header__tel > p:nth-child(2) a {
  color: #267aa7;
}
@media screen and (min-width: 768px) {
  .header__tel > p:nth-child(2) a {
    pointer-events: none;
  }
}

/* fv
---------------------------------------------------- */
.fv {
  background: #5484a8 url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-fv-bg.webp) no-repeat 0 100%;
  background-size: 100% auto;
  padding: 7.3333333333vw 0 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .fv {
    background: #5484a8 url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-fv-bg-pc.webp) no-repeat 50% 100%;
    background-size: cover;
    padding: 54px 0 71px 0;
  }
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding: 0 470px 0 3px;
  }
}
.fv h1 > span {
  display: block;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.fv h1 > span:nth-child(1) {
  width: 50vw;
  font-size: 5.28vw;
  line-height: 8.5333333333vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv h1 > span:nth-child(1) {
    width: 375px;
    font-size: 39px;
    line-height: 64px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.fv h1 > span:nth-child(2) {
  font-size: 7.3333333333vw;
  line-height: 1;
  margin: 3.7333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .fv h1 > span:nth-child(2) {
    font-size: 55px;
    line-height: 1.34;
    margin: 18px 0 0 0;
  }
}
.fv ul {
  width: 37.3333333333vw;
  margin: 31.3333333333vw 0 0 4vw;
}
@media screen and (min-width: 768px) {
  .fv ul {
    width: auto;
    margin: 75px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
}
.fv li:not(:first-child) {
  margin: 1.7333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .fv li:not(:first-child) {
    margin: 0;
  }
}


/*fvintro start*/
.fvintro {
  background: #5484a8 url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2025-fv-back.png) no-repeat 0 100%;
  background-size: cover;
  padding: 4vw 0 0 0;
}

.fvintro__innerbox{
  max-width: 1050px;
  margin: 0 auto;
}

.wrapbox{
  display: flex;

}
@media screen and (min-width: 768px) {

}

.fvintro h1 > span {
  display: block;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.fvintro h1> span:nth-child(1){
  font-size: 30px;
  line-height: 1;
}

.fvintro h1 > span:nth-child(2){
  font-size: 42px;
  color: #124a7b;
  text-shadow: 4px -1px 1px rgba(145, 110, 2, 0.5);
}

.fvintro h1 > span:nth-child(3){
  font-size: 40px;
  position: relative;
}
.fvintro h1 > span:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 120px;
  width: 60%;
  height: 2px;
  background-color: #fff;
}

.fvintro h1 > span:nth-child(4){
  font-size: 25px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 15px;
}

.fvintro h1 > span:nth-child(4)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 120px;
  width: 60%;
  height: 2px;
  background-color: #fff;
}


@media only screen and (min-width:768px) {   
  .u-display__sponly {
          display: none !important
      }
  }

@media only screen and (max-width:768px) {
  .fvintro h1> span:nth-child(1){
    font-size: 19px;
    line-height: 1;
  }
  
  .fvintro h1 > span:nth-child(2){
    font-size: 28px;
    color: #124a7b;
  }
  
  .fvintro h1 > span:nth-child(3){
    font-size: 27px;
    position: relative;
  }
  .fvintro h1 > span:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 300px;
    height: 2px;
    background-color: rgb(255, 255, 255);
  }
  
  .fvintro h1 > span:nth-child(4){
    font-size: 13px;
    line-height: 1.4;
    position: relative;
  }
  
  .fvintro h1 > span:nth-child(4)::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 300px;
    height: 2px;
    background-color: rgb(255, 255, 255);
  }
  .wrapbox {
    flex-direction: column; 
  }

  .wrpboxA {
    order: 2; 
  }
  .wrpboxA img{
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
  }

  .wrpboxB {
    order: 1;
  }
  .u-display__pconly {
        display: none !important
    }
}

/*fvintro end*/
/*------worStart-----*/
.worb{
  padding: 0.1vw 0 3.6vw 0;
  background: linear-gradient(to bottom, #C3DBF0 103.2vw, #fff 103.2vw);
}
.worb__icon{
  margin: 4vw 0 0 0;
  display: flex;
  justify-content: center;
  column-gap: 5.6vw;
}
@media screen and (max-width: 768px) {
  .worb__icon{
    margin: 2vw 0 0 0;
  }
}
.worb__icon img{
  vertical-align: bottom;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    width:150px
}
/*------worend-----*/

/*----------seFv start-----------*/
.feFirst {
  padding: 0 0 15.7333333333vw 0;
}
@media screen and (max-width: 768px) {
  .feFirst{
    padding: 10px 0 7.433333vw 0;
    background: #f2f7fb;
  }
  .imgGal {
    background: #f2f7fb;
    padding: 0 0 15.7333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .feFirst {
    padding: 0 0 50px 0;
  }
}
.feFirst h2 {
  height: 39.3333333333vw;
  font-size: 6.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-features-ttl-bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .feFirst h2 {
    height: 256px;
    font-size: 40px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-features-ttl-bg-pc.webp) no-repeat;
    background-size: cover;
  }
}
.feFirst__catch {
  font-size: 3.7333333333vw;
  line-height: 1.78;
  letter-spacing: 0.1em;
  margin: 5.0666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .feFirst__catch {
    font-size: 24px;
    line-height: 1.83;
    margin: 80px 0 0 0;
  }
}
.feFirst__list {
  width: 84.6666666667vw;
  /* margin: 6.6666666667vw auto 0 auto; */
}
@media screen and (max-width: 768px) {
  .feFirst__list {
    margin:0 auto;
  }
}

@media screen and (min-width: 768px) {
  .feFirst__list {
    width: 1002px;
    margin: 0 auto;
  }
}
.feFirst__list > li:not(:first-child) {
  margin: 13.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .feFirst__list > li:not(:first-child) {
    margin: 90px 0 0 0;
  }
}
.feFirst__no {
  font-size: 10.6666666667vw;
  color: #547e9f;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .feFirst__no {
    font-size: 80px;
  }
}
.feGalTitle {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #124a7b;
  padding: 4.6666666667vw 0;
  margin: 0 auto;
  width: 84.6666666667vw;
}
@media screen and (min-width: 768px) {
  .feGalTitle {
    font-size: 36px;
    padding: 35px 0;
    margin: 0 auto;
  }
}
.feFirst__lgente {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4vw;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .feFirst__lgente {
    margin: 1px 0 0 0;
  }
}
.feFirst__lgente li {
  width: 39.6vw;
}
@media screen and (min-width: 768px) {
  .feFirst__lgente li {
    width: 228px;
  }
}
.feFirst__lgente li img {
  width: 100%;
  height: auto;
}
.feFirst__lgente figcaption {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0.5em 0 0 0;
}

.figcapTxt{
  color:#124a7b;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .figcapTxt{
    color:#000;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .feFirst__lgente figcaption {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

/*----------seFv eng-----------*/



/* cv
---------------------------------------------------- */
.cv {
  background: #124a7b;
  padding: 4.2666666667vw 0 3.6vw 0;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .cv {
    height: 120px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 45px;
  }
}
.cv__txt {
  max-inline-size: max-content;
  font-size: 3.4666666667vw;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 4.5333333333vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv__txt {
    font-size: 26px;
    padding: 0;
    margin: 0;
  }
}
.cv__txt::before, .cv__txt::after {
  content: '';
  display: block;
  width: 0.2666666667vw;
  height: 3.8666666667vw;
  background: #fff;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .cv__txt::before, .cv__txt::after {
    content: none;
  }
}
.cv__txt::before {
  transform: rotate(-29deg);
  left: 0;
}
.cv__txt::after {
  transform: rotate(29deg);
  right: 0;
}
.cv__btn {
  width: 89.0666666667vw;
  margin: 2vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cv__btn {
    width: 534px;
    margin: 0;
  }
}
.cv__btn a {
  height: 13.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background: url(/assets/materials/baikyaku-lgente-tokakokan-lp_2024-arrow01.svg) no-repeat right 2.8vw top 50%, linear-gradient(to right, #bb8e00, #d6aa1f 53%, #bb8e00);
  background-size: 11.2vw auto, auto;
  border-radius: 0.6666666667vw;
  box-shadow: 0px 0.5333333333vw 0px 0px #916e02;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cv__btn a {
    height: 80px;
    font-size: 27px;
    background: url(/assets/materials/baikyaku-lgente-tokakokan-lp_2024-arrow01.svg) no-repeat right 17px top 50%, linear-gradient(to right, #bb8e00, #d6aa1f 53%, #bb8e00);
    background-size: 68px auto, auto;
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px #916e02;
  }
}

/* cvB start */
.cvB {
  background: #124a7b;
  padding: 4.2666666667vw 0 3.6vw 0;
}
@media screen and (min-width: 768px) {
  .cvB {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    padding: 5px;
  }
}
.cvB__btn {
  width: 89.0666666667vw;
  margin: 2vw auto 0 auto;
  position: relative;
}
.cvB__btn::before{
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  bottom: -19px;
  background-image: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2025-handbook.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  z-index: 1;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .cvB__btn {
    width: 65.466667vw;
  }
  .cvB__btn::before{
    width: 90px;
    height: 100px;
    left: -6px;
    bottom: -11px;
  }
  .cvB__btn a{
    padding-right: 16px;
    font-size: 3.6vw;
  }
}
.cvB__btn::after{
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  bottom: 8px;
  background-image: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 15px;

}
@media screen and (max-width: 768px) {
  .cvB__btn::after {
    right: 8px;
    width: 49px;
  }
}

.cvB__btn1 {
  width: 89.0666666667vw;
  margin: 2vw auto 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cvB__btn1 {
    width: 65.466667vw;
    margin: 7vw auto 0 auto;
  }
}
.cvB__btn1::after{
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  bottom: 8px;
  background-image: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 15px;

}
@media screen and (max-width: 768px) {
    .cvB__btn1::after{
      right: 8px;
      width: 49px;
  }
}
@media screen and (min-width: 768px) {
  .cvB__btn {
    /* width: 534px; */
    width: 485px;
    margin: 0;
  }
  .cvB__btn1 {
    /* width: 534px; */
    width: 485px;
    margin: 0;
  }
}
.cvB__btn a {
  height: 13.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background-color:#bb8e00;
  background-size: 11.2vw auto, auto;
  border-radius: 0.6666666667vw;
  box-shadow: 0px 0.5333333333vw 0px 0px #916e02;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cvB__btn a{
    padding-right: 16px;
    font-size: 3.9vw;
    justify-content: flex-end;
  }
}
.cvB__btn1 a {
  height: 13.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background-color:#DB395F;
  background-size: 11.2vw auto, auto;
  border-radius: 0.6666666667vw;
  box-shadow: 0px 0.5333333333vw 0px 0px #BB1A40;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cvB__btn1 a{
    font-size: 3.6vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cvB__btn a {
    height: 96px;
    font-size: 28px;
    background-color:#bb8e00;
    background-size: 68px auto, auto;
    border-radius: 10px;
    padding-left:93px;
    box-shadow: 0px 4px 0px 0px #916e02;
  }
  .cvB__btn1 a {
    height: 96px;
    font-size: 28px;
    background-color:#DB395F;
    background-size: 68px auto, auto;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #BB1A40;
  }
}
/* cvB end */


/* cm
---------------------------------------------------- */
.cm {
  padding: 7.3333333333vw 0 4.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .cm {
    padding: 52px 0 40px 0;
  }
}
.cm h2 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.47;
  color: #547e9f;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .cm h2 {
    font-size: 34px;
  }
}
.cm div {
  width: 73.3333333333vw;
  margin: 2.6666666667vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cm div {
    width: 726px;
    margin: 25px auto 0 auto;
  }
}
.cm iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* nav
---------------------------------------------------- */
.nav {
  background: #124a7b;
  padding: 1.0666666667vw 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .nav {
    padding: 8px 0;
  }
}
.nav ul {
  display: flex;
}
.nav li {
  flex: 1;
}
.nav li a {
  display: block;
  height: 13.7333333333vw;
  font-size: 2.9333333333vw;
  line-height: 1.36;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 1.7333333333vw 0 0 0;
  background: url(/assets/materials/baikyaku-lgente-tokakokan-lp_2024-arrow02.svg) no-repeat left 50% bottom 1.0666666667vw;
  background-size: 2.8vw auto;
}
@media screen and (min-width: 768px) {
  .nav li a {
    height: 54px;
    font-size: 18px;
    padding: 10px 0 0 0;
    background: url(/assets/materials/baikyaku-lgente-tokakokan-lp_2024-arrow02.svg) no-repeat left 50% bottom 3px;
    background-size: 19px auto;
  }
}
.nav li:not(:first-child) {
  border-left: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .nav li:last-child a {
    font-weight: 700;
    color: #124a7b;
    background: #fff;
    padding: 0;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* worries
---------------------------------------------------- */
.worries {
  padding: 10.6666666667vw 0 9.6vw 0;
  background: linear-gradient(to bottom, #e9edf0 103.2vw, #fff 103.2vw);
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 62px 0 103px 0;
    background: linear-gradient(to bottom, #e9edf0 480px, #fff 480px);
  }
}
.worries h2 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #547e9f;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .worries h2 {
    font-size: 32px;
  }
}
.worries h2 span {
  font-size: 6.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries h2 span {
    font-size: 40px;
  }
}
.worries h2 span::after {
  content: "";
  display: block;
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  background: #547e9f;
  border-radius: 100vh;
  position: absolute;
  top: -0.3em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .worries h2 span::after {
    width: 7px;
    height: 7px;
  }
}
.worries__list {
  width: 80vw;
  background: #fff;
  padding: 8.6666666667vw 0 8vw 7.6vw;
  margin: 4.6666666667vw auto 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .worries__list {
    width: 774px;
    padding: 48px 0 54px 62px;
    margin: 37px auto 0 auto;
  }
}
.worries__list li {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.1em;
  padding: 0 0 0 10vw;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-icon-check.webp) no-repeat 0 0.6666666667vw;
  background-size: 6.4vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list li {
    font-size: 24px;
    padding: 0 0 0 48px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-icon-check.webp) no-repeat 0 0;
    background-size: 35px auto;
  }
}
.worries__list li:not(:first-child) {
  margin: 1em 0 0 0;
}
.worries__list li span {
  color: #bb8e00;
}
.worries__txt01 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.075em;
  padding: 19.6vw 0 4.2666666667vw 0;
  background: #547e9f;
  margin: -10.6666666667vw 0 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .worries__txt01 {
    font-size: 40px;
    padding: 150px 0 5px 0;
    margin: -93px 0 0 0;
  }
}
.worries__txt01::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 9.3333333333vw solid #547e9f;
  border-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .worries__txt01::after {
    border-right: 501px solid transparent;
    border-left: 501px solid transparent;
    border-top: 70px solid #547e9f;
  }
}
.worries__txt02 {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.075em;
  margin: 15.7333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .worries__txt02 {
    font-size: 33px;
    margin: 115px 0 0 0;
  }
}
.worries__txt02 span.bg {
  display: inline-block;
  color: #fff;
  background: #547e9f;
  padding: 0 0.3em;
}
.worries__txt02 span:not(.bg) {
  display: block;
  margin: 0.3em 0 0 0;
}
.worries__icon {
  margin: 4vw 0 0 0;
  display: flex;
  justify-content: center;
  column-gap: 5.6vw;
}
.worries__iconB {
  margin: 1.8vw 0 0 3vw;
  display: flex;
  justify-content: center;
  /* column-gap: 5.6vw; */
  width: 80%;
}
.worries__iconB img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .worries__icon {
    margin: 27px 0 0 0;
    column-gap: 36px;
  }
}
.worries__icon li {
  width: 41.8666666667vw;
}
@media screen and (min-width: 768px) {
  .worries__icon li {
    width: auto;
  }
}

/* about
---------------------------------------------------- */
.about {
  padding: 16.4vw 5.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 110px 0 0 0;
  }
}
.about__txt01 {
  letter-spacing: 0.1em;
  margin: 5.3333333333vw 0 8vw 0;
}
@media screen and (min-width: 768px) {
  .about__txt01 {
    margin: 35px 0 55px 0;
  }
}

/* merit
---------------------------------------------------- */
.merit {
  padding: 18.4vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit {
    padding: 96px 0 0 0;
  }
}
.merit__txt01 {
  margin: 6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit__txt01 {
    margin: 43px 0 0 0;
  }
}
.merit__txt01 > span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.merit__txt01 > span:nth-child(1) {
  font-size: 3.7333333333vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .merit__txt01 > span:nth-child(1) {
    font-size: 24px;
  }
}
.merit__txt01 > span:nth-child(2) {
  font-size: 4.8vw;
  color: #547e9f;
  line-height: 1.61;
  margin: 2vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit__txt01 > span:nth-child(2) {
    font-size: 32px;
    line-height: 1;
    margin: 23px 0 0 0;
  }
}
.merit ol {
  width: 92vw;
  margin: 5.3333333333vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .merit ol {
    width: 800px;
    margin: 45px auto 0 auto;
  }
}
.merit ol li {
  background: #f2f7fb;
  padding: 4.2666666667vw 3.3333333333vw 4vw 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .merit ol li {
    padding: 35px 24px 16px 24px;
  }
}
.merit ol li:not(:first-child) {
  margin: 5.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit ol li:not(:first-child) {
    margin: 23px 0 0 0;
  }
}
.merit ol li.bg01 {
  background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg01.webp) no-repeat right 4vw top 6.4vw;
  background-size: 31.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .merit ol li.bg01 {
    background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg01.webp) no-repeat 100% 0;
    background-size: 157px auto;
  }
}
.merit ol li.bg02 {
  background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg02.webp) no-repeat right 4vw top 6.4vw;
  background-size: 31.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .merit ol li.bg02 {
    background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg02.webp) no-repeat 100% 0;
    background-size: 157px auto;
  }
}
.merit ol li.bg03 {
  background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg03.webp) no-repeat right 4vw top 6.4vw;
  background-size: 31.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .merit ol li.bg03 {
    background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg03.webp) no-repeat 100% 0;
    background-size: 157px auto;
  }
}
.merit ol li.bg04 {
  background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg04.webp) no-repeat right 4vw top 6.4vw;
  background-size: 31.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .merit ol li.bg04 {
    background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg04.webp) no-repeat 100% 0;
    background-size: 157px auto;
  }
}
.merit ol li.bg05 {
  background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg05.webp) no-repeat right 4vw top 6.4vw;
  background-size: 31.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .merit ol li.bg05 {
    background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg05.webp) no-repeat 100% 0;
    background-size: 157px auto;
  }
}
.merit ol li.bg06 {
  background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg06.webp) no-repeat right 4vw top 6.4vw;
  background-size: 31.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .merit ol li.bg06 {
    background: #f2f7fb url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-merit-bg06.webp) no-repeat 100% 0;
    background-size: 157px auto;
  }
}
.merit__no {
  max-inline-size: max-content;
}
@media screen and (min-width: 768px) {
  .merit__no {
    margin: 0 0 0 15px;
  }
}
.merit__no > span {
  display: block;
  line-height: 1;
  color: #5081a5;
}
.merit__no > span:nth-child(1) {
  font-size: 2.6666666667vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .merit__no > span:nth-child(1) {
    font-size: 14px;
  }
}
.merit__no > span:nth-child(2) {
  font-size: 10.6666666667vw;
  margin: 1.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit__no > span:nth-child(2) {
    font-size: 50px;
    line-height: 1;
    margin: 5px 0 0 0;
  }
}
.merit__txt02 {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #124a7b;
  margin: 5.6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit__txt02 {
    font-size: 28px;
    line-height: 1.42;
    margin: 0;
    padding: 0 0 0.25em 0;
  }
}
@media screen and (min-width: 768px) {
  .merit__txt02.p0 {
    padding: 0;
  }
}
.merit__content {
  margin: 5.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .merit__content {
    margin: 13px 0 0 0;
  }
}
.merit__content > p {
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.merit__content > p img {
  width: 5.2vw;
}
@media screen and (min-width: 768px) {
  .merit__content > p img {
    width: 27px;
  }
}
.merit__content > div {
  display: none;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .merit__content > div {
    font-size: 17px;
    line-height: 1.76;
    padding: 60px 0 0 0;
  }
}
.merit__content > div p {
  text-align: justify;
}
.merit__content.is-active > p img {
  transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
  .merit__box {
    display: flex;
    align-items: flex-end;
    column-gap: 50px;
  }
}

/* example
---------------------------------------------------- */
.example {
  padding: 20vw 4vw 18.9333333333vw 4vw;
}
@media screen and (min-width: 768px) {
  .example {
    padding: 108px 0 100px 0;
  }
}
.example__copy {
  font-size: 3.7333333333vw;
  line-height: 1.78;
  letter-spacing: 0.1em;
  margin: 5.6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__copy {
    font-size: 24px;
    line-height: 1;
    margin: 40px 0 0 0;
  }
}
.example__list {
  margin: 6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__list {
    width: 800px;
    margin: 35px auto 0 auto;
  }
}
.example__list > li {
  padding: 5.0666666667vw 0 4.2666666667vw 0;
  border: 3.3333333333vw solid #5081a5;
  border-radius: 2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .example__list > li {
    padding: 33px 0 18px 0;
    border: 25px solid #5081a5;
    border-radius: 10px;
  }
}
.example__list > li:not(:first-child) {
  margin: 5.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__list > li:not(:first-child) {
    margin: 20px 0 0 0;
  }
}
.example__no {
  width: 19.3333333333vw;
  height: 20.4vw;
  background: #5081a5;
  position: absolute;
  top: -0.6666666667vw;
  left: -0.6666666667vw;
}
@media screen and (min-width: 768px) {
  .example__no {
    width: 115px;
    height: 122px;
    top: -5px;
    left: -5px;
  }
}
.example__no::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 19.7333333333vw 18.6666666667vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .example__no::after {
    border-width: 0 0 117px 110px;
  }
}
.example__no > span {
  position: relative;
  top: -1.3333333333vw;
  left: -1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .example__no > span {
    top: -5px;
    left: -5px;
  }
}
.example__no > span span {
  display: block;
  line-height: 1;
  color: #fff;
}
.example__no > span span:nth-child(1) {
  font-size: 2.6666666667vw;
  padding: 0 0 0 0.35em;
}
@media screen and (min-width: 768px) {
  .example__no > span span:nth-child(1) {
    font-size: 16px;
  }
}
.example__no > span span:nth-child(2) {
  font-size: 8vw;
  margin: 0.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__no > span span:nth-child(2) {
    font-size: 43px;
    margin: 5px 0 0 0;
  }
}
.example__txt01 {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5081a5;
}
@media screen and (min-width: 768px) {
  .example__txt01 {
    font-size: 28px;
    line-height: 1.65;
    text-align: left;
    position: relative;
    z-index: 5;
  }
}
.example__txt01.illust01 {
  padding: 18.6666666667vw 0 0 0;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-illust01.webp) no-repeat 50% 0;
  background-size: 26.5333333333vw auto;
}
@media screen and (min-width: 768px) {
  .example__txt01.illust01 {
    padding: 0 0 0 265px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-illust01.webp) no-repeat 79px 100%;
    background-size: 159px auto;
  }
}
.example__txt01.illust02 {
  padding: 18.9333333333vw 0 0 0;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-illust02.webp) no-repeat 50% 0;
  background-size: 16.8vw auto;
}
@media screen and (min-width: 768px) {
  .example__txt01.illust02 {
    padding: 0 0 0 265px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-illust02.webp) no-repeat 113px 100%;
    background-size: 90px auto;
  }
}
.example__txt01.illust03 {
  padding: 18.9333333333vw 0 0 0;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-illust03.webp) no-repeat 50% 0;
  background-size: 16.8vw auto;
}
@media screen and (min-width: 768px) {
  .example__txt01.illust03 {
    padding: 0 0 0 265px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-illust03.webp) no-repeat 116px 100%;
    background-size: 85px auto;
  }
}
.example__content {
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__content {
    margin: 20px 0 0 0;
  }
}
.example__content > p {
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.example__content > p img {
  width: 5.2vw;
}
@media screen and (min-width: 768px) {
  .example__content > p img {
    width: 27px;
  }
}
.example__content > div {
  display: block;
  padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .example__content > div {
    padding: 0 40px 15px 40px;
  }
}
.example__content > div dl {
  font-size: 3.4666666667vw;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .example__content > div dl {
    font-size: 18px;
    line-height: 1.94;
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
  }
}
.example__content > div dt {
  max-inline-size: max-content;
  color: #fff;
  background: #5081a5;
  white-space: nowrap;
  padding: 0 1em;
}
.example__content > div dd {
  letter-spacing: 0.05em;
  margin: 2vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__content > div dd {
    margin: 0;
  }
}
.example__content.is-active > p img {
  transform: rotate(-180deg);
}
.example__ba {
  margin: 10vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__ba {
    margin: 35px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 75px;
  }
}
.example__before {
  min-height: 30.4vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  padding: 6vw 0 4.6666666667vw 24.4vw;
  background: #dce2e6;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .example__before {
    width: 211px;
    min-height: auto;
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
    padding: 18px 0 23px 0;
    display: block;
  }
}
.example__before::after {
  content: '';
  display: block;
  width: 10.5333333333vw;
  height: 7.2vw;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-arrow.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .example__before::after {
    width: 62px;
    height: 52px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-arrow-pc.webp) no-repeat;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.example__before.icon01 {
  background: #dce2e6 url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-icon01.webp) no-repeat 4.4vw 50%;
  background-size: 13.6vw auto;
}
@media screen and (min-width: 768px) {
  .example__before.icon01 {
    background: #dce2e6;
  }
}
@media screen and (min-width: 768px) {
  .example__before.icon01 h3 {
    padding: 0 0 130px 0;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-icon01.webp) no-repeat 50% 100%;
    background-size: 64px auto;
  }
}
.example__before.icon02 {
  background: #dce2e6 url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-icon02.webp) no-repeat 2.2666666667vw 50%;
  background-size: 25.6vw auto;
  padding-left: 32.2666666667vw;
}
@media screen and (min-width: 768px) {
  .example__before.icon02 {
    background: #dce2e6;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .example__before.icon02 h3 {
    padding: 0 0 137px 0;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-icon02.webp) no-repeat 50% 100%;
    background-size: 133px auto;
  }
}
.example__before.icon03 {
  background: #dce2e6 url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-icon03.webp) no-repeat 4.1333333333vw 50%;
  background-size: 23.6vw auto;
  padding-left: 32vw;
}
@media screen and (min-width: 768px) {
  .example__before.icon03 {
    background: #dce2e6;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .example__before.icon03 h3 {
    padding: 0 0 145px 0;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-example-icon03.webp) no-repeat 50% 100%;
    background-size: 135px auto;
  }
}
.example__before h3 {
  width: 100%;
  color: #5081a5;
  line-height: 1;
  margin: 0 0 3.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .example__before h3 {
    margin: 0 0 15px 0;
  }
}
.example__after {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  color: #fff;
  background: #bb8e00;
  margin: 9.6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .example__after {
    width: 395px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    padding: 0 23px;
  }
}
.example__after h3 {
  line-height: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .example__after h3 {
    font-size: 18px;
    line-height: 44px;
  }
}
.example__after p {
  text-align: justify;
}
.example__afterTxt {
  padding: 3.3333333333vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .example__afterTxt {
    padding: 20px 0;
  }
}

/* features
---------------------------------------------------- */
.features {
  background: #f2f7fb;
  padding: 0 0 15.7333333333vw 0;
}
@media screen and (min-width: 768px) {
  .features {
    padding: 0 0 96px 0;
  }
}
.features h2 {
  height: 39.3333333333vw;
  font-size: 6.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-features-ttl-bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .features h2 {
    height: 256px;
    font-size: 40px;
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-features-ttl-bg-pc.webp) no-repeat;
    background-size: cover;
  }
}
.features__catch {
  font-size: 3.7333333333vw;
  line-height: 1.78;
  letter-spacing: 0.1em;
  margin: 5.0666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__catch {
    font-size: 24px;
    line-height: 1.83;
    margin: 80px 0 0 0;
  }
}
.features__list {
  width: 84.6666666667vw;
  margin: 6.6666666667vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .features__list {
    width: 1002px;
    margin: 30px auto 0 auto;
  }
}
.features__list > li:not(:first-child) {
  margin: 13.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__list > li:not(:first-child) {
    margin: 90px 0 0 0;
  }
}
.features__no {
  font-size: 10.6666666667vw;
  color: #547e9f;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .features__no {
    font-size: 80px;
  }
}
.features h3 {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #124a7b;
  border-top: 0.5333333333vw solid #124a7b;
  border-bottom: 0.5333333333vw solid #124a7b;
  padding: 4.6666666667vw 0;
  margin: 1.6vw 0 3.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .features h3 {
    font-size: 36px;
    border-top: 4px solid #124a7b;
    border-bottom: 4px solid #124a7b;
    padding: 35px 0;
    margin: 10px 0 35px 0;
  }
}
.features__lgente {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4vw;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__lgente {
    margin: 35px 0 0 0;
  }
}
.features__lgente li {
  width: 39.6vw;
}
@media screen and (min-width: 768px) {
  .features__lgente li {
    width: 228px;
  }
}
.features__lgente li img {
  width: 100%;
  height: auto;
}
.features__lgente figcaption {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0.5em 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__lgente figcaption {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.features__flow {
  padding: 8vw 0 8vw 6.5333333333vw;
  background: #fff;
  margin: 4.6666666667vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .features__flow {
    padding: 42px 0 65px 0;
    margin: 35px 0 0 0;
    display: flex;
    justify-content: center;
  }
}
.features__flow::after {
  content: '';
  display: block;
  width: 0.4vw;
  height: calc(calc(100% - 16vw) - 64px);
  background: #5081a5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .features__flow::after {
    width: calc(87px * 7);
    height: 3px;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.features__flow li {
  display: flex;
  column-gap: 3.7333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .features__flow li {
    width: 87px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 25px;
  }
}
.features__flow li:not(:first-child) {
  margin: 5.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__flow li:not(:first-child) {
    margin: 0;
  }
}
.features__flow li p:not(.features__flowNo) {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
  padding: 0.5em 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__flow li p:not(.features__flowNo) {
    font-size: 20px;
    line-height: 1.56;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    padding: 0;
  }
}
.features__flowNo {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  font-size: 5.3333333333vw;
  color: #fff;
  background: #5081a5;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .features__flowNo {
    width: 51px;
    height: 51px;
    font-size: 32px;
  }
}
.features__support {
  margin: 11.2vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__support {
    margin: 50px 0 0 0;
  }
}
.features__support h4 {
  max-inline-size: max-content;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #547e9f;
  padding: 0 6.6666666667vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .features__support h4 {
    font-size: 30px;
    padding: 0 50px;
  }
}
.features__support h4::before, .features__support h4::after {
  content: '';
  display: block;
  width: 0.2666666667vw;
  height: 11.4666666667vw;
  background: #5d85a4;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .features__support h4::before, .features__support h4::after {
    width: 2px;
    height: 54px;
  }
}
.features__support h4::before {
  transform: rotate(-20.7deg);
  left: 0;
}
@media screen and (min-width: 768px) {
  .features__support h4::before {
    transform: rotate(-34deg);
  }
}
.features__support h4::after {
  transform: rotate(20.7deg);
  right: 0;
}
@media screen and (min-width: 768px) {
  .features__support h4::after {
    transform: rotate(34deg);
  }
}
.features__support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4vw;
  row-gap: 4vw;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__support ul {
    column-gap: 25px;
    row-gap: 0;
    margin: 33px 0 0 0;
  }
}
.features__support li {
  width: 39.2vw;
  height: 13.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.075em;
  color: #fff;
  background: #547e9f;
  border-radius: 0.8vw;
  background: #547e9f;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .features__support li {
    width: 221px;
    height: 80px;
    font-size: 20px;
    line-height: 1.44;
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) {
  .features__box01 {
    display: flex;
    column-gap: 35px;
  }
}
@media screen and (min-width: 768px) {
  .features__box01 > p:nth-child(1) {
    flex: 1;
  }
}
.features__box01 > p:nth-child(2) {
  margin: 6.6666666667vw -4.6666666667vw 0 -4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .features__box01 > p:nth-child(2) {
    width: 450px;
    margin: 0;
  }
}
.features__box01 > p:nth-child(2) img {
  width: 100%;
}
.features__other {
  border: 0.5333333333vw solid #5081a5;
  padding: 0 0 5.7333333333vw 0;
  margin: 16.5333333333vw -4.6666666667vw 0 -4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .features__other {
    border: 4px solid #5081a5;
    padding: 0 0 52px 0;
    margin: 115px 0 0 0;
  }
}
.features__other h4 {
  max-inline-size: max-content;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1;
  color: #547e9f;
  background: #f2f7fb;
  padding: 0 3.3333333333vw;
  margin: 0 0 -1.6em 0;
  position: relative;
  top: -1.6em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .features__other h4 {
    font-size: 30px;
    line-height: 1;
    padding: 0 38px;
    margin: 0 0 -0.5em 0;
    top: -0.5em;
  }
}
.features__other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4vw;
  row-gap: 4vw;
  margin: 7.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .features__other ul {
    column-gap: 26px;
    row-gap: 20px;
    margin: 50px 0 0 0;
  }
}
.features__other li {
  width: 39.2vw;
  height: 20vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.075em;
  color: #fff;
  background: #547e9f;
  border-radius: 0.8vw;
  background: #547e9f;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .features__other li {
    width: 247px;
    height: 126px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 6px;
  }
}

/* flow
---------------------------------------------------- */
.flow {
  padding: 15.3333333333vw 0 12vw 0;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 90px 0 100px 0;
  }
}
.flow ol {
  width: 79.2vw;
  margin: 5.2vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .flow ol {
    width: 912px;
    margin: 45px auto 0 auto;
    display: flex;
  }
}
.flow li {
  display: flex;
  column-gap: 6.5333333333vw;
}
@media screen and (min-width: 768px) {
  .flow li {
    width: 205px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .flow li:nth-child(1) {
    flex: 1;
  }
}
.flow li:nth-child(1) .flow__no {
  padding: 3.8666666667vw 0 0 0;
  min-height: 28.9333333333vw;
  background: #8aadc7;
}
@media screen and (min-width: 768px) {
  .flow li:nth-child(1) .flow__no {
    padding: 22px 0 0 0;
    min-height: 84px;
  }
}
.flow li:nth-child(1) .flow__no::after {
  border-color: #8aadc7 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow li:nth-child(1) .flow__no::after {
    border-color: transparent transparent transparent #8aadc7;
  }
}
.flow li:nth-child(2) .flow__no {
  background: #6290b1;
}
.flow li:nth-child(2) .flow__no::after {
  border-color: #6290b1 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow li:nth-child(2) .flow__no::after {
    border-color: transparent transparent transparent #6290b1;
  }
}
.flow li:nth-child(3) .flow__no {
  background: #397199;
}
.flow li:nth-child(3) .flow__no::after {
  border-color: #397199 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow li:nth-child(3) .flow__no::after {
    border-color: transparent transparent transparent #397199;
  }
}
.flow li:nth-child(4) .flow__no {
  background: #124a7b;
}
.flow li:nth-child(4) .flow__no::after {
  border-color: #124a7b transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow li:nth-child(4) .flow__no::after {
    border-color: transparent transparent transparent #124a7b;
  }
}
.flow li > div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .flow li > div {
    display: block;
  }
}
.flow__no {
  width: 11.3333333333vw;
  min-height: 20.2666666667vw;
  padding: 7.3333333333vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__no {
    width: 100%;
    min-height: 84px;
    padding: 22px 0 0 0;
  }
}
.flow__no::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4vw 5.6666666667vw 0 5.6666666667vw;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .flow__no::after {
    border-width: 42px 0 42px 23px;
    left: 100%;
    top: 0;
  }
}
.flow__no > span {
  display: block;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .flow__no > span {
    display: inline;
    margin: 0 0 0 1em;
  }
}
.flow__no > span:nth-child(1) {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__no > span:nth-child(1) {
    font-size: 20px;
  }
}
.flow__no > span:nth-child(2) {
  font-size: 5.3333333333vw;
  margin: 0.2em 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__no > span:nth-child(2) {
    font-size: 40px;
    margin: 0 0 0 0.1em;
  }
}
.flow__txt01 {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__txt01 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    padding: 105px 0 0 0;
  }
}
.flow__txt01 span {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow__txt01.icon01 {
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon01.webp) no-repeat 0.9333333333vw 50%;
  background-size: 6.1333333333vw auto;
}
@media screen and (min-width: 768px) {
  .flow__txt01.icon01 {
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon01.webp) no-repeat 50% 29px;
    background-size: 48px auto;
  }
}
.flow__txt01.icon02 {
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon02.webp) no-repeat 1.0666666667vw 50%;
  background-size: 6.6666666667vw auto;
}
@media screen and (min-width: 768px) {
  .flow__txt01.icon02 {
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon02.webp) no-repeat 50% 28px;
    background-size: 49px auto;
  }
}
.flow__txt01.icon03 {
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon03.webp) no-repeat 0.6666666667vw 50%;
  background-size: 7.7333333333vw auto;
}
@media screen and (min-width: 768px) {
  .flow__txt01.icon03 {
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon03.webp) no-repeat 50% 26px;
    background-size: 58px auto;
  }
}
.flow__txt01.icon04 {
  background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon04.webp) no-repeat 0.8vw 50%;
  background-size: 7.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .flow__txt01.icon04 {
    background: url(/assets/images/original/baikyaku-lgente-tokakokan-lp_2024-flow-icon04.webp) no-repeat 50% 26px;
    background-size: 57px auto;
  }
}
.flow__btn {
  width: 61.3333333333vw;
  margin: 3.7333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__btn {
    width: 286px;
    margin: 5px 0 0 0;
  }
}
.flow__btn a {
  height: 10.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 0 0 9.3333333333vw;
  background: #124a7b url(/assets/materials/baikyaku-lgente-tokakokan-lp_2024-arrow01.svg) no-repeat right 2.4vw top 50%;
  background-size: 7.7333333333vw auto;
  border-radius: 0.6666666667vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow__btn a {
    height: 58px;
    font-size: 18px;
    padding: 0 0 0 32px;
    background: #124a7b url(/assets/materials/baikyaku-lgente-tokakokan-lp_2024-arrow01.svg) no-repeat right 10px top 50%;
    background-size: 37px auto;
    border-radius: 5px;
  }
}

/* footer
---------------------------------------------------- */
.footer {
  padding: 9.6vw 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 82px 0;
  }
}
.footer__logo {
  width: 44.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 331px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__copyright {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 4.4vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    margin: 38px 0 0 0;
  }
}

/*# sourceMappingURL=main.css.map */

/* 240408 チャットで質問ボタン非表示 */
#sp_chat_tab {
  display: none;
}
