/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/about.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Old+Mincho:wght@500&display=swap);
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/about.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600&display=swap);
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/about.scss (2) ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* -------------------------------------------------------------------
  default colors
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default web-font
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default spacing
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  hover anitionの適用（～xまで）
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default font-size
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  breakpoints
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  font rem計算
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  各種rem計算（font以外）
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  flex時のgapを差し引いた横幅計算
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  アスペクト比固定
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  vw変換
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  MediaQuery
    ex.
      @include mx.mq(sm)     -> (max-width: 600px)
      @include mx.mq(sm-up)  -> (min-width: 600.1px)
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  background
------------------------------------------------------------------- */
.background__base {
  background-color: #f3faff;
}
.background__white {
  background-color: white;
}
.background__main {
  background-color: #369ae3;
}

/* -------------------------------------------------------------------
  display
------------------------------------------------------------------- */
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}

/* -------------------------------------------------------------------
  show and hide
------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .--pc {
    display: none !important;
  }
}
/* -------------------------------------------------------------------
  margin / padding
------------------------------------------------------------------- */
.mt-high, .section {
  margin-top: clamp(50px, 9.765625vw, 100px);
}
.mt-middle, .about-reform__list .service-slider-item + .service-slider-item {
  margin-top: clamp(30px, 5.859375vw, 60px);
}
.mt-low {
  margin-top: clamp(30px, 3.90625vw, 30px);
}
.mt-0 {
  margin-top: 0rem !important;
}

.mr-high {
  margin-right: clamp(50px, 9.765625vw, 100px);
}
.mr-middle {
  margin-right: clamp(30px, 5.859375vw, 60px);
}
.mr-low {
  margin-right: clamp(30px, 3.90625vw, 30px);
}
.mr-0 {
  margin-right: 0rem !important;
}

