@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
.c_blue {
  color: var(--blue);
}
.fw600 {
  font-weight: 600
}
:root {
  --font-yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  --font-yugothic: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  --font-Italiana: "Italiana", sans-serif;
  --blue: #54BB99;
  --txt: #333;
}
.preventive-maintenance p {
  color: var(--txt);
  font-weight: 500;
  margin-bottom: 1.9em;
  font-family: var(--font-yugothic);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.preventive-maintenance p:last-child {
  margin-bottom: 0
}
.sec-mvs {
  height: 850px;
  position: relative;
}
.wr-mvs {
  height: 100%;
  position: relative;
}
.loading-mvs {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  z-index: 2;
}
.wr-ls-mvs {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  height: 100%;
  position: relative;
  z-index: 1;
}
.wr-ls-mvs.appear {
  opacity: 1;
  visibility: visible;
}
.ls-mvs {
  height: 100%;
}
.ls-mvs .slick-list {
  height: 100%;
}
.ls-mvs .slick-track {
  height: 100%;
}
.ls-mvs .item-mvs {
  width: 100%;
}
.ls-mvs .nor {
  z-index: 1001 !important;
}
.ls-mvs .split {
  z-index: 1000 !important;
}
.ls-mvs .nor .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.ls-mvs .split.slick-current {
  transition: opacity 4s ease-in-out !important;
  z-index: 1001 !important
}
.ls-mvs .split .split-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.ls-mvs .split .img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  transition: all 1s ease;
}
.ls-mvs .split .img:nth-child(1) {
  transform: translateY(-100%);
  left: 0
}
.ls-mvs .split .img:nth-child(2) {
  transform: translateY(100%);
  right: 0
}
.ls-mvs .split.slick-current .img:nth-child(1) {
  transform: translateY(0)
}
.ls-mvs .split.slick-current .img:nth-child(2) {
  transform: translateY(0)
}
.ls-mvs .split.remove-after-split .img:nth-child(1) {
  transform: translateY(0)
}
.ls-mvs .split.remove-after-split .img:nth-child(2) {
  transform: translateY(0)
}
.ls-mvs .nor .img img {
  height: 100%;
}
.ls-mvs .item-mvs .img img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.wr-mvs .txt-en {
  font-size: 179px;
  color: #F1F8F5;
  mix-blend-mode: multiply;
  line-height: 1.06em;
  position: absolute;
  bottom: -90px;
  left: 0px;
  z-index: 2;
  margin-bottom: 0;
  font-family: var(--font-Italiana);
}
.h2-mvs {
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  transform: translateY(66px);
}
.h2-mvs .h2-ja-mvs {
  font-size: 42.9%;
  line-height: 1.8em;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 16px 0 0 0;
}
.txt-en {
  font-family: var(--font-Italiana);
  font-weight: 400;
  letter-spacing: 0.05em
}
@keyframes zoomUp {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.1)
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(-100%)
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(100%)
  }
}
#preventive-maintenance #header {
  background-color: initial;
  max-width: 1920px;
  right: 0;
  margin: 0 auto;
}
#header .logo_preventive {
  width: 300px;
  height: 310px;
  backdrop-filter: blur(10px) brightness(1.2);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
  padding: 0;
  margin: 74px 0 0 75px;
  background: none;
  z-index: 78;
  position: relative;
  transform: translateZ(0);
  will-change: transform, backdrop-filter;
}
#header .logo_preventive {
  opacity: 0;
  transition: opacity 0.3s;
}
body.loaded #header .logo_preventive {
  opacity: 1;
}
#header .tag1_preventive {
  color: #fff;
  display: block;
  position: absolute;
  left: 75px;
  top: 24px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: var(--font-yugothic);
}
#header.--fix .tag1_preventive {
  opacity: 0;
  visibility: hidden
}
.logo-fix {
  display: none
}
.ttl .ja {
  font-family: var(--font-yumincho);
  font-size: 32px;
  font-weight: 400;
  color: var(--txt);
  margin: 35px 0 0 0;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.8em
}
.ttl .en {
  display: inline-block;
  font-size: 24px;
  font-family: var(--font-Italiana);
  font-weight: 400;
  position: relative;
  padding-left: 86px;
  letter-spacing: 0.05em;
  color: #AEDBCC;
}
.ttl .en::before {
  width: 64px;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  background: #AEDBCC;
}
/*SEC01*/
.u_sec01 {
  padding: 115px 0 150px;
  position: relative;
  z-index: 1;
}
.u_sec01 .ttl2 .ja {
  font-size: 40px
}
.u_sec01 .ct_u_sec01 {
  position: relative
}
.u_sec01 .ct_u_sec01::before, .u_sec01 .ct_u_sec01::after {
  position: absolute;
  content: ""
}
.u_sec01 .ct_u_sec01::before {
  width: 452px;
  height: auto;
  top: -48px;
  left: -12px;
  background: url(../images/lp/sec01_img_01.jpg) center /cover no-repeat;
  aspect-ratio: 452 / 569
}
.u_sec01 .ct_u_sec01::after {
  width: 540px;
  height: auto;
  top: 18px;
  right: -3px;
  background: url(../images/lp/sec01_img_02.png) center /cover no-repeat;
  aspect-ratio: 540 / 613;
}
.u_sec01::before, .u_sec01::after {
  position: absolute;
  content: "";
  left: 0;
}
.u_sec01::before {
  top: 0;
  width: 1920px;
  height: 100%;
  background: url(../images/lp/bg_sec01.jpg) center /cover no-repeat;
  mix-blend-mode: multiply;
  z-index: -2;
}
.u_sec01::after {
  height: auto;
  bottom: -312px;
  width: 3652px;
  aspect-ratio: 3652 / 1443;
  background: url(../images/lp/line_sec01.svg) center /cover no-repeat;
  left: -470px;
}
.u_sec01 .ttl {
  text-align: center;
  margin-bottom: 38px;
}
.u_sec01 .ttl .ja {
  line-height: 2.25em;
  letter-spacing: 0.2em;
}
.u_sec01 .desc_sec01 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.966em;
  text-align: center;
  font-family: var(--font-yumincho);
  font-weight: 400;
}
.u_sec01 .ct_bottom {
  padding: 257px 0 0 0;
  position: relative;
}
.u_sec01 .ct_bottom .txt-en {
  font-size: 179px;
  color: #F1F8F5;
  mix-blend-mode: multiply;
  margin-bottom: 0px;
  left: -13px;
  line-height: 1.06em;
  position: absolute;
  top: 91px;
  font-family: var(--font-Italiana);
  z-index: 2;
}
.u_sec01 .ct_bottom .ttl {
  text-align: left;
  margin-bottom: 21px;
}
.u_sec01 .ct_bottom .ttl .ja {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.u_sec01 .item_b {
  position: relative;
  z-index: 1;
}
.u_sec01 .ct_bottom .desc_sec01_2 {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 1.8em;
}
/*SEC02*/
.u_sec02 {
  padding: 122px 0 118px;
  position: relative;
  background: #9DA8AC;
  z-index: 1;
}
.u_sec02::before, .u_sec02::after {
  position: absolute;
  content: "";
  height: auto;
  opacity: 0.24;
  mix-blend-mode: multiply;
  z-index: -1;
}
.u_sec02::before {
  background: url(../images/lp/bg_sec02_before.png) center /cover no-repeat;
  width: 816px;
  top: 50px;
  left: 0px;
  aspect-ratio: 51 / 37;
}
.u_sec02::after {
  background: url(../images/lp/bg_sec02_after.png) center /cover no-repeat;
  width: 882px;
  bottom: 100px;
  right: 0;
  aspect-ratio: 441 / 320;
}
.u_sec02 .ttl {
  margin-bottom: 31px;
}
.u_sec02 .ttl .en, .u_sec02 .ttl .ja {
  color: #fff
}
.u_sec02 .ttl .en::before {
  background: #F6F6F6
}
.info_sec02 {
  background: #fff;
  padding: 73px 100px 35px 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.info_sec02::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 65px 0px 65px;
  border-color: #E2E2E2 transparent transparent transparent;
  mix-blend-mode: multiply
}
.info_sec02 .box_left {
  width: 483px;
}
.info_sec02 .box_right {
  width: 438px
}
.info_sec02 .item {
  margin: 0 0px 49px 0;
}
.info_sec02 .item .name {
  font-weight: 400;
  font-size: 22px;
  font-family: var(--font-yumincho);
  letter-spacing: 0.05em;
  line-height: 1.318em;
  position: relative
}
.info_sec02 .item .name::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/lp/dot.png) repeat-x;
  width: 100%;
  height: 2px;
  bottom: -14px;
}
.info_sec02 .item .name .txt {
  position: relative;
  padding-left: 43px;
}
.info_sec02 .item .name .txt::before {
  position: absolute;
  content: "";
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../images/lp/ic_check.svg) center /cover no-repeat;
  width: 30px;
  left: 0;
  top: -9px;
}
.u_sec02 .txt-b {
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 22px;
  margin: 59px 0 0 0;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
}
/*SEC03*/
.u_sec03 {
  position: relative;
  padding: 122px 0 120px;
  z-index: 1;
}
.u_sec03::before {
  top: 0;
  width: 1920px;
  height: 100%;
  background: url(../images/lp/bg_sec03.jpg) center /cover no-repeat;
  z-index: -1;
  position: absolute;
  content: ""
}
.u_sec03 .ttl {
  margin-bottom: 90px;
}
.u_sec03 .ttl .ja {
  margin: 40px 0 0 0;
}
.u_sec03 .ttl .ja .txt_small {
  font-size: 87.5%;
  display: block;
  letter-spacing: 0.098em;
  line-height: 1.5em;
}
.u_sec03 .ttl .ja .num {
  font-size: 156.3%
}
.info_sec03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_sec03 .item {
  background: #fff;
  padding: 30px 48px 30px 48px;
  width: calc((100% - 80px) / 2);
  margin-bottom: 124px;
}
.info_sec03 .item .num {
  font-family: var(--font-Italiana);
  font-size: 150px;
  color: #F1F8F5;
  mix-blend-mode: multiply;
  margin: -124px auto 9px auto;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
}
.info_sec03 .item .sub-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #54BB99;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.info_sec03 .item .sub-name .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  width: 270px;
  height: 40px;
  border: 1px solid #54BB99;
  margin: 0 auto;
}
.info_sec03 .item .img {
  text-align: center;
  margin: 0 auto 29px auto;
}
.info_sec03 .item .img img {
  display: block;
  margin: 0 auto;
}
.info_sec03 .item .name, .info_sec03 .item .desc, .info_sec03 .item .txt-info {
  line-height: 1.8em;
  letter-spacing: 0.05em
}
.info_sec03 .item .name {
  font-size: 28px;
  text-align: center;
  font-family: var(--font-yumincho);
  margin-bottom: 38px;
  font-weight: 400;
}
.info_sec03 .item .desc, .info_sec03 .item .txt-info {
  font-size: 16px;
}
.info_sec03 .item .desc {
  margin-bottom: 29px;
}
.info_sec03 .item .txt-info {
  color: #54BB99;
  letter-spacing: 0.053em;
}
/*SEC04*/
.u_sec04 {
  position: relative;
  padding: 122px 0 118px;
}
.u_sec04 .ttl {
  margin-bottom: 51px;
}
.info_sec04 {
  margin-bottom: 106px;
}
.info_sec04 .item {
  padding: 40px 99px 15px 73px;
  position: relative;
  margin-bottom: 134px
}
.info_sec04 .item:last-child {
  margin-bottom: 0
}
.info_sec04 .item::before, .info_sec04 .item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%
}
.info_sec04 .item::before {
  left: -10px;
}
.info_sec04 .item::after {
  right: 0px;
  top: 50px;
}
.info_sec04 .item .img {
  margin-bottom: 0
}
.info_sec04 .item .tt-sub {
  font-size: 64px;
  font-weight: 600;
  font-family: var(--font-yumincho);
  margin: -43px 0 11px -36px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.info_sec04 .item .tt-sub .txt {
  display: inline-block;
  background: #fff;
  padding: 0 41px 0 47px;
}
.info_sec04 .item .tt-name {
  font-size: 24px;
  font-family: var(--font-yumincho);
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 1.94em;
}
.info_sec04 .item .desc_sec04 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.info_sec04 .item1::before, .info_sec04 .item1::after {
  border: 1px solid #53B5E1
}
.info_sec04 .item1 .tt-sub .txt::first-letter {
  color: #53B5E1
}
.info_sec04 .item2::before, .info_sec04 .item2::after {
  border: 1px solid #54BB99
}
.info_sec04 .item2 .tt-sub .txt::first-letter {
  color: #54BB99
}
.info_sec04 .item3::before, .info_sec04 .item3::after {
  border: 1px solid #DF7F01
}
.info_sec04 .item3 .tt-sub .txt::first-letter {
  color: #DF7F01
}
.u_sec04 .txt-b {
  text-align: center;
  font-size: 16px;
}
/*SEC05*/
.u_sec05 {
  position: relative;
  padding: 122px 0 120px;
  z-index: 1
}
.u_sec05::before {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #F5FCFF;
  mix-blend-mode: multiply;
  content: "";
  left: 0;
  z-index: -1
}
.u_sec05 .ttl {
  margin-bottom: 55px;
}
.info_sec05 .item_list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D4D4D4;
  width: 380px;
  height: 50px;
  background: #fff;
  font-size: 22px;
  padding: 3px 0 0 0;
  margin-bottom: 48px;
}
.item_txt .tt-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 50px;
  background: #B1B1B1;
  color: #fff;
  border-radius: 5px;
  font-family: var(--font-yumincho);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin-bottom: 46px;
  padding: 3px 0 0 0;
}
.item_txt .list li {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.333em;
  text-align: center;
  font-family: var(--font-yugothic);
  margin-bottom: 74px;
  font-weight: 500;
  color: var(--txt);
}
.item_txt .list_2 li {
  font-weight: bold;
  margin-bottom: 61px;
}
.item_txt .item_left {
  position: relative
}
.item_txt .item_left::before {
  position: absolute;
  content: "";
  right: -11px;
  top: 81px;
  height: calc(100% - 143px);
  width: 2px;
  background: url(../images/lp/dot_h.png) center repeat-y;
}
.item_txt .item_right .tt-name {
  background: #53B5E1
}
.u_sec05 .box_text {
  background: #fff;
  padding: 45px 177px;
  margin: 48px 0 0 0;
}
.u_sec05 .box_text .txt {
  line-height: 1.8em;
  font-size: 16px;
  margin-bottom: 1.75em
}
.u_sec05 .box_text .txt:last-child {
  margin-bottom: 0
}
/*SEC06*/
.u_sec06 {
  position: relative;
  padding: 122px 0 115px;
}
.u_sec06 .ttl {
  margin-bottom: 85px;
}
.info_sec06 {
  margin-bottom: 77px;
}
.info_sec06 .item {
  padding: 50px 50px 48px 50px;
  background: #F9F9F9;
  margin-bottom: 94px;
  position: relative;
}
.info_sec06 .item:last-child {
  margin-bottom: 0
}
.info_sec06 .item .tt-sub {
  color: #fff;
  font-family: var(--font-yumincho);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: -80px auto 32px auto;
}
.info_sec06 .item .tt-sub .txt {
  display: inline-block;
  padding: 11px 81px 10px 78px;
  background: #B1B1B1;
  border-radius: 5px;
}
.info_sec06 .item .tt-name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
.info_sec06 .item .tt-name2 {
  font-size: 20px;
  position: relative;
  margin-bottom: 32px;
}
.info_sec06 .item .tt-name2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  height: 1px;
  background: #B1B1B1;
  width: 100%
}
.info_sec06 .item .tt-name2 .txt {
  position: relative;
  display: inline-block;
  background: #F9F9F9;
  padding-right: 15px;
}
.info_sec06 .item .tt-name2 .txt1 {
  position: relative;
  padding-left: 37px;
  margin-right: 34px;
}
.info_sec06 .item .tt-name2 .txt1::before {
  width: 28px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: auto;
  aspect-ratio: 1 / 1
}
.info_sec06 .item .tt-name2 .txt2::before {
  aspect-ratio: 29 / 27;
  width: 29px;
  top: -2px;
}
.info_sec06 .item1 .tt-name2 .txt1::before {
  background: url(../images/lp/ic_sec06_1.png) center /cover no-repeat
}
.info_sec06 .item1 .tt-name2 .txt2::before {
  background: url(../images/lp/ic_sec06_1_2.png) center /cover no-repeat;
}
.info_sec06 .item .tt-name2 .txt1 .txt-small {
  font-size: 80%;
}
.info_sec06 .item .tt-name3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
.info_sec06 .item .ct_info {
  display: flex;
  justify-content: space-between;
}
.info_sec06 .item .ct_info .info_left {
  width: 630px;
}
.info_sec06 .item .ct_info .info_right {
  width: 430px;
}
.info_sec06 .item .ct_info .info_right .tt-name3 {
  margin-bottom: 22px
}
.info_sec06 .item .info .txt-b {
  font-size: 16px
}
.info_sec06 .item .bg_white_info {
  background: #fff;
  padding: 31px 25px 31px 32px;
}
.info_sec06 .item .tt-round {
  background: #9D8F6B;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-yumincho);
  font-size: 18px;
  line-height: 1.6em;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -30px;
  top: -29px;
  z-index: 1;
  padding: 1px 0 0 0;
}
.info_sec06 .item .tt-round::before {
  position: absolute;
  content: "";
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../images/lp/bg_round.png) center /cover no-repeat;
  width: 100%;
  z-index: -1;
}
.list01 {
  margin-bottom: 18px;
}
.list01:last-child {
  margin-bottom: 0
}
.list01 li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-family: var(--font-yugothic);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  line-height: 1.8em;
  color: var(--txt);
}
.list01 li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B1B1B1;
  left: 0;
  top: 10px;
  position: absolute;
  content: ""
}
.list01-txt li {
  font-size: 16px;
  font-family: var(--font-yugothic);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
}
.list01 li:last-child, .list01-txt li:last-child {
  margin-bottom: 0
}
.info_sec06 .item2 {
  background: #F5FCFF
}
.info_sec06 .item2 .tt-name2::before {
  background: #D7E3E9;
}
.info_sec06 .item2 .tt-sub .txt {
  background: #53B5E1
}
.info_sec06 .item2 .tt-name2 .txt {
  background: #F5FCFF
}
.info_sec06 .item2 .info_left .tt-name3 {
  color: #53B5E1
}
.info_sec06 .item2 .info_left .list01 li::before {
  background: #53B5E1
}
.info_sec06 .item2 .tt-name2 .txt1::before {
  background: url(../images/lp/ic_sec06_2.png) center /cover no-repeat
}
.info_sec06 .item2 .tt-name2 .txt2::before {
  background: url(../images/lp/ic_sec06_2_2.png) center /cover no-repeat;
}
.info_sec06 .item3 {
  background: #F3FDF5
}
.info_sec06 .item3 .tt-name2::before {
  background: #D7E3E9;
}
.info_sec06 .item3 .tt-sub .txt {
  background: #54BB99
}
.info_sec06 .item3 .tt-name2 .txt {
  background: #F3FDF5
}
.info_sec06 .item3 .info_left .tt-name3 {
  color: #54BB99
}
.info_sec06 .item3 .info_left .list01 li {
  line-height: 1.8em
}
.info_sec06 .item3 .info_left .list01 li::before {
  background: #54BB99
}
.info_sec06 .item3 .tt-name2 .txt1::before {
  background: url(../images/lp/ic_sec06_3.png) center /cover no-repeat
}
.info_sec06 .item3 .tt-name2 .txt2::before {
  background: url(../images/lp/ic_sec06_3_2.png) center /cover no-repeat;
}
.info_sec06 .item4 {
  background: #F5F1E7
}
.info_sec06 .item4 .tt-name2::before {
  background: #E1D4B3;
}
.info_sec06 .item4 .tt-sub .txt {
  background: #C3AC6E
}
.info_sec06 .item4 .tt-name2 .txt {
  background: #F5F1E7
}
.info_sec06 .item4 .info_left .tt-name3 {
  color: #C3AC6E
}
.info_sec06 .item4 .info_left .list01 li {
  line-height: 1.8em
}
.info_sec06 .item4 .info_left .list01 li::before {
  background: #C3AC6E
}
.info_sec06 .item4 .tt-name2 .txt1::before {
  background: url(../images/lp/ic_sec06_4.png) center /cover no-repeat
}
.info_sec06 .item4 .tt-name2 .txt2::before {
  background: url(../images/lp/ic_sec06_4_2.png) center /cover no-repeat;
}
.box_txt_sec06 p {
  font-size: 16px;
  line-height: 1.8em
}
/*SEC07*/
.u_sec07 {
  background: #F3FDF5;
  padding: 122px 0 120px;
  position: relative
}
.u_sec07 .ttl {
  margin-bottom: 55px;
}
.box_table {
  background: #fff;
  padding: 64px 38px 64px 40px;
}
.f_sm {
  font-size: 80%;
}
.box_table table td {
  border-color: #ccc;
  background: #fff;
}
.box_table table th, .box_table table td {
  font-size: 18px;
  font-family: var(--font-yugothic);
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 31px 0px;
  position: relative;
  border: none;
  letter-spacing: 0.05em;
  color: var(--txt);
}
.box_table table td::after, .box_table table th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: url('../images/lp/dot_tb.png') repeat-x;
}
.box_table table th {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  letter-spacing: 0.05em;
}
.box_table table .bg {
  border: none;
  padding: 0;
  width: 232px;
  margin-bottom: 23px;
}
.box_table table th:last-child .tt {
  margin-right: 0
}
.box_table table .tt {
  font-family: var(--font-yumincho);
  font-weight: bold;
  line-height: 1.4em;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin: 0 4px 33px 5px;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 2px 0 0 0;
  width: 232px;
}
.box_table table .bg1 {
  background: #B1B1B1;
  margin-left: 0;
}
.box_table table .bg2 {
  background: #53B5E1
}
.box_table table .bg3 {
  background: #54BB99
}
.box_table table .bg4 {
  background: #C3AC6E
}
.box_table table td {
  text-align: center;
  font-weight: 500;
}
.box_table table td img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.box_table table td .txt-small {
  font-size: 83.4%
}
.box_table table td .txt-small2 {
  font-size: 77.8%
}
.desc_sec07 {
  font-size: 16px;
  margin: 56px 0 0 0;
}
.box_table table .w20 {
  width: 173px;
}
.u_sec08 {
  padding: 122px 0 110px;
  position: relative
}
.u_sec08 .ttl {
  margin-bottom: 55px;
}
.info_sec08 {
  position: relative;
  padding: 80px 0 78px;
  z-index: 1;
}
.info_sec08::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: calc(100% - 162px);
  background: url(../images/lp/bg_sec08.jpg) center /cover no-repeat;
  top: 0;
  z-index: -1;
}
.info_sec08 .item_ct {
  background: #fff;
  min-height: 975px;
}
.info_sec08 .ct_item, .info_sec08 .item_ct {
  position: relative
}
.info_sec08 .item {
  position: relative;
  width: calc((100% - 160px) / 3);
  max-width: 582px;
  margin: 0 32px;
}
.info_sec08 .item:nth-child(even) .name {
  background: #54BB99
}
.info_sec08 .item .img {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 322px;
}
.info_sec08 .item .img img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.info_sec08 .item .name {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 1.5em;
  padding: 18px 20px;
  background: #53B5E1;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  min-height: 102px;
}
.info_sec08 .item .name .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-right: 5px;
}
.info_sec08 .item .info {
  padding: 40px 39px 56px 39px;
  background: #fff
}
.info_sec08 .item dl {
  display: flex;
  position: relative
}
.info_sec08 .item dl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: url('../images/lp/dot_line.png') repeat-x;
}
.info_sec08 .item dl dt, .info_sec08 .item dl dd {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding: 7px 28px 9px 10px;
  font-family: var(--font-yugothic);
}
.info_sec08 .item dl dt {
  font-weight: bold;
  min-width: 97px;
  padding: 8px 0 10px 0px;
}
.info_sec08 .item .date-post {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--font-yugothic);
  margin: 9px 0 0 2px;
}
.info_sec08 .item .list-tag {
  display: flex;
  background: #fff;
  padding: 22px 0 0 0;
}
.info_sec08 .item .list-tag .txt {
  display: inline-block;
  padding: 4px 10px 3px 9px;
  border-radius: 999px;
  font-size: 16px;
  font-family: var(--font-yugothic);
  border: 1px solid #7E7E7E;
  font-weight: 500;
  margin-right: 9px;
  letter-spacing: 0.05em;
}
.info_sec08 .sec08_flex {
  margin-left: 355px;
  margin-right: max(30px, calc(50% - 600px));
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 78px;
}
.info_sec08 .desc_sec08 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  width: calc(100% - 280px);
}
.info_sec08 .sec08_btn {
  margin: 0;
}
.info_sec08 .slick-prev, .info_sec08 .slick-next {
  top: initial;
  width: 13px;
  height: 32px;
  bottom: -92px;
  z-index: 2;
}
.info_sec08 .slick-next {
  background: url(../images/lp/ic_prev.png) center / cover no-repeat;
  left: 33px;
  right: initial;
}
.info_sec08 .slick-prev {
  background: url(../images/lp/ic_next.png) center / cover no-repeat;
  left: 218px;
}
.info_sec08 .auto-prev .slick-prev {
  left: 175px
}
.info_sec08 .slick-prev::before, .info_sec08 .slick-next::before {
  display: none
}
.info_sec08 .slick-dots {
  left: 70px;
  margin: 0 0 0;
  right: initial;
  bottom: -73px;
  text-align: left;
}
.info_sec08 .slick-dots li {
  margin: 0 16px 0 0;
}
.info_sec08 .slick-dots li button::before {
  color: #AEDBCC;
  font-size: 18px;
  opacity: 1;
  display: none
}
.info_sec08 .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #B2B2B2
}
.info_sec08 .slick-dots li.slick-active button {
  background: #AEDBCC;
  border-color: #AEDBCC
}
.info_sec08 .slick-dots li.slick-active {
  pointer-events: none
}
.full_hover {
  position: absolute;
  width: 100%;
  height: calc(100% - 488px);
  z-index: 45;
  left: 0;
  bottom: 0;
}
/*SEC09*/
.u_sec09 {
  padding: 131px 0 120px;
  position: relative;
  background: #F6FCFF
}
.u_sec09 .ttl {
  margin-bottom: 55px;
}
.info_sec09 {
  max-width: 1073px;
  margin: 0 auto
}
.info_sec09 .item {
  padding: 20px 0 19px 64px;
  position: relative;
  z-index: 1;
  margin-bottom: 89px;
}
.info_sec09 .item:last-child {
  margin-bottom: 0
}
.info_sec09 .item::before, .info_sec09 .item::after {
  position: absolute;
  content: "";
}
.info_sec09 .item::before {
  width: calc(100% - 73px);
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  height: 100%;
}
.info_sec09 .item_l::before {
  left: initial;
  right: 0
}
.info_sec09 .item:not(:last-child)::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 22px 0px 22px;
  border-color: #D4D4D4 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -57px;
}
.info_sec09 .item .tt {
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}
.info_sec09 .item .images_r, .info_sec09 .item .images_l {
  margin-bottom: 0
}
.info_sec09 .item .tt-num {
  margin: 0 20px 0 3px;
}
.info_sec09 .item .tt-num .txt, .info_sec09 .item .tt-num .num {
  display: block;
  font-family: var(--font-yumincho);
  letter-spacing: 0;
  font-weight: 400
}
.info_sec09 .item .tt-num .txt {
  color: #B1B1B1;
  font-size: 18px;
  line-height: 1.66em;
  position: relative;
  margin-bottom: 0px;
  top: 4px;
}
.info_sec09 .item .tt-num .num {
  color: #54BB99;
  font-size: 40px;
  line-height: 1em
}
.info_sec09 .item .tt-name {
  color: #333;
  font-weight: 400;
  font-family: var(--font-yumincho);
  font-size: 25px;
  padding-bottom: 7px;
  letter-spacing: 0.05em;
}
.info_sec09 .item .desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: left;
}
.info_sec09 .item:nth-child(even) .num {
  color: #53B5E1
}
/*SEC10*/
.u_sec10 {
  padding: 122px 0 80px;
  position: relative;
}
.u_sec10 .ttl {
  margin-bottom: 11px;
}
.u_sec10 .desc_sec10 {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 59px;
}
.info_sec10 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_sec10 .item {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
  padding: 32px 22px 32px 32px;
  background: #F6FCFF;
  margin: 0 0 40px 0;
}
.info_sec10 .item .img {
  width: 220px;
  margin-bottom: 0;
}
.info_sec10 .item .info {
  width: calc(100% - 244px);
}
.info_sec10 .item .tt-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.309em;
  color: #53B5E1;
  margin: 1px 0 21px 0;
  letter-spacing: 0.05em;
  font-family: var(--font-yugothic);
}
.info_sec10 .item .tt-name .txt-small {
  font-size: 72.8%
}
.info_sec10 .item .desc {
  font-size: 16px;
  line-height: 1.8em;
}
.info_sec10 .item2, .info_sec10 .item3 {
  background: #F3FDF6
}
.info_sec10 .item2 .tt-name, .info_sec10 .item3 .tt-name {
  color: #54BB99
}
/*SEC11*/
.u_sec11 {
  padding: 76px 0 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.u_sec11::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/lp/bg_sec11.jpg) center /cover no-repeat;
  top: 0;
  z-index: -1;
}
.u_sec11 .ttl {
  margin-bottom: 54px;
}
.u_sec11 .ttl .en {
  font-family: var(--font-yumincho);
}
.list_faq dl {
  margin-bottom: 40px;
}
.list_faq dt {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-yumincho);
  letter-spacing: 0.05em;
  background: #fff;
  padding: 18px 23px;
  align-items: center;
  color: var(--txt);
  position: relative;
  cursor: pointer;
}
.list_faq dt .txt-q {
  font-size: 32px;
  font-family: var(--font-Italiana);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18em;
  color: #54BB99;
  margin-right: 17px;
}
.list_faq dl:nth-child(even) dt .txt-q {
  color: #53B5E1
}
.list_faq dd {
  padding: 20px 22px 0px 22px;
  font-family: var(--font-yugothic);
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-size: 16px;
  color: var(--txt);
  display: none;
}
.list_faq dl.active dd {
  display: block;
}
.list_faq dt .ic_plus {
  position: absolute;
  right: 64px;
}
.list_faq dt .ic_plus::before, .list_faq dt .ic_plus::after {
  background: #B1B1B1;
  height: 20px;
  width: 2px;
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 10px);
  transition: 0.3s all;
  border-radius: 999px
}
.list_faq dt .ic_plus::after {
  transform: rotate(-90deg);
}
.list_faq dl.active dt .ic_plus::before {
  transform: rotate(-90deg);
}
/* --- */
.blog-img {
  padding-top: 15px;
  height: 337px;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-img .twentyblog {
  width: 100%;
  height: 322px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  position: relative;
}
.blog-img .twentytwenty-container img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.blog-img .twentytwenty-wrapper, .blog-img .twentytwenty-container {
  height: 100% !important;
}