@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&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 {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  display: inline-block;
  vertical-align: top;
}



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: "hiragino-kaku-gothic-pron", sans-serif;
  --en-font: "hiragino-kaku-gothic-pron", sans-serif;
  --min-font: "Noto Serif JP", serif;
  --base-color: #262626;
  --main: #EB801D;
  --main-light: #F0EEE9;
  --main-dark: #C3511E;
  --sub: #72D9AE;
  --sub-light: #F3FFF6;
  --sub-dark: #055345;
  --gray: #D6D6D6;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
}

html {
  font-size: 62.5%;
}

.point_wrap {
  display: flex;
  justify-content: space-between;
}

.point_wrap .box {
  width: 48%;
}

.point_wrap .box p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.point_wrap .box img {
  height: 350px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
  border-radius: 10px;
}

.point_wrap .c-headline01 {
  font-size: 3rem;
  text-align: center;
}

.point_wrap .c-headline01__en {
  border: #EB801D 2px solid;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
}

.point_wrap .c-btn {
  margin-top: 30px;
}

.c-contact-box.cta_wrap {
  width: 1000px;
  max-width: 100%;
  padding: 5rem;
  margin: 0 auto;
}

.l-page .default .cta_wrap h2 {
  background: #EB801D;
  color:
}

.l-page .default .cta_wrap h4 {
  background: none;
  color: #000;
}

.l-page .default .cta_wrap h3 {
  margin: 0 0 2rem !important;
}

.cta_wrap .banner_wrap {
  margin: 0 0 3rem;
}

.cta_wrap .banner_wrap img {
  aspect-ratio: unset;
}

@media screen and (max-width: 768px) {
  .point_wrap {
    display: block;
  }

  .point_wrap .box {
    width: 100%;
  }

  .point_wrap .box+.box {
    margin-top: 40px;
  }

  .point_wrap .box img {
    width: 90%;
    height: auto;
  }

  .point_wrap .c-headline01 {
    font-size: 2.3rem;
  }

  .point_wrap .c-btn {
    margin-top: 15px;
  }

  .c-contact-box.cta_wrap {
    width: calc(100% - 40px);
    padding: 3rem 2rem;
  }

  .l-page .default .cta_wrap h2 {
    font-size: 2rem;
  }

  .l-page .default .cta_wrap h3 {
    font-size: 1.7rem;
  }

  html {
    font-size: 2.564vw;
  }
}

body {
  min-width: 134rem;
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.bunner_i img.pc {
  width: 100%;
  height: 200px;
}

.bunner_i img.sp {
  width: 100%;
  height: 200px;
}


@media screen and (min-width: 769px) {
  body.is-fixed {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

/*
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  a {
    transition: 0.3s;
  }
}
*/

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.l-404 {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 10rem 2rem;
  text-align: center;
}

.l-404__title {
  font-size: 3.6rem;
  font-weight: 600;
}

.l-archive {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-archive {
    padding: 6rem 2rem;
  }
}

.l-archiveTitle {
  width: 100%;
  text-align: center;
  color: var(--main);
  font-size: 3.6rem;
  font-weight: 400;
}

.l-archiveAside {
  width: calc(25% - 2rem);
}

@media screen and (max-width: 768px) {
  .l-archiveAside {
    width: 100%;
  }
}

.l-archiveAside__heading {
  background: var(--main);
  color: var(--white);
  padding: 1rem 2rem;
}

.l-archiveAside__cta {
  background: var(--main-light);
  position: sticky;
  top: 6rem;
  padding: 2rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.l-archiveAside__list {
  margin-top: 1rem;
}

.l-archiveAside__list li {
  border-bottom: 0.1rem solid var(--gray);
  padding: 1rem 0;
}

.l-archiveAside__list a {
  transition: all 0.7s;
}

.l-archiveAside__list a:hover {
  color: var(--main);
}

.l-archiveAside__tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 2rem;
}

.l-archiveAside__tagcloud li {
  display: flex;
}

.l-archiveAside__block+.l-archiveAside__block {
  margin-top: 6rem;
}

.l-archiveMain {
  width: calc(75% - 2rem);
}

@media screen and (max-width: 768px) {
  .l-archiveMain {
    width: 100%;
  }
}

.l-archiveList:first-child {
  border-top: 0.1rem solid var(--gray);
}

.l-archiveList {
  border-bottom: 0.1rem solid var(--gray);
  padding: 3.2rem 0;
}

.l-archiveList__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.8rem;
}

.l-archiveList__taxonomy a {
  color: var(--main);
  font-weight: 600;
  transition: all 0.5s;
}

.l-archiveList__taxonomy a:hover {
  text-decoration: underline;
}

.l-archiveList__taxonomy i {
  margin-right: 0.5em;
}

.l-archiveList__date {
  font-size: 1.1rem;
  color: var(--gray-dark);
}

.l-archiveList__date i {
  margin-right: 0.5em;
}

.l-archiveList__thumb01 {
  display: flex;
}

.l-archiveList__thumb01 li {
  width: 100%;
}

.l-archiveList__thumb01 img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-archiveList__thumb01 img {
    height: 16rem;
  }
}

.l-archiveList__thumb02 {
  display: flex;
}

.l-archiveList__thumb02 li {
  width: 50%;
}

.l-archiveList__thumb02 li.full {
  width: 100%;
}

.l-archiveList__thumb02 img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-archiveList__thumb02 img {
    height: 14rem;
  }
}

.l-archiveList__head {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.4rem 0 1.6rem 0;
  color: var(--black);
}

.l-archiveList__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-archiveList__bodyLeft {
  width: calc(100% - 23rem);
}

@media screen and (max-width: 768px) {
  .l-archiveList__bodyLeft {
    width: 100%;
  }
}

.l-archiveList__bodyRight {
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .l-archiveList__bodyRight {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.l-archiveList__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--main);
  border-radius: 0.7rem;
  color: var(--main);
  text-align: center;
  height: 4.7rem;
  transition: all 0.5s;
}

.l-archiveList__btn a:hover {
  background: var(--main);
  color: var(--white);
}

.l-archiveList__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.l-archiveList__dl dt {
  width: 5rem;
}

.l-archiveList__dl dd {
  width: calc(100% - 6rem);
}

.l-archiveList__dl.wide dt {
  width: 100%;
}

.l-archiveList__dl.wide dd {
  width: 100%;
}

.l-archiveList__dl+.l-archiveList__dl {
  margin-top: 1.6rem;
}

.l-bread {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 2rem;
}

.l-bread a {
  color: var(--main);
  transition: 0.7s;
}

.l-bread a:hover {
  opacity: 0.5;
}

.l-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem;
  }
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.l-page section .inner>*+* {
  margin-top: 4rem;
}

.l-page section .inner p {
  letter-spacing: 0.1px;
}

.l-page strong {
  font-weight: 600;
}

.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}

.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}

.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}

.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}

.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.l-page img.no-trim {
  aspect-ratio: auto !important;
}

.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}

.l-page .flex .col-1 {
  width: 100%;
}

.l-page .flex .col-1>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1>*+* {
    margin-top: 1.6rem;
  }
}

.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}

.l-page.case_css .flex .col-1 img {
  aspect-ratio: auto;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}

.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}

.l-page .flex .col-2>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}

.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}

.l-page .flex .col-3>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}

.l-page .flex.rev {
  flex-direction: row-reverse;
}

.l-page section.default+section.default {
  margin-top: -8rem;
}

.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 2rem;
    font-size: 1.4rem;
  }
}

.l-page section.default h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-page section.default h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
}

.l-page section.default h2+p,
.l-page section.default h2+h3,
.l-page section.default h2+h4,
.l-page section.default h2+h5,
.l-page section.default h2+h6,
.l-page section.default h2+ol,
.l-page section.default h2+ul,
.l-page section.default h2+table,
.l-page section.default h2+.profile {
  margin-top: 4rem;
}

.l-page section.default h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }

  .l-page section.default .cardSwiper h3 {
    font-size: 1.5rem;
    margin-top: 0 !important;
  }
}

.l-page section.default h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}

.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}

.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}

.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.default ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.default ol.flow {
  counter-reset: list;
}

.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}

.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.default ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}

.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.default ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}

.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.default ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.default ul.check {
  list-style-type: none;
}

.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}

.l-page section.default ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default .cardSwiper dl {
    display: block;

  }
}

.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}

@media screen and (max-width: 768px) {
  .l-page section.default .cardSwiper dl dd {
    width: 100%;
  }
}

.l-page section.default table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}

.l-page section.default table th,
.l-page section.default table td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default table th,
  .l-page section.default table td {
    padding: 2rem;
  }
}

.l-page section.default table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.default table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.default table th.w10,
.l-page section.default table td.w10 {
  width: 10%;
}

.l-page section.default table th.w20,
.l-page section.default table td.w20 {
  width: 20%;
}

.l-page section.default table th.w30,
.l-page section.default table td.w30 {
  width: 30%;
}

.l-page section.default table th.w40,
.l-page section.default table td.w40 {
  width: 40%;
}

.l-page section.default table th.w50,
.l-page section.default table td.w50 {
  width: 50%;
}

.l-page section.default table th.w60,
.l-page section.default table td.w60 {
  width: 60%;
}

.l-page section.default table th.w70,
.l-page section.default table td.w70 {
  width: 70%;
}

.l-page section.default table th.w80,
.l-page section.default table td.w80 {
  width: 80%;
}

.l-page section.default table th.w90,
.l-page section.default table td.w90 {
  width: 90%;
}

.l-page section.default table th.main,
.l-page section.default table td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table th.main-light,
.l-page section.default table td.main-light {
  background: var(--main-light);
}

.l-page section.default table th.gray-light,
.l-page section.default table td.gray-light {
  background: var(--gray-light);
}

.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}

.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}

.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}

.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}

.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}

.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}

.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}

.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}

.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}

.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}

.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}

.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}

.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}

.l-page section.default .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: var(--main-light);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}

.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}

.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100%;
  }
}

.l-page section.default .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}

.l-page section.default .price__left {
  width: 24%;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}

.l-page section.default .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60%;
  }
}

.l-page section.default .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.l-page section.default .price__right {
  width: 24%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100%;
  }
}

.l-page section.default .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.l-page section.default .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--white);
}

.l-page section.default .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row3:nth-child(2),
.l-page section.default .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--white);
}

.l-page section.default .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.default .price+.price {
  margin-top: -0.1rem;
}

.l-page section.gray-light+section.gray-light {
  margin-top: -8rem;
}

.l-page section.gray-light {
  background: var(--gray-light);
}

.l-page section.gray-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .inner {
    padding: 6rem 2rem;
  }
}

.l-page section.gray-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.gray-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.gray-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-page section.gray-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h2 {
    font-size: 2.4rem;
  }
}

.l-page section.gray-light h2+p,
.l-page section.gray-light h2+h3,
.l-page section.gray-light h2+h4,
.l-page section.gray-light h2+h5,
.l-page section.gray-light h2+h6,
.l-page section.gray-light h2+ol,
.l-page section.gray-light h2+ul,
.l-page section.gray-light h2+table,
.l-page section.gray-light h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.gray-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h3 {
    font-size: 2rem;
  }
}

.l-page section.gray-light h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h4 {
    font-size: 1.6rem;
  }
}

.l-page section.gray-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h5 {
    font-size: 1.4rem;
  }
}

.l-page section.gray-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.gray-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h6 {
    font-size: 1.2rem;
  }
}

.l-page section.gray-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.gray-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.gray-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.gray-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.gray-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.gray-light ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.gray-light ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.gray-light ol.flow {
  counter-reset: list;
}

.l-page section.gray-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.gray-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li div {
    width: 100%;
  }
}

.l-page section.gray-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.gray-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.gray-light ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.gray-light ol.flow li:not(:nth-child(1)),
.l-page section.gray-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.gray-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.gray-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li div {
    width: 100%;
  }
}

.l-page section.gray-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.gray-light ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.gray-light ul.flow li:not(:nth-child(1)),
.l-page section.gray-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.gray-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.gray-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.gray-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}

.l-page section.gray-light ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.gray-light ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.gray-light ul.check {
  list-style-type: none;
}

.l-page section.gray-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.gray-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}

.l-page section.gray-light ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.gray-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

.l-page section.gray-light dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.gray-light dl dd {
  width: calc(100% - 11.6rem);
}

.l-page section.gray-light table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}

.l-page section.gray-light table th,
.l-page section.gray-light table td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.gray-light table th,
  .l-page section.gray-light table td {
    padding: 2rem;
  }
}

.l-page section.gray-light table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.gray-light table th.w10,
.l-page section.gray-light table td.w10 {
  width: 10%;
}

.l-page section.gray-light table th.w20,
.l-page section.gray-light table td.w20 {
  width: 20%;
}

.l-page section.gray-light table th.w30,
.l-page section.gray-light table td.w30 {
  width: 30%;
}

.l-page section.gray-light table th.w40,
.l-page section.gray-light table td.w40 {
  width: 40%;
}

.l-page section.gray-light table th.w50,
.l-page section.gray-light table td.w50 {
  width: 50%;
}

.l-page section.gray-light table th.w60,
.l-page section.gray-light table td.w60 {
  width: 60%;
}

.l-page section.gray-light table th.w70,
.l-page section.gray-light table td.w70 {
  width: 70%;
}

.l-page section.gray-light table th.w80,
.l-page section.gray-light table td.w80 {
  width: 80%;
}

.l-page section.gray-light table th.w90,
.l-page section.gray-light table td.w90 {
  width: 90%;
}

.l-page section.gray-light table th.main,
.l-page section.gray-light table td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.gray-light table th.main-light,
.l-page section.gray-light table td.main-light {
  background: var(--main-light);
}

.l-page section.gray-light table th.gray-light,
.l-page section.gray-light table td.gray-light {
  background: var(--gray-light);
}

.l-page section.gray-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}

.l-page section.gray-light table.border th,
.l-page section.gray-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.gray-light table.border th,
  .l-page section.gray-light table.border td {
    padding: 2rem;
  }
}

.l-page section.gray-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.gray-light table.border th.w10,
.l-page section.gray-light table.border td.w10 {
  width: 10%;
}

.l-page section.gray-light table.border th.w20,
.l-page section.gray-light table.border td.w20 {
  width: 20%;
}

.l-page section.gray-light table.border th.w30,
.l-page section.gray-light table.border td.w30 {
  width: 30%;
}

.l-page section.gray-light table.border th.w40,
.l-page section.gray-light table.border td.w40 {
  width: 40%;
}

.l-page section.gray-light table.border th.w50,
.l-page section.gray-light table.border td.w50 {
  width: 50%;
}

.l-page section.gray-light table.border th.w60,
.l-page section.gray-light table.border td.w60 {
  width: 60%;
}

.l-page section.gray-light table.border th.w70,
.l-page section.gray-light table.border td.w70 {
  width: 70%;
}

.l-page section.gray-light table.border th.w80,
.l-page section.gray-light table.border td.w80 {
  width: 80%;
}

.l-page section.gray-light table.border th.w90,
.l-page section.gray-light table.border td.w90 {
  width: 90%;
}

.l-page section.gray-light table.border th.main,
.l-page section.gray-light table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.gray-light table.border th.main-light,
.l-page section.gray-light table.border td.main-light {
  background: var(--main-light);
}

.l-page section.gray-light table.border th.gray-light,
.l-page section.gray-light table.border td.gray-light {
  background: var(--gray-light);
}

.l-page section.gray-light .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.l-page section.gray-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: var(--main-light);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.l-page section.gray-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.gray-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}

.l-page section.gray-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}

.l-page section.gray-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileImg {
    width: 100%;
  }
}

.l-page section.gray-light .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}

.l-page section.gray-light .price__left {
  width: 24%;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}

.l-page section.gray-light .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left img {
    width: 60%;
  }
}

.l-page section.gray-light .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.l-page section.gray-light .price__right {
  width: 24%;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__right {
    width: 100%;
  }
}

.l-page section.gray-light .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.l-page section.gray-light .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.gray-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--gray-light);
}

.l-page section.gray-light .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.gray-light .price__row3:nth-child(2),
.l-page section.gray-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--gray-light);
}

.l-page section.gray-light .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.gray-light .price+.price {
  margin-top: -0.1rem;
}

.l-page section.main-light+section.main-light {
  margin-top: -8rem;
}

.l-page section.main-light {
  background: var(--main-light);
}

.l-page section.main-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .inner {
    padding: 6rem 2rem;
  }
}

.l-page section.main-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.main-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.main-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-page section.main-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h2 {
    font-size: 2.4rem;
  }
}

.l-page section.main-light h2+p,
.l-page section.main-light h2+h3,
.l-page section.main-light h2+h4,
.l-page section.main-light h2+h5,
.l-page section.main-light h2+h6,
.l-page section.main-light h2+ol,
.l-page section.main-light h2+ul,
.l-page section.main-light h2+table,
.l-page section.main-light h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.main-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h3 {
    font-size: 2rem;
  }
}

.l-page section.main-light h4 {
  background: var(--white);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h4 {
    font-size: 1.6rem;
  }
}

.l-page section.main-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h5 {
    font-size: 1.4rem;
  }
}

.l-page section.main-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.main-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h6 {
    font-size: 1.2rem;
  }
}

.l-page section.main-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.main-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.main-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.main-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.main-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.main-light ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.main-light ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.main-light ol.flow {
  counter-reset: list;
}

.l-page section.main-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.main-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li div {
    width: 100%;
  }
}

.l-page section.main-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.main-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.main-light ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.main-light ol.flow li:not(:nth-child(1)),
.l-page section.main-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.main-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.main-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li div {
    width: 100%;
  }
}

.l-page section.main-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.main-light ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.main-light ul.flow li:not(:nth-child(1)),
.l-page section.main-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.main-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.main-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.main-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}

.l-page section.main-light ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.main-light ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.main-light ul.check {
  list-style-type: none;
}

.l-page section.main-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.main-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}

.l-page section.main-light ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.main-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

.l-page section.main-light dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.main-light dl dd {
  width: calc(100% - 11.6rem);
}

.l-page section.main-light table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}

.l-page section.main-light table th,
.l-page section.main-light table td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.main-light table th,
  .l-page section.main-light table td {
    padding: 2rem;
  }
}

.l-page section.main-light table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.main-light table th.w10,
.l-page section.main-light table td.w10 {
  width: 10%;
}

.l-page section.main-light table th.w20,
.l-page section.main-light table td.w20 {
  width: 20%;
}

.l-page section.main-light table th.w30,
.l-page section.main-light table td.w30 {
  width: 30%;
}

.l-page section.main-light table th.w40,
.l-page section.main-light table td.w40 {
  width: 40%;
}

.l-page section.main-light table th.w50,
.l-page section.main-light table td.w50 {
  width: 50%;
}

.l-page section.main-light table th.w60,
.l-page section.main-light table td.w60 {
  width: 60%;
}

.l-page section.main-light table th.w70,
.l-page section.main-light table td.w70 {
  width: 70%;
}

.l-page section.main-light table th.w80,
.l-page section.main-light table td.w80 {
  width: 80%;
}

.l-page section.main-light table th.w90,
.l-page section.main-light table td.w90 {
  width: 90%;
}

.l-page section.main-light table th.main,
.l-page section.main-light table td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.main-light table th.main-light,
.l-page section.main-light table td.main-light {
  background: var(--main-light);
}

.l-page section.main-light table th.gray-light,
.l-page section.main-light table td.gray-light {
  background: var(--gray-light);
}

.l-page section.main-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}

.l-page section.main-light table.border th,
.l-page section.main-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.main-light table.border th,
  .l-page section.main-light table.border td {
    padding: 2rem;
  }
}

.l-page section.main-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.main-light table.border th.w10,
.l-page section.main-light table.border td.w10 {
  width: 10%;
}

.l-page section.main-light table.border th.w20,
.l-page section.main-light table.border td.w20 {
  width: 20%;
}

.l-page section.main-light table.border th.w30,
.l-page section.main-light table.border td.w30 {
  width: 30%;
}

.l-page section.main-light table.border th.w40,
.l-page section.main-light table.border td.w40 {
  width: 40%;
}

.l-page section.main-light table.border th.w50,
.l-page section.main-light table.border td.w50 {
  width: 50%;
}

.l-page section.main-light table.border th.w60,
.l-page section.main-light table.border td.w60 {
  width: 60%;
}

.l-page section.main-light table.border th.w70,
.l-page section.main-light table.border td.w70 {
  width: 70%;
}

.l-page section.main-light table.border th.w80,
.l-page section.main-light table.border td.w80 {
  width: 80%;
}

.l-page section.main-light table.border th.w90,
.l-page section.main-light table.border td.w90 {
  width: 90%;
}

.l-page section.main-light table.border th.main,
.l-page section.main-light table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.main-light table.border th.main-light,
.l-page section.main-light table.border td.main-light {
  background: var(--main-light);
}

.l-page section.main-light table.border th.gray-light,
.l-page section.main-light table.border td.gray-light {
  background: var(--gray-light);
}

.l-page section.main-light .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.l-page section.main-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: var(--white);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.l-page section.main-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.main-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}

.l-page section.main-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}

.l-page section.main-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileImg {
    width: 100%;
  }
}

.l-page section.main-light .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}

.l-page section.main-light .price__left {
  width: 24%;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}

.l-page section.main-light .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left img {
    width: 60%;
  }
}

.l-page section.main-light .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.l-page section.main-light .price__right {
  width: 24%;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__right {
    width: 100%;
  }
}

.l-page section.main-light .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.l-page section.main-light .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.main-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main-light);
}

.l-page section.main-light .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.main-light .price__row3:nth-child(2),
.l-page section.main-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main-light);
}

.l-page section.main-light .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.main-light .price+.price {
  margin-top: -0.1rem;
}

.l-page section.main+section.main {
  margin-top: -8rem;
}

.l-page section.main {
  background: var(--main);
}

.l-page section.main .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-page section.main .inner {
    padding: 6rem 2rem;
  }
}

.l-page section.main h1 {
  color: var(--white);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.main h1 span {
  color: var(--white);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.main h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--white);
}

.l-page section.main h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main h2 {
    font-size: 2.4rem;
  }
}

.l-page section.main h2+p,
.l-page section.main h2+h3,
.l-page section.main h2+h4,
.l-page section.main h2+h5,
.l-page section.main h2+h6,
.l-page section.main h2+ol,
.l-page section.main h2+ul,
.l-page section.main h2+table,
.l-page section.main h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.main h3 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--white);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main h3 {
    font-size: 2rem;
  }
}

.l-page section.main h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main h4 {
    font-size: 1.6rem;
  }
}

.l-page section.main h5 {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main h5 {
    font-size: 1.4rem;
  }
}

.l-page section.main h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.main h6 {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main h6 {
    font-size: 1.2rem;
  }
}

.l-page section.main .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.main .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--main);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.main ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.main ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.main ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.main ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.main ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.main ol.flow {
  counter-reset: list;
}

.l-page section.main ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.main ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li div {
    width: 100%;
  }
}

.l-page section.main ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.main ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--main-dark);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.main ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.main ol.flow li:not(:nth-child(1)),
.l-page section.main ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.main ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.main ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li div {
    width: 100%;
  }
}

.l-page section.main ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.main ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.main ul.flow li:not(:nth-child(1)),
.l-page section.main ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.main ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.main ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.main ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--white);
}

.l-page section.main ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.main ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.main ul.check {
  list-style-type: none;
}

.l-page section.main ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.main ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--white);
  border-bottom: 0.3rem solid var(--white);
  transform: rotate(-45deg);
}

.l-page section.main ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.main dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

.l-page section.main dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.main dl dd {
  width: calc(100% - 11.6rem);
}

.l-page section.main table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--white);
}

.l-page section.main table th,
.l-page section.main table td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.main table th,
  .l-page section.main table td {
    padding: 2rem;
  }
}

.l-page section.main table th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.main table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--white);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.main table th.w10,
.l-page section.main table td.w10 {
  width: 10%;
}

.l-page section.main table th.w20,
.l-page section.main table td.w20 {
  width: 20%;
}

.l-page section.main table th.w30,
.l-page section.main table td.w30 {
  width: 30%;
}

.l-page section.main table th.w40,
.l-page section.main table td.w40 {
  width: 40%;
}

.l-page section.main table th.w50,
.l-page section.main table td.w50 {
  width: 50%;
}

.l-page section.main table th.w60,
.l-page section.main table td.w60 {
  width: 60%;
}

.l-page section.main table th.w70,
.l-page section.main table td.w70 {
  width: 70%;
}

.l-page section.main table th.w80,
.l-page section.main table td.w80 {
  width: 80%;
}

.l-page section.main table th.w90,
.l-page section.main table td.w90 {
  width: 90%;
}

.l-page section.main table th.main,
.l-page section.main table td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.main table th.main-light,
.l-page section.main table td.main-light {
  background: var(--main-light);
  color: var(--main-dark);
}

.l-page section.main table th.gray-light,
.l-page section.main table td.gray-light {
  background: var(--gray-light);
  color: var(--main-dark);
}

.l-page section.main table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--white);
}

.l-page section.main table.border th,
.l-page section.main table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.main table.border th,
  .l-page section.main table.border td {
    padding: 2rem;
  }
}

.l-page section.main table.border th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--white);
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--white);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.main table.border th.w10,
.l-page section.main table.border td.w10 {
  width: 10%;
}

.l-page section.main table.border th.w20,
.l-page section.main table.border td.w20 {
  width: 20%;
}

.l-page section.main table.border th.w30,
.l-page section.main table.border td.w30 {
  width: 30%;
}

.l-page section.main table.border th.w40,
.l-page section.main table.border td.w40 {
  width: 40%;
}

.l-page section.main table.border th.w50,
.l-page section.main table.border td.w50 {
  width: 50%;
}

.l-page section.main table.border th.w60,
.l-page section.main table.border td.w60 {
  width: 60%;
}

.l-page section.main table.border th.w70,
.l-page section.main table.border td.w70 {
  width: 70%;
}

.l-page section.main table.border th.w80,
.l-page section.main table.border td.w80 {
  width: 80%;
}

.l-page section.main table.border th.w90,
.l-page section.main table.border td.w90 {
  width: 90%;
}

.l-page section.main table.border th.main,
.l-page section.main table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.main table.border th.main-light,
.l-page section.main table.border td.main-light {
  background: var(--main-light);
}

.l-page section.main table.border th.gray-light,
.l-page section.main table.border td.gray-light {
  background: var(--gray-light);
}

.l-page section.main .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.l-page section.main .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: var(--main-light);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.l-page section.main .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.main .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--main-dark);
}

.l-page section.main .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}

.l-page section.main .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileImg {
    width: 100%;
  }
}

.l-page section.main .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
}

.l-page section.main .price__left {
  width: 24%;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}

.l-page section.main .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__left img {
    width: 60%;
  }
}

.l-page section.main .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.l-page section.main .price__right {
  width: 24%;
  background: var(--main-light);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--main-dark);
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__right {
    width: 100%;
  }
}

.l-page section.main .price__product {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.l-page section.main .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.main .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main);
}

.l-page section.main .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.main .price__row3:nth-child(2),
.l-page section.main .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main);
}

.l-page section.main .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.main .price+.price {
  margin-top: -0.1rem;
}

.l-page.round h2 {
  border-radius: 1rem;
}

.l-page.round h4 {
  border-radius: 1rem;
}

.l-page.round img {
  border-radius: 1rem;
}

.l-page.round ol li::before {
  border-radius: 1rem;
}

.l-page.round .profile .profileTxt {
  border-radius: 1rem 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .l-page.round .profile .profileTxt {
    border-radius: 0 0 1rem 1rem;
  }
}

.l-page.round .profile .profileImg img {
  border-radius: 0 1rem 1rem 0;
}

@media screen and (max-width: 768px) {
  .l-page.round .profile .profileImg img {
    border-radius: 1rem 1rem 0 0;
  }
}

.l-pageheader {
  width: 100%;
}

.l-pageheader img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-pageheader img {
    height: 100%;
  }
}

.l-pagetitle {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 0 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-pagetitle {
    margin: 4rem auto 0 auto;
    padding: 0;
  }
}

.l-pagetitle h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
}

.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  background: var(--white);
  color: var(--main);
}

.l-pagetitle.gray-light {
  background: var(--gray-light);
  color: var(--main);
}

.l-pagetitle.main-light {
  background: var(--main-light);
  color: var(--main);
}

.l-pagetitle.main {
  background: var(--main);
  color: var(--white);
}

#container {
  position: relative;
  overflow: hidden;
}

.l-header {
  padding: 5.7rem 34.5rem 5.8rem 0;
  position: relative;
  z-index: 99;
}

.l-header.is-active .l-header-box,
.l-header.is-active .l-header__btn {
  opacity: 0;
  visibility: hidden;
}

.l-header_logo {
  width: 34.4rem;
  position: fixed;
  left: 3.3rem;
  top: 5.7rem;
}

.l-header-box {
  width: 92rem;
  margin: 0 0 0 auto;
}

.l-header-box-info {
  margin-bottom: 2.1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-header-box-info__text {
  margin: 0.4rem 0.8rem 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.022rem;
}

.l-header-box-info__tel__link {
  padding-left: 3.8rem;
  display: block;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.168rem;
  background: url(../img/icon08.svg) no-repeat left center;
  background-size: 3.2rem auto;
}

.l-header-box-info__sns {
  margin-left: 1.5rem;
  width: 8.8rem;
  display: flex;
  justify-content: space-between;
}

.l-header-box-info__sns__item {
  width: 3.9rem;
}

.l-header-box-info__sns__item a {
  display: block;
  background-color: var(--gray);
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .l-header-box-info__sns__item a:hover {
    background-color: var(--gray-dark);
  }
}

.l-header__btn {
  position: fixed;
  right: 12.7rem;
  top: 6.1rem;
  width: 17.8rem;
}

.l-header__btn__link {
  padding: 2.4rem 0 2.6rem 3.4rem;
  text-align: center;
  display: block;
  letter-spacing: 0.096rem;
  color: var(--white);
  border-radius: 4rem;
  font-weight: 600;
  background: var(--sub) url(../img/icon09.svg) no-repeat left 3rem center;
  background-size: 2.4rem auto;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 769px) {
  .l-header__btn__link:hover {
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 2.9rem 1.3rem 1.7rem;
  }

  .l-header.is-active .l-header_logo {
    opacity: 0;
    visibility: hidden;
  }

  .l-header_logo {
    width: 25.9rem;
    position: static;
  }

  .l-header-box {
    display: none;
  }

  .l-header__btn {
    display: none;
  }
}

.l-navi {
  margin-right: -0.2rem;
}

.l-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-navi-list__item {
  margin-left: 1rem;
}

.l-navi-list__item__link {
  display: block;
  color: var(--black);
  letter-spacing: 0.096rem;
}

@media screen and (min-width: 769px) {
  .l-navi-list__item__link:hover {
    color: var(--gray-dark);
  }
}

.l-navi-list__item__link-ico {
  margin: -0.3rem 0.3rem 0 0;
  width: 2.4rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .l-navi {
    display: none;
  }
}

.l-menu-btn {
  width: 7.4rem;
  height: 7.4rem;
  position: fixed;
  right: 3.9rem;
  top: 6.1rem;
  border-radius: 50%;
  background: var(--main);
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .l-menu-btn {
    transition: 0.3s;
  }

  .l-menu-btn:hover {
    opacity: 0.8;
  }
}

.l-menu-btn__line {
  width: 2.2rem;
  height: 0.2rem;
  position: absolute;
  top: 3.1rem;
  left: 2.6rem;
  background: #fff;
  transition: 0.3s;
}

.l-menu-btn__line--middle {
  top: 3.7rem;
}

.l-menu-btn__line--bottom {
  top: 4.3rem;
}

.is-active .l-menu-btn__line--top {
  transform: translateX(0) translateY(0.5rem) rotate(45deg);
}

.is-active .l-menu-btn__line--middle {
  opacity: 0;
}

.is-active .l-menu-btn__line--bottom {
  transform: translateX(0) translateY(-0.7rem) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-menu-btn {
    width: 5.3rem;
    height: 5.3rem;
    right: 1.3rem;
    top: 2.6rem;
  }

  .l-menu-btn__line {
    width: 1.8rem;
    top: 2rem;
    left: 1.8rem;
  }

  .l-menu-btn__line--middle {
    top: 2.5rem;
  }

  .l-menu-btn__line--bottom {
    top: 3rem;
  }

  .is-active .l-menu-btn__line--top {
    transform: translateX(0) translateY(0.5rem) rotate(45deg);
  }

  .is-active .l-menu-btn__line--bottom {
    transform: translateX(0) translateY(-0.5rem) rotate(-45deg);
  }
}

@media all and (min-width: 769px) and (max-width: 1580px) {
  .l-header {
    padding-right: 28.5rem;
  }

  .l-header_logo {
    width: 29.4rem;
    left: 1.3rem;
  }

  .l-menu-btn {
    right: 1rem;
  }

  .l-header__btn {
    right: 9.5rem;
  }
}

.l-footer {
  padding: 10.2rem 0 10.1rem;
  background-color: var(--main);
}

.l-footer-content {
  width: 120rem !important;
}

.l-footer-box {
  margin-bottom: 7.4rem;
}

.l-footer-list {
  width: 40rem;
}

.l-footer-list__item {
  width: 41.5%;
}

.l-footer-list__ttl {
  display: block;
  margin-bottom: 2.3rem;
  padding-left: 2.8rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.096rem;
  background: url(../img/f_icon08.svg) no-repeat left top;
  background-size: 2.4rem auto;
}

.l-footer-list__ttl:hover {
  opacity: 0.8;
}

.l-footer-link__item:not(:last-child) {
  margin-bottom: 2.35rem;
}

.l-footer-link__link {
  display: inline-block;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.096rem;
}

.l-footer-link__link:hover {
  opacity: 0.8;
}

.l-footer-link__ico {
  margin: -0.5rem 0.4rem 0 -0.1rem;
  width: 2.4rem;
  display: inline-block;
  vertical-align: middle;
}

.l-footer-ul__item:not(:last-child) {
  margin-bottom: 1.1rem;
}

.l-footer-ul__link {
  color: var(--white);
  letter-spacing: 0.096rem;
}

.l-footer-ul__link:hover {
  opacity: 0.8;
}

.l-footer-btn {
  margin: 0.6rem 0.1rem 0 0;
  width: 45rem;
}

.l-footer-btn__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.l-footer-btn__link:hover {
  opacity: 0.8;
}

.l-footer-sub {
  align-items: flex-end;
}

.l-footer__text {
  font-size: 1.3rem;
  line-height: 1.73;
  color: var(--white);
}

.l-footer__copyright {
  font-size: 1.3rem;
  line-height: 1.73;
  color: var(--white);
  font-weight: 600;
  font-style: normal;
}

.l-footer__copyright-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 3.6rem 2.9rem 8.8rem;
  }

  .l-footer-content {
    width: auto !important;
  }

  .l-footer-box {
    margin-bottom: 3.2rem;
    display: block !important;
  }

  .l-footer-list {
    width: auto;
  }

  .l-footer-list__item {
    width: 48.2%;
  }

  .l-footer-list__ttl {
    margin-bottom: 2.4rem;
    letter-spacing: 0.09rem;
  }

  .l-footer-link__link {
    letter-spacing: 0.09rem;
  }

  .l-footer-ul__link {
    letter-spacing: 0.09rem;
  }

  .l-footer-btn {
    margin: 4.5rem -0.3rem 0;
    width: auto;
  }

  .l-footer-btn__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }

  .l-footer-sub {
    display: block !important;
  }

  .l-footer__text {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.66;
  }

  .l-footer__copyright {
    display: block;
    font-size: 1.2rem;
    line-height: 1.66;
    text-align: center;
  }
}

.l-menubox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: var(--main-light);
  z-index: 97;
}

.l-menubox-wid {
  padding: 25rem 2rem;
}

.l-menubox-info {
  max-width: 100rem;
  margin: 0 auto;
}

.l-menubox-sub {
  align-items: flex-start;
}

.l-menubox__ttl {
  padding-bottom: 2.3rem;
  margin-bottom: 4.2rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid var(--gray-dark);
}

.l-menubox-list {
  width: 39.6%;
}

.l-menubox-list__ttl {
  color: var(--gray-black);
  background-image: url(../img/menu_icon08.svg);
}

.l-menubox .l-footer-link__link {
  color: var(--gray-black);
}

.l-menubox-ul {
  margin-left: 2.4rem;
}

.l-menubox .l-footer-ul__link {
  color: var(--gray-black);
}

.l-menubox-white {
  margin-top: -0.2rem;
  padding: 3.2rem 0 3.5rem;
  width: 52.8%;
  text-align: center;
  background-color: var(--gray-light);
  border-radius: 0.8rem;
  box-sizing: border-box;
}

.l-menubox-white__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
}

.l-menubox-white__ttl--sml {
  margin: 1.7rem 0 1.6rem;
  display: block;
  color: var(--main);
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
}

.l-menubox-white__ttl--tel {
  margin-bottom: 1.3rem;
  display: block;
  letter-spacing: 0.168rem;
}

.l-menubox-white__ttl--tel__link {
  padding-left: 3.8rem;
  display: inline-block;
  color: var(--main);
  background: url(../img/menu_icon09.svg) no-repeat left center;
  background-size: 3.2rem auto;
}

.l-menubox-white__btn {
  width: 16.2rem;
  position: static;
  margin: 0 auto 1.6rem;
}

.l-menubox-white__btn__link {
  padding: 2.1rem 0 2.1rem 3.4rem;
  background-position: left 2.2rem center;
}

.l-menubox-white-blue__link {
  padding-left: 3rem;
  font-weight: 600;
  display: inline-block;
  color: var(--link);
  letter-spacing: 0.096rem;
  background: url(../img/menu_icon10.svg) no-repeat left center;
  background-size: 2rem auto;
}

.l-menubox-white-blue__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .l-menubox-wid {
    padding: 2.9rem 1.3rem 6rem;
  }

  .l-menubox-info {
    padding: 0 1.9rem;
    max-width: inherit;
  }

  .l-menubox-sub {
    margin-bottom: 3.5rem;
    display: block !important;
  }

  .l-menubox-logo {
    margin-bottom: 3.5rem;
    width: 25.9rem;
  }

  .l-menubox__ttl {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
  }

  .l-menubox-link {
    width: 33.4rem;
    margin: 0 auto 4.3rem;
  }

  .l-menubox-link__link {
    position: relative;
    padding: 1.3rem 5.6rem 1.1rem;
    margin-bottom: 1rem;
    color: var(--black);
    font-size: 1.2rem;
    display: block;
    border-radius: 0.8rem;
    background: url(../img/menu_icon11.svg) no-repeat center left 2rem, url(../img/icon14.svg) no-repeat center right 1.5rem var(--white);
    border-radius: 0.8rem;
    background-size: 1.5rem auto, 0.8rem auto;
  }

  .l-menubox-list {
    width: auto;
  }

  .l-menubox .l-footer-list__item {
    width: 46.2%;
  }

  .l-menubox-ul {
    margin-left: 2.6rem;
  }

  .l-menubox-white {
    display: none;
  }

  .l-menubox-inner {
    margin: 0 -0.5rem;
  }
}

.c-btnM--primary {
  background: var(--main);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
}

.c-btnM--primary:hover {
  opacity: 0.7;
}

.c-btnL--primary {
  background: var(--main);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 1.7rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
}

.c-btnL--primary:hover {
  opacity: 0.7;
}

.c-btnM--secondary {
  background: var(--sub);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
}

.c-btnM--secondary:hover {
  opacity: 0.7;
}

.c-btnL--secondary {
  background: var(--sub);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 1.7rem;
  border-radius: 1.2rem;
  transition: 0.5s;
}

.c-btnL--secondary:hover {
  opacity: 0.7;
}

.c-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2rem;
  color: var(--white);
  letter-spacing: 0.096rem;
}

.c-calendar th {
  background: #666666;
  text-align: center;
  vertical-align: middle;
  padding: 1.5rem 0 1rem;
  font-weight: 300;
  width: 12.5%;
}

.c-calendar td {
  background: var(--gray-light);
  text-align: center;
  vertical-align: middle;
  padding: 1.5rem 0 0.9rem;
  font-weight: 600;
}

.c-calendar td img {
  width: 1.6rem;
}

.c-calendar td.head {
  padding-top: 1.1rem;
  background: var(--main);
}

@media screen and (max-width: 768px) {
  .c-calendar {
    margin: 0 -0.2rem;
    width: calc(100% + 0.7rem);
    letter-spacing: 0;
  }

  .c-calendar th {
    padding: 1.1rem 0 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    width: 12.5%;
  }

  .c-calendar td {
    font-size: 1.3rem;
    padding: 1.2rem 0 0.8rem;
  }

  .c-calendar td img {
    width: 1.35rem;
  }

  .c-calendar td.head {
    padding-top: 0.9rem;
  }
}

.c-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.c-card__link {
  position: relative;
}

.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
}

.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}

.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%;
}

.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-catlist {
  border-top: 0.1rem solid var(--gray);
}

.c-catlist__item {
  border-bottom: 0.1rem solid var(--gray);
}

.c-catlist__link {
  display: flex;
  gap: 0 2rem;
  padding: 2rem 0;
  transition: 0.7s;
}

@media screen and (max-width: 768px) {
  .c-catlist__link {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}

.c-catlist__link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .c-catlist__date {
    display: block;
  }
}

.c-catlist__tax {
  background: var(--main);
  color: var(--white);
  text-align: center;
  width: 10rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-catlist__title {
    display: block;
    width: 100%;
  }
}

.c-pagenavi {
  text-align: center;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 5rem;
  }
}

.wp-pagenavi {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.wp-pagenavi .pages {
  border: 0.1rem solid var(--gray) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  padding: 0 1rem !important;
  line-height: 4rem !important;
  margin: 0 0.5rem !important;
  display: inline-block;
}

.wp-pagenavi a {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  background: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  min-width: 4rem !important;
}

.wp-pagenavi a:hover {
  border: 0.1rem solid var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  background: var(--main) !important;
  color: var(--white) !important;
}

.wp-pagenavi a.nextpostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
}

.wp-pagenavi a.nextpostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}

.wp-pagenavi a.previouspostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  background: var(--white);
}

.wp-pagenavi a.previouspostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}

.wp-pagenavi .current {
  border: 0.1rem solid var(--main) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  background: var(--main) !important;
  min-width: 4rem !important;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    text-align: center;
  }

  .c-pagenavi__inner {
    display: block;
    padding: 1rem 0.5rem;
  }

  .c-pagenavi__scroll {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

.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-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-content {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-content {
    width: auto !important;
  }
}

.c-headline01 {
  margin-bottom: 10rem;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.17rem;
}

.c-headline01__en {
  margin-bottom: 1.8rem;
  display: block;
  color: var(--main);
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
}

@media screen and (max-width: 768px) {
  .c-headline01 {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }

  .c-headline01__en {
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }
}

.c-contact {
  padding: 13.4rem 0 5rem;
  background: url(../img/contact_img01.svg) no-repeat center top 6.4rem var(--gray-light);
  background-size: 37.7rem auto;
}

.c-contact-headline01 {
  margin-bottom: 2.5rem;
  color: var(--main);
}

.c-contact-headline01__en {
  color: var(--gray-black);
}

.c-contact__txt {
  width: 80rem;
  margin: 0 auto 9.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.096rem;
}

.c-contact-box {
  padding: 7.8rem 4.9rem 6.4rem;
  position: relative;
  background-color: var(--white);
  border-radius: 1.6rem;
  border: 1px solid var(--gray);
}

.c-contact-box__en {
  position: absolute;
  left: 2.2rem;
  top: 1.6rem;
  padding-left: 3.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
  color: var(--main);
  font-weight: 600;
  background: url(../img/icon15.svg) no-repeat left center;
  background-size: 2.4rem auto;
}

.c-contact__ttl {
  margin-bottom: 4.4rem;
  text-align: center;
  font-weight: 300;
  font-size: 3.6rem;
  color: var(--main);
}

.c-contact-sub {
  padding-bottom: 5.1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--gray);
}

.c-contact-left {
  width: 40.6rem;
  margin-top: -0.2rem;
}

.c-contact-list {
  margin-top: 2.3rem;
}

.c-contact-list__item {
  padding-bottom: 2.4rem;
  letter-spacing: 0.096rem;
}

.c-contact-list__item--sml {
  margin-bottom: 0.9rem;
  display: block;
  font-weight: 600;
}

.c-contact-right {
  width: 40rem;
}

.c-contact__map {
  margin-bottom: 2.8rem;
}

.c-contact-ul {
  margin: 0 0 2.9rem 0.1rem;
}

.c-contact-ul__item:not(:last-child) {
  margin-right: 1.9rem;
}

.c-contact-ul__link {
  padding: 1.5rem 1.6rem;
  display: block;
  color: var(--white);
  letter-spacing: 0.096rem;
  background-color: var(--sub);
  border-radius: 1.2rem;
}

@media screen and (min-width: 769px) {
  .c-contact-ul__link:hover {
    background-color: var(--sub-dark);
  }
}

.c-contact-ul__link--white {
  padding: 1.4rem 1.6rem 1.4rem 1.7rem;
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--gray);
}

@media screen and (min-width: 769px) {
  .c-contact-ul__link--white:hover {
    background-color: var(--gray-light);
  }
}

.c-contact__link {
  padding-left: 3.4rem;
  display: block;
  color: var(--link);
  letter-spacing: 0.096rem;
  background: url(../img/icon16.svg) no-repeat left 0.3rem center;
  background-size: 2.4rem auto;
}

@media screen and (min-width: 769px) {
  .c-contact__link:hover {
    opacity: 0.8;
  }
}

.c-contact__title {
  margin-bottom: 2.7rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.105rem;
  font-size: 1.5rem;
}

.c-contact__title__big {
  margin-bottom: 0.4rem;
  display: block;
  font-size: 2.4rem;
  color: var(--main);
  letter-spacing: 0.12rem;
}

.c-contact__linklist {
  margin-bottom: 2.4rem;
  position: relative;
}

.c-contact__linklist::after {
  content: "";
  width: 28rem;
}

.c-contact__linklist__item {
  width: 28rem;
}

.c-contact__linklist__link {
  padding: 2.3rem 0 2.4rem;
  display: block;
  font-size: 1.8rem;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.126rem;
  font-weight: 600;
  border-radius: 1.6rem;
  background-color: var(--main);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.c-contact__linklist__link img {
  width: 3.6rem;
  margin: 0 auto 0.4rem;
  display: block;
}

@media screen and (min-width: 769px) {
  .c-contact__linklist__link:hover {
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
  }
}

.c-contact__text {
  color: var(--black);
  line-height: 2.2;
  letter-spacing: 0.096rem;
}

.c-contact__text a {
  color: var(--main);
}

.c-contact-pholist {
  margin-top: 10.8rem;
}

.c-contact-pholist__item {
  margin: 0 0.1rem;
  width: 35rem;
}

@media screen and (max-width: 768px) {
  .c-contact {
    padding: 7rem 2.8rem 5.7rem;
    background-position: center top 3rem;
    background-size: 16rem auto;
  }

  .c-contact-headline01 {
    margin-bottom: 4.6rem;
  }

  .c-contact__txt {
    width: auto;
    margin: 0 auto 2.9rem;
    letter-spacing: 0.09rem;
  }

  .c-contact-box {
    margin: 0 -1.8rem;
    padding: 5.4rem 1.6rem 4.3rem;
  }

  .c-contact-box__en {
    left: 1.5rem;
    top: 2rem;
    padding: 0.2rem 0 0.2rem 3.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }

  .c-contact__ttl {
    margin-bottom: 1.7rem;
    font-size: 2.4rem;
  }

  .c-contact-sub {
    padding-bottom: 0;
    margin-bottom: 2.3rem;
    display: block;
    border: none;
  }

  .c-contact-left {
    width: auto;
    margin: 0 0 0.9rem;
  }

  .c-contact-list {
    margin: 1.3rem 0.2rem 0;
  }

  .c-contact-list__item {
    padding-bottom: 1.7rem;
    letter-spacing: 0.09rem;
  }

  .c-contact-list__item--sml {
    margin-bottom: 0.7rem;
  }

  .c-contact-right {
    width: auto;
  }

  .c-contact__map {
    margin-bottom: 2.2rem;
  }

  .c-contact-ul {
    margin: 0.7rem 0 1.7rem 0.3rem;
  }

  .c-contact-ul__item:not(:last-child) {
    margin-right: 1.6rem;
  }

  .c-contact-ul__link {
    padding: 1.3rem 1.3rem 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
  }

  .c-contact-ul__link--white {
    padding: 1.2rem 1.5rem 1.3rem 1.3rem;
  }

  .c-contact__link {
    margin-left: -0.2rem;
  }

  .c-contact__title {
    margin-bottom: 2.4rem;
    letter-spacing: 0.084rem;
    font-size: 1.2rem;
  }

  .c-contact__title__big {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .c-contact__linklist {
    margin-bottom: 2.1rem;
    display: block;
  }

  .c-contact__linklist__item {
    margin-bottom: 1.6rem;
    width: auto;
  }

  .c-contact__linklist__item:last-child {
    margin-bottom: 0;
  }

  .c-contact__linklist__link {
    padding: 1.9rem 0 1.8rem;
  }

  .c-contact__linklist__link img {
    width: 2.8rem;
    margin: -0.1rem 0.5rem 0 0;
    display: inline-block;
    vertical-align: middle;
  }

  .c-contact__text {
    line-height: 1.66;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .c-contact .infiniteslide_wrap {
    margin: 0 -2.8rem;
  }

  .c-contact-pholist {
    margin-top: 3.4rem;
  }

  .c-contact-pholist__item {
    width: 13.8rem;
  }
}

.c-linklist__item__link {
  padding: 1rem 0 1.1rem 2.5rem;
  display: block;
  letter-spacing: 0.096rem;
  border-bottom: 1px solid var(--gray);
  background: url(../img/icon29.svg) no-repeat left -0.1rem center;
  background-size: 2.4rem auto;
}

@media screen and (min-width: 769px) {
  .c-linklist__item__link:hover {
    color: var(--main);
  }
}

@media screen and (max-width: 768px) {
  .c-linklist__item__link {
    padding: 0.9rem 0 0.8rem 2.5rem;
    letter-spacing: 0.09rem;
  }
}

.c-btn {
  text-align: center;
}

.c-btn__link {
  padding: 1.5rem 1.7rem;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.096rem;
  background-color: var(--sub);
  border-radius: 1.2rem;
}

@media screen and (min-width: 769px) {
  .c-btn__link:hover {
    background-color: var(--sub-dark);
  }
}

@media screen and (max-width: 768px) {
  .c-btn__link {
    padding: 1.1rem 1.2rem 1rem;
    letter-spacing: 0;
    font-size: 1.2rem;
    border-radius: 0.8rem;
  }
}

.c-fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  display: flex;
}

.c-fix-btn__item {
  width: 33.3333333333%;
  font-size: 1.2rem;
  text-align: center;
  color: var(--white);
}

.c-fix-btn__item a {
  height: 100%;
}

.c-fix-btn__item--sml {
  margin: 0.4rem 0 0 -0.7rem;
  display: block;
  font-size: 0.8rem;
}

.c-fix-btn__tel {
  padding: 1.3rem 0 1.1rem 0.7rem;
  display: block;
  background: url(../img/fix_icon01.svg) no-repeat left 2.6rem top 1.3rem var(--sub);
  background-size: 1.7rem;
}

.c-fix-btn__time {
  padding: 1.3rem 0 1.1rem 2rem;
  display: block;
  background: url(../img/fix_icon02.svg) no-repeat left 2.8rem top 1.3rem var(--main);
  background-size: 1.7rem;
}

.c-fix-btn__time--sml {
  margin-left: -2rem;
}

.c-fix-btn__access {
  padding: 1.5rem 0 0 0.8rem;
  color: var(--gray-black);
  display: block;
  line-height: 1.1;
  background: #fff;
  background-size: 1.7rem;
}

@media screen and (min-width: 769px) {
  .c-fix-btn {
    display: none !important;
  }
}

.p-blogSin {
  padding-bottom: 4rem;
}

.p-blogSin__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.p-blogSin__metaLeft {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100%;
    margin-top: 0.8rem;
  }
}

.p-blogSin__date {
  font-size: 1.3rem;
  color: var(--gray-dark);
}

.p-blogSin__date i {
  margin-right: 0.5em;
}

.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray);
  padding-right: 1.6rem;
  margin-right: 0.8rem;
}

.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  transition: all 0.5s;
}

.p-blogSin__tax a:hover {
  text-decoration: underline;
}

.p-blogSin__tax i {
  margin-right: 0.5em;
}

.p-mainvisual {
  padding-bottom: 5.5rem;
}

.p-mainvisual__textbox {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  width: calc(50% - 35.6rem);
  padding: 0 0 11.4rem 2rem;
  box-sizing: border-box;
}

.p-mainvisual__textbox-inner {
  width: 39.8rem;
}

.p-mainvisual__title {
  margin-bottom: 2.8rem;
  font-size: 4.7rem;
  line-height: 1.8;
  letter-spacing: 0.89rem;
  font-family: var(--min-font);
  font-weight: 400;
  color: var(--black);
  position: relative;
}

.p-mainvisual__text {
  margin: 0 0 3.2rem 0.5rem;
  color: var(--black);
  letter-spacing: 0.096rem;
}

.p-mainvisual__list {
  margin: 0 -1rem 0 0.3rem;
  border-left: 1px solid var(--main);
}

.p-mainvisual__list__item {
  width: 14.2rem;
  padding: 3.7rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  border-right: 1px solid var(--main);
  box-sizing: border-box;
  background: url(../img/icon11.svg) no-repeat center top;
  background-size: 2.8rem auto;
}

.p-mainvisual__list__item:first-child {
  width: 12.2rem;
  background-image: url(../img/icon10.svg);
}

.p-mainvisual__list__item:last-child {
  width: 13.5rem;
  background-image: url(../img/icon12.svg);
  background-size: 3.3rem auto;
}

.p-mainvisual__btn {
  padding: 1.5rem 0 1rem;
  width: 40rem;
  position: absolute;
  right: -0.6rem;
  bottom: 0;
}

.p-mainvisual__btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray);
  content: "";
  border-radius: 0.8rem;
  box-sizing: border-box;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-mainvisual__btn:hover::before {
    border-width: 2px;
    border-color: var(--main);
  }
}

.p-mainvisual__btn-link {
  position: relative;
  padding: .8rem 0 .8rem 7rem;
  color: var(--black);
  font-size: 1.3rem;
  display: block;
  border-radius: 0.8rem;
  background: url(../img/icon13.svg) no-repeat center left 3rem, url(../img/icon14.svg) no-repeat center right 2.9rem;
  background-size: 2.8rem auto, 1.1rem auto;
}

.p-mainvisual__pho {
  width: calc(50% + 25rem);
  margin: 0;
}

.p-mainvisual__pho__item {
  vertical-align: top;
}

.p-mainvisual__pho__item--img {
  width: 100%;
  height: calc(100vh - 23rem);
  min-height: 49rem;
  object-fit: cover;
  border-radius: 1.6rem 0 0 1.6rem;
}

.p-mainvisual-scroll {
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.p-mainvisual__ul {
  max-width: 149.5rem;
  margin: 5.1rem auto 0;
  position: relative;
}

.p-mainvisual__ul::after {
  content: "";
  width: 32.65%;
}

.p-mainvisual__ul li {
  width: 32.65%;
}

.p-mainvisual__ul li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .p-mainvisual {
    padding-bottom: 11.5rem;
    position: relative;
  }

  .p-mainvisual-box {
    display: block;
  }

  .p-mainvisual__textbox {
    display: block;
    width: auto;
    position: static;
    padding: 0 2.8rem 1.9rem;
  }

  .p-mainvisual__textbox-inner {
    width: auto;
  }

  .p-mainvisual__title {
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.418rem;
  }

  .p-mainvisual__text {
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .p-mainvisual__list {
    display: none;
  }

  .p-mainvisual__btn {
    width: auto;
    position: absolute;
    right: -6rem;
    bottom: 1.1rem;
    width: 100%;
    text-align: left;
  }

  .p-mainvisual__btn::before {
    display: none;
  }

  .p-mainvisual__btn-link {
    padding: 0 1rem 0 2.7rem;
    color: var(--main);
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 0;
    background: url(../img/icon13.svg) no-repeat center left;
    background-size: 2.35rem auto;
    width: 100%;
  }

  .p-mainvisual__pho {
    width: auto;
  }

  .p-mainvisual__pho__item--img {
    height: auto;
    min-height: inherit;
    border-radius: 0;
  }

  .p-mainvisual-scroll {
    padding: 0;
    margin-top: 1.9rem;
  }

  .p-mainvisual__ul {
    max-width: inherit;
    margin: 0;
    width: 100%;
  }

  .p-mainvisual__ul .c-flex-b {
    flex-wrap: nowrap;
  }

  .p-mainvisual__ul li {
    margin: 0 0.8rem;
    width: 27.2rem;
  }
}

.p-mainvisual__ul ul#c-flex-b01 {
  justify-content: center;
}

@media all and (min-width: 769px) and (max-width: 1580px) {
  .p-mainvisual__textbox {
    width: calc(50% - 27rem);
  }

  .p-mainvisual__title {
    font-size: 4rem;
  }

  .p-mainvisual__list__item {
    width: 12.2rem !important;
  }

  .p-mainvisual__textbox-inner {
    width: 38rem;
  }
}

.p-greeting {
  padding: 14.1rem 0 6.4rem;
}

.p-greeting-content {
  width: 101rem;
}

.p-greeting-box {
  margin-bottom: 10.1rem;
}

.p-greeting-box--right {
  flex-direction: row-reverse;
}

.p-greeting-box--right .p-greeting-sub::after {
  position: absolute;
  right: auto;
  left: -9.7rem;
  bottom: 7.2rem;
}

.p-greeting-box:last-child {
  margin-bottom: 0 !important;
}

.p-greeting__pho {
  width: 45rem;
}

.p-greeting-sub {
  width: 45rem;
  margin: 0.3rem 0.2rem 0 0;
  position: relative;
}

.p-greeting-sub::before {
  position: absolute;
  left: -5.3rem;
  top: -4rem;
  width: 11.7rem;
  height: 11.7rem;
  border-radius: 100%;
  background-color: var(--sub);
  content: "";
}

.p-greeting-sub::after {
  position: absolute;
  right: -9.7rem;
  bottom: 7.2rem;
  width: 44.8rem;
  height: 44.8rem;
  border-radius: 0.8rem;
  background-color: var(--gray-light);
  content: "";
}

.p-greeting-sub__name {
  margin-bottom: 2.4rem;
  padding-bottom: 2.3rem;
  position: relative;
  color: var(--black);
  font-size: 3.6rem;
  font-weight: 300;
  border-bottom: 1px solid var(--gray);
}

.p-greeting-sub__name--sml {
  margin-bottom: 1.3rem;
  display: block;
  color: var(--main-dark);
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  font-weight: 600;
}

.p-greeting-sub__text {
  position: relative;
  z-index: 1;
  margin-bottom: 3.8rem;
  line-height: 2;
  letter-spacing: 0.096rem;
}

.p-greeting-sub__text--last {
  margin-bottom: 0 !important;
}

.p-greeting-sub__btn {
  position: absolute;
  right: 0;
  top: 3.7rem;
  width: 13.4rem;
}

.p-greeting-sub__btn__link {
  padding: 1.5rem 0;
  display: block;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.096rem;
  background-color: var(--main);
  border-radius: 1.2rem;
}

@media screen and (min-width: 769px) {
  .p-greeting-sub__btn__link:hover {
    background-color: var(--main-dark);
  }
}

@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 5.9rem 2.8rem 4.7rem;
  }

  .p-greeting-box {
    margin-bottom: 6.9rem;
    display: block;
  }

  .p-greeting__pho {
    width: 22rem;
    margin: 0 auto 0.7rem;
  }

  .p-greeting-sub {
    width: auto;
    margin: 0;
  }

  .p-greeting-sub::before {
    display: none;
  }

  .p-greeting-sub::after {
    display: none;
  }

  .p-greeting-sub__name {
    margin-bottom: 1.6rem;
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }

  .p-greeting-sub__name--sml {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }

  .p-greeting-sub__text {
    margin-bottom: 0.3rem;
    letter-spacing: 0.09rem;
  }

  .p-greeting-sub__btn {
    right: 0;
    top: 2.1rem;
    width: 9.5rem;
  }

  .p-greeting-sub__btn__link {
    padding: 1rem 0 1.1rem;
    letter-spacing: 0;
    font-size: 1.2rem;
    border-radius: 0.8rem;
  }
}


.p-staff {
  padding: 14.1rem 0 6.4rem;
}

.p-staff-content {
  width: 101rem;
}

.p-staff-box {
  margin-bottom: 10.1rem;
}

.p-staff-box--right {
  flex-direction: row-reverse;
}

.p-staff-box--right .p-staff-sub::after {
  position: absolute;
  right: auto;
  left: -9.7rem;
  bottom: 7.2rem;
}

.p-staff-box:last-child {
  margin-bottom: 0 !important;
}

.p-staff__pho {
  width: 45rem;
}

.p-staff__pho img {
  aspect-ratio: auto !important;
  border-radius: 100% !important;
}

.p-staff-sub {
  width: 45rem;
  margin: 0.3rem 0.2rem 0 0;
  position: relative;
}

.p-staff-sub::before {
  position: absolute;
  left: -5.3rem;
  top: -4rem;
  width: 11.7rem;
  height: 11.7rem;
  border-radius: 100%;
  background-color: var(--sub);
  content: "";
}

.p-staff-sub::after {
  position: absolute;
  right: -9.7rem;
  bottom: 7.2rem;
  width: 44.8rem;
  height: 44.8rem;
  border-radius: 0.8rem;
  background-color: var(--gray-light);
  content: "";
}

.p-staff-sub__name {
  margin-bottom: 2.4rem;
  padding-bottom: 2.3rem;
  position: relative;
  color: var(--black);
  font-size: 3.6rem;
  font-weight: 300;
  border-bottom: 1px solid var(--gray);
}

.p-staff-sub__name--sml {
  margin-bottom: 1.3rem;
  display: block;
  color: var(--main-dark);
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  font-weight: 600;
}

.p-staff-sub__text {
  position: relative;
  z-index: 1;
  margin-bottom: 3.8rem;
  line-height: 2;
  letter-spacing: 0.096rem;
}

.p-staff-sub__text--last {
  margin-bottom: 0 !important;
}

.p-staff-sub__btn {
  position: absolute;
  right: 0;
  top: 3.7rem;
  width: 13.4rem;
}

.p-staff-sub__btn__link {
  padding: 1.5rem 0;
  display: block;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.096rem;
  background-color: var(--main);
  border-radius: 1.2rem;
}

@media screen and (min-width: 769px) {
  .p-staff-sub__btn__link:hover {
    background-color: var(--main-dark);
  }
}

@media screen and (max-width: 768px) {
  .p-staff {
    padding: 5.9rem 2.8rem 4.7rem;
  }

  .p-staff-box {
    margin-bottom: 6.9rem;
    display: block;
  }

  .p-staff__pho {
    width: 22rem;
    margin: 0 auto 0.7rem;
  }

  .p-staff-sub {
    width: auto;
    margin: 0;
  }

  .p-staff-sub::before {
    display: none;
  }

  .p-staff-sub::after {
    display: none;
  }

  .p-staff-sub__name {
    margin-bottom: 1.6rem;
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }

  .p-staff-sub__name--sml {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }

  .p-staff-sub__text {
    margin-bottom: 0.3rem;
    letter-spacing: 0.09rem;
  }

  .p-staff-sub__btn {
    right: 0;
    top: 2.1rem;
    width: 9.5rem;
  }

  .p-staff-sub__btn__link {
    padding: 1rem 0 1.1rem;
    letter-spacing: 0;
    font-size: 1.2rem;
    border-radius: 0.8rem;
  }
}


.p-medical {
  padding-bottom: 10.7rem;
  background-color: var(--main-light);
}

.p-medical-bg {
  margin-bottom: 10.2rem;
  height: 48.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/medical_bg.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.p-medical-headline01 {
  margin-bottom: 2.5rem;
  text-align: left;
}

.p-medical__text {
  width: 55rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.096rem;
}

.p-medical-content {
  width: 109.6rem;
}

.p-medical-list {
  margin: -5.9rem auto 9.3rem;
  position: relative;
}

.p-medical-list::after {
  width: 34.9rem;
  content: "";
}

.p-medical-list__item {
  margin-top: 5.9rem;
  width: 34.9rem;
}

.p-medical-list__ttl {
  margin-bottom: 1.8rem;
  padding: 3.8rem 0 2.7rem;
  position: relative;
  text-align: center;
  color: var(--black);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  background-color: var(--white);
  border-radius: 0.8rem;
}

.p-medical-list__ttl--ico {
  width: 8.6rem;
  margin: 0 auto 1.5rem;
  display: block;
}

.p-medical-list__ttl--en {
  position: absolute;
  right: 2rem;
  top: 2.2rem;
  color: var(--main);
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.p-medical-box {
  margin: 0 -0.2rem 10.3rem;
}

.p-medical-box-last {
  margin-bottom: 0 !important;
}

.p-medical__ttl {
  margin-bottom: 1.4rem;
  padding-left: 2.8rem;
  font-size: 1.5rem;
  color: var(--sub-dark);
  font-weight: 600;
  letter-spacing: 0.105rem;
  background: url(../img/icon30.svg) no-repeat left center;
  background-size: 2.4rem auto;
}

.p-medical__ttl-color {
  color: var(--main-dark);
  background-image: url(../img/icon31.svg);
}

.p-medical__pho {
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
}

.p-medical__pho img {
  border-radius: 0.8rem 0.8rem 0 0;
}

.p-medical__pho__txt {
  padding: 1.6rem 4.2rem 1.2rem 4.3rem;
  position: absolute;
  left: 0;
  bottom: 4rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.096rem;
  background-color: var(--sub);
  box-sizing: border-box;
}

.p-medical__pho__txt--en {
  margin-top: -0.9rem;
  display: block;
  font-size: 6rem;
  font-weight: 300;
}

.p-medical__pho__txt-color {
  background-color: var(--main);
}

.p-medical-white {
  padding: 10.9rem 4.9rem 7.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  border: 1px solid var(--gray);
  border-top: none;
  background-color: var(--white);
}

.p-medical-white-last {
  padding: 6.4rem 5rem 9.2rem;
}

.p-medical-white__text {
  color: var(--black);
  padding: 2rem 0.2rem 6.5rem;
  margin-bottom: 7.4rem;
  line-height: 2.2;
  letter-spacing: 0.096rem;
  border-bottom: 1px solid var(--gray);
}

.p-medical-white__text--bold {
  display: block;
  font-weight: 600;
}

.p-medical__btn {
  width: 100.1rem;
  margin: 0 auto 2.3rem;
}

.p-medical__btn__link:hover {
  opacity: 0.8;
}

.p-medical__title {
  margin-bottom: 2.5rem;
  text-align: center;
  color: var(--black);
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.17rem;
}

.p-medical__title--sml {
  margin-top: 1.8rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0;
}

.p-medical__txt {
  text-align: center;
  color: var(--black);
  font-weight: 700;
  line-height: 2.17;
  letter-spacing: 0.096rem;
}

.p-medical-sub {
  margin: 5.9rem auto 0;
  width: 91.8rem;
  padding-top: 5.9rem;
  border-top: 1px solid var(--gray);
}

.p-medical-sub__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--sub);
  font-weight: 600;
  letter-spacing: 0.105rem;
}

.p-medical-sub__ttl-ico {
  width: 14.8rem;
  display: block;
  margin: 0 auto 2.8rem;
}

.p-medical-sub__ttl-big {
  margin-top: 2rem;
  display: block;
  color: var(--sub-dark);
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0;
}

.p-medical-sub__text {
  margin: 0 -4rem 4.3rem;
  color: var(--black);
  line-height: 2;
  letter-spacing: 0.096rem;
  text-align: justify;
}

.p-medical__sub {
  margin-bottom: 13.6rem;
  align-items: flex-start;
}

.p-medical__sub--right {
  margin-bottom: 0 !important;
  flex-direction: row-reverse;
}

.p-medical__sub__pho {
  width: 34.7rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-medical__sub__box {
  margin-top: 0.4rem;
  width: 60.1rem;
}

.p-medical__sub-headline01 {
  margin-bottom: 2.5rem;
  text-align: left;
  color: var(--main-dark);
}

.p-medical__sub-headline01__en {
  margin-bottom: 1.3rem;
}

.p-medical__sub__text {
  color: var(--black);
  line-height: 2;
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 768px) {
  .p-medical {
    padding-bottom: 3.2rem;
  }

  .p-medical-bg {
    margin-bottom: 3.3rem;
    padding: 3.9rem 2.7rem 3.4rem;
    height: auto;
    display: block;
    background-image: url(../img/medical_bg_sp.jpg);
  }

  .p-medical-headline01 {
    margin-bottom: 1.1rem;
  }

  .p-medical__text {
    width: auto;
    letter-spacing: 0.09rem;
  }

  .p-medical-list {
    margin: 0 2.7rem 7.1rem;
    display: block;
  }

  .p-medical-list__item {
    margin: 0 0 2.3rem;
    width: auto;
  }

  .p-medical-list__item:last-child {
    margin-bottom: 0;
  }

  .p-medical-list__ttl {
    margin-bottom: 1.1rem;
    padding: 2.2rem 0 1.5rem;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
  }

  .p-medical-list__ttl--ico {
    width: 7.6rem;
    margin: 0 auto 1.1rem;
  }

  .p-medical-list__ttl--en {
    right: 2.1rem;
    top: 2rem;
    letter-spacing: 0;
  }

  .p-medical-box {
    margin: 0 1.5rem 3.2rem 1.3rem;
  }

  .p-medical__ttl {
    margin-bottom: 0.8rem;
  }

  .p-medical__pho {
    border: 1px solid var(--gray);
    border-bottom: none;
  }

  .p-medical__pho__txt {
    padding: 1rem 1rem 0.7rem;
    bottom: -8.3rem;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.09rem;
  }

  .p-medical__pho__txt--en {
    margin-top: -0.9rem;
    font-size: 3.6rem;
  }

  .p-medical-white {
    padding: 12.4rem 1.1rem 3.2rem;
  }

  .p-medical-white-last {
    padding: 10.6rem 1.1rem 3.2rem;
  }

  .p-medical-white__text {
    padding: 1.7rem 0.1rem 0;
    margin-bottom: 1.1rem;
    line-height: 2;
    letter-spacing: 0.09rem;
    border: none;
  }

  .p-medical-white__text--bold {
    font-weight: 300;
    line-height: 2.2;
  }

  .p-medical__btn {
    width: auto;
    margin: 0 auto 1.6rem;
  }

  .p-medical__title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }

  .p-medical__title01 {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray);
  }

  .p-medical__title--sml {
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .p-medical__txt {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .p-medical-sub {
    margin: 1.8rem auto 0;
    width: auto;
    padding-top: 3.9rem;
  }

  .p-medical-sub__ttl {
    margin-bottom: 1.7rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }

  .p-medical-sub__ttl-ico {
    width: 10rem;
    margin: 0 auto 2.2rem;
  }

  .p-medical-sub__ttl-big {
    margin-top: 0.7rem;
    font-size: 2.4rem;
  }

  .p-medical-sub__text {
    margin: 0 0.1rem 1.5rem;
    letter-spacing: 0.09rem;
  }

  .p-medical__sub {
    margin-bottom: 4.5rem;
    display: block;
  }

  .p-medical__sub__pho {
    width: auto;
  }

  .p-medical__sub__box {
    margin-top: 2.3rem;
    width: auto;
  }

  .p-medical__sub-headline01 {
    margin-bottom: 1.6rem;
  }

  .p-medical__sub-headline01__en {
    margin-bottom: 1.6rem;
  }

  .p-medical__sub__text {
    letter-spacing: 0.09rem;
  }
}

.p-second {
  padding: 12.3rem 0.8rem 12.4rem 0;
  background: url(../img/icon32.png) no-repeat center top;
}

.p-second__ttl {
  margin-bottom: 5.3rem;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--sub);
  letter-spacing: 0.17rem;
}

.p-second__ttl--en {
  display: block;
  font-size: 10rem;
  color: var(--sub-dark);
  font-weight: 300;
  letter-spacing: 0;
}

.p-second__ttl--sml {
  margin-top: 2.1rem;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
}

.p-second__pho {
  width: 38.8rem;
  margin: 0 auto 5rem;
  border-radius: 100%;
  overflow: hidden;
}

.p-second-list {
  margin-bottom: 4.7rem;
}

.p-second-list__item {
  width: 45rem;
}

.p-second-list__ttl {
  margin-bottom: 2.2rem;
  padding-bottom: 2.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  color: var(--sub-dark);
  border-bottom: 0.5rem solid var(--sub);
}

.p-second-list__text {
  margin-bottom: 0.3rem;
  line-height: 2;
  color: var(--black);
  letter-spacing: 0.096rem;
}

.p-second-list__text--bold {
  margin: -0.2rem 0 0.2rem;
  line-height: 2.2;
  color: var(--black);
  letter-spacing: 0.096rem;
  font-weight: 600;
}

.p-second-list__txt {
  margin: 2.2rem 0 2.3rem;
}

.p-second-list__txt__item {
  padding-left: 3.7rem;
  line-height: 2.2;
  color: var(--black);
  letter-spacing: 0.096rem;
  font-weight: 600;
  position: relative;
}

.p-second-list__txt__item::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 1.3rem;
  top: 1.3rem;
  border-radius: 100%;
  background-color: var(--sub);
  content: "";
}

@media screen and (max-width: 768px) {
  .p-second {
    padding: 7.7rem 2.6rem 6.1rem;
  }

  .p-second__ttl {
    margin-bottom: 2.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }

  .p-second__ttl--en {
    margin-bottom: 1.3rem;
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  .p-second__ttl--sml {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }

  .p-second__pho {
    width: 22.1rem;
    margin: 0 auto 2.5rem;
  }

  .p-second-list {
    margin-bottom: -0.3rem;
    display: block;
  }

  .p-second-list__item {
    width: auto;
    padding-bottom: 2rem;
  }

  .p-second-list__ttl {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .p-second-list__text {
    letter-spacing: 0.09rem;
  }

  .p-second-list__text--bold {
    line-height: 2.2;
    letter-spacing: 0.09rem;
    font-weight: 300;
  }

  .p-second-list__txt {
    margin-bottom: 2.4rem;
  }

  .p-second-list__txt__item {
    padding-left: 1.9rem;
    letter-spacing: 0.09rem;
  }

  .p-second-list__txt__item::before {
    left: 0rem;
    top: 1.2rem;
  }

  .p-second-btn {
    text-align: left;
  }

  .p-second-btn__link {
    padding: 1.4rem;
    letter-spacing: 0.084rem;
    font-size: 1.4rem;
    border-radius: 1.2rem;
  }
}

.p-features {
  padding: 10.8rem 0 12.4rem;
  background: url(../img/features_img01.svg) no-repeat right 11.3rem top 11.5rem var(--gray-light);
  background-size: 37.6rem auto;
}

.p-features-headline01 {
  margin-bottom: 6.5rem;
}

.p-features-list {
  margin: -4rem 0 6.4rem;
  position: relative;
}

.p-features-list::after {
  width: 29.2rem;
  content: "";
}

.p-features-list__item {
  margin-top: 4rem;
  width: 29.2rem;
}

.p-features-list__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: var(--black);
}

.p-features-list__ttl--num {
  margin-bottom: 2.4rem;
  display: block;
  font-weight: 300;
  font-size: 3.6rem;
  color: var(--main);
  letter-spacing: 0;
}

.p-features-list__pho {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-features-list__text {
  color: var(--black);
  line-height: 2;
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 768px) {
  .p-features {
    padding: 4.1rem 2.6rem 5.9rem;
    background: var(--gray-light);
  }

  .p-features-headline01 {
    margin-bottom: 2.4rem;
  }

  .p-features-headline01__en {
    margin-bottom: 0.6rem;
  }

  .p-features-list {
    margin: 0 0 5.8rem;
    display: block;
  }

  .p-features-list__item {
    margin: 0 0 2.3rem;
    width: auto;
  }

  .p-features-list__item:last-child {
    margin-bottom: 0;
  }

  .p-features-list__ttl {
    margin-bottom: 1.7rem;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
  }

  .p-features-list__ttl--num {
    margin-bottom: 0;
    font-size: 2.4rem;
  }

  .p-features-list__pho {
    margin-bottom: 1.7rem;
  }

  .p-features-list__text {
    letter-spacing: 0.09rem;
  }
}

.p-staff2 {
  padding: 10.8rem 0 12.4rem;
  background: url(../img/features_img01.svg) no-repeat right 11.3rem top 11.5rem var(--gray-light);
  background-size: 37.6rem auto;
}

.p-staff2-headline01 {
  margin-bottom: 6.5rem;
}

.p-staff2-list {
  margin: -4rem 0 6.4rem;
  position: relative;
}

.p-staff2-list::after {
  width: 29.2rem;
  content: "";
}

.p-staff2-list__item {
  margin-top: 4rem;
  width: 29.2rem;
}

.p-staff2-list__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: var(--black);
}

.p-staff2-list__ttl--num {
  margin-bottom: 1rem;
  display: block;
  font-weight: 300;
  font-size: 2rem;
  color: var(--main);
  letter-spacing: 0;
}

.p-staff2-list__pho {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-staff2-list__pho img {
  aspect-ratio: auto !important;
  border-radius: 100% !important;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .p-staff2-list__pho img {
    height: 150px;
  }
}

.p-staff2-list__text {
  color: var(--black);
  line-height: 2;
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 768px) {
  .p-staff2 {
    padding: 4.1rem 2.6rem 5.9rem;
    background: var(--gray-light);
  }

  .p-staff2-headline01 {
    margin-bottom: 2.4rem;
  }

  .p-staff2-headline01__en {
    margin-bottom: 0.6rem;
  }

  .p-staff2-list {
    margin: 0 0 5.8rem;
    display: flex;
  }

  .p-staff2-list__item {
    margin: 0 0 2.3rem;
    width: 16rem;
  }

  .p-staff2-list__item:last-child {
    margin-bottom: 0;
  }

  .p-staff2-list__ttl {
    margin-bottom: 1.7rem;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
  }

  .p-staff2-list__ttl--num {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .p-staff2-list__pho {
    margin-bottom: 1.7rem;
  }

  .p-staff2-list__text {
    letter-spacing: 0.09rem;
  }
}

.p-facility {
  padding: 6.7rem 4.9rem 6.3rem;
  border-radius: 0.8rem;
  border: 1px solid var(--gray);
  background-color: var(--white);
}

.p-facility-headline01 {
  margin-bottom: 8.6rem;
}

.p-facility-box {
  margin-bottom: 8.5rem;
  position: relative;
}

.p-facility-sub {
  align-items: flex-start;
}

.p-facility-info {
  padding: 1.3rem 0 8rem;
  width: 40rem;
}

.p-facility__ttl {
  margin-bottom: 2.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
}

.p-facility__text {
  line-height: 2;
  letter-spacing: 0.096rem;
}

.p-facility__pho {
  width: 40rem;
  border-radius: 100%;
  overflow: hidden;
}

.p-facility-arrow {
  position: absolute;
  left: 0;
  padding-top: 3.6rem;
  bottom: 2rem;
  width: 38.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-top: 1px solid var(--gray);
  z-index: 10;
}

.p-facility-prev {
  padding-left: 3.9rem;
  cursor: pointer;
  background: url(../img/icon33.svg) no-repeat left center;
  background-size: 3.2rem auto;
}

@media screen and (min-width: 769px) {
  .p-facility-prev:hover {
    opacity: 0.8;
  }
}

.p-facility-next {
  padding-right: 2.6rem;
  cursor: pointer;
  background: url(../img/icon34.svg) no-repeat right -1rem center;
  background-size: 3.3rem auto;
}

@media screen and (min-width: 769px) {
  .p-facility-next:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .p-facility {
    margin: 0 -0.9rem;
    padding: 3rem 1.3rem 3.3rem;
  }

  .p-facility-headline01 {
    margin-bottom: 2.4rem;
    text-align: left;
  }

  .p-facility-headline01__en {
    margin-bottom: 0.6rem;
  }

  .p-facility-box {
    margin-bottom: 4.7rem;
  }

  .p-facility-info {
    padding: 0;
    width: 100%;
    order: 1;
  }

  .p-facility__ttl {
    margin-bottom: 1.1rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .p-facility__text {
    letter-spacing: 0.09rem;
  }

  .p-facility__pho {
    width: 25.7rem;
    margin: 0 auto 1.6rem;
  }

  .p-facility-arrow {
    margin-top: 2rem;
    position: static;
    padding-top: 2.8rem;
    width: auto;
  }

  .p-facility-prev {
    padding-left: 2.8rem;
    background: url(../img/icon33.svg) no-repeat left center;
    background-size: 2.4rem auto;
  }

  .p-facility-next {
    padding-right: 2.8rem;
    background: url(../img/icon34.svg) no-repeat right center;
    background-size: 2.4rem auto;
  }
}

.p-flow {
  padding: 10.5rem 0 14.4rem;
}

.p-flow-headline01 {
  margin-bottom: 3.3rem;
}

.p-flow-list {
  margin: -3rem 0 3.2rem;
}

.p-flow-list__item {
  margin: 3rem 3.2rem 0 0;
  width: 22.6rem;
}

.p-flow-list__item:last-child {
  margin-right: 0;
}

.p-flow-list__pho {
  margin-bottom: 1.9rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-flow-list__ttl {
  margin-bottom: 1.6rem;
  color: var(--black);
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  font-weight: 600;
}

.p-flow-list__ttl--num {
  margin-bottom: 0.4rem;
  display: block;
  color: var(--main);
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
}

.p-flow-list__text {
  line-height: 2;
  letter-spacing: 0.096rem;
}

.p-flow-box {
  margin-top: 6.4rem;
  padding: 5.8rem 5rem;
  background-color: var(--gray-light);
  border-radius: 1.6rem;
}

.p-flow-box__ttl {
  margin-bottom: 5.8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.12rem;
}

.p-flow-box__ttl-ico {
  margin: -0.5rem 1.5rem 0 0;
  width: 2.2rem;
  display: inline-block;
  vertical-align: middle;
}

.p-flow-sub {
  margin-bottom: 6.2rem;
  align-items: flex-start;
}

.p-flow-sub__pho {
  width: 42.5rem;
  overflow: hidden;
  border-radius: 0.8rem;
}

.p-flow-info {
  width: 42.5rem;
}

.p-flow-info__text {
  padding-bottom: 3.1rem;
  margin-bottom: 2.8rem;
  color: var(--black);
  line-height: 2;
  letter-spacing: 0.096rem;
  border-bottom: 1px solid var(--gray);
}

.p-flow-info__txt {
  font-weight: 600;
  letter-spacing: 0.096rem;
}

.p-flow-info__txt--num {
  margin: 2.5rem 0 2.1rem;
  display: block;
  color: var(--main);
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.p-flow-info__txt--sml {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-flow {
    padding: 4.2rem 2.7rem 3.7rem;
  }

  .p-flow-headline01 {
    margin-bottom: 2.4rem;
  }

  .p-flow-headline01__en {
    margin-bottom: 0.7rem;
  }

  .p-flow-list {
    margin: 0 0 2.8rem;
    display: block;
  }

  .p-flow-list__item {
    margin: 0 0 3.4rem;
    width: auto;
  }

  .p-flow-list__item:last-child {
    margin: 0;
  }

  .p-flow-list__pho {
    margin-bottom: 1.4rem;
  }

  .p-flow-list__ttl {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .p-flow-list__ttl--num {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }

  .p-flow-list__text {
    letter-spacing: 0.09rem;
  }

  .p-flow-box {
    margin: 3.2rem -1.1rem 0;
    padding: 2.8rem 1.1rem 3.3rem;
  }

  .p-flow-box__ttl {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .p-flow-box__ttl-ico {
    display: none;
  }

  .p-flow-sub {
    margin-bottom: 2rem;
    display: block;
  }

  .p-flow-sub__pho {
    margin-bottom: 1.8rem;
    width: auto;
  }

  .p-flow-info {
    width: auto;
  }

  .p-flow-info__text {
    padding-bottom: 3rem;
    letter-spacing: 0.09rem;
  }

  .p-flow-info__txt {
    letter-spacing: 0.09rem;
  }

  .p-flow-info__txt--num {
    margin: 1.1rem 0 1.3rem;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
  }

  .p-flow-info__txt--sml {
    font-size: 1.2rem;
  }
}

.p-voice {
  padding: 10.8rem 0;
  background: url(../img/voive_bg.jpg) no-repeat center top;
  background-size: cover;
}

.p-voice-box {
  width: 90rem;
  margin: 0 auto;
  padding: 7.8rem 5rem;
  box-sizing: border-box;
  border-radius: 1.6rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-voice-headline01 {
  margin-bottom: 2.5rem;
}

.p-voice-headline01__en {
  margin-bottom: 1.6rem;
  letter-spacing: 0;
}

.p-voice__text {
  margin-bottom: 0.3rem;
  color: var(--black);
  line-height: 2;
  letter-spacing: 0.096rem;
}

.p-voice__btn {
  margin: 2.4rem 0;
}

.p-voice__btn__link:hover {
  opacity: 0.8;
}

.p-voice__txt {
  font-size: 1.3rem;
  color: var(--black);
  line-height: 1.73;
}

.p-voice__txt--bold {
  margin-bottom: 1.7rem;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-voice {
    padding: 2.7rem 1.3rem 2.9rem 1.6rem;
    background-image: url(../img/voive_bg_sp.jpg);
  }

  .p-voice-box {
    width: auto;
    margin: 0 auto;
    padding: 2.6rem 1.1rem 3.6rem 1.2rem;
  }

  .p-voice-headline01 {
    margin-bottom: 2.8rem;
  }

  .p-voice-headline01__en {
    margin-bottom: 0.7rem;
    letter-spacing: 0.084rem;
  }

  .p-voice__text {
    margin-bottom: 0.3rem;
    letter-spacing: 0.09rem;
  }

  .p-voice__btn {
    margin: 1.7rem 0 1.5rem;
  }

  .p-voice__txt {
    font-size: 1.2rem;
    line-height: 1.66;
  }

  .p-voice__txt--bold {
    margin-bottom: 2rem;
  }
}

.p-blog {
  padding: 10.5rem 0 7.2rem;
}

.p-blog-headline01 {
  margin-bottom: 2.9rem;
}

.p-blog__sml {
  margin-bottom: 6.4rem;
  text-align: center;
  color: var(--black);
  letter-spacing: 0.096rem;
}

.p-blog-list {
  width: 98.6rem;
  margin: 0 auto 6rem;
  position: relative;
}

.p-blog-list::after {
  content: "";
  width: 30rem;
}

.p-blog-list__item {
  width: 30rem;
}

.p-blog-list__link {
  height: 100%;
  display: block;
  border-radius: 0.8rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .p-blog-list__link:hover {
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
  }
}

.p-blog-list__ttl {
  padding: 1rem 2.1rem 1rem 1.9rem;
  font-size: 1.3rem;
  color: var(--black);
  border-bottom: 1px solid var(--gray);
}

.p-blog-list__ttl-sort {
  padding-left: 1.9rem;
  background: url(../img/icon38.svg) no-repeat left center;
  background-size: 1.5rem auto;
}

.p-blog-list__ttl-time {
  padding-left: 1.9rem;
  background: url(../img/icon39.svg) no-repeat left center;
  background-size: 1.5rem auto;
}

.p-blog-list__text {
  padding: 0.7rem 1.8rem 1.8rem;
  color: var(--black);
  font-size: 1.3rem;
  line-height: 1.73;
}

.p-blog-list__text-bold {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.096rem;
}

.p-blog-box {
  padding: 5.9rem 0;
  border-top: 1px solid var(--gray);
}

.p-blog-box__pho {
  width: 44.9rem;
}

.p-blog-sub {
  width: 44.8rem;
}

.p-blog-sub__ttl {
  margin-bottom: 2.8rem;
  color: var(--black);
  letter-spacing: 0.096rem;
  font-weight: 300;
}

.p-blog-sub__ttl--ico {
  margin-bottom: 1.5rem;
  display: block;
}

.p-blog-sub__ttl--ico img {
  width: auto;
  height: 5.9rem;
}

.p-blog-sub__ttl--en {
  margin-bottom: 2rem;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  font-weight: 600;
}

.p-blog-sub__text {
  margin-bottom: 1.9rem;
  color: var(--black);
  letter-spacing: 0.096rem;
  line-height: 2;
}

.p-blog-sub__text01 {
  margin-bottom: 0.3rem;
}

.p-blog-btn {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-blog {
    padding: 6.3rem 2.8rem 7.2rem;
  }

  .p-blog-headline01 {
    margin-bottom: 2.9rem;
  }

  .p-blog-headline01__en {
    margin-bottom: 0.6rem;
  }

  .p-blog__sml {
    margin: 0 -2rem 3.5rem;
    letter-spacing: 0.09rem;
  }

  .p-blog-list {
    width: auto;
    display: block;
    margin: 0 auto 3.2rem;
  }

  .p-blog-list__item {
    margin-bottom: 3.2rem;
    width: auto;
  }

  .p-blog-list__item:last-child {
    margin-bottom: 0;
  }

  .p-blog-list__ttl {
    padding: 1rem 1.6rem 0.8rem 1.4rem;
    font-size: 1.2rem;
  }

  .p-blog-list__text {
    padding: 0.8rem 1.5rem 2.2rem;
    font-size: 1.2rem;
    line-height: 1.66;
  }

  .p-blog-list__text-bold {
    margin-bottom: 0.9rem;
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }

  .p-blog-box {
    padding: 3.1rem 0 3.2rem;
    display: block;
  }

  .p-blog-box--last {
    border: none;
    padding: 0;
  }

  .p-blog-box__pho {
    margin: 0 -0.2rem;
    width: auto;
  }

  .p-blog-box__pho__face {
    text-align: center;
  }

  .p-blog-box__pho__face.on {
    display: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 389px) {
  .p-blog-box__pho__face.on {
    display: block;
  }

  .p-blog-box__pho__face.off {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-blog-sub {
    margin: 0 -0.2rem 2.4rem;
    width: auto;
  }

  .p-blog-sub__ttl {
    letter-spacing: 0.09rem;
  }

  .p-blog-sub__ttl--ico {
    margin-bottom: 0.8rem;
  }

  .p-blog-sub__ttl--ico img {
    height: 5.9rem;
  }

  .p-blog-sub__ttl--en {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .p-blog-sub__text {
    margin-bottom: 3.4rem;
    letter-spacing: 0.09rem;
  }

  .p-blog-sub__text01 {
    margin-bottom: 0.3rem;
  }

  .p-blog-btn {
    text-align: left;
  }

  .p-blog-btn__link {
    padding: 1.3rem 1.5rem 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
    border-radius: 1.2rem;
  }
}

.p-recruit {
  margin: 0 6.4rem -29.5rem;
  position: relative;
  align-items: center;
  background-color: var(--sub);
}

.p-recruit__pho {
  width: 50%;
  position: relative;
}

.p-recruit__pho__text {
  position: absolute;
  left: 2.9rem;
  top: 2.4rem;
  width: 17.1rem;
  height: 17.1rem;
  padding-top: 3.9rem;
  text-align: center;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.168rem;
  background-color: var(--sub);
  box-sizing: border-box;
  border-radius: 100%;
}

.p-recruit__pho__text--en {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.p-recruit__sub {
  width: 50%;
  color: var(--white);
  padding: 3rem 10rem 1.1rem;
  box-sizing: border-box;
}

.p-recruit__ttl {
  margin-bottom: 2.8rem;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
}

.p-recruit__ttl--ico {
  margin-bottom: 1.6rem;
  width: 6rem;
  display: block;
}

.p-recruit__ttl--en {
  margin-top: 2rem;
  display: block;
  font-weight: 300;
  letter-spacing: 0.096rem;
  font-size: 1.6rem;
}

.p-recruit__text {
  margin-bottom: 3.7rem;
  letter-spacing: 0.096rem;
  line-height: 2;
}

.p-recruit__text01 {
  margin-bottom: 0.3rem;
}

.p-recruit-btn {
  text-align: left;
}

.p-recruit-btn__link {
  color: var(--sub);
  background-color: var(--gray-light);
}

@media screen and (max-width: 768px) {
  .p-recruit {
    display: block;
    margin: 0;
  }

  .p-recruit__pho {
    width: auto;
  }

  .p-recruit__pho__text {
    display: none;
  }

  .p-recruit__sub {
    width: auto;
    padding: 2.9rem 2.6rem 5.8rem;
  }

  .p-recruit__ttl {
    margin-bottom: 2.8rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .p-recruit__ttl--ico {
    margin-bottom: 0.8rem;
  }

  .p-recruit__ttl--en {
    margin-top: 1.3rem;
    letter-spacing: 0.09rem;
    font-size: 1.5rem;
  }

  .p-recruit__text {
    margin-bottom: 1.2rem;
    letter-spacing: 0.09rem;
  }

  .p-recruit__text01 {
    margin-bottom: 0.3rem;
  }
}

.p-contact {
  padding: 15rem 0 9.9rem;
  background-color: var(--gray-light);
  border-bottom: 1px solid var(--white);
}

.p-contact__ttl {
  width: 34.4rem;
  margin: 0 auto 5.1rem;
}

.p-contact-content {
  width: 90rem;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 3.8rem 2.7rem 5.1rem;
    border-bottom: none;
  }

  .p-contact__ttl {
    width: 20.5rem;
    margin: 0 auto 3rem;
  }
}

.p-implant {
  padding: 10rem 0;
  background-color: var(--main-light);
}

.p-implant-box {
  align-items: flex-start;
}

.p-implant-sub {
  width: 45rem;
}

.p-implant-sub__text {
  padding-top: 3.5rem;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.096rem;
  border-top: 1px solid var(--gray);
}

.p-implant-headline01 {
  margin-bottom: 2.8rem;
  text-align: left;
}

.p-implant-headline01--ico {
  margin-bottom: 0.8rem;
  width: 7.1rem;
  display: block;
}

.p-implant-headline01__en {
  margin-bottom: 1.5rem;
}

.p-implant-info {
  width: 45rem;
  padding: 4.4rem 5rem 4.9rem;
  background-color: var(--white);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-implant {
    padding: 3.2rem 2.5rem 5.3rem;
  }

  .p-implant-box {
    display: block;
  }

  .p-implant-sub {
    margin-bottom: 1.9rem;
    width: auto;
  }

  .p-implant-sub__text {
    padding-top: 1.9rem;
    letter-spacing: 0.09rem;
  }

  .p-implant-headline01 {
    margin-bottom: 1.6rem;
  }

  .p-implant-headline01--ico {
    margin-bottom: 1.7rem;
    width: 5.5rem;
  }

  .p-implant-headline01__en {
    margin-bottom: 1.2rem;
  }

  .p-implant-info {
    width: auto;
    padding: 0;
  }
}


.p-header {
  margin-top: 5rem;
  padding: 10rem 0;
  background-color: var(--main-light);
}

.p-header .c-content {
  width: 130rem;
}

.p-header-box {
  align-items: flex-start;
}

.p-header-sub {
  width: 35rem;
}

.p-header-img {
  width: 90rem;
}

.p-header-sub__text {
  padding-top: 1.5rem;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.096rem;
  border-top: 1px solid var(--gray);
}

.p-header-headline01 {
  margin-bottom: 2.8rem;
  font-size: 2rem;
  line-height: 1.1;
  text-align: left;
}

.p-header-headline01--ico {
  margin-bottom: 0.8rem;
  width: 5rem;
  display: block;
}

.p-header-headline01__en {
  margin-bottom: 1.5rem;
}

.p-header-info {
  line-height: 1.1;
  width: 35rem;
  margin-top: 2rem;
  padding: 2rem;
  background-color: var(--white);
  box-sizing: border-box;
}

.p-header-info .c-linklist__item {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 3.2rem 2.5rem 5.3rem;
  }

  .p-header-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-header-sub {
    margin-bottom: 1.9rem;
    width: auto;
  }

  .p-header-sub__text {
    padding-top: 1.9rem;
    letter-spacing: 0.09rem;
  }

  .p-header-headline01 {
    margin-bottom: 1.6rem;
  }

  .p-header-headline01--ico {
    margin-bottom: 1.7rem;
    width: 5.5rem;
  }

  .p-header-headline01__en {
    margin-bottom: 1.2rem;
  }

  .p-header-info {
    width: auto;
    padding: 2rem 4rem;
  }

  .p-header-img {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
}


.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;
}

/* ==================================================
.l-caseSin
================================================== */

.l-caseSin__intro {
  margin: 0 0 6rem 0;
}

.l-caseSin__full {
  margin: 4rem 0 6rem 0;
}


.l-caseSin__grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grid01 grid02 grid03""grid04 grid05 grid06""grid07 grid08 grid09";
  margin: 4rem 0 6rem 0;
}

.l-caseSin__grid .grid01 {
  grid-area: grid01;
}

.l-caseSin__grid .grid02 {
  grid-area: grid02;
}

.l-caseSin__grid .grid03 {
  grid-area: grid03;
}

.l-caseSin__grid .grid04 {
  grid-area: grid04;
}

.l-caseSin__grid .grid05 {
  grid-area: grid05;
}

.l-caseSin__grid .grid06 {
  grid-area: grid06;
}

.l-caseSin__grid .grid07 {
  grid-area: grid07;
}

.l-caseSin__grid .grid08 {
  grid-area: grid08;
}

.l-caseSin__grid .grid09 {
  grid-area: grid09;
}

.l-caseSin__grid img {
  width: 100%;
  height: auto;
}

.l-caseSin__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  margin-top: 6rem;
}

.l-caseSin__table th {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 30%;
  padding: 1rem 2rem;
  background: var(--main-light);
}

@media screen and (max-width: 768px) {
  .l-caseSin__table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}

.l-caseSin__table td {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 70%;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-caseSin__table td {
    width: 100%;
    display: block;
  }
}

.l-caseSin__none {
  text-align: center;
}

/* ==================================================
.cardSwiper
================================================== */

.cardSwiper {
  padding-bottom: 10rem;
}

.cardSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 4rem;
}

@media screen and (max-width: 768px) {
  .cardSwiper .swiper {
    margin: 0 auto;
  }
}

.cardSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cardSwiper .swiper-buttons {
    width: 100%;
  }
}

.cardSwiper .swiper-button-next,
.cardSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}

.cardSwiper .swiper-button-next:hover,
.cardSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}

.cardSwiper .swiper-button-next:after,
.cardSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

/* ==================================================
.lightbox
================================================== */

.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;
  }
}


.p-blog h3 {
  text-align: center;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: block;
  font-size: 2.4rem;
  color: var(--main);
  letter-spacing: 0.12rem;
}

@media screen and (max-width: 768px) {

  .scroll_content {
    /* リスト全体のスタイル */
    display: flex;
    max-width: 800px;
    margin: auto;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .scroll_content li {
    width: 90%;
    padding: 8px;
    margin: 3px;
    flex-shrink: 0;
    list-style: none;
  }

  .scroll_content img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }

  .scroll_content::-webkit-scrollbar {
    height: 12px;
  }

  .scroll_content::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
  }

  .scroll_content::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px;
  }
}


.side {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem 0
}

.side>*:first-child {
  width: 38rem
}

.side>iframe {
  height: 24rem
}

.side>*:last-child {
  width: 38rem
}

.side .txt>*:first-child {
  margin-top: 0
}

.side .txt>*:last-child {
  margin-bottom: 0
}

.side.small .txt {
  width: 60rem
}

.side.small>img {
  width: 18rem
}

.side.small.narrow>img {
  width: 20rem;
  aspect-ratio: revert-layer;
}

.side.small.narrow .txt {
  width: 64rem
}


@media screen and (max-width: 768px) {

  .side {
    flex-wrap: wrap
  }

  .side>iframe {
    height: 19rem
  }

  .side>*:first-child {
    width: 100%;
    margin-bottom: 2rem
  }

  .side>*:last-child {
    width: 100%
  }

  .side.small>img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {

  .l-page section.default .sp-table-half th,
  .l-page section.default .sp-table-half td {
    width: 50% !important;
    display: inline-block;
  }
}

/* ==================================================
blog
================================================== */

.blog img {
  display: block;
  width: auto;
}

@media screen and (max-width: 768px) {
  .blog img {
    display: block;
    width: 100%;
    aspect-ratio: auto;
  }

  .l-page .flex .col-1.blog img {
    aspect-ratio: auto;
  }
}

.blog p>*+* {
  margin-top: 1rem;
}


/* 関連ショートコード用 */
.kanren {
  position: relative;
}

.kanren .kanren-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.kanren .kanren-list li {
  border: none;
  margin: 0 auto 20px;
  padding: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.kanren .kanren-list li {
  display: block;
  transition-duration: .5s;
}

.kanren .kanren-list li:hover {
  background: #ffd1a7;
}

.kanren .kanren-list li dl {
  display: table;
  padding: 20px;
  margin: 0;
}

.kanren .kanren-list li dl dt,
.kanren .kanren-list li dl dd {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.kanren .kanren-list li dl dt {
  width: 40%;
}

.kanren .kanren-list li dl dd {
  width: 60%;
  padding-left: 20px;
}

.kanren .kanren-list li dl dd p.kanren-cont-title {
  margin: 0 auto 10px;
  padding: 0;
  border: none;
  background: none;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}

.kanren .kanren-list li dl dd p.kanren-cont-title::before {
  content: '▼関連記事▼';
  display: block;
  font-size: 1.5rem;
}


img.img-price {
  width: auto;
}





@media screen and (max-width: 768px) {
  .kanren .kanren-list li dl {
    display: flex;
    flex-wrap: wrap;
  }

  .kanren .kanren-list li dl dt {
    width: 100%;
  }

  .kanren .kanren-list li dl dd {
    width: 100%;
    padding-left: 20px;
  }
}


/* 関連ショートコード用 */
.fas.fa-link {
  color: #fff;
}

.link-card-headline-box {
  position: absolute;
  border-radius: 2px;
  background: var(--main-dark);
}

@media (min-width: 768px) {
  .link-card-headline-box {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    top: -14px;
    left: 20px;
    width: 130px;
  }
}

@media (max-width: 768px) {
  .link-card-headline-box {
    font-weight: bold;
    font-size: 11px;
    padding: 4px 8px;
    top: -12px;
    left: 12px;
    width: 120px;
  }
}

.link-card {
  display: block;
  position: relative;
  border: 1px solid var(--main-dark);
  border-radius: 4px;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  background: rgba(255, 255, 255, 0);
  word-wrap: break-word;
  box-sizing: border-box;
  text-decoration: none !important;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
}

@media (max-width: 768px) {
  .link-card {
    width: 100%;
    padding: 12px;
    margin: 10px 0px;
    padding-top: 22px !important;
  }
}

@media (min-width: 769px) {
  .link-card {
    width: 90%;
    margin: 10px auto;
    padding: 20px;
    padding-top: 30px !important;
  }
}

.link-card .link-card-headline {
  position: relative;
  color: #fff;
  letter-spacing: 0;
  line-height: 0;
  margin-left: .25rem;
}

.link-card .link-card-headline:after {
  position: absolute;
  content: "あわせて読みたい";
  color: #fff;
  width: 100px;
  top: 8px;
  left: 1px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .link-card .link-card-headline:after {
    left: -2px;
    top: 8px;
  }
}

.link-card:hover {
  opacity: 0.8 !important;
}

.link-card:hover .link-card-thumbnail img {
  transform: scale(1.1);
}

.link-card-box {
  display: flex;
}

.link-card-content {
  flex: 2.5;
  max-width: calc(100% - 182px);
}

@media (max-width: 768px) {
  .link-card-content {
    max-width: calc(100% - 120px);
  }
}

.link-card-thumbnail {
  display: block;
  overflow: hidden;
}

@media (max-width: 768px) {
  .link-card-thumbnail {
    margin-right: 10px;
    flex: 1.82;
  }
}

@media (min-width: 769px) {
  .link-card-thumbnail {
    margin-right: 20px;
    flex: 1;
  }
}

.link-card-thumbnail img {
  filter: opacity(1);
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: baseline;
  width: 100%;
  height: auto;
  background: #fff;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
}

.link-card-title {
  display: block;
  letter-spacing: 1px;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .link-card-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}

@media (min-width: 769px) {
  .link-card-title {
    color: var(--main-dark);
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 0.1rem solid var(--main);
    line-height: 1.6;
    padding: 0 0 1rem 0;
  }
}

.link-card-excerpt {
  display: none;
}

@media (min-width: 769px) {
  .link-card-excerpt {
    margin-top: 15px;
    font-size: 1.2rem;
    display: block;
  }
}

.list-link-more {
  text-align: right;
  font-size: 1.1rem;
}

.l-page .flex_wrap {
  display: flex;
  justify-content: space-between;
}

.l-page .flex_wrap div {
  width: 48%;
}

.l-page .flex_wrap img {
  object-fit: contain;
}

.l-page .flex_wrap div h3 {
  margin: 20px 0 15px !important;
}

.l-page .flex_wrap div p {
  font-size: 1.6rem;
}

.l-page .flex_wrap div p+p {
  margin-top: 15px;
}

.l-page .flex_wrap.center_text h3,
.l-page .flex_wrap.center_text p {
  text-align: center;
}

.l-page img.normal_size {
  aspect-ratio: auto;
  object-fit: contain;
}

.l-page img.normal_size.small {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-page .flex_wrap {
    display: block;
    margin-top: 15px !important;
  }

  .l-page .flex_wrap div {
    width: 100%;
  }

  .l-page .flex_wrap div+div {
    margin-top: 20px;
  }

  .l-page .flex_wrap div p {
    font-size: 1.4rem;
  }

  .l-page section.default table.no-break th,
  .l-page section.default table.no-break td {
    width: 50% !important;
    display: table-cell;
  }



  .list-link-more {
    text-align: right;
    font-size: 1.2rem;
  }
}

.list-link-more__txt {
  padding: 0.3rem 3.7rem 0.3rem 0;
  display: inline-block;
  letter-spacing: 0.06em;
  font-family: var(--garamond-font);
  transition: 0.3s;
  background: url("../img/icon02.svg") no-repeat right 0.2rem center/2rem;
}

@media screen and (min-width: 769px) {
  .list-link:hover .list-link-more__txt {
    background-image: url("../img/icon02_on.svg");
  }
}

.l-page strong {
  font-weight: 600;
  color: #eb801e;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  box-sizing: content-box;
}


/*ブログ投稿 症例調整css*/
.col-1 .l-caseSin ol.flow li .l-caseSin__full {
  margin-top: 0;
}

.col-1 .l-caseSin ol.flow li h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.5rem 2rem;
}

.col-1 .l-caseSin ol.flow li p {
  margin-bottom: 0.5rem;
}

.l-page section.default .col-1 .l-caseSin h1 {
  color: var(--main);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

/*ブログ投稿 症例調整css*/



@media screen and (max-width: 769px) {
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 0rem;
  }



  /*ブログ投稿 症例調整css*/
  .l-page section.default .col-1 .l-caseSin ol.flow li {
    flex-direction: column;
  }

  /*ブログ投稿 症例調整css*/

}


.embedbox {
  width: 100%;
  /*min-width: 360px;*/
  max-width: 1000px;
  margin: 4.8rem auto 0 auto;
}

.embed-container {
  position: relative;
  /*padding-bottom: 56.25%;*/
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container.has-video {
  padding-bottom: 56.25%;
}

.embed-container:not(.has-video) {
  height: 0;
}

/*20250522ad CTAwrap用*/
.cta_wrap {
  position: relative;
  background: #fff;
  margin-top: 4rem;
}

.cta_box {
  width: 900px;
  margin: 0 auto 5rem;
  box-sizing: border-box;
}

.cta_box h2 {
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 2rem 0 1rem;
  margin-bottom: 2rem;
  border-bottom: #EB801D 2px solid;
}

.cta_box .flex_wrap {
  display: flex;
  justify-content: space-between;
}

.cta_box .flex_wrap .img {
  width: 40%;
}

.cta_box .flex_wrap .text {
  width: 60%;
  padding-left: 2rem;
  padding-top: 0;
  box-sizing: border-box;
}

.cta_box .flex_wrap .text p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.point_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: .8rem;
}

.point_list li {
  width: 48%;
  margin-bottom: .7rem;
  background: #715344;
  border-radius: 90px;
  text-align: center;
  padding: .4rem 0;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}

.cta_box .c-contact__linklist__link img {
  aspect-ratio: auto;
}

.yoyaku_wrap {
  padding-top: 1.5rem;
}

.yoyaku_wrap .point_text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 1.5rem;
}


@media screen and (max-width: 768px) {
  .cta_wrap {
    margin-top: .5rem;
  }

  .cta_box {
    width: 100%;
    padding: 1.5rem 1.5rem 3.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .cta_box h2 {
    font-size: 20px;
    padding: 0 0 .7rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .cta_box .flex_wrap {
    display: block;
    margin-bottom: 0;
  }

  .cta_box .flex_wrap .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cta_box .flex_wrap .text {
    width: 100%;
    padding-left: 0;
  }

  .cta_box .flex_wrap .text p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: .05rem;
  }

  .point_list li {
    width: 49%;
    font-size: 12px;
    letter-spacing: 0;
  }

  .yoyaku_wrap {
    padding-top: .5rem;
  }
}

/*20250522add CTAbox(short)用*/
.cta_box.short {
  background: #fff;
  border: #F1EEEA 1px solid;
  margin: 3rem auto 1rem;
  padding: 2rem 2rem 1.7rem;
  width: 810px;
}

.cta_box.short .flex_wrap {
  margin: 0;
}

.cta_box .flex_wrap {
  display: flex;
  justify-content: space-between;
}

.cta_box.short .flex_wrap .img {
  height: 230px;
  overflow: hidden;
}

.cta_box.short .flex_wrap .text.yoyaku_wrap .icon {
  height: 30px;
  width: 30px;
  aspect-ratio: auto;
  overflow: hidden;
  padding-right: .5rem;
}

.cta_box.short .flex_wrap .img,
.cta_box.short .flex_wrap .text {
  margin-bottom: 0 !important;
  padding: 0;
  width: 48%;
}

.cta_box.short .flex_wrap .img,
.cta_box.short .flex_wrap .text {
  margin-bottom: 0 !important;
  padding: 0;
  width: 48%;
}

.yoyaku_wrap a.btn {
  align-items: center;
  background-color: #EB801D;
  border-radius: 1.6rem;
  box-shadow: 0 1px 5px #888;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: .1rem;
  margin: 16px auto;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 475px;
}

.cta_box.short .yoyaku_wrap a.btn {
  margin-bottom: 0;
  width: 100%;
}

.cta_box.short .text.yoyaku_wrap .point_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.cta_box.short .text.yoyaku_wrap .uketsuke {
  font-size: 14px;
  color: #EB801D;
}

@media screen and (max-width: 768px) {
  .cta_box.short {
    margin: 1rem auto 1rem;
    padding: 1rem 1rem 1.5rem;
    width: calc(100% - 40px);
  }

  .cta_box .flex_wrap {
    display: block;
    margin-bottom: 0;
  }

  .cta_box.short .flex_wrap .img {
    height: auto;
    margin: 0 auto 1rem;
    width: 100%;
  }

  .cta_box.short .flex_wrap .img,
  .cta_box.short .flex_wrap .text {
    margin-top: .5rem;
    width: 100%;
  }

  .cta_box.short .flex_wrap .img,
  .cta_box.short .flex_wrap .text {
    margin-top: .5rem;
    width: 100%;
  }

  .cta_box .yoyaku_wrap a.btn {
    font-size: 17px;
    height: 47px;
    width: 90%;
  }

  .cta_box.short .text.yoyaku_wrap .point_text {
    font-size: 16px;
    padding-bottom: 0;
    padding-top: .5rem;
  }

}

.p-mainvisual-scroll.sp {
  padding: 0 2rem;
  margin-bottom: 3rem;
}

/* ==================================================
.youtube swiper
================================================== */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;

}

.swiper-button-next:after {
  color: #fff;
}

.swiper-button-prev:after {
  color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container {
  text-align: center
}

.swiper-container .swiper-slide img {
  height: auto;
  max-width: 100%;
  width: 100%
}

.swiper-container .swiper-slide {
  position: relative;
  width: 100%
}

.swiper-container .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.swiper-container .swiper-slide iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#slider .swiper-wrapper {
  gap: 0 !important;
}

#thumbs {
  box-sizing: border-box;
  height: 20%;
  padding: 10px 0
}

#thumbs .swiper-slide {
  cursor: pointer;
  height: 100%;
  opacity: .2;
  /*width: 20%*/
  width: calc((100% - 40px) / 5);
}

#thumbs .swiper-slide:before {
  content: none
}

