@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Cormorant SC", serif;
  --base-color: #303030;
  --main: #24ABC9;
  --main-light: #F2FCFF;
  --main-dark: #0B5693;
  --sub: #FDF373;
  --sub-light: #EBF3F3;
  --sub-dark: #546C6C;
  --gray: #D2D2D2;
  --gray-light: #F2F2F2;
  --gray-dark: #717171;
  --gray-black: #0A2039;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-family: var(--base-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 5.6rem;
    overflow-x: hidden;
  }
}

a {
  transition: all 0.5s;
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  vertical-align: middle;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  z-index: 600;
  background: var(--base-color);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 0;
    width: 7rem;
    height: 7rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 26px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 30px;
  }
}

.hamburger__line--1 {
  top: 2.1rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 2.6rem;
  }
}

.hamburger__line--2 {
  top: 2.9rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 3.4rem;
  }
}

.hamburger__line--3 {
  top: 3.7rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 4.2rem;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 2.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 3.4rem;
  }
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 2.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 3.4rem;
  }
}

.sp-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-light);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 501;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    background: var(--white);
  }
}
.sp-nav__logo {
  position: absolute;
  top: 4rem;
  left: 8.6rem;
  z-index: 10;
  width: 27rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .sp-nav__logo {
    top: 0.5rem;
    left: 2rem;
    gap: 0.2rem;
    width: 16rem;
  }
}
.sp-nav__logo > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sp-nav__logo img {
    width: auto;
    height: 4rem;
  }
}
.sp-nav__logo a:hover {
  opacity: 0.7;
}
.sp-nav__logo h1 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sp-nav__logo h1 {
    display: none;
  }
}
.sp-nav__logo p {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  border: 1px solid var(--base-color);
  padding: 0.4rem;
}
@media screen and (max-width: 768px) {
  .sp-nav__logo p {
    color: var(--base-color);
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid var(--base-color);
    padding: 0;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.black-bg {
  transition: all 0.5s;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.open .black-bg {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper .swiper {
  padding: 1rem 0;
  max-width: 124rem;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper {
    padding: 1rem 2rem;
    width: 100%;
    margin: 0;
  }
}
.caseSwiper .swiper-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-slide {
  scale: 0.9;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide {
    opacity: 0.5;
  }
}
.caseSwiper .swiper-slide-active {
  scale: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next {
  position: absolute;
  right: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: 0;
  }
}
.caseSwiper .swiper-button-prev {
  position: absolute;
  left: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-prev {
    left: 0;
  }
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  top: 50% !important;
}
.blogSwiper .swiper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 94.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.caseSwiper02 {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 {
    width: 100%;
    margin: 0 auto;
  }
}
.caseSwiper02 .swiper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper02 .swiper-buttons {
  width: 90rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper02 .swiper-button-next,
.caseSwiper02 .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next,
  .caseSwiper02 .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.caseSwiper02 .swiper-button-next:hover,
.caseSwiper02 .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper02 .swiper-button-next {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next {
    right: -2rem;
  }
}
.caseSwiper02 .swiper-button-prev {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-prev {
    left: -2rem;
  }
}
.caseSwiper02 .swiper-button-next:after,
.caseSwiper02 .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-slide {
    opacity: 0.5;
  }
  .caseSwiper02 .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper02 .swiper-button-next,
.caseSwiper02 .swiper-button-prev {
  top: 12.8rem !important;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next,
  .caseSwiper02 .swiper-button-prev {
    top: 23% !important;
  }
}
.caseSwiper02 .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next {
    right: -2.4rem;
  }
}
.caseSwiper02 .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-prev {
    left: -2.4rem;
  }
}

.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}

.l-cases {
  background: var(--main-light);
  padding: 10rem 0;
  /* ----- cards2 ----- */
}
@media screen and (max-width: 768px) {
  .l-cases {
    padding: 5rem 1rem;
  }
}
.l-cases__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cases__inner {
    width: 100%;
  }
}
.l-cases__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-cases__title {
    margin-bottom: 3rem;
  }
}
.l-cases__box {
  background: var(--white);
  padding: 5rem 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-cases__box {
    padding: 3rem 1.6rem;
  }
}
.l-cases__box + .l-cases__box {
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .l-cases__box + .l-cases__box {
    margin-top: 3rem;
  }
}
.l-cases__subtitle {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-cases__subtitle {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}
.l-cases__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--main);
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-cases__tbl {
    width: calc(100% - 1.6rem);
    margin: 3rem auto 0 auto;
  }
}
.l-cases__tbl th {
  width: 25%;
  vertical-align: middle;
  padding: 2rem 3rem;
  background: var(--main-light);
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  border-bottom: 1px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-cases__tbl th {
    width: 40%;
    padding: 1.5rem;
    text-align: left;
    border-right: 1px solid var(--main);
  }
}
.l-cases__tbl td {
  width: 75%;
  vertical-align: middle;
  padding: 2rem 3rem;
  background: var(--white);
  border-bottom: 1px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-cases__tbl td {
    width: 60%;
    padding: 1.5rem;
  }
}
.l-cases__triangle {
  background: var(--main-dark);
  height: 3.4rem;
  width: 1.7rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .l-cases__triangle {
    height: 2.4rem;
    width: 1.2rem;
  }
}
.l-cases-cards2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-cases-cards2 li:nth-child(1),
.l-cases-cards2 li:nth-child(3) {
  width: calc((100% - 7.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cases-cards2 li:nth-child(1),
  .l-cases-cards2 li:nth-child(3) {
    width: calc((100% - 2.8rem) / 2);
  }
}
.l-cases-cards2 li:nth-child(2) {
  width: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-cases-cards2 li:nth-child(2) {
    width: 2.8rem;
  }
}
.l-cases-cards2 h4 {
  font-weight: 600;
  line-height: 2.13;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cases-cards2 h4 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-cases-cards2 h4.before {
  color: var(--base-color);
  background: var(--gray);
  padding: 0.6rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-cases-cards2 h4.before {
    padding: 0.2rem;
  }
}
.l-cases-cards2 h4.after {
  color: var(--white);
  background: var(--main-dark);
  padding: 0.6rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-cases-cards2 h4.after {
    padding: 0.2rem;
  }
}
.l-cases-cards2 img {
  width: 100%;
  height: auto;
}
.l-cases-cards2 img + img {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-cases-cards2 img + img {
    margin-top: 0;
  }
}

.l-flow {
  padding: 10rem 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 5rem 2rem;
  }
}
.l-flow__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-flow__inner {
    width: 100%;
  }
}
.l-flow__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-flow__title {
    margin-bottom: 3rem;
  }
}
.l-flow__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-flow__list {
    gap: 2rem 0;
  }
}
.l-flow__list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--main-dark);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.l-flow__item {
  padding: 4rem 5rem;
  background: var(--white);
  border: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-flow__item {
    padding: 2rem;
  }
}
.l-flow__item .subtitle {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item .subtitle {
    gap: 0 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.l-flow__item .subtitle p {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow__item .subtitle p {
    font-size: 3.2rem;
    line-height: 1.56;
    letter-spacing: 0.02em;
  }
}
.l-flow__item .subtitle h3 {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-flow__item .subtitle h3 {
    font-size: 2rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}
.l-flow__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox {
    width: 100%;
    gap: 0 1.6rem;
    align-items: flex-start;
  }
}
.l-flow__flexbox .imgbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .imgbox {
    width: calc((100% - 1.6rem) / 2);
  }
}
.l-flow__flexbox .imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .imgbox img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
  }
}
.l-flow__flexbox .txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .txtbox {
    width: calc((100% - 1.6rem) / 2);
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-flow-ctabox {
  width: calc(100% - 8rem);
  margin: 5rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox {
    width: 100%;
    gap: 1rem;
    margin: 2.4rem auto 0 auto;
    flex-direction: column;
  }
}
.l-flow-ctabox__phone {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone {
    width: 100%;
  }
}
.l-flow-ctabox__phone a {
  width: 100%;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--white);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone a {
    height: 7.6rem;
  }
}
.l-flow-ctabox__phone a:hover {
  opacity: 0.7;
}
.l-flow-ctabox__phone a > * {
  width: 100%;
}
.l-flow-ctabox__phone p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-flow-ctabox__phone h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone h4 {
    font-size: 2rem;
    font-weight: 600;
  }
  .l-flow-ctabox__phone h4 img {
    width: 2.4rem;
    height: auto;
  }
}
.l-flow-ctabox__reserve {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve {
    width: 100%;
  }
}
.l-flow-ctabox__reserve a {
  width: 100%;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve a {
    height: 7.6rem;
  }
}
.l-flow-ctabox__reserve a:hover {
  opacity: 0.7;
}
.l-flow-ctabox__reserve a > * {
  width: 100%;
}
.l-flow-ctabox__reserve p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-flow-ctabox__reserve h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve h4 {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  .l-flow-ctabox__reserve h4 img {
    width: 2.4rem;
    height: auto;
  }
}

.l-price {
  padding: 10rem 0 12rem 0;
  background: var(--main-light);
  /* ----- block01 ----- */
  /* ----- btn ----- */
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 4rem 2rem;
  }
}
.l-price__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__inner {
    width: 100%;
  }
}
.l-price__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-price__title {
    margin-bottom: 3rem;
  }
}
.l-price-block01 {
  width: 100%;
}
.l-price-block01__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--base-color);
}
.l-price-block01__tbl th {
  width: 60%;
  border-bottom: 1px solid var(--base-color);
  vertical-align: middle;
  background: var(--main);
  padding: 1rem 3rem;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.13;
}
@media screen and (max-width: 768px) {
  .l-price-block01__tbl th {
    width: 58%;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem;
    white-space: nowrap;
  }
}
.l-price-block01__tbl td {
  width: 40%;
  border-bottom: 1px solid var(--base-color);
  vertical-align: middle;
  background: var(--white);
  padding: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01__tbl td {
    width: 42%;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem;
    white-space: nowrap;
  }
}
.l-price__btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-price__btn {
    margin-top: 3rem;
  }
}

.l-footer {
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  padding: 7rem 0 3rem 0;
  /* ----- grid ----- */
  /* ----- elements / globalnav ----- */
  /* ----- elements / below ----- */
  /* ----- elements / other ----- */
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 6rem 2rem;
  }
}
.l-footer-grid {
  display: grid;
  grid-template-columns: 1fr 32.4rem 26.8rem 26.8rem 26.8rem 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 5rem 2.4rem;
  grid-auto-flow: row;
  grid-template-areas: ". l-footer-grid01 l-footer-grid01 l-footer-grid01 l-footer-grid01 ." ". l-footer-grid02 l-footer-grid03 l-footer-grid04 l-footer-grid05 ." ". l-footer-grid02 l-footer-grid06 l-footer-grid07 l-footer-grid08 ." ". l-footer-grid09 l-footer-grid09 l-footer-grid09 l-footer-grid09 .";
}
@media screen and (max-width: 768px) {
  .l-footer-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3rem 0;
  }
  .l-footer-grid > * {
    width: 100%;
  }
}
.l-footer-grid01 {
  grid-area: l-footer-grid01;
}
.l-footer-grid02 {
  grid-area: l-footer-grid02;
}
.l-footer-grid03 {
  grid-area: l-footer-grid03;
}
.l-footer-grid04 {
  grid-area: l-footer-grid04;
}
.l-footer-grid05 {
  grid-area: l-footer-grid05;
}
.l-footer-grid06 {
  grid-area: l-footer-grid06;
}
.l-footer-grid07 {
  grid-area: l-footer-grid07;
}
.l-footer-grid08 {
  grid-area: l-footer-grid08;
}
.l-footer-grid09 {
  grid-area: l-footer-grid09;
}
.l-footer-globalnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer-globalnav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem 0.4rem;
  }
  .l-footer-globalnav li {
    width: calc((100% - 0.8rem) / 3);
  }
}
.l-footer-globalnav a {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-footer-globalnav a {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.l-footer-globalnav a:hover {
  opacity: 0.7;
}
.l-footer-below {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer-below {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
    font-size: 1.1rem;
  }
}
.l-footer-below small {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer-below small {
    font-size: 1.1rem;
  }
}
.l-footer-below a:hover {
  opacity: 0.7;
}
.l-footer__parent {
  background: var(--main-light);
  padding: 0.4rem 1rem;
  color: var(--main-dark);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__parent {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.l-footer__parent::before {
  content: "■";
  color: var(--main-dark);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-right: 0.6em;
}
@media screen and (max-width: 768px) {
  .l-footer__parent::before {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.l-footer__child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__child li {
  width: 100%;
}
.l-footer__child li a {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.4em;
}
@media screen and (max-width: 768px) {
  .l-footer__child li a {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.l-footer__child li a::before {
  content: "▶";
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.l-footer__child li a:hover {
  opacity: 0.7;
}

/* ----- l-information ----- */
.l-information {
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-information {
    padding: 7rem 2rem;
  }
}
.l-information__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information__inner {
    width: 100%;
  }
}

.l-cta {
  position: relative;
  /* ----- 個別 ----- */
  /* ----- 共通 ----- */
}
.l-cta.cta01 {
  padding: 6rem 0 14.2rem 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-cta.cta01 {
    padding: 0;
  }
}
.l-cta.cta01::before {
  content: "";
  display: inline-block;
  width: 10.4rem;
  height: 8rem;
  background-image: url(../img/l-worry-before-arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-cta.cta01::before {
    z-index: 10;
    width: 8rem;
    height: 6rem;
    bottom: -3rem;
  }
}
.l-cta.cta02 {
  padding: 12rem 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-cta.cta02 {
    padding: 3rem 0 0 0;
  }
}
.l-cta.cta03 {
  padding: 0;
  z-index: 2;
}
.l-cta__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}
.l-cta-head {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-cta-head {
    margin-bottom: 1rem;
  }
}
.l-cta-head h2 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-cta-head h2 {
    font-size: 2.4rem;
    line-height: 1.7;
    position: relative;
  }
}
.l-cta-head h2::before {
  content: "＼";
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .l-cta-head h2::before {
    font-size: 2.4rem;
    line-height: 1.7;
    position: absolute;
    left: -1.5em;
    bottom: 0;
    margin: 0;
  }
}
.l-cta-head h2::after {
  content: "／";
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-cta-head h2::after {
    font-size: 2.4rem;
    line-height: 1.7;
    position: absolute;
    right: -1.5em;
    bottom: 0;
    margin: 0;
  }
}
.l-cta-head h2 span {
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-cta-head h2 span {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
  }
}
.l-cta-body {
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  padding: 3.5rem 5rem;
  /* 上段 */
  /* 下段 */
}
@media screen and (max-width: 768px) {
  .l-cta-body {
    padding: 2.5rem 1rem 5rem 1rem;
  }
}
.l-cta-body-box01 {
  width: calc(100% - 10rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01 {
    width: calc(100% - 3rem);
    flex-direction: column;
    justify-content: center;
    gap: 1.6rem 0;
  }
}
.l-cta-body-box01__imgbox {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__imgbox {
    width: 100%;
  }
}
.l-cta-body-box01__imgbox img {
  width: 100%;
  height: auto;
}
.l-cta-body-box01__txtbox {
  width: 54rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__txtbox {
    width: 100%;
    gap: 1.4rem;
  }
}
.l-cta-body-box01__txtbox > * {
  width: 100%;
}
.l-cta-body-box01__dl {
  border-bottom: 1px solid var(--white);
  display: flex;
  align-items: stretch;
}
.l-cta-body-box01__dl dt {
  width: 9.8rem;
  height: 4.2rem;
  background: var(--white);
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__dl dt {
    width: 7.5rem;
    height: 3rem;
    padding: 0;
  }
}
.l-cta-body-box01__dl dt p {
  display: inline-block;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__dl dt p {
    font-size: 1.4rem;
  }
}
.l-cta-body-box01__dl dt p span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__dl dt p span {
    font-size: 1.8rem;
  }
}
.l-cta-body-box01__dl dd {
  width: calc(100% - 9.8rem);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__dl dd {
    width: calc(100% - 7.5rem);
    padding: 0 0 0 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.l-cta-body-box01__dl dd span {
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box01__dl dd span {
    font-size: 2.2rem;
  }
}
.l-cta-body-box02 {
  background: var(--white);
  width: 100%;
  margin: 7.4rem auto 0 auto;
  padding: 0 5rem 4.2rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02 {
    margin: 6rem auto 0 auto;
    padding: 0 1.6rem 2.4rem 1.6rem;
  }
}
.l-cta-body-box02__label {
  display: flex;
  justify-content: center;
  position: relative;
  top: -2.4rem;
  margin-bottom: -2.4rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02__label {
    top: -3.7rem;
    margin-bottom: -3.7rem;
  }
}
.l-cta-body-box02__label h3 {
  color: var(--main-dark);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--sub);
  padding: 0 5rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02__label h3 {
    display: flex;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.28;
    padding: 0;
    height: 7.4rem;
  }
}
.l-cta-body-box02-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.l-cta-body-box02-btns__phone {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__phone {
    width: 100%;
  }
}
.l-cta-body-box02-btns__phone a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--white);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__phone a {
    height: 9rem;
    gap: 0.4rem;
  }
}
.l-cta-body-box02-btns__phone a:hover {
  opacity: 0.7;
}
.l-cta-body-box02-btns__phone a > * {
  width: 100%;
}
.l-cta-body-box02-btns__phone p {
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__phone p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-cta-body-box02-btns__phone h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__phone h4 {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .l-cta-body-box02-btns__phone h4 img {
    width: 2.8rem;
    height: auto;
  }
}
.l-cta-body-box02-btns__reserve {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__reserve {
    width: 100%;
  }
}
.l-cta-body-box02-btns__reserve a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__reserve a {
    height: 9rem;
    gap: 0.4rem;
  }
}
.l-cta-body-box02-btns__reserve a:hover {
  opacity: 0.7;
}
.l-cta-body-box02-btns__reserve a > * {
  width: 100%;
}
.l-cta-body-box02-btns__reserve p {
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__reserve p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-cta-body-box02-btns__reserve h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02-btns__reserve h4 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.03em;
  }
  .l-cta-body-box02-btns__reserve h4 img {
    width: 2.8rem;
    height: auto;
  }
}
.l-cta-body-box02__sup {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-cta-body-box02__sup {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.l-qa {
  padding: 10rem 0;
  /* ----- アコーディオン ----- */
  /* ----- アコーディオンのなか ----- */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 5rem 2rem;
  }
}
.l-qa__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
  }
}
.l-qa__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 3rem;
  }
}
.l-qa .toggle_wrapper {
  border-bottom: 1px solid var(--main-dark);
}
.l-qa .toggle_title {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 3rem 8.2rem 3rem 10.2rem;
  border-top: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 2.4rem 3.6rem 2.4rem 5.6rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: 0.08em;
  }
}
.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--en-font);
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    left: 1rem;
  }
}
.l-qa .toggle_title:hover {
  opacity: 0.7;
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--main-dark);
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before,
  .l-qa .toggle_btn:after {
    width: 1.6rem;
  }
}
.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before {
    height: 1.6rem;
  }
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
}
.l-qa .toggle_contents dd .inner {
  background: var(--white);
  padding: 0 4rem 3rem 4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    padding: 0 1rem 2.4rem 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
  }
  .l-qa .toggle_contents dd .inner > * {
    width: 100%;
  }
}
.l-qa__prof {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  text-align: center;
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .l-qa__prof {
    width: 100%;
  }
}
.l-qa__prof img {
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.l-qa__prof p {
  text-align: center;
  color: var(--main-dark);
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
.l-qa__prof p span {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-qa__prof p span {
    line-height: 1.8;
  }
}
.l-qa__txts {
  width: 75rem;
}
@media screen and (max-width: 768px) {
  .l-qa__txts {
    width: 100%;
  }
}

/* ----- l-parallax01 ----- */
.l-parallax01 {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-parallax01 {
    margin-bottom: 4.8rem;
  }
}
.l-parallax01__inner {
  width: 100%;
  height: 40rem;
  background: url(../img/l-parallax01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .l-parallax01__inner {
    height: 15rem;
    background: url(../img/l-parallax01-sp.jpg) no-repeat center center/cover;
    background-attachment: inherit;
  }
}

.l-doctor {
  background: var(--main-dark);
  padding: 8.4rem 0 13.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 5rem 1.4rem 6.6rem 1.4rem;
  }
}
.l-doctor__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__inner {
    width: 100%;
  }
}
.l-doctor__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__title {
    margin-bottom: 3rem;
  }
}
.l-doctor-box + .l-doctor-box {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box + .l-doctor-box {
    margin-top: 4rem;
  }
}
.l-doctor-box {
  background: var(--white);
  padding: 10rem;
  /* ----- profbox ----- */
  /* ----- details ----- */
  /* ----- bnr ----- */
  /* ----- btns ----- */
}
@media screen and (max-width: 768px) {
  .l-doctor-box {
    padding: 2.4rem;
  }
}
.l-doctor-box__profbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__profbox {
    gap: 2.4rem;
    flex-direction: column;
  }
}
.l-doctor-box__imgbox {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__imgbox {
    width: 100%;
  }
}
.l-doctor-box__imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor-box__txtbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__txtbox {
    width: 100%;
  }
}
.l-doctor-box__head {
  border-bottom: 1px solid var(--base-color);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-doctor-box__head > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__head .job {
    font-size: 1.2rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}
.l-doctor-box__head .name {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__head .name {
    font-size: 3.6rem;
    line-height: 1.34;
  }
}
.l-doctor-box__head .msg {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__head .msg {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
}
.l-doctor-box__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__btn {
    display: flex;
    justify-content: center;
  }
}
.l-doctor-box__details {
  margin-top: 6.2rem;
  background: var(--main-light);
  padding: 3rem 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__details {
    margin-top: 3rem;
    padding: 3rem;
    gap: 2.4rem 0;
  }
}
.l-doctor-box__detail01 {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__detail01 {
    width: 100%;
  }
}
.l-doctor-box__detail02 {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__detail02 {
    width: 100%;
  }
}
.l-doctor-box__detail03 {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__detail03 {
    width: 100%;
  }
}
.l-doctor-box__subtitle {
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__subtitle {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.l-doctor-box__subtitle::before {
  content: "■";
  color: var(--main-dark);
  font-size: 2rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__subtitle::before {
    font-size: 1.6rem;
  }
}
.l-doctor-box__p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-doctor-box__list li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
  list-style-type: disc;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__list li {
    margin-left: 1.8em;
  }
}
.l-doctor-box__bnr {
  width: 80rem;
  margin: 6.2rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__bnr {
    width: 100%;
    margin: 2.2rem auto 0 auto;
  }
}
.l-doctor-box__bnr img {
  width: 100%;
  height: auto;
}
.l-doctor-box__bnr a:hover {
  opacity: 0.7;
}
.l-doctor-box__btns {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__btns {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    width: 100%;
  }
  .l-doctor-box__btns li {
    width: 100%;
  }
}
.l-doctor-box__btns a {
  border-radius: 1.2rem;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-doctor-box__btns a {
    display: flex;
    width: 100%;
  }
}
.l-doctor-box__btns a:hover {
  opacity: 0.7;
}

.l-treatment {
  padding: 12rem 0;
  background: url(../img/bg-tile.png) repeat left top;
}
@media screen and (max-width: 768px) {
  .l-treatment {
    padding: 5rem 0 8.4rem 0;
  }
}
.l-treatment__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-treatment__inner {
    width: 100%;
  }
}
.l-treatment__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-treatment__title {
    margin-bottom: 3rem;
  }
}
.l-treatment-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks {
    width: calc(100% - 4rem);
    margin: 0 auto;
    gap: 3rem;
  }
}
.l-treatment-blocks__block01 {
  width: 100%;
  border: 1px solid var(--main-dark);
  background: var(--white);
}
.l-treatment-blocks__block02 {
  width: 100%;
  border: 1px solid var(--main-dark);
  background: var(--white);
}
.l-treatment-blocks__block03 {
  width: calc((100% - 5rem) / 2);
  border: 1px solid var(--main-dark);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__block03 {
    width: 100%;
  }
}
.l-treatment-blocks__block04 {
  width: calc((100% - 5rem) / 2);
  border: 1px solid var(--main-dark);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__block04 {
    width: 100%;
  }
}
.l-treatment-blocks__subtitle {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
  background: var(--main-dark);
  padding: 1.2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__subtitle {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.03em;
  }
}
.l-treatment-blocks__box {
  padding: 4rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__box {
    padding: 3rem 2rem;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
.l-treatment-blocks__imgbox {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__imgbox {
    width: 100%;
  }
}
.l-treatment-blocks__imgbox img {
  width: 100%;
  height: auto;
}
.l-treatment-blocks__txtbox {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__txtbox {
    width: 100%;
  }
}
.l-treatment-blocks__btn {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__btn {
    margin-top: 2.4rem;
  }
}
.l-treatment-blocks__box02 {
  padding: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__box02 {
    padding: 3rem 2rem;
  }
}
.l-treatment-blocks__smalltitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--base-color);
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-treatment-blocks__smalltitle {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.l-treatment-below {
  background: var(--gray-light);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-top: 9.6rem;
  padding: 0 3.4rem 0 9.6rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-treatment-below {
    width: calc(100% - 4rem);
    margin: 6rem auto 0 auto;
    padding: 4.4rem 3rem;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .l-treatment-below__figure {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-treatment-below__figure {
    position: absolute;
    top: -4rem;
    right: -2rem;
    width: 14rem;
  }
  .l-treatment-below__figure img {
    width: 100%;
    height: auto;
  }
}
.l-treatment-below__txtbox {
  width: 52rem;
  padding: 5.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-treatment-below__txtbox {
    width: 100%;
    padding: 0;
  }
}
.l-treatment-below__imgbox {
  width: calc(100% - 52rem);
}
@media screen and (max-width: 768px) {
  .l-treatment-below__imgbox {
    display: none;
  }
}
.l-treatment-below__imgbox img {
  width: 100%;
  height: auto;
  position: relative;
  top: -7.6rem;
  margin-bottom: -7.6rem;
}
.l-treatment-below__subtitle {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--main-dark);
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-treatment-below__subtitle {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
  }
}
.l-treatment-below__sup {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-treatment-below__sup {
    margin-top: 2rem;
  }
}

.l-worry {
  background: url(../img/l-worry-bg.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 104.5rem;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 88.22%, 50% 100%, 0 88.22%);
  margin-bottom: -15.999995rem;
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-worry {
    background: url(../img/l-worry-bg-sp.jpg) no-repeat top center/cover;
    height: 124rem;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
    margin-bottom: -6.0016rem;
    padding: 6rem 2rem 0 2rem;
  }
}
.l-worry__inner {
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__inner {
    width: 100%;
  }
}
.l-worry__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.l-worry__title span {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title span {
    font-size: 3.8rem;
  }
}
.l-worry__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-worry__list {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.l-worry__list li {
  width: calc((100% - 7.8rem) / 4);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-worry__list li {
    width: calc((100% - 1rem) / 2);
  }
}
.l-worry__list li:nth-child(1) {
  background: url(../img/l-worry-photo01.jpg) no-repeat center top/100% auto;
}
.l-worry__list li:nth-child(2) {
  background: url(../img/l-worry-photo02.jpg) no-repeat center top/100% auto;
}
.l-worry__list li:nth-child(3) {
  background: url(../img/l-worry-photo03.jpg) no-repeat center top/100% auto;
}
.l-worry__list li:nth-child(4) {
  background: url(../img/l-worry-photo04.jpg) no-repeat center top/100% auto;
}
.l-worry__list li:nth-child(5) {
  background: url(../img/l-worry-photo05.jpg) no-repeat center top/100% auto;
}
.l-worry__list li:nth-child(6) {
  background: url(../img/l-worry-photo06.jpg) no-repeat center top/100% auto;
}
.l-worry__list li:nth-child(7) {
  background: url(../img/l-worry-photo07.jpg) no-repeat center top/100% auto;
}
.l-worry__list li p {
  width: 100%;
  height: 6.6rem;
  background: var(--white);
  color: var(--main-dark);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-worry__list li p {
    height: 5.8rem;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.4rem;
  }
}
.l-worry__box {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.6rem 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-worry__box {
    padding: 2rem;
    gap: 0;
  }
}
.l-worry__box h3 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-worry__box h3 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 1.6rem;
  }
}
.l-worry__box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-worry__box ul {
    gap: 0.4rem;
    width: calc(100% - 4rem);
  }
}
.l-worry__box ul li {
  width: 100%;
  background: url(../img/l-worry-box-list-icon.svg) no-repeat center left/2.8rem 2.4rem;
  padding-left: 4.4rem;
}
@media screen and (max-width: 768px) {
  .l-worry__box ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    white-space: nowrap;
    min-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-worry__box ul + ul {
    margin-top: 0.4rem;
  }
}

.l-qol {
  background: linear-gradient(0deg, #F2FCFF 43.1%, #FFF 97.01%);
  padding: 23.6rem 0 11.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-qol {
    padding: 8.4rem 2rem 6.2rem 2rem;
  }
}
.l-qol__inner {
  width: 105rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-qol__inner {
    width: 100%;
    gap: 2.4rem;
  }
}
.l-qol__imgbox {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .l-qol__imgbox {
    width: 100%;
  }
}
.l-qol__imgbox img {
  width: 100%;
  height: auto;
}
.l-qol__prf {
  background: var(--main-dark);
  color: var(--white);
  padding: 2rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-qol__prf {
    padding: 1.5rem 2rem;
    gap: 1rem;
    align-items: flex-end;
  }
}
.l-qol__prf .job {
  font-family: var(--sub-font);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.l-qol__prf .name {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-qol__prf .name {
    font-size: 2.4rem;
  }
}
.l-qol__prf .name .relative {
  position: relative;
}
.l-qol__prf .name .absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-qol__prf .name .absolute {
    transform: translate(-50%, -60%);
  }
}
.l-qol__txtbox {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-qol__txtbox {
    width: 100%;
  }
}
.l-qol__title {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-qol__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.l-qol__title span {
  background: linear-gradient(transparent 60%, #E2F1F9 40%);
}
@media screen and (max-width: 768px) {
  .l-qol__title span {
    font-size: 2.2rem;
  }
}
.l-qol__p {
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-qol__p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.l-concept {
  background: url(../img/l-concept-bg.jpg) no-repeat center top/100% auto;
  padding: 12rem 0 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-concept {
    padding: 4.8rem 0 3rem 0;
  }
}
.l-concept__inner {
  width: 99rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-concept__inner {
    width: 100%;
  }
}
.l-concept__intro {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-concept__intro {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 1.6rem;
    line-height: 1.8;
  }
}
.l-concept__intro span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-concept__intro span {
    font-size: 2.8rem;
    line-height: 1.32;
  }
}
.l-concept__intro span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--base-color);
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}
.l-concept__arrow01 {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-concept__arrow01 {
    margin-bottom: 1.6rem;
  }
  .l-concept__arrow01 img {
    width: 5.2rem;
    height: auto;
  }
}
.l-concept__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-concept__title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 3rem;
  }
}
.l-concept__title span {
  color: var(--main-dark);
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #E2F1F9 40%);
}
@media screen and (max-width: 768px) {
  .l-concept__title span {
    font-size: 2.8rem;
    line-height: 1.32;
  }
}
.l-concept__figure {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-concept__figure {
    width: calc(100% - 4rem);
    margin: 0 auto 3rem auto;
  }
}
.l-concept__figure img {
  width: 100%;
  height: auto;
}
.l-concept__bnr {
  width: 80rem;
  margin: 0 auto 6rem auto;
}
@media screen and (max-width: 768px) {
  .l-concept__bnr {
    width: calc(100% - 4rem);
    margin: 0 auto 3rem auto;
  }
}
.l-concept__bnr img {
  width: 100%;
  height: auto;
}
.l-concept__bnr a:hover {
  opacity: 0.7;
}
.l-concept__arrow02 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-concept__arrow02 img {
    width: 5.2rem;
    height: auto;
  }
}

.l-advice {
  background: url(../img/l-advice-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 40rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-advice {
    background: url(../img/l-advice-bg-sp.jpg) no-repeat center center/cover;
    height: 21.4rem;
    gap: 1rem;
  }
}
.l-advice__intro {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-advice__intro {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.l-advice__title {
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-advice__title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.03em;
  }
}
.l-advice__title span {
  background: linear-gradient(transparent 60%, #E2F1F9 40%);
}
.l-implant {
  /* ----- l-implant-head ----- */
  /* ----- l-implant-middle ----- */
  /* ----- l-implant-body ----- */
  /* ----- l-implant-foot ----- */
}
.l-implant-head {
  display: grid;
  grid-template-columns: 1fr 544px 100px 556px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  background: var(--white) url(../img/l-implant-head-bg.png) no-repeat bottom right/75.6rem auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-implant-head {
    display: block;
    background: var(--white) url(../img/l-implant-head-bg-sp.png) no-repeat bottom right/100% auto;
  }
}
.l-implant-head__grid01 {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 768px) {
  .l-implant-head__grid01 {
    width: 100%;
    height: 26rem;
    position: relative;
  }
}
.l-implant-head__grid01 img {
  width: 100%;
  height: 75rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-implant-head__grid01 img {
    height: 26rem;
  }
}
@media screen and (min-width: 769px) {
  .l-implant-head__grid01 .position {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-implant-head__grid01 .position {
    position: absolute;
    top: 0;
    left: 7.4rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
}
.l-implant-head__grid02 {
  grid-area: 1/2/2/3;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-implant-head__grid02 {
    display: none;
  }
}
.l-implant-head__grid03 {
  grid-area: 1/4/2/5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-implant-head__grid03 {
    width: 100%;
    padding: 4.2rem 2rem 5.2rem 2rem;
    gap: 0;
  }
}
.l-implant-head__grid03 > * {
  width: 100%;
}
.l-implant-head__title {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-implant-head__title {
    font-size: 3.2rem;
    line-height: 1.34;
    letter-spacing: 0.08em;
    margin-bottom: 3.2rem;
    position: relative;
  }
  .l-implant-head__title::before {
    content: "＼";
    font-size: 3.2rem;
    line-height: 1.34;
    color: var(--main-dark);
    position: absolute;
    bottom: 0;
    left: 2.4rem;
  }
  .l-implant-head__title::after {
    content: "／";
    font-size: 3.2rem;
    line-height: 1.34;
    color: var(--main-dark);
    position: absolute;
    bottom: 0;
    right: 2.4rem;
  }
}
.l-implant-head__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-implant-head__list {
    width: 100%;
  }
}
.l-implant-head__list > * {
  width: 100%;
}
.l-implant-head__list li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  background: url(../img/l-implant-head-list-icon.svg) no-repeat center left/2.8rem 2.4rem;
  min-height: 2.4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .l-implant-head__list li {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    background: url(../img/l-implant-head-list-icon.svg) no-repeat top left/2.8rem 2.4rem;
  }
}
.l-implant-head__vertical {
  writing-mode: vertical-rl;
  box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.2);
  background: var(--white);
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.26;
  padding: 2.4rem 1.4rem;
  letter-spacing: 0.2em;
  display: inline;
}
@media screen and (max-width: 768px) {
  .l-implant-head__vertical {
    font-size: 1.6rem;
    line-height: 1.18;
    padding: 1.2rem 0.8rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }
}
.l-implant-cta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-implant-cta {
    margin-top: 3.2rem;
    gap: 1.2rem;
  }
}
.l-implant-cta__phone {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-implant-cta__phone {
    width: 100%;
  }
}
.l-implant-cta__phone a {
  width: 100%;
  height: 7.6rem;
  border: 1px solid var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--white);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-implant-cta__phone a {
    height: 9rem;
  }
}
.l-implant-cta__phone a:hover {
  opacity: 0.7;
}
.l-implant-cta__phone p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-implant-cta__phone p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-implant-cta__phone h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .l-implant-cta__phone h3 {
    font-size: 2.4rem;
    height: 3.6rem;
  }
  .l-implant-cta__phone h3 img {
    width: 2.8rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-implant-cta__reserve {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-implant-cta__reserve {
    width: 100%;
  }
}
.l-implant-cta__reserve a {
  width: 100%;
  height: 7.6rem;
  border: 1px solid var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--main-dark);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-implant-cta__reserve a {
    height: 9rem;
  }
}
.l-implant-cta__reserve a:hover {
  opacity: 0.7;
}
.l-implant-cta__reserve p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-implant-cta__reserve p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-implant-cta__reserve h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sub-font);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .l-implant-cta__reserve h3 {
    font-size: 2.2rem;
    height: 3.6rem;
  }
  .l-implant-cta__reserve h3 img {
    width: 2.8rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-implant-middle {
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  padding: 3rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-implant-middle {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 1.28;
    letter-spacing: 0.05em;
  }
}
.l-implant-body {
  background: var(--main-light);
  padding: 10rem 0 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-implant-body {
    padding: 5rem 2rem;
  }
}
.l-implant-body__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-implant-body__inner {
    width: 100%;
  }
}
.l-implant-body__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.l-implant-body__list .box {
  width: 29rem;
  border: 1px solid var(--main-dark);
  background: var(--white);
  padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list .box {
    width: 100%;
    padding: 2.4rem 3rem;
  }
}
.l-implant-body__list .arrow {
  width: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list .arrow {
    transform: rotate(90deg);
    padding: 2rem 0;
    width: 100%;
  }
  .l-implant-body__list .arrow img {
    width: 3.2rem;
    height: auto;
  }
}
.l-implant-body__list h4 {
  border-bottom: 1px solid var(--main-dark);
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list h4 {
    font-size: 2rem;
    font-weight: 500;
    display: block;
    width: 20rem;
    margin: 0 auto 1.2rem auto;
    padding-bottom: 1.2rem;
  }
}
.l-implant-body__list h4.row1 {
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list h4.row1 {
    line-height: 1.4;
  }
}
.l-implant-body__list h4 span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list h4 span {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.l-implant-body__list p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-implant-body__list p {
    text-align: center;
  }
}
.l-implant-foot {
  background: url(../img/l-implant-foot-bg.jpg) no-repeat center top/cover;
  padding: 12rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-implant-foot {
    background: var(--white) url(../img/l-implant-foot-bg.jpg) no-repeat center top/100% auto;
    padding: 5.6rem 2rem;
  }
}
.l-implant-foot__inner {
  width: 98.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__inner {
    width: 100%;
  }
}
.l-implant-foot__title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__title {
    margin-bottom: 1.6rem;
  }
}
.l-implant-foot__title h3 {
  font-family: var(--sub-font);
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__title h3 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.l-implant-foot__flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__flexbox {
    flex-direction: column;
  }
}
.l-implant-foot__imgbox {
  width: 39rem;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.l-implant-foot__imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__imgbox img {
    width: 18rem;
  }
}
.l-implant-foot__txtbox {
  width: 54.6rem;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__txtbox {
    width: 100%;
  }
}
.l-implant-foot__p {
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
.l-implant-foot__p .pc-span {
  color: var(--white);
  font-weight: 600;
  line-height: 1.66;
  background: var(--main);
  padding: 0.6rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__p .pc-span {
    display: none;
  }
}
.l-implant-foot__p .sp-span {
  margin: 0.4rem 0 0.8rem 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-implant-foot__p .sp-span small {
    background: var(--main);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    padding: 0.6rem;
    display: inline-block;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-implant-foot__p .sp-span {
    display: none;
  }
}

.l-bg {
  background: url(../img/bg-tile.png) repeat left top;
}

.l-case {
  padding: 16rem 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 2rem 0 6rem 0;
  }
}
.l-case__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-case__inner {
    width: 100%;
  }
}
.l-case__badge {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case__badge {
    margin-bottom: 1.6rem;
  }
  .l-case__badge img {
    width: 27.6rem;
    height: auto;
  }
}
.l-case__btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-case__btn {
    margin-top: 4rem;
  }
}

