@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
:root {
  --heading-sub-color: #1A416C;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1265px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1266px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.1713030747vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 320px;
  padding: 0;
  color: #333333;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #1A416C;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.125rem;
  border-top: 0.5rem solid #1A416C;
  z-index: 100;
}
.l-header__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.l-header__logo {
  width: 20.5rem;
  margin: 0;
  color: #000;
  line-height: 0;
}
.l-header__logo a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.l-header__logo img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header {
    height: 3.875rem;
    padding: 0.75rem 1rem;
    border-top-width: 0.375rem;
  }
  .l-header__logo {
    width: 14rem;
  }
}

.l-headerUtility {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
}
.l-headerUtility__tel, .l-headerUtility__line, .l-headerUtility__mail {
  position: relative;
}
.l-headerUtility__tel {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #1A416C;
  line-height: 1.5;
}
.l-headerUtility__tel-sub {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
}
.l-headerUtility__tel-number {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-headerUtility__tel-number::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5625rem);
  width: 1.125rem;
  height: 1.125rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_tel.svg) no-repeat center/contain;
          mask: url(../img/icon_tel.svg) no-repeat center/contain;
}
.l-headerUtility__line, .l-headerUtility__mail {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 8.75rem;
  padding: 0.5625rem 0.5rem 0.5rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.1s ease;
}
.l-headerUtility__line:hover, .l-headerUtility__mail:hover {
  opacity: 1;
}
.l-headerUtility__line {
  margin-left: 1.25rem;
  background: #18BC45;
  color: #fff;
}
.l-headerUtility__line:hover {
  border-color: #18BC45;
  background: #fff;
  color: #18BC45;
}
.l-headerUtility__mail {
  margin-left: 0.5rem;
  background: #E86B78;
  color: #fff;
}
.l-headerUtility__mail:hover {
  border-color: #E86B78;
  background: #fff;
  color: #E86B78;
}
.l-headerUtility__line-label, .l-headerUtility__mail-label {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
}
.l-headerUtility__line-label::before, .l-headerUtility__mail-label::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5625rem);
  width: 1.125rem;
  height: 1.125rem;
  background: currentColor;
  content: "";
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
.l-headerUtility__line-label::before {
  -webkit-mask-image: url(../img/icon_contact.svg);
          mask-image: url(../img/icon_contact.svg);
}
.l-headerUtility__mail-label::before {
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
@media (max-width: 767px) {
  .l-headerUtility {
    display: none;
  }
}

.l-gnav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  gap: 0.5rem 1.25rem;
  margin: 1rem 0 0;
}
.l-gnav > li {
  display: block;
  position: relative;
  line-height: 1.5;
}
.l-gnav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.l-gnav__btn:hover, .l-gnav__btn.-current, .l-gnav__btn.is-open {
  color: #E86B78;
  opacity: 1;
}
.l-gnav__btn[data-dropdown] {
  padding-right: 1.25rem;
}
.l-gnav__btn[data-dropdown]::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.375rem);
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_plus.svg) no-repeat center/contain;
          mask: url(../img/icon_plus.svg) no-repeat center/contain;
}
.l-gnav__btn[data-dropdown].is-open::after {
  -webkit-mask-image: url(../img/icon_minus.svg);
          mask-image: url(../img/icon_minus.svg);
}
.l-gnav__dropdown {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 1.25rem);
  left: calc(50% - 6.25rem);
  width: 12.5rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(198, 191, 176, 0.3);
}
.l-gnav__dropdown > *:first-child {
  margin-top: 0 !important;
}
.l-gnav__dropdown.is-open {
  display: block;
  animation: gnav-open 0.2s ease forwards;
}
.l-gnav__dropdown.is-close {
  display: none;
  animation: gnav-close 0.2s ease forwards;
}
.l-gnav__primary {
  position: relative;
  margin: 1em 0 0;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.l-gnav__primary::before {
  display: block;
  position: absolute;
  top: calc(0.8em - 0.25rem);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #1A416C;
  content: "";
}
.l-gnav__primary a {
  color: inherit;
  text-decoration: none;
}
.l-gnav__primary a:hover {
  color: #E86B78;
}
.l-gnav__primary:has(a:hover)::before {
  background: #E86B78;
}
.l-gnav__secondary {
  list-style: none;
  margin: 0.75em 0 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 700;
}
.l-gnav__secondary > li {
  display: block;
  position: relative;
  padding-left: 1.25rem;
}
.l-gnav__secondary > li::before {
  display: block;
  position: absolute;
  top: calc(0.8em - 1px);
  left: 0;
  width: 0.5rem;
  height: 2px;
  background: #1A416C;
  content: "";
}
.l-gnav__secondary > li a {
  color: inherit;
  text-decoration: none;
}
.l-gnav__secondary > li a:hover {
  color: #E86B78;
}
.l-gnav__secondary > li:has(a:hover)::before {
  background: #E86B78;
}
.l-gnav__secondary > li + li {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}

@keyframes gnav-open {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gnav-close {
  0% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
  }
}
.l-spnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--vh, 100dvh);
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.l-spnav__container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  background: #F2EDE4;
  overflow-y: auto;
}
.l-spnav__container::-webkit-scrollbar {
  display: none;
}
.l-spnav__header {
  box-sizing: border-box;
  height: 3.875rem;
  padding: 0.75rem 1rem;
  border-top: 0.375rem solid #1A416C;
}
.l-spnav__logo {
  box-sizing: border-box;
  width: 14rem;
  margin: 0;
  color: #000;
  line-height: 0;
}
.l-spnav__logo a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.l-spnav__logo img {
  display: block;
  width: 100%;
}
.l-spnav__body {
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .l-spnav {
    display: none !important;
  }
}

.l-spnavList {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #C7BFB0;
  border-bottom: 1px solid #C7BFB0;
}
.l-spnavList > li {
  display: block;
}
.l-spnavList > li:not(:last-child) {
  border-bottom: 1px solid #C7BFB0;
}
.l-spnavList__btn, .l-spnavList__acbtn {
  display: block;
  position: relative;
  padding: 1rem 0;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.l-spnavList__btn > *, .l-spnavList__acbtn > * {
  pointer-events: none;
}
.l-spnavList__acbtn {
  padding-right: 2.5rem;
}
.l-spnavList__acbtn.is-open .l-spnavList__state::after {
  -webkit-mask: url(../img/icon_minus.svg);
          mask: url(../img/icon_minus.svg);
}
.l-spnavList__state {
  display: block;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #1A416C;
}
.l-spnavList__state::after {
  display: block;
  position: absolute;
  inset: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-mask: url(../img/icon_plus.svg) no-repeat center/contain;
          mask: url(../img/icon_plus.svg) no-repeat center/contain;
}
.l-spnavList__acbody {
  padding: 0.25rem 0 1.25rem;
}
.l-spnavList__acbody > *:first-child {
  margin-top: 0 !important;
}
.l-spnavList__primary {
  margin: 1em 0 0;
  font-size: 0.875rem;
}
.l-spnavList__primary a {
  color: inherit;
  text-decoration: none;
}
.l-spnavList__secondary {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.l-spnavList__secondary a {
  color: inherit;
  text-decoration: none;
}

.l-spnavUtility {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 0.5rem 1.75rem;
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-spnavUtility a {
  color: inherit;
  text-decoration: none;
}
.l-spnavUtility > li {
  display: block;
}

.l-spnav-contactBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 1.5rem 0 0;
  padding: 2.5rem 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  color: #333333;
}
.l-spnav-contactBox__tel {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-spnav-contactBox__tel-number {
  display: block;
  position: relative;
  padding-left: 2.375rem;
  font-family: "Montserrat", sans-serif;
  color: inherit;
  font-size: 2.125rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.l-spnav-contactBox__tel-number::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.9375rem);
  width: 1.875rem;
  height: 1.875rem;
  background: #1A416C;
  content: "";
  -webkit-mask: url(../img/icon_tel.svg) no-repeat center/contain;
          mask: url(../img/icon_tel.svg) no-repeat center/contain;
}
.l-spnav-contactBox__tel-sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.l-spnav-contactBox__line, .l-spnav-contactBox__mail {
  width: 100%;
}
.l-spnav-contactBox__line-btn, .l-spnav-contactBox__mail-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1.375rem 1.25rem 1.3125rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.1s ease;
}
.l-spnav-contactBox__line-btn:hover, .l-spnav-contactBox__mail-btn:hover {
  opacity: 1;
}
.l-spnav-contactBox__line-label, .l-spnav-contactBox__mail-label {
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
}
.l-spnav-contactBox__line-label::before, .l-spnav-contactBox__mail-label::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.6875rem);
  width: 1.375rem;
  height: 1.375rem;
  background: currentColor;
  content: "";
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
.l-spnav-contactBox__line {
  margin-top: 1.5rem;
}
.l-spnav-contactBox__line-btn {
  background: #18BC45;
  color: #fff;
}
.l-spnav-contactBox__line-btn:hover {
  border-color: #18BC45;
  background: #fff;
  color: #18BC45;
}
.l-spnav-contactBox__line-label::before {
  -webkit-mask-image: url(../img/icon_contact.svg);
          mask-image: url(../img/icon_contact.svg);
}
.l-spnav-contactBox__mail {
  margin-top: 1rem;
}
.l-spnav-contactBox__mail-btn {
  background: #E86B78;
  color: #fff;
}
.l-spnav-contactBox__mail-btn:hover {
  border-color: #E86B78;
  background: #fff;
  color: #E86B78;
}
.l-spnav-contactBox__mail-label::before {
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
.l-menuBtn {
  display: none;
  position: fixed;
  top: 0.875rem;
  right: 0.875rem;
  width: 2.375rem;
  height: 2.375rem;
  margin: 0;
  border-radius: 50%;
  background: #1A416C;
  z-index: 102;
  cursor: pointer;
}
.l-menuBtn__bar {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -0.5rem;
}
.l-menuBtn__bar, .l-menuBtn__bar::before, .l-menuBtn__bar::after {
  display: block;
  position: absolute;
  width: 1rem;
  height: 2px;
  border-radius: 0.125rem;
  background: #fff;
  content: "";
  transition: all 0.2s ease-out;
}
.l-menuBtn__bar::before {
  top: -0.3125rem;
}
.l-menuBtn__bar::after {
  top: 0.3125rem;
}
.l-menuBtn.-open .l-menuBtn__bar {
  background-color: transparent;
}
.l-menuBtn.-open .l-menuBtn__bar::before {
  top: 0;
  transform: rotate(135deg);
}
.l-menuBtn.-open .l-menuBtn__bar::after {
  top: 0;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .l-menuBtn {
    display: block;
  }
}

/**************************************************/
/* Footer */
/**************************************************/
.l-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.l-pagetop__btn {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: url(../img/pagetop.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .l-pagetop {
    bottom: -0.625rem;
  }
  .l-pagetop__btn {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.l-footer {
  position: relative;
  padding: 5rem 0 2.5rem;
  background: #fff;
  z-index: 5;
}
.l-footer__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
}
.l-footer__logo {
  width: 22.125rem;
  margin: 0;
}
.l-footer__address {
  margin: 1.25rem 0 0;
  line-height: 2;
}
.l-footer__right {
  width: 30rem;
}
.l-footer__right > *:first-child {
  margin-top: 0 !important;
}
.l-footer__copyright {
  margin: 3.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 1.875rem 1rem;
  }
  .l-footer__content {
    display: none;
  }
  .l-footer__copyright {
    margin-top: 0;
  }
}

.l-fnav {
  display: flex;
  gap: 1.25rem;
}
.l-fnav a {
  color: inherit;
  text-decoration: none;
}
.l-fnav a:hover {
  color: #E86B78;
  opacity: 1;
}
.l-fnav__unit {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 2.5rem) / 3);
}
.l-fnav__primary {
  margin: 1rem 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.l-fnav__secondary {
  list-style: none;
  margin: 0.5rem 0 0;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.l-fnav__secondary > li {
  display: block;
}
.l-fnav__secondary > li + li {
  margin-top: 0.5rem;
}

.l-footerUtility {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 0.5rem 1.75rem;
  margin: 2rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-footerUtility a {
  color: inherit;
  text-decoration: none;
}
.l-footerUtility a:hover {
  color: #E86B78;
  opacity: 1;
}
.l-footerUtility > li {
  display: block;
}

.l-footer-contact {
  position: relative;
  padding: 6.25rem 0 7.5rem;
  background: url(../img/bg_contact.png) repeat-x center 75%;
  background-size: auto max(100%, 50rem);
  color: #fff;
}
.l-footer-contact__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-contact__head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-footer-contact__ttl {
  --heading-sub-color: $white;
  margin: 0;
}
.l-footer-contact__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.l-footer-contact__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .l-footer-contact__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .l-footer-contact__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.l-footer-contact__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-footer-contact__ttl-main {
    font-size: 1.5rem;
  }
}
.l-footer-contact__lead {
  margin: 0;
  line-height: 2;
}
.l-footer-contact__merit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 0.75rem;
  margin: 0;
}
.l-footer-contact__merit > li {
  display: block;
}
.l-footer-contact__merit > li img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .l-footer-contact {
    padding: 3.75rem 1rem;
  }
  .l-footer-contact__head {
    display: block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .l-footer-contact__lead {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
  .l-footer-contact__merit {
    gap: 0.5625rem;
    margin-top: 1.5rem;
  }
}

.l-footer-contactBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 3.75rem 0 0;
  padding: 3.75rem;
  border-radius: 1.25rem;
  background: #fff;
  color: #333333;
}
.l-footer-contactBox__tel {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-footer-contactBox__tel-number {
  display: block;
  position: relative;
  padding-left: 2.75rem;
  font-family: "Montserrat", sans-serif;
  color: inherit;
  font-size: 2.625rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.l-footer-contactBox__tel-number::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1.125rem);
  width: 2.25rem;
  height: 2.25rem;
  background: #1A416C;
  content: "";
  -webkit-mask: url(../img/icon_tel.svg) no-repeat center/contain;
          mask: url(../img/icon_tel.svg) no-repeat center/contain;
}
.l-footer-contactBox__tel-sub {
  display: block;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.l-footer-contactBox__line, .l-footer-contactBox__mail {
  width: 20rem;
}
.l-footer-contactBox__line-btn, .l-footer-contactBox__mail-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1.5rem 1.25rem 1.4375rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.1s ease;
}
.l-footer-contactBox__line-btn:hover, .l-footer-contactBox__mail-btn:hover {
  opacity: 1;
}
.l-footer-contactBox__line-btn {
  background: #18BC45;
  color: #fff;
}
.l-footer-contactBox__line-btn:hover {
  border-color: #18BC45;
  background: #fff;
  color: #18BC45;
}
.l-footer-contactBox__mail-btn {
  background: #E86B78;
  color: #fff;
}
.l-footer-contactBox__mail-btn:hover {
  border-color: #E86B78;
  background: #fff;
  color: #E86B78;
}
.l-footer-contactBox__line-label, .l-footer-contactBox__mail-label {
  display: inline-block;
  position: relative;
  padding-left: 2.125rem;
}
.l-footer-contactBox__line-label::before, .l-footer-contactBox__mail-label::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8125rem);
  width: 1.625rem;
  height: 1.625rem;
  background: currentColor;
  content: "";
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
.l-footer-contactBox__line-label::before {
  -webkit-mask-image: url(../img/icon_contact.svg);
          mask-image: url(../img/icon_contact.svg);
}
.l-footer-contactBox__mail-label::before {
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
@media (max-width: 767px) {
  .l-footer-contactBox {
    flex-direction: column;
    gap: 0;
    margin-top: 2.5rem;
    padding: 2.5rem 1.25rem;
  }
  .l-footer-contactBox__tel-number {
    padding-left: 2.375rem;
    font-size: 2.125rem;
  }
  .l-footer-contactBox__tel-number::before {
    top: calc(50% - 0.9375rem);
    width: 1.875rem;
    height: 1.875rem;
  }
  .l-footer-contactBox__tel-sub {
    font-size: 0.875rem;
  }
  .l-footer-contactBox__line, .l-footer-contactBox__mail {
    width: 100%;
  }
  .l-footer-contactBox__line {
    margin-top: 1.5rem;
  }
  .l-footer-contactBox__mail {
    margin-top: 1rem;
  }
  .l-footer-contactBox__line-btn, .l-footer-contactBox__mail-btn {
    padding: 1.375rem 1.25rem 1.3125rem;
    font-size: 1rem;
  }
  .l-footer-contactBox__line-label, .l-footer-contactBox__mail-label {
    padding-left: 1.875rem;
  }
  .l-footer-contactBox__line-label::before, .l-footer-contactBox__mail-label::before {
    top: calc(50% - 0.6875rem);
    width: 1.375rem;
    height: 1.375rem;
  }
}

.l-fixed-contact {
  position: fixed;
  right: 0;
  top: calc(50% - 6.25rem);
  height: 12.5rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.l-fixed-contact.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.l-fixed-contact__btn {
  writing-mode: vertical-rl;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0.625rem 1.0625rem 0.625rem 0.9375rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #1A416C;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2em;
  transform: translate(2px);
  transition: transform 0.1s ease;
}
.l-fixed-contact__btn::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.5rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.l-fixed-contact__btn:hover {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 767px) {
  .l-fixed-contact {
    display: none;
  }
}

.l-fixed-contact-sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.l-fixed-contact-sp.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-fixed-contact-sp__tel, .l-fixed-contact-sp__line, .l-fixed-contact-sp__mail {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  padding: 0.5625rem 0.5rem 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.l-fixed-contact-sp__line, .l-fixed-contact-sp__mail {
  width: 22%;
}
.l-fixed-contact-sp__line::after, .l-fixed-contact-sp__mail::after {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  background: currentColor;
  content: "";
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
.l-fixed-contact-sp__line-label, .l-fixed-contact-sp__mail-label {
  display: block;
  letter-spacing: 0.04em;
}
.l-fixed-contact-sp__tel {
  width: 56%;
  background: #1A416C;
}
.l-fixed-contact-sp__tel-sub {
  display: block;
  letter-spacing: 0.04em;
}
.l-fixed-contact-sp__tel-number {
  display: block;
  position: relative;
  margin-top: 0.125rem;
  padding-left: 1.125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-fixed-contact-sp__tel-number::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_tel.svg) no-repeat center/contain;
          mask: url(../img/icon_tel.svg) no-repeat center/contain;
}
.l-fixed-contact-sp__line {
  background: #18BC45;
  color: #fff;
}
.l-fixed-contact-sp__line::after {
  -webkit-mask-image: url(../img/icon_contact.svg);
          mask-image: url(../img/icon_contact.svg);
}
.l-fixed-contact-sp__mail {
  background: #E86B78;
  color: #fff;
}
.l-fixed-contact-sp__mail::after {
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
@media (max-width: 767px) {
  .l-fixed-contact-sp {
    display: flex;
  }
}

/**************************************************/
/* contents */
/**************************************************/
.l-wrapper {
  position: relative;
  background: #F6F2E6 url(../img/bg_pattern.png) repeat;
  overflow: clip;
}

.l-page-container {
  position: relative;
}

.l-pagehdr {
  position: relative;
  overflow: hidden;
}
.l-pagehdr__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding: 3rem 0 4.875rem;
  border-bottom: 1px solid #C7BFB0;
}
.l-pagehdr__inner::before, .l-pagehdr__inner::after {
  display: block;
  position: absolute;
  content: "";
}
.l-pagehdr__inner::before {
  bottom: -7rem;
  right: 0;
  width: 45.375rem;
  background: url(../img/pagehdr_mark.png) no-repeat;
  background-size: contain;
  aspect-ratio: 726/356;
  mix-blend-mode: multiply;
}
.l-pagehdr__inner::after {
  bottom: -1px;
  left: 0;
  width: 3.75rem;
  height: 1px;
  background: #1A416C;
}
.l-pagehdr__ttl {
  margin: 0;
}
.l-pagehdr__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.l-pagehdr__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .l-pagehdr__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .l-pagehdr__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.l-pagehdr__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-pagehdr__ttl-main {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-pagehdr {
    padding: 0 1rem;
  }
  .l-pagehdr__inner {
    padding: 2rem 0 3.125rem;
  }
  .l-pagehdr__inner::before {
    bottom: -1.875rem;
    right: -2.25rem;
    width: 19.125rem;
  }
}

.l-breadcrumb {
  position: relative;
  margin: 2rem 0 0;
}
.l-breadcrumb__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
}
.l-breadcrumb__list > li {
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
}
.l-breadcrumb__list > li:not(:first-child) {
  padding-left: 2em;
}
.l-breadcrumb__list > li:not(:first-child)::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  left: calc(1em - 0.25rem);
  width: 0.625rem;
  height: 0.625rem;
  background: #1A416C;
  content: "";
  -webkit-mask: url(../img/breadcrumb_arrow.svg) no-repeat center/contain;
          mask: url(../img/breadcrumb_arrow.svg) no-repeat center/contain;
}
.l-breadcrumb__list a {
  display: block;
  color: inherit;
}
.l-bottomnav {
  position: relative;
  padding: 6.25rem 0 7.5rem;
  z-index: 2;
}
.l-bottomnav__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.l-bottomnav__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-bottomnav {
    padding: 3.75rem 1.5rem;
  }
}