#thumbs .swiper-slide-active {
  opacity: 1
}

/* ==================================================
ここまで
================================================== */

.l-faq {
  /* ---------- l-faqArc（アーカイブページ用） ---------- */
  /* ---------- l-faqTax（タクソノミーページ用） ---------- */
  /* ---------- l-faqSin（詳細ページ用） ---------- */
}
.l-faqArc {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
  /* ----- カテゴリ別に質問を探す ----- */
}
@media screen and (max-width: 768px) {
  .l-faqArc {
    padding: 4.8rem 2rem;
  }
}
.l-faqArc > section + section {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-faqArc > section + section {
    margin-top: 4.8rem;
  }
}
.l-faqArc-title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-faqArc-title {
    font-size: 2.4rem;
  }
}
.l-faqArc-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-faqArc-title span {
  font-size: 2.4rem;
  display: block;
}
.l-faqArc-subtitle {
  background: var(--main-dark);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.6rem;
}
.l-faqArc-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.4rem;
}
.l-faqArc-list__item {
  width: calc((100% - 2.4rem) / 2);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-faqArc-list__item {
    width: 100%;
  }
}
.l-faqArc-list__item > * {
  width: 100%;
}
.l-faqArc-list__item.full {
  width: 100%;
  box-shadow: none;
}
.l-faqArc-list__item.noborder {
  box-shadow: none;
  border-radius: 0;
}
.l-faqArc-list__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
.l-faqArc-list__txtbox {
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
.l-faqArc-list__txtbox > * {
  width: 100%;
}
.l-faqArc-question {
  position: relative;
  padding: 0.3rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqArc-question::before {
  content: "Q";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-answer {
  position: relative;
  padding: 0.6rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqArc-answer::before {
  content: "A";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.l-faqArc-catlabel {
  width: 100%;
  margin-bottom: 2.4rem;
}
.l-faqArc-catlabel h4 {
  border: 1px solid var(--main-dark);
  color: var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.8rem 2.4rem;
  border-radius: 10rem;
}
.l-faqArc-accordion {
  border: 1px solid var(--gray);
  border-radius: 0.8rem;
  transition: all 0.5s;
}
.l-faqArc-accordion:hover {
  border: 1px solid var(--main-dark);
}
.l-faqArc-accordion + .l-faqArc-accordion {
  margin-top: 0.8rem;
}
.l-faqArc-question02 {
  position: relative;
  padding: 2rem 3.2rem 2rem 6.4rem;
  min-height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7142857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .l-faqArc-question02 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.l-faqArc-question02::before {
  content: "Q";
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-question02:hover {
  opacity: 0.7;
}
.l-faqArc-answer02 {
  position: relative;
  padding: 0.4rem 1.6rem 1.6rem 6.4rem;
  min-height: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqArc-answer02::before {
  content: "A";
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-btn02 {
  width: 100%;
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-end;
}
.l-faqTax {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-faqTax {
    padding: 4.8rem 2rem;
  }
}
.l-faqTax-title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-faqTax-title {
    font-size: 2.4rem;
  }
}
.l-faqTax-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-faqTax-title span {
  font-size: 2.4rem;
  display: block;
}
.l-faqTax-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.4rem;
}
.l-faqTax-list__item {
  width: calc((100% - 2.4rem) / 2);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-faqTax-list__item {
    width: 100%;
  }
}
.l-faqTax-list__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
.l-faqTax-list__txtbox {
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
.l-faqTax-list__txtbox > * {
  width: 100%;
}
.l-faqTax-question {
  position: relative;
  padding: 0.3rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqTax-question::before {
  content: "Q";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqTax-answer {
  position: relative;
  padding: 0.6rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqTax-answer::before {
  content: "A";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqTax-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.l-faqSin {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
.l-faqSin.section01 {
  padding: 8rem 4rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-faqSin.section01 {
    padding: 4.8rem 2rem 0 2rem;
  }
}
.l-faqSin.section02 {
  padding: 0 4rem 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-faqSin.section02 {
    padding: 4.8rem 2rem;
  }
}
.l-faqSin-title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-faqSin-title {
    font-size: 3rem;
  }
}
.l-faqSin-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-faqSin-titlewrap {
  padding: 2.4rem 0;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin-bottom: 4rem;
}
.l-faqSin-question {
  position: relative;
  padding: 0.6rem 0 0 6.4rem;
  min-height: 4.8rem;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-faqSin-question::before {
  content: "Q";
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqSin-answer {
  position: relative;
  padding: 1.2rem 0 0 6.4rem;
  min-height: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-faqSin-answer::before {
  content: "A";
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqSin-point {
  background: var(--main-light);
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-faqSin-point__head {
  width: 30%;
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem 0 0;
}
.l-faqSin-point__body {
  width: 70%;
  background: var(--white);
  padding: 2.4rem;
}
.l-faqSin-point__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem;
}
.l-faqSin-point__list li {
  width: 100%;
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-faqSin-point__list li {
    font-size: 1.3rem;
  }
}
.l-faqSin-subtitle {
  background: var(--main-dark);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
}
.l-faqSin-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid var(--gray);
}
.l-faqSin-list li {
  width: 100%;
  border-bottom: 1px solid var(--gray);
}
.l-faqSin-list a {
  padding: 1.2rem 4rem 1.2rem 1.6rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-faqSin-list a:hover {
  opacity: 0.7;
}
.l-faqSin-list a:hover::after {
  background: var(--main-dark);
}
.l-faqSin-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
  background: var(--gray);
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.5s;
}
.l-faqSin-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-faqSin-blocks {
    gap: 4.8rem;
  }
}
.l-faqSin-blocks__block {
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-faqSin-blocks__block {
    width: 100%;
  }
}

/* ---------- アコーディオン ---------- */
.js-faq-toggle {
  cursor: pointer;
  position: relative;
}

.js-faq-toggle::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
}

.js-faq-toggle.is-open::after {
  content: "−";
}

/* ---------- round ---------- */
.l-faq {
  /* ---------- l-faqSin（詳細ページ用） ---------- */
}
.l-faqSin.round .l-faqSin-point {
  border-radius: 1.6rem !important;
}
.l-faqSin.round .l-faqSin-point__body {
  border-radius: 1.6rem !important;
}
.l-faqSin.round .l-faqSin-subtitle {
  border-radius: 0.8rem !important;
}

.editor-styles-wrapper,
.l-gutenberg {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  .l-gutenberg {
    padding: 2rem;
  }
}
.editor-styles-wrapper .point,
.l-gutenberg .point {
  border: 0.4rem solid var(--main-dark);
  border-radius: 2.4rem;
  padding: 4.8rem;
}
.editor-styles-wrapper .point2,
.l-gutenberg .point2 {
  border: 0.4rem solid var(--main-dark);
  border-radius: 2.4rem;
  padding: 2.4rem;
}
.editor-styles-wrapper .btnS a,
.l-gutenberg .btnS a {
  color: var(--white);
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 4.6rem 1rem 2rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnS a:hover,
.l-gutenberg .btnS a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnM a,
.l-gutenberg .btnM a {
  color: var(--white);
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.4rem 4.8rem 1.4rem 2.8rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnM a:hover,
.l-gutenberg .btnM a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnL a,
.l-gutenberg .btnL a {
  color: var(--white);
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.8rem 6.2rem 1.8rem 3.6rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnL a:hover,
.l-gutenberg .btnL a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnCTA__phone,
.l-gutenberg .btnCTA__phone {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .btnCTA__phone,
  .l-gutenberg .btnCTA__phone {
    justify-content: center;
  }
}
.editor-styles-wrapper .btnCTA__phone a,
.l-gutenberg .btnCTA__phone a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 3.2rem 1.6rem 6.8rem;
  background: var(--sub-dark) url(../img/btnCTA-phone.svg) no-repeat center left 3.2rem/2.4rem auto;
  color: var(--white);
  border-radius: 10rem;
  font-size: 2rem;
}
.editor-styles-wrapper .btnCTA__phone a:hover,
.l-gutenberg .btnCTA__phone a:hover {
  opacity: 0.7;
}
.editor-styles-wrapper .btnCTA__reserve,
.l-gutenberg .btnCTA__reserve {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .btnCTA__reserve,
  .l-gutenberg .btnCTA__reserve {
    justify-content: center;
  }
}
.editor-styles-wrapper .btnCTA__reserve a,
.l-gutenberg .btnCTA__reserve a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 3.2rem 1.6rem 6.8rem;
  background: var(--main-dark) url(../img/btnCTA-reserve.svg) no-repeat center left 3.2rem/2.4rem auto;
  color: var(--white);
  border-radius: 10rem;
  font-size: 2rem;
}
.editor-styles-wrapper .btnCTA__reserve a:hover,
.l-gutenberg .btnCTA__reserve a:hover {
  opacity: 0.7;
}
.editor-styles-wrapper .wp-block-group + .wp-block-group,
.l-gutenberg .wp-block-group + .wp-block-group {
  margin-top: 8rem;
}
.editor-styles-wrapper .wp-block-group__inner-container > * + *,
.l-gutenberg .wp-block-group__inner-container > * + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.rev,
  .l-gutenberg .wp-block-columns.rev {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-layout-flex,
  .l-gutenberg .wp-block-columns.is-layout-flex {
    gap: 1.2rem;
  }
}
.editor-styles-wrapper .nogap,
.l-gutenberg .nogap {
  gap: 0;
}
.editor-styles-wrapper h1,
.l-gutenberg h1 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h1,
  .l-gutenberg h1 {
    font-size: 3rem;
  }
}
.editor-styles-wrapper h1::after,
.l-gutenberg h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.editor-styles-wrapper h2,
.l-gutenberg h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2,
  .l-gutenberg h2 {
    font-size: 2.4rem;
  }
}
.editor-styles-wrapper h3,
.l-gutenberg h3 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3,
  .l-gutenberg h3 {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h4,
.l-gutenberg h4 {
  background: var(--main-light);
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4,
  .l-gutenberg h4 {
    font-size: 1.6rem;
  }
}
.editor-styles-wrapper h5,
.l-gutenberg h5 {
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5,
  .l-gutenberg h5 {
    font-size: 1.4rem;
  }
}
.editor-styles-wrapper h5::before,
.l-gutenberg h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.editor-styles-wrapper h6,
.l-gutenberg h6 {
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h6,
  .l-gutenberg h6 {
    font-size: 1.2rem;
  }
}
.editor-styles-wrapper strong,
.l-gutenberg strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, var(--variation3) 40%);
}
.editor-styles-wrapper .faq-head,
.l-gutenberg .faq-head {
  position: relative;
  padding: 0 0 0 6.4rem;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .faq-head::before,
.l-gutenberg .faq-head::before {
  content: "Q";
  background: var(--main-dark);
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  line-height: 4.8rem;
  color: var(--white);
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-styles-wrapper .faq-body,
.l-gutenberg .faq-body {
  background: var(--main-light);
  border-radius: 1.6rem;
  padding: 2.4rem;
}
.editor-styles-wrapper .cards,
.l-gutenberg .cards {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}
.editor-styles-wrapper .cards .card,
.l-gutenberg .cards .card {
  background: var(--main-light);
  border-radius: 1.6rem;
  border: none !important;
  padding: 2.4rem;
}
.editor-styles-wrapper .list-circle,
.l-gutenberg .list-circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.editor-styles-wrapper .list-circle li,
.l-gutenberg .list-circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.editor-styles-wrapper .list-circle li::before,
.l-gutenberg .list-circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.editor-styles-wrapper .list-circle li + li,
.l-gutenberg .list-circle li + li {
  margin-top: 2.4rem;
}
.editor-styles-wrapper .list-check,
.l-gutenberg .list-check {
  list-style-type: none;
}
.editor-styles-wrapper .list-check li,
.l-gutenberg .list-check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.editor-styles-wrapper .list-check li::after,
.l-gutenberg .list-check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.editor-styles-wrapper .list-check li + li,
.l-gutenberg .list-check li + li {
  margin-top: 2.4rem;
}
.editor-styles-wrapper .num01,
.editor-styles-wrapper .num02,
.editor-styles-wrapper .num03,
.editor-styles-wrapper .num04,
.editor-styles-wrapper .num05,
.editor-styles-wrapper .num06,
.editor-styles-wrapper .num07,
.editor-styles-wrapper .num08,
.editor-styles-wrapper .num09,
.editor-styles-wrapper .num10,
.l-gutenberg .num01,
.l-gutenberg .num02,
.l-gutenberg .num03,
.l-gutenberg .num04,
.l-gutenberg .num05,
.l-gutenberg .num06,
.l-gutenberg .num07,
.l-gutenberg .num08,
.l-gutenberg .num09,
.l-gutenberg .num10 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .num01,
  .editor-styles-wrapper .num02,
  .editor-styles-wrapper .num03,
  .editor-styles-wrapper .num04,
  .editor-styles-wrapper .num05,
  .editor-styles-wrapper .num06,
  .editor-styles-wrapper .num07,
  .editor-styles-wrapper .num08,
  .editor-styles-wrapper .num09,
  .editor-styles-wrapper .num10,
  .l-gutenberg .num01,
  .l-gutenberg .num02,
  .l-gutenberg .num03,
  .l-gutenberg .num04,
  .l-gutenberg .num05,
  .l-gutenberg .num06,
  .l-gutenberg .num07,
  .l-gutenberg .num08,
  .l-gutenberg .num09,
  .l-gutenberg .num10 {
    margin-bottom: 1.2rem;
  }
}
.editor-styles-wrapper .num01::before,
.l-gutenberg .num01::before {
  content: "1";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num02::before,
.l-gutenberg .num02::before {
  content: "2";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num03::before,
.l-gutenberg .num03::before {
  content: "3";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num04::before,
.l-gutenberg .num04::before {
  content: "4";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num05::before,
.l-gutenberg .num05::before {
  content: "5";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num06::before,
.l-gutenberg .num06::before {
  content: "6";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num07::before,
.l-gutenberg .num07::before {
  content: "7";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num08::before,
.l-gutenberg .num08::before {
  content: "8";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num09::before,
.l-gutenberg .num09::before {
  content: "9";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num10::before,
.l-gutenberg .num10::before {
  content: "10";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num01-square,
.editor-styles-wrapper .num02-square,
.editor-styles-wrapper .num03-square,
.editor-styles-wrapper .num04-square,
.editor-styles-wrapper .num05-square,
.editor-styles-wrapper .num06-square,
.editor-styles-wrapper .num07-square,
.editor-styles-wrapper .num08-square,
.editor-styles-wrapper .num09-square,
.editor-styles-wrapper .num10-square,
.l-gutenberg .num01-square,
.l-gutenberg .num02-square,
.l-gutenberg .num03-square,
.l-gutenberg .num04-square,
.l-gutenberg .num05-square,
.l-gutenberg .num06-square,
.l-gutenberg .num07-square,
.l-gutenberg .num08-square,
.l-gutenberg .num09-square,
.l-gutenberg .num10-square {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.5rem 0 1.5rem 7rem;
  display: block;
  margin-bottom: 2.4rem;
  min-height: 6rem;
  line-height: 1.5;
}
.editor-styles-wrapper .num01-square::before,
.l-gutenberg .num01-square::before {
  content: "1";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num02-square::before,
.l-gutenberg .num02-square::before {
  content: "2";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num03-square::before,
.l-gutenberg .num03-square::before {
  content: "3";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num04-square::before,
.l-gutenberg .num04-square::before {
  content: "4";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num05-square::before,
.l-gutenberg .num05-square::before {
  content: "5";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num06-square::before,
.l-gutenberg .num06-square::before {
  content: "6";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num07-square::before,
.l-gutenberg .num07-square::before {
  content: "7";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num08-square::before,
.l-gutenberg .num08-square::before {
  content: "8";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num09-square::before,
.l-gutenberg .num09-square::before {
  content: "9";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num10-square::before,
.l-gutenberg .num10-square::before {
  content: "10";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper table,
.l-gutenberg table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.editor-styles-wrapper table td,
.l-gutenberg table td {
  padding: 1.5rem;
}
.editor-styles-wrapper .table-border td,
.l-gutenberg .table-border td {
  border: 0.1rem solid var(--gray);
}
.editor-styles-wrapper .table-border2 td,
.l-gutenberg .table-border2 td {
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  border-right: none;
  border-left: none;
}
.editor-styles-wrapper .table-noborder td,
.l-gutenberg .table-noborder td {
  border: none;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .table-noborder td,
  .l-gutenberg .table-noborder td {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .table-scroll table,
  .l-gutenberg .table-scroll table {
    min-width: 90rem;
  }
}
.editor-styles-wrapper .th-top tr:first-child td,
.l-gutenberg .th-top tr:first-child td {
  background: var(--gray-light);
}
.editor-styles-wrapper .th-left td:first-child,
.l-gutenberg .th-left td:first-child {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .sp-col1,
  .l-gutenberg .sp-col1 {
    border-bottom: 0.1rem solid var(--gray);
  }
  .editor-styles-wrapper .sp-col1 td,
  .l-gutenberg .sp-col1 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.editor-styles-wrapper .col01-w10 td:nth-child(1),
.l-gutenberg .col01-w10 td:nth-child(1) {
  width: 10%;
}
.editor-styles-wrapper .col01-w20 td:nth-child(1),
.l-gutenberg .col01-w20 td:nth-child(1) {
  width: 20%;
}
.editor-styles-wrapper .col01-w30 td:nth-child(1),
.l-gutenberg .col01-w30 td:nth-child(1) {
  width: 30%;
}
.editor-styles-wrapper .col01-w40 td:nth-child(1),
.l-gutenberg .col01-w40 td:nth-child(1) {
  width: 40%;
}
.editor-styles-wrapper .col01-w50 td:nth-child(1),
.l-gutenberg .col01-w50 td:nth-child(1) {
  width: 50%;
}
.editor-styles-wrapper .col01-w60 td:nth-child(1),
.l-gutenberg .col01-w60 td:nth-child(1) {
  width: 60%;
}
.editor-styles-wrapper .col01-w70 td:nth-child(1),
.l-gutenberg .col01-w70 td:nth-child(1) {
  width: 70%;
}
.editor-styles-wrapper .col01-w80 td:nth-child(1),
.l-gutenberg .col01-w80 td:nth-child(1) {
  width: 80%;
}
.editor-styles-wrapper .col01-w90 td:nth-child(1),
.l-gutenberg .col01-w90 td:nth-child(1) {
  width: 90%;
}
.editor-styles-wrapper .col02-w10 td:nth-child(2),
.l-gutenberg .col02-w10 td:nth-child(2) {
  width: 10%;
}
.editor-styles-wrapper .col02-w20 td:nth-child(2),
.l-gutenberg .col02-w20 td:nth-child(2) {
  width: 20%;
}
.editor-styles-wrapper .col02-w30 td:nth-child(2),
.l-gutenberg .col02-w30 td:nth-child(2) {
  width: 30%;
}
.editor-styles-wrapper .col02-w40 td:nth-child(2),
.l-gutenberg .col02-w40 td:nth-child(2) {
  width: 40%;
}
.editor-styles-wrapper .col02-w50 td:nth-child(2),
.l-gutenberg .col02-w50 td:nth-child(2) {
  width: 50%;
}
.editor-styles-wrapper .col02-w60 td:nth-child(2),
.l-gutenberg .col02-w60 td:nth-child(2) {
  width: 60%;
}
.editor-styles-wrapper .col02-w70 td:nth-child(2),
.l-gutenberg .col02-w70 td:nth-child(2) {
  width: 70%;
}
.editor-styles-wrapper .col02-w80 td:nth-child(2),
.l-gutenberg .col02-w80 td:nth-child(2) {
  width: 80%;
}
.editor-styles-wrapper .col02-w90 td:nth-child(2),
.l-gutenberg .col02-w90 td:nth-child(2) {
  width: 90%;
}
.editor-styles-wrapper .col03-w10 td:nth-child(3),
.l-gutenberg .col03-w10 td:nth-child(3) {
  width: 10%;
}
.editor-styles-wrapper .col03-w20 td:nth-child(3),
.l-gutenberg .col03-w20 td:nth-child(3) {
  width: 20%;
}
.editor-styles-wrapper .col03-w30 td:nth-child(3),
.l-gutenberg .col03-w30 td:nth-child(3) {
  width: 30%;
}
.editor-styles-wrapper .col03-w40 td:nth-child(3),
.l-gutenberg .col03-w40 td:nth-child(3) {
  width: 40%;
}
.editor-styles-wrapper .col03-w50 td:nth-child(3),
.l-gutenberg .col03-w50 td:nth-child(3) {
  width: 50%;
}
.editor-styles-wrapper .col03-w60 td:nth-child(3),
.l-gutenberg .col03-w60 td:nth-child(3) {
  width: 60%;
}
.editor-styles-wrapper .col03-w70 td:nth-child(3),
.l-gutenberg .col03-w70 td:nth-child(3) {
  width: 70%;
}
.editor-styles-wrapper .col03-w80 td:nth-child(3),
.l-gutenberg .col03-w80 td:nth-child(3) {
  width: 80%;
}
.editor-styles-wrapper .col03-w90 td:nth-child(3),
.l-gutenberg .col03-w90 td:nth-child(3) {
  width: 90%;
}
.editor-styles-wrapper .col04-w10 td:nth-child(4),
.l-gutenberg .col04-w10 td:nth-child(4) {
  width: 10%;
}
.editor-styles-wrapper .col04-w20 td:nth-child(4),
.l-gutenberg .col04-w20 td:nth-child(4) {
  width: 20%;
}
.editor-styles-wrapper .col04-w30 td:nth-child(4),
.l-gutenberg .col04-w30 td:nth-child(4) {
  width: 30%;
}
.editor-styles-wrapper .col04-w40 td:nth-child(4),
.l-gutenberg .col04-w40 td:nth-child(4) {
  width: 40%;
}
.editor-styles-wrapper .col04-w50 td:nth-child(4),
.l-gutenberg .col04-w50 td:nth-child(4) {
  width: 50%;
}
.editor-styles-wrapper .col04-w60 td:nth-child(4),
.l-gutenberg .col04-w60 td:nth-child(4) {
  width: 60%;
}
.editor-styles-wrapper .col04-w70 td:nth-child(4),
.l-gutenberg .col04-w70 td:nth-child(4) {
  width: 70%;
}
.editor-styles-wrapper .col04-w80 td:nth-child(4),
.l-gutenberg .col04-w80 td:nth-child(4) {
  width: 80%;
}
.editor-styles-wrapper .col04-w90 td:nth-child(4),
.l-gutenberg .col04-w90 td:nth-child(4) {
  width: 90%;
}
.editor-styles-wrapper .col05-w10 td:nth-child(5),
.l-gutenberg .col05-w10 td:nth-child(5) {
  width: 10%;
}
.editor-styles-wrapper .col05-w20 td:nth-child(5),
.l-gutenberg .col05-w20 td:nth-child(5) {
  width: 20%;
}
.editor-styles-wrapper .col05-w30 td:nth-child(5),
.l-gutenberg .col05-w30 td:nth-child(5) {
  width: 30%;
}
.editor-styles-wrapper .col05-w40 td:nth-child(5),
.l-gutenberg .col05-w40 td:nth-child(5) {
  width: 40%;
}
.editor-styles-wrapper .col05-w50 td:nth-child(5),
.l-gutenberg .col05-w50 td:nth-child(5) {
  width: 50%;
}
.editor-styles-wrapper .col05-w60 td:nth-child(5),
.l-gutenberg .col05-w60 td:nth-child(5) {
  width: 60%;
}
.editor-styles-wrapper .col05-w70 td:nth-child(5),
.l-gutenberg .col05-w70 td:nth-child(5) {
  width: 70%;
}
.editor-styles-wrapper .col05-w80 td:nth-child(5),
.l-gutenberg .col05-w80 td:nth-child(5) {
  width: 80%;
}
.editor-styles-wrapper .col05-w90 td:nth-child(5),
.l-gutenberg .col05-w90 td:nth-child(5) {
  width: 90%;
}
.editor-styles-wrapper .profile,
.l-gutenberg .profile {
  gap: 0;
  background: var(--main);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile,
  .l-gutenberg .profile {
    flex-direction: column-reverse;
  }
}
.editor-styles-wrapper .profile .job-title,
.l-gutenberg .profile .job-title {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile .job-title,
  .l-gutenberg .profile .job-title {
    padding-top: 2.4rem;
  }
}
.editor-styles-wrapper .profile .name-ja,
.l-gutenberg .profile .name-ja {
  font-size: 3.4rem;
  font-weight: 600;
  padding: 0 2.4rem;
}
.editor-styles-wrapper .profile .name-en,
.l-gutenberg .profile .name-en {
  margin-top: 2.4rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile .name-en,
  .l-gutenberg .profile .name-en {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}

.editor-styles-wrapper h2,
.l-gutenberg.round h2 {
  border-radius: 1.2rem;
}
.editor-styles-wrapper h4,
.l-gutenberg.round h4 {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num01-square::before,
.l-gutenberg.round .num01-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num02-square::before,
.l-gutenberg.round .num02-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num03-square::before,
.l-gutenberg.round .num03-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num04-square::before,
.l-gutenberg.round .num04-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num05-square::before,
.l-gutenberg.round .num05-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num06-square::before,
.l-gutenberg.round .num06-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num07-square::before,
.l-gutenberg.round .num07-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num08-square::before,
.l-gutenberg.round .num08-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num09-square::before,
.l-gutenberg.round .num09-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num10-square::before,
.l-gutenberg.round .num10-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper img,
.l-gutenberg.round img {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .profile,
.l-gutenberg.round .profile {
  border-radius: 1.2rem;
  overflow: hidden;
}
.editor-styles-wrapper .profile img,
.l-gutenberg.round .profile img {
  border-radius: 0 !important;
}

.c-cta {
  width: 80rem;
  margin: 0 auto;
  background: var(--main-light);
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 2.4rem;
  margin-top: 4.8rem;
  /* ----- icon ----- */
}
@media screen and (max-width: 768px) {
  .c-cta {
    width: calc(100% - 4rem);
    margin: 4.8rem auto 0 auto;
  }
}
.c-cta__col {
  width: calc((100% - 2.4rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta__col {
    width: 100%;
  }
}
.c-cta__col > * {
  width: 100%;
}
.c-cta__thumb img {
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
  object-position: center;
}
.c-cta__intro {
  text-align: center;
  font-weight: 600;
}
.c-cta__time {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -2.8rem;
  margin-top: -2.8rem;
  z-index: 2;
}
.c-cta__time p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10rem;
  background: var(--main);
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 1.3rem;
  padding: 0 2.4rem;
  height: 2.4rem;
}
.c-cta__phone {
  position: relative;
  z-index: 1;
}
.c-cta__phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: var(--main-dark);
  color: var(--white);
  border: 1px solid var(--main-dark);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  height: 6rem;
}
.c-cta__phone a:hover {
  opacity: 0.7;
}
.c-cta__reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: var(--white);
  color: var(--main-dark);
  border: 1px solid var(--main-dark);
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  height: 6rem;
}
.c-cta__reserve a:hover {
  opacity: 0.7;
}
.c-cta-icon__phone {
  fill: var(--white);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-cta-icon__reserve {
  fill: var(--main-dark);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}