@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 71.875rem;
}

.l-inner-wrap {
  margin: 0 auto;
  margin-top: 1.875rem;
  width: 80%;
}

.l-sec {
  padding: 5rem 0 6.25rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.l-sec-wrap {
  margin: 0 auto;
  width: 80%;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #F5F5F5;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #003C8C;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: clamp(1.875rem, -17.708rem + 40.799vw, 31.25rem);
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003C8C;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  color: #000;
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}
.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #F5F5F5;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.sp-br {
  display: none;
}
.pc-br {
  display: block;
}

.sp-br2 {
  display: none;
}

.underline-green {
  border-bottom: 2px solid #03A696;
}

.span-br {
  display: block;
}

.sm-br {
  display: none;
}

.sm-br500 {
  display: none;
}

/*header
-----------------------------------------*/
.l-header {
  background-image: url("../img/fv-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 750px;
  min-height: 600px;
  position: relative;
}

.fv__box {
  align-items: center;
  background-image: url("../img/fvbox-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: flex;
  height: 90%;
  margin: 0 auto;
  min-height: 496px;
  width: 100%;
}

.fv__box-sp {
  display: none;
}

.fv__box h1 {
  height: 50%;
  margin: -20vh auto 0;
  width: 55%;
}

.fv__box h1 img {
  -o-object-fit: contain;
  -o-object-position: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

/* レスポンシブ対応 - スマートフォン */
.fv__list {
  -webkit-transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 3%;
  box-sizing: border-box;
  left: 50%;
  margin: 0 auto;
  max-width: 850px;
  min-height: 80px;
  padding: 0.625rem 1.875rem 0.625rem 2.8125rem;
  position: absolute;
  transform: translateX(-50%);
  width: 65%;
  z-index: 2;
}

.fv__list li {
  line-height: 1.5;
  position: relative;
}
.fv__list li::before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/check-green.webp");
  background-position: center centert;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.9375rem;
  left: -1.5625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375rem;
}

.fv__list li:nth-of-type(2)::before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/check-green.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.9375rem;
  left: -1.5625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375rem;
}

.fv-img {
  bottom: 0;
  height: 70%;
  position: absolute;
  right: 0;
  width: auto;
}

.cta {
  background-color: #fff;
  border-radius: 50%;
  bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  height: 11.25rem;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 11.25rem;
  z-index: 20;
}

.cta p {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 0.625rem;
}

.cta img {
  height: auto;
  margin: -5px auto 0;
  width: 50%;
}

/*sec01
-----------------------------------------*/
.sec01 {
  background-color: #003C8C;
}

.sec01-box {
  background-color: #fff;
  margin: 0 auto;
  padding: 1.875rem 1.25rem;
  width: 80%;
}

.sec01-box .c-headline__main {
  margin-top: 0.3125rem;
}

.sec01-box p {
  margin-bottom: 1.25rem;
}

.sec01-box .c-headline__sub {
  margin-bottom: 0;
}

/*sec02
-----------------------------------------*/
.sec02 {
  background-color: #F5F5F5;
}

.sec02-box {
  margin: 0 auto;
  padding-left: 1.875rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec02-box::before {
  background-image: url("../img/sec02-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 5.625rem;
  left: -15%;
  position: absolute;
  position: absolute;
  top: 0;
  width: 5.625rem;
}

.sec02 .u-flex img {
  height: auto;
  width: 40%;
}

.sec02 .u-flex p {
  padding-left: 25px;
  padding-right: 25px;
}

.sec02 a {
  color: #0460D9;
  text-decoration: underline;
}

.sec02 a:visited {
  color: #0460D9;
}

/*sec03
-----------------------------------------*/
.sec03 > div:nth-child(n+2) {
  border: 1px solid #03A696;
  margin: 0 auto;
  padding: 1.875rem 4.375rem;
  width: 80%;
}

.sec03-box-item {
  display: flex;
  flex-direction: column;
  height: 3.75rem;
  justify-content: center;
}

.sec03-box-item p {
  margin-left: 1.25rem;
  margin-top: 2.1875rem;
}

.sec03-box-item h3 {
  margin-left: 1.25rem;
}

.sec03 > p {
  margin: 0 auto;
  width: 80%;
}

.sec03 > div:last-child {
  border: none;
}

.sec03 .c-iconLeft {
  margin: 0 auto;
  padding-left: 2.5rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec03 .c-iconLeft::before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/sec04-icon.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
}

.sec03 .c-column3 .u-flex img {
  height: 1.125rem;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
  width: 1.125rem;
}

.sec03 .c-column3 .u-flex {
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec03 .c-column3-item {
  border: 3px solid #0460D9;
  padding: 0.625rem;
}

.sec03 .c-column3-item > img {
  height: 6.25rem;
  margin: 0.3125rem auto;
  width: auto;
}

/*sec04
-----------------------------------------*/
.sec04 {
  background-image: url("../img/sec04-bg.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec04 > div:first-child {
  background-color: #fff;
  margin: 0 auto;
  padding: 1.25rem 0;
  width: 50%;
}

.sec04 > div:nth-child(n+2) {
  margin: 0 auto;
  width: 50%;
}

.sec04-box-item {
  display: flex;
  flex-direction: column;
  height: 3.75rem;
  justify-content: center;
}

.sec04-box-item p:nth-of-type(2) {
  margin-left: 0.625rem;
}

.sec04-box-item .txt-bg__green {
  text-wrap: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*sec05
-----------------------------------------*/
.sec05 {
  background-color: #F5F5F5;
}

.p-slider .swiper-slide {
  flex-shrink: 0;
  width: 33.3333333333%;
}

.slide-box {
  background-color: #fff;
  border: 3px solid #03A696;
  margin: 0 auto;
  padding: 0.625rem;
  text-align: center;
  width: 100%;
}

.selide-box p {
  margin-top: 0.625rem;
  padding: 0 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slide-box a {
  background: linear-gradient(to right, #0460D9, #048ABF);
  color: #fff;
  display: inline-block;
  margin-top: 0.3125rem;
  padding: 0.125rem 1.5625rem;
  text-decoration: none;
}

/*sec06
-----------------------------------------*/
.sec06 .u-font40 {
  letter-spacing: 0.00001em;
}

.sec06 .l-sec {
  padding-bottom: 0 !important;
}

.sec06-box {
  margin: 0 auto;
  width: 80%;
}

.sec06-box .c-headline__main {
  margin-top: -0.625rem;
}

.sec06-box-item {
  height: 15rem;
  text-align: center;
  width: 15rem;
}

.sec06-box-item h3 {
  font-weight: 400;
}

.sec06-box-item img {
  display: grid;
  height: 50%;
  margin: 20% auto 0;
  place-content: center;
  width: auto;
}

.sec06-box div:first-child {
  background-image: url("../img/sec07-1.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.sec06-box div:first-child img {
  margin: 22% auto 0;
}

.sec06-box div:first-child h3 {
  margin-top: 0.625rem;
}

.sec06-box div:nth-child(n+2) {
  background-image: url("../img/sec07-2.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.sec06-box div:nth-child(n+3) {
  background-image: url("../img/sec07-3.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.sec06-box div:nth-child(n+4) {
  background-image: url("../img/sec07-4.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.sec06-box div:nth-child(3) h3 {
  margin-top: 1.25rem;
}

/*sec07
-----------------------------------------*/
.sec07 {
  background-image: url("../img/sec07-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec07-box {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 1.875rem 4.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec07 .p-list {
  margin: 0 auto;
  width: 65%;
}

.sec07 .p-list__items dt {
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 3.125rem;
  position: relative;
}
.sec07 .p-list__items dt::before {
  background-image: url("../img/sec08-q.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: -0.3125rem;
  width: 2.5rem;
}

.sec07 .p-list__items dd {
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
  padding-left: 3.125rem;
  position: relative;
}
.sec07 .p-list__items dd::before {
  background-image: url("../img/sec08-a.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: -0.3125rem;
  width: 2.5rem;
}

/*sec08
-----------------------------------------*/

.sec08 .u-flex {
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.sec08 .u-flex > img {
  height: 6.25rem;
  width: 6.25rem;
}

.sec08-box-item img {
  height: 12.5rem;
  margin: 0 auto;
  width: 12.5rem;
}

.sec08-u-font16 {
  font-size: 1rem;
}

.sec08-box-item .c-btn {
  background: linear-gradient(to right, #0460D9, #048ABF);
  color: #fff;
  display: block;
  font-size: 3.125rem;
  font-weight: 500;
  margin: 1.875rem auto 0;
  padding: 0.625rem 5.625rem 0.9375rem 3.75rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec08-box-item .c-btn::after {
  -webkit-transform: translateY(-50%);
  background: url("..img/right-arrow-white.webp") center center/contain no-repeat;
  background-image: url("../img/right-arrow-white.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.5rem;
  position: absolute;
  right: 5%;
  top: 51%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.l-footer {
  background-color: #003C8C;
  color: #fff;
  line-height: 1.1;
  padding: 0.625rem 0;
  text-align: center;
}

.p-mv {
  width: 20.8333333333%;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 80%;
  position: relative;
  width: 80%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 80%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}
.p-slider .custom-pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
.p-slider .page-num {
  align-items: center;
  background: #fff;
  border: 1px solid #003C8C;
  border-radius: 50%;
  color: #003C8C;
  cursor: pointer;
  display: flex;
  font-family: "Zen Antique Soft", serif;
  font-size: 14px;
  font-weight: bold;
  height: 1.75rem;
  justify-content: center;
  transition: all 0.3s ease;
  width: 1.75rem;
}
.p-slider .page-num.active {
  background: #0b3a82;
  color: #fff;
}
.p-slider .dots {
  color: #003C8C;
  font-family: "Zen Antique Soft", serif;
  font-size: 14px;
  margin: 0 4px;
}
.p-slider .prev-btn {
  color: #003C8C;
  cursor: pointer;
  font-family: "Zen Antique Soft", serif;
  font-size: 14px;
  margin-right: 10px;
}
.p-slider .prev-btn.disabled {
  color: #003C8C;
  cursor: not-allowed;
}
.p-slider .next-btn {
  color: #003C8C;
  cursor: pointer;
  font-family: "Zen Antique Soft", serif;
  font-size: 14px;
  margin-left: 10px;
}
.p-slider .next-btn.disabled {
  color: #003C8C;
  cursor: not-allowed;
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 10;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  -webkit-transform: scaleX(-1);
  background-image: url("../img/right-arrow.webp");
  left: -5px;
  transform: scaleX(-1);
}

.swiper-button-next {
  background-image: url("../img/right-arrow.webp");
  right: -5px;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font34 {
  font-size: 2.125rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-font50 {
  font-size: 3.125rem;
}

.u-font60 {
  font-size: 3.75rem;
}

/*txt color
-----------------------------------------*/
.txt-bg__main {
  background-color: #003C8C;
  color: #fff;
  padding: 0.125rem 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.txt-bg__blue {
  background-color: #0460D9;
  color: #fff;
  padding: 0.125rem 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.txt-bg__green {
  background-color: #03A696;
  color: #fff;
  padding: 0 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.txt-white {
  color: #fff;
}

.accent-blue {
  color: #0460D9;
}

.accent-green {
  color: #03A696;
}

.accent-red {
  color: #D22626;
}

/*sec__ttl
-----------------------------------------*/
.c-headline__sub {
  color: #03A696;
  font-family: "Zen Antique Soft", serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.3125rem;
  position: relative;
  text-align: center;
}

.c-headline__sub::after {
  -webkit-transform: translateX(-50%);
  background-color: #03A696;
  bottom: -10%;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.5rem;
}

.c-headline__main {
  font-size: 2.125rem;
  text-align: center;
}

.c-headline__main .accent-blue {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

/*font family
-----------------------------------------*/
.second-font {
  font-family: "Zen Antique Soft", serif;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media screen and (min-width: 1280px) {
  .l-header {
    min-height: 800px;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner-wrap {
    width: 95%;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .l-sec-wrap {
    width: 95%;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: inline;
  }
  .pc-br2 {
    display: none;
  }
  .sp-br2 {
    display: block;
  }
  .l-header {
    max-height: 620px;
    min-height: 620px;
  }
  .fv__box {
    display: none;
  }
  .fv__box-sp {
    display: block;
    min-height: 300px;
  }
  .fv__list {
    -webkit-transform: translateX(0);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: -6.25rem auto;
    max-height: 300px;
    position: static;
    transform: translateX(0);
    width: 90%;
  }
  .fv__list li:nth-child(n+2) {
    margin-top: 0.625rem;
  }
  .fv-img {
    display: none;
  }
  .cta {
    height: 7.5rem;
    width: 7.5rem;
  }
  .cta p {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
  .cta img {
    margin: -5px auto 0;
    width: 50%;
  }
  .sec01-box {
    padding: 1.875rem 1.25rem;
    width: 95%;
  }
  .sec02-box {
    padding-left: 4.375rem;
  }
  .sec02-box::before {
    height: 5rem;
    left: -3%;
    padding-left: 1.875rem;
    top: 10%;
    width: 5rem;
  }
  .sec02 .u-flex {
    display: block;
  }
  .sec02 .u-flex::after {
    clear: both;
    content: "";
    display: table;
  }
  .sec02 .u-flex img {
    display: none;
  }
  .sec02 .u-flex p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec02 .u-flex p::before {
    aspect-ratio: 1002/1410;
    background-image: url("../img/sec03-2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    float: right;
    margin: 0 0 0.625rem 1.25rem;
    width: 40%;
  }
  .sec03 > div:nth-child(n+2) {
    padding: 1.25rem 1.875rem;
    width: 95%;
  }
  .sec03-box-item p {
    margin-top: 0;
  }
  .sec03-box > p {
    margin-top: 0.625rem;
  }
  .sec03 > p {
    width: 95%;
  }
  .sec04 {
    background-position: 38% center;
  }
  .sec04 > div:first-child {
    padding: 1.25rem 4.375rem;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec04 > div:nth-child(n+2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-slider .swiper-slide {
    width: 90%;
  }
  .slide-box {
    width: 90%;
  }
  .sec06-box {
    width: 95%;
  }
  .sec07-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec07 .p-list {
    width: 90%;
  }
  .sec08 .l-inner-wrap {
    width: 90%;
  }
  .sec08 .u-flex {
    gap: 0.625rem;
  }
  .sec08 .u-flex > img {
    height: 3.125rem;
    width: 3.125rem;
  }
  .sec08-box-item img {
    height: 6.25rem;
    width: 6.25rem;
  }
  .sec08 .u-flex div:last-child h3 {
    margin: 0.625rem 0;
  }
  .sec08-u-font16 {
    font-size: 0.875rem;
  }
  .sec08-box-item .c-btn {
    font-size: 1.875rem;
    padding: 0.625rem 3.125rem 0.625rem 1.875rem;
  }
  .sec08-box-item .c-btn::after {
    height: 1.5625rem;
    width: 1.5625rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-slider {
    height: 50%;
    width: 90%;
  }
  .p-slider img {
    height: 30%;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 0.875rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-font28 {
    font-size: 1.375rem;
  }
  .u-font32 {
    font-size: 1.5rem;
  }
  .u-font34 {
    font-size: 1.625rem;
  }
  .u-font40 {
    font-size: 1.75rem;
  }
  .u-font50 {
    font-size: 2rem;
  }
  .u-font60 {
    font-size: 2.5rem;
  }
  .c-headline__sub {
    font-size: 0.75rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 720px) {
  .sec08 .u-flex {
    flex-direction: column;
    gap: 1.875rem;
  }
  .sec08 .u-flex > img {
    -webkit-transform: rotate(90deg);
    height: 2.5rem;
    transform: rotate(90deg);
    width: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .sec03-box-item p {
    margin-left: 0.625rem;
  }
  .sec03-box-item h3 {
    line-height: 1.2;
    margin-left: 0.625rem;
  }
  .sec07 {
    padding-bottom: 9.375rem;
  }
}

@media screen and (max-width: 550px) {
  .l-header {
    max-height: 550px;
    min-height: 550px;
  }
  .fv__list {
    margin: -4.375rem auto;
  }
}

@media screen and (max-width: 500px) {
  .sm-br500 {
    display: block;
  }
  .sec03-box > p {
    margin-top: 1.25rem;
  }
  .sec04 > div:first-child {
    padding: 1.25rem 2.5rem;
  }
  .sec04-box-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 450px) {
  .fv__list {
    margin: -3.125rem auto;
  }
  .sec08-box-item .c-btn {
    font-size: 1.5625rem;
    padding: 0.8125rem 2.5rem 0 1.25rem;
    vertical-align: center;
  }
  .sec08-box-item .c-btn::after {
    height: 1.25rem;
    right: 5%;
    top: 51%;
    width: 1.25rem;
  }
}

@media screen and (max-width: 400px) {
  .sm-br {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .sec01-box {
    padding: 1.875rem 0.3125rem;
  }
  .sec08 .u-flex h3 {
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */