html {
  scroll-behavior: smooth;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #555555;
}

.wrap {
  width: 100%;
  position: relative;
}

.wrap_inner {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 20px;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

/*--------------------
header
---------------------*/
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  position: absolute;
  top: 40px;
  left: 40px;
}
.l-header img {
  max-width: 218px;
}

@media screen and (max-width: 800px) {
  .l-header {
    top: 20px;
    left: 20px;
  }
  .l-header img {
    max-width: 136px;
  }
}
/*--------------------
footer
---------------------*/
.l-footer ul {
  width: 1120px;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  display: flex;
  justify-content: center;
  gap: 3%;
}
.l-footer ul li {
  width: 32%;
}
.l-footer ul li img {
  width: 100%;
}
.l-footer-copy {
  background-color: #028B79;
  height: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

@media screen and (max-width: 800px) {
  .l-footer {
    margin-top: 100px;
  }
  .l-footer ul {
    width: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .l-footer ul li {
    width: 45%;
  }
  .l-footer ul li img {
    width: 100%;
  }
  .l-footer ul li:last-child {
    width: 100%;
    margin-top: 8px;
  }
  .l-footer-copy {
    padding-left: 20px;
  }
}
/*--------------------
common
---------------------*/
.c-ttl01 {
  font-size: 32px;
  font-weight: bold;
}
.c-ttl01Wrap {
  padding: 216px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-ttl01Wrap.--01 {
  background-image: url(assets/img/bg01-pc.png);
}
.c-ttl01Wrap.--02 {
  background-image: url(assets/img/bg04-pc.png);
}
.c-ttl01Wrap.--03 {
  background-image: none;
  padding: 0px 0 70px;
}
.c-ttl01-en {
  position: relative;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: transparent;
  margin-bottom: 16px;
  padding-bottom: 12px;
  -webkit-text-stroke: 0.5px #FFF;
  letter-spacing: 0.1em;
}
.c-ttl01-en::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 80px;
  height: 5px;
  border-radius: 10px;
}
.c-ttl01 span {
  font-size: 48px;
}

.c-ttl02 {
  font-size: 32px;
  font-weight: bold;
}
.c-ttl02Wrap {
  padding: 36px 0 42px;
  text-align: center;
  color: #555;
  background: rgba(85, 85, 85, 0.1);
}
.c-ttl02-en {
  position: relative;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: transparent;
  margin-bottom: 16px;
  padding-bottom: 8px;
  -webkit-text-stroke: 0.5px #555;
  letter-spacing: 0.1em;
}
.c-ttl02-en::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #555;
  width: 80px;
  height: 5px;
  border-radius: 10px;
}

.c-ttl03 {
  font-size: 32px;
  font-weight: bold;
}
.c-ttl03Wrap {
  text-align: center;
  color: #555;
  width: 478px;
  margin: 0 auto;
  background-color: #fff;
}
.c-ttl03-en {
  position: relative;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: transparent;
  margin-bottom: 16px;
  padding-bottom: 8px;
  -webkit-text-stroke: 0.5px #555;
  letter-spacing: 0.1em;
}
.c-ttl03-en::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #028B79;
  width: 80px;
  height: 5px;
  border-radius: 10px;
}

.h3 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.4;
}

.c-text {
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
}