.l-newsList {
  margin-top: 4rem;
}
.l-newsList__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-newsList__list > li {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C7BFB0;
}
.l-newsList__list > li + li {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-newsList {
    margin-top: 2.5rem;
  }
  .l-newsList__list > li {
    padding-bottom: 1.5rem;
  }
  .l-newsList__list > li + li {
    margin-top: 1.5rem;
  }
}

/**************************************************/
/* loading */
/**************************************************/
:root {
  --loading-theme-color: #1A416C;
  --loading-waiting-color: #F2EDE4;
  --loading-background-color: #fff;
  --loading-text-color: #F2EDE4;
  --loading-wave-url: url(../img/loading_wave.svg);
  --loading-image-url: url(../img/loading.svg);
  --loading-image-aspect: 300 / 147;
}

@property --loading-progress {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.l-loading {
  position: fixed;
  inset: 0;
  margin: auto;
  background: var(--loading-background-color, #fff);
  z-index: 9999;
  opacity: 1;
  transition: all 0.8s ease;
  animation: noscript-loading 0.8s ease 10s forwards;
}
.l-loading__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: background 0.5s ease, color 0.5s ease;
}
.l-loading__main {
  display: block;
  position: relative;
  width: 12.5rem;
  background: var(--loading-waiting-color);
  aspect-ratio: var(--loading-image-aspect);
  overflow: hidden;
  -webkit-mask: var(--loading-image-url) no-repeat center/contain;
          mask: var(--loading-image-url) no-repeat center/contain;
}
.l-loading__main::before, .l-loading__main::after {
  display: block;
  position: absolute;
  left: calc(var(--loading-progress, 0) * 1% * -3);
  width: 400%;
  height: calc(100% + 1px);
  transition: all 0.1s linear;
  content: "";
}
.l-loading__main::before {
  bottom: calc((var(--loading-progress, 0) * 1% - 50%) * 2);
  background: var(--loading-theme-color);
  -webkit-mask: var(--loading-wave-url) no-repeat center/100% 100%;
          mask: var(--loading-wave-url) no-repeat center/100% 100%;
  transform-origin: center bottom;
  transform: scaleY(calc(1 - var(--loading-progress, 0) / 150));
}
.l-loading__main::after {
  bottom: calc((var(--loading-progress, 0) * 1% - 100%) * 2);
  background: var(--loading-theme-color);
}
.l-loading__text {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  font-size: 0.875rem;
  color: var(--loading-text-color, var(--loading-theme-color));
  font-weight: bold;
  line-height: 1.5;
}
.l-loading.is-enable {
  animation: none;
}
.l-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-loading__logo {
    width: 10rem;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-anchornav {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #C7BFB0;
  background: #F6F2E6 url(../img/bg_pattern.png) repeat;
}
.c-anchornav__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-items: center;
  gap: 0.5rem 2rem;
  margin: 0;
  padding: 1.75rem 0;
}
.c-anchornav__list > li {
  display: block;
}
.c-anchornav__btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.c-anchornav__btn:hover {
  color: #1A416C;
  opacity: 1;
}
.c-anchornav__btn-icon {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #1A416C;
  border-radius: 50%;
  background: #1A416C;
  color: #fff;
}
.c-anchornav__btn-icon::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.4375rem);
  left: calc(50% - 0.4375rem);
  width: 0.875rem;
  height: 0.875rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_down.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_down.svg) no-repeat center/contain;
}
.c-anchornav__btn:hover .c-anchornav__btn-icon {
  background: #fff;
  color: #1A416C;
}
@media (max-width: 767px) {
  .c-anchornav__list {
    gap: 0.5rem 1.25rem;
    padding: 1.5rem 0;
  }
  .c-anchornav__list > li {
    font-size: 0.9375rem;
  }
  .c-anchornav__btn {
    gap: 0.375rem;
  }
  .c-anchornav__btn-icon {
    width: 1rem;
    height: 1rem;
  }
  .c-anchornav__btn-icon::before {
    top: calc(50% - 0.25rem);
    left: calc(50% - 0.25rem);
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-sitenav {
  display: block;
  box-sizing: border-box;
  max-width: 65rem;
  margin: 7.5rem auto 0;
  padding: 3.75rem 4.75rem;
  border-radius: 1.25rem;
  background: #fff;
}
.c-sitenav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.c-sitenav__list > li {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 3rem) / 3);
}
.c-sitenav__btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem 3rem 1rem 1.625rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.c-sitenav__btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.c-sitenav__btn.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.c-sitenav__btn:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-sitenav__btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-sitenav {
    margin-top: 3.75rem;
    padding: 2rem 1.75rem;
  }
  .c-sitenav__list {
    flex-direction: column;
    gap: 1rem;
  }
  .c-sitenav__list > li {
    width: 100%;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 4rem 0 0;
}
.c-pager__prev, .c-pager__next {
  flex: 0 0 auto;
  display: block;
  padding: 0.5rem;
}
.c-pager__prev::after, .c-pager__next::after {
  box-sizing: border-box;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
}
.c-pager__prev:hover, .c-pager__next:hover {
  opacity: 1;
}
.c-pager__prev::after {
  border-top: 3px solid #1A416C;
  border-left: 3px solid #1A416C;
  transform: rotate(-45deg);
}
.c-pager__next::after {
  border-top: 3px solid #1A416C;
  border-right: 3px solid #1A416C;
  transform: rotate(45deg);
}
.c-pager__num {
  --pager-bg: #fff;
  --pager-color: #1A416C;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.75rem;
  height: 2.75rem;
  border: 2px solid #1A416C;
  border-radius: 50%;
  background: var(--pager-bg);
  color: var(--pager-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.c-pager__num.-current {
  --pager-bg: #1A416C;
  --pager-color: #fff;
}
.c-pager__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
.c-pager__pages > li {
  display: block;
}
.c-pager__pages a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-pager {
    margin-top: 3rem;
    gap: 0.5rem;
  }
  .c-pager__num {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
  .c-pager__pages {
    gap: 1rem;
  }
}

.c-newsCard {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
  box-sizing: border-box;
}
.c-newsCard__img {
  flex: 0 0 auto;
  display: block;
  width: 12.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-newsCard__img img {
  display: block;
  width: 100%;
  aspect-ratio: 200/140;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-newsCard__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1rem;
  margin: 0;
}
.c-newsCard__date {
  display: block;
  box-sizing: border-box;
  padding-top: 0.2em;
  color: #1A416C;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-newsCard__cat {
  display: block;
  box-sizing: border-box;
  padding: 0.1875rem 0.75em;
  border: 1px solid #1A416C;
  border-radius: 4em;
  color: #1A416C;
  font-size: 0.75rem;
  line-height: 1.25;
}
.c-newsCard__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 6em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin: 0.75rem 0 0;
  font-weight: 700;
  line-height: 2;
}
.c-newsCard__link {
  color: inherit;
  text-decoration: none;
}
.c-newsCard__link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-newsCard {
    gap: 0.875rem;
  }
  .c-newsCard__img {
    width: 6.875rem;
  }
  .c-newsCard__info {
    gap: 0.25rem 0.5rem;
  }
  .c-newsCard__ttl {
    max-height: 3.5em;
    -webkit-line-clamp: 2;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.c-btn-a {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem 3rem 1rem 1.625rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.c-btn-a::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.c-btn-a.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.c-btn-a:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn-a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.c-btn-a.-secondary {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
}
.c-btn-a.-secondary:hover {
  border-color: #fff;
  background-color: #1A416C;
  color: #fff;
}

.c-btn-b {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 0.875rem 3rem 0.875rem 1.375rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  transition: all 0.1s ease;
}
.c-btn-b::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.c-btn-b.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.c-btn-b:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
.c-btn-b.-secondary {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
}
.c-btn-b.-secondary:hover {
  border-color: #fff;
  background-color: #1A416C;
  color: #fff;
}

.c-btn-c {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 0.75rem 3rem 0.75rem 1.375rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  transition: all 0.1s ease;
}
.c-btn-c::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.c-btn-c.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.c-btn-c:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
.c-btn-c.-secondary {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
}
.c-btn-c.-secondary:hover {
  border-color: #fff;
  background-color: #1A416C;
  color: #fff;
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --input-bg-color: #FAFAFA;
  --input-border-color: #C7BFB0;
  --form-bg-color: #FAFAFA;
  --form-border-color: #C7BFB0;
  --form-required-color: #E86B78;
  --form-alert-color: #E80000;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #1A416C;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error {
  display: block;
  position: relative;
  margin: 0.625rem 0 0;
  padding: 0.625rem;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
.f-error + .f-error {
  margin-top: 0.25rem;
}

.f-field {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8125em 1em;
  border: 1px solid var(--input-border-color);
  border-radius: 0.375rem;
  background: var(--input-bg-color);
  line-height: 1.25em;
}
.f-field.-calendar {
  padding-left: 2.875rem;
  background: url(../img/icon_calendar.svg) no-repeat 0.75rem 50%/1.375rem auto, var(--input-bg-color);
}
.f-field.is-error {
  outline: var(--form-alert-color) 2px solid;
  outline-offset: -1px;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox__in {
  display: block;
  position: relative;
  padding: 0.125rem 0 0.125rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox__in::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid var(--input-border-color);
  border-radius: 0.25rem;
  background: #fff no-repeat center/0.875rem 0.875rem;
  content: "";
}
.f-checkbox input[type=checkbox]:checked ~ .f-checkbox__in::after {
  background-image: url(../img/icon_checkbox_checked.svg);
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio__in {
  display: block;
  position: relative;
  padding: 0.125rem 0 0.125rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio__in::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid var(--input-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/0.75rem 0.75rem;
  content: "";
}
.f-radio input[type=radio]:checked ~ .f-radio__in::after {
  background-image: url(../img/icon_radio_checked.svg);
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.8125em 2.5em 0.8125em 1em;
  border: 1px solid var(--input-border-color);
  border-radius: 0.375em;
  background: url(../img/icon_select.svg) no-repeat right 0.75em top 51%, var(--input-bg-color);
  background-size: 0.875em 0.875em;
  line-height: 1.25em;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}

.f-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem 3rem 1rem 1.625rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.f-btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.f-btn.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.f-btn:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
@media (max-width: 767px) {
  .f-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}

.f-input {
  margin: 1rem 0 0;
}
.f-input.-short {
  max-width: 8.75rem;
}
.f-input.-middle {
  max-width: 15rem;
}
.f-input.-long {
  max-width: 25rem;
}

.f-input-columns {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li {
  display: block;
}
.f-input-columns > li > *:first-child {
  margin-top: 0 !important;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}
.f-input-columns.-meetingDate > li + li {
  margin-top: 1rem;
}

.f-input-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 -0.5rem -2rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.5rem 2rem;
}
.f-input-rows > li > *:first-child {
  margin-top: 0 !important;
}
.f-input-rows.-meetingPlace, .f-input-rows.-meetingType, .f-input-rows.-inquiryService {
  margin-left: -1rem;
}
.f-input-rows.-meetingPlace > li, .f-input-rows.-meetingType > li, .f-input-rows.-inquiryService > li {
  width: calc(33.3333333333% - 1rem);
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .f-input-rows.-meetingPlace > li, .f-input-rows.-meetingType > li, .f-input-rows.-inquiryService > li {
    width: calc(50% - 1rem);
  }
}

.f-input-units {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-units__unit {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units__unit > *:first-child {
  margin-top: 0 !important;
}
.f-input-units.-name {
  flex-wrap: nowrap;
  margin-left: -1rem;
}
.f-input-units.-name .f-input-units__unit {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.f-input-units.-zip {
  flex-wrap: nowrap;
  margin-left: -0.5rem;
}
.f-input-units.-zip .f-input-units__unit {
  margin-left: 0.5rem;
}
.f-input-units.-zip .f-input-units__unit:nth-child(2) {
  width: 6.25rem;
}
.f-input-units.-zip .f-input-units__unit:nth-child(4) {
  width: 8.75rem;
}
.f-input-units.-meetingAddress {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 0;
  margin-left: 0;
}
.f-input-units.-meetingAddress .f-input-units__unit {
  width: 100%;
  margin: 0;
}
.f-input-units.-meetingDate {
  margin-left: -1.25rem;
}
.f-input-units.-meetingDate .f-input-units__unit {
  margin-left: 1.25rem;
}
.f-input-units.-meetingDate .f-input-units__unit:nth-child(1) {
  flex: 0 0 auto;
  width: 5em;
}
.f-input-units.-meetingDate .f-input-units__unit:nth-child(2), .f-input-units.-meetingDate .f-input-units__unit:nth-child(3) {
  flex: 1 1 auto;
  width: 15rem;
}
@media (max-width: 767px) {
  .f-input-units.-meetingDate {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    margin-bottom: 0;
    margin-left: 0;
  }
  .f-input-units.-meetingDate .f-input-units__unit {
    width: 100%;
    margin: 0;
  }
  .f-input-units.-meetingDate .f-input-units__unit:nth-child(1) {
    width: 100%;
  }
  .f-input-units.-meetingDate .f-input-units__unit:nth-child(2), .f-input-units.-meetingDate .f-input-units__unit:nth-child(3) {
    width: 100%;
  }
}

.f-toConfirm {
  max-width: 17.5rem;
  margin: 2.5rem auto 0;
}

.f-toSend {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin: 2.5rem auto 0;
}
.f-toSend__unit {
  display: block;
  width: 17.5rem;
}

.f-section {
  position: relative;
  padding: 5rem 0 7.5rem;
  overflow: hidden;
}
.f-section__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.f-section__inner > *:first-child {
  margin-top: 0 !important;
}
.f-section__heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-section__lead {
  margin: 2.5rem 0 0;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .f-section {
    padding: 3.75rem 1.5rem 3.75rem;
  }
  .f-section__heading {
    font-size: 1.5rem;
  }
  .f-section__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.f-contact {
  position: relative;
  padding: 5rem 0 7.5rem;
  overflow: hidden;
}
.f-contact__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.f-contact__inner > *:first-child {
  margin-top: 0 !important;
}
.f-contact__heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.f-contact__lead {
  margin: 2.5rem 0 0;
  line-height: 2;
  text-align: center;
}
.f-contact__list {
  display: flex;
  list-style: none;
  margin: 4rem auto 0;
  padding: 0;
  border-top: 1px solid #C7BFB0;
  border-bottom: 1px solid #C7BFB0;
}
.f-contact__tel, .f-contact__line {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding: 2.5rem 1.25rem;
}
.f-contact__line::before {
  display: block;
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 0;
  width: 1px;
  max-height: 6.25rem;
  margin: auto 0;
  background: #C7BFB0;
  content: "";
}
.f-contact__tel-head, .f-contact__line-head {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-contact__tel-number {
  margin: 0.75rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.04em;
}
.f-contact__tel-number a {
  display: inline-block;
  position: relative;
  padding-left: 2.75rem;
  color: inherit;
  text-decoration: none;
}
.f-contact__tel-number a::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1.125rem);
  width: 2.25rem;
  height: 2.25rem;
  background: #1A416C;
  content: "";
  -webkit-mask: url(../img/icon_tel.svg) no-repeat center/contain;
          mask: url(../img/icon_tel.svg) no-repeat center/contain;
}
.f-contact__tel-text {
  margin: 0.25rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-contact__line-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 17.5rem;
  margin: 1.25rem 0 0;
  padding: 1.0625rem 1.25rem 1rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #18BC45;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.1s ease;
}
.f-contact__line-btn:hover {
  border-color: #18BC45;
  background: #fff;
  color: #18BC45;
  opacity: 1;
}
.f-contact__line-btnlabel {
  display: inline-block;
  position: relative;
  padding-left: 2.125rem;
}
.f-contact__line-btnlabel::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8125rem);
  width: 1.625rem;
  height: 1.625rem;
  background: currentColor;
  content: "";
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  -webkit-mask-image: url(../img/icon_contact.svg);
          mask-image: url(../img/icon_contact.svg);
}
@media (max-width: 767px) {
  .f-contact {
    padding: 3.75rem 1.5rem 3.75rem;
  }
  .f-contact__heading {
    font-size: 1.5rem;
  }
  .f-contact__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .f-contact__list {
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .f-contact__tel, .f-contact__line {
    width: 100%;
    padding: 2rem 0.75rem;
  }
  .f-contact__line::before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    max-height: none;
    height: 1px;
    margin: 0 auto;
  }
  .f-contact__tel-head, .f-contact__line-head {
    font-size: 1rem;
  }
  .f-contact__tel-number {
    font-size: 2rem;
  }
  .f-contact__tel-number a {
    padding-left: 2.375rem;
  }
  .f-contact__tel-number a::before {
    top: calc(50% - 0.9375rem);
    width: 1.875rem;
    height: 1.875rem;
  }
  .f-contact__tel-text {
    font-size: 0.875rem;
  }
  .f-contact__line-btn {
    width: 18.75rem;
    margin-top: 1rem;
    font-size: 1rem;
  }
  .f-contact__line-btnlabel {
    padding-left: 1.875rem;
  }
  .f-contact__line-btnlabel::before {
    top: calc(50% - 0.6875rem);
    width: 1.375rem;
    height: 1.375rem;
  }
}

.f-content {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
}
.f-content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 7.5rem;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.f-content__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.f-content__inner > *:first-child {
  margin-top: 0 !important;
}
.f-content__heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-content__lead {
  margin: 2.5rem 0 0;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .f-content {
    padding: 3.75rem 1.5rem 3.75rem;
    border-radius: 0 3.75rem 0 0;
  }
  .f-content::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
  .f-content__heading {
    font-size: 1.5rem;
  }
  .f-content__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.l-pagehdr + .f-content {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .l-pagehdr + .f-content {
    margin-top: 3.75rem;
  }
}

.f-step {
  max-width: 42.5rem;
  margin: 5rem auto 0;
}
.f-step > ol {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-step > ol > li {
  flex: 1 1 auto;
  display: block;
  position: relative;
  text-align: center;
  z-index: 0;
}
.f-step > ol > li::after {
  display: block;
  position: absolute;
  top: 1.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
  content: "";
  z-index: -1;
}
.f-step > ol > li:first-child::after {
  left: 50%;
  width: 50%;
}
.f-step > ol > li:last-child::after {
  width: 50%;
}
.f-step > ol .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 3.5625rem;
  height: 3.5625rem;
  margin: auto;
  padding-top: 0.1em;
  border-radius: 50%;
  background: #dddddd;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.f-step > ol .label {
  display: block;
  margin: 0.5rem auto 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.f-step > ol > li.is-current .num {
  background: #1A416C;
}
@media (max-width: 767px) {
  .f-step {
    margin-top: 3.125rem;
  }
  .f-step > ol > li::after {
    top: 1.375rem;
  }
  .f-step > ol .num {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.125rem;
  }
  .f-step > ol .label {
    font-size: 0.875rem;
  }
}

.f-form {
  display: block;
}

.f-formgroup {
  display: block;
  margin: 5rem 0 0;
}

.f-fieldset {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 2.5rem 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.f-fieldset > dt, .f-fieldset > dd {
  margin: 0;
  padding: 0;
}
.f-fieldset > dt > *:first-child, .f-fieldset > dd > *:first-child {
  margin-top: 0 !important;
}
.f-fieldset > dt {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 23.75rem;
  min-height: 3rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.f-fieldset > dd {
  flex: 1 1 auto;
}
.f-fieldset__label {
  display: block;
  position: relative;
  padding-right: 4.0625rem;
}
.f-fieldset__label::after {
  display: inline-block;
  content: "任意";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4375rem 1em;
  border-radius: 2em;
  background: #F2EDE4;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: inherit;
}
.f-fieldset__label.-required::after {
  content: "必須";
  background: var(--form-required-color);
  color: #fff;
}
.f-fieldset.-confirm > dt {
  padding-top: 0;
  padding-bottom: 0;
}
.f-fieldset + .f-fieldset {
  border-top: none;
}
@media (min-width: 768px) {
  .f-fieldset > dt.-top, .f-fieldset > dd.-top {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .f-fieldset {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 1.75rem 0;
  }
  .f-fieldset > dt, .f-fieldset > dd {
    padding: 0;
    font-size: 0.9375rem;
  }
  .f-fieldset > dt {
    align-self: flex-start;
    width: auto;
    min-height: 0;
  }
  .f-fieldset__label {
    padding-right: 3.125rem;
  }
  .f-fieldset__label::after {
    top: 0.0625rem;
    padding: 0.3125rem 1em;
    font-size: 0.625rem;
  }
}

.f-agreement {
  margin: 3.75rem 0 0;
}
.f-agreement__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2;
}
.f-agreement__policy {
  margin: 3.75rem 0 0;
  border: 2px solid #DBDBDB;
  border-radius: 0.625rem;
  background: #FAFAFA;
  overflow: hidden;
}
.f-agreement__agree {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3.75rem 0 0;
  text-align: center;
}
.f-agreement__cb {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.f-agreement__cb > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-agreement__cb-in {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-agreement__cb-in::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  background: #fff no-repeat center/0.875rem 0.875rem;
  content: "";
}
.f-agreement__cb > input[type=checkbox]:checked ~ .f-agreement__cb-in::after {
  background-image: url(../img/icon_checkbox_checked.svg);
}
@media (max-width: 767px) {
  .f-agreement__policy {
    margin-top: 3rem;
  }
  .f-agreement__agree {
    margin-top: 3rem;
  }
}

.f-policy {
  display: block;
  box-sizing: border-box;
  max-height: 16.25rem;
  padding: 1.875rem;
  overflow-y: auto;
  line-height: 1.75;
}
.f-policy__h2 {
  margin: 3rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
  color: #1A416C;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.f-policy__lead {
  margin: 0;
  line-height: 1.75;
}
.f-policy__text {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.f-policy__ol {
  margin: 1rem 0 0;
  padding-left: 1.5em;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.f-policy__contact {
  max-width: 15rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .f-policy {
    padding: 1.5rem 1rem;
  }
  .f-policy__h2 {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .f-policy__lead {
    font-size: 0.875rem;
  }
  .f-policy__text {
    font-size: 0.875rem;
  }
  .f-policy__ol {
    font-size: 0.875rem;
  }
}

/**************************************************/
/* components - acms */
/**************************************************/
.scroll-hint.is-scrollable {
  min-height: 120px;
}

.scroll-hint-icon {
  top: 1.25rem !important;
}

.scroll-hint-icon-wrap {
  overflow: hidden;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: none !important;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon::after {
  transition-delay: 0s !important;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.p-home-mv {
  position: relative;
  padding: 0.625rem 0 6.25rem;
  z-index: 2;
}
.p-home-mv__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-home-mv {
    padding: 0.625rem 1rem 3.125rem;
  }
  .p-home-mv::before {
    display: block;
    position: absolute;
    top: -1.875rem;
    right: -0.875rem;
    width: 15.0625rem;
    background: url(../../images/home/mv_mark_sp.png) no-repeat center/contain, url(../img/bg_pattern.png) repeat;
    z-index: -1;
    content: "";
    aspect-ratio: 241/245;
    background-blend-mode: multiply;
    pointer-events: none;
  }
}

.p-home-mvSlider {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.p-home-mvSlider__textarea {
  box-sizing: border-box;
  width: 26.25rem;
  padding-bottom: 3.125rem;
}
.p-home-mvSlider__copy {
  margin: 0;
  color: #1A416C;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-home-mvSlider__copy strong {
  color: #E86B78;
}
.p-home-mvSlider__copy.is-hidden .p-home-mvSlider__copy-dotted::before {
  opacity: 0;
}
.p-home-mvSlider__copy-dotted {
  display: inline-block;
  position: relative;
}
.p-home-mvSlider__copy-dotted::before {
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(../../images/home/mv_dotted.svg) repeat-x left bottom;
  content: "";
  opacity: 1;
  transition: all 0.8s ease;
}
.p-home-mvSlider__text {
  margin: 1.25rem 0 0;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-home-mvSlider__services {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 0.5rem 1.375rem;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
}
.p-home-mvSlider__services > li {
  display: block;
  position: relative;
}
.p-home-mvSlider__services > li::before {
  display: block;
  position: absolute;
  left: -0.6875rem;
  top: 0.125rem;
  bottom: 0.125rem;
  width: 0.125rem;
  margin: auto;
  background: #C7BFB0;
  content: "";
}
.p-home-mvSlider__merit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 0.875rem;
  margin: 2rem 0 0;
}
.p-home-mvSlider__merit > li {
  display: block;
  width: 7.25rem;
}
.p-home-mvSlider__merit > li img {
  display: block;
  width: 100%;
}
.p-home-mvSlider__slider {
  width: 46.625rem;
}
@media (max-width: 767px) {
  .p-home-mvSlider {
    display: block;
    padding-bottom: 1.875rem;
  }
  .p-home-mvSlider__textarea {
    width: auto;
    padding-bottom: 0;
  }
  .p-home-mvSlider__copy {
    font-size: 2rem;
  }
  .p-home-mvSlider__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-home-mvSlider__services {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .p-home-mvSlider__merit {
    gap: 0.5625rem;
    margin-top: 1.25rem;
  }
  .p-home-mvSlider__merit > li {
    width: calc((100% - 1.125rem) / 3);
  }
  .p-home-mvSlider__slider {
    width: auto;
    margin-top: 1.25rem;
  }
}

.mv-swiper-controls {
  --swiper-pagination-color: #1A416C;
  --swiper-pagination-bullet-inactive-color: #C7BFB0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 26.25rem;
}
.mv-swiper-controls .mv-autoplay {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  flex: 0 0 auto;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../images/home/icon_stop.svg) no-repeat center/contain;
}
.mv-swiper-controls .mv-autoplay.is-stop {
  background-image: url(../../images/home/icon_play.svg);
}
.mv-swiper-controls .mv-swiper-pagination {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.mv-swiper-controls .mv-swiper-bullet {
  flex: 0 1 auto;
  display: block;
  position: relative;
  width: 5rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background: var(--swiper-pagination-bullet-inactive-color);
  overflow: hidden;
  opacity: 0.3;
}
.mv-swiper-controls .mv-swiper-bullet::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--swiper-pagination-color);
  content: "";
  opacity: 0;
  transition: opacity 0.1s ease;
}
.mv-swiper-controls .mv-swiper-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.mv-swiper-controls .mv-swiper-bullet.swiper-pagination-bullet-active::before {
  width: calc(var(--percentage) * 100%);
  opacity: 1;
}
@media (max-width: 767px) {
  .mv-swiper-controls {
    justify-content: flex-end;
    left: auto;
    right: 0;
    max-width: 100%;
  }
  .mv-swiper-controls .mv-swiper-pagination {
    justify-content: flex-end;
  }
  .mv-swiper-controls .mv-swiper-bullet {
    width: 2.875rem;
  }
}

.p-home-mvLead {
  margin: 5rem 0 0;
}
.p-home-mvLead__lead {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-home-mvLead__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 1.25rem;
  margin: 2.5rem 0 0;
}
.p-home-mvLead__balloon {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  z-index: 0;
  filter: drop-shadow(0 0 1rem rgba(198, 191, 176, 0.3));
}
.p-home-mvLead__balloon::after {
  display: block;
  position: absolute;
  top: calc(100% - 0.9375rem);
  left: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.1875rem;
  background: #fff;
  content: "";
  z-index: -1;
  transform: rotate(45deg) matrix(1, 0.1, 0.1, 1, 0, 0);
}
.p-home-mvLead__balloon-text {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-home-mvLead__balloon-img {
  width: 5.75rem;
}
.p-home-mvLead__balloon-img img {
  display: block;
  width: 100%;
}
.p-home-mvLead__phrase {
  margin: 2.5rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-home-mvLead__phrase-dotted {
  display: inline-block;
  background: url(../../images/home/mv_dotted.svg) repeat-x left bottom;
}
@media (max-width: 767px) {
  .p-home-mvLead {
    margin-top: 2rem;
  }
  .p-home-mvLead__lead {
    font-size: 1.25rem;
  }
  .p-home-mvLead__list {
    flex-wrap: wrap;
    gap: 1.25rem 0.9375rem;
    margin-top: 1rem;
  }
  .p-home-mvLead__balloon {
    flex: 0 1 auto;
    flex-direction: column;
    gap: 0.5rem;
    width: calc((100% - 0.9375rem) / 2);
  }
  .p-home-mvLead__balloon::after {
    top: calc(100% - 1.125rem);
  }
  .p-home-mvLead__balloon-text {
    font-size: 0.8125rem;
    text-align: center;
  }
  .p-home-mvLead__balloon-img {
    order: -1;
    width: 5rem;
  }
  .p-home-mvLead__phrase {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-home-reason {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  border-radius: 0 7.5rem 0 7.5rem;
  background: #fff;
}
.p-home-reason::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 7.5rem;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #f8f4ec;
}
.p-home-reason::after {
  display: block;
  position: absolute;
  top: -14.375rem;
  right: -10rem;
  width: 27.75rem;
  background: url(../../images/home/bg_mark.png) no-repeat center/contain;
  z-index: 1;
  content: "";
  aspect-ratio: 444/338;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-home-reason__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-home-reason__head {
  position: relative;
  box-sizing: border-box;
  max-width: 65rem;
  margin: auto;
  padding-right: 35rem;
  min-height: 22.5rem;
}
.p-home-reason__ttl {
  margin: 0;
}
.p-home-reason__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.p-home-reason__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-home-reason__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-home-reason__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-home-reason__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-home-reason__ttl-main {
    font-size: 1.5rem;
  }
}
.p-home-reason__lead {
  margin: 2.5rem 0 0;
  line-height: 2.25;
}
.p-home-reason__img {
  box-sizing: border-box;
  position: absolute;
  top: -1.25rem;
  right: 0;
  width: 26.125rem;
  padding: 0 0.75rem;
  aspect-ratio: 1/1;
}
.p-home-reason__img img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 4;
}
.p-home-reason__img .ripple {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  margin: auto;
  border-radius: 50%;
  background: #f5f0e9;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
  content: "";
  animation: ripple 8s linear infinite;
}
.p-home-reason__img .ripple-1 {
  opacity: 0.32;
  z-index: 1;
}
.p-home-reason__img .ripple-2 {
  opacity: 0.4;
  z-index: 2;
  transform: scale(0.9);
  animation-delay: 1s;
}
.p-home-reason__img .ripple-3 {
  opacity: 0.7;
  z-index: 3;
  transform: scale(0.8);
  animation-delay: 2s;
}
.p-home-reason__img .ripple-4 {
  opacity: 0;
  z-index: 1;
  transform: scale(0);
  animation-delay: 3s;
}
.p-home-reason__more {
  max-width: 16.25rem;
  margin: 2.5rem 0 0;
}
.p-home-reason__merit {
  display: flex;
  list-style: none;
  margin: 5rem 0 0;
  padding: 0;
  border-radius: 1.25rem;
  background: #F6F2E6 url(../img/bg_pattern.png) repeat;
}
.p-home-reason__merit > li {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 33.3333333333%;
  padding: 3.125rem;
}
.p-home-reason__merit > li:not(:nth-child(3n+1))::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  margin: auto;
  background: #C7BFB0;
  content: "";
}
.p-home-reason__merit-ttl {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-home-reason__merit-sub {
  display: block;
  color: #1A416C;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.p-home-reason__merit-main {
  display: block;
  margin: 1rem 0 0;
  letter-spacing: 0.04em;
}
.p-home-reason__merit-text {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.75;
}
.p-home-reason__marquee {
  display: flex;
  margin: 5.625rem 0 0;
  white-space: nowrap;
  overflow: hidden;
}
.p-home-reason__marquee-item {
  flex: 0 0 auto;
  display: block;
  width: 115.625rem;
  background: url(../../images/home/reason_marquee.png) no-repeat left center/contain;
  aspect-ratio: 1850/120;
}
@media (max-width: 767px) {
  .p-home-reason {
    padding: 3.75rem 0 3.75rem;
    border-radius: 0 3.75rem 0 3.75rem;
  }
  .p-home-reason::before {
    border-radius: 0 3.75rem 0 3.75rem;
    box-shadow: 0 0 10rem #f8f4ec;
  }
  .p-home-reason::after {
    top: -7.1875rem;
    right: -5rem;
    width: 13.875rem;
  }
  .p-home-reason__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-home-reason__head {
    max-width: 65rem;
    padding-right: 0;
    min-height: 0;
  }
  .p-home-reason__img {
    position: relative;
    top: auto;
    right: auto;
    width: 17.5rem;
    margin: 1.875rem auto 0;
  }
  .p-home-reason__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-home-reason__more {
    margin: 2rem auto 0;
  }
  .p-home-reason__merit {
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .p-home-reason__merit > li {
    width: 100%;
    padding: 2.25rem 1.5rem;
  }
  .p-home-reason__merit > li:not(:nth-child(3n+1))::after {
    bottom: auto;
    right: 0;
    width: auto;
    height: 1px;
  }
  .p-home-reason__merit-ttl {
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
  .p-home-reason__merit-sub {
    font-size: 0.75rem;
  }
  .p-home-reason__merit-text {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
  .p-home-reason__marquee {
    margin-top: 2.5rem;
  }
  .p-home-reason__marquee-item {
    width: 77.125rem;
  }
}

@keyframes ripple {
  0% {
    z-index: 3;
    transform: scale(0);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  75% {
    z-index: 0;
    transform: scale(0.9);
    opacity: 0.5;
    animation-timing-function: ease-out;
  }
  100% {
    z-index: 0;
    transform: scale(1);
    opacity: 0;
  }
}
.p-home-service {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  z-index: 2;
}
.p-home-service__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-home-service__ttl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-service__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.p-home-service__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-home-service__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-home-service__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-home-service__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-home-service__ttl-main {
    font-size: 1.5rem;
  }
}
.p-home-service__lead {
  margin: 2.5rem 0 0;
  line-height: 1.75;
  text-align: center;
}
.p-home-service__more {
  max-width: 16.25rem;
  margin: 4.5rem auto 0;
}
@media (max-width: 767px) {
  .p-home-service {
    padding: 3.75rem 1rem;
  }
  .p-home-service__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .p-home-service__more {
    margin: 3rem auto 0;
  }
}

.p-home-serviceList {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 4.5rem 6.25rem;
  margin: 3.75rem auto 0;
}
.p-home-serviceList__card {
  display: block;
  position: relative;
}
.p-home-serviceList__card a:hover {
  opacity: 1;
}
.p-home-serviceList__card:has(a:hover) .p-home-serviceList__card-img img {
  opacity: 1;
  transform: scale(1.05);
}
.p-home-serviceList__card:has(a:hover) .p-home-serviceList__card-ttl {
  color: #1A416C;
}
.p-home-serviceList__card:has(a:hover) .p-home-serviceList__card-ttlIcon {
  border-color: #1A416C;
  background-color: #fff;
}
.p-home-serviceList__card:has(a:hover) .p-home-serviceList__card-ttlIcon::after {
  background-color: #1A416C;
}
.p-home-serviceList__card-img {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-home-serviceList__card-img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.p-home-serviceList__card-ttl {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem 0 0;
  padding-right: 2.5rem;
  color: inherit;
  font-size: 1.625rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-home-serviceList__card-ttlLabel {
  display: inline-block;
}
.p-home-serviceList__card-ttlIcon {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.875rem);
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #1A416C;
}
.p-home-serviceList__card-ttlIcon::after {
  display: block;
  position: absolute;
  inset: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.p-home-serviceList__card-text {
  margin: 1rem 0 0;
  line-height: 1.75;
}
.p-home-serviceList__card-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 0.25rem 1.375rem;
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.25;
  overflow: hidden;
}
.p-home-serviceList__card-list > li {
  display: block;
  position: relative;
}
.p-home-serviceList__card-list > li::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.6875rem;
  width: 1px;
  margin: auto 0;
  background: #C7BFB0;
  content: "";
}
.p-home-serviceList__card-list > li a {
  color: inherit;
}
@media (min-width: 768px) {
  .p-home-serviceList__card {
    width: calc((100% - 12.5rem) / 3);
  }
  .p-home-serviceList__card:not(:nth-child(3n+1))::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.125rem;
    width: 1px;
    margin: auto 0;
    background: #C7BFB0;
    content: "";
  }
}
@media (max-width: 767px) {
  .p-home-serviceList {
    flex-direction: column;
    gap: 3.75rem;
    margin-top: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-home-serviceList__card {
    width: 100%;
  }
  .p-home-serviceList__card-ttl {
    margin-top: 1rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }
  .p-home-serviceList__card-ttlIcon {
    top: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-home-serviceList__card-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
  .p-home-serviceList__card-list {
    margin-top: 0.625rem;
  }
}

.p-home-serviceOthers {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 5rem;
  max-width: 65rem;
  margin: 5rem auto 0;
  padding: 2.25rem 2.5rem;
  border: solid #C7BFB0;
  border-width: 1px 0;
}
.p-home-serviceOthers__card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 5rem) / 2);
}
.p-home-serviceOthers__card a:hover {
  opacity: 1;
}
.p-home-serviceOthers__card:has(a:hover) .p-home-serviceOthers__card-img img {
  opacity: 1;
  transform: scale(1.05);
}
.p-home-serviceOthers__card:has(a:hover) .p-home-serviceOthers__card-ttl {
  color: #1A416C;
}
.p-home-serviceOthers__card:has(a:hover) .p-home-serviceOthers__card-ttlIcon {
  border-color: #1A416C;
  background-color: #fff;
}
.p-home-serviceOthers__card:has(a:hover) .p-home-serviceOthers__card-ttlIcon::after {
  background-color: #1A416C;
}
.p-home-serviceOthers__card-img {
  flex: 0 0 auto;
  display: block;
  width: 8.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.p-home-serviceOthers__card-img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.p-home-serviceOthers__card-ttl {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem 0 0;
  padding-right: 2.5rem;
  color: inherit;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-home-serviceOthers__card-ttlLabel {
  display: inline-block;
}
.p-home-serviceOthers__card-ttlIcon {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.8125rem);
  right: 0;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #1A416C;
}
.p-home-serviceOthers__card-ttlIcon::after {
  display: block;
  position: absolute;
  inset: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.p-home-serviceOthers__card-text {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-home-serviceOthers__card:not(:nth-child(2n+1))::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.5rem;
    width: 1px;
    margin: auto 0;
    background: #C7BFB0;
    content: "";
  }
}
@media (max-width: 767px) {
  .p-home-serviceOthers {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 90%;
    margin: 4rem auto 0;
    padding: 1.25rem 0;
    border: solid #C7BFB0;
    border-width: 1px 0;
  }
  .p-home-serviceOthers__card {
    gap: 1rem;
    width: 100%;
  }
  .p-home-serviceOthers__card:not(:first-child)::after {
    display: block;
    position: absolute;
    top: -1.25rem;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #C7BFB0;
    content: "";
  }
  .p-home-serviceOthers__card-img {
    width: 6.25rem;
  }
  .p-home-serviceOthers__card-ttl {
    margin: 0;
    padding-right: 1.75rem;
    font-size: 1.125rem;
  }
  .p-home-serviceOthers__card-ttlIcon {
    top: calc(50% - 0.625rem);
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-home-serviceOthers__card-ttlIcon::after {
    width: 0.625rem;
    height: 0.625rem;
  }
  .p-home-serviceOthers__card-text {
    display: none;
  }
}

.p-home-flow {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
}
.p-home-flow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #f8f4ec;
}
.p-home-flow::after {
  display: block;
  position: absolute;
  top: -14.375rem;
  right: -10rem;
  width: 27.75rem;
  background: url(../../images/home/bg_mark.png) no-repeat center/contain;
  z-index: 1;
  content: "";
  aspect-ratio: 444/338;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-home-flow__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-home-flow__ttl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-flow__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.p-home-flow__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-home-flow__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-home-flow__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-home-flow__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-home-flow__ttl-main {
    font-size: 1.5rem;
  }
}
.p-home-flow__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  gap: 1.25rem 5.375rem;
  margin: 6.25rem auto 0;
}
.p-home-flow__card {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 10.625rem;
}
.p-home-flow__card + .p-home-flow__card::before {
  display: block;
  position: absolute;
  top: 4.5625rem;
  left: -3.25rem;
  border: solid transparent;
  border-width: 0.75rem 0 0.75rem 1.125rem;
  border-left-color: #1A416C;
  content: "";
}
.p-home-flow__card-img {
  display: block;
}
.p-home-flow__card-img img {
  display: block;
  width: 100%;
}
.p-home-flow__card-body {
  display: block;
  margin: 1.25rem 0 0;
}
.p-home-flow__card-ttl {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-home-flow__card-text {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p-home-flow__card-balloon {
  box-sizing: border-box;
  position: absolute;
  bottom: calc(100% + 1.125rem);
  left: 0.375rem;
  right: 0.375rem;
  margin: 0 auto;
  padding: 0.5rem 1em;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
.p-home-flow__card-balloon::before {
  display: block;
  position: absolute;
  bottom: -0.625rem;
  left: calc(50% - 0.625rem);
  border: solid transparent;
  border-width: 0.75rem 0.625rem 0 0.625rem;
  border-top-color: #1A416C;
  content: "";
}
@media (max-width: 767px) {
  .p-home-flow {
    padding: 3.75rem 0 3.75rem;
    border-radius: 0 3.75rem 0 0;
  }
  .p-home-flow::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #f8f4ec;
  }
  .p-home-flow::after {
    top: -7.1875rem;
    right: -5rem;
    width: 13.875rem;
  }
  .p-home-flow__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-home-flow__list {
    flex-direction: column;
    gap: 3.5rem;
    margin-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-home-flow__card {
    display: flex;
    gap: 0.875rem;
    width: 100%;
  }
  .p-home-flow__card + .p-home-flow__card::before {
    top: -2.5rem;
    left: calc(50% - 0.75rem);
    transform: rotate(90deg);
  }
  .p-home-flow__card-img {
    flex: 0 0 auto;
    width: 6.875rem;
  }
  .p-home-flow__card-body {
    margin: 0;
  }
  .p-home-flow__card-ttl {
    font-size: 1.125rem;
    text-align: left;
  }
  .p-home-flow__card-text {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
  .p-home-flow__card-balloon {
    bottom: calc(100% - 1rem);
    left: 0.3125rem;
    right: auto;
    width: 6.25rem;
    padding: 0.25rem 0.25em;
    font-size: 0.75rem;
  }
  .p-home-flow__card-balloon::before {
    bottom: -0.5rem;
  }
}

.p-home-visual {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-home-visual img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-home-visual img {
    aspect-ratio: 375/218;
  }
}

.p-home-news {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  z-index: 2;
}
.p-home-news__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.p-home-news__left {
  box-sizing: border-box;
  width: 21.25rem;
}
.p-home-news__right {
  box-sizing: border-box;
  width: 50rem;
}
.p-home-news__ttl {
  margin: 0;
}
.p-home-news__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.p-home-news__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-home-news__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-home-news__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-home-news__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-home-news__ttl-main {
    font-size: 1.5rem;
  }
}
.p-home-news__more {
  max-width: 16.25rem;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .p-home-news {
    padding: 3.75rem 1.5rem;
  }
  .p-home-news__inner {
    flex-direction: column;
  }
  .p-home-news__left {
    display: contents;
    width: 100%;
  }
  .p-home-news__more {
    order: 3;
    width: 100%;
    margin: 2.5rem auto 0;
  }
  .p-home-news__right {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-home-newsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-home-newsList > li {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C7BFB0;
}
.p-home-newsList > li + li {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-home-newsList > li {
    padding-bottom: 1.5rem;
  }
  .p-home-newsList > li + li {
    margin-top: 1.5rem;
  }
}

.p-home-office {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  border-radius: 7.5rem 7.5rem 0 0;
  background: #fff;
}
.p-home-office::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7.5rem 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #f8f4ec;
}
.p-home-office__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-home-office__ttl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-office__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.p-home-office__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-home-office__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-home-office__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-home-office__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-home-office__ttl-main {
    font-size: 1.5rem;
  }
}
.p-home-office__wrap {
  display: flex;
  justify-content: space-between;
  margin: 3.75rem auto 0;
}
.p-home-office__gmap {
  order: 2;
  box-sizing: border-box;
  position: relative;
  width: 28.75rem;
  overflow: hidden;
  aspect-ratio: 460/360;
}
.p-home-office__gmap iframe,
.p-home-office__gmap object,
.p-home-office__gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-office__details {
  width: 31.25rem;
}
.p-home-office__logo {
  width: 23.75rem;
  margin: 0;
}
.p-home-office__address {
  margin: 1rem 0 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C7BFB0;
  line-height: 1.75;
}
.p-home-office__ul {
  margin: 1.25rem 0 0;
  padding-left: 1.5em;
  line-height: 1.75;
}
.p-home-office__ul > li::marker {
  color: #1A416C;
}
.p-home-office__ul > li + li {
  margin-top: 0.5rem;
}
.p-home-office__links {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 2.5rem 0 0;
  padding-left: 0;
}
.p-home-office__links > li {
  display: block;
  width: calc((100% - 1.25rem) / 2);
}
@media (max-width: 767px) {
  .p-home-office {
    padding: 3.75rem 0 3.75rem;
    border-radius: 3.75rem 3.75rem 0 0;
  }
  .p-home-office::before {
    border-radius: 3.75rem 3.75rem 0 0;
    box-shadow: 0 0 10rem #f8f4ec;
  }
  .p-home-office__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-home-office__wrap {
    flex-direction: column;
    margin-top: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-home-office__gmap {
    order: -1;
    width: 100%;
  }
  .p-home-office__details {
    width: auto;
    margin-top: 2rem;
  }
  .p-home-office__logo {
    width: 15.875rem;
  }
  .p-home-office__address {
    font-size: 0.875rem;
  }
  .p-home-office__ul {
    font-size: 0.875rem;
  }
  .p-home-office__ul > li + li {
    margin-top: 0.25rem;
  }
  .p-home-office__links {
    flex-direction: column;
    gap: 1rem;
    max-width: 16.25rem;
    margin: 2.5rem auto 0;
  }
  .p-home-office__links > li {
    width: 100%;
  }
}

.p-home-books {
  max-width: 65rem;
  margin: 4.375rem auto 0;
  padding: 3.125rem;
  border-radius: 1.25rem;
  background: url(../../images/home/books_bg.png) no-repeat, url(../img/bg_pattern.png) repeat;
  background-position: right -3.625rem bottom -10.5rem, center;
  background-size: 42.6875rem auto, auto;
  background-blend-mode: multiply;
}
.p-home-books__ttl {
  position: relative;
  margin: 0;
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-home-books__ttl::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5625rem);
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../../images/home/icon_book.svg) no-repeat center/contain;
          mask: url(../../images/home/icon_book.svg) no-repeat center/contain;
}
.p-home-books__wrap {
  display: flex;
  justify-content: space-between;
  margin: -1.5rem 0 0;
  padding: 0;
}
.p-home-books__img {
  flex: 0 0 auto;
  display: block;
  width: 10.3125rem;
}
.p-home-books__img img {
  display: block;
  width: 100%;
}
.p-home-books__body {
  display: block;
  padding-top: 1.5rem;
}
.p-home-books__name {
  margin: 1.25rem 0 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-home-books__author {
  margin: 1rem 0 0;
  line-height: 1.5;
}
.p-home-books__btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 0.875rem 3rem 0.875rem 1.375rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  transition: all 0.1s ease;
  max-width: 15rem;
  margin: 2rem 0 0;
}
.p-home-books__btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.p-home-books__btn.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.p-home-books__btn:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-home-books {
    margin-top: 3.125rem;
    padding: 2.5rem 1.5rem;
    background-position: right 0 bottom -6.6875rem, center;
    background-size: 27.375rem auto, auto;
  }
  .p-home-books__ttl {
    font-size: 0.875rem;
  }
  .p-home-books__wrap {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .p-home-books__img {
    order: -1;
    margin: 0 auto;
  }
  .p-home-books__body {
    display: block;
    padding-top: 1.25rem;
  }
  .p-home-books__name {
    margin-top: 0;
    font-size: 1.125rem;
  }
  .p-home-books__author {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .p-home-books__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/**************************************************/
/* Service */
/**************************************************/
.p-serviceIndex {
  position: relative;
  padding: 5rem 0 8.75rem;
  z-index: 2;
}
.p-serviceIndex__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-serviceIndex__inner > *:first-child {
  margin-top: 0 !important;
}
.p-serviceIndex__btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem 3rem 1rem 1.625rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  max-width: 16.25rem;
  margin: 4.5rem auto 0;
}
.p-serviceIndex__btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.p-serviceIndex__btn.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.p-serviceIndex__btn:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-serviceIndex__btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .p-serviceIndex {
    padding: 3.75rem 1.5rem;
  }
  .p-serviceIndex__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-serviceIndex-block {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.75rem;
  max-width: 65rem;
  margin: auto;
  padding-bottom: 5rem;
  border-bottom: 1px solid #C7BFB0;
}
.p-serviceIndex-block__img {
  flex: 0 0 auto;
  align-self: flex-start;
  display: block;
  width: 21.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-serviceIndex-block__img img {
  display: block;
  width: 100%;
}
.p-serviceIndex-block__textarea {
  flex: 1 1 auto;
  display: block;
}
.p-serviceIndex-block__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-serviceIndex-block__text {
  margin: 0.75rem 0 0;
  line-height: 1.75;
}
.p-serviceIndex-block__service {
  margin: 2rem 0 0;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #fff;
}
.p-serviceIndex-block__service-head {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px dotted #1A416C;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-serviceIndex-block__service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.8125rem;
  margin: 0.75rem 0 0;
  padding-left: 1.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-serviceIndex-block__service-list > li::marker {
  color: #1A416C;
}
.p-serviceIndex-block__btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem 3rem 1rem 1.625rem;
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  background: #1A416C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  max-width: 17.5rem;
  margin: 3rem 0 0 auto;
}
.p-serviceIndex-block__btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.375rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/contain;
}
.p-serviceIndex-block__btn.-external::after {
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
}
.p-serviceIndex-block__btn:hover {
  border-color: #1A416C;
  background-color: #fff;
  color: #1A416C;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-serviceIndex-block__btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.p-serviceIndex-block + .p-serviceIndex-block {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-serviceIndex-block {
    flex-direction: column;
    gap: 1rem;
    padding: 0 0 3.75rem;
  }
  .p-serviceIndex-block__img {
    width: 100%;
  }
  .p-serviceIndex-block__ttl {
    font-size: 1.5rem;
  }
  .p-serviceIndex-block__text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .p-serviceIndex-block__service {
    margin-top: 1rem;
    padding: 1.25rem;
  }
  .p-serviceIndex-block__service-head {
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
  }
  .p-serviceIndex-block__service-list {
    gap: 0.5rem 2.3125rem;
    margin-top: 1rem;
  }
  .p-serviceIndex-block__btn {
    margin: 1.5rem auto 0;
  }
  .p-serviceIndex-block + .p-serviceIndex-block {
    margin-top: 3.75rem;
  }
}

.p-service-summary {
  position: relative;
  padding: 5rem 0 6.25rem;
  z-index: 2;
}
.p-service-summary__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-service-summary__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-service-summary {
    padding: 3.75rem 1.5rem;
  }
}

.p-service-summaryBlock {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.75rem;
  max-width: 65rem;
  margin: auto;
}
.p-service-summaryBlock__img {
  flex: 0 0 auto;
  align-self: flex-start;
  display: block;
  width: 21.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-service-summaryBlock__img img {
  display: block;
  width: 100%;
}
.p-service-summaryBlock__textarea {
  flex: 1 1 auto;
  display: block;
}
.p-service-summaryBlock__textarea > *:first-child {
  margin-top: 0 !important;
}
.p-service-summaryBlock__text {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-service-summaryBlock__consult {
  position: relative;
  margin: 2rem 0 0;
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-service-summaryBlock__consult::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background: url(../img/repeat_dot.svg) repeat-x left center/auto 100%;
  content: "";
}
.p-service-summaryBlock__list {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.75;
}
.p-service-summaryBlock__list > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.p-service-summaryBlock__list > li::before {
  display: block;
  position: absolute;
  top: calc(0.9em - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #1A416C;
  content: "";
  -webkit-mask: url(../img/icon_check.svg) no-repeat center/contain;
          mask: url(../img/icon_check.svg) no-repeat center/contain;
}
.p-service-summaryBlock__list > li + li {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-service-summaryBlock {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-service-summaryBlock__img {
    align-self: stretch;
    width: 100%;
  }
  .p-service-summaryBlock__text {
    font-size: 1.25rem;
  }
  .p-service-summaryBlock__consult {
    margin: 2rem 0 0;
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
  .p-service-summaryBlock__list {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .p-service-summaryBlock__list > li {
    padding-left: 1.375rem;
  }
  .p-service-summaryBlock__list > li::before {
    top: calc(0.9em - 0.4375rem);
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-service-detail {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 7.5rem 0 8.75rem;
}
.p-service-detail::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-service-detail__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-service-detail__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-service-detail {
    border-radius: 0 3.75rem 0 0;
  }
  .p-service-detail::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
.p-service-detail__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-service-detail {
    padding: 3.75rem 0 3.75rem;
  }
  .p-service-detail__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-service-detail__ttl {
    font-size: 1.5rem;
  }
}

.p-service-detailBlock {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.75rem;
  max-width: 65rem;
  margin: 4rem auto 0;
}
.p-service-detailBlock__img {
  flex: 0 0 auto;
  align-self: flex-start;
  display: block;
  width: 31.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-service-detailBlock__img img {
  display: block;
  width: 100%;
}
.p-service-detailBlock__textarea {
  flex: 1 1 auto;
  display: block;
}
.p-service-detailBlock__ttl {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1A416C;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-service-detailBlock__text {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-service-detailBlock.-inversion .p-service-detailBlock__img {
    order: 1;
  }
  .p-service-detailBlock.-inversion .p-service-detailBlock__textarea {
    order: 0;
  }
}
@media (max-width: 767px) {
  .p-service-detailBlock {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .p-service-detailBlock__img {
    align-self: stretch;
    width: 100%;
  }
  .p-service-detailBlock__textarea {
    display: block;
  }
  .p-service-detailBlock__ttl {
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .p-service-detailBlock__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .p-service-detailBlock + .p-service-detailBlock {
    margin-top: 2.5rem;
  }
}

.p-service-detailComment {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.5rem;
  box-sizing: border-box;
  max-width: 65rem;
  margin: 6.25rem auto 0;
  padding: 3.125rem 3.75rem;
  border: 1px solid #C7BFB0;
  border-radius: 1.25rem;
  background: #FCF9F2;
}
.p-service-detailComment__logo {
  flex: 0 0 auto;
  display: block;
  width: 7.5rem;
}
.p-service-detailComment__logo img {
  display: block;
  width: 100%;
}
.p-service-detailComment__textarea {
  flex: 1 1 auto;
  display: block;
}
.p-service-detailComment__textarea > *:first-child {
  margin-top: 0 !important;
}
.p-service-detailComment__text {
  margin: 1rem 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-service-detailComment {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 3.75rem;
    padding: 1.4375rem;
  }
  .p-service-detailComment__logo {
    align-self: center;
    width: 4.5rem;
  }
  .p-service-detailComment__text {
    font-size: 0.875rem;
  }
}

/**************************************************/
/* Office */
/**************************************************/
.p-office-greeting {
  position: relative;
  padding: 5rem 0 6.25rem;
  z-index: 2;
}
.p-office-greeting__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-office-greeting__inner > *:first-child {
  margin-top: 0 !important;
}
.p-office-greeting__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-office-greeting__lead {
  max-width: 50rem;
  margin: 2.5rem auto 0;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .p-office-greeting {
    padding: 3.75rem 1.5rem;
  }
  .p-office-greeting__ttl {
    font-size: 1.5rem;
  }
  .p-office-greeting__lead {
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-office-staff {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 6.25rem 0 6.25rem;
  border-bottom-left-radius: 7.5rem;
}
.p-office-staff::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-office-staff__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-office-staff__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-office-staff {
    border-radius: 0 3.75rem 0 0;
  }
  .p-office-staff::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
.p-office-staff::before {
  border-bottom-left-radius: 7.5rem;
}
.p-office-staff__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-office-staff__lead {
  margin: 2.5rem auto 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .p-office-staff {
    padding: 3.75rem 0 3.75rem;
    border-bottom-left-radius: 3.75rem;
  }
  .p-office-staff::before {
    border-bottom-left-radius: 3.75rem;
  }
  .p-office-staff__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-office-staff__ttl {
    font-size: 1.5rem;
  }
  .p-office-staff__lead {
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}

.p-office-staff-slider {
  --swiper-theme-color: #1A416C;
  --swiper-navigation-size: 2.75rem;
}
@media (min-width: 768px) {
  .p-office-staff-slider {
    margin: 4rem 0 0;
  }
  .p-office-staff-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem 2.5rem;
    list-style: none;
  }
  .p-office-staff-slider .swiper-slide {
    width: calc((100% - 5rem) / 3);
  }
  .p-office-staff-slider .swiper-button-prev,
  .p-office-staff-slider .swiper-button-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-office-staff-slider {
    margin: 1.5rem -1.5rem 0;
    padding: 0 2rem;
  }
  .p-office-staff-slider .swiper-button-prev,
  .p-office-staff-slider .swiper-button-next {
    top: calc(var(--swiper-navigation-size) / -2);
    margin-top: 50.1333333333%;
  }
  .p-office-staff-slider .swiper-button-disabled {
    opacity: 0;
  }
}

.p-office-staff-card__img img {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/374;
}
.p-office-staff-card__name {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin: 1.5rem 0 0;
}
.p-office-staff-card__name-ja {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-office-staff-card__name-en {
  color: #1A416C;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.p-office-staff-card__position {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  text-align: center;
}
.p-office-staff-card__more {
  max-width: 12.5rem;
  margin: 1.5rem auto 0;
}

.p-office-outline {
  position: relative;
  padding: 6.25rem 0 6.25rem;
}
.p-office-outline__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-office-outline__inner > *:first-child {
  margin-top: 0 !important;
}
.p-office-outline__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-office-outline__table {
  margin: 3rem 0 0;
}
.p-office-outline__table table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
.p-office-outline__table caption {
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #1A416C;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-office-outline__table th, .p-office-outline__table td {
  box-sizing: border-box;
  padding: 1.5rem;
  border-bottom: 1px solid #C7BFB0;
  line-height: 1.75;
  text-align: left;
}
.p-office-outline__table th {
  width: 33%;
}
.p-office-outline__table + .p-office-outline__table {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-office-outline {
    padding: 3.75rem 1.5rem;
  }
  .p-office-outline__ttl {
    font-size: 1.5rem;
  }
  .p-office-outline__table {
    margin-top: 2rem;
  }
  .p-office-outline__table table, .p-office-outline__table thead, .p-office-outline__table tbody, .p-office-outline__table tr, .p-office-outline__table th, .p-office-outline__table td, .p-office-outline__table caption {
    display: block;
  }
  .p-office-outline__table caption {
    font-size: 1.125rem;
  }
  .p-office-outline__table tr {
    padding: 1.25rem 0;
    border-bottom: 1px solid #C7BFB0;
  }
  .p-office-outline__table th, .p-office-outline__table td {
    width: auto;
    padding: 0;
    border-bottom: none;
  }
  .p-office-outline__table th {
    font-size: 0.875rem;
  }
  .p-office-outline__table td {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
  .p-office-outline__table + .p-office-outline__table {
    margin-top: 2.5rem;
  }
}

.p-office-access {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 6.25rem 0 6.25rem;
  border-bottom-left-radius: 7.5rem;
}
.p-office-access::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-office-access__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-office-access__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-office-access {
    border-radius: 0 3.75rem 0 0;
  }
  .p-office-access::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
.p-office-access::before {
  border-bottom-left-radius: 7.5rem;
}
.p-office-access__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-office-access__map {
  margin: 2.5rem auto 0;
}
.p-office-access__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1040/460;
}
.p-office-access__address {
  margin: 0.75rem 0 0;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .p-office-access {
    padding: 3.75rem 0 3.75rem;
    border-bottom-left-radius: 3.75rem;
  }
  .p-office-access::before {
    border-bottom-left-radius: 3.75rem;
  }
  .p-office-access__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-office-access__ttl {
    font-size: 1.5rem;
  }
  .p-office-access__map {
    margin-top: 2rem;
  }
  .p-office-access__map iframe {
    aspect-ratio: 16/9;
  }
  .p-office-access__address {
    font-size: 0.875rem;
  }
}

.p-staff {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.p-staff__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-staff__inner > *:first-child {
  margin-top: 0 !important;
}
.p-staff__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-staff__wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.75rem;
}
.p-staff__imgarea {
  flex: 0 0 auto;
  width: 25rem;
}
.p-staff__imgarea img {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/467;
}
.p-staff__textarea {
  flex: 1 1 auto;
}
.p-staff__name {
  display: flex;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin: 0;
  line-height: 1.25;
}
.p-staff__name-ja {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-staff__name-en {
  color: #1A416C;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.p-staff__position {
  margin: 0.75rem 0 0;
  line-height: 1.5;
}
.p-staff__summay {
  margin: 2.5rem 0 0;
  line-height: 1.75;
}
.p-staff__heading {
  margin: 4rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #1A416C;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-staff__qualification {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}
.p-staff__qualification > li {
  display: block;
}
.p-staff__book {
  display: flex;
  gap: 1.25rem;
  margin: 1.75rem 0 0;
}
.p-staff__book-img {
  flex: 0 0 auto;
  width: 8.125rem;
}
.p-staff__book-ttl {
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
}
.p-staff__book-ttl a {
  color: inherit;
}
.p-staff__book-ttl a::after {
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  min-height: 1em;
  background: currentColor;
  content: "□";
  -webkit-mask: url(../img/icon_blank.svg) no-repeat center/contain;
          mask: url(../img/icon_blank.svg) no-repeat center/contain;
}
.p-staff__message {
  margin: 1.75rem 0 0;
  line-height: 1.75;
}
.p-staff__more {
  max-width: 17.5rem;
  margin: 6.25rem auto 0;
}
@media (max-width: 767px) {
  .p-staff {
    padding: 2.5rem 1.5rem 3.75rem;
  }
  .p-staff__ttl {
    font-size: 1.5rem;
  }
  .p-staff__wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-staff__imgarea {
    align-self: center;
    width: auto;
    max-width: 19.4375rem;
  }
  .p-staff__name {
    justify-content: center;
    gap: 0.5rem 1rem;
  }
  .p-staff__name-ja {
    font-size: 1.5rem;
  }
  .p-staff__name-en {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  .p-staff__position {
    font-size: 0.875rem;
    text-align: center;
  }
  .p-staff__summay {
    font-size: 0.875rem;
  }
  .p-staff__heading {
    margin-top: 3rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .p-staff__qualification {
    margin-top: 1rem;
    font-size: 0.875rem;
    gap: 0.5rem 1.25rem;
  }
  .p-staff__book {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .p-staff__book-ttl {
    font-size: 0.875rem;
  }
  .p-staff__message {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  .p-staff__more {
    margin-top: 4rem;
  }
}

/**************************************************/
/* Recruit */
/**************************************************/
.p-recruit-summary {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-recruit-summary__inner {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-summary__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-recruit-summary {
    padding: 3.75rem 1.5rem;
  }
}
.p-recruit-summary__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-recruit-summary__ttl {
    font-size: 1.5rem;
  }
}
.p-recruit-summary__text {
  line-height: 2;
}
@media (max-width: 767px) {
  .p-recruit-summary__text {
    font-size: 0.875rem;
    margin-top: 1.75rem;
  }
}

.p-recruit-content {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-recruit-content__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-content__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-recruit-content {
    padding: 3.75rem 1.5rem;
  }
}
.p-recruit-content.-white {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 7.5rem 0 8.75rem;
  border-bottom-left-radius: 7.5rem;
}
.p-recruit-content.-white::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-recruit-content.-white__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-content.-white__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-recruit-content.-white {
    border-radius: 0 3.75rem 0 0;
  }
  .p-recruit-content.-white::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
.p-recruit-content.-white::before {
  border-bottom-left-radius: 7.5rem;
}
@media (max-width: 767px) {
  .p-recruit-content.-white {
    padding: 3.75rem 0 3.75rem;
    border-bottom-left-radius: 3.75rem;
  }
  .p-recruit-content.-white::before {
    border-bottom-left-radius: 3.75rem;
  }
}
.p-recruit-content.-form {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 7.5rem 0 8.75rem;
  border-top-left-radius: 7.5rem;
}
.p-recruit-content.-form::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-recruit-content.-form__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-content.-form__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-recruit-content.-form {
    border-radius: 0 3.75rem 0 0;
  }
  .p-recruit-content.-form::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
.p-recruit-content.-form::before {
  border-top-left-radius: 7.5rem;
}
@media (max-width: 767px) {
  .p-recruit-content.-form {
    padding: 3.75rem 0 3.75rem;
    border-top-left-radius: 3.75rem;
  }
  .p-recruit-content.-form::before {
    border-top-left-radius: 3.75rem;
  }
}
.p-recruit-content__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-recruit-content__ttl {
    font-size: 1.5rem;
  }
}
.p-recruit-content__text {
  text-align: center;
  line-height: 2;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-recruit-content__text {
    font-size: 0.875rem;
    margin-top: 1.75rem;
    text-align: left;
  }
}
.p-recruit-content__img {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-recruit-content__img .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-recruit-content__img {
    margin-top: 2rem;
  }
  .p-recruit-content__img .pc {
    display: none;
  }
}
.p-recruit-content__more {
  max-width: 17.5rem;
  margin: 2.5rem auto 0;
}
.p-recruit-content__marquee {
  display: flex;
  margin: 5.625rem 0 0;
  white-space: nowrap;
  overflow: hidden;
}
.p-recruit-content__marquee-item {
  flex: 0 0 auto;
  display: block;
  width: 115.625rem;
  background: url(../../images/home/reason_marquee.png) no-repeat left center/contain;
  aspect-ratio: 1850/120;
}
@media (max-width: 767px) {
  .p-recruit-content {
    padding: 3.75rem 0 3.75rem;
  }
  .p-recruit-content__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-recruit-content__ttl {
    font-size: 1.5rem;
  }
  .p-recruit-content__more {
    margin: 2.5rem auto 0;
  }
  .p-recruit-content__marquee {
    margin-top: 2.5rem;
  }
  .p-recruit-content__marquee-item {
    width: 77.125rem;
  }
}

.p-recruit-outline__table {
  width: 100%;
  margin: 3rem 0 0;
}
.p-recruit-outline__table table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
.p-recruit-outline__table th, .p-recruit-outline__table td {
  box-sizing: border-box;
  padding: 1.5rem;
  border-bottom: 1px solid #C7BFB0;
  line-height: 1.75;
  text-align: left;
}
.p-recruit-outline__table th {
  width: 33%;
}
@media (max-width: 767px) {
  .p-recruit-outline__table tr:first-child th {
    border-top: 1px solid #C7BFB0;
  }
  .p-recruit-outline__table th, .p-recruit-outline__table td {
    display: block;
    width: 100%;
  }
  .p-recruit-outline__table th {
    padding: 1.25rem 0 0.1875rem;
    border-bottom: none;
    font-size: 0.875rem;
  }
  .p-recruit-outline__table td {
    padding: 0.1875rem 0 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-recruit-detailComment {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.5rem;
  box-sizing: border-box;
  max-width: 65rem;
  margin: 6.25rem auto 0;
  padding: 2.5rem 3.75rem;
  border: 1px solid #C7BFB0;
  border-radius: 1.25rem;
  background: #FCF9F2;
}
.p-recruit-detailComment__logo {
  flex: 0 0 auto;
  display: block;
  width: 7.5rem;
}
.p-recruit-detailComment__logo img {
  display: block;
  width: 100%;
}
.p-recruit-detailComment__textarea {
  flex: 1 1 auto;
  display: block;
}
.p-recruit-detailComment__textarea > *:first-child {
  margin-top: 0 !important;
}
.p-recruit-detailComment__heading {
  color: #1A416C;
}
.p-recruit-detailComment__text {
  margin: 0.75rem 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-recruit-detailComment {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 3.75rem;
    padding: 1.4375rem;
  }
  .p-recruit-detailComment__heading {
    text-align: center;
  }
  .p-recruit-detailComment__logo {
    align-self: center;
    width: 4.5rem;
  }
  .p-recruit-detailComment__text {
    font-size: 0.875rem;
  }
}

.p-recruit-detailBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-recruit-detailBlock {
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
  }
}
.p-recruit-detailBlock__textarea {
  border-right: 1px solid #C7BFB0;
  padding: 0 1.5rem;
  position: relative;
}
.p-recruit-detailBlock__textarea:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .p-recruit-detailBlock__textarea {
    padding: 2rem 0;
    border-right: none;
    border-bottom: 1px solid #C7BFB0;
  }
  .p-recruit-detailBlock__textarea:last-child {
    border-bottom: none;
    padding: 2rem 0 0;
  }
}
.p-recruit-detailBlock__ttl {
  text-align: center;
  font-size: 1.5rem;
  color: #1A416C;
  line-height: 1.5;
  margin: 0;
}
.p-recruit-detailBlock__ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  background: #F6F2E6;
  border-radius: 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.15rem;
  position: absolute;
  top: -6rem;
  left: calc(50% - 2.25rem);
}
@media (max-width: 767px) {
  .p-recruit-detailBlock__ttl {
    font-size: 1.25rem;
  }
  .p-recruit-detailBlock__ttl span {
    font-size: 1.25rem;
    width: 3.25rem;
    height: 3.25rem;
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 auto 0.75rem;
  }
}
.p-recruit-detailBlock__text {
  line-height: 2;
  font-size: 0.9375rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .p-recruit-detailBlock__text {
    font-size: 0.875rem;
  }
}

.p-recruit-card {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}
.p-recruit-card .item {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
}
.p-recruit-card__icon {
  width: 7.5rem;
  height: 7.5rem;
}
.p-recruit-card__ttl {
  font-size: 1.25rem;
  text-align: center;
  margin: 1.5rem 0 0;
}
.p-recruit-card__text {
  margin: 0.75rem 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-recruit-card {
    grid-template-columns: 1fr;
    grid-gap: 1.25rem;
    margin-top: 3rem;
  }
  .p-recruit-card .item {
    position: relative;
    padding: 1.5rem;
    align-items: flex-start;
  }
  .p-recruit-card__icon {
    width: 4.25rem;
    height: 4.25rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
  }
  .p-recruit-card__ttl {
    padding-left: 5.5rem;
    line-height: 4.25rem;
    font-size: 1.125rem;
    margin-top: 0;
    text-align: left;
  }
  .p-recruit-card__text {
    font-size: 0.8125rem;
  }
}

.p-recruit-flow {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
}
.p-recruit-flow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-recruit-flow::after {
  display: block;
  position: absolute;
  top: -14.375rem;
  right: -10rem;
  width: 27.75rem;
  background: url(../../images/home/bg_mark.png) no-repeat center/contain;
  z-index: 1;
  content: "";
  aspect-ratio: 444/338;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-recruit-flow__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-flow__ttl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-flow__ttl-sub {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--heading-sub-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.p-recruit-flow__ttl-sub::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../img/icon_heading.svg) no-repeat center/contain;
          mask: url(../img/icon_heading.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-recruit-flow__ttl-sub {
    margin-bottom: 0.375rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-recruit-flow__ttl-sub::before {
    top: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-recruit-flow__ttl-main {
  display: block;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-recruit-flow__ttl-main {
    font-size: 1.5rem;
  }
}
.p-recruit-flow__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  gap: 1.25rem 3.75rem;
  margin: 6.25rem auto 0;
}
.p-recruit-flow__card {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 13.5rem;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
}
.p-recruit-flow__card + .p-recruit-flow__card::before {
  display: block;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: -2.4375rem;
  border: solid transparent;
  border-width: 0.75rem 0 0.75rem 1.125rem;
  border-left-color: #1A416C;
  content: "";
}
.p-recruit-flow__card-body {
  display: block;
  margin: 1.25rem 0 0;
}
.p-recruit-flow__card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
}
.p-recruit-flow__card-img img {
  height: 5rem;
}
.p-recruit-flow__card-img img._h72 {
  height: 4.5rem;
}
.p-recruit-flow__card-ttl {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit-flow {
    padding: 3.75rem 0 3.75rem;
    border-radius: 0 3.75rem 0 0;
  }
  .p-recruit-flow::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
  .p-recruit-flow::after {
    top: -7.1875rem;
    right: -5rem;
    width: 13.875rem;
  }
  .p-recruit-flow__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-recruit-flow__list {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-recruit-flow__card {
    display: flex;
    gap: 1.25rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    border-radius: 0.625rem;
  }
  .p-recruit-flow__card + .p-recruit-flow__card::before {
    top: -1.875rem;
    left: calc(50% - 0.625rem);
    transform: rotate(90deg);
    border-width: 0.625rem 0 0.625rem 1rem;
  }
  .p-recruit-flow__card-img {
    flex: 0 0 auto;
    width: 4.5rem;
    height: 3rem;
  }
  .p-recruit-flow__card-img img {
    height: 3rem;
  }
  .p-recruit-flow__card-img img._h72 {
    height: 3rem;
  }
  .p-recruit-flow__card-body {
    margin: 0;
  }
  .p-recruit-flow__card-ttl {
    font-size: 1.125rem;
    text-align: left;
    line-height: 3rem;
  }
}

.p-recruit-fixed {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.p-recruit-fixed.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-recruit-fixed__inner {
  max-width: 17.5rem;
  margin: auto;
}

/**************************************************/
/* Reason */
/**************************************************/
.p-reason-summary {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-reason-summary__inner {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-reason-summary__inner > *:first-child {
  margin-top: 0 !important;
}
.p-reason-summary__inner {
  text-align: center;
  line-height: 2.5;
}
.p-reason-summary__inner h2 {
  font-size: 2rem;
  color: #1A416C;
  line-height: 2.25;
  margin-top: 0;
}
.p-reason-summary__inner h2 span {
  padding-left: 0.5rem;
  display: inline-block;
  background: url(../../images/home/mv_dotted.svg) repeat-x left bottom;
}
.p-reason-summary__inner h2 span strong {
  color: #E86B78;
}
@media (min-width: 768px) {
  .p-reason-summary__inner h2.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-reason-summary__inner h2.pc {
    display: none;
  }
}
.p-reason-summary__inner p {
  max-width: 38.75rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 767px) {
  .p-reason-summary__inner {
    text-align: left;
    line-height: 2;
  }
  .p-reason-summary__inner h2 {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-reason-summary__inner p {
    font-size: 0.875rem;
    margin: 2rem auto 0;
  }
  .p-reason-summary__inner p br.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-reason-summary {
    padding: 2.5rem 1.5rem;
  }
}

.p-reason-content {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 7.5rem 0 8.75rem;
}
.p-reason-content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.p-reason-content__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-reason-content__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-reason-content {
    border-radius: 0 3.75rem 0 0;
  }
  .p-reason-content::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
.p-reason-content__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-reason-content {
    padding: 3.75rem 0 3.75rem;
  }
  .p-reason-content__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-reason-content__ttl {
    font-size: 1.5rem;
  }
}

.p-reason-detailBlock {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.75rem;
  max-width: 65rem;
  margin: 4rem auto 0;
}
.p-reason-detailBlock__img {
  flex: 0 0 auto;
  align-self: flex-start;
  display: block;
  width: 31.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.p-reason-detailBlock__img img {
  display: block;
  width: 100%;
}
.p-reason-detailBlock__textarea {
  flex: 1 1 auto;
  display: block;
}
.p-reason-detailBlock__ttl {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-reason-detailBlock__ttl span {
  display: block;
  color: #1A416C;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.p-reason-detailBlock__text {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-reason-detailBlock.-inversion .p-reason-detailBlock__img {
    order: 1;
  }
  .p-reason-detailBlock.-inversion .p-reason-detailBlock__textarea {
    order: 0;
  }
}
@media (max-width: 767px) {
  .p-reason-detailBlock {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .p-reason-detailBlock__img {
    align-self: stretch;
    width: 100%;
  }
  .p-reason-detailBlock__textarea {
    display: block;
  }
  .p-reason-detailBlock__ttl {
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .p-reason-detailBlock__ttl span {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .p-reason-detailBlock__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-reason-tabBlock {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-reason-tabBlock {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.p-reason-tabBlock__list {
  list-style: none;
  display: grid;
  grid-gap: 0.25rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  margin: 0;
}
.p-reason-tabBlock__list .tab {
  width: 100%;
  border: none;
  display: block;
  text-decoration: none;
  padding: 1.25rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: #d8d8d8;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.p-reason-tabBlock__list .tab.-active {
  background: #1A416C;
  color: #fff;
}
@media (min-width: 768px) {
  .p-reason-tabBlock__list .tab br {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-reason-tabBlock__list .tab {
    font-size: 0.875rem;
    padding: 0.5rem;
    line-height: 1.5;
  }
}
.p-reason-tabBlock__detail {
  display: none;
  background: #FBF9F2;
  padding: 3.125rem 3.75rem 3.75rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
.p-reason-tabBlock__detail.-active {
  display: block;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__detail {
    padding: 1.5rem 1.125rem 1.125rem;
  }
}
.p-reason-tabBlock__text {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin-top: 0;
}
.p-reason-tabBlock__text span {
  color: #E86B78;
}
@media (min-width: 768px) {
  .p-reason-tabBlock__text br.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-reason-tabBlock__text {
    font-size: 0.875rem;
  }
}
.p-reason-tabBlock__card {
  display: flex;
  gap: 0.875rem;
  padding: 2rem;
  background: #fff;
  margin-top: 2rem;
  justify-content: center;
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__card {
    flex-direction: column;
    gap: 0.625rem;
    padding: 1rem;
    margin-top: 1.5rem;
  }
}
.p-reason-tabBlock__card .item {
  width: calc(33.3333333333% - 0.5rem);
  padding: 1.875rem 1.25rem;
  background: #E2EBF4;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__card .item {
    width: 100%;
    padding: 1.25rem;
  }
}
.p-reason-tabBlock__card .item .icon {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__card .item .icon img {
    width: 85%;
  }
}
.p-reason-tabBlock__card .item h3 {
  margin-top: 0;
  color: #1A416C;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__card .item h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-reason-tabBlock__card .item ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__card .item ul {
    margin: 0.875rem 0 0;
  }
}
.p-reason-tabBlock__card .item ul li {
  padding-left: 1rem;
  text-indent: -0.9rem;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
.p-reason-tabBlock__card .item ul li:first-child {
  margin-top: 0;
}
.p-reason-tabBlock__card .item ul li::before {
  display: inline-block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: #1A416C;
  margin-right: 0.5rem;
  margin-bottom: 0.125rem;
}
.p-reason-tabBlock__card .item:nth-child(n+2)::before {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../../reason/images/icon-plus.svg") no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: calc(50% - 1.25rem);
  left: -1.625rem;
}
@media (max-width: 767px) {
  .p-reason-tabBlock__card .item:nth-child(n+2)::before {
    left: calc(50% - 1rem);
    top: -1.25rem;
    width: 2rem;
    height: 2rem;
  }
}

/**************************************************/
/* Fee */
/**************************************************/
.pg-fee .c-sitenav {
  margin-top: 8.75rem;
}
@media (max-width: 767px) {
  .pg-fee .c-sitenav {
    margin-top: 5rem;
  }
}

.p-fee {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-fee__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-fee__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-fee {
    padding: 3.75rem 1.5rem;
  }
}
.p-fee__inner p.note {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .p-fee__inner p.note {
    font-size: 0.75rem;
  }
}
.p-fee__ttlBox {
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-fee__ttlBox {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-fee__ttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .p-fee__ttl {
    font-size: 1.5rem;
  }
}
.p-fee__text {
  text-align: center;
  margin-top: 2.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-fee__text {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 2rem;
  }
}
.p-fee__heading {
  font-size: 1.375rem;
  margin-top: 3.75rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
  border-left: 5px solid #1A416C;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-fee__heading {
    font-size: 1.125rem;
    padding-left: 0.875rem;
  }
}
.p-fee__table {
  border-collapse: collapse;
  width: 100%;
}
.p-fee__table th, .p-fee__table td {
  border: 1px solid #C7BFB0;
  padding: 1.125rem 1.5rem;
  text-align: left;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .p-fee__table th .sp, .p-fee__table td .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-fee__table th, .p-fee__table td {
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
  }
}
.p-fee__table thead th {
  background: #1A416C;
  color: #fff;
  font-weight: bold;
}
.p-fee__table tbody th {
  width: 28%;
  background: #FCF9F2;
  font-weight: normal;
}
.p-fee__table tbody td {
  background: #fff;
  padding: 1.375rem 1.5rem;
}
.p-fee__table tbody td:last-child {
  width: 35.5%;
}
@media (max-width: 767px) {
  .p-fee__table tbody td {
    font-size: 0.875rem;
    padding: 0.9375rem 1.25rem;
  }
}
.p-fee__table.-wide tbody th {
  width: 40%;
}
.p-fee__table.-wide tbody td {
  width: 60%;
}

/**************************************************/
/* News */
/**************************************************/
.p-newsIndex {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-newsIndex__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-newsIndex__inner > *:first-child {
  margin-top: 0 !important;
}
.p-newsIndex__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.p-newsIndex__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-newsIndex__category {
  width: 13.75rem;
}
.p-newsIndex__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 0.75rem 3rem 0.6875rem 1rem;
  border: 1px solid #C7BFB0;
  border-radius: 0.375rem;
  background: url(../img/icon_select.svg) no-repeat right 0.875rem top 50%, #fff;
  background-size: 0.875rem 0.875rem, 100%;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.p-newsIndex__select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .p-newsIndex {
    padding: 2.5rem 1.5rem 3.75rem;
  }
  .p-newsIndex__ttl {
    font-size: 1.5rem;
  }
  .p-newsIndex__category {
    width: 8.25rem;
  }
  .p-newsIndex__select {
    padding: 0.625rem 2rem 0.5625rem 0.5rem;
    background-position: right 0.75em top 50%;
    background-size: 0.75rem 0.75rem, 100%;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
}

.p-news {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-news__inner {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-news__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-news {
    padding: 2.5rem 1.5rem 3.75rem;
  }
}

.p-news-head__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1rem;
  margin: 0;
}
.p-news-head__date {
  display: block;
  box-sizing: border-box;
  padding-top: 0.2em;
  color: #1A416C;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.p-news-head__cat {
  display: block;
  box-sizing: border-box;
  padding: 0.1875rem 0.75em;
  border: 1px solid #1A416C;
  border-radius: 4em;
  color: #1A416C;
  font-size: 0.75rem;
  line-height: 1.25;
}
.p-news-head__ttl {
  margin: 1.25rem 0 0;
  padding-bottom: 1rem;
  border-bottom: 0.1875rem solid #1A416C;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-news-head__ttl {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom-width: 0.125rem;
    font-size: 1.125rem;
  }
}

.p-news-body {
  margin: 2.5rem 0 0;
  line-height: 2;
  word-break: break-all;
}
.p-news-body > *:first-child {
  margin-top: 0 !important;
}
:where(.p-news-body) .text-h2 {
  margin: 5rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
:where(.p-news-body) .text-h3 {
  margin: 2.5rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #1A416C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
:where(.p-news-body) .text-p {
  margin: 2rem 0 0;
}
:where(.p-news-body) .text-ul {
  margin: 2rem 0 0;
  padding-left: 1.5em;
}
:where(.p-news-body) .text-ul li::marker {
  color: #1A416C;
}
@media (max-width: 767px) {
  .p-news-body {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  :where(.p-news-body) .text-h2 {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
  :where(.p-news-body) .text-h3 {
    margin-top: 2rem;
    font-size: 1rem;
  }
  :where(.p-news-body) .text-p,
  :where(.p-news-body) .text-ul {
    margin-top: 1.5rem;
  }
}

.p-news-back {
  max-width: 17.5rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .p-news-back {
    margin-top: 4rem;
  }
}

[class*=column-media-] {
  margin: 2.5rem 0 0;
}
[class*=column-media-] img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  [class*=column-media-] {
    margin-top: 1.5rem;
  }
}

[class*=column-table-] {
  margin: 2.5rem 0 0;
}
[class*=column-table-] .entry-container {
  margin: 0;
}
[class*=column-table-] table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
[class*=column-table-] th, [class*=column-table-] td {
  padding: 1em 1.5em;
  border: 1px solid #C7BFB0;
  line-height: 1.5;
  text-align: left;
}
[class*=column-table-] th {
  background: #1A416C;
  color: #fff;
}
[class*=column-table-] td {
  background: #fff;
}
@media (max-width: 767px) {
  [class*=column-table-] {
    margin-top: 1.5rem;
  }
  [class*=column-table-] th, [class*=column-table-] td {
    padding: 0.75em 1em;
  }
}

/**************************************************/
/* その他 */
/**************************************************/
.p-faq {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.p-faq__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.p-faq__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-faq {
    padding: 3.75rem 1.5rem;
  }
}

.c-faq {
  margin: 0;
}
.c-faq__q {
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
  padding: 1.5rem 2.5rem;
  border-radius: 0.625rem;
  background: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  cursor: pointer;
}
.c-faq__q::before {
  flex: 0 0 auto;
  display: block;
  color: #1A416C;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  content: "Q";
}
.c-faq__q:hover {
  color: #E86B78;
}
.c-faq__q-label {
  display: inline-block;
  pointer-events: none;
}
.c-faq__q-state {
  display: block;
  position: absolute;
  top: calc(50% - 0.625rem);
  right: 2.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.c-faq__q-state::before, .c-faq__q-state::after {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 0.0625rem;
  background: #1A416C;
  content: "";
}
.c-faq__q-state::before {
  width: 100%;
  height: 0.25rem;
}
.c-faq__q-state::after {
  width: 0.25rem;
  height: 100%;
}
.c-faq__q.is-open {
  border-radius: 0.625rem 0.625rem 0 0;
}
.c-faq__q.is-open .c-faq__q-state::after {
  opacity: 0;
}
.c-faq__a {
  margin: 0;
  padding: 1.5rem 2.5rem 2.5rem;
  border-top: 1px solid #C7BFB0;
  border-radius: 0 0 0.625rem 0.625rem;
  background: #fff;
}
.c-faq + .c-faq {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-faq__q {
    gap: 0.5rem;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    font-size: 0.875rem;
  }
  .c-faq__q::before {
    font-size: 1.25rem;
  }
  .c-faq__q-state {
    top: calc(50% - 0.5rem);
    right: 1.25rem;
    width: 1rem;
    height: 1rem;
  }
  .c-faq__a {
    padding: 1.25rem;
  }
  .c-faq + .c-faq {
    margin-top: 1rem;
  }
}

.c-faq-answer {
  line-height: 1.75;
}
.c-faq-answer > *:first-child {
  margin-top: 0 !important;
}
.c-faq-answer p {
  margin: 1em 0 0;
}
.c-faq-answer h3 {
  margin: 1.5em 0 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #1A416C;
  font-size: 0.9375rem;
  font-weight: 700;
}
.c-faq-answer ul, .c-faq-answer ol {
  margin: 1em 0 0;
  padding-left: 1.5em;
  font-size: 0.875rem;
}
.c-faq-answer ul li::marker {
  color: #1A416C;
}
@media (max-width: 767px) {
  .c-faq-answer {
    font-size: 0.8125rem;
  }
  .c-faq-answer h3 {
    font-size: 0.8125rem;
  }
  .c-faq-answer ul, .c-faq-answer ol {
    font-size: 0.8125rem;
  }
}

.p-policy {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.p-policy__inner {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-policy__inner > *:first-child {
  margin-top: 0 !important;
}
.p-policy__h2 {
  margin: 4rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #1A416C;
  color: #1A416C;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-policy__lead {
  margin: 0;
  line-height: 1.75;
}
.p-policy__text {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-policy__ol {
  margin: 1rem 0 0;
  padding-left: 1.5em;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-policy__contact {
  max-width: 15rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .p-policy {
    padding: 2.5rem 1.5rem 3.75rem;
  }
  .p-policy__h2 {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .p-policy__lead {
    font-size: 0.875rem;
  }
  .p-policy__text {
    font-size: 0.875rem;
  }
  .p-policy__ol {
    font-size: 0.875rem;
  }
}

.p-sitemap {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.p-sitemap__inner {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}
.p-sitemap__inner > *:first-child {
  margin-top: 0 !important;
}
.p-sitemap__primary {
  margin: 3rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #1A416C;
  font-size: 1.375rem;
  line-height: 1.5;
}
.p-sitemap__primary a {
  display: inline-block;
  position: relative;
  padding-right: 2.25rem;
  color: inherit;
  text-decoration: none;
}
.p-sitemap__primary a::before, .p-sitemap__primary a::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.8125rem);
  right: 0;
  width: 1.625rem;
  height: 1.625rem;
  content: "";
}
.p-sitemap__primary a::before {
  border-radius: 50%;
  background: #1A416C;
}
.p-sitemap__primary a::after {
  background: #fff;
  -webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center/0.75rem 0.75rem;
          mask: url(../img/icon_arrow_right.svg) no-repeat center/0.75rem 0.75rem;
}
.p-sitemap__primary a:hover {
  color: #E86B78;
  opacity: 1;
}
.p-sitemap__secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-sitemap__secondary a {
  color: inherit;
  text-decoration: none;
}
.p-sitemap__secondary a:hover {
  color: #E86B78;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-sitemap {
    padding: 2.5rem 1.5rem 3.75rem;
  }
  .p-sitemap__primary {
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
  .p-sitemap__primary a {
    padding-right: 1.875rem;
  }
  .p-sitemap__primary a::before, .p-sitemap__primary a::after {
    top: calc(50% - 0.625rem);
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-sitemap__secondary {
    gap: 0.5rem 1.25rem;
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.tpl-section-basic {
  position: relative;
  padding: 6.25rem 0 7.5rem;
}
.tpl-section-basic__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.tpl-section-basic__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .tpl-section-basic {
    padding: 2.5rem 1.5rem 3.75rem;
  }
}

.tpl-section-white {
  position: relative;
  border-radius: 0 7.5rem 0 0;
  background: #fff;
  padding: 7.5rem 0 8.75rem;
}
.tpl-section-white::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.5rem 0 0;
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20rem #F8F4EC;
}
.tpl-section-white__inner {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.tpl-section-white__inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .tpl-section-white {
    border-radius: 0 3.75rem 0 0;
  }
  .tpl-section-white::before {
    border-radius: 0 3.75rem 0 0;
    box-shadow: 0 0 10rem #F8F4EC;
  }
}
@media (max-width: 767px) {
  .tpl-section-white {
    padding: 3.75rem 0 3.75rem;
  }
  .tpl-section-white__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}