.l-feature {
  padding: 10rem 0 0 0;
  /* ----- box内 ----- */
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 4rem 2rem 0 2rem;
  }
}
.l-feature__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature__inner {
    width: 100%;
  }
}
.l-feature__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-feature__title {
    margin-bottom: 2rem;
  }
}
.l-feature__blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-feature__blocks {
    gap: 3rem;
  }
}
.l-feature__block {
  width: 100%;
}
.l-feature__num {
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.85;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-feature__num {
    font-size: 3rem;
    line-height: 0.83;
  }
}
.l-feature__num span {
  font-size: 8.3rem;
}
@media screen and (max-width: 768px) {
  .l-feature__num span {
    font-size: 5rem;
  }
}
.l-feature__subtitle {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  padding: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-feature__subtitle {
    padding: 1rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.03em;
    text-align: left;
  }
}
.l-feature__box {
  border: 1px solid var(--main-dark);
  background: var(--white);
  padding: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-feature__box {
    padding: 2rem 2rem 3rem 2rem;
    gap: 3.2rem 0;
  }
}
.l-feature__flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-feature__flexbox {
    gap: 1.6rem;
  }
}
.l-feature__flexbox.rev {
  flex-direction: row-reverse;
}
.l-feature__flexitem {
  width: calc((100% - 5rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-feature__flexitem {
    width: 100%;
    gap: 1rem;
  }
}
.l-feature__flexitem img {
  width: 100%;
  height: auto;
}
.l-feature__flexitem h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
.l-feature__smallbtn a {
  border-radius: 0.7rem;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-feature__smallbtn a {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
}
.l-feature__smallbtn a:hover {
  opacity: 0.7;
}
.l-feature__btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-feature__smalltitle {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature__smalltitle {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: -1.2rem;
  }
}
.l-feature__arrow {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-feature__arrow {
    margin: -1rem 0;
  }
  .l-feature__arrow img {
    width: 5.2rem;
    height: auto;
  }
}
.l-feature-ctahead {
  display: flex;
  justify-content: center;
  text-align: center;
}
.l-feature-ctahead h2 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-feature-ctahead h2 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.05em;
    position: relative;
  }
}
.l-feature-ctahead h2::before {
  content: "＼";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .l-feature-ctahead h2::before {
    font-size: 2.4rem;
    line-height: 1.28;
    position: absolute;
    bottom: 0;
    left: -2.8rem;
    margin: 0;
  }
}
.l-feature-ctahead h2::after {
  content: "／";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-feature-ctahead h2::after {
    font-size: 2.4rem;
    line-height: 1.28;
    position: absolute;
    bottom: 0;
    right: -2.8rem;
    margin: 0;
  }
}
.l-feature-cta {
  background: var(--gray-light);
  width: 100%;
  padding: 0 5rem 4.2rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-feature-cta {
    padding: 0 2rem 2rem 2rem;
  }
}
.l-feature-cta.cta01 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature-cta.cta01 {
    margin: 1.2rem auto 0 auto;
  }
}
.l-feature-cta.cta02 {
  margin: 2.4rem auto 0 auto;
}
.l-feature-cta__label {
  display: flex;
  justify-content: center;
  position: relative;
  top: -2.4rem;
  margin-bottom: -2.4rem;
}
@media screen and (max-width: 768px) {
  .l-feature-cta__label {
    top: -2.8rem;
    margin-bottom: -2.8rem;
    width: 100%;
  }
}
.l-feature-cta__label h3 {
  color: var(--main-dark);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--sub);
  padding: 0 5rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-feature-cta__label h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    height: 5.6rem;
    padding: 0;
    display: flex;
    width: 100%;
  }
}
.l-feature-cta-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns {
    gap: 1rem;
    margin-top: 1.6rem;
  }
}
.l-feature-cta-btns__phone {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__phone {
    width: 100%;
  }
}
.l-feature-cta-btns__phone a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--white);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__phone a {
    height: 7.6rem;
  }
}
.l-feature-cta-btns__phone a:hover {
  opacity: 0.7;
}
.l-feature-cta-btns__phone a > * {
  width: 100%;
}
.l-feature-cta-btns__phone p {
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__phone p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-feature-cta-btns__phone h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__phone h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .l-feature-cta-btns__phone h4 img {
    width: 2.4rem;
    height: auto;
  }
}
.l-feature-cta-btns__reserve {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__reserve {
    width: 100%;
  }
}
.l-feature-cta-btns__reserve a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--white);
  background: var(--main-dark);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__reserve a {
    border: 3px solid var(--main-dark);
    height: 7.6rem;
  }
}
.l-feature-cta-btns__reserve a:hover {
  opacity: 0.7;
}
.l-feature-cta-btns__reserve a > * {
  width: 100%;
}
.l-feature-cta-btns__reserve p {
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__reserve p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.l-feature-cta-btns__reserve h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature-cta-btns__reserve h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .l-feature-cta-btns__reserve h4 img {
    width: 2.4rem;
    height: auto;
  }
}
.l-feature-cta__sup {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-feature-cta__sup {
    margin-top: 1.8rem;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}
.l-feature-period {
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature-period {
    width: 100%;
  }
}
.l-feature-period__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 1rem;
  background: var(--main);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-feature-period__title {
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 1.6rem;
  }
}
.l-feature-period__figure {
  width: 100%;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .l-feature-period__figure {
    width: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.6rem auto;
  }
}
.l-feature-period__figure img.scroll-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-feature-period__figure img.scroll-img {
    width: 80rem;
  }
}
.l-feature-period__sup {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

/* ----- scroll hint ----- */
.scroll-container {
  position: relative;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.scroll-hint.show {
  opacity: 1;
}

@keyframes hintAnimation {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
  }
}
@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 5.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
  }
  .l-floating__phone {
    width: 50%;
  }
  .l-floating__phone a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--main-dark);
    text-align: center;
    background: var(--white);
    border-top: 1px solid var(--main-dark);
  }
  .l-floating__phone p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-floating__phone small {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.04em;
    display: block;
  }
  .l-floating__reserve {
    width: 50%;
  }
  .l-floating__reserve a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--main-dark);
  }
  .l-floating__reserve p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-floating__reserve small {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.04em;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-review {
  position: fixed;
  right: 0;
  top: 17.6rem;
  width: 4.8rem;
  z-index: 400;
}
@media screen and (max-width: 768px) {
  .l-review {
    right: 7rem;
    top: 0;
    width: 7rem;
    height: auto;
    aspect-ratio: 1/1;
    z-index: 5000;
    background: #2FBE9E;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    color: var(--white);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-review p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-review p {
    display: block;
  }
}
.l-review img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-review img {
    width: 2.6rem;
    height: auto;
    margin: 0 auto;
  }
}
.l-review a:hover {
  opacity: 0.7;
}