.c-cnt {
  padding: 160px 0;
  position: relative;
}
.c-cnt span {
  color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  -webkit-text-stroke: 2px rgba(2, 139, 121, 0.2);
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 200px;
}
@media screen and (max-width: 1000px) {
  .c-cnt span {
    font-size: 160px;
  }
}
.c-cnt span:first-child {
  top: 0;
  left: 0;
}
.c-cnt span:last-child {
  bottom: 0;
  right: 0;
}
.c-cnt__content {
  background-color: #fff;
  padding: 38px 30px 0;
  max-width: 1080px;
  margin: 0 auto;
  border: #028B79 5px solid;
  border-radius: 20px;
  background-image: url(assets/img/cnt-bg-pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-cnt__content > p:first-child {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  background-color: #028B79;
  color: #fff;
  padding: 6px 36px;
  font-size: 24px;
  border-radius: 100px;
  font-weight: bold;
}
.c-cnt__content > p:nth-child(2) {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 16px;
}
.c-cnt__content ul {
  display: flex;
  margin-top: -30px;
  justify-content: space-between;
  align-items: flex-end;
}
.c-cnt__content ul img {
  width: 100%;
}
.c-cnt__content ul li {
  margin-bottom: 16px;
}
.c-cnt__content ul li:first-child {
  margin-bottom: 0;
  width: 160px;
}
.c-cnt__content ul li:last-child {
  margin-bottom: 0;
  width: 160px;
}

@media screen and (max-width: 800px) {
  .c-ttl01 {
    font-size: 20px;
  }
  .c-ttl01Wrap {
    padding: 80px 0;
  }
  .c-ttl01Wrap.--01 {
    background-image: url(assets/img/bg01.png);
  }
  .c-ttl01Wrap.--02 {
    background-image: url(assets/img/bg04.png);
  }
  .c-ttl01Wrap.--03 {
    background-image: none;
    padding: 0px 0 40px;
  }
  .c-ttl01-en {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .c-ttl01-en::before {
    width: 84px;
    height: 53x;
  }
  .c-ttl01 span {
    font-size: 32px;
  }
  .c-ttl02 {
    font-size: 20px;
  }
  .c-ttl02Wrap {
    padding: 60px 0;
  }
  .c-ttl02-en {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .c-ttl02-en::before {
    width: 40px;
    height: 3px;
  }
  .c-ttl03 {
    font-size: 20px;
  }
  .c-ttl03Wrap {
    width: 160px;
  }
  .c-ttl03-en {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .c-ttl03-en::before {
    width: 40px;
    height: 3px;
  }
  .h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .c-text {
    font-size: 14px;
  }
  .c-cnt {
    padding: 60px 0;
  }
  .c-cnt span {
    font-size: 78px;
  }
  .c-cnt span:first-child {
    top: 0;
    left: 0;
  }
  .c-cnt span:last-child {
    bottom: 0;
    right: 0;
  }
  .c-cnt__content {
    width: calc(100% - 40px);
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 20px 0;
    background-image: url(assets/img/cnt-bg.png);
  }
  .c-cnt__content > p:first-child {
    margin: 0 auto 16px;
    padding: 6px 16px;
    font-size: 20px;
  }
  .c-cnt__content > p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .c-cnt__content ul {
    display: block;
    margin-top: 0;
  }
  .c-cnt__content ul li {
    margin-bottom: 16px;
  }
  .c-cnt__content ul li:first-child {
    margin-bottom: 16px;
    width: 100%;
  }
  .c-cnt__content ul li:last-child {
    display: none;
  }
}
/*--------------------
style
---------------------*/
.p-top-mainVisual {
  position: relative;
  z-index: -1;
  margin-bottom: -200px;
}
.p-top-mainVisual img {
  width: 100%;
}

.p-top-sec1 {
  padding-bottom: 160px;
}
.p-top-sec1__inner {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-top-sec1__inner > p {
  width: 45%;
}
.p-top-sec1__inner > p img {
  width: 100%;
}
.p-top-sec1__inner > div {
  width: 60%;
}

.p-top-sec2__listWrap {
  margin-bottom: -88px;
  padding-top: 40px;
  padding-bottom: 200px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/bg03-pc.png);
}
.p-top-sec2__list {
  max-width: 1140px;
  margin: 0 auto -70px;
  display: flex;
  gap: 15%;
}
.p-top-sec2__list li {
  background-image: url(assets/img/bg02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 306px;
  padding-bottom: 16px;
}
.p-top-sec2__list li > p:last-child {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-top-sec2__list li > p:first-child {
  text-align: center;
}
.p-top-sec2__list li > p:first-child img {
  max-width: 100%;
  margin-bottom: 16px;
}
.p-top-sec2__list li:first-child {
  width: 30%;
}
.p-top-sec2__list li:first-child img {
  width: 182px;
}
.p-top-sec2__list li:last-child {
  width: 34%;
}
.p-top-sec2__list li:last-child img {
  width: 153px;
}
.p-top-sec2__list2 {
  display: flex;
  justify-content: flex-end;
  max-width: 1140px;
  margin: 0 auto -70px;
  gap: 18%;
}
.p-top-sec2__list2 li {
  background-image: url(assets/img/bg02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 306px;
  padding-bottom: 16px;
}
.p-top-sec2__list2 li > p:last-child {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-top-sec2__list2 li > p:first-child {
  text-align: center;
}
.p-top-sec2__list2 li > p:first-child img {
  max-width: 100%;
  margin-bottom: 16px;
}
.p-top-sec2__list2 li:first-child {
  width: 30%;
}
.p-top-sec2__list2 li:first-child img {
  width: 164px;
}
.p-top-sec2__list2 li:last-child {
  width: 30%;
}
.p-top-sec2__list2 li:last-child img {
  width: 175px;
}
.p-top-sec2__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-sec2__inner > p:first-child {
  width: 48%;
}
.p-top-sec2__inner > p:first-child img {
  width: 100%;
}
.p-top-sec2__inner > p:last-child {
  font-size: 42px;
  line-height: 1.66;
  font-weight: bold;
}
.p-top-sec2__inner > p:last-child span {
  display: inline-block;
  position: relative;
}
.p-top-sec2__inner > p:last-child span::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #028B79;
  position: absolute;
  opacity: 0.4;
  bottom: 14%;
  left: 0;
  border-radius: 100px;
}

.p-top-sec3__list__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-top-sec3__list__item__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-top-sec3__list__item__inner > p {
  width: 48%;
  text-align: center;
  margin-top: 60px;
}
.p-top-sec3__list__item__inner > p img {
  width: 63%;
}
.p-top-sec3__list__item__inner > div {
  width: 48%;
}
.p-top-sec3__list__item:first-child {
  margin-top: -160px;
  padding: 160px 0 100px;
  background-image: url(assets/img/bg05-pc.png);
}
.p-top-sec3__list__item:nth-child(3) {
  padding: 150px 0 110px;
  background-image: url(assets/img/bg06-pc.png);
}
.p-top-sec3__list__item:nth-child(3) .p-top-sec3__list__item__img {
  width: 74%;
}
.p-top-sec3__list__item:last-child {
  padding: 150px 0 110px;
  background-image: url(assets/img/bg06-pc.png);
}
.p-top-sec3__list__item:last-child .p-top-sec3__list__item__img {
  width: 79%;
}
.p-top-sec3__list__item__num {
  padding: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  background-color: #fff;
  border-radius: 100px;
  color: #028B79;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.p-top-sec3__list__item__num.--gr {
  background-color: #E8F0E2;
}
.p-top-sec3__list__item__num span {
  padding: 0;
  margin: 0;
  margin-left: 4px;
  display: inline-block;
  font-size: 24px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-top-sec3__list__item__box {
  border: #028B79 3px solid;
  padding: 8px 12px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
}
.p-top-sec3__list__item__text {
  max-width: 280px;
  margin: 0 auto 16px;
}

.p-top-sec4 {
  margin-bottom: 100px;
  padding: 90px 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(assets/img/bg07-pc.png);
}
.p-top-sec4__list li {
  padding: 20px;
  background-color: #fff;
}
.p-top-sec4__list li:nth-child(2n-1) > div {
  background-color: #E8F0E2;
}
.p-top-sec4__list li:nth-child(2n-1) > div::before {
  background-color: #E8F0E2;
}
.p-top-sec4__list li:nth-child(2n) > div {
  background-color: #ECDC6B;
}
.p-top-sec4__list li:nth-child(2n) > div::before {
  background-color: #ECDC6B;
}
.p-top-sec4__list li:nth-child(3n) > div {
  background-color: #FBDACC;
}
.p-top-sec4__list li:nth-child(3n) > div::before {
  background-color: #FBDACC;
}
.p-top-sec4__list li:nth-child(4n) > div {
  background-color: #84B8C6;
}
.p-top-sec4__list li:nth-child(4n) > div::before {
  background-color: #84B8C6;
}
.p-top-sec4__list li > div {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 30px;
}
.p-top-sec4__list li > div::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 15px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.p-top-sec4__list li > div > p {
  width: 100px;
}
.p-top-sec4__list li > div > p img {
  width: 100%;
}
.p-top-sec4__list li > div > div p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-top-sec4__list li > div > div p:last-child {
  font-size: 18px;
}
.p-top-sec4__list li > p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.66;
  margin-bottom: 20px;
}
.p-top-sec4__list li > p:last-child {
  font-size: 16px;
  line-height: 1.66;
}

.swiper-voice {
  padding-left: calc(50% - 500px);
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .swiper-voice {
    padding-left: 20px;
  }
}

.swiper-slide {
  height: auto;
}

.p-top-sec5 {
  position: relative;
  padding-bottom: 160px;
}
.p-top-sec5::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/img/12-pc.png);
}
.p-top-sec5__list li {
  position: relative;
}
.p-top-sec5__list li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 233px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.p-top-sec5__list li:first-child::before {
  background-image: url(assets/img/c01.png);
}
.p-top-sec5__list li:nth-child(2):before {
  background-image: url(assets/img/c02.png);
}
.p-top-sec5__list li:nth-child(3):before {
  background-image: url(assets/img/c03.png);
}
.p-top-sec5__list li:nth-child(4):before {
  background-image: url(assets/img/c04.png);
}
.p-top-sec5__list li:nth-child(5):before {
  background-image: url(assets/img/c05.png);
}
.p-top-sec5__list li:nth-child(6):before {
  background-image: url(assets/img/c06.png);
}
.p-top-sec5__list li:nth-child(7):before {
  background-image: url(assets/img/c07.png);
}
.p-top-sec5__list li:nth-child(8):before {
  background-image: url(assets/img/c08.png);
}
.p-top-sec5__list li:nth-child(9):before {
  background-image: url(assets/img/c09.png);
}
.p-top-sec5__list li:nth-child(10):before {
  background-image: url(assets/img/c10.png);
}
.p-top-sec5__list li div {
  padding: 20px 0;
  position: relative;
}
.p-top-sec5__list li div::before {
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}
.p-top-sec5__list li div > p:first-child {
  background-color: #fff;
  left: calc(10% - 12px);
  font-size: 32px;
  font-weight: bold;
  padding: 8px 20px;
  min-width: 180px;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #555;
  position: relative;
  margin-bottom: 233px;
}
.p-top-sec5__list li div > p:first-child:before, .p-top-sec5__list li div > p:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
}
.p-top-sec5__list li div > p:first-child:before {
  left: -2px;
  top: -16px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
  border-width: 0px 0px 14px 12px;
}
.p-top-sec5__list li div > p:first-child:after {
  top: -12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 10px 8px;
  z-index: 10;
}
.p-top-sec5__list li div > p:last-child {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.p-top-sec5__list li div > p:last-child span {
  font-size: 50px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.p-top-sec5__list li:nth-child(2n-1) div::before {
  border: 1px solid #555;
  background-color: transparent;
}
.p-top-sec5__list li:nth-child(2n) div::before {
  background-color: #E8F0E2;
}
.p-top-sec5__list li:nth-child(3n) div::before {
  background-color: #ECDC6B;
  border: none;
}
.p-top-sec5__list li:nth-child(4n) div::before {
  background-color: #FBDACC;
}

.swiper-car {
  padding-left: calc(50% - 500px);
  padding-right: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .swiper-car {
    padding-left: 20px;
  }
}

.p-top-sec6 {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/bg09-pc.jpg);
}
.p-top-sec6__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
}
.p-top-sec6__inner {
  max-width: 800px;
  margin: -20px auto 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 40px 9% 60px;
}

.p-top-sec7 {
  margin-top: 100px;
  position: relative;
}
.p-top-sec7::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 260px;
  top: 60px;
  left: 0;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/img/13-pc.png);
}
.p-top-sec7 ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-top-sec7 ul::before {
  background-color: #ECDC6B;
  width: 90%;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}
.p-top-sec7 ul li {
  width: 20%;
}
.p-top-sec7 ul li img {
  width: 100%;
}

.p-top-sec8 {
  padding-bottom: 100px;
}
.p-top-sec8__inner {
  border: 5px solid #028B79;
  padding: 0 8%;
}
.p-top-sec8__ttl {
  transform: translateY(-50%);
}
.p-top-sec8 dl {
  margin: 24px 0 40px;
}
.p-top-sec8 dl dt {
  display: flex;
  align-items: center;
  min-height: 72px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.66;
  background-color: #E8F0E2;
  padding: 16px 16px 16px 85px;
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 52px;
  background-image: url(assets/img/text-q.svg);
  border-radius: 10px;
}
.p-top-sec8 dl dd {
  font-size: 16px;
  line-height: 1.66;
  padding-left: 85px;
  margin-top: 12px;
}

.p-top-sec9 {
  padding-top: 100px;
  padding-bottom: 200px;
}
.p-top-sec9__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-top-sec9__content {
  margin-top: 50px;
}
.p-top-sec9__content iframe {
  height: 380px;
  border-radius: 10px;
  width: 100%;
}
.p-top-sec9__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #028B79;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 20px;
  padding: 36px 40px;
  max-width: 820px;
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top-sec9__info > div:first-child > p:first-child {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.p-top-sec9__info > div:first-child > p:nth-child(2) {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-top-sec9__info > div:first-child > p:nth-child(3) {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-top-sec9__info > div:first-child > p:last-child {
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 2px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-sec9__info > div:last-child {
  padding-left: 20px;
  position: relative;
}
.p-top-sec9__info > div:last-child > p:first-child {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-top-sec9__info > div:last-child > p:last-child {
  font-size: 16px;
  line-height: 1.8;
}
.p-top-sec9__info > div:last-child::before {
  content: "";
  height: 100%;
  width: 6px;
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 800px) {
  .p-top-mainVisual {
    margin-bottom: -60px;
  }
  .p-top-sec1 {
    padding-bottom: 80px;
  }
  .p-top-sec1__inner {
    margin-top: 30px;
    display: block;
  }
  .p-top-sec1__inner > p {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  .p-top-sec1__inner > p img {
    width: 90%;
  }
  .p-top-sec1__inner > div {
    width: 100%;
  }
  .p-top-sec2__listWrap {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 100px;
    background-image: url(assets/img/bg03.png);
    position: relative;
  }
  .p-top-sec2__list {
    width: 58%;
    padding-left: 10px;
    margin: 0;
    display: block;
    gap: 0;
  }
  .p-top-sec2__list li {
    background-size: 183px;
    padding-bottom: 16px;
    margin-bottom: 80px;
  }
  .p-top-sec2__list li > p:last-child {
    font-size: 14px;
  }
  .p-top-sec2__list li > p:first-child {
    text-align: center;
  }
  .p-top-sec2__list li > p:first-child img {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .p-top-sec2__list li:first-child {
    width: 100%;
  }
  .p-top-sec2__list li:first-child img {
    width: 109px;
  }
  .p-top-sec2__list li:last-child {
    width: 100%;
  }
  .p-top-sec2__list li:last-child img {
    width: 95px;
  }
  .p-top-sec2__list2 {
    position: absolute;
    width: 58%;
    right: 0;
    top: 190px;
    display: block;
    margin: 0;
    gap: 0;
  }
  .p-top-sec2__list2 li {
    background-size: 183px;
    padding-bottom: 16px;
    margin-bottom: 80px;
  }
  .p-top-sec2__list2 li > p:last-child {
    font-size: 14px;
  }
  .p-top-sec2__list2 li > p:first-child {
    text-align: center;
  }
  .p-top-sec2__list2 li > p:first-child img {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .p-top-sec2__list2 li:first-child {
    width: 100%;
  }
  .p-top-sec2__list2 li:first-child img {
    width: 85px;
  }
  .p-top-sec2__list2 li:last-child {
    width: 100%;
  }
  .p-top-sec2__list2 li:last-child img {
    width: 108px;
  }
  .p-top-sec2__inner {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .p-top-sec2__inner > p:first-child {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-top-sec2__inner > p:last-child {
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-top-sec2__inner > p:last-child span {
    display: inline-block;
    position: relative;
  }
  .p-top-sec2__inner > p:last-child span::before {
    height: 6px;
    bottom: 14%;
    z-index: -1;
  }
  .p-top-sec3__list__item__inner {
    flex-direction: column;
  }
  .p-top-sec3__list__item__inner > p {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .p-top-sec3__list__item__inner > p img {
    width: 60%;
  }
  .p-top-sec3__list__item__inner > div {
    width: 100%;
    padding: 0 20px;
  }
  .p-top-sec3__list__item:nth-child(2n) .p-top-sec3__list__item__inner {
    flex-direction: column-reverse;
  }
  .p-top-sec3__list__item:first-child {
    margin-top: -160px;
    margin-bottom: -80px;
    padding: 160px 0 100px;
    background-image: url(assets/img/bg05.png);
  }
  .p-top-sec3__list__item:nth-child(3) {
    padding: 60px 0 100px;
    margin-bottom: -80px;
    background-image: url(assets/img/bg06.png);
  }
  .p-top-sec3__list__item:nth-child(3) .p-top-sec3__list__item__img {
    width: 65%;
  }
  .p-top-sec3__list__item:last-child {
    padding: 60px 0 100px;
    background-image: url(assets/img/bg06.png);
  }
  .p-top-sec3__list__item:last-child .p-top-sec3__list__item__img {
    width: 69%;
  }
  .p-top-sec3__list__item__num {
    padding: 8px 12px;
    margin: 0 auto 16px;
  }
  .p-top-sec3__list__item__box {
    border: #028B79 px solid;
    padding: 8px 12px;
    margin-top: 24px;
    font-size: 14px;
  }
  .p-top-sec3__list__item__text {
    max-width: 178px;
    margin: 0 auto 16px;
  }
  .p-top-sec3__list__item__text img {
    width: 100%;
  }
  .p-top-sec4 {
    margin-bottom: 80px;
    padding: 40px 0 40px;
    background-image: url(assets/img/bg07.png);
  }
  .p-top-sec4__list li {
    padding: 20px;
  }
  .p-top-sec4__list li > div {
    padding: 20px;
  }
  .p-top-sec4__list li > div > p {
    width: 60%;
  }
  .p-top-sec4__list li > div > p img {
    width: 100%;
  }
  .p-top-sec4__list li > div > div p:first-child {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .p-top-sec4__list li > div > div p:last-child {
    font-size: 14px;
  }
  .p-top-sec4__list li > p:nth-child(2) {
    font-size: 18px;
  }
  .p-top-sec4__list li > p:last-child {
    font-size: 14px;
  }
  .swiper-voice {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-slide {
    height: auto;
  }
  .p-top-sec5 {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-top-sec5::before {
    height: 200px;
    top: 0;
    left: 0;
    background-image: url(assets/img/12.png);
  }
  .swiper-car {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .p-top-sec6 {
    padding: 40px 0;
    background-image: url(assets/img/bg09.jpg);
  }
  .p-top-sec6__ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .p-top-sec6__inner {
    margin: 0px auto 0;
    padding: 30px 20px;
    border-radius: 0;
  }
  .p-top-sec7 {
    padding-top: 100px;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
  }
  .p-top-sec7::before {
    width: 90%;
    height: 260px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(assets/img/13.png);
  }
  .p-top-sec7 ul {
    display: block;
    max-width: 240px;
    margin: 20px auto 0;
  }
  .p-top-sec7 ul::before {
    width: 27px;
    height: 90%;
  }
  .p-top-sec7 ul li {
    width: 100%;
  }
  .p-top-sec7 ul li img {
    width: 100%;
  }
  .p-top-sec8 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .p-top-sec8__inner {
    border: 3px solid #028B79;
    padding: 0 8px;
  }
  .p-top-sec8__ttl {
    transform: translateY(-50%);
  }
  .p-top-sec8 dl {
    margin: 16px 0 24px;
  }
  .p-top-sec8 dl dt {
    min-height: 72px;
    font-size: 16px;
    padding: 16px 16px 16px 50px;
    background-position: 8px 16px;
    background-size: 32px;
  }
  .p-top-sec8 dl dd {
    padding-left: 50px;
  }
  .p-top-sec9 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p-top-sec9__content {
    margin-top: 40px;
  }
  .p-top-sec9__content > p {
    padding: 0 20px;
  }
  .p-top-sec9__content iframe {
    height: 244px;
  }
  .p-top-sec9__info {
    display: block;
    border: none;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-radius: 0;
    padding: 20px;
    max-width: 820px;
    margin: -20px auto 0;
  }
  .p-top-sec9__info > div:first-child {
    margin-bottom: 30px;
  }
  .p-top-sec9__info > div:first-child > p:first-child {
    font-size: 18px;
  }
  .p-top-sec9__info > div:first-child > p:last-child {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */