@charset "UTF-8";

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

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

:root {
  --inner-padding-inline: 1.5rem;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 2.4154589372vw;
  }
}

body {
  position: relative;
  color: #3B2F14;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Meiryo", "メイリオ", "Times New Roman", serif;
  line-height: 1;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.is-navi {
  overflow: hidden;
}

a {
  color: #3B2F14;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

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

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  text-align: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.size-full,
img.size-large,
.wp-post-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

._pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
}

._pc-md {
  display: block !important;
}
@media screen and (max-width: 768px) {
  ._pc-md {
    display: none !important;
  }
}

._pc-sm {
  display: block !important;
}
@media screen and (max-width: 640px) {
  ._pc-sm {
    display: none !important;
  }
}

._sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp {
    display: block !important;
  }
}

._sp-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-md {
    display: block !important;
  }
}

._sp-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-sm {
    display: block !important;
  }
}

._pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  ._pc-ib {
    display: none !important;
  }
}

._pc-ib-md {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  ._pc-ib-md {
    display: none !important;
  }
}

._pc-ib-sm {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  ._pc-ib-sm {
    display: none !important;
  }
}

._sp-ib {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-ib {
    display: inline-block !important;
  }
}

._sp-ib-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-ib-md {
    display: inline-block !important;
  }
}

._sp-ib-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-ib-sm {
    display: inline-block !important;
  }
}

._pc-inline {
  display: inline !important;
}
@media screen and (max-width: 960px) {
  ._pc-inline {
    display: none !important;
  }
}

._pc-inline-md {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  ._pc-inline-md {
    display: none !important;
  }
}

._pc-inline-sm {
  display: inline !important;
}
@media screen and (max-width: 640px) {
  ._pc-inline-sm {
    display: none !important;
  }
}

._sp-inline {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-inline {
    display: inline !important;
  }
}

._sp-inline-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-inline-md {
    display: inline !important;
  }
}

._sp-inline-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-inline-sm {
    display: inline !important;
  }
}

._center {
  text-align: center;
}

._pc-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  ._pc-center {
    text-align: left;
  }
}

._sp-center {
  text-align: left;
}
@media screen and (max-width: 960px) {
  ._sp-center {
    text-align: center;
  }
}

._link {
  color: #0066AF;
  text-decoration: underline;
}

._font-en {
  font-family: "Poppins", serif;
}

._is-hide {
  display: none !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 997;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  height: 9rem;
  padding: 0 2.8rem;
  background-color: #fff;
  z-index: 30;
}
@media screen and (max-width: 960px) {
  #header .inner {
    height: 6.2rem;
    padding: 0 1.5rem;
  }
}

#header-logo a {
  display: block;
  max-width: 18.2rem;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    max-width: 14.9rem;
  }
}
#header-logo a img {
  width: 100%;
}

#header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-content .button {
  display: block;
  width: 23.1rem;
  padding: 1.65rem 0.8rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border-radius: 1000rem;
  background-color: #94859B;
}
@media (hover: hover) and (pointer: fine) {
  #header-content .button:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 960px) {
  #header-content .button {
    display: none;
  }
}
#header-content .button > span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
#header-content .button > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 2.3rem;
  -webkit-mask-image: url("../img/common/icon-online-interaction.svg");
          mask-image: url("../img/common/icon-online-interaction.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  translate: 0 -50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header-content .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 3rem;
}
@media screen and (max-width: 960px) {
  #header-content .sns {
    margin: 0 1.6rem 0 0;
  }
}
#header-content .sns li.line {
  width: 3.9rem;
}
@media screen and (max-width: 960px) {
  #header-content .sns li.line {
    width: 4.4rem;
  }
}
#header-content .sns li.instagram {
  width: 3.7rem;
}
@media screen and (max-width: 960px) {
  #header-content .sns li.instagram {
    display: none;
  }
}
#header-content .sns li.tiktok {
  width: 3.1rem;
}
@media screen and (max-width: 960px) {
  #header-content .sns li.tiktok {
    display: none;
  }
}
#header-content .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  #header-content .sns li a:hover {
    opacity: 0.85;
  }
}
#header-content .sns li a img {
  width: 100%;
}

#header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 9rem;
  left: 0;
  width: 100%;
  height: calc(100% - 9rem);
  padding: 6.4rem var(--inner-padding-inline);
  background-color: #94859B;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  #header-navi {
    top: 6.2rem;
    height: calc(100% - 6.2rem);
  }
}
#header-navi.is-active {
  opacity: 1;
  pointer-events: auto;
}
#header-navi .content {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
#header-navi .content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem 0;
  margin: 0 0 8rem;
}
#header-navi .content .menu > li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .content .menu > li a:hover {
    opacity: 0.85;
  }
}
#header-navi .content .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
}
#header-navi .content .sns li.line {
  width: 2.2rem;
}
#header-navi .content .sns li.instagram {
  width: 2.1rem;
}
#header-navi .content .sns li.tiktok {
  width: 1.8rem;
}
#header-navi .content .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .content .sns li a:hover {
    opacity: 0.85;
  }
}
#header-navi .content .sns li a img {
  width: 100%;
}
#header-navi .content .buttons {
  width: 100%;
  max-width: 25.5rem;
  margin: 0 auto;
}
#header-navi .content .buttons li.request a > span {
  padding: 0 1.6rem 0 4rem;
}
#header-navi .content .buttons li.request a > span::before {
  width: 1.6rem;
  height: 2.1rem;
  -webkit-mask-image: url("../img/common/icon-microphone.svg");
          mask-image: url("../img/common/icon-microphone.svg");
}
#header-navi .content .buttons li.mail a > span {
  padding: 0 0 0 3.2rem;
}
#header-navi .content .buttons li.mail a > span::before {
  width: 2rem;
  height: 1.6rem;
  -webkit-mask-image: url("../img/common/icon-mail.svg");
          mask-image: url("../img/common/icon-mail.svg");
}
#header-navi .content .buttons li:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
#header-navi .content .buttons li a {
  display: block;
  width: 100%;
  padding: 1.65rem 0.8rem;
  color: #94859B;
  line-height: 1.2;
  text-align: center;
  border-radius: 1000rem;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .content .buttons li a:hover {
    opacity: 0.85;
  }
}
#header-navi .content .buttons li a > span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
#header-navi .content .buttons li a > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #94859B;
  translate: 0 -50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#navi-toggle {
  position: relative;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  background-color: #3B2F14;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  #navi-toggle {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #navi-toggle:hover {
    opacity: 0.85;
  }
}
#navi-toggle.is-active i:nth-of-type(1) {
  top: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}
#navi-toggle.is-active i:nth-of-type(2) {
  opacity: 0;
}
#navi-toggle.is-active i:nth-of-type(3) {
  top: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
#navi-toggle i {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.2rem;
  height: 0.1rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  translate: -50% 0;
}
#navi-toggle i:nth-of-type(1) {
  top: 1.7rem;
}
@media screen and (max-width: 960px) {
  #navi-toggle i:nth-of-type(1) {
    top: 1.3rem;
  }
}
#navi-toggle i:nth-of-type(2) {
  top: 50%;
  translate: -50% -50%;
}
#navi-toggle i:nth-of-type(3) {
  top: calc(100% - 1.8rem);
}
@media screen and (max-width: 960px) {
  #navi-toggle i:nth-of-type(3) {
    top: calc(100% - 1.4rem);
  }
}

#main {
  padding: 9rem 0 0;
  line-height: 1.45;
  overflow-x: clip;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 6.2rem 0 0;
  }
}
.section {
  position: relative;
}
.section .common-bg-circle {
  z-index: -1;
}

.section-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 6.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section-lead {
    margin-bottom: 4.8rem;
    font-size: 1.5rem;
  }
}

.section-box {
  padding: 5.8rem 1.5rem 5rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0 3rem 1.5rem rgba(148, 133, 155, 0.05);
          box-shadow: 0 0 3rem 1.5rem rgba(148, 133, 155, 0.05);
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .section-box {
    padding: 4.3rem 1.5rem;
  }
}
.section-box .inside {
  max-width: 100rem;
  margin-inline: auto;
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(100rem + var(--inner-padding-inline) + var(--inner-padding-inline));
  padding: 0 var(--inner-padding-inline);
  margin: 0 auto;
}
.inner.-lg {
  max-width: calc(124rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#footer-widget {
  line-height: 1.45;
}
#footer-widget > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul {
    grid-template-columns: 1fr;
  }
}
#footer-widget > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.6rem 7.4rem;
  min-height: 34rem;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li a {
    min-height: calc(19.6 * 1000vw / 414);
    padding: 1.6rem 4.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-widget > ul > li a:hover .bg img {
    scale: 1.1;
  }
}
#footer-widget > ul > li .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#footer-widget > ul > li .bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: rgba(124, 115, 128, 0.55);
  z-index: 1;
}
#footer-widget > ul > li .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footer-widget > ul > li .content {
  color: #fff;
}
#footer-widget > ul > li .content h2 {
  margin: 0 0 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li .content h2 {
    margin: 0 0 1.1rem;
  }
}
#footer-widget > ul > li .content h2 > span, #footer-widget > ul > li .content h2 > i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer-widget > ul > li .content h2 > span {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li .content h2 > span {
    font-size: 1.2rem;
  }
}
#footer-widget > ul > li .content h2 > i {
  font-size: 4.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li .content h2 > i {
    font-size: 2.8rem;
  }
}
#footer-widget > ul > li .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li .content p {
    font-size: 1.3rem;
  }
}
#footer-widget > ul > li .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1.8rem;
  bottom: 1.9rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li .arrow {
    right: 1.1rem;
    bottom: 1.1rem;
    width: 1.9rem;
    height: 1.9rem;
  }
}
#footer-widget > ul > li .arrow::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.2rem;
  -webkit-mask-image: url("../img/common/icon-arrow-a-right.svg");
          mask-image: url("../img/common/icon-arrow-a-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #footer-widget > ul > li .arrow::before {
    width: 0.9rem;
    height: 1rem;
  }
}

#footer {
  padding: 9.3rem 0 2rem;
  line-height: 1.45;
  background-color: #EDEBEE;
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 4.8rem 0 2.3rem;
  }
}
#footer .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}

#footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.2rem;
  margin: 0 0 11.3rem;
}
@media screen and (max-width: 960px) {
  #footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin: 0 0 10.2rem;
  }
}

#footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 25.5rem;
}
@media screen and (max-width: 960px) {
  #footer-left {
    margin: 0 0 8.2rem;
  }
}
#footer-left .logo {
  display: block;
  max-width: 21.6rem;
}
@media (hover: hover) and (pointer: fine) {
  #footer-left .logo:hover {
    opacity: 0.85;
  }
}
#footer-left .logo img {
  width: 100%;
}
#footer-left .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.4rem;
  margin: 4rem auto;
}
#footer-left .sns li.line {
  width: 2.2rem;
}
#footer-left .sns li.instagram {
  width: 2.1rem;
}
#footer-left .sns li.tiktok {
  width: 1.8rem;
}
#footer-left .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  #footer-left .sns li a:hover {
    opacity: 0.85;
  }
}
#footer-left .sns li a img {
  width: 100%;
}
#footer-left .buttons {
  width: 100%;
}
#footer-left .buttons li.online-interaction a {
  color: #fff;
  background-color: #94859B;
}
#footer-left .buttons li.online-interaction a > span {
  padding: 0 0 0 2.6rem;
}
#footer-left .buttons li.online-interaction a > span::before {
  width: 1.6rem;
  height: 2.3rem;
  -webkit-mask-image: url("../img/common/icon-online-interaction.svg");
          mask-image: url("../img/common/icon-online-interaction.svg");
  background-color: #fff;
}
#footer-left .buttons li.mail a {
  color: #94859B;
  background-color: #fff;
}
#footer-left .buttons li.mail a > span {
  padding: 0 0 0 3.2rem;
}
#footer-left .buttons li.mail a > span::before {
  width: 2rem;
  height: 1.6rem;
  -webkit-mask-image: url("../img/common/icon-mail.svg");
          mask-image: url("../img/common/icon-mail.svg");
  background-color: #94859B;
}
#footer-left .buttons li:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
#footer-left .buttons li a {
  display: block;
  width: 100%;
  padding: 1.65rem 0.8rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 1000rem;
}
@media (hover: hover) and (pointer: fine) {
  #footer-left .buttons li a:hover {
    opacity: 0.85;
  }
}
#footer-left .buttons li a > span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
#footer-left .buttons li a > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer-right {
  width: 100%;
  max-width: 50.3rem;
}
@media screen and (max-width: 960px) {
  #footer-right {
    max-width: none;
  }
}

#footer-navi .column:not(:last-of-type) {
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 960px) {
  #footer-navi .column:not(:last-of-type) {
    margin: 0 0 4rem;
  }
}
#footer-navi .column:not(.-has-child) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8rem;
}
@media screen and (max-width: 960px) {
  #footer-navi .column:not(.-has-child) ul {
    gap: 0 5.6rem;
  }
}
#footer-navi .column:not(.-has-child) ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #footer-navi .column:not(.-has-child) ul li a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-navi .column:not(.-has-child) ul li a:hover {
    opacity: 0.85;
  }
}
#footer-navi .column.-has-child .title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #footer-navi .column.-has-child .title {
    margin: 0 0 2.4rem;
    font-size: 1.5rem;
  }
}
#footer-navi .column.-has-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 5.6rem;
}
@media screen and (max-width: 960px) {
  #footer-navi .column.-has-child ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  #footer-navi .column.-has-child ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
#footer-navi .column.-has-child ul li a {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #footer-navi .column.-has-child ul li a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-navi .column.-has-child ul li a:hover {
    opacity: 0.85;
  }
}

#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #footer-copyright small {
    font-size: 1.2rem;
  }
}

#page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 2rem 0;
  min-height: 36.5rem;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #page-header {
    min-height: 29.5rem;
  }
}
#page-header .bg {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
#page-header .bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: rgba(124, 115, 128, 0.61);
  pointer-events: none;
}
#page-header .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-header .inner {
  max-width: calc(100rem + 2.4rem + 2.4rem);
  padding: 0 2.4rem;
}
#page-header .content:has(p) h1 {
  margin: 0 0 2.9rem;
}
#page-header .content h1 > span, #page-header .content h1 > i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#page-header .content h1 > span {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page-header .content h1 > i {
  font-size: 2rem;
}
#page-header .content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #page-header .content p {
    font-size: 1.5rem;
  }
}

#page-content {
  position: relative;
  overflow: clip;
}
#page-content.common {
  padding: 10rem 0 12.4rem;
}
@media screen and (max-width: 960px) {
  #page-content.common {
    padding: 6.4rem 0 8.8rem;
  }
}
#page-content.common .common-bg-circle.-i-01 {
  top: -17rem;
  right: -12.1rem;
}
@media screen and (max-width: 960px) {
  #page-content.common .common-bg-circle.-i-01 {
    top: -7.9rem;
    left: -14.2rem;
    right: auto;
  }
}
#page-content.common .common-bg-circle.-i-02 {
  left: -7.9rem;
  bottom: -15.5rem;
}
@media screen and (max-width: 960px) {
  #page-content.common .common-bg-circle.-i-02 {
    left: auto;
    right: -11.6rem;
    bottom: -6.8rem;
  }
}

.common-bg-circle {
  display: inline-block;
  position: absolute;
  width: 75.1rem;
  height: 75rem;
  background-image: url("../webp/common/bg-gradation-circle.webp");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .common-bg-circle {
    width: 39.2rem;
    height: 38.2rem;
    background-image: url("../webp/common/sp/bg-gradation-circle.webp");
  }
}

#post-content {
  display: flow-root;
}
#post-content::after {
  content: "";
  display: block;
  clear: both;
}

.flex-row.-image-content, .flex-row.-map-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content, .flex-row.-map-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-row.-image-content .description, .flex-row.-map-content .description {
  width: 100%;
  max-width: 50.1rem;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description, .flex-row.-map-content .description {
    max-width: none;
    margin: 0 0 4rem;
  }
}
.flex-row.-image-content:has(.swiper) .description {
  padding: 0 0 2.6rem;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content:has(.swiper) .description {
    padding: 0;
  }
}
.flex-row.-image-content .description .title {
  position: relative;
  margin: 0 0 3.6rem;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description .title {
    margin: 0 0 2.4rem;
  }
}
.flex-row.-image-content .description .title > span {
  display: block;
}
.flex-row.-image-content .description .title > .category {
  margin: 0 0 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description .title > .category {
    margin: 0 0 0.4rem;
    font-size: 1.6rem;
  }
}
.flex-row.-image-content .description .title > .index {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description .title > .index {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
  }
}
.flex-row.-image-content .description .title > .text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description .title > .text {
    font-size: 2.1rem;
  }
}
.flex-row.-image-content .description .title:has(> .category) {
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description .title:has(> .category) {
    margin: 0 0 2.4rem;
  }
}
.flex-row.-image-content .description .title:has(> .index) {
  margin: 0 0 2.4rem;
}
.flex-row.-image-content .description p {
  line-height: 2.7;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description p {
    line-height: 2.5;
  }
}
.flex-row.-image-content .description p:not(:last-of-type) {
  margin: 0 0 2.8rem;
}
.flex-row.-image-content .description .more-button {
  margin-top: 3rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .description .more-button {
    margin-top: 4rem;
  }
}
.flex-row.-image-content .image,
.flex-row.-image-content .swiper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(400 * 100% / 1000);
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .image,
  .flex-row.-image-content .swiper {
    width: 100%;
  }
}
.flex-row.-image-content .image img,
.flex-row.-image-content .swiper img {
  width: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-row.-image-content .swiper {
  padding: 0 0 2.6rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .flex-row.-image-content .swiper {
    padding: 0 0 2.3rem;
  }
}
.flex-row.-image-content .swiper-slide img {
  width: 100%;
}
.flex-row.-image-content .swiper-horizontal > .swiper-pagination-bullets,
.flex-row.-image-content .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  bottom: 0;
}
.flex-row.-image-content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .flex-row.-image-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background: rgba(148, 133, 155, 0.3);
}
.flex-row.-image-content .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 1000rem;
}
.flex-row.-image-content .swiper-pagination-bullet-active {
  background: #94859B !important;
}
.flex-row.-map-content .description ul li:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
.flex-row.-map-content .description ul li .title {
  position: relative;
  margin: 0 0 0.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .flex-row.-map-content .description ul li .title {
    font-size: 1.8rem;
  }
}
.flex-row.-map-content .description ul li .title > span {
  display: block;
}
.flex-row.-map-content .description ul li p {
  line-height: 2;
}
.flex-row.-map-content .description ul li p:not(:last-of-type) {
  margin: 0 0 1em;
}
.flex-row.-map-content .map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: calc(444 * 100% / 1000);
  aspect-ratio: 444/405;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .flex-row.-map-content .map {
    width: 100%;
    aspect-ratio: 354/358;
  }
}
.flex-row.-map-content .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

#archives-container .pagination {
  margin: 8rem 0 0;
}
@media screen and (max-width: 960px) {
  #archives-container .pagination {
    margin: 9.2rem 0 0;
  }
}
#archives-container .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#archives-container .pagination li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #94859B;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
}
#archives-container .pagination li .page-numbers:not(.dots) {
  width: 3.7rem;
  height: 3.7rem;
  padding: 0 0 0.1rem;
  border: 0.1rem solid #94859B;
  border-radius: 50%;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #archives-container .pagination li .page-numbers:not(.dots):hover {
    opacity: 0.85;
  }
}
#archives-container .pagination li .page-numbers.prev, #archives-container .pagination li .page-numbers.next {
  display: none;
}
#archives-container .pagination li .page-numbers.current {
  color: #fff;
  background-color: #94859B;
}
@media (hover: hover) and (pointer: fine) {
  #archives-container .pagination li .page-numbers.current:hover {
    opacity: 1;
  }
}

#archives-news > ul > li {
  border-left: 0.1rem solid #DDCAE7;
  border-bottom: 0.1rem solid #DDCAE7;
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li {
    border-left: none;
  }
}
#archives-news > ul > li:first-of-type a {
  padding-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li:first-of-type a {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li:last-of-type a {
    padding-bottom: 0;
  }
}
#archives-news > ul > li a {
  display: block;
  padding: 4rem 2.4rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li a {
    padding: 2.8rem 0 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #archives-news > ul > li a:hover {
    opacity: 0.85;
  }
}
#archives-news > ul > li a .in {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li a .in {
    max-width: none;
  }
}
#archives-news > ul > li a .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.3rem;
}
#archives-news > ul > li a .meta .date {
  margin: 0 1.6rem 0 0;
  font-size: 1.2rem;
  font-family: "Poppins", serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#archives-news > ul > li a .meta .category {
  padding: 0.3rem 1.15rem;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.2;
  border-radius: 1000rem;
  color: #fff;
  background-color: #94859B;
}
#archives-news > ul > li a .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li a .title {
    gap: 0 2.4rem;
  }
}
#archives-news > ul > li a .title > span {
  width: 100%;
  max-width: 55.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 960px) {
  #archives-news > ul > li a .title > span {
    max-width: none;
  }
}
#archives-news > ul > li a .title > i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid #986666;
  border-radius: 50%;
}
#archives-news > ul > li a .title > i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 1rem;
  -webkit-mask-image: url("../img/common/icon-arrow-c-right.svg");
          mask-image: url("../img/common/icon-arrow-c-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #986666;
  translate: -50% -50%;
}

.tab-selector {
  position: relative;
  width: 100%;
  max-width: 56.4rem;
  margin: 0 auto 5.2rem;
  border-radius: 1000rem;
  background-color: #F5F3F6;
}
@media screen and (max-width: 960px) {
  .tab-selector {
    margin: 0 auto 3.5rem;
  }
}
.tab-selector.-column-03 {
  max-width: 98.4rem;
}
.tab-selector.-column-03 ul {
  grid-template-columns: repeat(3, 1fr);
}
.tab-selector ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  width: 100%;
  z-index: 2;
}
.tab-selector ul li {
  padding: 1.45rem 0.8rem;
  color: #94859B;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .tab-selector ul li {
    padding: 1.1rem 0.8rem;
    font-size: 1.2rem;
  }
}
.tab-selector ul li.is-current {
  color: #fff;
}
.tab-selector .chaser {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 1000rem;
  background-color: #94859B;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

[data-tab=panel] {
  display: none;
}
[data-tab=panel].is-current {
  display: block;
}

.form-section {
  padding: 11rem 0 13.6rem;
}
@media screen and (max-width: 960px) {
  .form-section {
    padding: 6.4rem 0 8.8rem;
  }
}
.form-section.-complete .inner {
  max-width: calc(61.2rem + 3rem + 3rem);
  padding: 0 3rem;
}
.form-section.-complete h1 {
  margin: 0 0 5.6rem;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .form-section.-complete h1 {
    margin: 0 0 4rem;
    font-size: 3.2rem;
  }
}
.form-section.-complete p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .form-section.-complete p {
    font-size: 1.4rem;
  }
}
.form-section.-complete .more-button {
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .form-section.-complete .more-button {
    margin-top: 4rem;
  }
}
.form-section .inner {
  max-width: calc(59rem + 3rem + 3rem);
  padding: 0 3rem;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.2rem 1.3rem;
  color: #3B2F14;
  font-size: 1.5rem;
  border: 0.1rem solid #CDCDCD;
  border-radius: 0.5rem;
  background-color: #fff;
}
.form input[type=radio],
.form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form textarea {
  resize: vertical;
}
.form ::-webkit-input-placeholder {
  color: #A2A2A2;
}
.form ::-moz-placeholder {
  color: #A2A2A2;
}
.form :-ms-input-placeholder {
  color: #A2A2A2;
}
.form ::-ms-input-placeholder {
  color: #A2A2A2;
}
.form ::placeholder {
  color: #A2A2A2;
}
.form .form-content {
  margin: 0 0 8rem;
}
@media screen and (max-width: 960px) {
  .form .form-content {
    margin: 0 0 4rem;
  }
}
.form .form-content .item:not(:last-of-type) {
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  .form .form-content .item:not(:last-of-type) {
    margin: 0 0 3.2rem;
  }
}
.form .form-content .item.-checkbox dt {
  margin: 0 0 2.9rem;
}
@media screen and (max-width: 960px) {
  .form .form-content .item.-checkbox dt {
    margin: 0 0 2rem;
  }
}
.form .form-content .item.-checkbox dd .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7rem 3.4rem;
}
@media screen and (max-width: 960px) {
  .form .form-content .item.-checkbox dd .wpcf7-checkbox {
    gap: 1.6rem 2.8rem;
  }
}
.form .form-content .item.-checkbox dd label {
  display: inline-block;
  cursor: pointer;
}
.form .form-content .item.-checkbox dd span.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2.2rem;
  font-size: 1.4rem;
}
.form .form-content .item.-checkbox dd input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
.form .form-content .item.-checkbox dd input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: 0.3rem;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #94859B;
  opacity: 0;
}
.form .form-content .item.-checkbox dd input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form .form-content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1.1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.form .form-content dt b {
  display: inline-block;
  margin: 0 0 0 0.8rem;
  color: #D00000;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
.form .form-content dd.wrap.-column-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.9rem;
}
.form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  .form .buttons {
    gap: 0 1.2rem;
  }
}
.form .buttons .more-button {
  margin-inline: initial;
}
.form .buttons .more-button.-confirm[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.form .privacy-check {
  margin: 0 0 3.2rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
.form .privacy-check .caption {
  margin: 0 0 1.4rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 2;
  text-align: center;
}
.form .privacy-check .caption a {
  text-decoration: underline;
}
.form .privacy-check .consent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.form .privacy-check label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.form .privacy-check span.wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 0 0 0 2.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.form .privacy-check input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.2rem;
  background-color: #fff;
}
.form .privacy-check input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  bottom: 0;
  left: 0.3rem;
  margin: auto;
  width: 1.2rem;
  height: 0.6rem;
  border: 0.2rem solid #fff;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form .privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #94859B;
  background-color: #94859B;
}
.form .privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-confirm {
  display: none;
}
@media screen and (max-width: 960px) {
  .form-confirm .form-content {
    margin: 0 0 4.8rem;
  }
}
.form-confirm .form-content .item.-checkbox dt {
  margin: 0 0 1.1rem;
}
.form-confirm .form-content dd {
  font-weight: 700;
}
.form-confirm .form-content dd.wrap.-column-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.form-confirm .form-content dd.wrap.-column-02 .column:not(:last-of-type) {
  margin: 0 1.1rem 0 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none;
  padding: 1em;
  margin: 4.8rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #D00000;
  border: 0.2rem solid currentColor;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .wpcf7-response-output {
    font-size: 1.4rem;
    margin: 3.2rem 0 0;
  }
}

[data-status=init] .wpcf7-response-output {
  display: none;
}

[data-status=sent] .wpcf7-response-output {
  display: none;
  color: #94859B;
  border-color: currentColor;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  color: #D00000;
  margin: 0.8rem 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}

h2.style-01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  h2.style-01 {
    margin: 0 auto 1.6rem;
  }
}
h2.style-01 > span, h2.style-01 > i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
h2.style-01 > span {
  margin-bottom: 2.5rem;
  color: #94859B;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h2.style-01 > span {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
h2.style-01 > i {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  h2.style-01 > i {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.more-button {
  cursor: pointer;
}
.more-button.-style-01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 21.3rem;
  padding: 1.55rem 0.7rem;
  margin-inline: auto;
  color: #94859B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 0.1rem solid #94859B;
  border-radius: 1000rem;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-style-01:hover {
    opacity: 0.85;
  }
}
.more-button.-style-01.-bg-purple {
  color: #fff;
  background-color: #94859B;
}
.more-button.-style-01.-has-arrow {
  padding: 1.55rem 4.9rem 1.55rem 4rem;
}
.more-button.-style-01.-has-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.7rem;
  width: 1.1rem;
  height: 1.2rem;
  -webkit-mask-image: url("../img/common/icon-arrow-a-right.svg");
          mask-image: url("../img/common/icon-arrow-a-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #94859B;
  translate: 0 -50%;
}
.more-button.-style-02 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.8rem 0 0;
  color: #94859B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-style-02:hover {
    opacity: 0.85;
  }
}
.more-button.-style-02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 0.8rem;
  -webkit-mask-image: url("../img/common/icon-arrow-b-right.svg");
          mask-image: url("../img/common/icon-arrow-b-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #94859B;
  translate: 0 -50%;
}

#top-branding {
  padding: 0 2.8rem;
}
@media screen and (max-width: 960px) {
  #top-branding {
    padding: 0 1.5rem;
  }
}
#top-branding .section-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: calc(100vh - 9rem);
  min-height: 67.2rem;
  max-height: 93.9rem;
  padding: 0 0 5.5rem;
  border-radius: 1rem;
  background-image: url("../webp/top/branding-bg.webp");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-branding .section-bg {
    display: block;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0;
    border-radius: 0;
    background-image: none;
  }
}
#top-branding .inner {
  max-width: none;
  padding: 0 4.4rem 0 7.2rem;
}
@media screen and (max-width: 960px) {
  #top-branding .inner {
    padding: 0;
  }
}
#top-branding .content {
  position: relative;
  margin: 0 0 13.1rem;
}
@media screen and (max-width: 960px) {
  #top-branding .content {
    height: calc(100vh - 6.2rem);
    min-height: 48rem;
    padding: 0 4rem;
    border-radius: 1.5rem;
    background-image: url("../webp/top/branding-bg.webp");
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #top-branding .content {
    background-image: url("../webp/top/sp/branding-bg.webp");
  }
}
@media screen and (max-width: 960px) {
  #top-branding .content .in {
    position: absolute;
    width: calc(100% - 8rem);
    left: 4rem;
    bottom: 29.2%;
  }
}
#top-branding .content h1 {
  color: #fff;
}
#top-branding .content h1 > span, #top-branding .content h1 > i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#top-branding .content h1 > span {
  margin: 0 0 1.7rem;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4rem rgba(58, 97, 118, 0.8);
}
@media screen and (max-width: 960px) {
  #top-branding .content h1 > span {
    margin: 0 0 0.8rem;
    font-size: 3.2rem;
  }
}
#top-branding .content h1 > i {
  margin: 0 0 0 0.7rem;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-shadow: 0 0 4rem rgba(58, 97, 118, 0.8);
}
@media screen and (max-width: 960px) {
  #top-branding .content h1 > i {
    margin: 0;
    font-size: 1.6rem;
  }
}
#top-branding .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 61.3rem;
  padding: 3.2rem 2.4rem;
  margin: 0 0 0 auto;
  border-radius: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box {
    max-width: none;
    padding: 3.2rem 0 2.5rem;
    border-bottom: 0.1rem solid #D9D9D9;
    border-radius: 0;
  }
}
#top-branding .news-box .box-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.2rem;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box .box-title {
    width: 5.8rem;
  }
}
#top-branding .news-box .box-title h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#top-branding .news-box .box-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin: 0 2rem 0 0;
  border-left: 0.1rem solid #94859B;
}
#top-branding .news-box .box-content ul li {
  padding: 0 0 0 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box .box-content ul li {
    padding: 0 0 0 2rem;
  }
}
#top-branding .news-box .box-content ul li a {
  display: block;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #top-branding .news-box .box-content ul li a:hover {
    opacity: 0.85;
  }
}
#top-branding .news-box .box-content ul li a .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box .box-content ul li a .meta {
    margin: 0 0 0.6rem;
  }
}
#top-branding .news-box .box-content ul li a .meta .date {
  margin: 0 1.6rem 0 0;
  font-size: 1.2rem;
  font-family: "Poppins", serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#top-branding .news-box .box-content ul li a .meta .category {
  padding: 0.25rem 1rem;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.2;
  border-radius: 1000rem;
  color: #fff;
  background-color: #94859B;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box .box-content ul li a .meta .category {
    padding: 0.3rem 1.15rem;
    font-size: 1.1rem;
  }
}
#top-branding .news-box .box-content ul li a .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box .box-content ul li a .title {
    font-size: 1.3rem;
  }
}
#top-branding .news-box .slider-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.8rem;
  position: relative;
  margin: 3.5rem 0 0 0;
}
@media screen and (max-width: 960px) {
  #top-branding .news-box .slider-button {
    gap: 0 1.2rem;
    margin: 3rem 0 0;
  }
}
#top-branding .news-box .swiper-button-next,
#top-branding .news-box .swiper-button-prev {
  position: static;
  width: 0.6rem;
  height: 1.2rem;
  margin-top: 0;
  -webkit-mask-image: url("../img/top/icon-news-arrow.svg");
          mask-image: url("../img/top/icon-news-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #3B2F14;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  #top-branding .news-box .swiper-button-next:hover,
  #top-branding .news-box .swiper-button-prev:hover {
    opacity: 0.85;
  }
}
#top-branding .news-box .swiper-button-prev {
  left: 0;
}
#top-branding .news-box .swiper-button-next {
  right: 0;
  scale: -1 1;
}
#top-branding .news-box .swiper-button-prev:after,
#top-branding .news-box .swiper-button-next:after {
  content: none;
}

#top-service {
  padding: 9.3rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-service {
    padding: 7.4rem 0 0;
  }
}
#top-service .common-bg-circle.-i-01 {
  top: -21.8rem;
  right: -5.2rem;
}
@media screen and (max-width: 960px) {
  #top-service .common-bg-circle.-i-01 {
    top: 2.5rem;
    right: -10.1rem;
  }
}
@media screen and (max-width: 960px) {
  #top-service .section-lead {
    margin-bottom: 5.6rem;
  }
}
#top-service .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}
@media screen and (max-width: 960px) {
  #top-service .service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #top-service .service-list {
    grid-template-columns: 1fr;
  }
}
#top-service .service-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 320/194;
  color: #fff;
  padding: 1.1rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-service .service-list li a {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-service .service-list li a:hover .bg img {
    scale: 1.1;
  }
}
#top-service .service-list li .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#top-service .service-list li .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top-service .service-list li h3 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 960px) {
  #top-service .service-list li h3 {
    font-size: 2.4rem;
  }
}
#top-service .service-list li .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 960px) {
  #top-service .service-list li .arrow {
    right: 1.9rem;
    bottom: 1.9rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
#top-service .service-list li .arrow::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.2rem;
  -webkit-mask-image: url("../img/common/icon-arrow-a-right.svg");
          mask-image: url("../img/common/icon-arrow-a-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-service .service-list li .arrow::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
#top-service .more-button {
  margin-top: 6.4rem;
}
@media screen and (max-width: 960px) {
  #top-service .more-button {
    margin-top: 3.7rem;
  }
}

#top-about {
  padding: 12.2rem 0 12.9rem;
}
@media screen and (max-width: 960px) {
  #top-about {
    padding: 8.6rem 0 8.2rem;
  }
}
#top-about .common-bg-circle.-i-01 {
  top: -35.8rem;
  left: -12rem;
}
@media screen and (max-width: 960px) {
  #top-about .common-bg-circle.-i-01 {
    top: -22.9rem;
    left: auto;
    right: -8.2rem;
  }
}
@media screen and (max-width: 960px) {
  #top-about .common-bg-circle.-i-02 {
    left: -12.1rem;
    bottom: -7.8rem;
  }
}
#top-about .section-box {
  padding: 6.8rem 1.5rem 7.6rem;
}
@media screen and (max-width: 960px) {
  #top-about .section-box {
    padding: 3rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  #top-about .tab-selector ul li {
    padding: 1.1rem 0.8rem;
    font-size: 1.5rem;
  }
}
#top-about .flex-row .image {
  width: calc(367 * 100% / 1000);
}
@media screen and (max-width: 960px) {
  #top-about .flex-row .image {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #top-about .flex-row .description {
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 960px) {
  #top-about .flex-row .description h3 .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #top-about .flex-row .description p {
    line-height: 2.3;
  }
}

#top-online-interaction {
  padding: 0 0 16rem;
}
@media screen and (max-width: 960px) {
  #top-online-interaction {
    padding: 0 0 8rem;
  }
}
#top-online-interaction .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}
#top-online-interaction .flex-row .image {
  width: calc(425 * 100% / 1000);
}
@media screen and (max-width: 960px) {
  #top-online-interaction .flex-row .image {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #top-online-interaction .flex-row .description h3 .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #top-online-interaction .flex-row .description p {
    line-height: 2.3;
  }
}

#page-content.news {
  padding: 12.2rem 0 13rem;
}
@media screen and (max-width: 960px) {
  #page-content.news {
    padding: 4.2rem 0 15.3rem;
  }
}
@media screen and (max-width: 960px) {
  #page-content.news.-detail #side-content {
    margin: 0 0 6.8rem;
  }
}
#page-content.news #content > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: calc(104.4rem + 3rem + 3rem);
  padding: 0 3rem;
}
@media screen and (max-width: 960px) {
  #page-content.news #content > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-content.news #side-content {
  padding: 0 1.2rem 0 0;
}
@media screen and (max-width: 960px) {
  #page-content.news #side-content {
    padding: 0;
    margin: 0 0 8rem;
  }
}
#page-content.news #side-content h1 {
  line-height: 1;
  margin: 0 0 8.8rem;
}
@media screen and (max-width: 960px) {
  #page-content.news #side-content h1 {
    margin: 0 0 3.2rem;
  }
}
#page-content.news #side-content h1 > i, #page-content.news #side-content h1 > span {
  display: block;
}
#page-content.news #side-content h1 > i {
  margin: 0 0 1.6rem;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#page-content.news #side-content h1 > span {
  color: #94859B;
  font-size: 1.5rem;
}
#page-content.news #side-content .content {
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  #page-content.news #side-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem 4rem;
  }
}
#page-content.news #side-content ul li.is-current a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #94859B;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #page-content.news #side-content ul li:not(.is-current) a {
    padding: 0;
  }
}
#page-content.news #side-content ul li:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  #page-content.news #side-content ul li:not(:last-of-type) {
    margin: 0;
  }
}
#page-content.news #side-content ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 1.4rem;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #page-content.news #side-content ul li a {
    padding: 0 0 0 1.3rem;
    font-size: 1.3rem;
  }
}
#page-content.news #main-content {
  width: 100%;
  max-width: 80rem;
  padding: 0.9rem 0 0;
}
@media screen and (max-width: 960px) {
  #page-content.news #main-content {
    max-width: none;
    padding: 0;
  }
}
#page-content.news #post-title {
  margin: 0 0 7.5rem;
}
@media screen and (max-width: 960px) {
  #page-content.news #post-title {
    margin: 0 0 4.8rem;
  }
}
#page-content.news #post-title h2 {
  margin: 0 0 2.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #page-content.news #post-title h2 {
    margin: 0 0 1.7rem;
    font-size: 2rem;
  }
}
#page-content.news #post-title .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-content.news #post-title .meta .date {
  margin: 0 1.6rem 0 0;
  font-size: 1.3rem;
  font-family: "Poppins", serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#page-content.news #post-title .meta .category {
  padding: 0.25rem 1rem;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.2;
  border-radius: 1000rem;
  color: #fff;
  background-color: #94859B;
}
#page-content.news #post-content .thumbnail {
  margin: 0 0 7.2rem;
}
@media screen and (max-width: 960px) {
  #page-content.news #post-content .thumbnail {
    margin: 0 0 4.8rem;
  }
}
#page-content.news #post-content .thumbnail img {
  width: 100%;
  border-radius: 1.5rem;
}
#page-content.news #post-content h3 {
  margin: 5.6rem 0 2.2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #page-content.news #post-content h3 {
    font-size: 2rem;
  }
}
#page-content.news #post-content p {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 2.6;
}
#page-content.news #post-content p:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  #page-content.news #post-content p {
    font-size: 1.4rem;
  }
}
#page-content.news #post-content a {
  color: #000;
  text-decoration: underline;
}
#page-content.news #post-links {
  margin: 12.1rem auto 0;
}
@media screen and (max-width: 960px) {
  #page-content.news #post-links {
    margin: 7.1rem auto 0;
  }
}
#page-content.news #post-links .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-content.news #post-links .sns .caption {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
#page-content.news #post-links .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.6rem;
}
#page-content.news #post-links .sns ul li.line img {
  width: 2.2rem;
}
#page-content.news #post-links .sns ul li.instagram img {
  width: 2.1rem;
}
#page-content.news #post-links .sns ul li.tiktok img {
  width: 1.8rem;
}
#page-content.news #post-links .sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #3B2F14;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  #page-content.news #post-links .sns ul li a:hover {
    opacity: 0.85;
  }
}
#page-content.news #post-links .buttons ul li.back a {
  max-width: 23.4rem;
  margin-top: 3.2rem;
}

#page-works #page-content {
  padding: 6rem 0 20rem;
}
@media screen and (max-width: 960px) {
  #page-works #page-content {
    padding: 4.6rem 0 11.3rem;
  }
}

#works-list .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}
#works-list .detail-item {
  position: relative;
  border-bottom: 0.1rem solid rgba(111, 96, 118, 0.3);
}
#works-list .detail-item:not(:last-of-type) {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 960px) {
  #works-list .detail-item:not(:last-of-type) {
    margin: 0 0 1.6rem;
  }
}
#works-list .detail-item:last-of-type .detail-content {
  padding-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  #works-list .detail-item:not(.is-active) .detail-title:hover i {
    translate: 0 50%;
  }
}
#works-list .detail-item.is-active {
  border: none;
}
#works-list .detail-item.is-active .detail-title i {
  scale: 1 -1;
}
#works-list .detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1rem;
  position: relative;
  padding: 4rem 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #works-list .detail-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2.4rem 0;
    font-size: 3.2rem;
  }
}
#works-list .detail-title i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 1.8rem;
  height: 1rem;
  -webkit-mask-image: url("../img/works/icon-accordion-arrow.svg");
          mask-image: url("../img/works/icon-accordion-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #6F6076;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#works-list .detail-content {
  display: none;
  padding: 2.4rem 0 3.6rem;
}
@media screen and (max-width: 960px) {
  #works-list .detail-content {
    padding: 1.6rem 0 6rem;
  }
}
#works-list .detail-content dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
  border-bottom: 0.1rem solid rgba(111, 96, 118, 0.3);
}
@media screen and (max-width: 960px) {
  #works-list .detail-content dl .item {
    padding: 3rem 0;
  }
}
#works-list .detail-content dl .item:first-of-type {
  padding-top: 0;
}
#works-list .detail-content dl .item:last-of-type {
  padding-bottom: 0;
  border: none;
}
#works-list .detail-content dl .item dt {
  width: auto;
  padding: 0 1rem 0 0;
  color: #6F6076;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #works-list .detail-content dl .item dt {
    font-size: 1.6rem;
  }
}
#works-list .detail-content dl .item dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(817 * 100% / 1000);
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #works-list .detail-content dl .item dd {
    width: calc(208 * 100% / 354);
    font-size: 1.4rem;
  }
}

#page-profile #page-content {
  padding: 0 0 15rem;
}
@media screen and (max-width: 960px) {
  #page-profile #page-content {
    padding: 0 0 12rem;
  }
}

#profile-information .common-bg-circle.-i-01 {
  top: 5.7rem;
  right: -10.5rem;
}
@media screen and (max-width: 960px) {
  #profile-information .common-bg-circle.-i-01 {
    top: -11.2rem;
    right: -10.1rem;
  }
}
@media screen and (max-width: 960px) {
  #profile-information .common-bg-circle.-i-02 {
    top: 19.9rem;
    left: -13.2rem;
  }
}
#profile-information .inner {
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #profile-information .inner {
    padding: 0 3rem;
  }
}
#profile-information .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #profile-information .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#profile-information .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(756 * 100% / 1440);
}
@media screen and (max-width: 960px) {
  #profile-information .content .image {
    width: calc(100% + 6rem);
    margin: 0 0 4.9rem -3rem;
  }
}
#profile-information .content .image img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #profile-information .content .image img {
    width: calc(100% - 1.5rem);
  }
}
#profile-information .content .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 5.7rem 0 0 10rem;
}
@media screen and (max-width: 960px) {
  #profile-information .content .description {
    padding: 0;
  }
}
#profile-information .content .description dl {
  line-height: 1.6;
}
#profile-information .content .description dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#profile-information .content .description dl .item:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
#profile-information .content .description dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.5rem;
  padding: 0 0.8rem 0 0;
  color: #6F6076;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #profile-information .content .description dl dt {
    width: 19rem;
  }
}
#profile-information .content .description dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #6F6076;
}
#profile-information .content .description dl dd > span, #profile-information .content .description dl dd > i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#profile-information .content .description dl dd > span {
  margin: 0 0 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
#profile-information .content .description dl dd > i {
  color: #828282;
  font-size: 1.3rem;
  font-weight: 600;
}
#profile-history {
  padding: 12.7rem 0 0;
}
@media screen and (max-width: 960px) {
  #profile-history {
    padding: 8rem 0 0;
  }
}
#profile-history .common-bg-circle.-i-01 {
  top: -46.1rem;
  left: -32.4rem;
}
@media screen and (max-width: 960px) {
  #profile-history .common-bg-circle.-i-01 {
    top: -14rem;
    left: -9.9rem;
  }
}
#profile-history .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}
#profile-history .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #profile-history .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#profile-history .content .description {
  position: relative;
  width: 100%;
  max-width: 44.9rem;
}
@media screen and (max-width: 960px) {
  #profile-history .content .description {
    max-width: none;
  }
}
#profile-history .content .description dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#profile-history .content .description dl .item:not(:last-of-type) {
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 960px) {
  #profile-history .content .description dl .item:not(:last-of-type) {
    margin: 0 0 3.2rem;
  }
}
#profile-history .content .description dl dt {
  position: relative;
  padding: 0 9.1rem 0 0;
  color: #6F6076;
}
@media screen and (max-width: 960px) {
  #profile-history .content .description dl dt {
    padding: 0 5.6rem 0 0;
  }
}
#profile-history .content .description dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 5.9rem;
  height: 0.1rem;
  background-color: #6F6076;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #profile-history .content .description dl dt::before {
    right: 0.8rem;
    width: 4rem;
  }
}
#profile-history .content .description dl dt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8.8rem;
  text-align: center;
  padding: 0.95rem 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  border: 0.1rem solid #6F6076;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #profile-history .content .description dl dt span {
    min-width: 6.8rem;
    padding: 1rem 0.4rem;
    font-size: 1.5rem;
  }
}
#profile-history .content .description dl dd {
  color: #6F6076;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #profile-history .content .description dl dd {
    font-size: 1.4rem;
  }
}
#profile-history .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(464 * 100% / 1000);
}
@media screen and (max-width: 960px) {
  #profile-history .content .image {
    width: calc(100% + 6rem);
    margin: 0 0 6rem 0;
  }
}
#profile-history .content .image img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #profile-history .content .image img {
    display: block;
    width: calc(100% - 6.6rem);
    margin: 0 0 0 auto;
  }
}

#page-company #page-content {
  padding: 16rem 0 18.4rem;
}
@media screen and (max-width: 960px) {
  #page-company #page-content {
    padding: 8rem 0;
  }
}

#company-information .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}
#company-information dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.7rem 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  border-bottom: 0.1rem solid #DFD5B3;
}
@media screen and (max-width: 960px) {
  #company-information dl .item {
    padding: 2.4rem 0;
  }
}
#company-information dl .item:first-of-type {
  padding-top: 0;
}
#company-information dl .item dt {
  width: auto;
  padding: 0 1rem 0 0;
  color: #7B705F;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #company-information dl .item dt {
    padding: 0;
    font-size: 1.5rem;
  }
}
#company-information dl .item dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(780 * 100% / 1000);
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #company-information dl .item dd {
    width: 80%;
    font-size: 1.5rem;
  }
}
#company-information dl .item dd > p:not(:last-of-type) {
  margin: 0 0 4.2rem;
}
@media screen and (max-width: 960px) {
  #company-information dl .item dd > p:not(:last-of-type) {
    margin: 0 0 1em;
  }
}

#page-service #page-content {
  padding: 8rem 0 0;
}
@media screen and (max-width: 960px) {
  #page-service #page-content {
    padding: 5.4rem 0 0;
  }
}
#page-service #page-content .common-bg-circle.-i-01 {
  top: -10.4rem;
  right: -7.9rem;
}
@media screen and (max-width: 960px) {
  #page-service #page-content .common-bg-circle.-i-01 {
    top: -18.5rem;
    right: -12.1rem;
  }
}
#page-service #page-content .common-bg-circle.-i-02 {
  top: 64rem;
  left: -9rem;
}
@media screen and (max-width: 960px) {
  #page-service #page-content .common-bg-circle.-i-02 {
    top: -13.1rem;
    left: -11.6rem;
  }
}
#page-service #page-content .common-bg-circle.-i-03 {
  top: 177.7rem;
  right: -6.7rem;
}
@media screen and (max-width: 960px) {
  #page-service #page-content .common-bg-circle.-i-03 {
    top: -18.5rem;
    right: -11.9rem;
  }
}
@media screen and (max-width: 960px) {
  #page-service #page-content .common-bg-circle.-i-04 {
    top: -20rem;
    right: -10.8rem;
  }
}
#page-service #content > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: calc(104.4rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
@media screen and (max-width: 960px) {
  #page-service #content > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-service #main-content {
  width: 100%;
  max-width: 80rem;
}
@media screen and (max-width: 960px) {
  #page-service #main-content {
    max-width: none;
  }
}
#page-service #side-content {
  padding: 0 1.2rem 0 0;
}
@media screen and (max-width: 960px) {
  #page-service #side-content {
    margin: 0 0 5.4rem;
  }
}
#page-service #side-content .content {
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  #page-service #side-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem 2.7rem;
  }
}
#page-service #side-content ul li.is-current a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #94859B;
  translate: 0 -50%;
}
#page-service #side-content ul li:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  #page-service #side-content ul li:not(:last-of-type) {
    margin: 0;
  }
}
#page-service #side-content ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 1.4rem;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #page-service #side-content ul li a {
    padding: 0 0 0 1.3rem;
    font-size: 1.3rem;
  }
}

#service .inner {
  padding: 0;
}
@media screen and (max-width: 960px) {
  #service .inner {
    padding: 0 1.5rem;
  }
}
#service .service-list li {
  position: relative;
  padding: 4.8rem 0;
  border-bottom: 0.1rem solid rgba(111, 96, 118, 0.3);
  counter-increment: number;
}
#service .service-list li:first-of-type {
  padding-top: 0;
}
#service .service-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#service .service-list li h2 {
  position: relative;
  margin: 0 0 2.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #service .service-list li h2 {
    margin: 0 0 2.7rem;
    font-size: 2.4rem;
  }
}
#service .service-list li h2::before {
  content: "Services " counter(number, decimal-leading-zero);
  display: block;
  margin: 0 0 0.9rem;
  color: #94859B;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #service .service-list li h2::before {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
}
#service .service-list li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 0 1rem;
}
@media screen and (max-width: 960px) {
  #service .service-list li .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .service-list li .image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(332 * 100% / 801);
}
@media screen and (max-width: 960px) {
  #service .service-list li .image {
    width: 100%;
    margin: 0 0 3.2rem;
  }
}
#service .service-list li .image img {
  width: 100%;
  border-radius: 1.5rem;
}
#service .service-list li .description {
  position: relative;
  width: 100%;
  max-width: 40.9rem;
}
@media screen and (max-width: 960px) {
  #service .service-list li .description {
    max-width: none;
  }
}
#service .service-list li .description h3 {
  position: relative;
  margin: 0 0 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #service .service-list li .description h3 {
    font-size: 2.1rem;
  }
}
#service .service-list li .description p {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  #service .service-list li .description p {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
#service .service-list li .description .more-button {
  margin-top: 2.4rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  #service .service-list li .description .more-button {
    margin-top: 3.2rem;
  }
}

#service-message {
  padding: 9.4rem 0;
  margin: 16.8rem 0 0;
  color: #fff;
  border-radius: 6rem 6rem 0 0;
  background-color: #6F6076;
}
@media screen and (max-width: 960px) {
  #service-message {
    padding: 6.4rem 0 7.2rem;
    margin: 10.4rem 0 0;
    border-radius: 5rem 5rem 0 0;
  }
}
#service-message .inner {
  max-width: calc(110rem + 3rem + 3rem);
  padding: 0 3rem;
}
#service-message .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  #service-message .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service-message .content .description {
  width: 100%;
  max-width: 50.1rem;
}
@media screen and (max-width: 960px) {
  #service-message .content .description {
    max-width: none;
    margin: 0 0 4rem;
  }
}
#service-message .content .description .title {
  margin: 0 0 4rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #service-message .content .description .title {
    margin: 0 0 2.4rem;
    font-size: 2.4rem;
  }
}
#service-message .content .description p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8;
}
@media screen and (max-width: 960px) {
  #service-message .content .description p {
    font-size: 1.5rem;
    line-height: 2.5;
  }
}
#service-message .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(497 * 100% / 1100);
}
@media screen and (max-width: 960px) {
  #service-message .content .image {
    width: 100%;
  }
}
#service-message .content .image img {
  width: 100%;
  border-radius: 2rem;
}

@media screen and (max-width: 960px) {
  #page-social-media #page-content.common .common-bg-circle.-i-02 {
    left: -20.1rem;
    right: auto;
    bottom: 11.5rem;
  }
}
@media screen and (max-width: 960px) {
  #page-social-media #page-content.common .common-bg-circle.-i-03 {
    top: -18.6rem;
    left: -15.7rem;
  }
}
@media screen and (max-width: 960px) {
  #page-social-media #page-content.common .common-bg-circle.-i-04 {
    right: -12.1rem;
    bottom: 0.8rem;
  }
}

#social-media .inner {
  max-width: calc(110.3rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#social-media ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1rem;
}
@media screen and (max-width: 960px) {
  #social-media ul {
    grid-template-columns: 1fr;
    gap: 3.3rem;
  }
}
#social-media ul li {
  position: relative;
  padding: 2.6rem 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 3rem 1.5rem rgba(148, 133, 155, 0.08);
          box-shadow: 0 0 3rem 1.5rem rgba(148, 133, 155, 0.08);
  background-color: #fff;
}
#social-media ul li h2 {
  margin: 0 0 2.2rem;
}
#social-media ul li h2 > span {
  display: block;
}
#social-media ul li h2 .-i-01 {
  position: relative;
  padding: 0 0 0 1.4rem;
  margin: 0 0 1.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
#social-media ul li h2 .-i-01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: 0;
  width: 0.7rem;
  height: 1.1rem;
  background-color: #986666;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  translate: 0 -50%;
}
#social-media ul li h2 .-i-02 {
  position: relative;
  padding: 0 5.6rem 0 0;
}
@media screen and (max-width: 960px) {
  #social-media ul li h2 .-i-02 {
    padding: 0 8.7rem 0 0;
  }
}
#social-media ul li h2 .-i-02 .text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
#social-media ul li h2 .-i-02 i {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 3.6rem;
  height: 3.6rem;
  border: 0.1rem solid #986666;
  border-radius: 50%;
  translate: 0 -50%;
}
#social-media ul li h2 .-i-02 i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1.3rem;
  -webkit-mask-image: url("../img/common/icon-arrow-c-right.svg");
          mask-image: url("../img/common/icon-arrow-c-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #986666;
  translate: -50% -50%;
}
#social-media ul li p {
  line-height: 2;
}
#social-media ul li .image {
  margin: 2.2rem 0 0;
}
#social-media ul li .image img {
  width: 100%;
  border-radius: 1.6rem;
}

#page-online-interaction {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

