@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=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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: "Zen Old Mincho", serif;
  --en-font: "Cormorant Garamond", serif;
  --en-font2: "Cinzel", serif;
  --en-font3: "Roboto", sans-serif;
  --base-color: #303030;
  --main: #2EA2D3;
  --main-light: #F2FCFF;
  --main-dark: #043C8A;
  --sub: #FDF373;
  --sub-light: #EBF3F3;
  --sub-dark: #546C6C;
  --gray: #D6D6D6;
  --gray-light: #EBEBEB;
  --gray-dark: #939393;
  --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: 2.13;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6.4rem;
    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: 8rem;
  height: 8rem;
  cursor: pointer;
  z-index: 400;
  background: var(--main);
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .hamburger {
    width: 7rem;
    height: 7rem;
    background: var(--base-color);
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  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: 3.1rem;
}

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

.hamburger__line--2 {
  top: 3.9rem;
}

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

.hamburger__line--3 {
  top: 4.7rem;
}

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

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 3.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: 3.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: -43rem;
  top: 0;
  width: 43rem;
  height: 100%;
  background: rgba(18, 83, 146, 0.9);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 399;
}

@media screen and (max-width: 768px) {
  .sp-nav {
    right: -100%;
    width: 100%;
    overflow-y: scroll;
  }
}

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

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

js-header.open .hamburger__line {
  background: var(--white);
}

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

.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;
  }
}

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

/* ----- l-parallax01 ----- */
.l-parallax01 {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.l-parallax01__inner {
  width: 100%;
  height: 58rem;
  background: url(../img/l-parallax01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@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-second {
  background: var(--main-light);
  padding: 0 0 14rem 0;
  position: relative;
  /* ----- card3 ----- */
  /* ----- card2 ----- */
}

@media screen and (max-width: 768px) {
  .l-second {
    padding: 0 0 5rem 0;
  }
}

.l-second__en {
  position: absolute;
  top: 28.6rem;
  left: 0;
  writing-mode: vertical-rl;
  color: var(--white);
  font-family: var(--en-font2);
  font-size: 12rem;
  line-height: 0.7;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

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

.l-second__inner {
  width: 120rem;
  margin: 5.8rem auto 0 auto;
  background: var(--white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 10rem;
}

@media screen and (max-width: 768px) {
  .l-second__inner {
    width: 100%;
    margin: 5rem auto 0 auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }
}

.l-second__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-second__title {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}

.l-second__title.title01 {
  margin-bottom: 2.4rem;
}

.l-second__title.title02 {
  margin: 10rem 0 5rem 0;
}

@media screen and (max-width: 768px) {
  .l-second__title.title02 {
    margin: 5rem 0 3rem 0;
  }
}

.l-second__intro {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .l-second__intro {
    padding: 0 2rem;
  }
}

.l-second-card3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .l-second-card3 {
    flex-direction: column;
    gap: 3.2rem 0;
    padding: 0 2rem;
  }
}

.l-second-card3__item {
  width: calc((100% - 6.4rem) / 3);
  border: 1px solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-second-card3__item {
    width: 100%;
    background: var(--white);
  }
}

.l-second-card3__imgbox {
  width: 100%;
}

.l-second-card3__imgbox img {
  width: 100%;
  height: auto;
}

.l-second-card3__txtbox {
  width: 100%;
  padding: 3rem 2rem;
}

.l-second-card3__subtitle {
  margin-bottom: 1.4rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-second-card2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .l-second-card2 {
    flex-direction: column;
    gap: 3rem 0;
    padding: 0 2rem;
  }
}

.l-second-card2__item {
  width: calc((100% - 3rem) / 2);
  border: 1px solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-second-card2__item {
    width: 100%;
    background: var(--white);
  }
}

.l-second-card2__imgbox {
  width: 100%;
}

.l-second-card2__imgbox img {
  width: 100%;
  height: auto;
}

.l-second-card2__txtbox {
  width: 100%;
  padding: 3rem;
}

.l-second-card2__subtitle {
  margin-bottom: 1.4rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-qa {
  padding: 12rem 0;
  /* ----- アコーディオン ----- */
  /* ----- アコーディオンのなか ----- */
}

@media screen and (max-width: 768px) {
  .l-qa {
    padding: 3.4rem 2rem 5.6rem 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: 7rem;
}

@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 4.4rem;
  }
}

.l-qa .toggle_contents+.toggle_contents {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_contents+.toggle_contents {
    margin-top: 2rem;
  }
}

.l-qa .toggle_title {
  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%);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1.5rem 8.2rem 1.5rem 9.8rem;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 1.6rem 6rem;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: 0.06em;
  }
}

.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--white);
  border-radius: 50%;
  color: var(--main-dark);
  font-family: var(--en-font);
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 3.6rem;
  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: 2rem;
  }
}

.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: 2rem;
    width: 2rem;
    height: 2rem;
  }
}

.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--white);
  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: 2rem;
  }
}

.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before {
    height: 2rem;
  }
}

.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: 2.4rem;
  display: flex;
  gap: 0 2rem;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    padding: 2.4rem 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}

.l-qa__prof {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  text-align: center;
}

.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;
  line-height: 2;
  letter-spacing: 0.04em;
}

.l-qa__prof p span {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-qa__prof p span {
    font-size: 1.2rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}

.l-feature {
  padding: 12rem 0 55rem 0;
  position: relative;
  background-image: url(../img/l-feature-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .l-feature {
    padding: 5rem 1.5rem 2.8rem 1.5rem;
    background-image: none;
  }
}

.l-feature__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-feature__inner {
    width: 100%;
  }
}

.l-feature__title {
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .l-feature__title {
    margin-bottom: 1.6rem;
  }
}

.l-feature__blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3.6rem 0;
}

@media screen and (max-width: 768px) {
  .l-feature__blocks {
    gap: 1.2rem 0;
  }
}

.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 {
  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%);
  width: 100%;
  padding: 1.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature__subtitle {
    padding: 1rem;
    font-size: 2.2rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.l-feature__box {
  border: 1px solid var(--main-dark);
  background: var(--white);
  padding: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .l-feature__box {
    padding: 2rem 3.2rem 3rem 3.2rem;
    gap: 2.4rem;
  }
}

.l-feature__flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .l-feature__flexbox {
    gap: 2.4rem 0;
  }
}

.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: 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-feature-flexitem {
    width: 100%;
  }
}

.l-feature-flexitem img {
  width: 100%;
  height: auto;
}

.l-feature-flexitem__h4 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-feature-flexitem__h4 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: -1.4rem;
    white-space: nowrap;
  }
}

.l-feature-flexitem__p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .l-feature-flexitem__p {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.03em;
  }
}

.l-feature-flexitem__p span {
  color: #05B1F0;
  font-weight: 600;
}

.l-feature__midbox {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-feature__midbox {
    width: 100%;
  }
}

.l-feature__midbox img {
  width: 100%;
  height: auto;
}

.l-feature__arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .l-feature__arrow {
    margin-top: 1.2rem;
  }

  .l-feature__arrow img {
    width: 6rem;
    height: auto;
  }
}

.l-about {
  background: url(../img/l-about-bg.jpg) no-repeat center top/cover;
  padding: 14rem 0;
}

@media screen and (max-width: 768px) {
  .l-about {
    background: url(../img/l-about-bg-sp.jpg) no-repeat center top/cover;
    padding: 5rem 1.5rem;
  }
}

.l-about__inner {
  background: var(--white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  width: 120rem;
  margin: 0 auto;
  padding: 10rem 10rem 12rem 10rem;
}

@media screen and (max-width: 768px) {
  .l-about__inner {
    background: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
}

.l-about__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-about__title {
    margin-bottom: 2.4rem;
  }
}

.l-about__flexbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 93rem;
  margin: 0 auto 7rem auto;
}

@media screen and (max-width: 768px) {
  .l-about__flexbox {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 2.4rem auto;
    gap: 2.4rem 0;
  }
}

.l-about-imgbox {
  width: 35.7rem;
}

@media screen and (max-width: 768px) {
  .l-about-imgbox {
    width: 100%;
  }
}

.l-about-imgbox img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-about-imgbox img {
    width: 18rem;
    margin: 0 auto;
  }
}

.l-about-txtbox {
  width: 55rem;
}

@media screen and (max-width: 768px) {
  .l-about-txtbox {
    width: 100%;
  }
}

.l-about-txtbox__catch {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-about-txtbox__catch {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.l-about-txtbox__catch h3 {
  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%);
  display: inline-block;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.1em;
  padding: 1.2rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-about-txtbox__catch h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.6rem;
  }
}

.l-about-txtbox__catch h3+h3 {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .l-about-txtbox__catch h3+h3 {
    margin-top: 0.4rem;
  }
}

.l-about__subtitle {
  margin-bottom: 2.4rem;
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-about__subtitle {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}

.l-about__figure {
  width: 100%;
}

.l-about__figure img {
  width: 100%;
  height: auto;
}

.l-safety {
  background: url(../img/l-safety-bg.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 46rem;
  padding: 7.2rem 0 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-safety {
    background: url(../img/l-safety-bg-sp.jpg) no-repeat center bottom/cover;
    height: 22.8rem;
    padding: 3.6rem 2rem 0 2rem;
  }
}

.l-safety__subtitle {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .l-safety__subtitle {
    text-align: center;
    font-size: 2.3rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.l-safety__subtitle span {
  display: inline-block;
  color: var(--white);
  font-size: 5.2rem;
  line-height: 1.18;
  letter-spacing: 0.01em;
  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: 0.4rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-safety__subtitle span {
    font-size: 3.3rem;
    padding: 0.2rem 0.8rem;
  }
}

.l-safety__subtitle span small {
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .l-safety__subtitle span small {
    font-size: 2.1rem;
  }
}

.l-footer {
  background: var(--main-light);
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4rem 0 0 0;
  }
}

.l-footer__inner {
  width: 120rem;
  padding: 15rem 0 10rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7rem 0;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: calc(100% - 2rem);
    padding: 4rem 1rem;
    margin: 0 auto 4rem auto;
    background: var(--white);
    gap: 0;
  }
}

.l-footer__inner>* {
  width: 100%;
}

.l-footer__copy {
  width: 100%;
  background: var(--main-dark);
  padding: 2rem 0;
  text-align: center;
}

.l-footer__copy small {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__copy small {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.l-footer__copy a {
  color: var(--white);
}

.l-footer__copy a:hover {
  opacity: 0.7;
}

.l-implant {
  /* ----- l-implant-head ----- */
  /* ----- l-implant-middle ----- */
  /* ----- l-implant-body ----- */
}

.l-implant-head {
  display: grid;
  grid-template-columns: 1fr 580px 100px 520px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
}

@media screen and (max-width: 768px) {
  .l-implant-head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.l-implant-head__bgbox {
  grid-area: 1/3/2/6;
  background: url(../img/l-implant-head-bg.png) no-repeat bottom right/cover;
}

@media screen and (max-width: 768px) {
  .l-implant-head__bgbox {
    display: none;
  }
}

.l-implant-head__imgbox {
  grid-area: 1/1/2/3;
}

@media screen and (max-width: 768px) {
  .l-implant-head__imgbox {
    width: 100%;
  }
}

.l-implant-head__imgbox img {
  width: 100%;
  height: 75rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .l-implant-head__imgbox img {
    height: auto;
  }
}

.l-implant-head__txtbox {
  grid-area: 1/4/2/5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem 0;
}

@media screen and (max-width: 768px) {
  .l-implant-head__txtbox {
    width: 100%;
    background: url(../img/l-implant-head-bg-sp.png) no-repeat bottom right/cover;
    padding: 5rem 2rem;
    align-items: center;
    gap: 0;
  }
}

.l-implant-head__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-implant-head__title {
    margin-bottom: 2rem;
  }
}

.l-implant-head__title .en {
  color: var(--main);
  font-family: var(--en-font2);
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-implant-head__title .en {
    font-size: 1.5rem;
  }
}

.l-implant-head__title .ja {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .l-implant-head__title .ja {
    font-size: 3.3rem;
  }
}

.l-implant-head__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-implant-head__subtitle {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
}

.l-implant-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-implant-cta {
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-implant-cta__phone {
    width: 100%;
  }

  .l-implant-cta__phone img {
    width: 2.8rem;
    height: auto;
  }
}

.l-implant-cta__phone a {
  background: var(--main-dark);
  width: 27.2rem;
  height: 7.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-implant-cta__phone a {
    width: 100%;
    height: 10rem;
  }
}

.l-implant-cta__phone a:hover {
  opacity: 0.7;
}

.l-implant-cta__phone small {
  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 small {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
}

.l-implant-cta__phone p {
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
}

@media screen and (max-width: 768px) {
  .l-implant-cta__phone p {
    font-size: 2.2rem;
  }
}

.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%);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 3rem;
}

@media screen and (max-width: 768px) {
  .l-implant-middle {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 3rem 0.4rem;
  }
}

.l-implant-body {
  background: var(--main-light);
  padding: 12rem 0 9.2rem 0;
}

@media screen and (max-width: 768px) {
  .l-implant-body {
    padding: 5rem 2rem 2.4rem 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: 5rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-implant-body__list .box {
    width: 100%;
    padding: 2.4rem 2rem;
  }
}

.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 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: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-implant-body__list h4 {
    font-size: 2.2rem;
    font-weight: 400;
    display: block;
    width: 17.6rem;
    margin: 0 auto 1.2rem auto;
    padding-bottom: 1.2rem;
  }
}

.l-implant-body__list h4 span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-implant-body__list h4 span {
    margin-bottom: 0;
  }
}

.l-implant-body__list p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-implant-body__list p {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}

.l-implant-body__sup {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-implant-body__sup {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    border-top: 1px solid var(--white);
  }

  .l-floating__phone {
    width: calc(100% - 13.2rem);
    height: 6.6rem;
  }

  .l-floating__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    background: var(--main-dark);
  }

  .l-floating__phone small {
    font-size: 0.9rem;
    line-height: 1.66;
    letter-spacing: 0.04em;
  }

  .l-floating__phone p {
    font-family: var(--sub-font);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
  }

  .l-floating__review {
    width: 6.6rem;
    height: 6.6rem;
  }

  .l-floating__review a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 0;
    text-align: center;
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.06em;
    background: #2FBE9E;
  }

  .l-floating__pagetop {
    width: 6.6rem;
    height: 6.6rem;
  }

  .l-floating__pagetop a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main);
  }
}

@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}

.l-doctor {
  background: url(../img/l-doctor-bg.jpg) no-repeat center top/cover;
  padding: 12rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-doctor {
    background: none;
    padding: 0;
  }
}

.l-doctor__en {
  position: absolute;
  top: 12rem;
  left: 0;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--en-font);
  font-size: 12rem;
  line-height: 0.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .l-doctor__en {
    top: 5rem;
    left: 2rem;
    font-size: 7rem;
    letter-spacing: 0.01em;
  }
}

.l-doctor__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-doctor__inner {
    width: 100%;
  }
}

.l-doctor__flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-doctor__flexbox {
    background: url(../img/l-doctor-bg-sp.jpg) no-repeat center top/cover;
    flex-direction: column;
    padding: 5rem 2rem;
    gap: 3.2rem 0;
  }
}

.l-doctor-imgbox {
  width: 53.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-doctor-imgbox {
    width: 100%;
    padding: 0 3.2rem 0 5.8rem;
  }
}

.l-doctor-imgbox img {
  width: 100%;
  height: auto;
}

.l-doctor-imgbox__label {
  position: absolute;
  bottom: 21.4rem;
  right: -2.4rem;
  background: url(../img/l-doctor-imgbox-label-bg.png) no-repeat center center/22.6rem 12rem;
  width: 22.6rem;
  height: 12rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-doctor-imgbox__label {
    bottom: 1.6rem;
    right: -2rem;
    background: url(../img/l-doctor-imgbox-label-bg.png) no-repeat center center/14rem 7.4rem;
    width: 14rem;
    height: 7.4rem;
    gap: 0.2rem;
  }
}

.l-doctor-imgbox__label .job {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-doctor-imgbox__label .job {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.l-doctor-imgbox__label .ja {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-doctor-imgbox__label .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.l-doctor-imgbox__label .en {
  font-size: 1rem;
  line-height: 1.87;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .l-doctor-imgbox__label .en {
    font-size: 0.7rem;
  }
}

.l-doctor-txtbox {
  width: 39.4rem;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-doctor-txtbox {
    width: 100%;
  }
}

.l-doctor-txtbox__subtitle {
  margin-bottom: 2.4rem;
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-doctor-txtbox__subtitle {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}

.l-doctor-txtbox__p {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .l-doctor-txtbox__p {
    margin-bottom: 2.4rem;
  }
}

.l-doctor-txtbox__prf h4 {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-doctor-txtbox__prf h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.13;
    letter-spacing: 0.04em;
  }
}

.l-doctor-txtbox__prf ul li {
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  list-style-type: disc;
  margin-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-doctor-txtbox__prf ul li {
    font-size: 1.5rem;
    line-height: 2.13;
    letter-spacing: 0.1em;
  }
}

.l-price {
  padding: 12rem 0;
  background: url(../img/l-price-bg.jpg) no-repeat center top/cover;
  /* ----- 共通エレメント ----- */
  /* ----- block01 ----- */
  /* ----- block02 ----- */
  /* ----- block03 ----- */
}

@media screen and (max-width: 768px) {
  .l-price {
    padding: 5rem 2rem;
    background: url(../img/l-price-bg-sp.jpg) no-repeat center top/cover;
  }
}

.l-price__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-price__inner {
    width: 100%;
  }
}

.l-price__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-price__title {
    margin-bottom: 5rem;
  }
}

.l-price-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7rem 0;
}

@media screen and (max-width: 768px) {
  .l-price-blocks {
    gap: 0;
  }
}

.l-price__subtitle {
  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%);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-price__subtitle {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}

.l-price__box {
  border: 1px solid var(--main-dark);
  border-top: none;
  background: var(--white);
}

.l-price-block01 {
  width: 100%;
  /* scroll-hint */
}

@media screen and (max-width: 768px) {
  .l-price-block01 {
    width: calc(100% + 2rem);
    margin: 0 -2rem 0 auto;
  }
}

.l-price-block01__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl {
    width: 50rem;
  }
}

.l-price-block01__tbl th {
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl th {
    font-size: 1.4rem;
  }
}

.l-price-block01__tbl th:nth-child(1) {
  background: var(--base-color);
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl th:nth-child(1) {
    width: 15rem;
  }
}

.l-price-block01__tbl th:nth-child(2) {
  background: var(--main);
  width: 35rem;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl th:nth-child(2) {
    width: 17.5rem;
  }
}

.l-price-block01__tbl th:nth-child(3) {
  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%);
  width: 35rem;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl th:nth-child(3) {
    width: 17.5rem;
  }
}

