.mv .mvin {
  margin: 101px 40px 0 40px;
  border-radius: 40px;
  background: url("../images/mv_bg.jpg") center center/cover;
  position: relative;
  z-index: 4;
}
.mv:before {
  content: "";
  height: 53%;
  width: 100%;
  position: absolute;
  left: -40px;
  bottom: -60px;
  z-index: -1;
  background: #F0F3FA;
}
.mv .lefts {
  position: absolute;
  left: -35px;
  letter-spacing: 0.41em;
  font-size: 1.8rem;
  white-space: nowrap;
  top: 0;
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mv .lefts .ft {
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.mv .lefts .lines {
  height: 100%;
  position: relative;
}
.mv .lefts .lines:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 48%;
  position: absolute;
  background: #707070;
}
.mv .inner {
  width: 100%;
  max-width: 100%;
  padding: 100px 0 50px 0;
  box-sizing: border-box;
}
.mv .imgs {
  position: absolute;
  right: 40px;
  top: 100px;
  width: 36%;
  max-width: none;
}
.mv .imgs img {
  width: 100%;
}
.mv .imgs .im1 {
  width: 59%;
  margin-left: 41%;
}
.mv .imgs .im2 {
  position: absolute;
  left: 0;
  top: 12%;
  width: 49.3%;
}
.mv .imgs .im3 {
  position: absolute;
  bottom: -27%;
  left: 28.35%;
  width: 43.3%;
  z-index: 4;
}
@media all and (max-width: 1024px) {
  .mv .mvin {
    margin: 150px 3.5% 0 3.5%;
  }
  .mv .lefts {
    display: none;
  }
  .mv .inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .mv .copys {
    order: 2;
    z-index: 6;
  }
  .mv .imgs {
    position: relative;
    right: 4%;
    top: -50px;
    width: 100%;
    order: 1;
  }
  .mv .imgs img {
    width: 100%;
  }
  .mv .imgs .im1 {
    width: 34%;
    margin-left: 66%;
  }
  .mv .imgs .im2 {
    left: 15%;
    top: 240px;
    width: 28%;
  }
  .mv .imgs .im3 {
    bottom: 0;
    top: 120px;
    left: 39%;
    width: 32%;
  }
  .mv:before {
    height: 49%;
    width: 100%;
    left: 0;
    bottom: auto;
    top: 51%;
  }
}
@media all and (max-width: 767px) {
  .mv .mvin {
    margin: 68px 3.5% 0 3.5%;
  }
  .mv .copy {
    margin-top: -50px;
  }
  .mv .imgs {
    top: -15px;
  }
  .mv .imgs .im1 {
    width: 38%;
    margin-left: 63.5%;
  }
  .mv .imgs .im2 {
    left: 10.5%;
    top: 110px;
    width: 30.5%;
  }
  .mv .imgs .im3 {
    top: 62px;
    left: 36%;
  }
  .mv:before {
    height: 63%;
  }
}

.copys_top .sub {
  margin-left: 60px;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  background: white;
  padding: 0 18px;
  letter-spacing: 0.15em;
  box-sizing: border-box;
}
.copys_top h1 {
  display: inline-block;
  margin: 0 0 0 60px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  max-width: 700px;
  width: 50%;
}
.copys_top h1 img {
  max-width: 663px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.copys_top h1:before {
  content: "";
  top: 22%;
  left: 0;
  height: 72%;
  width: 100%;
  position: absolute;
  background: white;
}
@media all and (max-width: 1024px) {
  .copys_top .sub {
    margin: 0;
    position: relative;
  }
  .copys_top .sub span {
    z-index: 2;
    position: relative;
  }
  .copys_top .sub:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background: white;
  }
  .copys_top h1 {
    margin: 0;
    width: 100%;
    position: relative;
  }
  .copys_top h1:before {
    left: -30%;
    width: 130%;
  }
}
@media all and (max-width: 767px) {
  .copys_top .sub {
    font-size: 2rem;
    padding: 0 10px 0 0;
    line-height: 1.7;
  }
  .copys_top h1 {
    padding: 0 15px 0 0;
  }
}

.copys_btm .txt {
  width: 51%;
  margin: 30px 0 0 80px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.copys_btm .blk1 i {
  font-style: normal;
  position: relative;
  z-index: 3;
  margin-right: 10px;
}
@media all and (max-width: 1024px) {
  .copys_btm .txt {
    width: 100%;
    margin: 20px 0 0 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .copys_btm .txt .blk1 {
    position: relative;
    margin-right: 10px;
  }
  .copys_btm .txt .blk1 i {
    font-style: normal;
    position: relative;
    z-index: 3;
    color: white;
    margin-right: 0;
  }
  .copys_btm .txt .blk1:before {
    content: "";
    left: -10px;
    top: 0;
    width: calc(100% + 15px);
    height: 100%;
    position: absolute;
    background: #000;
  }
  .copys_btm .txt .blk2 {
    color: white;
    background: #000;
    padding: 0 5px;
    margin: 0 3px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .copys_btm .txt {
    font-size: 1.5rem;
  }
}

.points {
  width: 56%;
  margin-top: 30px;
}
.points .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 20px 60px;
  box-sizing: border-box;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.points .line img {
  height: 62px;
  width: auto;
}
.points .line .tx {
  padding-left: 10px;
  box-sizing: border-box;
}
.points .line .f1 {
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  font-weight: bold;
}
.points .line .f2 {
  font-size: 2.4rem;
  letter-spacing: 0.13em;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .points {
    width: 100%;
    background: white;
    padding: 10px 0;
    position: relative;
  }
  .points .line {
    padding: 20px 0 20px 40px;
    position: relative;
  }
  .points:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5%;
    right: -3.5%;
    top: 0;
    background: white;
  }
}
@media all and (max-width: 767px) {
  .points {
    margin-top: 10px;
  }
  .points .line {
    padding: 5px 0 5px 3.5%;
    border-bottom: none;
  }
  .points .line img {
    height: 37px;
  }
  .points .line .tx {
    padding-left: 10px;
  }
  .points .line .f1 {
    font-size: 1.2rem;
  }
  .points .line .f2 {
    font-size: 1.4rem;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.sec1 {
  position: relative;
  background: #F0F3FA;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.sec1:before {
  content: "";
  position: absolute;
  background: white;
  width: calc(100% - 120px);
  height: calc(100% + 40px);
  left: 120px;
  top: -40px;
  z-index: 1;
}
.sec1 .sec1_in {
  overflow: hidden;
}
.sec1 .inner {
  max-width: 1080px;
  position: relative;
  z-index: 2;
}
.sec1 .ttl_v1 {
  padding-top: 40px;
  margin: 0 0 0 80px;
  position: relative;
  z-index: 4;
  text-align: left;
}
.sec1 .ttl_v1 img {
  height: 111px;
  width: auto;
  opacity: 0.85;
}
.sec1 .c2 {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.sec1 .c2 .img {
  width: 50%;
  margin-left: calc(42% - 50vw);
  flex: 1;
}
.sec1 .c2 .cont {
  width: 50%;
  padding-left: 42px;
  box-sizing: border-box;
}
.sec1 .c2 .cont h3 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
.sec1 .c2 .reason {
  margin-top: 30px;
}
.sec1 .c2 .reason h4 {
  color: #A6C3ED;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 2rem;
}
.sec1 .c2 .reason .line {
  border-radius: 100px;
  padding: 7px;
  box-sizing: border-box;
  background: #A6C3ED;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sec1 .c2 .reason .line:nth-of-type(2) {
  background: #A3D4EA;
}
.sec1 .c2 .reason .line:nth-of-type(2) .num {
  color: #A3D4EA;
}
.sec1 .c2 .reason .line:nth-of-type(3) {
  background: #D0C7F4;
}
.sec1 .c2 .reason .line:nth-of-type(3) .num {
  color: #D0C7F4;
}
.sec1 .c2 .reason .num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background: white;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  color: #A6C3ED;
}
.sec1 .c2 .reason .tx {
  color: white;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 7px;
}
.sec1 .pcn {
  display: none;
}
@media all and (max-width: 1366px) {
  .sec1 .c2 {
    margin-top: -30px;
    display: block;
  }
  .sec1 .c2 .img {
    width: 100%;
    margin-left: -120px;
    flex: unset;
  }
  .sec1 .c2 .cont {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  .sec1 .c2 .cont h3 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.09em;
  }
}
@media all and (max-width: 1024px) {
  .sec1:before {
    content: "";
    position: absolute;
    background: white;
    width: 96.5%;
    height: calc(100% + 40px);
    left: 3.5%;
    top: -40px;
    z-index: 1;
  }
  .sec1 .ttl_v1 {
    text-align: center;
    margin: 0;
  }
  .sec1 .ttl_v1 img {
    height: 70px;
    opacity: 1;
  }
  .sec1 .c2 {
    margin-top: 30px;
  }
  .sec1 .c2 .img {
    width: 110%;
    margin-left: -10%;
  }
  .sec1 .c2 .cont {
    padding-left: 3.5%;
  }
}
@media all and (max-width: 767px) {
  .sec1 .ttl_v1 img {
    height: 38px;
  }
  .sec1 .pcn {
    display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.09em;
    font-weight: bold;
    z-index: 2;
    position: relative;
  }
  .sec1 .c2 {
    margin-top: 10px;
  }
  .sec1 .c2 .img {
    width: 120%;
    margin-left: -20%;
  }
  .sec1 .c2 .cont {
    margin-top: 20px;
  }
  .sec1 .c2 .cont h3 {
    display: none;
  }
  .sec1 .c2 .reason .line {
    position: relative;
    padding-left: 44px;
  }
  .sec1 .c2 .reason .tx {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .sec1 .c2 .reason .num {
    position: absolute;
    min-width: 32px;
    min-height: 32px;
    top: 50%;
    left: 7px;
    margin-top: -16px;
  }
  .sec1:before {
    height: 100%;
  }
}

.ttl_v1 {
  text-align: center;
}
.ttl_v1 img {
  display: inline-block;
  height: 111px;
  width: auto;
  opacity: 0.85;
}
@media all and (max-width: 1024px) {
  .ttl_v1 img {
    height: 70px;
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .ttl_v1 img {
    height: 38px;
  }
}

.whats {
  margin-top: 60px;
  padding: 23px;
  box-sizing: border-box;
  border: 1px solid #A6C3ED;
  border-radius: 10px;
  background: white;
}
.whats .ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}
.whats .ttls .eg {
  color: #A6C3ED;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 20px;
}
.whats .ttls .jp {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
.whats .wc2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.whats .wc2 .bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}
.whats .wc2 .bx:nth-of-type(2) {
  width: 45.5%;
}
.whats .wc2 .bx .img {
  width: 41%;
  min-width: 210px;
}
.whats .wc2 .bx .img img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.whats .wc2 .bx .txt {
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.whats .wc2 .bx .txt h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.whats .wc2 .bx .txt .tx {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1024px) {
  .whats {
    margin-left: 3.5%;
  }
  .whats .wc2 {
    flex-wrap: wrap;
  }
  .whats .wc2 .bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .whats .wc2 .bx:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
  .whats .wc2 .bx .img {
    width: 41%;
    min-width: 210px;
  }
  .whats .wc2 .bx .img img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
  .whats .wc2 .bx .txt {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .whats .wc2 .bx .txt h4 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .whats .wc2 .bx .txt .tx {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 767px) {
  .whats {
    margin-top: 20px;
    padding: 20px 3.5%;
  }
  .whats .ttls {
    display: block;
    text-align: center;
  }
  .whats .ttls .eg {
    font-size: 1rem;
    margin-right: 0;
    display: block;
  }
  .whats .ttls .jp {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .whats .wc2 {
    margin-top: 15px;
  }
  .whats .wc2 .bx {
    align-items: flex-start;
  }
  .whats .wc2 .bx .img {
    min-width: 112px;
    aspect-ratio: 112/104;
  }
  .whats .wc2 .bx .txt h4 {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  .whats .wc2 .bx .txt .tx {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.45;
  }
}

.rest1 {
  background: #F0F3FA;
  height: 130px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .rest1 {
    height: 20px;
  }
}

.sec2 .ttl_v1 {
  margin-top: -50px;
}
.sec2 .lead {
  max-width: 890px;
  width: 90%;
  margin: 30px auto 0 auto;
}
.sec2 .lead h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
}
.sec2 .lead .txt {
  margin-top: 10px;
}
@media all and (max-width: 1024px) {
  .sec2 {
    margin-top: -35px;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    margin-top: 0;
  }
  .sec2 .inner {
    width: 100%;
  }
  .sec2 .ttl_v1 {
    margin-top: -19px;
  }
  .sec2 .lead {
    width: 83%;
    margin: 0 auto;
  }
  .sec2 .lead h3 {
    font-size: 2rem;
  }
  .sec2 .lead .txt {
    margin-top: 10px;
  }
}

.sld1 {
  max-width: 1080px;
  margin: 50px auto 0 auto;
}
.sld1 .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .sld1 {
    margin: 40px auto 0 auto;
  }
  .sld1 .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

.btn_v1 {
  text-align: center;
  max-width: 670px;
  margin: 60px auto 0 auto;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.btn_v1 .txt {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.btn_v1 .txt:before, .btn_v1 .txt:after {
  content: "";
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #CBCBCB;
  position: absolute;
  transform: rotate(23deg);
}
.btn_v1 .txt:before {
  right: auto;
  left: -10px;
  transform: rotate(-23deg);
}
.btn_v1 .btn_nor {
  display: block;
  margin-top: 10px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  letter-spacing: 0.05em;
  padding: 8px 10px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(120deg, #D0C7F4 0%, #CDCBF5 15%, #B6DBE6 48%, #A7C6EE 80%, #A6C3ED 100%);
  transition: all 0.3s ease;
}
.btn_v1 .btn_nor span {
  width: 100%;
  display: block;
  background: url("../images/arw1.svg") center right 30px no-repeat;
  background-size: auto 6px;
  transition: all 0.3s ease;
}
.btn_v1 .btn_nor:hover {
  opacity: 0.8;
}
.btn_v1 .btn_nor:hover span {
  background: url("../images/arw1.svg") center right 20px no-repeat;
  background-size: auto 6px;
}
@media all and (max-width: 767px) {
  .btn_v1 {
    width: 93%;
    margin: 30px auto 0 auto;
    padding-bottom: 40px;
  }
  .btn_v1 .txt {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .btn_v1 .txt:before, .btn_v1 .txt:after {
    content: none;
  }
  .btn_v1 .btn_nor {
    font-size: 1.7rem;
  }
  .btn_v1 .btn_nor span {
    width: 100%;
    display: block;
    background: url("../images/arw1.svg") center right 20px no-repeat;
    background-size: auto 3.5px;
    transition: all 0.3s ease;
  }
  .btn_v1 .btn_nor:hover {
    opacity: 0.8;
  }
  .btn_v1 .btn_nor:hover span {
    background: url("../images/arw1.svg") center right 20px no-repeat;
    background-size: auto 3.5px;
  }
}

.sec3 {
  background: url("../images/ser_bg.webp") center center/cover;
  padding: 90px 0;
  box-sizing: border-box;
}
.sec3 .inner {
  max-width: 1200px;
}
.sec3 .ttl_v1 {
  text-align: left;
  padding-left: 50px;
  box-sizing: border-box;
}
.sec3 .ttl_v1 .subs {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.18em;
  display: block;
}
@media all and (max-width: 1024px) {
  .sec3 .ttl_v1 {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    padding: 40px 0;
    background: url("../images/ser_bg_sp.webp") center center/cover;
  }
  .sec3 .ttl_v1 {
    padding-left: 0;
  }
  .sec3 .ttl_v1 .subs {
    font-size: 2rem;
  }
}

.cards {
  position: relative;
  margin-top: 60px;
}
.cards .cont {
  width: 54%;
  background: white;
  z-index: 2;
  position: relative;
  padding: 40px 45px;
  box-sizing: border-box;
  min-height: 260px;
}
.cards .cont .txt {
  margin-top: 10px;
}
.cards .img {
  position: absolute;
  width: 52%;
  right: 0;
  top: -35px;
}
.cards .ttl_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  letter-spacing: 0;
  color: #D0C7F4;
}
.cards .ttl_bx .num {
  margin-right: 20px;
}
.cards .ttl_bx .num img {
  height: 42px;
  width: auto;
}
.cards:nth-of-type(2) .ttl_bx {
  color: #A3D4EA;
}
.cards:nth-of-type(3) .ttl_bx {
  color: #A6C3ED;
}
@media all and (max-width: 1366px) {
  .cards .ttl_bx {
    font-size: 2.4rem;
  }
  .cards .ttl_bx .num img {
    height: 32px;
    width: auto;
  }
}
@media all and (max-width: 1024px) {
  .cards .cont {
    width: 96.5%;
    padding: 40px 45px;
    min-height: 0;
    margin-left: 3.5%;
    margin-top: -50px;
    z-index: 2;
  }
  .cards .cont .txt {
    margin-top: 10px;
  }
  .cards .img {
    position: relative;
    width: 96.5%;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .cards {
    margin-top: 40px;
  }
  .cards:first-of-type {
    margin-top: 10px;
  }
  .cards .cont {
    padding: 15px;
  }
  .cards .cont .txt {
    margin-top: 0;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }
  .cards .ttl_bx h3 {
    font-size: 2rem;
  }
  .cards .ttl_bx .num {
    margin-right: 10px;
  }
  .cards .ttl_bx .num img {
    height: 23px;
    width: auto;
  }
}

.sec4 {
  padding: 90px 0 80px 0;
  box-sizing: border-box;
  background: #F0F3FA;
}
.sec4 .inner {
  max-width: 1080px;
}
.sec4 .ttl_v1 {
  text-align: center;
}
.sec4 .ttl_v1 img {
  height: 105px;
}
.sec4 .ttl_v1 .subs {
  display: block;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.18em;
}
.sec4 .box1 {
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid #A6C3ED;
  box-sizing: border-box;
  padding: 20px 30px;
  background: white;
  text-align: center;
}
.sec4 .box1 h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #A6C3ED;
  letter-spacing: 0;
}
.sec4 .box1 ul {
  display: inline-block;
  padding: 0;
  margin-left: 20px;
}
.sec4 .box1 ul li {
  text-align: left;
  list-style-type: decimal;
  letter-spacing: 0.12em;
}
.sec4 .box1 ul li span {
  color: #8C8F95;
}
.sec4 .btn_v1 {
  margin: 50px auto 0 auto;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .sec4 {
    padding: 30px 0 40px 0;
  }
  .sec4 .inner {
    width: 100%;
  }
  .sec4 .ttl_v1 {
    text-align: left;
    width: 93%;
    margin: 0 auto;
  }
  .sec4 .ttl_v1 img {
    height: 36px;
  }
  .sec4 .ttl_v1 .subs {
    font-size: 2rem;
  }
  .sec4 .box1 {
    padding: 10px 3.5%;
    width: 93%;
    margin: 20px auto 0 auto;
  }
  .sec4 .box1 h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .sec4 .box1 ul {
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .sec4 .btn_v1 {
    margin: 20px auto 0 auto;
  }
}

.sld2 {
  margin: 50px auto 0 auto;
}
.sld2 .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .sld2 {
    margin: 10px auto 0 auto;
  }
  .sld2 .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

.sec5 {
  padding: 100px 0;
  box-sizing: border-box;
  background: #EFF6F8;
}
.sec5 .inner {
  max-width: 1080px;
}
.sec5 .ttl_v1 {
  text-align: left;
  padding-left: 35px;
  box-sizing: border-box;
}
.sec5 .ttl_v1 img {
  height: 32px;
  width: auto;
}
.sec5 .ttl_v1 .subs {
  font-size: 4rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  display: block;
}
.sec5 .flows {
  margin-top: 30px;
  background: white;
  padding: 30px 35px;
  box-sizing: border-box;
  border-radius: 10px;
}
.sec5 .flow_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
}
.sec5 .flow_bx:first-of-type {
  margin-top: 0;
}
.sec5 .flow_bx .img {
  width: 37%;
}
.sec5 .flow_bx .img img {
  width: 100%;
}
.sec5 .flow_bx .cont {
  width: 63%;
  padding-left: 20px;
  box-sizing: border-box;
}
.sec5 .flow_bx .cont h3 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0;
}
.sec5 .flow_bx .cont .txt {
  margin-top: 5px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1024px) {
  .sec5 .flow_bx .cont h3 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .sec5 {
    padding: 30px 0;
  }
  .sec5 .ttl_v1 {
    padding-left: 0;
    text-align: left;
  }
  .sec5 .ttl_v1 .subs {
    font-size: 2rem;
  }
  .sec5 .flows {
    margin-top: 10px;
    padding: 15px 15px;
  }
  .sec5 .flow_bx {
    display: block;
    margin-top: 20px;
  }
  .sec5 .flow_bx .img {
    width: 100%;
  }
  .sec5 .flow_bx .cont {
    width: 100%;
    padding: 0 3.5%;
    margin-top: 10px;
  }
  .sec5 .flow_bx .cont h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .sec5 .flow_bx .cont .txt {
    margin-top: 10px;
    line-height: 1.45;
  }
}

.sec6 {
  padding: 110px 0 100px 0;
  box-sizing: border-box;
  background: #FAFAFA;
}
.sec6 .inner {
  max-width: 1080px;
}
.sec6 .ttl_v1 {
  text-align: left;
  padding-left: 35px;
  box-sizing: border-box;
}
.sec6 .ttl_v1 img {
  height: 32px;
  width: auto;
}
.sec6 .ttl_v1 .subs {
  font-size: 4rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  display: block;
}
@media all and (max-width: 767px) {
  .sec6 {
    padding: 30px 0;
  }
  .sec6 .ttl_v1 {
    padding-left: 0;
  }
  .sec6 .ttl_v1 .subs {
    font-size: 2rem;
  }
}

.faq_bx {
  margin-top: 30px;
  background: white;
  border-radius: 10px;
}
.faq_bx:first-of-type {
  margin-top: 10px;
}
.faq_bx .q, .faq_bx .a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.faq_bx .q i, .faq_bx .a i {
  font-style: normal;
  font-weight: bold;
  color: #D0C7F4;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  top: -3px;
}
.faq_bx .q .ttl, .faq_bx .a .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.faq_bx .q {
  padding: 20px 30px;
  cursor: pointer;
}
.faq_bx .a {
  display: none;
  padding-bottom: 20px;
  position: relative;
  padding-left: 70px;
}
.faq_bx .a i {
  position: absolute;
  padding-top: 10px;
  top: -12px;
  left: 30px;
  margin-right: 5px;
}
.faq_bx .plus {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  margin-top: -13.5px;
  right: 30px;
}
.faq_bx .plus:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #A3D4EA;
  transition: all 0.3s ease;
}
.faq_bx .plus:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #A3D4EA;
}
@media all and (max-width: 1024px) {
  .faq_bx .q .ttl, .faq_bx .a .ttl {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .faq_bx {
    margin-top: 20px;
  }
  .faq_bx .q, .faq_bx .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
  }
  .faq_bx .q i, .faq_bx .a i {
    font-size: 3.2rem;
    top: -3px;
  }
  .faq_bx .q .ttl, .faq_bx .a .ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .faq_bx .q {
    padding: 10px 10px;
  }
  .faq_bx .q .ttl {
    padding-left: 5px;
    box-sizing: unset;
  }
  .faq_bx .a {
    display: none;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 49px;
    box-sizing: border-box;
  }
  .faq_bx .a i {
    top: -6px;
    left: 12px;
  }
  .faq_bx .plus {
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    right: 10px;
  }
  .faq_bx .plus:before {
    width: 2px;
    margin-left: -1px;
  }
  .faq_bx .plus:after {
    height: 2px;
    margin-top: -1px;
  }
}

.q.open .plus:before {
  opacity: 0;
}

.conv {
  background: url("../images/conv_bg.webp") center center/cover;
  margin-bottom: 200px;
}
.conv .inner {
  width: 93%;
  max-width: 1240px;
  padding: 100px 0 50px 0;
  box-sizing: border-box;
  position: relative;
}
.conv .copys_top .sub {
  margin-left: 0;
}
.conv .copys_top h1 {
  margin-left: 0;
  width: 56%;
}
.conv .copys_btm {
  max-width: 670px;
  width: 56%;
}
.conv .copys_btm h3 {
  margin-top: 40px;
  margin-left: 10px;
  font-size: 3.2rem;
}
.conv .copys_btm .txt {
  margin: 10px 0 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}
.conv .copys_btm a {
  width: 100%;
  display: block;
  margin-top: 30px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  letter-spacing: 0.05em;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #A6C3ED;
  background: white;
  border: 1px solid #A6C3ED;
  transition: all 0.3s ease;
}
.conv .copys_btm a span {
  width: 100%;
  display: block;
  background: url(../images/arw2.svg) center right 30px no-repeat;
  background-size: auto 6px;
  transition: all 0.3s ease;
}
.conv .copys_btm a:hover {
  opacity: 0.8;
}
.conv .copys_btm a:hover span {
  background: url("../images/arw2.svg") center right 20px no-repeat;
  background-size: auto 6px;
}
.conv .imgs {
  position: absolute;
  right: 40px;
  top: 100px;
  width: 36%;
  max-width: 492px;
}
.conv .imgs img {
  width: 100%;
}
.conv .imgs .im1 {
  width: 59%;
  margin-left: 41%;
}
.conv .imgs .im2 {
  position: absolute;
  left: 0;
  top: 12%;
  width: 49.3%;
}
.conv .imgs .im3 {
  position: absolute;
  bottom: -27%;
  left: 28.35%;
  width: 43.3%;
  z-index: 4;
}
@media all and (max-width: 1024px) {
  .conv {
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .conv .inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .conv .copys {
    order: 2;
    z-index: 6;
    margin-top: -90px;
  }
  .conv .imgs {
    position: relative;
    right: 4%;
    top: -50px;
    width: 100%;
    order: 1;
    max-width: none;
  }
  .conv .imgs img {
    width: 100%;
  }
  .conv .imgs .im1 {
    width: 34%;
    margin-left: 66%;
  }
  .conv .imgs .im2 {
    left: 15%;
    top: 240px;
    width: 28%;
  }
  .conv .imgs .im3 {
    bottom: 0;
    top: 120px;
    left: 39%;
    width: 32%;
  }
  .conv:before {
    height: 49%;
    width: 100%;
    left: 0;
    bottom: auto;
    top: 51%;
  }
  .conv .copys_top h1 {
    margin-left: 0;
    width: 100%;
  }
  .conv .copys_btm {
    max-width: none;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .conv {
    padding-bottom: 0;
    background: url("../images/conv_bg_sp.webp") center center/cover;
  }
  .conv .inner {
    padding: 20px 0 50px 0;
  }
  .conv .copys {
    margin-top: 0;
  }
  .conv .copys_btm h3 {
    margin-top: 10px;
    font-size: 2rem;
    margin-left: 0;
  }
  .conv .copys_btm .txt {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
  }
  .conv .copys_btm a {
    font-size: 1.7rem;
    padding: 8px 10px;
  }
  .conv .copys_btm a span {
    width: 100%;
    display: block;
    background: url(../images/arw2.svg) center right 20px no-repeat;
    background-size: auto 3.5px;
    transition: all 0.3s ease;
  }
  .conv .copys_btm a:hover span {
    background: url("../images/arw2.svg") center right 20px no-repeat;
    background-size: auto 3.5px;
  }
  .conv .imgs {
    position: relative;
    margin-left: 26%;
    top: 0;
    width: 78%;
    max-width: 100%;
  }
  .conv .imgs img {
    width: 100%;
  }
  .conv .imgs .im1 {
    width: 59%;
    margin-left: 41%;
  }
  .conv .imgs .im2 {
    left: -8px;
    top: 40px;
    width: 49%;
  }
  .conv .imgs .im3 {
    top: 140px;
    left: 28.35%;
    width: 44.5%;
  }
}

/*# sourceMappingURL=top.css.map */