.l-header {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 7rem;
    display: flex;
    align-items: center;
  }
}
.l-header__logo {
  position: absolute;
  top: 4rem;
  left: 8.6rem;
  z-index: 10;
  width: 27rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 0.5rem;
    left: 2rem;
    gap: 0.2rem;
    width: 16rem;
  }
}
.l-header__logo > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: auto;
    height: 4rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo h1 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header__logo h1 {
    display: none;
  }
}
.l-header__logo p {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  border: 1px solid var(--white);
  padding: 0.4rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo p {
    color: var(--base-color);
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid var(--base-color);
    padding: 0;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-header__fix {
  position: fixed;
  top: 0;
  right: 6rem;
  display: flex;
  align-items: center;
  z-index: 5000;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    right: 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__line {
    display: none;
  }
}
.l-header__line a {
  background: var(--white);
  border: 1px solid var(--main-dark);
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  aspect-ratio: 1/1;
}
.l-header__line a:hover {
  opacity: 0.7;
}
.l-header__line a img {
  width: 2.7rem;
  height: auto;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__phone {
    display: none;
  }
}
.l-header__phone a {
  background: var(--white);
  border: 1px solid var(--main-dark);
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 6rem;
  display: flex;
  height: 60px;
  padding: 0 2.4rem;
}
.l-header__phone a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__reserve {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve a {
  background: var(--main-dark);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 6rem;
  display: flex;
  height: 60px;
  padding: 0 2.4rem;
}
.l-header__reserve a:hover {
  opacity: 0.7;
}

.l-sitemap {
  padding: 20.2rem 0 8.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 0;
  }
}
.l-sitemap__inner {
  width: 120rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 14.4rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__inner {
    width: 100%;
    background: var(--white);
    box-shadow: none;
    padding: 15.4rem 2rem 12rem 2rem;
  }
}
.l-sitemap__navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__navs {
    gap: 2.4rem 0;
  }
}
.l-sitemap__nav01 {
  width: 44rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav01 {
    width: 100%;
    gap: 0.8rem;
  }
}
.l-sitemap__nav01 li {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav01 li {
    width: calc((100% - 0.8rem) / 2);
  }
}
.l-sitemap__nav01 a {
  border-radius: 1.2rem;
  border: 1px solid transparent;
  background: url(../img/l-sitemap-navs-icon-white.svg) no-repeat center left .8rem/2.4rem auto, linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav01 a {
    font-size: 1.4rem;
	 line-height: 1.1;
	  text-align: center;
  }
}
.l-sitemap__nav01 a:hover {
  opacity: 0.7;
}
.l-sitemap__nav02 {
  width: 24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav02 {
    width: 100%;
    gap: 0.8rem;
  }
}
.l-sitemap__nav02 li {
  width: 100%;
}
.l-sitemap__nav02 a {
  border-radius: 1.2rem;
  border: 1px solid var(--main-dark);
  background: var(--white) url(../img/l-sitemap-navs-icon-maindark.svg) no-repeat center left 2rem/2.4rem auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-dark);
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav02 a {
    font-size: 1.4rem;
  }
}
.l-sitemap__nav02 a:hover {
  opacity: 0.7;
}
.l-sitemap__nav03 {
  width: 24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav03 {
    width: 100%;
    gap: 0.8rem;
  }
}
.l-sitemap__nav03 li {
  width: 100%;
}
.l-sitemap__nav03 a {
  border-radius: 1.2rem;
  border: 1px solid var(--main-dark);
  background: var(--main-light) url(../img/l-sitemap-navs-icon-maindark.svg) no-repeat center left 2rem/2.4rem auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-dark);
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav03 a {
    font-size: 1.4rem;
  }
}
.l-sitemap__nav03 a:hover {
  opacity: 0.7;
}
.l-sitemap__bnrs {
  width: 85.2rem;
  margin: 6rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-sitemap__bnrs {
    width: 100%;
    margin: 5.6rem auto 0 auto;
    gap: 1.6rem;
  }
}
.l-sitemap__bnrs li {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-sitemap__bnrs li {
    width: 100%;
  }
}
.l-sitemap__bnrs img {
  width: 100%;
  height: auto;
}
.l-sitemap__bnrs a:hover {
  opacity: 0.7;
}