.l-price-block01__tbl th span {
  display: block;
  font-size: 1.5rem;
  line-height: 2.13;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl th span {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.l-price-block01__tbl td {
  border-right: 2px solid var(--gray-light);
  border-bottom: 2px solid var(--gray-light);
  background: var(--white);
  text-align: center;
  vertical-align: middle;
  padding: 2rem 0;
  color: var(--main-dark);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl td {
    font-size: 1.4rem;
  }
}

.l-price-block01__tbl td.head {
  background: #F6F6F6;
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl td.head {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.l-price-block01__tbl td span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl td span {
    font-size: 1rem;
    line-height: 1.1;
  }
}

.l-price-block01__tbl td.large {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl td.large {
    font-size: 1.8rem;
  }
}

.l-price-block01__tbl td.large small {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .l-price-block01__tbl td.large small {
    font-size: 1.2rem;
  }
}

.l-price-block01__tbl tr:last-child td {
  border-bottom: none;
}

.l-price-block01__tbl tr td:last-child {
  border-right: none;
}

.l-price-block01 .scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 2rem 0 0;
}

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

.l-price-block01 .scroll-hint.show {
  opacity: 1;
}

@keyframes hintAnimation {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(-10px);
  }
}

.l-price-block02 {
  width: 100%;
  /* inner01 */
  /* inner02 */
}

@media screen and (max-width: 768px) {
  .l-price-block02 {
    margin-top: 3rem;
  }
}

.l-price-block02__inner01 {
  padding: 7rem 15rem 4rem 15rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__inner01 {
    padding: 2rem 0;
  }
}

.l-price-block02__credit {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-price-block02__credit img {
    width: 4.6rem;
    height: auto;
  }
}

.l-price-block02__credit+.l-price-block02__credit {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__credit+.l-price-block02__credit {
    margin-top: 0.4rem;
  }
}

.l-price-block02__sup {
  text-align: center;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 5.4rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__sup {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.03em;
    padding: 0 2rem;
  }
}

.l-price-block02__inner02 {
  background: var(--main-light);
  padding: 5rem 10rem 7rem 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__inner02 {
    padding: 3rem 2rem 5rem 2rem;
    gap: 3rem;
  }
}

.l-price-block02__inner02>* {
  width: 100%;
}

.l-price-block02__box01 {
  text-align: center;
}

.l-price-block02__box01 h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box01 h4 {
    font-size: 1.8rem;
  }
}

.l-price-block02__box02 {
  text-align: center;
  background: var(--white);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box02 {
    padding: 2.4rem 0.8rem;
  }
}

.l-price-block02__box02 h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box02 h5 {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.l-price-block02__box02 p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box02 p {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }
}

.l-price-block02__box02 p strong {
  color: #05B1F0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

.l-price-block02__box02 p small {
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box02 p small {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.l-price-block02__box03 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box03 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.l-price-block02__box03 li {
  width: calc((100% - 4rem) / 2);
  border-radius: 1rem;
  border: 1px solid var(--main-dark);
  background: var(--white);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box03 li {
    width: 100%;
  }
}

.l-price-block02__box03 li>div {
  padding: 1rem;
  text-align: center;
}

.l-price-block02__box03 h6 {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  background: var(--main-dark);
  padding: 0.4rem;
}

.l-price-block02__box03 .price {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

.l-price-block02__box03 .price span {
  display: block;
  color: var(--main-dark);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.05em;
}

.l-price-block02__box03 .price span small {
  font-size: 2rem;
}

.l-price-block02__box03 .sup {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-price-block02__box03 .sup {
    font-weight: 500;
  }
}

.l-price-block03 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-price-block03 {
    margin-top: 3rem;
  }
}

.l-price-block03__inner {
  padding: 5rem 7.8rem;
}

@media screen and (max-width: 768px) {
  .l-price-block03__inner {
    padding: 2rem;
  }
}

.l-price-block03 h4 {
  color: var(--main-dark);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .l-price-block03 h4 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1.6rem;
  }
}

.l-price-block03 p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .l-price-block03 p {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
}

.l-price-block03 span {
  color: #05B1F0;
  font-weight: 600;
}

.l-cta {
  background: linear-gradient(250deg, #166BA5 0.62%, #1D95C0 16.65%, #1A9EC6 33.22%, #1B8DBC 42.96%, #1A71A9 54.67%, #0C5B98 71.54%, #0B497E 104.93%);
  width: 120rem;
  padding: 2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-cta {
    width: 100%;
    padding: 1rem;
    position: static;
  }
}

.l-cta.cta01 {
  margin: 12rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .l-cta.cta01 {
    margin: 7.2rem auto 0 auto;
  }
}

.l-cta.cta02 {
  margin: 0 auto -50rem auto;
  top: -50rem;
}

@media screen and (max-width: 768px) {
  .l-cta.cta02 {
    margin: 0 auto;
  }
}

.l-cta__inner {
  border: 1px solid var(--white);
}

.l-cta-box01 {
  background: url(../img/l-cta-box01-photo.png) no-repeat bottom right 8rem/34rem auto;
  padding: 3.2rem 0 2.6rem 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-cta-box01 {
    background: none;
    padding: 2.4rem 1rem;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.l-cta-box01__inner {
  width: 58rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__inner {
    width: 100%;
  }
}

.l-cta-box01__title {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: 0.08em;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .l-cta-box01__title span {
    font-size: 2.2rem;
  }
}

.l-cta-box01__figure {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__figure {
    margin-bottom: 0;
  }

  .l-cta-box01__figure img {
    width: 100%;
    height: auto;
  }
}

.l-cta-box01__list {
  display: flex;
  align-items: stretch;
  gap: 0 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.4rem 0;
  }
}

.l-cta-box01__list li {
  color: var(--main-dark);
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--main-light);
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  padding: 0.5rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__list li {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.05em;
    gap: 0 0.8rem;
    padding: 1rem 3.2rem;
  }
}

.l-cta-box02 {
  background: var(--white);
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-cta-box02 {
    padding: 2.4rem 1rem;
  }
}

.l-cta-box02__subtitle {
  width: 100%;
  color: var(--main-dark);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.l-cta-box02__subtitle::before {
  content: "＼";
  display: inline-block;
  margin-right: 1.6rem;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.l-cta-box02__subtitle::after {
  content: "／";
  display: inline-block;
  margin-left: 1.6rem;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.l-cta-box02__btn {
  width: 64rem;
  margin: 0 auto 2rem auto;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__btn {
    width: 100%;
  }
}

.l-cta-box02__btn a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 11rem;
  border-radius: 0.6rem;
  background: var(--main-dark) url(../img/l-cta-box02-btn-arrow.svg) no-repeat center right 3rem/2.8rem auto;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-cta-box02__btn a {
    background: var(--main-dark) url(../img/l-cta-box02-btn-arrow.svg) no-repeat center right 0.8rem/1.8rem auto;
  }
}

.l-cta-box02__btn a:hover {
  opacity: 0.7;
}

.l-cta-box02__btn small {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__btn small {
    letter-spacing: 0;
  }
}

.l-cta-box02__btn p {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  font-family: var(--sub-font);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__btn p {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.45;
  }

  .l-cta-box02__btn p img {
    width: 2.4rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-cta-box02__p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.l-case {
  background: linear-gradient(180deg, #FFF 2.67%, #E0FCFF 34.07%, #A1EDFF 55.01%, #88CCF1 80.94%, #62B5E2 95.06%);
  padding: 0 0 5.8rem 0;
}

@media screen and (max-width: 768px) {
  .l-case {
    padding: 0;
    background: var(--white);
  }
}

.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: 4.8rem;
}

@media screen and (max-width: 768px) {
  .l-case__badge {
    margin-bottom: 1.2rem;
  }

  .l-case__badge img {
    width: 27.4rem;
    height: auto;
  }
}

.l-method {
  background: url(../img/l-method-bg.jpg) no-repeat center top/cover;
  padding: 20rem 0 6rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-method {
    background: url(../img/l-method-bg-sp.jpg) no-repeat center top/100% auto;
    padding: 9rem 1rem 1.2rem 1rem;
    position: relative;
  }
}

.l-method::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(to top, white 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-method::after {
    content: none;
  }
}

.l-method__inner {
  width: 77rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-method__inner {
    width: 100%;
  }
}

.l-method__catch {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-method__catch {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}

.l-method__catch .font-m {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 5.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-method__catch .font-m {
    font-size: 3.6rem;
  }
}

.l-method__catch .font-l {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.12em;
  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%);
  display: inline-block;
  margin-right: 0.8rem;
}

@media screen and (max-width: 768px) {
  .l-method__catch .font-l {
    font-size: 3.6rem;
  }
}

.l-method__arrow {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .l-method__arrow {
    margin-top: 0.8rem;
  }

  .l-method__arrow img {
    width: 6rem;
    height: auto;
  }
}

.l-worry {
  background: url(../img/l-worry-bg.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 87rem;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 88.22%, 50% 100%, 0 88.22%);
  margin-bottom: -10.2486rem;
  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: 74.6rem;
    clip-path: polygon(0 0, 100% 0, 100% 91.84%, 50% 100%, 0 91.84%);
    margin-bottom: -6.08736rem;
    padding: 7.8rem 2rem 0 2rem;
  }

  .l-worry::before {
    content: "";
    display: block;
    width: 8rem;
    height: 6.2rem;
    background-image: url(../img/l-worry-before-arrow.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.l-worry__en {
  position: absolute;
  top: 12rem;
  left: 0;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--en-font2);
  font-size: 12rem;
  line-height: 0.7;
  letter-spacing: 0.05em;
}

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

.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;
    letter-spacing: 0.04em;
    margin-bottom: 2.6rem;
  }
}

.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 {
  width: 64rem;
  margin: 0 auto 5rem auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.6rem;
}

@media screen and (max-width: 768px) {
  .l-worry__list {
    width: calc(100% - 6rem);
    margin: 0 auto 3.8rem auto;
    gap: 2rem;
  }
}

.l-worry__list li {
  width: 100%;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.05em;
  background: url(../img/l-worry-list-icon.svg) no-repeat center left/3.4rem auto;
  padding-left: 5.4rem;
}

@media screen and (max-width: 768px) {
  .l-worry__list li {
    font-size: 1.2rem;
    line-height: 1.4;
    min-height: 3.4rem;
  }
}

.l-worry__list li span {
  font-size: 2.8rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 0 0.2em;
}

@media screen and (max-width: 768px) {
  .l-worry__list li span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.l-worry__list li span::after {
  content: "";
  background: var(--sub);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .l-worry__list li span::after {
    height: 1px;
    bottom: -0.2rem;
  }
}

.l-worry__box {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.6rem 12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-worry__box {
    padding: 2.2rem 4.8rem;
    gap: 0;
  }
}

.l-worry__box h3 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-worry__box h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.6rem;
    letter-spacing: 0.02em;
  }
}

.l-worry__box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .l-worry__box ul {
    gap: 0.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.1rem;
    line-height: 1.8;
    min-height: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .l-worry__box ul+ul {
    margin-top: 0.4rem;
  }
}

.l-header__left {
  display: flex;
  align-items: flex-start;
  gap: 0 1.2rem;
  position: absolute;
  top: 5rem;
  left: 4rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .l-header__left {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.6rem 0;
    top: 1.2rem;
    left: 2rem;
  }
}

.l-header__logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.4rem 0;
  width: 21.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    display: block;
    width: 15rem;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__logo h1 {
  color: var(--main-dark);
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-header__logo h1 {
    display: none;
  }
}

.l-header__brand {
  border: 1px solid var(--main-dark);
  background: var(--white);
  width: 10.6rem;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-dark);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-header__brand {
    width: 100%;
    height: 1.8rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
}

.l-header__fix {
  position: fixed;
  top: 0;
  right: 8rem;
  z-index: 300;
  display: flex;
  align-items: center;
}

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

.l-header__review {
  width: 8rem;
}

.l-header__review a {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #2FBE9E;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.08em;
}

.l-header__review a:hover {
  opacity: 0.7;
}

.l-header__phone {
  width: 23rem;
}

.l-header__phone a {
  width: 100%;
  height: 8rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

.l-header__phone a:hover {
  opacity: 0.7;
}

.l-header__phone a small {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.l-header__phone a p {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.l-sitemap {
  padding: 16rem 4.8rem 3.6rem 4.8rem;
}

@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 8.6rem 3.2rem 15.2rem 3.2rem;
  }
}

.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}

.l-sitemap__nav a {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.l-sitemap__nav a:hover {
  opacity: 0.7;
}

.l-sitemap__copy {
  width: 100%;
  text-align: center;
  margin-top: 18rem;
}

@media screen and (max-width: 768px) {
  .l-sitemap__copy {
    margin-top: 16.8rem;
  }
}

.l-sitemap__copy small {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.l-sitemap__copy a:hover {
  opacity: 0.7;
}

.l-hero {
  width: 100%;
  height: 100vh;
  background: url(../img/l-hero-bg.jpg) no-repeat center center/cover;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .l-hero {
    background: url(../img/l-hero-bg-sp.jpg) no-repeat center center/cover;
    height: calc(var(--vh, 1vh)* 100 - 66px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.l-hero::before {
  content: "";
  display: block;
  width: 10.4rem;
  height: 8rem;
  background-image: url(../img/l-worry-before-arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .l-hero::before {
    display: none;
  }
}

.l-hero__left {
  position: absolute;
  bottom: 7.2751322751vw;
  left: 10.582010582vw;
}

@media screen and (max-width: 768px) {
  .l-hero__left {
    position: static;
    width: 100%;
  }
}

.l-hero__catch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-hero__catch {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 4.8rem;
  }
}

.l-hero__catch h3 {
  font-family: var(--sub-font);
  font-size: clamp(2.75rem, 3.6375661376vw, 5.5rem);
  font-weight: 500;
  line-height: 1.04;
  background: linear-gradient(272deg, #166BA5 24.93%, #1D95C0 34.36%, #1A9EC6 44.12%, #1B8DBC 49.85%, #1A71A9 56.74%, #0C5B98 66.67%, #0B497E 86.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .l-hero__catch h3 {
    font-size: 3.2rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
}

.l-hero__catch h3 .f60 {
  font-size: clamp(3rem, 3.9682539683vw, 6rem);
}

@media screen and (max-width: 768px) {
  .l-hero__catch h3 .f60 {
    font-size: 4.8rem;
  }
}

.l-hero__catch h3 .f74 {
  font-size: clamp(3.7rem, 4.8941798942vw, 7.4rem);
}

@media screen and (max-width: 768px) {
  .l-hero__catch h3 .f74 {
    font-size: 4.3rem;
  }
}

.l-hero__catch h3 .f80 {
  font-size: clamp(4rem, 5.291005291vw, 8rem);
}

@media screen and (max-width: 768px) {
  .l-hero__catch h3 .f80 {
    font-size: 4.8rem;
  }
}

.l-hero__catch h3 .f82 {
  font-size: clamp(4.1rem, 5.4232804233vw, 8.2rem);
}

@media screen and (max-width: 768px) {
  .l-hero__catch h3 .f82 {
    font-size: 4.8rem;
  }
}

.l-hero__list {
  width: 39.1534391534vw;
  max-width: 59.2rem;
}

@media screen and (max-width: 768px) {
  .l-hero__list {
    width: 100%;
    max-width: 0;
    position: relative;
    bottom: -4rem;
    margin-top: -4rem;
  }
}

.l-hero__list img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-hero__list img {
    width: 25rem;
  }
}

.l-hero__badge {
  position: absolute;
  bottom: 3.4391534392vw;
  right: 1.3227513228vw;
  width: 26.455026455vw;
  max-width: 40rem;
}

@media screen and (max-width: 768px) {
  .l-hero__badge {
    position: static;
    width: 100%;
    max-width: auto;
    padding: 0 2rem 1.2rem 2rem;
  }
}

.l-hero__badge img {
  width: 100%;
  height: auto;
}

.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);
}

.c-card.shadow {
  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 {
  text-align: center;
  position: relative;
  padding-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-heading01 {
    padding-bottom: 2.6rem;
  }
}

.c-heading01::after {
  content: "";
  background: var(--base-color);
  width: 4rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.c-heading01 .en {
  font-family: var(--en-font);
  font-size: 12rem;
  line-height: 1.4;
  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;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 7rem;
    letter-spacing: 0.01em;
  }
}

.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

.c-btn01 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;
}

.c-btn01 a:hover {
  opacity: 0.7;
}

.c-btn02 a {
  border-radius: 1.2rem;
  background: var(--main-dark);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

.c-btn02 a:hover {
  opacity: 0.7;
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
}

.c-calendar th {
  text-align: center;
  vertical-align: middle;
  width: 9%;
  padding: 0.8rem 0;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.05em;
  background: var(--main);
}

.c-calendar th.head {
  width: 28%;
  text-align: center;
  padding: 0.8rem 0;
}

.c-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 9%;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--base-color);
}

.c-calendar td.head {
  width: 28%;
  color: var(--base-color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

.p-information {
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem 10rem;
  padding: 7rem 15rem;
}

@media screen and (max-width: 768px) {
  .p-information {
    gap: 0;
    padding: 0;
  }
}

.p-informationBlock01 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-informationBlock02 {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
    margin-top: 1.6rem;
  }
}

.p-informationBlock03 {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 5rem;
  }
}

.p-information__logo {
  width: 30rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 0;
}

@media screen and (max-width: 768px) {
  .p-information__logo {
    width: 100%;
    padding: 0 2.4rem;
  }
}

.p-information__logo img {
  width: 100%;
  height: auto;
}

.p-information__logo a:hover {
  opacity: 0.7;
}

.p-information__logo .tagline {
  background: var(--main-light);
  padding: 0.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-information__logo .tagline {
    letter-spacing: 0.06em;
  }
}

.p-information__time {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information__time {
    margin-bottom: 1.6rem;
  }
}

.p-information__cta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-information__cta {
    margin-bottom: 0;
  }
}

.p-information__cta h3 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information__cta h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}

.p-information__phone {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-information__phone {
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
}

.p-information__phone a {
  width: 100%;
  height: 10rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-information__phone a {
    height: 8rem;
  }
}

.p-information__phone a:hover {
  opacity: 0.7;
}

.p-information__phone a small {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-information__phone a small {
    font-size: 1.2rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

.p-information__phone a p {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-information__phone a p {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}

.p-information__bnr {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-information__bnr {
    margin-top: 5rem;
  }
}

.p-information__bnr img {
  width: 100%;
  height: auto;
}

.p-information__bnr a:hover {
  opacity: 0.7;
}

.p-information__map {
  width: 100%;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information__map {
    margin-bottom: 1.6rem;
  }
}

.p-information__map iframe {
  width: 100%;
  height: 40rem;
}

@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: 33rem;
  }
}

.p-information__meta {
  margin-bottom: 1rem;
}

.p-information__meta h3 {
  display: block;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-information__meta h3 {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-information__accessTtl {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  margin-bottom: 0.6rem;
}

.p-information__accessTtl dt {
  width: 4.4rem;
}

.p-information__accessTtl dt img {
  width: 100%;
  height: auto;
}

.p-information__accessTtl dd {
  width: calc(100% - 5.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.p-information__accessSmall {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.p-attention {
  border: 1px solid var(--base-color);
  background: var(--white);
  padding: 5rem 10rem;
}

@media screen and (max-width: 768px) {
  .p-attention {
    padding: 5rem 2rem;
    margin-top: 7rem;
  }
}

.p-attention__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-attention__title {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.08em;
  }
}

.p-attention__scroll {
  width: 100%;
  height: 10rem;
  overflow: auto;
  padding-right: 4.8rem;
  /* スクロールバーのスタイリング */
}

@media screen and (max-width: 768px) {
  .p-attention__scroll {
    height: 26rem;
    padding-right: 2rem;
  }
}

.p-attention__scroll div+div {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-attention__scroll div+div {
    margin-top: 2.4rem;
  }
}

.p-attention__scroll h3 {
  color: var(--main-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.p-attention__scroll::-webkit-scrollbar {
  width: 6px;
}

.p-attention__scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.p-attention__scroll::-webkit-scrollbar-thumb {
  background: #5d5d5d;
  border-radius: 6px;
}

.p-attention__scroll::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b;
}

.p-jidv {
  background: var(--white);
  width: 100%;
  margin-top: 7rem;
  padding: 6rem 15rem;
}

@media screen and (max-width: 768px) {
  .p-jidv {
    margin-top: 0;
    padding: 5rem 2rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
}

.p-jidv__subtitle {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-jidv__subtitle {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.6rem;
  }
}

.p-jidv__bnr {
  width: 100%;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-jidv__bnr {
    margin-top: 3rem;
  }
}

.p-jidv__bnr img {
  width: 100%;
  height: auto;
}

.p-jidv__bnr a:hover {
  opacity: 0.7;
}

.p-jidv__box {
  margin-top: 3rem;
  background: var(--main-light);
  padding: 4rem 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-jidv__box {
    padding: 4rem 2rem;
  }
}

.p-jidv__box h4 {
  margin-bottom: 1rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-jidv__box p {
  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: 51.2rem;
  }
}

.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 */