#online-interaction-message {
  padding: 4.4rem 0 31rem;
  margin: 0 0 -18.7rem;
  color: #fff;
  background-image: url("../webp/online-interaction/message-bg.webp");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #online-interaction-message {
    padding: 3.3rem 0 24.1rem;
    margin: 0 0 -14.5rem;
  }
}
@media screen and (max-width: 768px) {
  #online-interaction-message {
    background-image: url("../webp/online-interaction/sp/message-bg.webp");
  }
}
#online-interaction-message .inner {
  max-width: calc(118.7rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#online-interaction-message h2 {
  margin: 0 0 4.9rem;
  font-size: 11rem;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 960px) {
  #online-interaction-message h2 {
    margin: 0 0 1rem;
    font-size: 4rem;
  }
}
#online-interaction-message .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content {
    display: block;
  }
}
#online-interaction-message .content .description {
  width: 100%;
  max-width: 61.7rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description {
    width: 100%;
    max-width: none;
  }
}
#online-interaction-message .content .description h3 {
  margin: 0 0 4.6rem;
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description h3 {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}
#online-interaction-message .content .description p {
  max-width: 49.8rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description p {
    max-width: none;
    font-size: 1.6rem;
    line-height: 2.4;
  }
}
#online-interaction-message .content .description p:not(:last-of-type) {
  margin: 0 0 4.8rem;
}
#online-interaction-message .content .description .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 44.2rem;
  height: 12.3rem;
  padding: 0 1.6rem 0 4.6rem;
  margin: 6.4rem 0 0;
  border: 0.2rem solid #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(315deg, #EB9D00 0%, #EB7200 100%);
  background-image: linear-gradient(135deg, #EB9D00 0%, #EB7200 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button {
    height: 10.7rem;
    padding: 0 1.6rem 0 4.2rem;
    margin: 3rem auto 0;
    border-radius: 2.1rem;
    -webkit-box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.2);
  }
}
@media (hover: hover) and (pointer: fine) {
  #online-interaction-message .content .description .button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #online-interaction-message .content .description .button:hover::before {
    opacity: 1;
  }
}
#online-interaction-message .content .description .button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  background-image: -webkit-linear-gradient(315deg, #EB7200 0%, #EB9D00 100%);
  background-image: linear-gradient(135deg, #EB7200 0%, #EB9D00 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button::before {
    border-radius: 2.1rem;
  }
}
#online-interaction-message .content .description .button .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button .in {
    gap: 0 3.4rem;
  }
}
#online-interaction-message .content .description .button .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#online-interaction-message .content .description .button .text-wrap > span {
  display: block;
}
#online-interaction-message .content .description .button .text-wrap .text {
  padding: 0 0 0 3.2rem;
  margin: 0 0 0.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button .text-wrap .text {
    padding: 0 0 0 2.8rem;
    margin: 0 0 0.1rem;
    font-size: 1.4rem;
  }
}
#online-interaction-message .content .description .button .text-wrap .logo {
  max-width: 25.8rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button .text-wrap .logo {
    max-width: 22.4rem;
  }
}
#online-interaction-message .content .description .button .text-wrap .logo img {
  width: 100%;
}
#online-interaction-message .content .description .button i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0 0 0.1rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button i {
    width: 2.6rem;
    height: 2.6rem;
  }
}
#online-interaction-message .content .description .button i::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 0.6rem;
  -webkit-mask-image: url("../img/online-interaction/message-button-arrow.svg");
          mask-image: url("../img/online-interaction/message-button-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .description .button i::before {
    width: 1.5rem;
    height: 0.6rem;
  }
}
#online-interaction-message .content .image-pc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(520 * 100% / 1187);
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .image-pc {
    display: none;
  }
}
#online-interaction-message .content .image-pc img {
  width: 100%;
  border-radius: 1rem;
}
#online-interaction-message .content .image-sp {
  display: none;
  margin: 0 0 3rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-message .content .image-sp {
    display: block;
  }
}
#online-interaction-message .content .image-sp img {
  width: 100%;
  border-radius: 1rem;
}

#online-interaction-feature {
  padding: 11rem 0 14.5rem;
  border-radius: 10rem 10rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature {
    border-radius: 5rem 5rem 0 0;
    padding: 8.3rem 0 7.6rem;
  }
}
#online-interaction-feature .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}
#online-interaction-feature .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .feature-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin: 0 0 7.5rem;
  }
}
#online-interaction-feature .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.65rem 0.8rem;
  color: #EB7200;
  text-align: center;
  border: 0.2rem solid #EB7200;
  border-radius: 2rem;
  background-color: #fff;
}
#online-interaction-feature .feature-list li h2 {
  margin: 0 0 1.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.6;
}
#online-interaction-feature .feature-list li p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.8;
}
#online-interaction-feature .liver-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#online-interaction-feature .liver-pro .description {
  width: 100%;
  max-width: 51.1rem;
  color: #00AFAA;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description {
    max-width: none;
  }
}
#online-interaction-feature .liver-pro .description h2 {
  position: relative;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description h2 {
    margin: 0 0 2.8rem;
  }
}
#online-interaction-feature .liver-pro .description h2 > span {
  display: block;
}
#online-interaction-feature .liver-pro .description h2 .c-01 {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description h2 .c-01 {
    margin: 0 0 0.7rem;
    font-size: 1.3rem;
  }
}
#online-interaction-feature .liver-pro .description h2 .c-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#online-interaction-feature .liver-pro .description h2 .c-02 .i-01 {
  width: 100%;
  max-width: 26.3rem;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description h2 .c-02 .i-01 {
    max-width: 19.7rem;
  }
}
#online-interaction-feature .liver-pro .description h2 .c-02 .i-01 img {
  width: 100%;
}
#online-interaction-feature .liver-pro .description h2 .c-02 .i-02 {
  margin: 0 0 0 0.5rem;
  font-size: 4rem;
  margin: 0 0 0 0.5rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description h2 .c-02 .i-02 {
    margin: 0 0 0 0.3rem;
    font-size: 2.8rem;
  }
}
#online-interaction-feature .liver-pro .description p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
#online-interaction-feature .liver-pro .description .list-box {
  padding: 1.1rem 2.3rem;
  margin: 2.4rem 0 0;
  background-color: rgba(0, 175, 170, 0.1);
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description .list-box {
    padding: 1.3rem;
    margin: 2.8rem 0 0;
  }
}
#online-interaction-feature .liver-pro .description .list-box ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .description .list-box ul li {
    font-size: 1.5rem;
  }
}
#online-interaction-feature .liver-pro .description .list-box ul li:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
#online-interaction-feature .liver-pro .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(402 * 100% / 1000);
}
@media screen and (max-width: 960px) {
  #online-interaction-feature .liver-pro .image {
    width: 100%;
    margin: 2.8rem 0 0;
  }
}
#online-interaction-feature .liver-pro .image img {
  width: 100%;
}

#page-privacy #page-content {
  padding: 10.7rem 0 16rem;
}
@media screen and (max-width: 960px) {
  #page-privacy #page-content {
    padding: 6.4rem 0 8.8rem;
  }
}
#page-privacy h1 {
  margin: 0 0 6.4rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #page-privacy h1 {
    margin: 0 0 4.8rem;
    font-size: 2.6rem;
  }
}
#page-privacy .sub-section:not(:last-of-type) {
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 960px) {
  #page-privacy .sub-section:not(:last-of-type) {
    margin: 0 0 4.8rem;
  }
}
#page-privacy .sub-section h2 {
  margin: 0 0 2.4rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #page-privacy .sub-section h2 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
  }
}
#page-privacy .sub-section p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2;
}
#page-privacy .sub-section p:not(:last-child) {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 960px) {
  #page-privacy .sub-section p:not(:last-child) {
    margin: 0 0 2rem;
  }
}
#page-privacy .sub-section ol {
  counter-reset: number;
}
#page-privacy .sub-section ol li {
  position: relative;
  counter-increment: number;
  padding: 0 0 0 1.1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2;
}
#page-privacy .sub-section ol li:has(> ol):not(:last-of-type) {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 960px) {
  #page-privacy .sub-section ol li:has(> ol):not(:last-of-type) {
    margin: 0 0 2rem;
  }
}
#page-privacy .sub-section ol li::before {
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#page-privacy .sub-section ol li ol {
  padding: 0 0 0 calc(4rem - 1.1em);
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 960px) {
  #page-privacy .sub-section ol li ol {
    padding: 0;
  }
}
#page-404 .section {
  padding: 11rem 0 13.6rem;
}
@media screen and (max-width: 960px) {
  #page-404 .section {
    padding: 6.4rem 0 8.8rem;
  }
}
#page-404 .section .inner {
  max-width: calc(100rem + 3rem + 3rem);
  padding: 0 3rem;
}
#page-404 .section h1 {
  margin: 0 0 5.6rem;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #page-404 .section h1 {
    margin: 0 0 4rem;
    font-size: 3.2rem;
  }
}
#page-404 .section p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #page-404 .section p {
    font-size: 1.4rem;
  }
}
#page-404 .section .more-button {
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  #page-404 .section .more-button {
    margin-top: 4rem;
  }
}

#maintenance-message {
  position: relative;
  padding: 34.1rem 0 32.1rem;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #maintenance-message {
    padding: 23.2rem 0;
  }
}
#maintenance-message .bg {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
#maintenance-message .bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: rgba(124, 115, 128, 0.55);
  pointer-events: none;
}
#maintenance-message .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#maintenance-message .content {
  text-align: center;
}
#maintenance-message .content h1 {
  margin: 0 0 2.9rem;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #maintenance-message .content h1 {
    margin: 0 0 2.4rem;
    font-size: 2.8rem;
  }
}
#maintenance-message .content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #maintenance-message .content p {
    font-size: 1.4rem;
  }
}