.l-hero {
  width: 100%;
  height: 88rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* ----- elements ----- */
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: 53rem;
  }
}
.l-hero__imgbox {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-hero__imgbox {
    width: 100%;
    height: 100%;
  }
}
.l-hero__elements01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 16rem 8.6rem;
}
@media screen and (max-width: 768px) {
  .l-hero__elements01 {
    justify-content: flex-start;
    padding: 4rem 0 0 0;
  }
}
.l-hero__elements02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-hero__elements02 {
    display: none;
  }
}
.l-hero__tagline {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #FFF 0.02%, rgba(255, 255, 255, 0.6) 69.38%, rgba(255, 255, 255, 0) 100.39%);
  width: 76.4rem;
  padding: 1.3rem 3.6rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-hero__tagline {
    font-size: 1.3rem;
    width: 100%;
    padding: 0.6rem 2rem;
    margin-bottom: 1.6rem;
  }
}
.l-hero__catch {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25), 0 1px 7px rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-hero__catch {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.l-hero__catch span {
  font-size: 7.6rem;
}
@media screen and (max-width: 768px) {
  .l-hero__catch span {
    font-size: 4.4rem;
    letter-spacing: -0.12em;
  }
  .l-hero__catch span.adjust {
    letter-spacing: 0;
  }
}
.l-hero-medals {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-hero-medals {
    padding: 0 2rem 2rem 2rem;
    gap: 0.6rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.l-hero-medals__item {
  filter: drop-shadow(1px 2px 15px rgba(0, 0, 0, 0.25));
  background: url(../img/l-hero-medal.png) no-repeat center center/18rem auto;
  width: 18rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem 0;
  text-align: center;
  color: #796318;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item {
    filter: drop-shadow(1px 2px 15px rgba(0, 0, 0, 0));
    background: url(../img/l-hero-medal.png) no-repeat center center/100% auto;
    width: calc((100% - 1.2rem) / 3);
    gap: 0.4rem 0;
  }
}
.l-hero-medals__item .f18 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item .f18 {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.l-hero-medals__item .f24 {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item .f24 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.l-hero-medals__item .f50 {
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item .f50 {
    font-size: 3rem;
  }
}
.l-hero-medals__flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox {
    align-items: center;
    margin-top: 0.4rem;
  }
}
.l-hero-medals__flexbox .left {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #796318;
  writing-mode: vertical-rl;
  padding: 0.4rem 0.2rem;
  position: relative;
  top: -0.4rem;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox .left {
    font-size: 0.8rem;
    padding: 0.2rem;
    top: -0.2rem;
  }
}
.l-hero-medals__flexbox .right {
  color: #796318;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox .right {
    font-size: 1.4rem;
  }
}
.l-hero-medals__flexbox .right span {
  font-size: 5rem;
  line-height: 0.56;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox .right span {
    font-size: 3rem;
  }
}
.l-hero-price {
  bottom: 4rem;
  right: 6rem;
  border: 1px solid #326EB5;
  background: var(--white);
  width: 34.2rem;
  padding: 3.4rem 3rem 1.8rem 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero-price {
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 4rem 3rem 2.4rem 3rem;
  }
}
.l-hero-price__label {
  background: url(../img/l-hero-price-label.png) no-repeat center center/25rem 5.4rem;
  width: 25rem;
  height: 5.4rem;
  position: absolute;
  top: -3.2rem;
  left: 4.6rem;
  color: var(--white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__label {
    background: url(../img/l-hero-price-label-sp.png) no-repeat center center/28.2rem 4.5rem;
    width: 28.2rem;
    height: 4.5rem;
    top: -2.7rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.6rem;
    padding-top: 3.5px;
  }
}
.l-hero-price__price01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__price01 {
    align-items: flex-end;
  }
}
.l-hero-price__price02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__price02 {
    align-items: flex-end;
  }
}
.l-hero-price__price02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #166CA6 0%, #1C98C2 30%, #0B4A80 100%);
  mask-image: repeating-linear-gradient(to right, black 0 5px, transparent 5px 10px);
  -webkit-mask-image: repeating-linear-gradient(to right, black 0 5px, transparent 5px 10px);
}
.l-hero-price__flexitem01 {
  width: 5.4rem;
  display: flex;
  justify-content: center;
}
.l-hero-price__flexitem02 {
  width: 16rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-hero-price__flexitem02 {
    width: auto;
    flex: 1;
    padding-left: 1rem;
  }
}
.l-hero-price__flexitem03 {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__flexitem03 {
    width: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.l-hero-price__circle01 {
  width: 5.4rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.l-hero-price__circle02 {
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.l-hero-price__num01 {
  font-family: var(--sub-font);
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(176deg, #166BA5 20.83%, #1D95C0 32.5%, #1A9EC6 44.56%, #1B8DBC 51.66%, #1A71A9 60.18%, #0C5B98 72.46%, #0B497E 96.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-hero-price__num01 {
    font-size: 5rem;
  }
}
.l-hero-price__num02 {
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(179deg, #166BA5 19.87%, #1D95C0 32.1%, #1A9EC6 44.74%, #1B8DBC 52.17%, #1A71A9 61.1%, #0C5B98 73.97%, #0B497E 99.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .l-hero-price__num02 {
    font-size: 3.1rem;
    letter-spacing: 0;
  }
}
.l-hero-price__ja {
  color: var(--main-dark);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.l-hero-price__ja span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-hero-price__ja span {
    display: inline;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .sp-price {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-price {
    padding: 5.6rem 2rem 2rem 2rem;
  }
}

.l-fix {
  position: fixed;
  right: 0;
  bottom: 16.8rem;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .l-fix {
    bottom: 7.2rem;
  }
}
.l-fix__inner {
  position: relative;
  width: 17.8rem;
}
.l-fix__bnr {
  width: 100%;
}
.l-fix__bnr img {
  width: 100%;
  height: auto;
  filter: drop-shadow(-3px 3px 13px rgba(0, 0, 0, 0.25));
}
.l-fix__bnr a:hover {
  opacity: 0.7;
}
.l-fix__close {
  position: absolute;
  top: 0.3rem;
  left: -1.3rem;
  width: 2.7rem;
}
.l-fix__close img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.l-fix__close a:hover {
  opacity: 0.7;
}

.c-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-cta {
    gap: 4rem 0;
  }
}
.c-cta__reserve {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cta__reserve {
    width: 100%;
  }
}
.c-cta__reserve a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--main-dark2);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__reserve a {
    height: 13rem;
  }
}
.c-cta__reserve a:hover {
  opacity: 0.7;
}
.c-cta__reserve h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-cta__reserve h3 {
    font-size: 2.6rem;
  }
}
.c-cta__phone {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cta__phone {
    width: 100%;
  }
}
.c-cta__phone a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--sub);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__phone a {
    height: 13rem;
  }
}
.c-cta__phone a:hover {
  opacity: 0.7;
}
.c-cta__phone h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-cta__phone h3 {
    font-size: 2.6rem;
  }
}

