@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@200;300&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  clear: both;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

button {
  cursor: pointer;
}

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

html body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #666666;
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 750px) {
  html.is-noScroll,
  body.is-noScroll {
    overflow: hidden;
    touch-action: none;
  }
}

@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.l-footer {
  padding: 0 20px;
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .l-footer {
    margin-top: 65px;
  }
}
.l-footer__inner {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-around;
  max-width: 1280px;
  padding-top: 65px;
  padding-bottom: 95px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 49px 0;
    padding-top: 46px;
    padding-right: 0;
    padding-bottom: 59px;
    padding-left: 0;
  }
}
.l-footer__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #CCCCCC;
}
.l-footer__link {
  margin-top: 55px;
}
@media only screen and (max-width: 750px) {
  .l-footer__link {
    margin-top: 0;
  }
}
.l-footer__contents > picture {
  display: block;
  width: 292px;
}
@media only screen and (max-width: 750px) {
  .l-footer__contents > picture {
    width: 100%;
    max-width: 292px;
  }
}
.l-footer__company {
  margin-top: 31px;
}
.l-footer__company > li > p {
  line-height: 1.8;
}
.l-footer__company > li > p > a {
  text-decoration: none;
  color: #666666;
}
.l-footer__share {
  margin-top: 27px;
  display: flex;
  gap: 0 24px;
}
@media only screen and (max-width: 750px) {
  .l-footer__share {
    margin-top: 30px;
    gap: 0 20px;
  }
}
.l-footer__share > a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-footer__share > a:hover {
    opacity: 0.7;
  }
}
.l-footer__catchcopy {
  margin-top: 40px;
}
.l-footer__catchcopy > p {
  font-size: 0.75rem;
  font-weight: 300;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  .l-header {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 1340px;
  box-sizing: border-box;
  height: 136px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .l-header__inner {
    height: 96px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__inner {
    position: relative;
    padding: 20px;
    height: 64px;
    box-sizing: border-box;
  }
}
.l-header__logo > a {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .l-header__logo > a {
    width: 220px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__logo > a {
    width: 187px;
  }
}
.l-header__logo > a picture {
  display: block;
}
.l-header__main {
  padding-right: 15px;
}
@media only screen and (max-width: 750px) {
  .l-header__main {
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100dvh - 64px);
    padding-right: 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    overflow: auto;
    overflow-x: hidden;
  }
  .l-header__main.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 21px;
}
@media only screen and (max-width: 1080px) {
  .l-header__menu {
    gap: 0 15px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__menu {
    display: block;
    padding: 4px 28px;
  }
}
.l-header__menu > li a {
  position: relative;
  display: block;
  color: #AAAAAA;
  font-size: 1.125rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  text-decoration: none;
  letter-spacing: 0.17em;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-header__menu > li a.is-current {
    color: #222222;
  }
}
@media only screen and (min-width: 751px) {
  .l-header__menu > li a:hover {
    color: #444444;
  }
}
@media only screen and (max-width: 1080px) {
  .l-header__menu > li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__menu > li a {
    color: #666666;
    font-size: 1.125rem;
    padding: 14px 10px;
    letter-spacing: 0.13em;
  }
}
@media only screen and (min-width: 751px) {
  .l-header__menu > li a .c-link-arrow {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__menu > li {
    border-bottom: 1px solid #EEEEEE;
  }
}
.l-header__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  gap: 0 20px;
}
@media only screen and (min-width: 751px) {
  .l-header__share {
    display: none !important;
  }
}
.l-header__share > a {
  display: block;
}
.l-header__share > a picture {
  display: block;
}
@media only screen and (min-width: 751px) {
  .l-header__hamburger {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__hamburger {
    position: absolute;
    top: 11px;
    right: 13px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .l-header__hamburger span {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    width: 20px;
    height: 2px;
    background-color: #666666;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
    pointer-events: none;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 12px;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 20px;
  }
  .l-header__hamburger span:nth-child(3) {
    top: 28px;
  }
  .l-header__hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(42deg);
  }
  .l-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-42deg);
  }
}
.l-header--top {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.l-header--top.is-header-show {
  opacity: 1;
  pointer-events: auto;
}

.l-main {
  padding-top: 136px;
}
@media only screen and (max-width: 1080px) {
  .l-main {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 750px) {
  .l-main {
    padding-top: 64px;
  }
}
.l-main--top {
  padding-top: 0 !important;
}

.p-article-wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
@media only screen and (max-width: 750px) {
  .p-article-wrap {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-article-wrap__inner {
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-article-wrap__inner {
    max-width: 100%;
  }
}
.p-article-wrap__inner > time {
  color: #333333;
}

.p-about-lead {
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-about-lead {
    margin-top: 20px;
  }
}
.p-about-lead__contents {
  padding: 119px 0;
  background: url(../../assets/image/about/img_about.jpg) 50% 50% no-repeat;
  background-size: 1500px auto;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__contents {
    margin-right: -20px;
    margin-left: -20px;
    padding: 40px 20px;
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: 105% auto;
  }
}
.p-about-lead__contents > h2 {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 45px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__contents > h2 {
    font-size: 1.25rem;
    margin-top: 30px;
  }
}
.p-about-lead__contents > h2 > em {
  font-size: 1.625rem;
  font-weight: 300;
  font-family: "IBM Plex Serif", serif;
  letter-spacing: 0.19em;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__contents > h2 > em {
    font-size: 1.375rem;
  }
}
.p-about-lead__contents > p {
  text-align: center;
  margin-top: 45px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__contents > p {
    margin-top: 30px;
    text-align: left;
  }
}
.p-about-lead__text {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__text {
    text-align: left;
  }
}
.p-about-lead__text > p {
  line-height: 1.9;
}
.p-about-lead__text > p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.p-about-lead__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 15px 30px;
  max-width: 572px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__list {
    flex-direction: column;
    align-items: center;
  }
}
.p-about-lead__list > li {
  position: relative;
  padding-left: 13px;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .p-about-lead__list > li {
    font-size: 1.125rem;
  }
}
.p-about-lead__list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #666666;
}

.p-about-contents {
  margin-top: 61px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents {
    margin-top: 60px;
  }
}
.p-about-contents__item {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents__item {
    margin-top: 20px;
  }
}
.p-about-contents__item > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-about-contents__item > li > a {
  font-size: 1rem;
  font-weight: 200;
  font-family: "IBM Plex Serif", serif;
  color: #666666;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #EEEEEE;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-about-contents__item > li > a:hover {
    color: #333333;
    border-bottom: 1px solid #AAAAAA;
  }
}
.p-about-contents__item > li > a > span {
  position: relative;
  padding-right: 28px;
}
.p-about-contents__item > li > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 11px;
  background: url(../../assets/image/icon/icon_link.svg) no-repeat center;
  transform: translateY(-50%);
}
.p-about-contents__inner {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 41px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents__inner {
    flex-direction: column;
    gap: 35px 0;
    margin-top: 20px;
  }
}
.p-about-contents__profile {
  display: flex;
  gap: 0 20px;
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 750px) {
  .p-about-contents__profile {
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
  }
}
.p-about-contents__profile > picture {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
  .p-about-contents__profile > picture {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}
.p-about-contents__profile > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about-contents__profile-item {
  margin-top: 15px;
}
.p-about-contents__profile-item > div {
  display: flex;
  gap: 0 5px;
}
.p-about-contents__profile-item > div:nth-of-type(n + 2) {
  margin-top: 7px;
}
.p-about-contents__profile-item > div > dt {
  width: 35px;
  font-size: 0.875rem;
}
.p-about-contents__profile-item > div > dd {
  width: calc(100% - 35px - 5px);
  font-size: 0.875rem;
}
.p-about-contents__awards {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents__awards {
    margin-top: 20px;
  }
}
.p-about-contents__awards > div {
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents__awards > div {
    gap: 0 15px;
  }
}
.p-about-contents__awards > div:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-about-contents__awards > div > dt {
  width: 50px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents__awards > div > dt {
    width: 40px;
  }
}
.p-about-contents__awards > div > dd {
  width: calc(100% - 50px - 20px);
}
@media only screen and (max-width: 750px) {
  .p-about-contents__awards > div > dd {
    width: calc(100% - 40px - 15px);
  }
}
.p-about-contents--flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 0 40px;
}
@media only screen and (max-width: 750px) {
  .p-about-contents--flex {
    gap: 35px 0;
  }
}
.p-about-contents--flex > div {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 750px) {
  .p-about-contents--flex > div {
    width: 100%;
  }
}

.p-about-contact {
  padding-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-about-contact {
    padding-top: 40px;
  }
}
.p-about-contact > div > p {
  margin-top: 40px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .p-about-contact > div > p {
    margin-top: 20px;
  }
}

.c-button {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .c-button {
    padding: 0 27px;
  }
}
.c-button > a,
.c-button > button {
  position: relative;
  display: block;
  min-width: 320px;
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #EEEEEE;
  padding: 14px 70px 14px 12px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  transition: border 0.3s ease;
  font-size: 0.875rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .c-button > a,
  .c-button > button {
    min-width: auto;
    width: 100%;
    padding: 14px 20px 14px 12px;
  }
}
@media only screen and (min-width: 751px) {
  .c-button > a:hover,
  .c-button > button:hover {
    color: #333333;
    border-bottom: 1px solid #AAAAAA;
  }
  .c-button > a:hover > span::after,
  .c-button > button:hover > span::after {
    filter: brightness(0) saturate(100%) invert(43%) sepia(1%) saturate(0%) hue-rotate(166deg) brightness(92%) contrast(89%);
  }
  .c-button > a:hover .c-link-arrow,
  .c-button > button:hover .c-link-arrow {
    width: 49px;
    border-color: #666666;
  }
  .c-button > a:hover .c-link-arrow::after,
  .c-button > button:hover .c-link-arrow::after {
    border-color: #666666;
  }
}
.c-button > a > em,
.c-button > button > em {
  display: inline-block;
  width: 75px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "IBM Plex Serif", serif;
  margin-right: 13px;
}
@media only screen and (max-width: 750px) {
  .c-button > a > em,
  .c-button > button > em {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 751px) {
  .c-button > a .c-link-arrow,
  .c-button > button .c-link-arrow {
    left: calc(100% - 60px);
  }
}
.c-button--center {
  display: flex;
  justify-content: center;
}
.c-button--small > a > span > em {
  font-size: 1rem;
}
.c-button--submit em {
  text-align: left;
  width: 100% !important;
  display: block !important;
}
@media only screen and (max-width: 750px) {
  .c-button--wide {
    padding: 0;
  }
}
.c-button--serif > a {
  font-family: "Noto Serif JP", serif;
}
.c-button--jp > button > em {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.c-button--only > a > em,
.c-button--only > button > em {
  width: auto;
}

.smf-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 15px 0;
}
.smf-action .smf-button-control {
  position: relative;
  display: block;
  min-width: 320px;
}
@media only screen and (max-width: 750px) {
  .smf-action .smf-button-control {
    min-width: auto;
    width: 100%;
    padding: 0 27px;
    margin-left: 0 !important;
  }
}
.smf-action .smf-button-control button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  appearance: none;
  display: block !important;
  width: 100% !important;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #EEEEEE;
  padding: 14px 70px 14px 12px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  transition: border 0.3s ease;
  color: #666666;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .smf-action .smf-button-control button {
    padding: 14px 20px 14px 12px;
  }
}
.smf-action .smf-button-control button span {
  position: absolute;
  display: block;
  top: calc(50% + 2px) !important;
  right: 0;
  left: calc(100% - 60px);
  width: 39px;
  box-sizing: border-box;
  border-bottom: solid 1px #AAAAAA;
  transition: width 0.3s ease, border-color 0.3s ease;
}
.smf-action .smf-button-control button span::after {
  content: "";
  position: relative;
  right: 2px;
  bottom: -1px;
  display: block;
  height: 6px;
  border-right: solid 1px #AAAAAA;
  transform: skew(45deg);
}
.smf-action .smf-button-control button span::before {
  position: absolute;
  top: -200%;
  right: -100%;
}
.smf-action .smf-button-control button span[aria-hidden=true] {
  visibility: visible;
}
.smf-action .smf-button-control button span[aria-hidden=true]::before {
  visibility: hidden;
}
.smf-action .smf-button-control button[data-action=back] {
  text-align: right;
  padding: 14px 12px 14px 70px;
}
@media only screen and (max-width: 750px) {
  .smf-action .smf-button-control button[data-action=back] {
    padding: 14px 12px 14px 20px;
  }
}
.smf-action .smf-button-control button[data-action=back] span {
  top: calc(50% - 3px) !important;
  right: calc(100% - 60px);
  left: auto;
  transform: scaleX(-1);
}
.smf-action .smf-button-control button[data-action=back] span::after {
  right: 2px;
  bottom: -1px;
  display: block;
  height: 6px;
  border-right: solid 1px #AAAAAA;
  transform: skew(45deg);
}
@media only screen and (min-width: 751px) {
  .smf-action .smf-button-control button:hover {
    color: #333333;
    border-bottom: 1px solid #AAAAAA;
  }
  .smf-action .smf-button-control button:hover > span {
    width: 49px;
    border-color: #666666;
  }
}

.p-cassette {
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-cassette {
    margin-top: 20px;
  }
}
.p-cassette__inner {
  display: flex;
  gap: 0 40px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__inner {
    flex-direction: column-reverse;
    gap: 30px 0;
  }
}
.p-cassette__contents {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .p-cassette__contents {
    width: 100%;
  }
}
.p-cassette__contents .p-wysiwyg {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__contents .p-wysiwyg {
    margin-top: 25px;
  }
}
.p-cassette__image {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .p-cassette__image {
    width: 100%;
  }
}
.p-cassette__data {
  display: flex;
  gap: 0 40px;
  margin-top: 105px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__data {
    flex-direction: column;
    margin-top: 48px;
  }
}
.p-cassette__data > picture {
  display: block;
  width: 320px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__data > picture {
    width: 100%;
  }
}
.p-cassette__data-list {
  width: calc(100% - 320px - 40px);
}
@media only screen and (max-width: 750px) {
  .p-cassette__data-list {
    width: 100%;
    margin-top: 13px;
  }
}
.p-cassette__data-list > div {
  display: flex;
  gap: 0 10px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__data-list > div {
    flex-direction: column;
  }
}
.p-cassette__data-list > div:nth-of-type(n + 2) {
  padding-top: 7px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__data-list > div:nth-of-type(n + 2) {
    padding-top: 0;
  }
}
.p-cassette__data-list > div > dt {
  width: 240px;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-cassette__data-list > div > dt {
    width: 100%;
    border-bottom: 1px dashed #DDDDDD;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
  }
}
.p-cassette__data-list > div > dd {
  width: 60.9375%;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-cassette__data-list > div > dd {
    width: 100%;
    padding-top: 9px;
    padding-left: 10px;
  }
}

.snow-monkey-form {
  margin-top: 40px;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .snow-monkey-form {
    padding: 0;
    margin-top: 25px;
  }
}

.wp-block-snow-monkey-forms-item {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .wp-block-snow-monkey-forms-item {
    display: block;
  }
}
.wp-block-snow-monkey-forms-item:nth-of-type(n + 2) {
  margin-top: 24px;
}

.smf-item__col--label {
  width: 190px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .smf-item__col--label {
    width: 100%;
  }
}
.smf-item__col--label span {
  display: block;
  padding-top: 8px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .smf-item__col--label span {
    padding-top: 0;
    font-size: 0.9375rem;
  }
}
.smf-item__col--label .smf-item__label {
  max-width: 175px;
}
@media only screen and (max-width: 750px) {
  .smf-item__col--label .smf-item__label {
    max-width: 100%;
  }
}
.smf-item__col--controls {
  width: calc(100% - 190px);
}
@media only screen and (max-width: 750px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__col--controls input {
  border: 1px solid #AAAAAA;
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  box-sizing: border-box;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 !important;
}
@media only screen and (max-width: 750px) {
  .smf-item__col--controls input {
    padding: 5px 10px;
    font-size: 0.9375rem;
  }
}
.smf-item__col--controls textarea {
  border: 1px solid #AAAAAA;
  width: 100%;
  height: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  resize: none;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 !important;
}
@media only screen and (max-width: 750px) {
  .smf-item__col--controls textarea {
    height: 150px;
    padding: 5px 10px;
    font-size: 0.9375rem;
  }
}

.smf-select-control {
  width: 280px;
  height: 40px;
  border: 1px solid #AAAAAA;
  border-radius: 20px;
}
@media only screen and (max-width: 750px) {
  .smf-select-control {
    width: 100%;
  }
}
.smf-select-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #666666 transparent transparent transparent;
}
@media only screen and (max-width: 750px) {
  .smf-select-control::after {
    right: 13px;
  }
}
.smf-select-control select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 53px 5px 23px !important;
  border: none !important;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 !important;
}
@media only screen and (max-width: 750px) {
  .smf-select-control select {
    padding: 5px 30px 5px 13px;
    font-size: 0.9375rem;
  }
}
.smf-select-control .smf-select-control__toggle {
  display: none !important;
}

.p-contact {
  padding: 62px 0;
  border-top: 2px solid #EEEEEE;
}
@media only screen and (max-width: 750px) {
  .p-contact {
    padding: 45px 0;
  }
}
.p-contact__list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-contact__list > div {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .p-contact__list > div {
    display: block;
  }
}
.p-contact__list > div:nth-of-type(n + 2) {
  margin-top: 31px;
}
.p-contact__list > div dt {
  width: 50%;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .p-contact__list > div dt {
    width: 100%;
    font-size: 1.125rem;
  }
}
.p-contact__list > div dd {
  width: 50%;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .p-contact__list > div dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 10px;
    font-size: 1rem;
  }
}
.p-contact__list > div dd a {
  color: #666666;
  text-decoration: none;
}
.p-contact__list > div dd a:hover {
  text-decoration: underline;
}
.p-contact__consent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 49px;
  margin-left: -190px;
}
@media only screen and (max-width: 750px) {
  .p-contact__consent {
    margin-left: 0;
  }
}
.p-contact__consent input {
  padding: 0 !important;
  display: block;
  border-radius: 2px !important;
}
.p-contact__consent span {
  display: block;
  letter-spacing: 0.01em;
  font-size: 1rem;
  font-weight: 400;
}

.p-contact-form {
  border-top: 2px solid #EEEEEE;
}
.p-contact-form__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 66px;
}
@media only screen and (max-width: 750px) {
  .p-contact-form__inner {
    padding-top: 45px 0;
  }
}
.p-contact-form__inner > h2 {
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.p-contact-form__inner > p {
  margin-top: 30px;
  line-height: 2.2;
  font-size: 0.875rem;
}
@media only screen and (max-width: 750px) {
  .p-contact-form__inner > p {
    line-height: 1.7;
  }
}

.p-input-content__scroll {
  background-color: #EDEDED;
  padding: 15px 30px 15px 18px;
  height: 150px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-input-content__scroll {
    padding: 10px 20px 10px 13px;
    font-size: 0.9375rem;
  }
}
.p-input-content__scroll .os-scrollbar-horizontal {
  display: none !important;
}
.p-input-content__scroll .os-scrollbar-vertical {
  top: 16px;
  right: 14px;
  bottom: 16px;
  width: 2px !important;
  background: none !important;
}
@media only screen and (max-width: 750px) {
  .p-input-content__scroll .os-scrollbar-vertical {
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.p-input-content__scroll .os-scrollbar-track {
  background: #D6D6D6 !important;
}
.p-input-content__scroll .os-scrollbar-handle {
  background: #666666 !important;
  min-height: 32px;
  width: 100%;
  margin: 0 auto;
}
.p-input-content__scroll .os-scrollbar-corner {
  display: none;
}

.c-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox input {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  background: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .c-checkbox input {
    width: 20px;
    height: 20px;
  }
}
.c-checkbox input:checked {
  background: #AAAAAA;
}
.c-checkbox input:checked::after {
  content: "✔";
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 1px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item:last-child {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-item__col--controls {
  padding-top: 8px;
}
@media only screen and (max-width: 750px) {
  .snow-monkey-form[data-screen=confirm] .smf-item__col--controls {
    margin-top: 10px;
    padding-top: 0;
    font-size: 0.875rem;
  }
}

.smf-system-error-content {
  color: red;
}

.p-container-width {
  padding: 0 20px;
}
.p-container-width--narrow {
  max-width: 1320px;
  margin: 0 auto;
}

.p-kv-image {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-kv-image {
    margin-top: 25px;
  }
}

a.js-link-parallax img {
  width: 150%;
  height: 120%;
  max-width: none;
  transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
  will-change: transform;
  display: block;
  margin-left: -25%;
  object-fit: cover;
}

@media only screen and (max-width: 750px) {
  .js-column-slider .swiper-button-prev,
  .js-column-slider .swiper-button-next {
    top: 41.6vw !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
  }
  .js-column-slider .swiper-button-prev svg,
  .js-column-slider .swiper-button-next svg {
    display: none;
  }
  .js-column-slider .swiper-button-prev {
    left: -10px !important;
    background-image: url("../../assets/image/icon/icon_slider_left.svg");
  }
  .js-column-slider .swiper-button-next {
    right: -10px !important;
    background-image: url("../../assets/image/icon/icon_slider_right.svg");
  }
  .js-column-slider .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    border-radius: 0;
    margin: 0 7px !important;
    background-color: #EEEEEE;
    opacity: 1;
  }
  .js-column-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #777777;
  }
  .js-column-slider .swiper-wrapper .swiper-slide {
    padding: 0 45px 50px;
    box-sizing: border-box;
  }
  .js-column-slider .swiper-horizontal > .swiper-pagination-bullets,
  .js-column-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 21px;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal__content .swiper-thumbs-wrap {
  position: relative;
  width: 75%;
  max-width: 1025px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 750px) {
  .modal__content .swiper-thumbs-wrap {
    width: 80%;
  }
}
.modal__content .swiper-thumbs-wrap .swiper-button-prev,
.modal__content .swiper-thumbs-wrap .swiper-button-next {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 13px auto;
}
@media only screen and (max-width: 750px) {
  .modal__content .swiper-thumbs-wrap .swiper-button-prev,
  .modal__content .swiper-thumbs-wrap .swiper-button-next {
    width: 30px;
  }
}
.modal__content .swiper-thumbs-wrap .swiper-button-prev svg,
.modal__content .swiper-thumbs-wrap .swiper-button-next svg {
  display: none;
}
.modal__content .swiper-thumbs-wrap .swiper-button-prev {
  top: -7px;
  left: -60px;
  bottom: auto;
  background-image: url("../../assets/image/icon/icon_slider_left.svg");
}
@media only screen and (max-width: 750px) {
  .modal__content .swiper-thumbs-wrap .swiper-button-prev {
    left: -40px;
  }
}
.modal__content .swiper-thumbs-wrap .swiper-button-next {
  top: -7px;
  right: -60px;
  bottom: auto;
  background-image: url("../../assets/image/icon/icon_slider_right.svg");
}
@media only screen and (max-width: 750px) {
  .modal__content .swiper-thumbs-wrap .swiper-button-next {
    right: -40px;
  }
}
.modal__container {
  width: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 750px) {
  .modal__container {
    width: calc(100% - 50px);
    max-height: 86dvh;
  }
}
.modal__header {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__close {
  width: 50px;
  height: 50px;
  padding: 10px;
}
.modal__bottom {
  text-align: center;
  margin-top: 10px;
}
.modal__bottom > p {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  letter-spacing: 0.2em;
  padding-right: 1em;
  cursor: pointer;
}
.modal__bottom > p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../assets/image/icon/icon_close.svg") no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.modal-swiper .swiper-slide {
  width: 1600px;
  max-height: 65vh;
  height: 40vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .modal-swiper .swiper-slide {
    height: 50vw;
  }
}
.modal-swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.modal-swiper .slide-caption {
  position: absolute;
  right: 0;
  bottom: -35px;
  font-size: 1.125rem;
  font-weight: 300;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .modal-swiper .slide-caption {
    font-size: 0.875rem;
  }
}

.modal-thumbs {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  height: 80px;
  margin: 80px auto 0;
  opacity: 0;
}
.modal-thumbs.is-show {
  transition: opacity 0.3s;
  opacity: 1;
}
.modal-thumbs .thumbs-list {
  white-space: nowrap;
  display: block;
  height: 100%;
  min-width: 600px;
}
.modal-thumbs .thumb {
  position: relative;
  width: 80px;
  height: 32px;
  display: inline-block;
  margin-right: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 0.2s;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .modal-thumbs .thumb {
    margin-right: 4px;
  }
}
.modal-thumbs .thumb:last-child {
  margin-right: 0;
}
.modal-thumbs .thumb.is-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid rgba(255, 255, 255, 0.65);
  z-index: 1;
}
.modal-thumbs .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-thumbs .os-scrollbar {
  bottom: 10px;
  width: calc(100% - 10px);
  margin: 0 5px;
  height: 8px !important;
  padding: 0;
  background: none !important;
}
.modal-thumbs .os-scrollbar .os-scrollbar-track {
  background: #666666 !important;
  height: 1px !important;
  top: 50%;
  transform: translateY(-50%);
}
.modal-thumbs .os-scrollbar .os-scrollbar-track::before {
  width: 100%;
  height: 1px !important;
}
.modal-thumbs .os-scrollbar .os-scrollbar-handle {
  background: #FFFFFF !important;
  border: 1px solid #666666;
  border-radius: 16px;
  width: 48px;
  height: 13px !important;
  top: -7px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.modal-thumbs .os-scrollbar-vertical {
  display: none !important;
}
.modal-thumbs .os-scrollbar-corner {
  display: none;
}

.p-kv {
  position: relative;
  height: 100dvh;
  padding: 50px;
  min-height: 650px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-kv {
    padding: 20px;
    min-height: 500px;
  }
}
.p-kv__logo {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-kv__logo {
    top: calc(50% - 20px);
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__logo svg {
    transform: scale(0.8);
  }
}
.p-kv__text {
  margin-top: 22px;
  opacity: 0;
  transition: opacity 1s;
}
@media only screen and (max-width: 750px) {
  .p-kv__text {
    width: 237px;
    margin-top: 11px;
  }
}
.p-kv__text.is-kv-visible {
  opacity: 1;
}
.p-kv__text img {
  display: block;
}
.p-kv__scroll {
  position: absolute;
  left: 50%;
  bottom: 184px;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "IBM Plex Serif", serif;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-kv__scroll {
    display: none;
  }
}
.p-kv__scroll.is-scroll-show {
  opacity: 1;
}
.p-kv__scroll::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -105px;
  left: 0;
  animation: scroll 2s infinite;
  background-color: #FFFFFF;
  width: 1px;
  height: 96px;
  margin: auto;
  z-index: 2;
}
.p-kv__scroll::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -105px;
  left: 0;
  width: 1px;
  height: 96px;
  background-color: #777777;
  margin: auto;
}

.swiper.js-kv-slider {
  opacity: 0;
  transition: opacity 0.3s;
  height: 100%;
}
.swiper.js-kv-slider.swiper-initialized {
  opacity: 1;
}
.swiper.js-kv-slider .swiper-slide {
  overflow: hidden;
}
.swiper.js-kv-slider .swiper-slide img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.05);
  filter: blur(16px);
  transition: filter 4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: filter;
}
@media only screen and (max-width: 750px) {
  .swiper.js-kv-slider .swiper-slide img {
    height: 150%;
  }
}
.swiper.js-kv-slider.is-sharp-done .swiper-slide img {
  transition: none;
  filter: blur(0);
}

.js-kv-slider.is-sharp .swiper-slide img {
  filter: blur(0);
}

.c-link-arrow {
  position: absolute;
  display: block;
  top: calc(50% + 2px);
  right: 23px;
  transform: translateY(-50%);
  width: 39px;
  box-sizing: border-box;
  border-bottom: solid 1px #AAAAAA;
  transition: width 0.3s ease, border-color 0.3s ease;
}
.c-link-arrow::after {
  content: "";
  position: relative;
  right: 2px;
  bottom: -1px;
  display: block;
  height: 6px;
  border-right: solid 1px #AAAAAA;
  transform: skew(45deg);
}

.p-side-memu {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .p-side-memu {
    margin-top: 30px;
  }
}
.p-side-memu__list {
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .p-side-memu__list {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    gap: 5px 20px;
    margin-top: 0;
  }
}
.p-side-memu__list > li:nth-of-type(n + 2) {
  margin-top: 12px;
}
.p-side-memu__list > li > a,
.p-side-memu__list > li > p {
  font-size: 1rem;
  color: #666666;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-side-memu__list > li > a:hover {
    border-bottom: 1px solid #AAAAAA;
  }
}
.p-side-memu__item {
  margin-top: 21px;
  margin-left: 12px;
}
@media only screen and (max-width: 750px) {
  .p-side-memu__item {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    gap: 5px 20px;
    margin-top: 10px;
  }
}
.p-side-memu__item > li:nth-of-type(n + 2) {
  margin-top: 8px;
}
.p-side-memu__item > li > a {
  font-size: 0.875rem;
  color: #666666;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-side-memu__item > li > a:hover {
    border-bottom: 1px solid #AAAAAA;
  }
}
@media only screen and (max-width: 750px) {
  .p-side-memu--child .p-side-memu__list {
    display: block;
    gap: normal;
    margin-top: 20px;
  }
}
.p-side-memu--child .p-side-memu__list > li:nth-of-type(n + 2) {
  margin-top: 35px;
}

.p-pager {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 29px;
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-pager {
    margin-top: 40px;
    gap: 0 20px;
  }
}
.p-pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-radius: 4px;
  height: 20px;
  color: #333333;
}
.p-pager__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-pager__item > a:hover {
    border-bottom: 2px solid #AAAAAA;
  }
}
.p-pager__item--arrow {
  width: 13px;
  height: 28px;
}
.p-pager__item--arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-pager__item--left {
  margin-right: 4px;
  background: url(../../assets/image/icon/icon_arrow.svg) no-repeat center;
}
@media only screen and (max-width: 750px) {
  .p-pager__item--left {
    margin: 0;
  }
}
.p-pager__item--right {
  margin-left: 4px;
  background: url(../../assets/image/icon/icon_arrow.svg) no-repeat center;
  transform: scaleX(-1);
  filter: brightness(0) saturate(100%) invert(44%) sepia(23%) saturate(2%) hue-rotate(46deg) brightness(100%) contrast(91%);
}
@media only screen and (max-width: 750px) {
  .p-pager__item--right {
    margin: 0;
  }
}
.p-pager__item--current {
  font-weight: 700;
  background-color: #FFFFFF;
  color: #666666;
  border-bottom: 2px solid transparent;
}
.p-pager--left {
  margin-right: 120px;
}
@media only screen and (max-width: 750px) {
  .p-pager--left {
    margin-right: 0;
  }
}

.p-pagination {
  position: relative;
  max-width: 1000px;
  padding-top: 32px;
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-pagination {
    max-width: 100%;
    padding-top: 66px;
    margin-top: 50px;
  }
}
.p-pagination::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EEEEEE;
}
.p-pagination__link {
  position: relative;
  padding: 0 9px;
}
.p-pagination__item > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  color: #666666;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.16em;
  text-decoration: none;
}
.p-pagination__item--back {
  text-align: center;
}
.p-pagination__item--back > a {
  transition: border 0.3s, color 0.3s;
}
@media only screen and (min-width: 751px) {
  .p-pagination__item--back > a:hover {
    color: #333333;
    border-bottom: 1px solid #AAAAAA;
  }
}
.p-pagination__item--prev, .p-pagination__item--next {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 750px) {
  .p-pagination__item--prev, .p-pagination__item--next {
    top: -45px;
  }
}
.p-pagination__item--prev {
  left: 0;
}
.p-pagination__item--prev > a {
  padding-left: 58px;
}
.p-pagination__item--prev > a .c-link-arrow {
  top: calc(50% - 2px);
  right: calc(100% - 50px);
  transform: scaleX(-1);
}
@media only screen and (min-width: 751px) {
  .p-pagination__item--prev > a:hover .c-link-arrow {
    width: 49px;
    border-color: #666666;
  }
}
.p-pagination__item--next {
  right: 0;
}
.p-pagination__item--next > a {
  padding-right: 58px;
}
.p-pagination__item--next > a .c-link-arrow {
  right: auto;
  left: calc(100% - 50px);
}
@media only screen and (min-width: 751px) {
  .p-pagination__item--next > a:hover .c-link-arrow {
    width: 49px;
    border-color: #666666;
  }
}

.p-panel-list {
  margin-top: 65px;
}
@media only screen and (min-width: 751px) {
  .p-panel-list {
    display: flex;
    flex-flow: wrap;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-list {
    margin-top: 37px;
  }
}
.p-panel-list > div {
  width: calc((100% - 40px) / 3);
}
@media only screen and (min-width: 751px) {
  .p-panel-list > div {
    height: auto !important;
  }
}
.p-panel-list > div a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}
.p-panel-list > div a.js-link-parallax img {
  width: 120%;
  height: 120%;
  margin-left: -10%;
}
@media only screen and (min-width: 751px) {
  .p-panel-list > div a:hover {
    background-color: #EEEEEE;
  }
  .p-panel-list > div a:hover .c-link-arrow {
    width: 49px;
    border-color: #666666;
  }
  .p-panel-list > div a:hover .c-link-arrow::after {
    border-color: #666666;
  }
}
.p-panel-list__image {
  display: block;
  height: 320px;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .p-panel-list__image {
    height: 29.6296296vw;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-list__image {
    height: 64vw;
  }
}
.p-panel-list__contents {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
  color: #444444;
  height: calc(100% - 320px - 17px);
  padding: 0 20px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .p-panel-list__contents {
    height: calc(100% - 29.6296296vw - 17px);
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-list__contents {
    height: calc(100% - 64vw - 17px);
    padding: 0 0 20px;
  }
}
.p-panel-list__contents > h3 {
  font-size: 1rem;
  font-weight: 700;
}
.p-panel-list__contents > p {
  font-size: 0.875rem;
  margin-top: 15px;
  line-height: 1.6;
}
@media only screen and (min-width: 751px) {
  .p-panel-list__contents > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-list__contents > p {
    line-height: 1.7;
  }
}
.p-panel-list__contents .c-text-link {
  margin-top: auto;
}
.p-panel-list--column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media only screen and (max-width: 750px) {
  .p-panel-list--column {
    gap: 40px 0;
  }
}
.p-panel-list--column > div {
  width: 100%;
}
.p-panel-list--column > div > a {
  display: flex;
  flex-direction: row;
  gap: 0 28px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-panel-list--column > div > a {
    flex-direction: column;
    gap: 0;
  }
}
.p-panel-list--column .p-panel-list__image {
  width: 240px;
  height: 240px;
  flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
  .p-panel-list--column .p-panel-list__image {
    width: 100%;
    height: 100%;
  }
}
.p-panel-list--column .p-panel-list__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-panel-list--column .p-panel-list__contents {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .p-panel-list--column .p-panel-list__contents {
    padding: 20px 15px;
  }
}
.p-panel-list--column .p-panel-list__contents > p {
  margin-top: 20px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .p-panel-list--column .p-panel-list__contents > p {
    margin-top: 15px;
    line-height: 1.7;
  }
}

.p-section {
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .p-section {
    padding: 0;
  }
}
.p-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-section--line {
  position: relative;
  padding-bottom: 82px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-section--line {
    padding-bottom: 68px;
  }
}
.p-section--line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EEEEEE;
}
.p-section--about {
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .p-section--about {
    padding: 0;
  }
}
.p-section--column-detail .p-article-wrap__inner, .p-section--topics-detail .p-article-wrap__inner {
  margin-top: 33px;
}
.p-section--column-detail .p-side-memu, .p-section--topics-detail .p-side-memu {
  margin-top: 30px;
}
.p-section--column-detail time, .p-section--topics-detail time {
  display: flex;
  align-items: center;
}
.p-section--column-detail time span, .p-section--topics-detail time span {
  padding-left: 15px;
  display: block;
  color: #967F5F;
}
.p-section--column-detail h1, .p-section--topics-detail h1 {
  font-size: 1.5rem;
  margin-top: 15px;
}
.p-section--contact .p-section__inner {
  padding-top: 65px;
  padding-bottom: 61px;
}
@media only screen and (max-width: 750px) {
  .p-section--contact .p-section__inner {
    padding-top: 45px;
    padding-bottom: 41px;
  }
}
.p-section--contact .p-section__inner .c-text {
  line-height: 1.9;
}
.p-section--question {
  margin: 0 20px;
  border-top: 2px solid #CCCCCC;
}
@media only screen and (max-width: 750px) {
  .p-section--question {
    margin: 0;
  }
}
.p-section--question .p-section__inner {
  padding-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-section--question .p-section__inner {
    padding-top: 45px;
    padding-bottom: 41px;
  }
}

.c-text {
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  .c-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.c-text--small {
  font-size: 0.875rem;
}
@media only screen and (max-width: 750px) {
  .c-text--small {
    font-size: 0.75rem;
  }
}
.c-text--brown {
  color: #967F5F;
}
.c-text--center {
  text-align: center;
}

.c-text-link > a,
.c-text-link > p {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  color: #666666;
  text-decoration: none;
  letter-spacing: 2.6px;
  padding-right: 54px;
}
@media only screen and (min-width: 751px) {
  .c-text-link > a:hover > span::after,
  .c-text-link > p:hover > span::after {
    filter: brightness(0) saturate(100%) invert(43%) sepia(1%) saturate(0%) hue-rotate(166deg) brightness(92%) contrast(89%);
  }
}
.c-text-link > a .c-link-arrow,
.c-text-link > p .c-link-arrow {
  top: calc(50% + 0px);
  right: auto;
  left: 64px;
}

.p-tile-list {
  margin-top: 65px;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .p-tile-list {
    gap: 15px;
    margin-top: 40px;
  }
}
.p-tile-list > li {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 750px) {
  .p-tile-list > li {
    width: calc((100% - 15px) / 2);
  }
}
.p-tile-list > li > a,
.p-tile-list > li > button {
  position: relative;
  display: block;
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .p-tile-list > li > a,
  .p-tile-list > li > button {
    height: 44.4444444vw;
  }
}
@media only screen and (max-width: 750px) {
  .p-tile-list > li > a,
  .p-tile-list > li > button {
    height: 64vw;
  }
}
.p-tile-list > li > a::after,
.p-tile-list > li > button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .p-tile-list > li > a:hover::after,
  .p-tile-list > li > button:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .p-tile-list > li > a:hover .p-tile-list__text,
  .p-tile-list > li > button:hover .p-tile-list__text {
    opacity: 1;
  }
}
.p-tile-list__image {
  display: block;
  height: 100%;
}
.p-tile-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-tile-list__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.7s ease;
}
@media only screen and (max-width: 750px) {
  .p-tile-list__text {
    opacity: 1;
    font-size: 1rem;
  }
}
.p-tile-list--square {
  margin-top: 78px;
}
@media only screen and (max-width: 750px) {
  .p-tile-list--square {
    margin-top: 20px;
  }
}
.p-tile-list--square > li > button {
  width: 100%;
  height: 320px;
}
@media only screen and (max-width: 1080px) {
  .p-tile-list--square > li > button {
    height: 29.6296296vw;
  }
}
@media only screen and (max-width: 750px) {
  .p-tile-list--square > li > button {
    height: 42.6666666667vw;
  }
}
.p-tile-list--square .p-tile-list__image {
  width: 100%;
  height: 100%;
}
.p-tile-list--square .p-tile-list__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.c-title {
  font-size: 2rem;
  font-weight: 200;
  font-family: "IBM Plex Serif", serif;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 750px) {
  .c-title {
    font-size: 1.5rem;
  }
}
.c-title > span {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .c-title > span {
    font-size: 1.125rem;
  }
}
.c-title--large {
  font-size: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .c-title--large {
    font-size: 1.5rem;
  }
}
.c-title--large > span {
  display: block;
  letter-spacing: 0.2em;
  margin-top: 15px;
}