.mb-high {
  margin-bottom: clamp(50px, 9.765625vw, 100px);
}
.mb-middle, .title__main, .title__sub, .cta__title {
  margin-bottom: clamp(30px, 5.859375vw, 60px);
}
.mb-low, .title__mini, .footer__logo {
  margin-bottom: clamp(30px, 3.90625vw, 30px);
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-high {
  margin-left: clamp(50px, 9.765625vw, 100px);
}
.ml-middle {
  margin-left: clamp(30px, 5.859375vw, 60px);
}
.ml-low {
  margin-left: clamp(30px, 3.90625vw, 30px);
}
.ml-0 {
  margin-left: 0rem !important;
}

.mx-high {
  margin-inline: clamp(50px, 9.765625vw, 100px);
}
.mx-middle {
  margin-inline: clamp(30px, 5.859375vw, 60px);
}
.mx-low {
  margin-inline: clamp(30px, 3.90625vw, 30px);
}
.mx-0 {
  margin-inline: 0rem !important;
}

.my-high {
  margin-block: clamp(50px, 9.765625vw, 100px);
}
.my-middle {
  margin-block: clamp(30px, 5.859375vw, 60px);
}
.my-low {
  margin-block: clamp(30px, 3.90625vw, 30px);
}
.my-0 {
  margin-block: 0rem !important;
}

.ma-high {
  margin: clamp(50px, 9.765625vw, 100px);
}
.ma-middle {
  margin: clamp(30px, 5.859375vw, 60px);
}
.ma-low {
  margin: clamp(30px, 3.90625vw, 30px);
}
.ma-0 {
  margin: 0rem !important;
}

.pt-high {
  padding-top: clamp(50px, 9.765625vw, 100px);
}
.pt-middle, .page-lead {
  padding-top: clamp(30px, 5.859375vw, 60px);
}
.pt-low {
  padding-top: clamp(30px, 3.90625vw, 30px);
}
.pt-0 {
  padding-top: 0rem !important;
}

.pr-high {
  padding-right: clamp(50px, 9.765625vw, 100px);
}
.pr-middle {
  padding-right: clamp(30px, 5.859375vw, 60px);
}
.pr-low {
  padding-right: clamp(30px, 3.90625vw, 30px);
}
.pr-0 {
  padding-right: 0rem !important;
}

.pb-high, .page-lead {
  padding-bottom: clamp(50px, 9.765625vw, 100px);
}
.pb-middle {
  padding-bottom: clamp(30px, 5.859375vw, 60px);
}
.pb-low {
  padding-bottom: clamp(30px, 3.90625vw, 30px);
}
.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-high {
  padding-left: clamp(50px, 9.765625vw, 100px);
}
.pl-middle {
  padding-left: clamp(30px, 5.859375vw, 60px);
}
.pl-low {
  padding-left: clamp(30px, 3.90625vw, 30px);
}
.pl-0 {
  padding-left: 0rem !important;
}

.px-high {
  padding-inline: clamp(50px, 9.765625vw, 100px);
}
.px-middle {
  padding-inline: clamp(30px, 5.859375vw, 60px);
}
.px-low {
  padding-inline: clamp(30px, 3.90625vw, 30px);
}
.px-0 {
  padding-inline: 0rem !important;
}

.py-high, .service-section, .sub-fv {
  padding-block: clamp(50px, 9.765625vw, 100px);
}
.py-middle {
  padding-block: clamp(30px, 5.859375vw, 60px);
}
.py-low {
  padding-block: clamp(30px, 3.90625vw, 30px);
}
.py-0 {
  padding-block: 0rem !important;
}

.pa-high {
  padding: clamp(50px, 9.765625vw, 100px);
}
.pa-middle {
  padding: clamp(30px, 5.859375vw, 60px);
}
.pa-low {
  padding: clamp(30px, 3.90625vw, 30px);
}
.pa-0 {
  padding: 0rem !important;
}

/* -------------------------------------------------------------------
  text
------------------------------------------------------------------- */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-mxlarge, .title__sub, .cta__title {
  font-size: clamp(39.06px, 5.7220052083vw, 48.83px);
}
.text-xxxlarge {
  font-size: clamp(31.25px, 4.5774739583vw, 39.06px);
}
.text-xxlarge, .title__mini::before {
  font-size: clamp(25px, 3.662109375vw, 31.25px);
}
.text-xlarge {
  font-size: clamp(20px, 2.9296875vw, 25px);
}
.text-large {
  font-size: clamp(16px, 2.34375vw, 20px);
}
.text-normal, body, .header-nav__inner a::before, .header-nav__inner .btn-block a {
  font-size: clamp(14px, 1.953125vw, 16px);
}
.text-small, .footer__info {
  font-size: clamp(12.8px, 1.7447916667vw, 14px);
}
.text-xsmall, .news-item__time, .title__mini {
  font-size: clamp(10px, 1.484375vw, 12.8px);
}
.text-xxsmall, .header-nav__inner a {
  font-size: clamp(8.19px, 1.1842447917vw, 10px);
}
.text-mxlarge, .title__sub, .cta__title, .text-xxxlarge, .text-xxlarge, .title__mini::before, .text-xlarge {
  line-height: 1.3;
}
.text-main {
  color: #369ae3;
}
.text-text {
  color: #111;
}
.text-accent {
  color: #de4b4b;
}
.text-white {
  color: white;
}

/* -------------------------------------------------------------------
  header
------------------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.header__logo {
  position: relative;
  z-index: 200;
  max-width: 50%;
  line-height: 0;
  margin-bottom: 0;
}
.header__logo a {
  color: #369ae3;
}
.header-cta.btn-block {
  width: auto;
  padding: 0;
}

.header-nav__inner {
  display: flex;
  list-style-type: none;
}
.header-nav__inner a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.header-nav__inner a::before {
  content: attr(title);
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.header-nav__inner a:hover {
  color: currentColor;
  opacity: 0.6;
}
.header-nav__inner .current_page_parent a,
.header-nav__inner .current_page_item a {
  color: currentColor;
}
.header-nav__inner .btn-block a {
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  width: auto;
  margin: 0;
  color: white;
}
.header-nav__inner .btn-block a::before {
  content: "";
  display: block;
  width: 26px;
  height: 29px;
  background: url("../assets/icon-email.svg") no-repeat center/contain;
}

@media screen and (min-width: 911px) {
  .header__wrap {
    padding-block: 0;
    padding-right: 0;
  }
  .header__logo {
    margin-block: 14px;
  }
  .header-nav {
    align-self: stretch;
  }
  .header-nav__inner {
    margin: 0;
    align-items: center;
    gap: 2rem;
    height: 100%;
  }
  .header-nav__inner a {
    flex-direction: column;
    gap: 0;
  }
  .header-nav__inner .btn-block {
    display: grid;
    place-items: center;
    height: 100%;
    margin-top: 0;
  }
  .header-nav__inner .btn-block a {
    padding: 1rem 2rem;
  }
  .header-navBtn {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  .header-nav {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 100vw;
    height: 100vh;
    padding: 8rem 2rem 4rem;
    background-color: white;
    opacity: 0;
    overflow-y: scroll;
    will-change: top, opacity;
    transition: top 0.5s ease-in, opacity 0.5s ease-in;
  }
  .header-nav__inner {
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .header-nav__inner li a {
    color: #111;
  }
  .header-nav__inner li a::before {
    font-size: 25px;
    font-size: 1.6666666667rem;
    letter-spacing: 0.1em;
  }
  .--on .header-nav {
    top: 0;
    z-index: 100;
    opacity: 1;
  }
  .header-nav .btn-block a {
    width: auto;
    margin: 0;
    color: white;
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
  .header-navBtn {
    position: relative;
    z-index: 200;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: 3.5rem;
    height: 2.5rem;
    padding: 13px 10px;
    cursor: pointer;
  }
  .header-navBtn::before {
    content: "";
  }
  .header-navBtn span, .header-navBtn::before {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #111;
    will-change: width transform;
    transition: transform 0.3s ease-in;
  }
  .--on .header-navBtn {
    justify-content: center;
  }
  .--on .header-navBtn span {
    transform: rotate(-45deg);
  }
  .--on .header-navBtn::before {
    position: relative;
    top: 2px;
    transform: rotate(45deg);
  }
}
/* -------------------------------------------------------------------
  footer
------------------------------------------------------------------- */
.footer {
  padding-block: 60px clamp(30px, 5.859375vw, 60px);
  background-color: #111;
  color: white;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 911px) {
  .footer__inner {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__logo {
  line-height: 0;
}
.footer__info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__info-address {
  font-size: 10px;
}
.footer__info p {
  margin-bottom: 0;
}
.footer__copy {
  text-align: right;
}
.footer__left {
  display: flex;
  gap: 2rem;
}
.footer__left-info {
  flex-shrink: 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.footer__left-secure__logo {
  width: 60px;
}
.footer__left-secure__logo-wrap {
  display: inline-block;
  padding-block: 5px;
  background-color: #fff;
}

.footer-nav {
  margin-bottom: 1.5rem;
}
.footer-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav__inner a {
  color: white;
  font-family: "the-seasons", sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------
  layout
------------------------------------------------------------------- */
.inner {
  width: calc(1080px + clamp(25px, 5.5338541667vw, 60px) * 2);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(25px, 5.5338541667vw, 60px);
}
.inner__wide, .breadcrumbs__inner {
  width: calc(1366px + clamp(25px, 5.5338541667vw, 60px) * 2);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(25px, 5.5338541667vw, 60px);
}
.inner__narrow {
  width: calc(720px + clamp(25px, 5.5338541667vw, 60px) * 2);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(25px, 5.5338541667vw, 60px);
}

/* -------------------------------------------------------------------
  title
------------------------------------------------------------------- */
.title__main {
  margin-top: 0;
  font-size: clamp(12px, 1.7578125vw, 15px);
  color: #369ae3;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: normal;
}
.title__main::before {
  content: attr(en);
  display: block;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  font-family: "the-seasons", sans-serif;
  color: #111;
  text-transform: uppercase;
  line-height: 1.2;
}
.title__sub, .cta__title {
  font-family: "the-seasons", sans-serif;
  text-transform: uppercase;
}
.title__mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1rem;
  margin-top: 0;
  font-weight: normal;
  font-family: "shippori-mincho-b1", sans-serif;
}
.title__mini::before {
  content: attr(en);
  display: block;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .title__sub, .cta__title {
    font-size: 31.25px;
    font-size: 2.0833333333rem;
  }
}
.breadcrumbs {
  border-bottom: 1px solid #111;
}
.breadcrumbs__inner {
  padding-block: 0.2rem;
  font-size: 10px;
}
.breadcrumbs__inner > span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
.breadcrumbs a {
  text-decoration: none;
  color: #111;
}

/* -------------------------------------------------------------------
  btn-block
------------------------------------------------------------------- */
.btn-block {
  display: inline-block;
  width: 262px;
  max-width: 100%;
  padding: 16px;
  background-color: #de4b4b;
  color: white;
  font-size: clamp(18px, 2.734375vw, 24px);
  font-family: "the-seasons", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-block.--center {
  margin-inline: auto;
}
.btn-block.--wide, .btn-block--wide {
  width: 334px;
}
.btn-block.--white {
  background-color: transparent;
  border-color: white;
  color: white;
}
.btn-block.--white .btn-block__title {
  color: white;
}
.btn-block-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
}
.btn-block-cta__item {
  display: flex;
  justify-content: center;
  width: 275px;
  min-height: 46px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.btn-block-cta__item.--tel {
  align-items: baseline;
  background-color: #de4b4b;
  border: 1px solid #de4b4b;
  font-size: 2rem;
}
.btn-block-cta__item.--tel::before {
  content: attr(before);
  font-size: 22px;
}
.btn-block-cta__item.--reserve {
  align-items: center;
  background-color: #369ae3;
  border: 1px solid #369ae3;
  font-size: 1.125rem;
}

@media screen and (min-width: 600px) {
  .btn-block {
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .btn-block:hover {
    background-color: #369ae3;
    color: white;
  }
  .btn-block-cta__item {
    transition: color 0.3s linear, background-color 0.3s linear;
  }
  .btn-block-cta__item.--tel:hover {
    color: #de4b4b;
    background-color: white;
  }
  .btn-block-cta__item.--reserve:hover {
    color: #369ae3;
    background-color: white;
  }
}
.post-content h2,
.editor-area h2 {
  margin-top: 2.5rem;
}
.post-content h3,
.editor-area h3 {
  margin-top: 2.5rem;
}
.post-content b, .post-content strong,
.editor-area b,
.editor-area strong {
  font-weight: bold;
}
.post-content p,
.editor-area p {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  h2 {
    margin-top: 2.5rem;
  }
  h3 {
    margin-top: 2rem;
  }
}
/* -------------------------------------------------------------------
  btn-uline
------------------------------------------------------------------- */
.btn-uline, .service-slider-item__link {
  display: inline-block;
  padding-bottom: calc(0.5rem + 3px);
  color: #de4b4b;
  font-family: "shippori-mincho-b1", sans-serif;
  text-decoration: none;
  overflow: hidden;
}
.btn-uline::after, .service-slider-item__link::after {
  position: relative;
  top: 0.5rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #de4b4b;
}

@keyframes btnUline_mouseOn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes btnUline_mouseOff {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@media screen and (min-width: 600px) {
  .btn-uline::after, .service-slider-item__link::after {
    animation: btnUline_mouseOff 0.3s forwards;
  }
  .btn-uline:hover::after, .service-slider-item__link:hover::after {
    animation: btnUline_mouseOn 0.3s forwards;
  }
}
.sub-fv__inner {
  padding-top: 72px;
}
.sub-fv__h1 {
  display: block;
  text-align: center;
  font-size: clamp(16px, 2.34375vw, 20px);
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.sub-fv__h1::before {
  content: attr(en);
  display: block;
  text-align: center;
  font-size: clamp(30px, 4.296875vw, 36px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* -------------------------------------------------------------------
  news-item
------------------------------------------------------------------- */
.news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  color: #111;
  text-decoration: none;
}
.news-item__title {
  font-size: clamp(13px, 1.8229166667vw, 15px);
  font-weight: normal;
}
.news-item__contents {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768.1px) {
  .news-item__contents {
    gap: 2rem;
  }
}
.news-item__time {
  flex-shrink: 0;
  font-family: "the-seasons", sans-serif;
  line-height: 2.4;
}
.news-item.has-contents::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  transform: rotate(45deg);
  border-top: 1px solid #111;
  border-right: 1px solid #111;
}

/* -------------------------------------------------------------------
  base
------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #111;
  background-color: #ffffff;
}
body.--on {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  a {
    transition: 0.3s linear color;
  }
  a:hover {
    color: #369ae3;
  }
  a img {
    transition: 0.3s linear opacity;
  }
  a img:hover {
    opacity: 0.5;
  }
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

img,
svg {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

b {
  color: #369ae3;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  margin: 0;
}

.fw-b {
  font-weight: 700;
}
.fw-m {
  font-weight: 500;
}
.fw-l {
  font-weight: 400;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.scroll-top {
  position: fixed;
  right: 5vw;
  bottom: 15vh;
  z-index: 500;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  border-radius: 50%;
  background-color: #369ae3;
  border: 1px solid #369ae3;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  color: white;
  line-height: 1;
  transition: all linear 0.3s;
  transform: scale(0);
}
.scroll-on .scroll-top {
  transform: scale(1);
}
.scroll-top::before {
  content: "";
  justify-self: center;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(45deg);
}

.cta {
  position: relative;
  text-align: center;
  color: white;
  background: url(../assets/common-cta-bg-sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cta {
    background-image: url(../assets/common-cta-bg-pc.jpg);
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
}
.cta .inner {
  position: relative;
}
.cta__title {
  margin-bottom: clamp(20px, 3.6458333333vw, 36px);
}
.cta__btn {
  margin-top: 20px;
}

.fade-up {
  opacity: 0;
  transform: translateY(25%);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-up.--visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-down {
  opacity: 0;
  transform: translateY(-25%);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-down.--visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 2s ease;
}
.fade-in.--visible {
  opacity: 1;
}

.icon-arrow::before {
  content: "→";
  line-height: 1;
  color: currentColor;
}

@media screen and (min-width: 600px) {
  .scroll-top:hover {
    background-color: white;
  }
  .scroll-top:hover::before {
    border-color: #369ae3;
  }
}
.page-lead {
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
}
.page-lead__title-wrap {
  font-weight: normal;
}
.page-lead__title {
  margin-bottom: 0.5em;
  font-size: clamp(24px, 3.90625vw, 36px);
  line-height: 1.75;
  word-break: keep-all;
}
.page-lead__title-text {
  line-height: normal;
  font-size: clamp(18px, 2.8645833333vw, 26px);
}
.page-lead__text {
  margin-top: 48px;
  font-size: clamp(16px, 2.34375vw, 20px);
  line-height: 2.3;
  word-break: keep-all;
}
.page-lead__text:first-child {
  margin-top: 0;
}

.service-section__figure {
  aspect-ratio: 1.4933333333;
  width: 100%;
}
.service-section__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600.1px) {
  .service-section__figure {
    aspect-ratio: 4.5511111111;
    width: 100%;
  }
  .service-section__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service-section__title {
  margin-top: clamp(20px, 3.6458333333vw, 36px);
  font-size: clamp(24px, 4.1666666667vw, 40px);
  font-weight: normal;
  font-family: "shippori-mincho-b1", sans-serif;
  line-height: 1.75;
}
.service-section__title::after {
  content: attr(en);
  display: block;
  font-size: clamp(12px, 1.7578125vw, 15px);
  font-family: "the-seasons", sans-serif;
  color: #369ae3;
  letter-spacing: 0.1em;
}
.service-section__contents {
  margin-top: clamp(20px, 3.6458333333vw, 36px);
}

/* -------------------------------------------------------------------
  news-item
------------------------------------------------------------------- */
.service-slider-item {
  display: grid;
  gap: clamp(14px, 1.953125vw, 16px);
  width: 300px;
  max-width: 100%;
}
@media (min-width: 768.1px) {
  .service-slider-item {
    width: 460px;
  }
}
.service-slider-item__figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 460/225;
}
.service-slider-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-slider-item__title {
  font-family: "shippori-mincho-b1", sans-serif;
  font-size: clamp(18px, 2.734375vw, 24px);
  font-weight: normal;
}
.service-slider-item__text {
  margin-bottom: 0;
  font-size: clamp(13px, 1.8229166667vw, 15px);
}
.service-slider-item__link {
  font-size: clamp(13px, 1.8229166667vw, 15px);
}

.about-notice .page-lead {
  background-color: #f3faff;
  padding-block: clamp(30px, 5.859375vw, 60px);
}
.about-notice .page-lead__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: normal;
  font-size: clamp(14px, 1.953125vw, 16px);
}

.about-reform__list .service-slider-item {
  width: auto;
  margin-inline: auto;
}
@media (min-width: 768.1px) {
  .about-reform__list {
    display: flex;
  }
  .about-reform__list .service-slider-item {
    flex: 1;
    margin-top: 0;
  }
  .about-reform__list .service-slider-item + .service-slider-item {
    margin-top: 0;
  }
}

@media (min-width: 768.1px) {
  .about-renovation {
    width: 1080px;
    max-width: 100%;
    margin-inline: auto;
  }
}
.about-renovation__list .service-section__figure {
  aspect-ratio: initial;
}
@media (min-width: 768.1px) {
  .about-renovation__list {
    display: flex;
  }
  .about-renovation__list .service-section {
    flex: 1;
  }
  .about-renovation__list .service-section .inner {
    width: 100%;
    padding-inline: 0;
  }
  .about-renovation__list .service-section__title {
    font-size: clamp(18px, 2.734375vw, 24px);
  }
  .about-renovation__list .service-section__title, .about-renovation__list .service-section__contents {
    padding-inline: 1em;
  }
}

/*# sourceMappingURL=about.css.map*/