.c-card {
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card__link:hover {
  opacity: 0.7;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
}
.c-card__title {
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--black);
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}
.c-tagcloud a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-tagcloud a:hover {
  background: var(--gray);
}

.c-heading01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-heading01 .en {
  font-family: var(--en-font);
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 6rem;
    font-weight: 300;
  }
}
.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.c-heading02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-heading02 .en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading02 .en {
    font-size: 6rem;
    font-weight: 300;
  }
}
.c-heading02 .ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading02 .ja {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.c-btn01 a {
  border-radius: 0.6rem;
  background: var(--main-dark) url(../img/c-btn01-arrow.svg) no-repeat center right 2.2rem/2.2rem auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1.6rem 5.4rem 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
.c-btn01 a:hover {
  opacity: 0.7;
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.6rem;
}
.c-calendar th {
  color: var(--white);
  font-weight: 600;
  line-height: 2.13;
  background: var(--base-color);
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
}
@media screen and (max-width: 768px) {
  .c-calendar th {
    font-size: 1.2rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}
.c-calendar th.head {
  width: 30%;
}
.c-calendar td {
  font-weight: 600;
  line-height: 2.13;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
}
@media screen and (max-width: 768px) {
  .c-calendar td {
    line-height: 1.87;
  }
}
.c-calendar td.head {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-calendar td.head {
    font-size: 1.2rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

.p-heroSwiper {
  position: relative;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .p-heroSwiper {
    z-index: 3;
  }
}
.p-heroSwiper img.mv {
  width: 100%;
  height: 88.8rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .p-heroSwiper img.mv {
    height: 53rem;
  }
}

.p-information {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-informationBlock01 {
  width: 100%;
}
.p-informationBlock02 {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
  }
}
.p-informationBlock03 {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-information__subtitle {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__subtitle {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 1.2rem;
  }
}
.p-information__intro {
  margin-bottom: 2.4rem;
}
.p-information__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-information__logo {
    margin-bottom: 3rem;
  }
  .p-information__logo img {
    width: 25rem;
    height: auto;
  }
}
.p-information__logo a:hover {
  opacity: 0.7;
}
.p-information__time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 2.4rem;
}
.p-information__time dt {
  width: 8rem;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
.p-information__time dd {
  width: calc(100% - 8rem);
}
@media screen and (max-width: 768px) {
  .p-information__time dd {
    font-weight: 400;
    line-height: 1.86;
  }
}
.p-information__cta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
  margin-bottom: 2.4rem;
}
.p-information__cta > * {
  width: 100%;
}
.p-information__cta h3 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-information__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-information__phone {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.6rem;
    text-align: center;
  }
}
.p-information__phone p {
  color: var(--main);
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-information__phone p {
    line-height: 2;
    letter-spacing: 0.07em;
  }
}
.p-information__phone a {
  color: var(--main);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.p-information__phone a:hover {
  opacity: 0.7;
}
.p-information__reserve {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-information__reserve {
    width: 100%;
    margin: 0 auto;
  }
}
.p-information__reserve a {
  background: var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 2rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-width: 37.8rem;
}
@media screen and (max-width: 768px) {
  .p-information__reserve a {
    background: var(--base-color);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: flex;
    min-width: auto;
    width: 100%;
  }
}
.p-information__reserve a:hover {
  opacity: 0.7;
}
.p-information__photo {
  width: 100%;
}
.p-information__photo img {
  width: 100%;
  height: auto;
}
.p-information__map {
  width: 100%;
  margin-bottom: 2.4rem;
}
.p-information__map iframe {
  width: 100%;
  height: 35rem;
}
.p-information__meta {
  margin-bottom: 2.4rem;
}
.p-information__meta a:hover {
  opacity: 0.7;
}
.p-information__access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.6rem;
  margin-bottom: 2.4rem;
}
.p-information__access dt {
  width: 2.4rem;
}
.p-information__access dd {
  width: calc(100% - 4rem);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__access dd {
    font-weight: 400;
  }
}
.p-information-btns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-information-btns {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-information-btns__gmap a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-information-btns__gmap a {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
    width: 20rem;
  }
}
.p-information-btns__gmap a:hover {
  opacity: 0.7;
}
.p-information-btns__access a {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  border: 1px solid var(--main);
  background: var(--main);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-information-btns__access a {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
    width: 20rem;
  }
}
.p-information-btns__access a:hover {
  opacity: 0.7;
}

.p-case02 {
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  .p-case02 {
    margin-top: 2.2rem;
  }
}
.p-case02__title {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-case02__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 1.6rem;
  }
}
.p-case02__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .p-case02__card {
    flex-direction: column;
    gap: 0.8rem 0;
    width: 100%;
    margin: 0 auto;
  }
}
.p-case02__card img {
  width: 100%;
  height: auto;
}
.p-case02__before {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .p-case02__before {
    width: 100%;
  }
}
.p-case02__before h4 {
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: var(--gray);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-case02__before h4 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 0;
  }
}
.p-case02__triangle {
  background: var(--main-dark);
  height: 3.6rem;
  width: 1.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-case02__triangle {
    display: none;
  }
}
.p-case02__after {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .p-case02__after {
    width: 100%;
  }
}
.p-case02__after h4 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: var(--main-dark);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-case02__after h4 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 0;
  }
}
.p-case02-details {
  background: var(--gray-light);
  padding: 2rem;
  margin-top: 2.4rem;
}
.p-case02-details__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.6rem 0;
}
.p-case02-details__dl dt {
  width: 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.p-case02-details__dl dd {
  width: calc(100% - 10rem);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.p-blogcard {
  border: 1px solid var(--main);
  background: var(--main-light);
  width: 70rem;
  margin: 0 auto;
  padding: 3rem;
  position: relative;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-blogcard {
    width: 100%;
    padding: 1.6rem;
    gap: 1rem;
  }
}
.p-blogcard__label {
  position: absolute;
  top: 0;
  left: 3rem;
  transform: translate(0, -50%);
  color: var(--white);
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
  background: var(--main);
  padding: 0.6rem 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-blogcard__label {
    left: 1.6rem;
    transform: translate(0, -50%);
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 0.4rem 1.6rem;
  }
}
.p-blogcard__imgbox {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-blogcard__imgbox {
    width: 9.4rem;
  }
}
.p-blogcard__imgbox img {
  width: 100%;
  height: auto;
}
.p-blogcard__txtbox {
  width: calc(100% - 32.4rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-blogcard__txtbox {
    width: calc(100% - 10.4rem);
  }
}
.p-blogcard__txtbox > * {
  width: 100%;
}
.p-blogcard__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-blogcard__title {
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-blogcard__p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-blogcard__p {
    display: none;
  }
}
.p-blogcard__btn {
  display: flex;
  justify-content: flex-end;
}
.p-blogcard__btn a {
  border-radius: 0.7rem;
  background: var(--main) url(../img/p-blogcard-btn-arrow.svg) no-repeat center right 1.2rem/1.6rem auto;
  padding: 0.8rem 3.6rem 0.8rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-blogcard__btn a {
    background: var(--main) url(../img/p-blogcard-btn-arrow.svg) no-repeat center right 1rem/1rem auto;
    padding: 0.3rem 2.8rem 0.3rem 1rem;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.04em;
  }
}
.p-blogcard__btn a:hover {
  opacity: 0.7;
}

.p-attentioncard {
  background: var(--gray);
  width: 100%;
  margin: 0 auto;
  padding: 5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-attentioncard {
    padding: 4rem 3rem 3rem 3rem;
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
}
.p-attentioncard__label {
  position: absolute;
  top: 0;
  left: 3rem;
  transform: translate(0, -50%);
  color: var(--white);
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
  background: var(--gray-dark);
  padding: 0.6rem 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-attentioncard__label {
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
.p-attentioncard__imgbox {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-attentioncard__imgbox {
    width: 100%;
  }
}
.p-attentioncard__imgbox img {
  width: 100%;
  height: auto;
}
.p-attentioncard__txtbox {
  width: calc((100% - 2.4rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-attentioncard__txtbox {
    width: 100%;
  }
}
.p-attentioncard__txtbox > * {
  width: 100%;
}
.p-attentioncard__title {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-attentioncard__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.p-attentioncard__p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.p-jidv {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 6rem 10rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-jidv {
    padding: 3rem 2rem;
    margin-top: 4rem;
  }
}
.p-jidv__title {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-jidv__title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.03em;
  }
}
.p-jidv__bnr {
  margin-bottom: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-jidv__bnr {
    margin-bottom: 3rem;
  }
}
.p-jidv__bnr img {
  width: 100%;
  height: auto;
}
.p-jidv__bnr a:hover {
  opacity: 0.7;
}
.p-jidv-box {
  background: var(--gray-light);
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .p-jidv-box {
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 4rem 2rem;
  }
}
.p-jidv-box__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-jidv-box__p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__p {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

.u-cente {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mt10 {
    margin-top: 1rem !important;
  }
  .u-mt20 {
    margin-top: 2rem !important;
  }
  .u-mt30 {
    margin-top: 3rem !important;
  }
  .u-mt40 {
    margin-top: 4rem !important;
  }
  .u-mt50 {
    margin-top: 5rem !important;
  }
  .u-mt60 {
    margin-top: 6rem !important;
  }
  .u-mt70 {
    margin-top: 7rem !important;
  }
  .u-mt80 {
    margin-top: 8rem !important;
  }
  .u-mt90 {
    margin-top: 9rem !important;
  }
  .u-mt100 {
    margin-top: 10rem !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-mr10 {
    margin-right: 1rem !important;
  }
  .u-mr20 {
    margin-right: 2rem !important;
  }
  .u-mr30 {
    margin-right: 3rem !important;
  }
  .u-mr40 {
    margin-right: 4rem !important;
  }
  .u-mr50 {
    margin-right: 5rem !important;
  }
  .u-mr60 {
    margin-right: 6rem !important;
  }
  .u-mr70 {
    margin-right: 7rem !important;
  }
  .u-mr80 {
    margin-right: 8rem !important;
  }
  .u-mr90 {
    margin-right: 9rem !important;
  }
  .u-mr100 {
    margin-right: 10rem !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb10 {
    margin-bottom: 1rem !important;
  }
  .u-mb20 {
    margin-bottom: 2rem !important;
  }
  .u-mb30 {
    margin-bottom: 3rem !important;
  }
  .u-mb40 {
    margin-bottom: 4rem !important;
  }
  .u-mb50 {
    margin-bottom: 5rem !important;
  }
  .u-mb60 {
    margin-bottom: 6rem !important;
  }
  .u-mb70 {
    margin-bottom: 7rem !important;
  }
  .u-mb80 {
    margin-bottom: 8rem !important;
  }
  .u-mb90 {
    margin-bottom: 9rem !important;
  }
  .u-mb100 {
    margin-bottom: 10rem !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-ml10 {
    margin-left: 1rem !important;
  }
  .u-ml20 {
    margin-left: 2rem !important;
  }
  .u-ml30 {
    margin-left: 3rem !important;
  }
  .u-ml40 {
    margin-left: 4rem !important;
  }
  .u-ml50 {
    margin-left: 5rem !important;
  }
  .u-ml60 {
    margin-left: 6rem !important;
  }
  .u-ml70 {
    margin-left: 7rem !important;
  }
  .u-ml80 {
    margin-left: 8rem !important;
  }
  .u-ml90 {
    margin-left: 9rem !important;
  }
  .u-ml100 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt10--sp {
    margin-top: 1rem !important;
  }
  .u-mt20--sp {
    margin-top: 2rem !important;
  }
  .u-mt30--sp {
    margin-top: 3rem !important;
  }
  .u-mt40--sp {
    margin-top: 4rem !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mt60--sp {
    margin-top: 6rem !important;
  }
  .u-mt70--sp {
    margin-top: 7rem !important;
  }
  .u-mt80--sp {
    margin-top: 8rem !important;
  }
  .u-mt90--sp {
    margin-top: 9rem !important;
  }
  .u-mt100--sp {
    margin-top: 10rem !important;
  }
  .u-mr0--sp {
    margin-right: 0 !important;
  }
  .u-mr10--sp {
    margin-right: 1rem !important;
  }
  .u-mr20--sp {
    margin-right: 2rem !important;
  }
  .u-mr30--sp {
    margin-right: 3rem !important;
  }
  .u-mr40--sp {
    margin-right: 4rem !important;
  }
  .u-mr50--sp {
    margin-right: 5rem !important;
  }
  .u-mr60--sp {
    margin-right: 6rem !important;
  }
  .u-mr70--sp {
    margin-right: 7rem !important;
  }
  .u-mr80--sp {
    margin-right: 8rem !important;
  }
  .u-mr90--sp {
    margin-right: 9rem !important;
  }
  .u-mr100--sp {
    margin-right: 10rem !important;
  }
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mb10--sp {
    margin-bottom: 1rem !important;
  }
  .u-mb20--sp {
    margin-bottom: 2rem !important;
  }
  .u-mb30--sp {
    margin-bottom: 3rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
  .u-mb50--sp {
    margin-bottom: 5rem !important;
  }
  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }
  .u-mb70--sp {
    margin-bottom: 7rem !important;
  }
  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }
  .u-mb90--sp {
    margin-bottom: 9rem !important;
  }
  .u-mb100--sp {
    margin-bottom: 10rem !important;
  }
  .u-ml0--sp {
    margin-left: 0 !important;
  }
  .u-ml10--sp {
    margin-left: 1rem !important;
  }
  .u-ml20--sp {
    margin-left: 2rem !important;
  }
  .u-ml30--sp {
    margin-left: 3rem !important;
  }
  .u-ml40--sp {
    margin-left: 4rem !important;
  }
  .u-ml50--sp {
    margin-left: 5rem !important;
  }
  .u-ml60--sp {
    margin-left: 6rem !important;
  }
  .u-ml70--sp {
    margin-left: 7rem !important;
  }
  .u-ml80--sp {
    margin-left: 8rem !important;
  }
  .u-ml90--sp {
    margin-left: 9rem !important;
  }
  .u-ml100--sp {
    margin-left: 10rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