.c-title-jp {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .c-title-jp {
    font-size: 1.25rem;
  }
}
.c-title-jp--small {
  font-size: 1.25rem;
}
@media only screen and (max-width: 750px) {
  .c-title-jp--small {
    font-size: 1.125rem;
  }
}
.c-title-jp--center {
  text-align: center;
}
.c-title-jp--thin {
  font-weight: 300;
}
.c-title-jp--spacing-none {
  letter-spacing: 0;
}

.c-title-en {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "IBM Plex Serif", serif;
  letter-spacing: 0.18em;
  color: #777777;
}

.p-topics-list {
  margin-top: 62px;
}
@media only screen and (max-width: 750px) {
  .p-topics-list {
    margin-top: 39px;
  }
}
.p-topics-list > li > div,
.p-topics-list > li > a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0 27px;
  font-size: 0.875rem;
  color: #666666;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .p-topics-list > li > div,
  .p-topics-list > li > a {
    display: block;
  }
}
.p-topics-list > li > div > time,
.p-topics-list > li > a > time {
  display: block;
  color: #444444;
  margin-top: 4px;
  width: 75px;
}
@media only screen and (max-width: 750px) {
  .p-topics-list > li > div > time,
  .p-topics-list > li > a > time {
    width: 100%;
  }
}
.p-topics-list > li > div > p,
.p-topics-list > li > a > p {
  display: inline-block;
  line-height: 2;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
  max-width: calc(100% - 75px - 27px);
}
@media only screen and (max-width: 750px) {
  .p-topics-list > li > div > p,
  .p-topics-list > li > a > p {
    width: 100%;
    margin-top: 7px;
    line-height: 1.7;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 751px) {
  .p-topics-list > li > a > p:hover {
    border-bottom: 1px solid #AAAAAA;
  }
}
.p-topics-list > li:nth-child(n+2) {
  margin-top: 6px;
}
@media only screen and (max-width: 750px) {
  .p-topics-list > li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.p-topics-list--detail > li:nth-child(n+2) {
  margin-top: 14px;
}
@media only screen and (max-width: 750px) {
  .p-topics-list--detail > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.u-pc-none {
  display: none;
}
@media only screen and (max-width: 750px) {
  .u-pc-none {
    display: block;
  }
}

@media only screen and (min-width: 751px) {
  .u-sp-none {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .u-sp-none {
    display: none;
  }
}

.gap-0 {
  gap: 0px;
}

.gap-x-0 {
  column-gap: 0px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-3 {
  gap: 3px;
}

.gap-x-3 {
  column-gap: 3px;
}

.gap-y-3 {
  row-gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-x-5 {
  column-gap: 5px;
}

.gap-y-5 {
  row-gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-x-12 {
  column-gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-x-15 {
  column-gap: 15px;
}

.gap-y-15 {
  row-gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-x-25 {
  column-gap: 25px;
}

.gap-y-25 {
  row-gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-x-35 {
  column-gap: 35px;
}

.gap-y-35 {
  row-gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-x-45 {
  column-gap: 45px;
}

.gap-y-45 {
  row-gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  column-gap: 50px;
}

.gap-y-50 {
  row-gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-x-55 {
  column-gap: 55px;
}

.gap-y-55 {
  row-gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  column-gap: 60px;
}

.gap-y-60 {
  row-gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-x-65 {
  column-gap: 65px;
}

.gap-y-65 {
  row-gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-70 {
  column-gap: 70px;
}

.gap-y-70 {
  row-gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-x-75 {
  column-gap: 75px;
}

.gap-y-75 {
  row-gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-x-85 {
  column-gap: 85px;
}

.gap-y-85 {
  row-gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-x-90 {
  column-gap: 90px;
}

.gap-y-90 {
  row-gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.gap-x-100 {
  column-gap: 100px;
}

.gap-y-100 {
  row-gap: 100px;
}

.gap-115 {
  gap: 115px;
}

.gap-x-115 {
  column-gap: 115px;
}

.gap-y-115 {
  row-gap: 115px;
}

.gap-135 {
  gap: 135px;
}

.gap-x-135 {
  column-gap: 135px;
}

.gap-y-135 {
  row-gap: 135px;
}

.gap-140 {
  gap: 140px;
}

.gap-x-140 {
  column-gap: 140px;
}

.gap-y-140 {
  row-gap: 140px;
}

.gap-160 {
  gap: 160px;
}

.gap-x-160 {
  column-gap: 160px;
}

.gap-y-160 {
  row-gap: 160px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

@media only screen and (max-width: 750px) {
  .u-mt-sp-0 {
    margin-top: 0px !important;
  }
  .u-mt-sp-3 {
    margin-top: 3px !important;
  }
  .u-mt-sp-5 {
    margin-top: 5px !important;
  }
  .u-mt-sp-10 {
    margin-top: 10px !important;
  }
  .u-mt-sp-12 {
    margin-top: 12px !important;
  }
  .u-mt-sp-15 {
    margin-top: 15px !important;
  }
  .u-mt-sp-20 {
    margin-top: 20px !important;
  }
  .u-mt-sp-25 {
    margin-top: 25px !important;
  }
  .u-mt-sp-30 {
    margin-top: 30px !important;
  }
  .u-mt-sp-35 {
    margin-top: 35px !important;
  }
  .u-mt-sp-40 {
    margin-top: 40px !important;
  }
  .u-mt-sp-45 {
    margin-top: 45px !important;
  }
  .u-mt-sp-50 {
    margin-top: 50px !important;
  }
  .u-mt-sp-55 {
    margin-top: 55px !important;
  }
  .u-mt-sp-60 {
    margin-top: 60px !important;
  }
  .u-mt-sp-65 {
    margin-top: 65px !important;
  }
  .u-mt-sp-70 {
    margin-top: 70px !important;
  }
  .u-mt-sp-75 {
    margin-top: 75px !important;
  }
  .u-mt-sp-80 {
    margin-top: 80px !important;
  }
  .u-mt-sp-85 {
    margin-top: 85px !important;
  }
  .u-mt-sp-90 {
    margin-top: 90px !important;
  }
  .u-mt-sp-100 {
    margin-top: 100px !important;
  }
  .u-mt-sp-115 {
    margin-top: 115px !important;
  }
  .u-mt-sp-135 {
    margin-top: 135px !important;
  }
  .u-mt-sp-140 {
    margin-top: 140px !important;
  }
  .u-mt-sp-160 {
    margin-top: 160px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-pt-135 {
  padding-top: 135px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.p-process-tab {
  margin-top: 59px;
}
.p-process-tab__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  border-bottom: 4px solid #EEEEEE;
}
@media only screen and (max-width: 750px) {
  .p-process-tab__menu {
    position: relative;
    gap: 0 9px;
  }
  .p-process-tab__menu::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -4px;
    left: -20px;
    width: 100vw;
    height: 4px;
    background-color: #EEEEEE;
    z-index: -1;
  }
}
.p-process-tab__title {
  position: relative;
  top: 4px;
  border-top: 4px solid #EEEEEE;
  border-right: 4px solid #EEEEEE;
  border-left: 4px solid #EEEEEE;
  max-width: 320px;
  box-sizing: border-box;
  width: calc(50% - 40px);
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-process-tab__title {
    min-width: 0;
    width: 50%;
  }
}
.p-process-tab__title > button {
  display: block;
  width: 100%;
  background-color: #EEEEEE;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07em;
  padding: 14px 30px 18px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .p-process-tab__title > button {
    padding: 5px 0 14px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 751px) {
  .p-process-tab__title > button:hover {
    background-color: #FFFFFF;
  }
}
.p-process-tab__title > button.is-active {
  background-color: #FFFFFF;
}
.p-process-tab__item {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-process-tab__item.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 1;
  position: relative;
}
.p-process-tab__contents {
  position: relative;
  min-height: 500px;
}

.p-process__head {
  width: 390px;
}
@media only screen and (max-width: 750px) {
  .p-process__head {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .p-process__head .c-title-jp--small {
    font-size: 1.25rem;
  }
}
.p-process__caption {
  width: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .p-process__caption {
    width: 70px;
    margin-left: -10px;
  }
}
.p-process__caption--3 {
  margin-top: 55px;
}
.p-process__caption .c-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2;
  text-align: center;
  width: 100%;
}
.p-process__content {
  width: calc(100% - 390px);
  box-sizing: border-box;
  padding-left: 11px;
}
@media only screen and (max-width: 750px) {
  .p-process__content {
    width: 100%;
    padding-left: 0;
    margin-top: 14px;
  }
}
.p-process__content p {
  line-height: 1.7;
}
.p-process__content p:nth-of-type(n + 2) {
  margin-top: 22px;
}
.p-process__content-list > div dt {
  position: relative;
  font-size: 1rem;
  padding-left: 1.2em;
}
.p-process__content-list > div dt::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #666666;
  box-sizing: border-box;
}
.p-process__content-list > div dd ul {
  margin-top: 15px;
  margin-left: 5px;
}
.p-process__content-list > div dd ul li {
  position: relative;
  line-height: 1.7;
  font-size: 0.875rem;
  padding-left: 1.1em;
}
.p-process__content-list > div dd ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666666;
  box-sizing: border-box;
}
.p-process__content-list > div dd ul li:nth-of-type(n + 2) {
  margin-top: 4px;
}
.p-process__content-list > div:nth-of-type(n + 2) {
  margin-top: 22px;
}
.p-process__content-list-notes {
  position: relative;
  font-size: 0.875rem;
  margin-top: 7px !important;
  line-height: 2 !important;
  padding-left: 1.5em;
}
.p-process__content-list-notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
}
.p-process__content-notes {
  font-size: 0.875rem;
}
.p-process--text .p-process__inner:nth-of-type(n + 2) {
  border-top: 2px solid #EEEEEE;
}
.p-process--text .p-process__detail {
  display: flex;
  max-width: 1040px;
  padding: 48px 20px 62px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .p-process--text .p-process__detail {
    display: block;
    padding: 32px 0;
  }
}
.p-process--step .p-process__inner {
  border-top: 2px solid #EEEEEE;
}
.p-process--step .p-process__inner:last-of-type {
  border-bottom: 2px solid #EEEEEE;
}
.p-process--step .p-process__detail {
  display: flex;
  max-width: 1085px;
  padding: 63px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .p-process--step .p-process__detail {
    padding: 32px 0;
  }
}
.p-process--high .p-process__detail {
  padding-top: 64px;
}

.p-process-step {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 750px) {
  .p-process-step {
    width: calc(100% - 70px);
  }
}
.p-process-step > div {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .p-process-step > div {
    display: block;
  }
}
.p-process-step > div:not(:last-of-type) {
  padding-bottom: 31px;
}
@media only screen and (max-width: 750px) {
  .p-process-step > div:not(:last-of-type) {
    padding-bottom: 25px;
  }
}
.p-process-step > div:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #999999;
}
.p-process-step > div dt {
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  width: 300px;
  box-sizing: border-box;
  padding-left: 1.1em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 750px) {
  .p-process-step > div dt {
    width: 100%;
    padding-left: 0.8em;
    font-size: 1rem;
  }
}
.p-process-step > div dt::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666666;
}
.p-process-step > div dd {
  width: calc(100% - 300px);
  padding-left: 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-process-step > div dd {
    width: 100%;
    font-size: 0.875rem;
    padding-left: 28px;
    margin-top: 15px;
  }
}
.p-process-step > div dd p {
  line-height: 1.7;
}
.p-process-step > div dd p:nth-of-type(n + 2) {
  margin-top: 29px;
}
@media only screen and (max-width: 750px) {
  .p-process-step > div dd p:nth-of-type(n + 2) {
    margin-top: 13px;
  }
}
.p-process-step--other {
  padding-top: 55px;
}
.p-process-step--other .p-process-step__target {
  position: absolute;
  top: -55px;
}

.question-list {
  counter-reset: question;
  margin-top: 37px;
}
.question-list__head > p {
  position: relative;
  padding-left: 60px;
  font-size: 1rem;
  line-height: 1.75;
}
@media only screen and (max-width: 750px) {
  .question-list__head > p {
    padding-left: 50px;
  }
}
.question-list__head > p::before {
  content: "Q." counter(question);
  position: absolute;
  top: -3px;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #666666;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  font-size: 1.25rem;
}
.question-list__body {
  margin-top: 12px;
}
.question-list__body > p {
  position: relative;
  padding-left: 60px;
  font-size: 1rem;
  line-height: 1.75;
}
@media only screen and (max-width: 750px) {
  .question-list__body > p {
    padding-left: 50px;
  }
}
.question-list__body > p::before {
  content: "A." counter(question);
  position: absolute;
  top: -3px;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #967F5F;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  font-size: 1.25rem;
}
.question-list__body > p > a {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #EEEEEE;
  transition: border-bottom-color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .question-list__body > p > a:hover {
    border-bottom: 1px solid #AAAAAA;
  }
}
.question-list > li {
  counter-increment: question;
}
.question-list > li:nth-of-type(n + 2) {
  margin-top: 28px;
}

.p-wysiwyg {
  margin-top: 25px;
}
.p-wysiwyg p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.p-wysiwyg h2, .p-wysiwyg h3, .p-wysiwyg h4, .p-wysiwyg h5, .p-wysiwyg h6 {
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.p-wysiwyg h2 {
  font-size: 1.75rem;
}
.p-wysiwyg h3 {
  font-size: 1.375rem;
}
.p-wysiwyg h4 {
  font-size: 1.125rem;
}
.p-wysiwyg ul, .p-wysiwyg ol {
  margin: 1.5em 0 1.5em 2em;
  padding: 0;
}
.p-wysiwyg ul li, .p-wysiwyg ol li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}
.p-wysiwyg ul {
  list-style: disc;
}
.p-wysiwyg ol {
  list-style: decimal;
}
.p-wysiwyg .wp-block-image {
  overflow: hidden;
  margin: 2em auto 1.5em;
}
.p-wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.p-wysiwyg table th, .p-wysiwyg table td {
  border: 1px solid #AAAAAA;
  padding: 0.8em 1em;
  text-align: left;
}
.p-wysiwyg table th {
  background: #EDEDED;
  font-weight: bold;
}
.p-wysiwyg a {
  text-decoration: underline;
}
.p-wysiwyg a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-wysiwyg blockquote {
  border-left: 4px solid #AAAAAA;
  background: #EDEDED;
  padding: 1em 1.5em;
  margin: 2em 0;
  color: #444444;
  font-style: italic;
}
.p-wysiwyg strong {
  font-weight: bold;
}
.p-wysiwyg em {
  font-style: italic;
}
