@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  opacity: 0;
}

body.disable-scroll {
  overflow: hidden;
}

img, svg, img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: opacity 0.4s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}

body:not(#top) {
  padding-top: 90px;
}
@media screen and (min-width: 960px) {
  body:not(#top) {
    padding-top: 100px;
  }
}

@media screen and (max-width: 959px) {
  body:has(.header--fixed2) {
    padding-top: 66px !important;
  }
}

#nendebcopy {
  display: none;
}

.u-hidden {
  display: none !important;
}

.u-color-invert {
  filter: brightness(0) invert(1) !important;
}

.u-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.utils-anime-fadein {
  opacity: 0;
  animation: fade-in 0.3s linear forwards;
}
@media screen and (min-width: 960px) {
  .utils-anime-fadein {
    animation: fade-in 0.4s linear forwards;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-filter-theme {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #C4252C;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.u-link-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.u-visible-hidden {
  opacity: 0;
  visibility: hidden;
}

.u-sp-only {
  display: block !important;
}
@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-sp-only.inline {
    display: inline-block !important;
  }
}

@media screen and (max-width: 959px) {
  .u-sp-only.flex {
    display: flex !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-only.inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-only.flex {
    display: flex !important;
  }
}

.u-m-0 {
  margin: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

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

.u-anchor-offset {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .u-anchor-offset {
    padding-top: 170px;
    margin-top: -170px;
  }
}

.u-parallax {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.u-parallax-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.u-scroll-disabled {
  overflow: hidden;
}

.u-bg-gray {
  background-color: #666666;
}

.u-bg-light-gray {
  background-color: #EDEDED;
}

.u-bg-white {
  background-color: #FFFFFF;
}

.u-bg-theme {
  background-color: #C4252C;
}

.u-bg-black {
  background-color: #1C1D1D;
}

.u-bg-transparent {
  background-color: transparent;
}

.inner, .inner-l {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 18px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .inner, .inner-l {
    max-width: 1280px;
    padding-left: min(5.9375vw, 76px);
    padding-right: min(5.9375vw, 76px);
  }
}

.section-heading--white span {
  color: #FFFFFF;
}

.section-heading--white span:before {
  background-color: #FFFFFF;
}

.section-heading--center span {
  text-align: center;
}

.section-heading--center .section-heading__en {
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .section-heading--center-sp span {
    text-align: center;
  }
}
.section-heading__en {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #949999;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .section-heading__en {
    font-size: min(1.875vw, 24px);
    margin-bottom: 15px;
  }
}

.section-heading__en:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #C4252C;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .section-heading__en:before {
    width: min(1.5625vw, 20px);
    height: min(1.5625vw, 20px);
    margin-right: 4px;
  }
}

.section-heading__ja {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  white-space: normal;
}
@media screen and (max-width: 959px) {
  .section-heading__ja {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .section-heading__ja {
    font-size: min(3.4375vw, 44px);
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-top: 0;
  }
}

.section-heading__ja--white {
  color: #FFFFFF;
}

.section-heading__ja--wrap {
  white-space: initial;
}

.section-heading__ja span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .section-heading__ja span {
    font-size: 18px;
  }
}

.section-heading__en2 {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "EB Garamond", serif;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-transform: capitalize;
}
@media screen and (min-width: 960px) {
  .section-heading__en2 {
    font-size: min(2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.section-heading__ja2 {
  display: block;
  font-size: min(5.5vw, 24px);
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .section-heading__ja2 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .section-heading__ja2 {
    font-size: min(2.1875vw, 28px);
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 12px;
  }
}

@media screen and (max-width: 959px) {
  .section-heading__ja--ml-0 {
    margin-left: 0;
  }
}

.section-wrapper {
  overflow: hidden;
  background-color: #CCAF60;
}

#service-renovation .section-wrapper {
  padding-bottom: 0px;
}
@media screen and (min-width: 960px) {
  #service-renovation .section-wrapper {
    padding-bottom: 0px;
  }
}

.section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media screen and (min-width: 960px) {
  .section {
    padding: 100px 0;
  }
}

.section--bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .section--bg:before {
    border-radius: 80px;
  }
}

.section__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .section__text {
    font-size: 14px;
  }
}

.section__text--white {
  color: #FFFFFF;
}

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

.breadcrumbs {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  z-index: 2;
  color: #000000;
  margin-bottom: 0;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumbs {
    margin-top: min(2.578125vw, 33px);
    margin-left: min(6.25vw, 80px);
  }
}

.breadcrumbs--grey {
  background-color: #E9E9E9;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs--grey {
    margin-bottom: 60px;
  }
}

.breadcrumbs span[typeof=ListItem] {
  font-size: 12px;
  font-weight: 500;
  color: #949999;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] {
    font-size: 11px;
  }
}

.breadcrumbs span[typeof=ListItem]:first-child {
  margin-right: 7px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:first-child {
    margin-right: 7px;
  }
}

.breadcrumbs span[typeof=ListItem]:not(:first-child) {
  margin: 0 7px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:not(:first-child) {
    margin: 0 7px;
  }
}

.breadcrumbs span[typeof=ListItem] a {
  color: #949999;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.breadcrumbs span[typeof=ListItem] br {
  display: none;
}

.has-sub-fv .breadcrumbs {
  color: #FFFFFF;
}

.has-sub-fv .breadcrumbs span[typeof=ListItem] {
  color: #FFFFFF;
}

.has-sub-fv .breadcrumbs span[typeof=ListItem] a {
  color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .header--fixed2 + .breadcrumbs {
    position: relative;
    color: #949999;
  }
}

@media screen and (max-width: 959px) {
  .header--fixed2 + .breadcrumbs span[typeof=ListItem] {
    color: #949999;
  }
}

@media screen and (max-width: 959px) {
  .header--fixed2 + .breadcrumbs span[typeof=ListItem] a {
    color: #949999;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 60px;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #1C1D1D;
  border-radius: 50px;
  transition: background-position 0.3s ease, background-color 0.3s ease;
  padding: 0 78px 0 35px;
}
@media screen and (min-width: 960px) {
  .button {
    height: min(7.03125vw, 90px);
    font-size: min(1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0 min(9.375vw, 120px) 0 min(3.515625vw, 45px);
  }
}

.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 42px;
  height: 42px;
  background-image: url(../img/00_common/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .button::before {
    width: 62px;
    height: 62px;
  }
}

.button span {
  position: relative;
  z-index: 3;
}

.button--s {
  height: 60px;
}
@media screen and (min-width: 960px) {
  .button--s {
    height: min(4.6875vw, 60px);
    padding: 0 min(7.8125vw, 100px) 0 min(2.5vw, 32px);
  }
}

.button--s::before {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .button--s::before {
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
  }
}

@media screen and (max-width: 959px) {
  .button--m {
    font-size: 14px;
    height: 60px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .button--m {
    min-width: min(21.328125vw, 273px);
    height: min(6.25vw, 80px);
    padding: 0 min(4.6875vw, 60px) 0 min(3.125vw, 40px);
  }
}

.button--m::before {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .button--m::before {
    display: block;
    width: 40px;
    height: 40px;
  }
}

.button--red {
  background-color: #C4252C;
}

.button--white {
  background-color: #FFFFFF;
  color: #1C1D1D;
}

@media (hover: hover) {
  .button:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #C4252C;
  }
  .button:hover::before {
    right: 10px;
  }
  .button--red:hover {
    background-color: #1C1D1D;
  }
  .button--white:hover {
    color: #FFFFFF;
    background-color: #C4252C;
  }
}
.category-list {
  border-top: 2px solid #D1D1D1;
}
@media screen and (max-width: 959px) {
  .category-list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .category-list {
    margin-top: 20px;
  }
}

.category-list {
  transition: height 0.5s;
}

.category-list.more {
  overflow: hidden;
  height: 363px;
}

.category-list.more + button {
  display: flex;
}

.category-list__item {
  position: relative;
  border-bottom: 2px solid #D1D1D1;
  height: 60px;
}
@media screen and (min-width: 960px) {
  .category-list__item {
    height: min(4.6875vw, 60px);
  }
}

.category-list__item-link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: color 0.3s;
  padding-left: 2px;
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  .category-list__item-link {
    font-size: 16px;
    padding-left: 2px;
    padding-right: min(0.78125vw, 10px);
  }
}

.category-list__item-link span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.category-list__item-count {
  color: #C4252C;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .category-list__item-count {
    font-size: min(1.09375vw, 14px);
  }
}

@media (hover: hover) {
  .category-list__item:hover:after {
    border-color: #C4252C;
  }
  .category-list__item-link:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.category-list__no-content {
  display: flex;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: color 0.3s;
  padding-left: 2px;
  padding-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .category-list__no-content {
    font-size: min(1.25vw, 16px);
    padding-left: 2px;
    padding-right: min(0.78125vw, 10px);
    margin-top: 15px;
  }
}

.contact-section {
  padding: 70px 0;
}
@media screen and (min-width: 960px) {
  .contact-section {
    padding-top: 90px;
    padding-bottom: 127px;
  }
}

.contact-section__inner {
  position: relative;
}

.contact-section__inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url(../img/01_top/contact-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 466.4px;
  height: 110px;
}
@media screen and (min-width: 960px) {
  .contact-section__inner:before {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 1332px;
    height: 313px;
  }
}

.contact-section__text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .contact-section__text {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.contact-section__button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .contact-section__button {
    margin-top: 50px;
  }
}

.cta-popup {
  position: fixed;
  left: auto;
  right: 0px;
  bottom: 55px;
  z-index: 9;
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  .cta-popup {
    bottom: 60px;
    right: 40px;
    width: 320px;
    height: auto;
    border-radius: 6px;
  }
}

@media screen and (max-width: 959px) {
  body:not(.in-top-fv) .cta-popup {
    bottom: 0;
  }
}

.cta-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.cta-popup.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.cta-popup__close {
  display: none;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 32px;
  height: 32px;
  background-color: #1C1D1D;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 1001;
  border: 2px solid #DBDBDB;
}
@media screen and (min-width: 960px) {
  .cta-popup__close {
    display: flex;
    width: 34px;
    height: 34px;
    top: -11px;
    left: -11px;
  }
}

.cta-popup__close-icon {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .cta-popup__close-icon {
    font-size: 16px;
  }
}

@media (hover: hover) {
  .cta-popup__close:hover {
    background-color: #C4252C;
  }
}
.cta-popup__content {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .cta-popup__content {
    flex-direction: column;
  }
}

.cta-popup__section {
  flex: 1;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .cta-popup__section {
    padding: 10px;
  }
}

.cta-popup__section--download {
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .cta-popup__section--download {
    border-radius: 6px 6px 0 0;
  }
}

.cta-popup__section--consultation {
  background-color: #C4252C;
}
@media screen and (min-width: 960px) {
  .cta-popup__section--consultation {
    border-radius: 0 0 6px 6px;
  }
}

.cta-popup__section-content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .cta-popup__section-content {
    grid-template-columns: min(9.375vw, 120px) 1fr;
    gap: 15px;
  }
}

.cta-popup__section-image {
  display: none;
}
@media screen and (min-width: 960px) {
  .cta-popup__section-image {
    display: block;
  }
}

.cta-popup__section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .cta-popup__section-image img {
    aspect-ratio: 120/80;
  }
}

.cta-popup__section-text {
  text-align: center;
}

.cta-popup__section-title {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .cta-popup__section-title {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
}

.cta-popup__section--consultation .cta-popup__section-title {
  color: #FFFFFF;
}

.cta-popup__section-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 5px 5px;
  border-radius: 20px;
  border: 2px solid #DBDBDB;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 136px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .cta-popup__section-button {
    width: 162px;
    height: 32px;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 16px;
  }
}

@media (hover: hover) {
  .cta-popup__section-button:hover {
    opacity: 1;
    background-color: #C4252C;
  }
  .cta-popup__section-button--consultation:hover {
    color: #FFFFFF;
  }
}
.cta-popup__section-button--download {
  background-color: #1C1D1D;
}

.cta-popup__section-button--consultation {
  background-color: #FFFFFF;
  color: #000000;
}

#single-download .cta-popup,
#download-thanks .cta-popup,
#archive-download .cta-popup,
#contact .cta-popup,
#agent .cta-popup,
#contact-thanks .cta-popup {
  display: none !important;
}

.cta-section {
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959px) {
  .cta-section {
    padding: 26px 0 32px 0;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section {
    padding: 3px 0;
    position: relative;
    margin-bottom: 100px;
  }
}

.cta-section__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #C4252C;
  z-index: -1;
}

.cta-section__inner {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .cta-section__inner {
    max-width: 1280px;
  }
}

.cta-section__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 960px) {
  .cta-section__items {
    gap: 28px 0;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__item {
    padding: 0 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__item {
    padding: 42px min(3.90625vw, 50px) 46px;
  }
}

.cta-section__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .cta-section__title {
    font-size: min(2.34375vw, 30px);
  }
}

.cta-section__title--white {
  color: #FFFFFF;
}

.cta-section__text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  margin: 17px auto 0 auto;
}
@media screen and (min-width: 960px) {
  .cta-section__text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0em;
    padding: 0 min(6.875vw, 88px);
    margin: 24px auto 0 auto;
  }
}

.cta-section__text--white {
  color: #FFFFFF;
}

.cta-section__button {
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .cta-section__button {
    margin-top: 26px;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__button .button {
    padding: 0;
    width: 140px;
    height: 50px;
    font-size: 12px;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__button .button:before {
    display: none;
  }
}

@media (hover: hover) {
  .cta-section__button--contact .button:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
@media screen and (min-width: 960px) {
  .drawer {
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer {
    padding-bottom: 10px;
  }
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer.is-open .drawer__overlay {
  opacity: 1;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  background-color: #C4252C;
  opacity: 0;
  transition: opacity 0.3s;
}
.drawer__content {
  display: grid;
  z-index: 10000;
  width: 100%;
  height: auto;
  padding: 0 0;
  padding-bottom: 60px;
  margin: 0 auto;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  .drawer__content {
    max-width: 1280px;
    padding: 0 min(6.25vw, 80px);
    overflow: visible;
  }
}

.drawer__content .navigation__heading a {
  color: #FFFFFF;
}
.drawer__content .navigation__heading {
  border-bottom: 1px solid #e0797e;
}
.drawer__content .navigation__heading::before {
  background-color: #FFFFFF;
}
.drawer__content .navigation__sub-nav-items a {
  color: #FFFFFF;
}

@media (hover: hover) {
  .drawer__content .navigation__heading a:hover {
    color: #1C1D1D;
  }
  .drawer__content .navigation__sub-nav-items a:hover {
    color: #1C1D1D;
  }
}
.drawer__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .drawer__cta {
    order: -1;
  }
}
@media screen and (min-width: 960px) {
  .drawer__cta {
    margin-top: min(4.6875vw, 60px);
  }
}

.drawer__cta-item {
  padding: min(1.5625vw, 20px) 0 min(3.125vw, 40px);
}

.drawer__cta-item:nth-child(1) {
  border-right: 1px solid #e0797e;
}

.drawer__cta-title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .drawer__cta-title {
    font-size: min(2.34375vw, 30px);
  }
}

.drawer__cta-button {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .drawer__cta-button {
    margin-top: min(1.5625vw, 20px);
  }
}

@media screen and (max-width: 959px) {
  .drawer__cta-button .button {
    font-size: 12px;
    width: 140px;
    height: 50px;
    padding: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .drawer__cta-button .button {
    width: 273px;
    height: 80px;
    padding: 0 min(4.6875vw, 60px) 0 min(3.125vw, 40px);
  }
}

.drawer__cta-button .button::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .drawer__cta-button .button::before {
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media (hover: hover) {
  .drawer__cta-button .button:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}
.footer {
  background-color: #FFFFFF;
  position: relative;
  padding-bottom: 30px;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .footer {
    padding-bottom: 30px;
    margin-top: -68px;
  }
}

@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .footer__inner {
    max-width: 1214px;
  }
}

@media screen and (max-width: 959px) {
  .footer__bottom {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .footer__bottom {
    text-align: center;
    margin-top: 55px;
  }
}

.footer__copyright {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .footer__copyright {
    font-size: 12px;
  }
}

@media (hover: hover) {
  .footer__sub-nav-items a:hover {
    color: #C4252C;
  }
}
#agent .header__nav,
#contact .header__nav,
#single-download .header__nav {
  display: none;
}
#agent .header__hamburger,
#contact .header__hamburger,
#single-download .header__hamburger {
  display: none;
}
#agent .breadcrumbs,
#contact .breadcrumbs,
#single-download .breadcrumbs {
  display: none;
}
#agent .cta-section,
#contact .cta-section,
#single-download .cta-section {
  display: none;
}
#agent .footer,
#contact .footer,
#single-download .footer {
  display: none;
}

#single-download .sub-page-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  #single-download .sub-page-heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#agent .sub-page-heading, #contact .sub-page-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  #agent .sub-page-heading, #contact .sub-page-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 40px;
  background-color: #C4252C;
  border-radius: 4px;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .hamburger {
    width: 120px;
    height: 60px;
    border-radius: 6px;
  }
}

.hamburger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4252C;
  border-radius: inherit;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.hamburger__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  height: 14px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .hamburger__container {
    width: 40px;
    height: 16px;
  }
}

.hamburger__line {
  position: relative;
  width: 100%;
  height: 16px;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .hamburger__line {
    height: 16px;
  }
}

.hamburger__line span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .hamburger__line span {
    width: 45px;
    height: 2px;
  }
}

.hamburger__line span:nth-of-type(1) {
  top: 0px;
  left: 0;
}

.hamburger__line span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger__line span:nth-of-type(2) {
    top: 8px;
  }
}

.hamburger__line span:nth-of-type(3) {
  top: 12px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger__line span:nth-of-type(3) {
    top: 16px;
  }
}

.hamburger__text {
  display: none;
}

.hamburger.is-open {
  border-color: #FFFFFF;
}
.hamburger.is-open .hamburger__line span {
  filter: brightness(0) invert(1);
}

.hamburger.hamburger--black {
  background-color: transparent;
}
.hamburger.hamburger--black .hamburger__line span {
  background-color: #FFFFFF;
}

.hamburger.hamburger--black::after {
  background-color: #1C1D1D;
  opacity: 1;
}

.hamburger.hamburger--black::before {
  background-color: #C4252C;
}

@media (hover: hover) {
  .hamburger:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #1C1D1D;
  }
  .hamburger:hover::after {
    opacity: 0;
  }
  .hamburger:hover .hamburger__line span {
    background-color: #FFFFFF;
  }
  .hamburger.hamburger--black:hover::after {
    opacity: 0;
  }
  .hamburger.hamburger--black:hover .hamburger__line span {
    background-color: #FFFFFF;
  }
}
.hamburger.is-open::after {
  opacity: 0;
}

@media (hover: hover) {
  .hamburger.is-open:hover {
    background-color: transparent;
  }
}
.header {
  position: relative;
  z-index: 10;
  width: 70px;
  height: 90px;
  background-color: #FFFFFF;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (min-width: 960px) {
  .header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #DBDBDB;
    opacity: 0;
    visibility: hidden;
  }
}

.header.is-visible {
  opacity: 1;
  visibility: visible;
}

.header--fixed {
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .header--fixed {
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: transparent;
  }
}
@media screen and (min-width: 960px) {
  .header--fixed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
  }
}

body:not(#top) .header--fixed {
  opacity: 1;
  visibility: visible;
}

.header__content-container {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .header__logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 130px;
    height: 70px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 12px 0px;
  }
}
@media screen and (min-width: 960px) {
  .header__logo {
    display: block;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 16px;
    width: 114px;
    left: min(4.6875vw, 60px);
    width: min(7.8125vw, 100px);
  }
}

.header__logo img {
  display: block;
}
@media screen and (max-width: 959px) {
  .header__logo img {
    width: 66px;
  }
}

.header__hamburger {
  position: absolute;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 50px;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 960px) {
  .header__hamburger {
    display: inline-block;
    top: 50%;
    right: min(3.125vw, 40px);
    transform: translateY(-50%);
  }
}

.header__nav {
  display: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: block;
    height: 100%;
    text-align: left;
  }
}

.header__nav-item--cta {
  display: flex;
  align-items: stretch;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .header__nav-item--cta {
    margin-left: min(2.8125vw, 36px);
  }
}

.header__cta-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.header__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .header__cta-link {
    font-size: 14px;
    width: 170px;
  }
}

@media (hover: hover) {
  .header__cta-link:hover {
    opacity: 1;
    background-color: #1C1D1D;
  }
}
.header__cta-divider {
  width: 1px;
  height: 70%;
  background-color: #fff;
}

.header__nav-link-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(11.484375vw, 147px);
  background-color: #C4252C;
  background-image: url(../img/00_common/icon-mail.png);
  background-repeat: no-repeat;
  background-position: left min(1.875vw, 24px) top 48%;
  background-size: 13px 13px;
  transition: background-color 0.3s;
}

.header__nav-link-contact span {
  color: #FFFFFF;
  font-size: min(0.9375vw, 12px);
  padding-left: 16px;
  padding-bottom: 9px;
}

.header__nav-link-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(11.484375vw, 147px);
  background-image: url(../img/00_common/icon-tel.png), #C4252C;
  background-repeat: no-repeat;
  background-position: left min(1.171875vw, 15px) top 48%, center;
  background-size: 18px 18px, cover;
  margin-left: min(2.1875vw, 28px);
  transition: background-color 0.3s;
}

.header__nav-link-tel span {
  color: #FFFFFF;
  font-size: min(0.9375vw, 12px);
  padding-left: 16px;
  padding-bottom: 9px;
}

.header__drawer {
  position: relative;
  z-index: 11;
}

.header.is-open .header__logo {
  display: none;
}
.header.is-open .header__nav {
  pointer-events: none;
  opacity: 0.3;
}

@media screen and (max-width: 959px) {
  .header__hamburger:has(.hamburger.is-open) {
    background-color: transparent;
    box-shadow: none;
  }
}

.header__media-category {
  height: 43px;
  background-color: #C4252C;
  border-top: 1px solid #1C1D1D;
  border-bottom: 1px solid #1C1D1D;
}
@media screen and (max-width: 959px) {
  .header__media-category {
    margin-top: 74px;
  }
}
@media screen and (min-width: 960px) {
  .header__media-category {
    height: 43px;
  }
}

@media (hover: hover) {
  .header__nav-link-contact:hover {
    background-color: #1C1D1D;
  }
  .header__nav-link-tel:hover {
    background-color: #1C1D1D;
  }
}
@media screen and (max-width: 959px) {
  .header--fixed2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DBDBDB;
  }
}

@media screen and (max-width: 959px) {
  .header--fixed2 .header__logo {
    top: 0px;
    left: 20px;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 959px) {
  .header--fixed2 .header__logo img {
    width: 58px;
  }
}

@media screen and (max-width: 959px) {
  .header--fixed2 .header__hamburger {
    display: block;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    box-shadow: none;
  }
}

.loop-gallery {
  position: relative;
  overflow: hidden;
}
.loop-gallery__container {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  gap: 0 5px;
}
@media screen and (min-width: 960px) {
  .loop-gallery__container {
    gap: 0 10px;
  }
}

.loop-gallery__items {
  display: flex;
  gap: 0 5px;
}
@media screen and (min-width: 960px) {
  .loop-gallery__items {
    gap: 0 10px;
  }
}

.loop-gallery__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 240px;
}
@media screen and (min-width: 960px) {
  .loop-gallery__item {
    height: min(26.5625vw, 340px);
  }
}

.loop-gallery__item img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 400/340;
}

.main-nav {
  display: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-nav {
    display: block;
    height: 100%;
    text-align: left;
  }
}

.main-nav__items {
  display: flex;
  justify-content: flex-end;
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 960px) {
  .main-nav__items {
    margin-right: 175px;
  }
}

.main-nav__item {
  position: relative;
  width: auto;
  height: 100%;
}

.main-nav__link {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  text-align: left;
  padding: 0 min(1.09375vw, 14px);
  transition: filter 0.4s, opacity 0.4s;
  white-space: nowrap;
}

.main-nav__link-text {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-bottom: none;
  padding: 8px 0;
  transition: color 0.4s, opacity 0.4s;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .main-nav__link-text {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (min-width: 960px) {
  .main-nav__link-text {
    font-size: min(1.09375vw, 14px);
  }
}

.main-nav__link-text--white {
  color: #FFFFFF;
}

.main-nav__link .main-nav__link-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #C4252C;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}

.main-nav__link.is-paged .main-nav__link-text:after {
  transform: translateX(-50%) scale(1);
}

.main-nav__link-text--white:after {
  background-color: #FFFFFF;
}

.main-nav__link[target=_blank] {
  position: relative;
}

@media (hover: hover) {
  .main-nav__link:hover {
    opacity: 1;
  }
  .main-nav__link:hover .main-nav__link-text:after {
    transform: translateX(-50%) scale(1);
  }
}
@media screen and (min-width: 960px) {
  .main-sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: opacity 0.4s, transform 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 960px) {
  .main-sub-menu__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: min(1.171875vw, 15px) min(3.515625vw, 45px);
    background-color: #C4252C;
    padding: min(3.90625vw, 50px) min(4.6875vw, 60px);
    box-shadow: 0 min(0.625vw, 8px) min(1.875vw, 24px) rgba(0, 0, 0, 0.3);
    min-width: min(27.34375vw, 350px);
  }
}

.main-sub-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: min(1.09375vw, 14px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: none;
  overflow: hidden;
  padding: min(0.78125vw, 10px) min(0.390625vw, 5px);
  transition: color 0.4s, opacity 0.4s;
  white-space: nowrap;
  border-bottom: 1px solid #FFFFFF;
}

.main-sub-menu__text {
  flex: 1;
  line-height: 1.4;
  margin-right: min(1.5625vw, 20px);
  transition: color 0.4s, opacity 0.4s;
}

.main-sub-menu__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1C1D1D;
  transition: all 0.3s;
  background-image: url(../img/00_common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: 58% 50%;
  background-size: min(0.546875vw, 7px) min(0.78125vw, 10px);
  width: min(1.875vw, 24px);
  height: min(1.875vw, 24px);
  background-image: url(../img/00_common/arrow-right-red.svg);
  background-color: #FFFFFF;
  transition: background-color 0.3s, transform 0.3s;
  flex-shrink: 0;
}

@media (hover: hover) {
  .main-nav__item:hover .main-sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .main-sub-menu__link:hover {
    opacity: 1;
  }
  .main-sub-menu__link:hover .main-sub-menu__text {
    color: #1C1D1D;
  }
  .main-sub-menu__link:hover .main-sub-menu__arrow {
    background-color: #1C1D1D;
    opacity: 1;
    transform: translateX(3px);
  }
}
@media screen and (max-width: 959px) {
  .navigation {
    padding: 0 25px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .navigation {
    margin-bottom: 0;
  }
}

.navigation__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
}
@media screen and (min-width: 960px) {
  .navigation__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px min(3.125vw, 40px);
  }
}

.navigation__item--sevice {
  grid-column: 1/-1;
}
@media screen and (min-width: 960px) {
  .navigation__item--sevice {
    grid-column: 2/-1;
  }
}

.navigation__item--empty {
  display: none;
}
@media screen and (min-width: 960px) {
  .navigation__item--empty {
    display: block;
    grid-column: 2/-1;
  }
}

@media screen and (max-width: 959px) {
  .navigation__item:nth-child(9),
  .navigation__item:nth-child(10) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .navigation__item {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .navigation__item {
    padding: 0;
  }
}

.navigation__heading {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (min-width: 960px) {
  .navigation__heading {
    padding-bottom: 2px;
  }
}
.navigation__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background-color: #C4252C;
}

.navigation__heading a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  height: 50px;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .navigation__heading a {
    height: 50px;
    font-size: min(1.25vw, 16px);
  }
}

@media (hover: hover) {
  .navigation__heading a:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.navigation__sub-nav-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .navigation__sub-nav-items {
    gap: 2px 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .navigation__sub-nav-items {
    gap: 20px;
    margin-top: 10px;
  }
}

.navigation__sub-nav-items a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .navigation__sub-nav-items a {
    font-size: min(0.9375vw, 12px);
  }
}

@media (hover: hover) {
  .navigation__sub-nav-items a:hover {
    opacity: 1;
    color: #C4252C;
  }
}
@media screen and (min-width: 960px) {
  .news-item {
    display: grid;
    grid-template-columns: min(8.203125vw, 105px) min(11.25vw, 144px) min(46.875vw, 600px);
    gap: 0 min(1.40625vw, 18px);
    align-items: flex-start;
    justify-items: flex-start;
  }
}

.news-item__header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
}
@media screen and (min-width: 960px) {
  .news-item__header {
    grid-template-columns: 95px auto;
    gap: 0 15px;
  }
}

.news-item__date {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .news-item__date {
    font-size: min(1.09375vw, 14px);
  }
}

.news-item__category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 960px) {
  .news-item__category {
    gap: 8px;
  }
}

.news-item__category-item {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #D1D1D1;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .news-item__category-item {
    padding: 0px 5px;
  }
}
@media screen and (min-width: 960px) {
  .news-item__category-item {
    font-size: min(0.9375vw, 12px);
    padding: 3px 10px;
  }
}

.news-item__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .news-item__title {
    margin-top: 7px;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 960px) {
  .news-item__title {
    font-size: min(1.25vw, 16px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (hover: hover) and (min-width: 960px) {
  .news-item:hover .news-item__title:before {
    transform: translateY(-50%) translateX(10px);
  }
}
@media screen and (max-width: 959px) {
  .not-found {
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .not-found {
    padding-top: 60px;
  }
}

.not-found__inner {
  text-align: center;
}

.not-found__text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 80px auto;
}
@media screen and (min-width: 960px) {
  .not-found__text {
    font-size: min(1.40625vw, 18px);
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0 auto min(7.8125vw, 100px) auto;
  }
}

.not-found__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.other-posts {
  background-color: #e5e5e5;
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .other-posts {
    padding-top: 30px;
  }
}

.other-posts__items {
  display: grid;
  gap: 45px 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .other-posts__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.75vw, 48px);
    margin-top: 60px;
  }
}

.other-posts__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .other-posts__button {
    margin-top: 50px;
  }
}

.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    line-height: 1.5;
    margin: 0 8px;
  }
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    width: 60px;
    height: 60px;
    font-size: 16px;
    margin: 0 8px;
  }
}
.pagination .wp-pagenavi span.current {
  color: #000000 !important;
  background: #f7f4f0;
  border-color: #f7f4f0 !important;
  margin: 0 9px;
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi span.current {
    margin: 0 9px;
  }
}
.pagination .wp-pagenavi span.extend {
  color: #1C1D1D !important;
  background-color: transparent !important;
  width: auto !important;
  border: none !important;
}

@media screen and (min-width: 960px) {
  .pagination--small {
    transform: scale(0.65);
  }
}

@media (hover: hover) {
  .pagination .wp-pagenavi a:hover {
    opacity: 1;
    color: #FFFFFF !important;
    background-color: #C4252C !important;
    border-color: #C4252C !important;
  }
}
.pagination--square .wp-pagenavi a,
.pagination--square .wp-pagenavi span {
  border-radius: 0;
}

.post-card__image img {
  display: block;
  height: 100%;
  aspect-ratio: 340/240;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (min-width: 960px) {
  .post-card__image img {
    border-radius: 22px;
  }
}

.post-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 14px 14px 2px;
}
@media screen and (min-width: 960px) {
  .post-card__content {
    padding: 16px 0 14px 0;
    min-height: min(14.84375vw, 190px);
  }
}

.post-card__date {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #666;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .post-card__date {
    font-size: 12px;
  }
}

.post-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .post-card__category {
    margin-top: 12px;
    gap: 8px;
  }
}

.post-card__category-item {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #D1D1D1;
}
@media screen and (max-width: 959px) {
  .post-card__category-item {
    padding: 0px 7px;
  }
}
@media screen and (min-width: 960px) {
  .post-card__category-item {
    padding: 3px 10px;
  }
}

.post-card__title {
  font-size: 14px !important;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .post-card__title {
    font-size: min(1.25vw, 16px) !important;
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 11px;
  }
}

.post-card__more {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  margin-top: auto;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .post-card__more {
    font-size: 13px;
    margin-right: 10px;
  }
}

.post-card--white .post-card__date {
  color: #FFFFFF;
}

.post-card--white .post-card__title {
  color: #FFFFFF;
}

.post-card--white .post-card__text {
  color: #FFFFFF;
}

.post-card--white .post-card__more {
  color: #FFFFFF;
}

.post-card2 {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 19px 19px 9px 9px;
  background-color: #FFFFFF;
  box-shadow: 7px 7px 15px rgba(170, 170, 170, 0.75);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .post-card2 {
    display: grid;
  }
}
@media screen and (min-width: 960px) {
  .post-card2 {
    min-height: min(29.53125vw, 378px);
    border-radius: 19px 19px 9px 9px;
  }
}

.post-card2__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 19px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: #C4252C;
  transition: background-color 0.3s;
  padding: 0 5px;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .post-card2__category {
    height: 19px;
    font-size: min(1.015625vw, 13px);
    padding: 0 min(0.390625vw, 5px);
    margin-top: 6px;
  }
}

.post-card2__category span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.post-card2__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 330/220;
  transition: transform 0.3s;
}
.post-card2__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .post-card2__container {
    padding: 17px 14px 14px 14px;
  }
}
@media screen and (min-width: 960px) {
  .post-card2__container {
    min-height: 220px;
    padding: 14px min(1.171875vw, 15px) 14px;
  }
}

.post-card2__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.3s;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media screen and (min-width: 960px) {
  .post-card2__date {
    font-size: 14px;
  }
}

.post-card2__title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-top: 10px;
  margin-bottom: 13px;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media screen and (min-width: 960px) {
  .post-card2__title {
    font-size: min(1.25vw, 16px);
    margin-top: 12px;
    margin-bottom: 13px;
  }
}

.post-card2__more {
  display: block;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .post-card2__more {
    font-size: min(1.09375vw, 14px);
  }
}

@media (hover: hover) {
  .post-card2:hover .post-card2__category {
    background-color: #1C1D1D;
  }
  .post-card2:hover .post-card2__date,
  .post-card2:hover .post-card2__title {
    color: #C4252C;
  }
  .post-card2:hover .post-card2__title {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.sidebar {
  height: 100%;
}

.sidebar__title {
  font-size: 21px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .sidebar__title {
    font-size: min(1.875vw, 24px);
  }
}

.sidebar__category-list {
  position: relative;
}
.sidebar__tag-list {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .sidebar__tag-list {
    margin-top: min(4.21875vw, 54px);
  }
}

.sidebar__search {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .sidebar__search {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {
  .sidebar__search .search-form {
    width: 100%;
  }
  .sidebar__search .search-form__keyword {
    width: min(100%, 500px);
  }
}
.sidebar__sticky {
  position: sticky;
  top: 200px;
  margin-top: 74px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky {
    top: 140px;
    margin-top: 74px;
  }
}

.sidebar__sticky-items {
  display: grid;
  gap: 20px 0;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky-items {
    margin-top: 24px;
    gap: 20px 0;
  }
}

.sidebar__sticky-item-title {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky-item-title {
    font-size: min(1.171875vw, 15px);
    margin-top: min(1.25vw, 16px);
  }
}

.sidebar__more-button {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: max(-0.78125vw, -10px);
  z-index: 9;
  width: 100%;
  height: 82px;
  background-image: url(../img/00_common/more-button-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .sidebar__more-button {
    height: min(6.40625vw, 82px);
  }
}

.sidebar__more-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 21px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFFFFF;
  border: 1px solid #bbbdbd;
  border-radius: 11px;
  padding-bottom: 1px;
  transition: background-color 0.5s, color 0.5s;
  margin-top: auto;
}

.sidebar__tag .sidebar__more-button {
  bottom: min(0.15625vw, 2px);
}

@media (hover: hover) {
  .sidebar__more-button:hover {
    cursor: pointer;
  }
  .sidebar__more-button:hover span {
    color: #FFFFFF;
    background-color: #1C1D1D;
  }
}
@media screen and (max-width: 959px) {
  .single {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .single {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

.single__inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .single__inner {
    max-width: 1250px;
    padding-left: min(5.46875vw, 70px);
    padding-right: min(5.46875vw, 70px);
  }
}

@media screen and (min-width: 960px) {
  .single__container {
    display: grid;
    grid-template-columns: min(55.078125vw, 705px) min(25vw, 320px);
    justify-content: space-between;
  }
}

.single__sidebar {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .single__sidebar {
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .single__pickup {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .single__pickup {
    margin-bottom: 50px;
  }
}

.single__date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .single__date {
    font-size: min(1.09375vw, 14px);
    margin-left: 10px;
  }
}

.single__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single__category {
    margin-top: 10px;
    margin-left: 10px;
    gap: 10px;
  }
}

.single__category-item {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #d1d1d1;
}
@media screen and (max-width: 959px) {
  .single__category-item {
    padding: 0px 7px;
  }
}
@media screen and (min-width: 960px) {
  .single__category-item {
    font-size: min(0.9375vw, 12px);
    padding: 3px 10px;
  }
}

.single__title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .single__title {
    font-size: min(3.125vw, 40px);
    margin-top: 15px;
    margin-bottom: 16px;
  }
}

.single__title br {
  display: none;
}

.single__tag {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single__tag {
    margin-top: 30px;
    margin-left: 7px;
  }
}

.single__tag .tag-list__item a {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .single__tag .tag-list__item a {
    font-size: min(1.25vw, 16px);
  }
}

.single__fv {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single__fv {
    margin-top: 16px;
  }
}

@media screen and (min-width: 960px) {
  .single__content-container {
    overflow: hidden;
  }
}

.single__content-container > h2 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 15px 10px;
}
@media screen and (min-width: 960px) {
  .single__content-container > h2 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    padding: 0 0 0 30px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.single__content-container > h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #C4252C;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .single__content-container > h2:before {
    width: 10px;
  }
}

.single__content-container > h3 {
  font-weight: 700;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: 4px solid #EDEDED;
  padding: 0 0 5px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .single__content-container > h3 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 960px) {
  .single__content-container > h3 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0em;
    border-bottom: 4px solid #EDEDED;
    padding: 0 0 15px 0;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.single__content-container > h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 2px solid #1C1D1D;
  padding-left: 14px;
}
@media screen and (min-width: 960px) {
  .single__content-container > h4 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.single__content-container > h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .single__content-container > h5 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 959px) {
  .single__body {
    margin-top: 40px;
  }
}
.single__content-container > p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .single__content-container > p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.01em;
    margin-top: 30px;
  }
}

.single__content-container > p a {
  color: #C4252C;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single__content-container figure.wp-block-image {
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single__content-container figure.wp-block-image {
    margin-top: 60px;
  }
}

.single__content-container figure.wp-block-image figcaption {
  font-size: 14px;
  font-weight: 500;
  color: #C4252C;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .single__content-container figure.wp-block-image figcaption {
    font-size: 18px;
    margin-top: 14px;
    margin-right: 2em;
  }
}

.single__card {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-template-areas: "image title" "image name" "text text";
  align-items: start;
  gap: 0 32px;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #1C1D1D;
  border-radius: 12px;
  padding: 36px 20px 36px 20px;
}
@media screen and (min-width: 960px) {
  .single__card {
    grid-template-columns: min(8.75vw, 112px) 1fr;
    grid-template-areas: "image title" "image name" "image text";
    gap: 0 min(1.71875vw, 22px);
    padding: 32px min(2.5vw, 32px) 37px;
    margin-top: 52px;
  }
}

.single__card-image {
  grid-area: image;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .single__card-image {
    transform: translateX(10px);
  }
}

.single__card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: transform 0.3s;
}

.single__card-title {
  grid-area: title;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .single__card-title {
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .single__card-title {
    font-size: 12px;
    margin-top: 3px;
  }
}

.single__card-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .single__card-name {
    font-size: 20px;
  }
}

.single__card-text {
  grid-area: text;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .single__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
}
.single__card-text--hidden {
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .single__card-text--hidden {
    height: 50px;
  }
}

.single__card-more {
  position: absolute;
  bottom: 19px;
  right: 18px;
  font-size: 12px;
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .single__card-more {
    bottom: 12px;
    right: 28px;
  }
}

@media (hover: hover) {
  .single__card-more:hover {
    cursor: pointer;
  }
}
.single__content-container .wp-block-table {
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single__content-container .wp-block-table {
    margin-top: 30px;
  }
}

.single__content-container .single__table td,
.single__content-container .single__table th {
  display: table-cell;
  border-color: #1C1D1D !important;
}
@media screen and (max-width: 959px) {
  .single__content-container .single__table td,
  .single__content-container .single__table th {
    font-size: 10px;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 960px) {
  .single__content-container .single__table td,
  .single__content-container .single__table th {
    padding: 10px 13px;
  }
}

.single__content-container ul.wp-block-list {
  color: #1C1D1D;
  list-style: disc;
  padding-left: 24px;
  margin-top: 40px;
}

.single__content-container ul.wp-block-list > li {
  list-style-type: disc;
}

.single__author {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .single__author {
    margin-top: 100px;
  }
}

.single__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 15px 24px 27px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container {
    padding: 20px 23px 40px 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.single__content-container #ez-toc-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    margin-top: 7px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container .ez-toc-title {
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0em;
    margin-left: -4px;
  }
}
.single__content-container .ez-toc-icon-toggle-span,
.single__content-container #ez-toc-container .ez-toc-js-icon-con,
.single__content-container #ez-toc-container .ez-toc-toggle label,
.single__content-container #ez-toc-container label.cssicon,
.single__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid;
  border-radius: 50%;
  background: #C4252C;
  transition: transform 0.3s, background 0.3s;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container a.ez-toc-toggle {
    width: 38px;
    height: 38px;
  }
}
.single__content-container #ez-toc-container a.ez-toc-toggle:before,
.single__content-container #ez-toc-container a.ez-toc-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.single__content-container #ez-toc-container a.ez-toc-toggle:before {
  width: 16px;
  height: 1px;
}
.single__content-container #ez-toc-container a.ez-toc-toggle:after {
  width: 1px;
  height: 16px;
}
.single__content-container #ez-toc-container:not(.toc_close) a.ez-toc-toggle {
  transform: rotate(45deg);
}
.single__content-container #ez-toc-container nav ul {
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container nav ul {
    margin-top: 18px;
  }
}
.single__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 38px;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 26px;
  }
}
.single__content-container #ez-toc-container nav ul li + li {
  margin: 0;
}
.single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
.single__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .single__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #C4252C;
  border-radius: 50%;
  transform: translateY(6px);
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(8px);
    margin-right: 13px;
  }
}
.single__content-container #ez-toc-container ul.ez-toc-list-level-3 {
  counter-reset: section;
}
.single__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  counter-increment: section;
  content: "0" counter(section) "　|　";
  width: auto;
  height: auto;
  color: #C4252C;
  background: none;
  font-weight: 500;
  margin: 0;
}

.single__content-container #toc_container {
  padding: 24px 15px 24px 27px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 4px solid #EDEDED;
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container {
    padding: 12px 23px 40px 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.single__content-container #toc_container .toc_title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single__content-container #toc_container .toc_title {
    display: inline-block;
    margin-top: 7px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container .toc_title {
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0em;
    margin-left: -4px;
  }
}
.single__content-container #toc_container ul.toc_list {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container ul.toc_list {
    margin-top: 5px;
  }
}
.single__content-container #toc_container ul.toc_list li a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container ul.toc_list li a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .single__content-container #toc_container ul.toc_list li a:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.single__content-container #toc_container ul.toc_list > li {
  margin: 0;
}
.single__content-container #toc_container ul.toc_list > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container ul.toc_list > li + li {
    margin-top: 15px;
  }
}
.single__content-container #toc_container ul.toc_list > li > a {
  display: flex;
  align-items: center;
}
.single__content-container #toc_container ul.toc_list > li > ul {
  margin-top: 20px;
}
.single__content-container #toc_container ul.toc_list > li > ul > li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container ul.toc_list > li > ul > li + li {
    margin-top: 5px;
  }
}
.single__content-container #toc_container ul.toc_list > li > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single__content-container #toc_container ul.toc_list > li > ul > li > a {
    font-size: 16px;
  }
}
.single__content-container #toc_container ul.toc_list > li > ul {
  counter-reset: section;
}
.single__content-container #toc_container ul.toc_list > li > ul > li > a:before {
  counter-increment: section;
  content: "0" counter(section) "　";
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  font-weight: 700;
}

.single__content-container .single__button {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .single__content-container .single__button {
    margin-top: 30px;
  }
}

.single__content-container .single__button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 60px;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #1C1D1D;
  border-radius: 50px;
  transition: background-position 0.3s ease, background-color 0.3s ease;
  padding: 0 78px 0 35px;
}
@media screen and (max-width: 959px) {
  .single__content-container .single__button .wp-block-button__link {
    font-size: 14px;
    height: 60px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .single__content-container .single__button .wp-block-button__link {
    min-width: min(21.328125vw, 273px);
    height: min(6.25vw, 80px);
    font-size: min(1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0 min(4.6875vw, 60px) 0 min(3.125vw, 40px);
  }
}

.single__content-container .single__button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  background-image: url(../img/00_common/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .single__content-container .single__button .wp-block-button__link::before {
    width: 40px;
    height: 40px;
  }
}

@media (hover: hover) {
  .single__content-container .single__button .wp-block-button__link:hover {
    opacity: 1 !important;
    cursor: pointer !important;
    background-color: #C4252C !important;
  }
  .single__content-container .single__button .wp-block-button__link:hover::before {
    right: 10px !important;
  }
}
.single__box {
  border: 1px solid #1C1D1D;
  padding: 12px !important;
}
@media screen and (min-width: 960px) {
  .single__box {
    padding: 12px !important;
  }
}

.single__quotebox {
  border: none;
  padding: 20px 16px !important;
  margin: 20px 0;
  position: relative;
  background-color: #EDEDED;
}
@media screen and (min-width: 960px) {
  .single__quotebox {
    padding: 24px 20px !important;
    margin: 30px 0;
  }
}

.single__quotebox p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single__quotebox p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.single__quotebox p + p {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single__quotebox p + p {
    margin-top: 16px;
  }
}

.single__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
}
@media screen and (max-width: 959px) {
  .single__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .single__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: min(5.3125vw, 68px);
    margin-bottom: min(3.125vw, 40px);
  }
}

.single__content-container .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.4853556485%;
}

.single__content-container .wp-block-embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .single__content-container .wp-block-embed-youtube .wp-block-embed iframe:hover {
    cursor: pointer;
  }
}
.single__info {
  background-color: #f7f8f8;
  padding-bottom: 90px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .single__info {
    padding-bottom: 90px;
    padding-bottom: 100px;
  }
}

#toiawasesaki .fudoContact img {
  width: auto;
}

#list_other_table {
  margin-bottom: 20px;
}

.sub-fv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sub-fv {
    margin-top: -90px;
  }
}
@media screen and (min-width: 960px) {
  .sub-fv {
    padding: min(11.484375vw, 147px) 0 min(6.25vw, 80px) min(6.25vw, 80px);
  }
}

.sub-fv__logo {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 130px;
  height: 70px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 12px 0px;
}
@media screen and (min-width: 960px) {
  .sub-fv__logo {
    display: none;
  }
}

.sub-fv__logo img {
  display: inline-block;
  width: 66px;
}
@media screen and (min-width: 960px) {
  .sub-fv__logo img {
    width: 100px;
    margin-left: -20px;
  }
}

.sub-fv__bg {
  width: 100%;
  height: 340px;
  background-color: #FFFFFF;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .sub-fv__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    padding: 10px;
  }
}

.sub-fv__bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .sub-fv__bg-inner {
    border-radius: 40px;
  }
}

.sub-fv__bg-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.sub-fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 959px) {
  #about .sub-fv__bg img {
    height: 115%;
    -o-object-position: 55% 45%;
       object-position: 55% 45%;
  }
}
@media screen and (min-width: 960px) {
  #about .sub-fv__bg img {
    -o-object-position: center 33%;
       object-position: center 33%;
  }
}

#archive-fudo .sub-fv__bg img {
  -o-object-position: center 60%;
     object-position: center 60%;
}

#taxonomy-magazine_cate-inheritance-cases .sub-fv__bg img {
  -o-object-position: center 30%;
     object-position: center 30%;
}

.sub-fv__title {
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .sub-fv__title {
    position: absolute;
    top: 164px;
    left: 34px;
  }
}
@media screen and (min-width: 960px) {
  .sub-fv__title {
    position: relative;
  }
}

.sub-fv__title-en {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .sub-fv__title-en {
    font-size: min(1.875vw, 24px);
    margin-bottom: 6px;
  }
}

.sub-fv__title-en:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-right: 4px;
}
@media screen and (min-width: 960px) {
  .sub-fv__title-en:before {
    width: min(1.5625vw, 20px);
    height: min(1.5625vw, 20px);
    margin-right: 4px;
  }
}

.sub-fv__title-ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: normal;
}
@media screen and (max-width: 959px) {
  .sub-fv__title-ja {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .sub-fv__title-ja {
    font-size: min(5vw, 64px);
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  #about .sub-fv__bg {
    -o-object-position: 53% center;
       object-position: 53% center;
  }
  #service .sub-fv__bg {
    -o-object-position: 38% center;
       object-position: 38% center;
  }
}
.sub-fv__menu {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .sub-fv__menu {
    padding: 0 5px;
    margin-top: -45px;
  }
}
@media screen and (min-width: 960px) {
  .sub-fv__menu {
    height: min(6.25vw, 80px);
  }
}

.sub-fv__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 15px 15px 15px 30px;
  height: 100%;
  border-radius: 20px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .sub-fv__menu-list {
    display: inline-flex;
    gap: min(0.9375vw, 12px);
    padding: 0 min(2.34375vw, 30px);
    border-radius: 36px;
    margin-top: min(1.171875vw, 15px);
  }
}

.sub-fv__menu-link {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  height: 100%;
  text-decoration: none;
  padding: 10px;
  background-color: #FFFFFF;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .sub-fv__menu-link {
    font-size: min(1.015625vw, 13px);
  }
}

.sub-fv__menu-arrow {
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 4px;
  background: url(../img/00_common/arrow-bottom-red.svg) no-repeat center/contain;
}
@media screen and (min-width: 960px) {
  .sub-fv__menu-arrow {
    width: min(0.625vw, 8px);
    height: min(0.78125vw, 10px);
    margin-left: min(0.625vw, 8px);
  }
}

@media (hover: hover) {
  .sub-fv__menu-link:hover {
    color: #C4252C;
  }
}
@media screen and (min-width: 960px) {
  .sub-fv--no-nav {
    padding: min(8.515625vw, 109px) 0 min(6.25vw, 80px) min(6.25vw, 80px);
  }
}
@media screen and (max-width: 959px) {
  .sub-fv--no-nav .sub-fv__bg {
    height: 150px;
  }
}
@media screen and (max-width: 959px) {
  .sub-fv--no-nav .sub-fv__title {
    top: 44px;
    left: 22px;
  }
}

.sub-page-heading {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.sub-page-heading__ja {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.07em;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__ja {
    font-size: min(3.75vw, 48px);
    margin-top: 17px;
  }
}

.sub-page-heading__en {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__en {
    font-size: min(1.875vw, 24px);
  }
}

.sub-page-heading--center span {
  text-align: center;
}

.sub-page-heading__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  background-image: #C4252C;
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__category {
    font-size: 16px;
    margin-top: 12px;
  }
}

.tag-list {
  display: grid;
  justify-items: flex-start;
  gap: 15px 0;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .tag-list {
    gap: 15px 0;
    margin-top: 30px;
  }
}

.tag-list {
  transition: height 0.5s;
}

.tag-list.more {
  overflow: hidden;
  height: 363px;
}

.tag-list.more + button {
  display: flex;
}

.tag-list--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: 0;
}

.tag-list__item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-left: 2px;
}
.tag-list__item--mt5 {
  margin-top: 5px;
}

.tag-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transform: translateZ(0);
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .tag-list__item-link {
    font-size: min(1.40625vw, 18px);
  }
}

@media (hover: hover) {
  .tag-list__item-link:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.to-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #1C1D1D;
  border-radius: 50%;
  transition: background-color 0.3s, filter 0.3s, opacity 0.5s, visibility 0.5s, transform 0.5s;
}
@media screen and (min-width: 960px) {
  .to-top {
    bottom: 30px;
    right: 30px;
    width: min(6.25vw, 80px);
    height: min(6.25vw, 80px);
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.to-top:before {
  content: "";
  display: inline-block;
  background-image: url(../img/00_common/arrow-to-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
  transform: translate(1px, -1px);
}
@media screen and (min-width: 960px) {
  .to-top:before {
    width: min(0.78125vw, 10px);
    height: min(1.5625vw, 20px);
    transform: translate(2px, -2px);
  }
}

@media (hover: hover) {
  .to-top:hover {
    opacity: 1;
    background-color: #C4252C;
  }
}
.top-about {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .top-about {
    padding-bottom: 50px;
  }
}
.top-about:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 375px;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/01_top/about-bg.svg);
}
@media screen and (min-width: 960px) {
  .top-about:before {
    width: min(79.6875vw, 1020px);
    height: min(79.6875vw, 1020px);
  }
}

@media screen and (max-width: 959px) {
  .top-about .section-heading {
    order: -1;
  }
}

.top-about .section-heading__ja {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .top-about .section-heading__ja {
    font-size: min(3.28125vw, 42px);
  }
}

.top-about__contents {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .top-about__contents {
    grid-template-columns: min(31.25vw, 400px) 1fr;
    gap: min(6.5625vw, 84px);
  }
}

@media screen and (min-width: 960px) {
  .top-about__heading-ja {
    margin-left: max(-1.171875vw, -15px);
  }
}

@media screen and (max-width: 959px) {
  .top-about__container {
    display: contents;
  }
}

.top-about__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .top-about__text {
    font-size: min(1.25vw, 16px);
    line-height: 1.8;
    letter-spacing: 0em;
    margin-top: 38px;
  }
}

.top-about__text + .top-about__text {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .top-about__text + .top-about__text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .top-about__button {
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .top-about__button {
    margin-top: 60px;
  }
}

@media screen and (max-width: 959px) {
  .top-about__image {
    width: 280px;
    margin: 22px auto 0;
  }
}
@media screen and (min-width: 960px) {
  .top-about__image {
    margin-top: min(1.71875vw, 22px);
  }
}

.top-blog {
  background-color: #CCAF60;
}
@media screen and (min-width: 960px) {
  .top-blog {
    padding-top: 77px;
  }
}

.top-blog__inner {
  position: relative;
  z-index: 1;
}

.top-blog__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .top-blog__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px min(3.90625vw, 50px);
    margin-top: 70px;
  }
}

.top-blog__image {
  background-color: black;
}

.top-blog__image::before {
  content: "";
  display: block;
  padding-top: 56.9659442724%;
}

.top-blog__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #C4252C;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  background-color: #FFFFFF;
  padding: 0 10px;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .top-blog__category {
    font-size: 16px;
    margin-top: 12px;
  }
}

.top-blog__title {
  font-size: 16px !important;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top-blog__title {
    font-size: min(1.40625vw, 18px) !important;
    margin-top: 12px;
  }
}

.top-blog__text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .top-blog__text {
    font-size: min(1.25vw, 16px);
    margin-top: 10px;
  }
}

.top-blog__more {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .top-blog__more {
    font-size: 16px;
  }
}

.top-blog__button {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 960px) {
  .top-blog__button {
    margin-top: 50px;
  }
}

.top-case {
  background-color: #CCAF60;
}
@media screen and (max-width: 959px) {
  .top-case {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .top-case {
    padding-top: 77px;
  }
}

.top-case:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 70px;
  right: -87%;
  width: 659px;
  height: 659px;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/01_top/case-bg.svg);
}
@media screen and (min-width: 960px) {
  .top-case:after {
    top: 104px;
    right: -40%;
    width: min(79.6875vw, 1020px);
    height: min(79.6875vw, 1020px);
  }
}

.top-case__inner {
  position: relative;
  z-index: 1;
}

.top-case__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .top-case__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px min(3.90625vw, 50px);
    margin-top: 70px;
  }
}

.top-case__image {
  background-color: black;
}

.top-case__image::before {
  content: "";
  display: block;
  padding-top: 56.9659442724%;
}

.top-case__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #C4252C;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  background-color: #FFFFFF;
  padding: 0 10px;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .top-case__category {
    font-size: 16px;
    margin-top: 12px;
  }
}

.top-case__title {
  font-size: 16px !important;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top-case__title {
    font-size: min(1.40625vw, 18px) !important;
    margin-top: 12px;
  }
}

.top-case__text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .top-case__text {
    font-size: min(1.25vw, 16px);
    margin-top: 10px;
  }
}

.top-case__more {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .top-case__more {
    font-size: 16px;
  }
}

.top-case__button {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 960px) {
  .top-case__button {
    margin-top: 50px;
  }
}

.top-case__no-data {
  text-align: center;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .top-case__no-data {
    margin-top: 60px;
  }
}

.top-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .top-fv {
    height: calc(100vh + 126px);
  }
}
@media screen and (min-width: 960px) {
  .top-fv {
    height: 100vh;
    max-height: 64.375vw;
  }
}

.fv-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 80px;
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  .fv-header {
    height: 115px;
  }
}

.fv-header__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-fv__logo {
  display: none;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .top-fv__logo {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 240px;
    height: 110px;
    border-radius: 0px 0px 20px 0px;
  }
}

.top-fv__logo img {
  display: inline-block;
  width: 66px;
}
@media screen and (min-width: 960px) {
  .top-fv__logo img {
    width: 100px;
    margin-left: -20px;
  }
}

.top-fv__nav-wrapper {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-fv__nav-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    top: 40px;
    right: 40px;
    width: 140px;
    padding: 70px 8px 25px 8px;
  }
}

@media screen and (min-width: 960px) {
  .top-fv__nav {
    display: block;
    position: relative;
    height: 100%;
    text-align: left;
    margin-top: 20px;
    margin-left: 18px;
  }
}

.top-fv__nav-items {
  display: block;
  width: inherit;
  height: inherit;
}
.top-fv__nav-item {
  position: relative;
  width: auto;
  height: 100%;
}

.top-fv__nav-link {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  text-align: left;
  transition: filter 0.4s, opacity 0.4s;
  white-space: nowrap;
}

.top-fv__nav-link-text {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: none;
  padding: 7px 0;
  transition: color 0.4s, opacity 0.4s;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .top-fv__nav-link-text {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (min-width: 960px) {
  .top-fv__nav-link-text {
    font-size: min(1.09375vw, 14px);
  }
}

.top-fv__nav-link-text--white {
  color: #FFFFFF;
}

.top-fv__nav-link-text--white:after {
  background-color: #FFFFFF;
}

.top-fv__nav-link[target=_blank] {
  position: relative;
}

@media (hover: hover) {
  .top-fv__nav-link:hover {
    opacity: 1;
  }
  .top-fv__nav-link:hover .top-fv__nav-link-text {
    color: #C4252C;
  }
}
.top-fv__hamburger {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-fv__hamburger {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100;
  }
}

@media screen and (min-width: 960px) {
  .top-fv__hamburger:has(.hamburger.is-open) {
    position: fixed;
  }
}
.top-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #FFFFFF;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .top-fv__bg {
    padding: 10px;
  }
}

.top-fv__bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-fv__bg-inner {
    border-radius: 40px;
  }
}

.top-fv__bg-inner:after {
  content: "";
  position: absolute;
  top: -200%;
  left: 0;
  width: 100vw;
  height: 10000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.top-fv__slider {
  width: 100%;
  height: 100%;
}

.top-fv__items {
  width: 100%;
  height: 100%;
}

.top-fv__item {
  width: 100%;
  height: 100%;
}

.top-fv__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 959px) {
  .top-fv__item--1 .top-fv__image img {
    -o-object-position: 36% center;
       object-position: 36% center;
  }
  .top-fv__item--2 .top-fv__image img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .top-fv__item--3 .top-fv__image img {
    -o-object-position: 50% center;
       object-position: 50% center;
  }
  .top-fv__item--4 .top-fv__image img {
    -o-object-position: 59% center;
       object-position: 59% center;
  }
  .top-fv__item--5 .top-fv__image img {
    -o-object-position: 65% center;
       object-position: 65% center;
  }
}
.top-fv__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .top-fv__container {
    height: 100vh;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__container {
    height: calc(100% - 115px);
  }
}

.top-fv__contents {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .top-fv__contents {
    padding: 0 24px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__contents {
    padding-left: min(6.328125vw, 81px);
    padding-right: 0;
    margin-top: min(7.03125vw, 90px);
  }
}

.top-fv__copy {
  color: #FFFFFF;
}

.top-fv__corp-name {
  display: inline-block;
  width: 171px;
}
@media screen and (min-width: 960px) {
  .top-fv__corp-name {
    width: min(50.078125vw, 641px);
  }
}

.top-fv__corp-name img {
  display: block;
  height: auto;
  max-width: 100%;
}

.top-fv__main-copy {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
@media screen and (min-width: 960px) {
  .top-fv__main-copy {
    font-size: min(2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }
}

.top-fv__sub-copy {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 960px) {
  .top-fv__sub-copy {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.top-fv__description {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 2.1;
  letter-spacing: 0.06em;
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .top-fv__description {
    font-size: min(1.25vw, 16px);
    margin-top: 24px;
  }
}

.top-fv__news {
  height: 126px;
  padding: 12px 20px 0 20px;
}
@media screen and (min-width: 960px) {
  .top-fv__news {
    height: 90px;
    padding: 0 min(28.90625vw, 370px) 0 min(3.125vw, 40px);
    margin-top: 5px;
  }
}

.top-fv__news-link {
  display: flex;
  gap: 0 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  transition: background-color 0.3s, transform 0.3s;
}
@media screen and (max-width: 959px) {
  .top-fv__news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px 0;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__news-link {
    align-items: center;
    border-radius: 16px;
    gap: 0 20px;
  }
}

.top-fv__news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
  padding: 6px 15px;
}
@media screen and (min-width: 960px) {
  .top-fv__news-meta {
    gap: 12px;
    padding: 12px min(1.40625vw, 18px);
  }
}

.top-fv__news-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .top-fv__news-date {
    font-size: min(0.9375vw, 12px);
    margin-right: 10px;
  }
}

.top-fv__news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 960px) {
  .top-fv__news-category {
    gap: 8px;
  }
}

.top-fv__news-category-item {
  font-size: 12px;
  font-weight: 600;
  color: #C4252C;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .top-fv__news-category-item {
    font-size: min(0.9375vw, 12px);
  }
}

.top-fv__news-title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-fv__news-title {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.fv-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
}

.fv-header__drawer .drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  padding-top: 42px;
}
@media screen and (min-width: 960px) {
  .fv-header__drawer .drawer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}

.fv-header__drawer .drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fv-header__drawer .drawer.is-open .drawer__overlay {
  opacity: 1;
}

.fv-header__drawer .drawer__left {
  display: flex;
  flex-direction: column;
}

.fv-header__drawer .drawer__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .fv-header__drawer .drawer__right {
    align-items: flex-end;
  }
}

.fv-drawer__nav {
  display: block;
  margin-top: 52px;
}
@media screen and (min-width: 960px) {
  .fv-drawer__nav {
    margin-top: 0;
  }
}

.fv-drawer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fv-drawer__menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}

.fv-drawer__menu-item:last-child {
  border-bottom: none;
}

.fv-drawer__menu-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .fv-drawer__menu-link {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.fv-drawer__submenu {
  margin-top: 15px;
  padding-left: 0;
}

.fv-drawer__submenu-item {
  margin-top: 8px;
}

.fv-drawer__submenu-link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .fv-drawer__submenu-link {
    font-size: 16px;
  }
}

@media (hover: hover) {
  .fv-drawer__menu-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .fv-drawer__submenu-link:hover {
    color: #FFFFFF;
  }
}
.fv-drawer__map-link {
  margin-top: auto;
  padding-top: 40px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .fv-drawer__map-link {
    padding-top: 60px;
  }
}

.fv-drawer__map-button {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  padding: 12px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .fv-drawer__map-button {
    font-size: 16px;
    padding: 15px 25px;
  }
}

@media (hover: hover) {
  .fv-drawer__map-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.fv-drawer__map-icon {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .fv-drawer__map-icon {
    font-size: 18px;
  }
}

.fv-drawer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .fv-drawer__cta {
    align-items: flex-end;
    text-align: right;
    border-top: none;
    margin-top: auto;
    padding: 0;
  }
}

.fv-drawer__cta-phone {
  margin-bottom: 20px;
}

.fv-drawer__cta-phone a {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .fv-drawer__cta-phone a {
    font-size: 28px;
    text-align: right;
  }
}

.fv-drawer__contact-btn {
  background-color: #FFFFFF;
  color: #0066cc;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .fv-drawer__contact-btn {
    font-size: 18px;
    padding: 18px 40px;
  }
}

@media (hover: hover) {
  .fv-drawer__contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.top-news {
  background-color: #EDEDED;
}
@media screen and (max-width: 959px) {
  .top-news {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .top-news {
    padding-top: 80px;
    padding-bottom: 188px;
  }
}

@media screen and (min-width: 960px) {
  .top-news__inner {
    max-width: 1040px;
  }
}

@media screen and (min-width: 960px) {
  .top-news .section-heading__en {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 960px) {
  .top-news .section-heading__ja {
    font-size: min(2.5vw, 32px);
  }
}

.top-news__items {
  display: grid;
  border-top: 1px solid #1C1D1D;
}
@media screen and (max-width: 959px) {
  .top-news__items {
    padding: 0 2px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-news__items {
    margin-top: 50px;
  }
}

.top-news__item {
  border-bottom: 1px solid #1C1D1D;
  padding: 7px 5px 20px 0px;
}
@media screen and (min-width: 960px) {
  .top-news__item {
    display: flex;
    align-items: center;
    padding: 30px 5px 30px 0px;
  }
}

.top-news__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-news__button {
    margin-top: 60px;
  }
}

.top-service {
  background-color: #CCAF60;
  overflow: visible;
  position: relative;
  padding: 90px 0 24px;
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  .top-service {
    padding: 200px 0 0px;
    margin-top: 45px;
  }
}

.top-service:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 170px;
  background-size: 100% 170px;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/01_top/service-bg.png);
}
@media screen and (min-width: 960px) {
  .top-service:before {
    top: 32px;
    height: min(45.3125vw, 580px);
    background-size: 100% min(45.3125vw, 580px);
  }
}

@media screen and (max-width: 959px) {
  .top-service .section-heading__ja {
    font-size: 28px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 960px) {
  .top-service .section-heading__ja {
    font-size: min(4.375vw, 56px);
  }
}

.top-service__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .top-service__content {
    display: grid;
    grid-template-columns: min(42.96875vw, 550px) min(39.84375vw, 510px);
    gap: 0 min(4.6875vw, 60px);
    margin-top: 80px;
    align-items: start;
  }
}

.top-service__item {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .top-service__item {
    min-height: 475px;
  }
}

.top-service__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .top-service__header {
    gap: 15px;
    margin-left: 4px;
    margin-top: 37px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 960px) {
  .top-service__header {
    gap: 30px;
    margin-top: 54px;
    margin-bottom: 40px;
  }
}

.top-service__number {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  padding-right: 36px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .top-service__number {
    font-size: min(6.40625vw, 82px);
    padding-right: min(3.90625vw, 50px);
  }
}

.top-service__number:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 2px;
  height: 46px;
  background-color: #eddaa6;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .top-service__number:after {
    width: 3px;
    right: 0px;
    height: 86px;
  }
}

.top-service__title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .top-service__title {
    font-size: min(2.1875vw, 28px);
  }
}

.top-service__description {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .top-service__description {
    font-size: min(1.25vw, 16px);
  }
}

@media screen and (max-width: 959px) {
  .top-service__button {
    margin-top: 27px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .top-service__button {
    margin-top: 48px;
  }
}

.top-service__image-area-wrapper {
  height: 100%;
}

.top-service__image-area {
  position: relative;
  height: 400px;
  border-radius: 16px;
}
@media screen and (min-width: 960px) {
  .top-service__image-area {
    position: sticky;
    top: 200px;
    height: min(35.9375vw, 460px);
    align-self: start;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 959px) {
  .top-service__image {
    width: 180px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .top-service__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
  }
  .top-service__image.is-active {
    opacity: 1;
  }
}

.top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 257px 257px 0 0;
}

@media screen and (max-width: 959px) {
  .top-service__content {
    gap: 60px;
  }
  .top-service__image-area {
    order: -1;
    margin-bottom: 40px;
  }
  .top-service__item {
    margin-bottom: 60px;
  }
}
.about-about {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .about-about {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .about-about {
    padding: 66px 0 100px;
  }
}

.about-about .section-heading__ja {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .about-about .section-heading__ja {
    line-height: 1;
    font-size: min(3.75vw, 48px);
  }
}

.about-about__contents {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .about-about__contents {
    grid-template-columns: 1fr min(25vw, 320px);
    gap: min(7.03125vw, 90px);
    padding-right: min(5.15625vw, 66px);
  }
}

@media screen and (min-width: 960px) {
  .about-about__heading-ja {
    margin-left: max(-1.171875vw, -15px);
  }
}

@media screen and (max-width: 959px) {
  .about-about__container {
    display: contents;
  }
}

.about-about__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 31px;
}
@media screen and (min-width: 960px) {
  .about-about__text {
    font-size: min(1.25vw, 16px);
    line-height: 1.9;
    letter-spacing: 0.01em;
    margin-top: 48px;
  }
}

@media screen and (max-width: 959px) {
  .about-about__image {
    width: 224px;
    margin: 25px auto 0;
  }
}
.about-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 257px 257px 0 0;
  -o-object-position: 81% center;
     object-position: 81% center;
}

.about-activity {
  background-color: #CCAF60;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .about-activity {
    padding: 80px 0 100px;
  }
}

.about-activity:before {
  background-color: #FFFFFF;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .about-activity:before {
    border-radius: 80px 80px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .about-activity .section-heading__ja {
    font-size: 36px;
    line-height: 1.4;
  }
}

.about-activity__inner {
  position: relative;
  z-index: 1;
}

.about-activity__container {
  display: grid;
  margin-top: 40px;
  gap: 40px 0;
}
@media screen and (min-width: 960px) {
  .about-activity__container {
    gap: min(4.6875vw, 60px) 0;
    margin-top: 75px;
  }
}

.about-activity__item {
  display: grid;
  border-bottom: 1px solid #949999;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .about-activity__item {
    grid-template-columns: min(41.40625vw, 530px) 1fr;
    gap: 0 min(5vw, 64px);
    padding-bottom: 60px;
  }
}

.about-activity__item-image {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .about-activity__item-image {
    margin-bottom: 0;
  }
}

.about-activity__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 530/280;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -o-object-position: top;
     object-position: top;
}
.about-activity__item-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
@media screen and (min-width: 960px) {
  .about-activity__item-title {
    font-size: min(2.1875vw, 28px);
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}

.about-activity__item-text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .about-activity__item-text {
    font-size: min(1.25vw, 16px);
  }
}

.about-activity__sponsor {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .about-activity__sponsor {
    margin-top: 52px;
  }
}

.about-activity__sponsor .section-heading__ja {
  font-size: 32px;
}
@media screen and (min-width: 960px) {
  .about-activity__sponsor .section-heading__ja {
    font-size: min(2.5vw, 32px);
  }
}

.about-activity__sponsor-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .about-activity__sponsor-inner {
    max-width: 1032px;
  }
}

.about-activity__sponsor-container {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .about-activity__sponsor-container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .about-activity__sponsor-item {
    display: grid;
    grid-template-columns: min(32.03125vw, 410px) 1fr;
    align-items: flex-start;
    gap: 0 min(4.6875vw, 60px);
  }
}

.about-activity__sponsor-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #DBDBDB;
  border-radius: 12px;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .about-activity__sponsor-content {
    margin-top: 30px;
  }
}

.about-activity__sponsor-text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .about-activity__sponsor-text {
    font-size: min(1.25vw, 16px);
    text-align: left;
    margin-top: -5px;
  }
}

.about-business {
  padding: 60px 0;
  background-color: #f8f6f3;
}
@media screen and (min-width: 960px) {
  .about-business {
    padding: 80px 0 100px;
  }
}

.about-business:before {
  background-color: #CCAF60;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .about-business:before {
    border-radius: 80px 80px 0 0;
  }
}

.about-business__inner {
  position: relative;
  z-index: 1;
}

.about-business__container {
  display: grid;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .about-business__container {
    grid-template-columns: 1fr 1fr;
    gap: min(3.125vw, 40px);
    margin-top: 75px;
  }
}

.about-business__item {
  border: 3px solid #FFFFFF;
  border-radius: 30px;
  padding: 32px 0 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .about-business__item {
    margin-bottom: 0;
    padding: 40px min(2.34375vw, 30px);
  }
}

@media screen and (min-width: 960px) {
  .about-business__item:first-child {
    display: grid;
    grid-template-columns: 1fr min(59.375vw, 760px);
    gap: min(5.46875vw, 70px);
    grid-column: 1/-1;
  }
}

.about-business__item-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .about-business__item-title {
    font-size: min(1.875vw, 24px);
    margin-bottom: 33px;
  }
}

.about-business__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .about-business__item-content {
    padding: 0 24px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  .about-business__item-content {
    gap: 24px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 960px) {
  .about-business__item:first-child .about-business__item-content {
    display: grid;
    grid-template-columns: 1fr min(18.75vw, 240px);
    gap: 0 min(3.125vw, 40px);
    margin-top: 0;
  }
}

.about-business__item-image {
  width: 160px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .about-business__item-image {
    width: min(12.5vw, 160px);
    height: min(7.8125vw, 100px);
  }
}

.about-business__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-business__item-text {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .about-business__item-text {
    font-size: min(1.25vw, 16px);
  }
}

.about-business__item-button {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .about-business__item-button {
    margin-top: 15px;
  }
}

@media screen and (max-width: 959px) {
  .about-company {
    padding: 84px 0;
  }
}
@media screen and (min-width: 960px) {
  .about-company {
    padding-top: 64px;
    padding-bottom: 93px;
  }
}

.about-company:before {
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .about-company:before {
    border-radius: 80px 80px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .about-company .section-heading {
    text-align: left;
  }
}

.about-company__items {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid #949999;
}
@media screen and (min-width: 960px) {
  .about-company__items {
    grid-template-columns: min(18.75vw, 240px) 1fr;
    margin-top: 70px;
  }
}

.about-company__item-title,
.about-company__item-data {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #949999;
  padding: 25px 0 25px 5px;
}
@media screen and (min-width: 960px) {
  .about-company__item-title,
  .about-company__item-data {
    font-size: min(1.25vw, 16px);
    line-height: 1.9;
    letter-spacing: 1.3px;
    padding: min(1.953125vw, 25px) 0 min(1.953125vw, 25px) min(0.390625vw, 5px);
  }
}

.about-company__item-title {
  color: #949999;
}

.about-company__item-data--grid {
  display: grid;
}

.about-company__links {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .about-company__links {
    margin-top: 80px;
  }
}

@media screen and (min-width: 960px) {
  .about-company__links .section-heading__ja {
    font-size: min(2.5vw, 32px);
  }
}

@media screen and (min-width: 960px) {
  .about-company__links-inner {
    max-width: 1032px;
    margin: 0 auto;
  }
}

.about-company__links-list {
  display: grid;
  gap: 26px;
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  .about-company__links-list {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 26px;
  }
}

.about-company__link-item {
  border: 1px solid #949999;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 15px 30px 10px 30px;
}
@media screen and (min-width: 960px) {
  .about-company__link-item {
    padding: 18px min(2.34375vw, 30px) 15px min(3.125vw, 40px);
  }
}

.about-company__link-icon img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 960px) {
  .about-company__link-icon img {
    height: min(3.125vw, 40px);
  }
}

.about-company__link-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
  height: 66px;
}
@media screen and (min-width: 960px) {
  .about-company__link-title {
    font-size: min(1.875vw, 24px);
    margin-top: 15px;
    height: min(4.84375vw, 62px);
  }
}

.about-message {
  background-color: #F7F4F0;
}
@media screen and (max-width: 959px) {
  .about-message {
    padding: 60px 0;
  }
}
@media screen and (min-width: 960px) {
  .about-message {
    padding: 15px 0 90px;
  }
}

@media screen and (max-width: 959px) {
  .about-message .section-heading__ja {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 960px) {
  .about-message__inner {
    max-width: 1146px;
  }
}

.about-message__container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .about-message__container {
    display: grid;
    grid-template-columns: min(31.25vw, 400px) 1fr;
    gap: 0 min(4.375vw, 56px);
    align-items: flex-start;
    margin-top: 70px;
  }
}

.about-message__image {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .about-message__image {
    width: 175px;
    margin: 35px auto 0;
  }
}
.about-message__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 400/600;
  border-radius: 12px;
  overflow: hidden;
}

.about-message__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .about-message__content {
    margin-top: 35px;
  }
}
.about-message__content-inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .about-message__text-area {
    margin-top: -5px;
  }
}

.about-message__text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .about-message__text {
    font-size: min(1.25vw, 16px);
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}

.about-message__text + .about-message__text {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .about-message__text + .about-message__text {
    margin-top: min(2.8125vw, 36px);
  }
}

.about-message__signature {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-align: right;
  line-height: 1.9;
  letter-spacing: 0.01em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .about-message__signature {
    font-size: 13px;
    margin-top: 45px;
  }
}

.about-message__signature-name {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .about-message__signature-name {
    font-size: 20px;
  }
}

.about-mission {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .about-mission {
    padding: 55px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .about-mission {
    padding: min(7.5vw, 96px) 0 min(7.8125vw, 100px);
  }
}

.about-mission:before {
  background-color: #f7f4f0;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .about-mission:before {
    border-radius: 80px 80px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .about-mission .section-heading__ja {
    font-size: 36px;
    line-height: 1.4;
  }
}

.about-mission__inner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .about-mission__inner {
    max-width: min(68.75vw, 880px);
  }
}

.about-mission__container {
  position: relative;
  z-index: 2;
}

.about-mission__image {
  display: none;
}
@media screen and (min-width: 960px) {
  .about-mission__image {
    display: block;
    position: absolute;
    z-index: 1;
  }
}

.about-mission__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 240/160;
}

@media screen and (min-width: 960px) {
  .about-mission__image--1 {
    top: max(-9.765625vw, -125px);
    left: max(-8.59375vw, -110px);
    width: min(10.9375vw, 140px);
  }
}

.about-mission__image--1 img {
  border-radius: 20px;
}

@media screen and (min-width: 960px) {
  .about-mission__image--2 {
    top: max(-0.703125vw, -9px);
    left: min(58.046875vw, 743px);
    width: min(18.75vw, 240px);
  }
}

@media screen and (min-width: 960px) {
  .about-mission__image--3 {
    top: min(17.421875vw, 223px);
    left: max(-17.96875vw, -230px);
    width: min(18.75vw, 240px);
  }
}

@media screen and (min-width: 960px) {
  .about-mission__image--4 {
    bottom: min(8.4375vw, 108px);
    left: min(53.90625vw, 690px);
    width: min(14.0625vw, 180px);
  }
}

@media screen and (min-width: 960px) {
  .about-mission__image--5 {
    bottom: max(-4.6875vw, -60px);
    left: max(-5.78125vw, -74px);
    width: min(10.9375vw, 140px);
  }
}

.about-mission__content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .about-mission__content {
    margin-top: 23px;
  }
}
@media screen and (min-width: 960px) {
  .about-mission__content {
    margin-top: 28px;
  }
}

.about-mission__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  background-image: url(../img/02_about/mission-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .about-mission__content::before {
    width: min(62.5vw, 800px);
    height: min(62.5vw, 800px);
  }
}

.about-mission__text {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .about-mission__text {
    font-size: min(2.8125vw, 36px);
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin-left: -0.5em;
  }
}

.about-mission__text:last-child {
  margin-bottom: 0;
}

.about-mission__detail {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .about-mission__detail {
    padding: 0 min(1.5625vw, 20px);
    margin-top: min(4.53125vw, 58px);
  }
}

.about-mission__detail-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .about-mission__detail-text {
    text-align: center;
    font-size: min(1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0.06em;
    margin-top: min(2.5vw, 32px);
  }
}

.about-mission__detail-text:last-child {
  margin-bottom: 0;
}

.about-mission__copy {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .about-mission__copy {
    margin-top: 60px;
  }
}

.about-mission__copy-ja {
  font-size: 33px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 960px) {
  .about-mission__copy-ja {
    font-size: min(3.90625vw, 50px);
  }
}

.about-mission__copy-en {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .about-mission__copy-en {
    width: 258px;
    margin-top: -3px;
    margin-left: -40px;
  }
}
@media screen and (min-width: 960px) {
  .about-mission__copy-en {
    width: 340px;
    margin-top: -13px;
  }
}

.about-mission__copy-en img {
  display: block;
  width: 100%;
  height: auto;
}

.svc-examples2 {
  background-color: #DBDBDB;
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .svc-examples2 {
    padding-top: 30px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 960px) {
  .svc-examples2__inner {
    max-width: 1180px;
  }
}

.svc-examples2__items {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-examples2__items {
    gap: min(2.5vw, 32px);
    margin-top: 40px;
  }
}

.svc-examples2__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .svc-examples2__item {
    align-items: start;
    grid-template-columns: min(5vw, 64px) min(18.75vw, 240px) 1fr;
    gap: min(2.5vw, 32px);
    padding: min(3.125vw, 40px) min(3.125vw, 40px) min(3.125vw, 40px) min(2.5vw, 32px);
    border-radius: 16px;
  }
}

.svc-examples2__content {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .svc-examples2__content {
    gap: min(1.25vw, 16px);
  }
}

.svc-examples2__title {
  font-size: 18px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .svc-examples2__title {
    font-size: min(1.875vw, 24px);
  }
}

.svc-examples2__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .svc-examples2__text {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 960px) {
  .svc-examples2__text {
    font-size: min(1.25vw, 16px);
    margin-top: -4px;
  }
}

.service {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .service {
    padding-bottom: 120px;
  }
}

.service__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .service__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.90625vw, 50px);
  }
}

.service__card {
  display: grid;
  position: relative;
  grid-template-columns: 90px 1fr;
  grid-template-areas: "image title" "description description";
  gap: 30px 20px;
  padding: 30px 20px 60px;
  background: #EDEDED;
  border: 2px solid #DBDBDB;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service__card {
    grid-template-columns: min(7.03125vw, 90px) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image title" "description description";
    gap: 30px min(1.09375vw, 14px);
    padding: 30px min(1.171875vw, 15px) 60px;
  }
}

.service__image {
  grid-area: image;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1/1;
}

.service__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__title {
  grid-area: title;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service__title {
    font-size: min(1.40625vw, 18px);
  }
}

.service__description {
  grid-area: description;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .service__description {
    font-size: min(1.09375vw, 14px);
  }
}

.service__arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1C1D1D;
  transition: all 0.3s;
  background-image: url(../img/00_common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: 58% 50%;
  background-size: 11px 16px;
  width: 36px;
  height: 36px;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .service__arrow {
    bottom: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1C1D1D;
    transition: all 0.3s;
    background-image: url(../img/00_common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 58% 50%;
    background-size: min(0.859375vw, 11px) min(1.25vw, 16px);
    width: min(2.8125vw, 36px);
    height: min(2.8125vw, 36px);
  }
}

@media (hover: hover) {
  .service__card:hover .service__arrow {
    background-color: #C4252C;
  }
}
.svc-inner, .svc-inner-s {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .svc-inner, .svc-inner-s {
    max-width: 1206px;
    padding-left: min(3.75vw, 48px);
    padding-right: min(3.75vw, 48px);
  }
}

@media screen and (min-width: 960px) {
  .svc-inner-s {
    max-width: 1012px;
  }
}

.svc-inner--p0 {
  padding: 0;
}

.svc-section-heading__ja {
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .svc-section-heading__ja {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .svc-section-heading__ja {
    font-size: min(3.59375vw, 46px);
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 0;
  }
}

.svc-section-heading__ja span {
  color: #C4252C;
}

.svc-section-heading--white .svc-section-heading__ja {
  color: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .svc-section-heading--s .svc-section-heading__ja {
    font-size: min(3.125vw, 40px);
  }
}

.svc-section-heading--l .svc-section-heading__ja {
  font-size: 26px;
}
@media screen and (min-width: 960px) {
  .svc-section-heading--l .svc-section-heading__ja {
    font-size: min(4.375vw, 56px);
    line-height: 1.8;
  }
}

.svc-area {
  background-color: #DBDBDB;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .svc-area {
    padding: 70px 0 70px;
  }
}

@media screen and (min-width: 960px) {
  .svc-area__inner {
    max-width: 960px;
  }
}

.svc-area__content {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 18px 18px;
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .svc-area__content {
    padding: min(4.375vw, 56px) 40px;
    margin-top: 50px;
    border-radius: 16px;
  }
}

.svc-area__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 960px) {
  .svc-area__text {
    font-size: min(1.40625vw, 18px);
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.svc-area__highlight {
  color: #C4252C;
  font-weight: 700;
}

.svc-clients {
  height: 96px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C4252C;
}
@media screen and (min-width: 960px) {
  .svc-clients {
    height: min(7.5vw, 96px);
  }
}

.svc-clients__items {
  transition-timing-function: linear !important;
}

.svc-clients__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 24px;
}
@media screen and (min-width: 960px) {
  .svc-clients__item {
    height: 100%;
    margin-left: min(2.34375vw, 30px);
  }
}

.svc-clients__item img {
  width: auto;
  height: auto;
  max-width: 142px;
  max-height: 64px;
}
@media screen and (min-width: 960px) {
  .svc-clients__item img {
    max-width: min(11.09375vw, 142px);
    max-height: min(5vw, 64px);
  }
}

.svc-comparison {
  background-color: #DBDBDB;
  padding: 40px 0 40px;
}
@media screen and (min-width: 960px) {
  .svc-comparison {
    padding: 70px 0 80px;
  }
}

.svc-comparison__inner {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .svc-comparison__inner {
    padding-right: 0;
  }
}

.svc-comparison__table {
  scrollbar-width: none;
  margin-top: 23px;
}
@media screen and (min-width: 960px) {
  .svc-comparison__table {
    margin-top: min(4.21875vw, 54px);
  }
}

.svc-consultant {
  background-color: #DBDBDB;
  padding: 0 0 74px;
}
@media screen and (min-width: 960px) {
  .svc-consultant {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 960px) {
  .svc-consultant__inner {
    max-width: 950px;
  }
}

.svc-consultant__box {
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .svc-consultant__box {
    padding: 23px 17px 23px 17px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__box {
    padding: min(1.953125vw, 25px) min(2.5vw, 32px) min(4.6875vw, 60px) min(3.28125vw, 42px);
    padding: min(3.90625vw, 50px);
  }
}

.svc-consultant__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 5px;
  gap: 0 5px;
}
@media screen and (max-width: 959px) {
  .svc-consultant__heading {
    margin-left: 5px;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__heading {
    font-size: min(2.1875vw, 28px);
    margin-bottom: 15px;
  }
}

.svc-consultant__heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #C4252C;
  border-radius: 50%;
  margin-right: 3px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__heading:before {
    width: min(1.5625vw, 20px);
    height: min(1.5625vw, 20px);
    margin-right: 4px;
  }
}

.svc-consultant__container {
  display: grid;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .svc-consultant__container {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__container {
    grid-template-columns: min(15.625vw, 200px) 1fr;
    gap: 0 min(3.515625vw, 45px);
    margin-top: 33px;
  }
}

@media screen and (max-width: 959px) {
  .svc-consultant__contents {
    margin-top: 10px;
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  .svc-consultant__head {
    margin-left: 6px;
  }
}

@media screen and (max-width: 959px) {
  .svc-consultant__image {
    width: 53%;
    margin: 20px auto 0;
  }
}

.svc-consultant__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.svc-consultant__name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .svc-consultant__name {
    font-size: 20px;
  }
}

.svc-consultant__meta {
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__meta {
    margin-top: 10px;
  }
}

.svc-consultant__sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .svc-consultant__sns {
    gap: 0 13px;
    margin-top: 22px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__sns {
    gap: 0 10px;
    margin-top: 18px;
  }
}

.svc-consultant__sns-label {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .svc-consultant__sns-label {
    font-size: 12px;
  }
}

.svc-consultant__list {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin: 0;
}
.svc-consultant__item-sns {
  width: 17px;
}

.svc-consultant__item-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-consultant__body {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__body {
    margin-top: min(0.390625vw, 5px);
  }
}

.svc-consultant__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .svc-consultant__text {
    margin-top: 14px;
    padding: 0 4px;
  }
}

.svc-consultant__text + .svc-consultant__text {
  margin-top: 24px;
}

.svc-consultant__prev,
.svc-consultant__next {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
  background: #C4252C;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .svc-consultant__prev,
  .svc-consultant__next {
    width: min(5.46875vw, 70px);
    height: min(5.46875vw, 70px);
  }
}
.svc-consultant__prev:after,
.svc-consultant__next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-29%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/00_common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .svc-consultant__prev:after,
  .svc-consultant__next:after {
    width: min(1.5625vw, 20px);
    height: min(1.5625vw, 20px);
  }
}

.svc-consultant__prev {
  left: -20px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__prev {
    left: max(-2.734375vw, -35px);
  }
}
.svc-consultant__prev:after {
  transform: translate(-61%, -50%) scaleX(-1);
}

.svc-consultant__next {
  right: -20px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__next {
    right: max(-2.734375vw, -35px);
  }
}

@media (hover: hover) {
  .svc-consultant__next:hover,
  .svc-consultant__prev:hover {
    opacity: 0.8;
  }
}
.svc-contact-form__privacy {
  background-color: #FFFFFF;
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #999;
  resize: vertical;
  overflow: hidden;
  padding: 26px 10px 12px 10px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__privacy {
    border-radius: 8px;
    padding: 26px 12px 12px 12px;
    margin-top: 20px;
  }
}

.svc-contact-form__privacy-content {
  background-color: #FFFFFF;
  padding: 0px 5px;
  overflow-y: auto;
  height: 180px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__privacy-content {
    padding: 0px 5px;
    height: 180px;
  }
}
.svc-contact-form__privacy-content::-webkit-scrollbar {
  width: 6px;
}
.svc-contact-form__privacy-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.svc-contact-form__privacy-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.svc-contact-form__privacy-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.svc-contact-form__privacy-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__privacy-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.svc-contact-form__privacy-heading {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 21px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__privacy-heading {
    font-size: 15px;
    margin-top: 20px;
  }
}

.svc-contact-form__privacy-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__privacy-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.svc-contact-form__field {
  display: grid;
  align-items: center;
  gap: 10px 0;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field {
    gap: 8px 0;
  }
}

.svc-contact-form__field + .svc-contact-form__field {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field + .svc-contact-form__field {
    margin-top: 20px;
  }
}

.svc-contact-form__field--textarea {
  align-items: start;
}
.svc-contact-form__label {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__label {
    font-size: min(1.40625vw, 18px);
  }
}

.svc-contact-form__label span {
  display: inline-block;
  color: #FFFFFF;
  margin-left: 10px;
  background-color: #C4252C;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 12px;
  transform: translateY(-2px);
}
@media screen and (min-width: 960px) {
  .svc-contact-form__label span {
    margin-left: 10px;
  }
}

.svc-contact-form__label--required span {
  display: inline-block;
  position: relative;
}

.svc-contact-form__label--required span::before {
  content: "";
  display: inline-block;
  top: -1px;
  right: -17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea7979;
  position: absolute;
}

.svc-contact-form__input {
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 6px;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__input {
    height: min(5.46875vw, 70px);
    font-size: min(1.40625vw, 18px);
    border-radius: 11px;
    padding-left: 24px;
  }
}

.svc-contact-form__input::-moz-placeholder {
  color: #bababa;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.svc-contact-form__input::placeholder {
  color: #bababa;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

@media screen and (min-width: 960px) {
  .svc-contact-form__field--textarea .svc-contact-form__label {
    margin-top: 10px;
  }
}

.svc-contact-form__field--textarea .svc-contact-form__input {
  height: 197px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field--textarea .svc-contact-form__input {
    padding: 10px 20px 10px 24px;
  }
}

.svc-contact-form__input-select-wrapper {
  position: relative;
}

.svc-contact-form__input-select-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 9px 0 9px;
  border-color: #1C1D1D transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__input-select-wrapper::before {
    right: 26px;
    border-width: 7px 9px 0 9px;
  }
}

.svc-contact-form__input-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px 0 15px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__input-select-wrapper select {
    padding: 0 20px 0 24px;
  }
}

.svc-contact-form__submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__submit-wrapper {
    margin-top: 3px;
  }
}

.svc-contact-form__agree {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__agree {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.svc-contact-form__agree a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc-contact-form__submit {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__submit {
    margin-top: 50px;
  }
}

.svc-contact-form__submit .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  width: 340px;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__submit .button {
    width: 340px;
    height: 80px;
    font-size: 18px;
  }
}

.svc-contact-form__submit .button:before {
  display: none;
}

.svc-contact-form__field--agree {
  margin-top: 31px !important;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field--agree {
    margin-top: 24px !important;
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.svc-contact-form__check-input .wpcf7-list-item {
  display: block;
  margin: 0;
}

.svc-contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .svc-contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 16px;
    padding-left: 34px;
    height: 26px;
  }
}
@media screen and (min-width: 960px) {
  .svc-contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 34px;
    height: 26px;
  }
}

.svc-contact-form__check-input {
  display: inline-block;
}

.svc-contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label::before {
    left: 0;
    width: 19px;
    height: 19px;
  }
}

.svc-contact-form__check-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 13px;
  transform: rotate(45deg);
  border-bottom: 3px solid #C4252C;
  border-right: 3px solid #C4252C;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__check-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 2px;
    left: 6px;
    width: 6px;
    height: 13px;
    border-bottom: 3px solid #C4252C;
    border-right: 3px solid #C4252C;
  }
}

input:focus,
textarea:focus {
  outline: none;
}

.svc-contact-form__check-label {
  display: flex;
}

.svc-contact-form__check-label .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
  bottom: -25px;
}

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

.wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
}

.svc-contact-form__field--agree .svc-contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
  width: 26px;
}

.svc-contact-form__field > .svc-contact-form__label-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field > .svc-contact-form__label-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.svc-contact-form__field > .svc-contact-form__label-text + span {
  margin-left: 10px;
}

.svc-contact-form__field > .svc-contact-form__label + ul {
  display: grid;
  gap: 5px 0;
  margin-top: 10px;
}

.svc-contact-form__field > .svc-contact-form__label + ul li {
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}

#agent .svc-contact-form__field + .svc-contact-form__field,
#contact .svc-contact-form__field + .svc-contact-form__field {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  #agent .svc-contact-form__field + .svc-contact-form__field,
  #contact .svc-contact-form__field + .svc-contact-form__field {
    margin-top: 30px;
  }
}

.svc-contact-thanks {
  padding: 40px 0 50px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks {
    padding: 74px 0 100px;
  }
}

.svc-contact-thanks__text1 {
  font-size: 15px;
  font-weight: 700;
  color: #0E043A;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__text1 {
    font-size: 38px;
  }
}

.svc-contact-thanks__text2 {
  font-size: 16px;
  font-weight: 400;
  color: #0E043A;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__text2 {
    font-size: 16px;
    margin-top: 44px;
  }
}

.svc-contact-thanks__button {
  display: grid;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__button {
    margin-top: 60px;
  }
}

.svc-contact-thanks__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__link {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}

.svc-contact {
  padding: 40px 0 60px;
  scroll-margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .svc-contact {
    padding: 65px 0 85px;
  }
}

.svc-contact:before {
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .svc-contact:before {
    border-radius: 80px 80px 0 0;
  }
}

.svc-contact__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .svc-contact__inner {
    max-width: 792px;
  }
}

@media screen and (max-width: 959px) {
  .svc-contact__form {
    margin-top: 33px;
  }
}

.svc-content {
  background-color: #CCAF60;
  padding: 0px 0 50px;
}
@media screen and (min-width: 960px) {
  .svc-content {
    padding: 80px 0 120px;
  }
}

.svc-content__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .svc-content__items {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 960px) {
  .svc-content__item:nth-child(odd).svc-content__item:last-child {
    grid-column: 1/-1;
    max-width: 465px;
    margin: 0 auto;
  }
}

.svc-content__item {
  background-color: #FFFFFF;
  border: 3px solid #DBDBDB;
  border-radius: 12px;
  padding: 25px 20px;
}
@media screen and (min-width: 960px) {
  .svc-content__item {
    min-width: min(42.1875vw, 540px);
    padding: min(2.96875vw, 38px);
    padding-bottom: min(1.953125vw, 25px);
    border-radius: 20px;
  }
}

.svc-content__item-title {
  font-size: 19px;
  font-weight: 700;
  color: #C4252C;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-content__item-title {
    font-size: min(2.03125vw, 26px);
  }
}

.svc-content__item-title span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .svc-content__item-title span {
    font-size: min(1.09375vw, 14px);
  }
}

.svc-content__item-description {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .svc-content__item-description {
    font-size: min(1.25vw, 16px);
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 18px;
  }
}

.svc-cta {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background: #1C1D1D;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .svc-cta {
    padding: min(4.6875vw, 60px) 0;
  }
}

.svc-cta__inner {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .svc-cta__inner {
    padding: 0 min(2.5vw, 32px);
  }
}

@media screen and (max-width: 959px) {
  .svc-cta__tagline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
  }
}
@media screen and (min-width: 960px) {
  .svc-cta__tagline {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
}

.svc-cta__tagline span {
  display: inline-block;
  background-color: #FFFFFF;
  color: #FFFFFF;
  padding: 5px 5px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-feature-settings: normal;
}
@media screen and (min-width: 960px) {
  .svc-cta__tagline span {
    border-radius: 8px;
    font-size: min(1.25vw, 16px);
    padding: min(0.78125vw, 10px) min(1.875vw, 24px);
  }
}

@media screen and (min-width: 960px) {
  .svc-cta__tagline span:nth-child(2) {
    padding-left: 0;
  }
}

.svc-cta__heading {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 23px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .svc-cta__heading {
    font-size: min(3.125vw, 40px);
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin-top: min(1.25vw, 16px);
  }
}

.svc-cta__description {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .svc-cta__description {
    font-size: min(1.328125vw, 17px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: min(0.546875vw, 7px);
  }
}

.svc-cta__buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
}
@media screen and (min-width: 960px) {
  .svc-cta__buttons {
    gap: min(1.171875vw, 15px);
    margin-top: min(3.28125vw, 42px);
  }
}

.svc-cta__buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 167px;
}
@media screen and (min-width: 960px) {
  .svc-cta__buttons .button {
    font-size: min(1.5625vw, 20px);
    width: 299px;
    height: 80px;
  }
}

.svc-cta__buttons .button:before {
  display: none;
}

.svc-cta__buttons .button:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: #CCAF60;
}

.svc-examples {
  background-color: #DBDBDB;
  padding: 0 0 90px;
}
@media screen and (min-width: 960px) {
  .svc-examples {
    padding: 0 0 130px;
  }
}

.svc-examples__items {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .svc-examples__items {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
  }
}

.svc-examples__item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .svc-examples__item {
    padding: 30px;
    border-radius: 16px;
  }
}

@media screen and (min-width: 960px) {
  .svc-examples__item:nth-child(odd).svc-examples__item:last-child {
    grid-column: 1/-1;
    max-width: 544px;
    margin: 0 auto;
  }
}

.svc-examples__header {
  display: grid;
  grid-template-columns: 90px auto;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 960px) {
  .svc-examples__header {
    grid-template-columns: min(7.8125vw, 100px) auto;
    gap: min(1.5625vw, 20px);
  }
}

.svc-examples__image {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #949999;
}
.svc-examples__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 100/70;
}

.svc-examples__title {
  display: inline-flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-examples__title {
    font-size: min(2.03125vw, 26px);
  }
}

.svc-examples__title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .svc-examples__title span {
    font-size: 15px;
  }
}

.svc-examples__description {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .svc-examples__description {
    font-size: min(1.25vw, 16px);
    margin-top: min(1.5625vw, 20px);
  }
}

.svc-faq {
  background-color: #DBDBDB;
  padding: 55px 0 55px;
}
@media screen and (min-width: 960px) {
  .svc-faq {
    padding: 88px 0 114px;
  }
}

.svc-faq:before {
  background-color: #FFFFFF;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .svc-faq:before {
    border-radius: 80px 80px 0 0;
  }
}

.svc-faq__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .svc-faq__inner {
    max-width: 900px;
  }
}

.svc-faq__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #13072a;
  margin-bottom: 60px;
  text-align: center;
}

.svc-faq__items {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .svc-faq__items {
    margin-top: 40px;
  }
}

.svc-faq__item {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #DBDBDB;
  margin-bottom: 10px;
}

.svc-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  padding: 22px 17px 22px 17px;
}
@media screen and (min-width: 960px) {
  .svc-faq__question {
    padding: 32px 28px 32px 50px;
  }
}

.svc-faq__question p {
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .svc-faq__question p {
    align-items: center;
    width: 90%;
    font-size: 16px;
    padding-top: 2px;
    padding-left: 41px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .svc-faq__question p {
    font-size: 18px;
    padding-top: 5px;
    padding-left: 35px;
    padding-right: 20px;
  }
}

.svc-faq__label {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 23px;
  height: 19px;
  background-image: url(../img/03_service/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .svc-faq__label {
    top: 6px;
    left: 0;
    width: 23px;
    height: 19px;
  }
}

.svc-faq__question .svc-faq__label {
  transform: translateY(3px);
}
@media screen and (min-width: 960px) {
  .svc-faq__question .svc-faq__label {
    transform: translateY(3px);
  }
}

.svc-faq__answer .svc-faq__label {
  transform: translateY(3px);
  background-image: url(../img/03_service/a.svg);
}
@media screen and (min-width: 960px) {
  .svc-faq__answer .svc-faq__label {
    transform: translateY(3px);
  }
}

.svc-faq__btn {
  position: relative;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-faq__btn {
    width: 30px;
    height: 30px;
    transform: translateY(0px);
  }
}

.svc-faq__btn::before,
.svc-faq__btn::after {
  content: "";
  position: absolute;
  background-color: #1C1D1D;
  transition: transform 0.3s ease;
}

.svc-faq__btn::before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .svc-faq__btn::before {
    height: 3px;
  }
}

.svc-faq__btn::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .svc-faq__btn::after {
    width: 3px;
  }
}

.svc-faq__btn.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.svc-faq__answer {
  display: none;
}
@media screen and (max-width: 959px) {
  .svc-faq__answer {
    padding: 0px 17px 28px 17px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 960px) {
  .svc-faq__answer {
    padding: 0px 75px 34px 52px;
  }
}

.svc-faq__answer p {
  position: relative;
  padding-top: 0px;
  padding-left: 43px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .svc-faq__answer p {
    padding-top: 5px;
    padding-left: 35px;
  }
}

.svc-faq__link {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .svc-faq__link {
    margin-top: 28px;
  }
}

.svc-faq__link img {
  width: 16px;
}

.svc-faq__link .svc-btn {
  box-shadow: 14px 14px 10px rgba(178, 178, 178, 0.75);
}
@media screen and (max-width: 959px) {
  .svc-faq__link .svc-btn {
    transform: scale(0.7);
    transform-origin: top;
    width: 300px;
  }
}

@media screen and (max-width: 959px) {
  .svc-faq .svc-section-heading__ja {
    font-size: 24px;
  }
}

.svc-feature {
  background-color: #CCAF60;
  overflow: visible;
  position: relative;
  padding: 85px 0 24px;
}
@media screen and (min-width: 960px) {
  .svc-feature {
    padding: 120px 0 160px;
  }
}

.svc-feature:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 170px;
  background-size: 100% 170px;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/01_top/service-bg.png);
}
@media screen and (min-width: 960px) {
  .svc-feature:before {
    top: 32px;
    height: min(45.3125vw, 580px);
    background-size: 100% min(45.3125vw, 580px);
  }
}

@media screen and (max-width: 959px) {
  .svc-feature .section-heading__ja {
    font-size: 28px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 960px) {
  .svc-feature .section-heading__ja {
    font-size: min(4.375vw, 56px);
  }
}

.svc-feature__items {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .svc-feature__items {
    gap: 65px;
    margin-top: 60px;
  }
}

.svc-feature__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .svc-feature__item {
    display: grid;
    grid-template-columns: min(42.96875vw, 550px) min(39.84375vw, 510px);
    gap: 0 min(4.6875vw, 60px);
    align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .svc-feature__item--reverse {
    grid-template-columns: min(39.84375vw, 510px) min(42.96875vw, 550px);
    gap: 0 min(6.25vw, 80px);
  }
}

@media screen and (min-width: 960px) {
  .svc-feature__item--reverse .svc-feature__image {
    order: -1;
  }
}

.svc-feature__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .svc-feature__header {
    gap: 15px;
    margin-left: 4px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 960px) {
  .svc-feature__header {
    gap: 30px;
    margin-bottom: 40px;
  }
}

.svc-feature__number {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  padding-right: 36px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .svc-feature__number {
    font-size: min(6.40625vw, 82px);
    padding-right: min(3.90625vw, 50px);
  }
}

.svc-feature__number:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 2px;
  height: 46px;
  background-color: #eddaa6;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .svc-feature__number:after {
    width: 3px;
    right: 0px;
    height: 86px;
  }
}

.svc-feature__title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .svc-feature__title {
    font-size: min(2.1875vw, 28px);
  }
}

.svc-feature__description {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .svc-feature__description {
    font-size: min(1.25vw, 16px);
    line-height: 1.9;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 959px) {
  .svc-feature__button {
    margin-top: 27px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .svc-feature__button {
    margin-top: 48px;
  }
}

.svc-feature__image-area-wrapper {
  height: 100%;
}

.svc-feature__image-area {
  position: relative;
  height: 400px;
  border-radius: 16px;
}
@media screen and (min-width: 960px) {
  .svc-feature__image-area {
    position: sticky;
    top: 200px;
    height: min(35.9375vw, 460px);
    align-self: start;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 959px) {
  .svc-feature__image {
    width: 180px;
    margin: 0 auto;
    order: -1;
  }
}
@media screen and (min-width: 960px) {
  .svc-feature__image {
    overflow: hidden;
  }
}

.svc-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 510/379;
  border-radius: 257px 257px 0 0;
}

.svc-flow {
  overflow: visible;
  background-color: #CCAF60;
}
@media screen and (max-width: 959px) {
  .svc-flow {
    padding-top: 56px;
  }
}
@media screen and (min-width: 960px) {
  .svc-flow {
    padding-top: 100px;
  }
}

.svc-flow__inner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .svc-flow__inner {
    max-width: 960px;
    padding-left: min(7.8125vw, 100px);
  }
}

.svc-flow__inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -270px;
  right: -87%;
  width: 659px;
  height: 659px;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/03_service/flow-bg.svg);
}
@media screen and (min-width: 960px) {
  .svc-flow__inner:before {
    top: 186px;
    right: -70%;
    width: min(79.6875vw, 1020px);
    height: min(79.6875vw, 1020px);
  }
}

.svc-flow__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-flow__items {
    gap: 40px;
    margin-top: 50px;
  }
}

.svc-flow__item {
  display: flex;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 40px 10px 10px 10px;
  padding: 20px 18px;
  position: relative;
  padding-left: 70px;
}
@media screen and (min-width: 960px) {
  .svc-flow__item {
    padding: min(1.953125vw, 25px);
    border-radius: 40px 20px 20px 20px;
    padding-left: min(7.8125vw, 100px);
  }
}

.svc-flow__step-label {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #C4252C;
  color: #FFFFFF;
  border-radius: 100px 100px 0 0;
  padding: 8px 15px;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-label {
    left: max(-1.015625vw, -13px);
    padding: 12px min(2.03125vw, 26px);
  }
}

.svc-flow__step-text {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-text {
    font-size: 12px;
  }
}

.svc-flow__step-number {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-number {
    font-size: min(2.5vw, 32px);
  }
}

.svc-flow__item-content {
  flex: 1;
}

.svc-flow__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #C4252C;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .svc-flow__item-title {
    font-size: min(1.5625vw, 20px);
    margin-left: max(-7.8125vw, -100px);
  }
}

.svc-flow__item-description {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .svc-flow__item-description {
    padding-left: 16px;
  }
}
@media screen and (min-width: 960px) {
  .svc-flow__item-description {
    font-size: min(1.25vw, 16px);
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 20px;
  }
}

.svc-flow__item-arrow {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 18px;
  background-image: url(../img/03_service/flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .svc-flow__item-arrow {
    bottom: -30px;
    width: 36px;
    height: 18px;
  }
}

.svc-flow__item:last-child .svc-flow__item-arrow {
  display: none;
}

.svc-fv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .svc-fv {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv {
    height: min(46.875vw, 800px);
  }
}

@media screen and (max-width: 959px) {
  .svc-fv__inner {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 54%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__inner {
    max-width: 100%;
    padding-left: 6.25vw;
    padding-right: 0;
  }
}

.svc-fv__container {
  display: grid;
}
@media screen and (max-width: 959px) {
  .svc-fv__container {
    align-items: flex-start;
    margin-top: 18px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__container {
    grid-template-columns: min(47.7875vw, 850px) 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 959px) {
  .svc-fv__content {
    display: contents;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__content {
    display: block;
    width: 100%;
    margin-top: -1.5625vw;
  }
}

@media screen and (max-width: 959px) {
  .svc-fv__inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
  }
}

.svc-fv__tagline {
  display: grid;
  justify-items: flex-start;
  gap: 10px 0;
}
@media screen and (min-width: 960px) {
  .svc-fv__tagline {
    gap: 10px 0;
  }
}

.svc-fv__tagline span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #0E043A;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  background-color: #FFFFFF;
  padding: 3px 10px 4px;
}
@media screen and (min-width: 960px) {
  .svc-fv__tagline span {
    font-size: min(1.953125vw, 28px);
    padding: min(0.3125vw, 4.48px) min(0.3125vw, 4.48px) min(0.3125vw, 4.48px) min(0.46875vw, 6.72px);
  }
}

.svc-fv__heading {
  font-size: 36px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .svc-fv__heading {
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__heading {
    font-size: min(3.9vw, 56px);
    margin-top: 0;
  }
}

.svc-fv__description {
  display: inline-flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .svc-fv__description {
    line-height: 1.9;
    letter-spacing: 0.06em;
    order: 3;
    margin-left: 4px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__description {
    font-size: min(1.171875vw, 15px);
    line-height: 2;
    letter-spacing: 0.04em;
    margin-top: min(1.71875vw, 22px);
  }
}

@media screen and (max-width: 959px) {
  .svc-fv__buttons {
    display: none;
    order: 4;
    flex-direction: column;
    gap: 21px 0;
    margin-top: 26px;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__buttons {
    display: flex;
    gap: 0 min(1.40625vw, 18px);
    margin-top: min(3.90625vw, 50px);
  }
}

.svc-fv__image {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .svc-fv__image {
    order: 2;
    position: relative;
    z-index: -2;
    width: 54%;
    margin: 23px auto;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__image {
    width: 100%;
    padding: 10px 10px 66px 0px;
  }
}

.svc-fv__image-inner {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .svc-fv__image-inner {
    width: 100%;
    height: min(42.1875vw, 740px);
    border-radius: 40px;
  }
}

.svc-fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .svc-fv__image img {
    -o-object-position: center 15%;
       object-position: center 15%;
  }
}

.svc-fv__clients {
  height: 96px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-fv__clients {
    height: min(7.5vw, 96px);
  }
}

.svc-fv__client-items {
  transition-timing-function: linear !important;
}

.svc-fv__client-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 24px;
}
@media screen and (min-width: 960px) {
  .svc-fv__client-item {
    height: 100%;
    margin-left: min(2.34375vw, 30px);
  }
}

.svc-fv__client-item img {
  width: auto;
  height: auto;
  max-width: 142px;
  max-height: 64px;
}
@media screen and (min-width: 960px) {
  .svc-fv__client-item img {
    max-width: min(11.09375vw, 142px);
    max-height: min(5vw, 64px);
  }
}

.svc-issues {
  background-color: #FFFFFF;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .svc-issues {
    padding: 90px 0;
  }
}

.svc-issues:before {
  background-color: #f7f4f0;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .svc-issues:before {
    border-radius: 80px 80px 0 0;
  }
}

.svc-issues__inner {
  position: relative;
}
@media screen and (max-width: 959px) {
  .svc-issues__inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 959px) {
  .svc-issues__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 0 10px;
    margin: 40px auto 0;
    max-width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .svc-issues__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(2.1875vw, 28px) min(2.5vw, 32px);
    padding: 0;
    margin-top: min(2.890625vw, 37px);
  }
}

.svc-issues__item {
  display: flex;
  flex-direction: column;
  min-height: 128px;
  border: 3px solid #DBDBDB;
  border-radius: 20px;
  background-color: #FFFFFF;
  position: relative;
  padding: 18px 12px 20px;
}
@media screen and (min-width: 960px) {
  .svc-issues__item {
    width: min(27.03125vw, 346px);
    min-height: 154px;
    padding: min(2.34375vw, 30px) min(1.25vw, 16px) min(2.34375vw, 30px);
    border-radius: min(1.5625vw, 20px);
  }
}

.svc-issues__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background: #C4252C;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.380952381;
  letter-spacing: 0.05em;
  position: absolute;
  top: -11px;
  left: -11px;
}
@media screen and (min-width: 960px) {
  .svc-issues__number {
    width: min(3.203125vw, 41px);
    height: min(3.203125vw, 41px);
    font-size: min(1.09375vw, 14px);
    line-height: min(2.265625vw, 29px);
    top: max(-0.859375vw, -11px);
    left: max(-0.859375vw, -11px);
  }
}

.svc-issues__heading {
  font-size: 18px;
  font-weight: 700;
  color: #C4252C;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .svc-issues__heading {
    font-size: min(1.40625vw, 18px);
  }
}

.svc-issues__text {
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .svc-issues__text {
    font-size: min(1.09375vw, 14px);
    margin-top: min(1.09375vw, 14px);
  }
}

@media screen and (max-width: 959px) {
  .svc-issues .svc-section-heading__ja {
    font-size: 24px;
  }
}

.svc-price {
  background-color: #CCAF60;
  text-align: center;
  padding: 56px 0;
}
@media screen and (min-width: 960px) {
  .svc-price {
    padding: 100px 0 90px;
  }
}

.svc-price__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .svc-price__inner {
    max-width: min(70.3125vw, 900px);
  }
}

.svc-price__box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 38px 20px 40px;
  border: 3px solid rgb(196, 37, 44);
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-price__box {
    padding: min(3.90625vw, 50px) min(1.953125vw, 25px) min(4.6875vw, 60px);
    border-radius: 20px;
  }
}

.svc-price__container {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .svc-price__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 min(3.90625vw, 50px);
    margin-top: min(3.359375vw, 43px);
  }
}

.svc-price__heading {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .svc-price__heading {
    font-size: min(1.875vw, 24px);
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

.svc-price__highlight {
  color: #C4252C;
}

.svc-price__price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: 47px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .svc-price__price {
    font-size: min(5.078125vw, 65px);
  }
}

.svc-price__unit {
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .svc-price__unit {
    font-size: min(2.109375vw, 27px);
  }
}

.svc-price__note {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .svc-price__note {
    margin-top: 17px;
  }
}
@media screen and (min-width: 960px) {
  .svc-price__note {
    font-size: min(1.171875vw, 15px);
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.svc-price__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .svc-price__button {
    gap: 10px;
  }
}

@media screen and (max-width: 959px) {
  .svc-price__button .svc-btn {
    width: 300px;
    transform: scale(0.8);
    transform-origin: top;
  }
}

.svc-result {
  padding: 48px 0;
}
@media screen and (min-width: 960px) {
  .svc-result {
    padding: min(6.25vw, 80px) 0 min(8.359375vw, 107px);
  }
}

@media screen and (min-width: 960px) {
  .svc-result__inner {
    max-width: 1264px;
  }
}

.svc-result__items {
  display: grid;
  gap: 17px;
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .svc-result__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.34375vw, 30px);
    margin-top: min(5.78125vw, 74px);
  }
}

.svc-result__item {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #C4252C;
  padding: min(5.8666666667vw, 22px) 0 min(8vw, 30px) 0;
}
@media screen and (min-width: 960px) {
  .svc-result__item {
    padding: min(1.953125vw, 25px) 0 min(2.1875vw, 28px) 0;
  }
}

.svc-result__image {
  border: 2px solid #C4252C;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}
.svc-result__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-result__image img {
    border: 4px solid #FFFFFF;
  }
}

.svc-result__info {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 98px 1fr;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .svc-result__info {
    grid-template-columns: min(8.671875vw, 111px) 1fr;
    gap: 0 min(1.09375vw, 14px);
  }
}

@media screen and (max-width: 959px) {
  .svc-result__item:nth-child(1) .svc-result__info {
    margin-left: -50px;
  }
}

@media screen and (max-width: 959px) {
  .svc-result__item:nth-child(2) .svc-result__info {
    margin-left: -8px;
  }
}

.svc-result__contents {
  margin-bottom: 16px;
}

.svc-result__category {
  display: inline-block;
  background-color: #C4252C;
  color: #FFFFFF;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 700;
  padding: min(1.6vw, 6px) min(3.2vw, 12px);
  margin-bottom: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 960px) {
  .svc-result__category {
    font-size: min(1.5625vw, 20px);
    padding: min(0.15625vw, 2px) min(0.78125vw, 10px);
    margin-bottom: min(0.78125vw, 10px);
  }
}

.svc-result__title {
  font-size: min(4.8vw, 18px);
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-result__title {
    font-size: min(2.8125vw, 36px);
  }
}

.svc-result__number {
  display: inline-block;
  font-size: min(11.2vw, 42px);
  font-weight: 900;
  color: #1C1D1D;
  text-align: left;
  position: relative;
  margin-top: min(6.4vw, 24px);
}
@media screen and (min-width: 960px) {
  .svc-result__number {
    font-size: min(4.6875vw, 60px);
    margin-top: min(1.015625vw, 13px);
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .svc-result__number {
    font-size: 38px;
  }
}

.svc-result__number-text {
  font-size: min(6.4vw, 24px);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .svc-result__number-text {
    font-size: min(2.65625vw, 34px);
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .svc-result__number-text {
    font-size: 24px;
  }
}

.svc-result__number > span {
  position: relative;
  z-index: 0;
}
.svc-result__number > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #C4252C;
  position: absolute;
  bottom: 2px;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 960px) {
  .svc-result__number > span {
    position: relative;
    z-index: 0;
  }
  .svc-result__number > span::after {
    content: "";
    display: block;
    width: 100%;
    height: min(1.25vw, 16px);
    background-color: #C4252C;
    position: absolute;
    bottom: min(0.15625vw, 2px);
    z-index: -1;
    left: 0;
  }
}

.svc-result__text {
  font-size: min(4.2666666667vw, 16px);
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 min(3.7333333333vw, 14px);
  margin-top: min(9.3333333333vw, 35px);
}
@media screen and (min-width: 960px) {
  .svc-result__text {
    font-size: min(1.25vw, 16px);
    padding: 0 min(2.5vw, 32px) 0 min(3.125vw, 40px);
    margin-top: min(2.734375vw, 35px);
  }
}

.svc-table {
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .svc-table {
    width: 900px;
    padding: 10px 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .svc-table {
    max-width: 1138px;
    padding: 10px 0;
  }
}

.svc-table__inner {
  display: grid;
  grid-template-columns: 154px 1fr 1fr 1fr;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .svc-table__inner {
    grid-template-columns: min(16.40625vw, 210px) 1fr 1fr 1fr;
  }
}

.svc-table__group:not(:nth-child(2)) {
  margin-top: 4px;
}

.svc-table__group-inner {
  position: relative;
  border-radius: 8px;
}

.svc-table__group:nth-child(3) .svc-table__group-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3px;
  height: calc(100% - 30px);
  background-color: #dbdbdb;
  position: absolute;
}

.svc-table__group .svc-table__item:not(:last-child) {
  border-bottom: 3px solid #dbdbdb;
}
@media screen and (max-width: 959px) {
  .svc-table__group .svc-table__item:not(:last-child) {
    border-width: 2px;
  }
}

.svc-table__head {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  height: 59px;
}
@media screen and (min-width: 960px) {
  .svc-table__head {
    height: 83px;
  }
}

.svc-table__head p {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-table__head p {
    font-size: min(2.03125vw, 26px);
    margin-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .svc-table__group:last-child {
    margin-right: 5vw;
  }
}
.svc-table__group--orange .svc-table__body {
  border: 2px solid #0020dd;
}

.svc-table__body {
  border-radius: 8px;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .svc-table__body {
    padding: 0 min(1.71875vw, 22px);
  }
}

.svc-table__item {
  height: 54px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .svc-table__item {
    height: 74px;
  }
}

.svc-table__text {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.svc-table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

.svc-table__ic--circle-single {
  width: 22px;
  height: 22px;
  background-image: url(../img/03_service/icon-circle-single.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--circle-single {
    width: 22px;
    height: 22px;
  }
}

.svc-table__group:nth-child(2) .svc-table__ic--circle-single {
  left: 23px;
}

.svc-table__ic--circle-double {
  width: 24px;
  height: 24px;
  background-image: url(../img/03_service/icon-circle-double.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--circle-double {
    width: 30px;
    height: 30px;
  }
}

.svc-table__ic--triangle {
  width: 22px;
  height: 19px;
  background-image: url(../img/03_service/icon-triangle.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--triangle {
    width: 22px;
    height: 19px;
  }
}

.svc-table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url(../img/03_service/icon-x.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--x {
    width: 16px;
    height: 16px;
  }
}

.svc-table__group:first-child .svc-table__body {
  padding: 0 16px 0 28px;
}
@media screen and (min-width: 960px) {
  .svc-table__group:first-child .svc-table__body {
    padding: 0 min(2.1875vw, 28px);
  }
}

.svc-table__group:first-child .svc-table__item {
  font-weight: 700;
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .svc-table__group:first-child .svc-table__item {
    font-size: min(1.40625vw, 18px);
  }
}

.svc-table__group:not(:first-child) .svc-table__item {
  padding-left: 40px;
}
@media screen and (min-width: 960px) {
  .svc-table__group:not(:first-child) .svc-table__item {
    padding-left: min(3.90625vw, 50px);
  }
}

.svc-table__group--met .svc-table__group-inner {
  border: 4px solid #C4252C;
}

.svc-table__group--met .svc-table__group-inner {
  border: 4px solid #C4252C;
}

.svc-table__group--met .svc-table__head {
  align-items: flex-start;
}

.svc-table__group--met .svc-table__head img {
  width: 72px;
  margin-top: -2px;
}
@media screen and (min-width: 960px) {
  .svc-table__group--met .svc-table__head img {
    width: 104px;
  }
}

.svc-types {
  padding: 34px 0 0;
}
@media screen and (min-width: 960px) {
  .svc-types {
    padding: min(8.75vw, 112px) 0 0;
  }
}

@media screen and (min-width: 960px) {
  .svc-types__inner {
    max-width: 992px;
  }
}

.svc-types__items {
  display: grid;
  margin-top: -5px;
}
@media screen and (min-width: 960px) {
  .svc-types__items {
    margin-top: min(2.03125vw, 26px);
  }
}

.svc-types__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "contents";
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .svc-types__item {
    gap: 30px 0;
    padding: 50px 0 45px;
  }
}
@media screen and (min-width: 960px) {
  .svc-types__item {
    grid-template-columns: min(27.265625vw, 349px) 1fr;
    grid-template-areas: "image contents";
    gap: 0 min(3.4375vw, 44px);
    padding: min(3.90625vw, 50px) 0 min(3.515625vw, 45px);
  }
}

.svc-types__item:not(:first-child) {
  border-top: 1px solid #C4C5C5;
}

@media screen and (min-width: 960px) {
  .svc-types__item--reverse {
    grid-template-columns: 1fr min(27.265625vw, 349px);
    grid-template-areas: "contents image";
  }
}

.svc-types__image {
  grid-area: image;
}
@media screen and (max-width: 959px) {
  .svc-types__image {
    padding: 0 60px;
  }
}
.svc-types__image img {
  height: 100%;
  aspect-ratio: 349/284;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.svc-types__contents {
  grid-area: contents;
  background-color: #FFFFFF;
  border: 1px solid #C4252C;
  padding: 23px 20px 32px;
}
@media screen and (min-width: 960px) {
  .svc-types__contents {
    min-width: min(41.796875vw, 535px);
    min-height: min(17.5vw, 224px);
    padding: min(2.34375vw, 30px) min(2.1875vw, 28px) min(3.90625vw, 50px) min(2.5vw, 32px);
  }
}

.svc-types__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #C4252C;
  width: 75px;
  height: 23px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .svc-types__number {
    width: min(8.75vw, 112px);
    height: min(2.734375vw, 35px);
    font-size: min(1.40625vw, 18px);
  }
}

.svc-types__heading {
  font-size: min(5.3333333333vw, 20px);
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 960px) {
  .svc-types__heading {
    font-size: min(2.34375vw, 30px);
    line-height: 1.4;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
}

.svc-types__heading span {
  color: #C4252C;
}

.svc-types__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .svc-types__text {
    font-size: min(1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: min(1.5625vw, 20px);
    padding-right: min(3.28125vw, 42px);
  }
}

.svc-use {
  background-color: #DBDBDB;
  padding: 60px 0 0;
}
@media screen and (min-width: 960px) {
  .svc-use {
    padding: 80px 0 0;
  }
}

@media screen and (min-width: 960px) {
  .svc-use__inner {
    max-width: 960px;
  }
}

.svc-use__content {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px 18px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-use__content {
    padding: 46px min(3.125vw, 40px);
    margin-top: 50px;
    border-radius: 16px;
    margin-top: 17px;
  }
}

.svc-use__title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-use__title {
    font-size: min(2.8125vw, 36px);
  }
}

.svc-use__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: -0.05em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .svc-use__text {
    font-size: min(1.40625vw, 18px);
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.svc-use__highlight {
  color: #C4252C;
  font-weight: 700;
}

.svc-use__content + .svc-use__content {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .svc-use__content + .svc-use__content {
    margin-top: 30px;
  }
}

.archive-news {
  padding-top: 0px;
  padding-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .archive-news {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .archive-news__inner {
    max-width: 1230px;
  }
}

@media screen and (max-width: 959px) {
  .archive-news__category {
    margin-right: -18px;
  }
}

.archive-news__cards {
  display: grid;
}
@media screen and (max-width: 959px) {
  .archive-news__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 24px 16px;
  }
}
@media screen and (min-width: 960px) {
  .archive-news__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: min(4.6875vw, 60px);
    margin-top: 90px;
  }
}

.archive-news__item {
  border-bottom: 1px solid #1a1a1a;
  padding: 28px 5px 20px 0px;
}
@media screen and (min-width: 960px) {
  .archive-news__item {
    display: flex;
    align-items: center;
    height: 132px;
    padding: 20px 0px 40px 0px;
  }
}

.archive-news__pagination {
  margin-top: 52px;
}
@media screen and (min-width: 960px) {
  .archive-news__pagination {
    margin-top: 62px;
  }
}

.news-category-list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .news-category-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
    padding-right: 15px;
  }
}

.news-category-list__item {
  position: relative;
}

.news-category-list__item + .news-category-list__item {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .news-category-list__item + .news-category-list__item {
    margin-left: 10px;
    margin-bottom: 2px;
  }
}

.news-category-list__item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 70px;
  height: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #C4252C;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.04em;
  background-color: #FFFFFF;
  border: 1px solid #C4252C;
  border-radius: 50px;
  transition: color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  padding: 0 15px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .news-category-list__item-link {
    width: auto;
    height: 46px;
    font-size: min(1.40625vw, 18px);
    padding: 0 min(3.4375vw, 44px);
  }
}

.news-category-list__item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C1D1D;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.news-category-list__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4252C;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.news-category-list__item-link span {
  position: relative;
  z-index: 2;
}

.news-category-list__item-link.is-current {
  color: #FFFFFF;
  border-color: transparent;
}

.news-category-list__item-link.is-current::before {
  opacity: 1;
}

@media (hover: hover) {
  .news-category-list__item-link:hover {
    opacity: 1;
    color: #FFFFFF;
    border-color: transparent;
  }
  .news-category-list__item-link:hover::after {
    opacity: 1;
  }
}
.contact-form__field {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .contact-form__field {
    grid-template-columns: min(21.40625vw, 274px) 1fr;
    gap: 0 20px;
  }
}

.contact-form__field:not(:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .contact-form__field:not(:first-child) {
    margin-top: 22px;
  }
}

.contact-form__field--textarea {
  align-items: start;
}

.contact-form__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__label {
    font-size: min(1.40625vw, 18px);
    justify-content: space-between;
  }
}

.contact-form__label span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background-color: #957C5A;
  padding: 4px 21px;
  margin-left: 30px;
  vertical-align: middle;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .contact-form__label span {
    font-size: min(1.40625vw, 18px);
    padding: min(0.390625vw, 5px) min(2.1875vw, 28px);
    margin-left: min(1.171875vw, 15px);
  }
}

.contact-form__label--required span {
  display: inline-block;
}

.contact-form__input {
  width: 100%;
  height: 68px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #0B308E;
  border-radius: 6px;
  padding-left: 12px;
}
@media screen and (min-width: 960px) {
  .contact-form__input {
    height: min(5.3125vw, 68px);
    font-size: min(1.40625vw, 18px);
    border-radius: 11px;
    padding-left: 24px;
  }
}

.contact-form__input::-moz-placeholder {
  color: #bababa;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.contact-form__input::placeholder {
  color: #bababa;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

@media screen and (min-width: 960px) {
  .contact-form__field--textarea .contact-form__label {
    margin-top: 10px;
  }
}

.contact-form__field--textarea .contact-form__input {
  height: 232px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}
@media screen and (min-width: 960px) {
  .contact-form__field--textarea .contact-form__input {
    padding: 10px 20px 10px 24px;
  }
}

.contact-form__input-select-wrapper {
  position: relative;
}

.contact-form__input-select-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #1C1D1D transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .contact-form__input-select-wrapper::before {
    right: 26px;
  }
}

.contact-form__input-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 20px 0 24px;
}

.contact-form__submit-wrapper {
  text-align: center;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .contact-form__submit-wrapper {
    margin-top: 60px;
  }
}

.contact-form__agree {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 13px;
}
@media screen and (min-width: 960px) {
  .contact-form__agree {
    font-size: min(1.40625vw, 18px);
  }
}

.contact-form__agree a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  color: #957C5A;
}

.contact-form__submit-btn-wrapper {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 66px;
  background-color: #1C1D1D;
  border-radius: 50px;
  overflow: hidden;
}

.contact-form__submit-btn-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4252C;
  border-radius: 50px;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.contact-form__submit-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 47px;
  height: 47px;
  background-image: url(../img/00_common/button-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .contact-form__submit-btn-wrapper::before {
    width: 56px;
    height: 56px;
  }
}

.contact-form__submit {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  z-index: 2;
  transition: all 0.3s ease;
  text-align: center;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.contact-form__submit span {
  position: relative;
  z-index: 1;
  text-transform: none;
}

@media (hover: hover) {
  .contact-form__submit-btn-wrapper:hover::after {
    opacity: 0;
  }
  .contact-form__submit-btn-wrapper:hover::before {
    right: 10px;
  }
}
.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
}

.contact-thanks__text {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .contact-thanks__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.contact-thanks__button {
  display: grid;
  justify-content: center;
  gap: 20px;
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__button {
    gap: 30px;
    margin-top: 45px;
  }
}

.contact-thanks__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__link {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 959px) {
  .contact {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .contact {
    padding-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .contact__inner {
    max-width: 1010px;
  }
}

@media screen and (max-width: 959px) {
  .terms {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .terms {
    padding-top: 60px;
  }
}

.terms__title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .terms__title {
    font-size: 48px;
  }
}

.terms__title:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .terms__title:not(:first-of-type) {
    margin-top: 32px;
  }
}

.terms__text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .terms__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {
  .privacy {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .privacy {
    padding-top: 0px;
    padding-bottom: 160px;
  }
}

.privacy__title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
  .privacy__title {
    font-size: 46px;
  }
}

.privacy__title:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .privacy__title:not(:first-of-type) {
    margin-top: 46px;
  }
}

.privacy__text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .privacy__text {
    font-size: 16px;
    padding-right: min(10vw, 128px);
    margin-top: 10px;
  }
}

.privacy__text + .privacy__text {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .privacy__text + .privacy__text {
    margin-top: 20px;
  }
}

.privacy__list {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .privacy__list {
    font-size: 16px;
    margin-top: 30px;
  }
}

.privacy__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.privacy h3.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
  .privacy h3.wp-block-heading {
    font-size: 38px;
  }
}
.privacy h3.wp-block-heading * {
  font-weight: 700;
}
.privacy h3.wp-block-heading:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .privacy h3.wp-block-heading:not(:first-of-type) {
    margin-top: 46px;
  }
}
.privacy p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .privacy p {
    font-size: 16px;
    padding-right: min(10vw, 128px);
    margin-top: 10px;
  }
}
.privacy p + p {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .privacy p + p {
    margin-top: 20px;
  }
}
.privacy ul.wp-block-list {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .privacy ul.wp-block-list {
    font-size: 16px;
    margin-top: 30px;
  }
}
.privacy ul.wp-block-list li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.dl-inner, .dl-inner-s {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .dl-inner, .dl-inner-s {
    max-width: 1206px;
    padding-left: min(3.75vw, 48px);
    padding-right: min(3.75vw, 48px);
  }
}

@media screen and (min-width: 960px) {
  .dl-inner-s {
    max-width: 1012px;
  }
}

.dl-inner--p0 {
  padding: 0;
}

.dl-section-heading {
  font-size: 20px;
  font-weight: 700;
  color: #C4252C;
  text-align: center;
  line-height: 1.475;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .dl-section-heading {
    font-size: min(3.125vw, 40px);
    line-height: 1.375;
    letter-spacing: 0.1em;
  }
}

.dl-section-heading__highlight {
  color: #C4252C;
}

.archive-download {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .archive-download {
    padding-top: 0px;
    padding-bottom: 190px;
  }
}

@media screen and (min-width: 960px) {
  .archive-download__inner {
    max-width: 1204px;
  }
}

.archive-download__heading {
  font-size: 24px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .archive-download__heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 959px) {
  .archive-download__category {
    margin-right: -20px;
  }
}
@media screen and (min-width: 960px) {
  .archive-download__category {
    margin-left: 2px;
  }
}

.archive-download__cards {
  display: grid;
  gap: 55px 0;
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .archive-download__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 30px;
  }
}

.archive-download__pagination {
  margin-top: 66px;
}
@media screen and (min-width: 960px) {
  .archive-download__pagination {
    margin-top: 66px;
  }
}

.dl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 42px;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-color: #1C1D1D;
  border-radius: 50px;
  transition: color 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .dl-btn {
    width: 178px;
    height: 42px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.dl-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4252C;
  border-radius: inherit;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.dl-btn span {
  position: relative;
  z-index: 2;
}

.dl-btn--black {
  background-color: #1C1D1D;
}

.dl-btn--black::after {
  opacity: 0;
}

.dl-btn--border-white {
  border-color: #FFFFFF;
}

@media (hover: hover) {
  .dl-btn:hover {
    opacity: 1;
    color: #FFFFFF;
  }
  .dl-btn:hover::after {
    opacity: 0;
  }
  .dl-btn--black:hover::after {
    opacity: 1;
  }
}
.dl-category-list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .dl-category-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
    padding-right: 15px;
  }
}

.dl-category-list__item {
  position: relative;
}

.dl-category-list__item + .dl-category-list__item {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .dl-category-list__item + .dl-category-list__item {
    margin-left: 10px;
    margin-bottom: 2px;
  }
}

.dl-category-list__item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 70px;
  height: 28px;
  font-size: 12px;
  font-weight: 600;
  color: #1C1D1D;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.04em;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  border-radius: 12px;
  transition: color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  padding: 0 15px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .dl-category-list__item-link {
    width: auto;
    height: 32px;
    font-size: min(1.09375vw, 14px);
    border-radius: 12px;
    padding: 0 min(1.5625vw, 20px);
  }
}

.dl-category-list__item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C1D1D;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.dl-category-list__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4252C;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.dl-category-list__item-link span {
  position: relative;
  z-index: 2;
}

.dl-category-list__item-link.is-current {
  color: #FFFFFF;
  border-color: transparent;
}

.dl-category-list__item-link.is-current::before {
  opacity: 1;
}

@media (hover: hover) {
  .dl-category-list__item-link:hover {
    opacity: 1;
    color: #FFFFFF;
    border-color: transparent;
  }
  .dl-category-list__item-link:hover::after {
    opacity: 1;
  }
}
.dl-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.dl-pagination .wp-pagenavi a,
.dl-pagination .wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin: 0 10px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  border: none;
  border: 1px solid #1C1D1D;
}
@media screen and (max-width: 959px) {
  .dl-pagination .wp-pagenavi a,
  .dl-pagination .wp-pagenavi span {
    line-height: 1.5;
    border-radius: 10px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 960px) {
  .dl-pagination .wp-pagenavi a,
  .dl-pagination .wp-pagenavi span {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin: 0 13px;
  }
}
.dl-pagination .wp-pagenavi span.current {
  color: #FFFFFF !important;
  background: #C4252C;
  border: none !important;
}
.dl-pagination .wp-pagenavi span.extend {
  color: #1C1D1D !important;
  background-color: transparent !important;
  width: auto !important;
  border: none !important;
}

@media screen and (min-width: 960px) {
  .dl-pagination--small {
    transform: scale(0.65);
  }
}

.download-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 322px;
  transition: box-shadow 0.3s, background-color 0.3s;
}
@media screen and (max-width: 959px) {
  .download-card {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .download-card {
    min-height: 322px;
    padding: 18px 14px;
  }
}

@media screen and (max-width: 959px) {
  .download-card + .download-card {
    margin-top: 26px;
  }
}

.download-card__image-wrapper {
  border-radius: 16px;
  background-color: #EBEBEB;
  border: 1px solid #1C1D1D;
  padding: 28px 44px 30px 43px;
}
@media screen and (min-width: 960px) {
  .download-card__image-wrapper {
    padding: min(3.125vw, 40px) min(3.984375vw, 51px) min(3.28125vw, 42px) min(3.90625vw, 50px);
  }
}

.download-card__image-wrapper--white {
  background-color: #FFFFFF;
}

.download-card__image {
  overflow: hidden;
  filter: drop-shadow(7px 7px 5px rgba(164, 164, 164, 0.75));
  transform: translateZ(0px);
}

.download-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 230/129;
  border-radius: 12px;
  transition: transform 0.3s;
}
.download-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s;
  min-height: 79px;
}
@media screen and (max-width: 959px) {
  .download-card__container {
    margin-top: 4px;
  }
}
@media screen and (min-width: 960px) {
  .download-card__container {
    min-height: 79px;
  }
}

.download-card__term {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-left: 3px solid #C4252C;
  padding-left: 10px;
  padding-top: 3px;
  margin-top: 14px;
  margin-left: 5px;
}
@media screen and (min-width: 960px) {
  .download-card__term {
    font-size: 16px;
    margin-top: 14px;
    margin-left: 5px;
  }
}

.download-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .download-card__title {
    font-size: min(1.75vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 19px;
  }
}

.download-card__text {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .download-card__text {
    font-size: 12px;
    margin-top: 8px;
  }
}

.download-card__button {
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .download-card__button {
    margin-top: 25px;
  }
}

@media (hover: hover) {
  .download-card:hover {
    opacity: 1;
    box-shadow: 0 0 0 1px #1C1D1D;
    background-color: #FFFFFF;
  }
  .download-card:hover .btn {
    background-color: #1C1D1D;
  }
}
.download-form {
  border-radius: 15px;
  background-color: #FFFFFF;
  border: 1px solid #1C1D1D;
  padding: 24px 0 24px 0;
}
@media screen and (min-width: 960px) {
  .download-form {
    height: 100%;
    padding: min(2.65625vw, 34px) 0 min(3.4375vw, 44px) 0;
  }
}

.download-form__field {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 960px) {
  .download-form__field {
    padding: 0 min(3.125vw, 40px) 0 min(3.125vw, 40px);
  }
}

.download-form__field:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .download-form__field:not(:first-child) {
    margin-top: 20px;
  }
}

.download-form__field--textarea {
  align-items: start;
}

.download-form__label {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .download-form__label {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .download-form__label {
    font-size: min(1.40625vw, 18px);
  }
}

.download-form__label span {
  display: inline-block;
  color: #C4252C;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .download-form__label span {
    margin-left: 10px;
  }
}

.download-form__label--required span {
  display: inline-block;
  position: relative;
}

.download-form__label--required span::before {
  content: "";
  display: inline-block;
  top: -1px;
  right: -17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea7979;
  position: absolute;
}

.download-form__input {
  width: 100%;
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-color: #FFFFFF;
  border: none;
}
@media screen and (min-width: 960px) {
  .download-form__input {
    height: min(4.6875vw, 60px);
    font-size: min(1.25vw, 16px);
    border-radius: 11px;
  }
}

.download-form__input::-moz-placeholder {
  color: #acacac;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.download-form__input::placeholder {
  color: #acacac;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

@media screen and (min-width: 960px) {
  .download-form__field--textarea .download-form__label {
    margin-top: 10px;
  }
}

.download-form__field--textarea .download-form__input {
  height: 232px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}
@media screen and (min-width: 960px) {
  .download-form__field--textarea .download-form__input {
    padding: 10px 20px 10px 24px;
  }
}

.download-form__submit-wrapper {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .download-form__submit-wrapper {
    margin-top: min(4.6875vw, 60px);
  }
}

.download-form__agree {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .download-form__agree {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: min(2.5vw, 32px);
  }
}

.download-form__agree a {
  color: #C4252C;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.download-form__submit {
  width: 280px;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #C4252C;
  border: none;
}
@media screen and (min-width: 960px) {
  .download-form__submit {
    width: min(21.875vw, 280px);
    height: min(5.15625vw, 66px);
    font-size: min(1.5625vw, 20px);
  }
}

@media (hover: hover) {
  .download-form__submit:hover {
    background-color: #1C1D1D;
  }
}
.download-form__submit span {
  text-transform: none;
}

@media screen and (min-width: 960px) {
  .single-download__form .wpcf7 .wpcf7-response-output {
    position: absolute;
    width: 100%;
  }
}

.download-thanks {
  padding: 60px 0 80px;
}
@media screen and (min-width: 960px) {
  .download-thanks {
    padding: 90px 0 90px;
  }
}

.download-thanks__text1 {
  font-size: 24px;
  font-weight: 700;
  color: #C4252C;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 960px) {
  .download-thanks__text1 {
    font-size: min(3.125vw, 40px);
  }
}

.download-thanks__text2 {
  font-size: 14px;
  font-weight: 400;
  color: #1C1D1D;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .download-thanks__text2 {
    font-size: 16px;
    margin-top: 50px;
  }
}

.download-thanks__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .download-thanks__button {
    margin-top: 60px;
  }
}

.download-thanks__button .dl-btn {
  width: 199px;
  height: 47px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .download-thanks__button .dl-btn {
    width: 261px;
    height: 62px;
    font-size: 20px;
  }
}

.download-thanks__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .download-thanks__link {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}

.single-download {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .single-download {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .single-download__inner {
    max-width: 1234px;
  }
}

.single-download__heading {
  font-size: 24px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .single-download__heading {
    font-size: 36px;
  }
}

.single-download__text {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-download__text {
    margin-top: 30px;
  }
}

.single-download__content-container {
  display: grid;
  grid-template-areas: "form" "thumbnails";
  gap: 38px 0;
  margin-top: 0px;
}
@media screen and (min-width: 960px) {
  .single-download__content-container {
    grid-template-columns: min(26.5625vw, 340px) 1fr;
    grid-template-areas: "thumbnails form";
    gap: 0 min(3.59375vw, 46px);
    margin-top: 0px;
  }
}

.single-download__thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: thumbnails;
}

.single-download__thumbnail-wrapper {
  border-radius: 16px;
  background-color: #FFFFFF;
  border: 1px solid #1C1D1D;
  padding: 28px 44px 30px 43px;
}
@media screen and (min-width: 960px) {
  .single-download__thumbnail-wrapper {
    padding: min(3.125vw, 40px) min(3.984375vw, 51px) min(3.28125vw, 42px) min(3.90625vw, 50px);
  }
}

@media screen and (max-width: 959px) {
  .single-download__thumbnail-wrapper:not(:first-child) {
    margin-top: 28px;
  }
}

.single-download__thumbnail-wrapper--hidden {
  opacity: 0;
  visibility: hidden;
}

.single-download__thumbnail {
  overflow: hidden;
  filter: drop-shadow(7px 7px 5px rgba(164, 164, 164, 0.75));
  transform: translateZ(0px);
}

.single-download__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 230/129;
  border-radius: 12px;
  transition: transform 0.3s;
}
.single-download__form {
  position: relative;
  grid-area: form;
}
@media screen and (min-width: 960px) {
  .single-download__form {
    max-width: 710px;
  }
}

@media screen and (min-width: 960px) {
  .single-download__form .wpcf7,
  .single-download__form form {
    height: 100%;
  }
}

.archive-fudo {
  padding-top: 38px;
  padding-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .archive-fudo {
    padding-top: 66px;
    padding-bottom: 90px;
  }
}

.archive-fudo__title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .archive-fudo__title {
    justify-content: flex-start;
    gap: 0 min(1.171875vw, 15px);
    font-size: 42px;
  }
}

.archive-fudo__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  .archive-fudo__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px min(3.75vw, 48px);
    margin-top: 50px;
  }
}

.archive-fudo__pagination {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .archive-fudo__pagination {
    margin-top: 60px;
  }
}

.archive-fudo__no-posts {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .archive-fudo__no-posts {
    font-size: 16px;
  }
}

#single-fudo .list_simple_box img {
  width: auto;
}

#single-fudo .gm-err-icon img {
  width: auto;
}

.archive-magazine {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (min-width: 960px) {
  .archive-magazine {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.archive-magazine__inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .archive-magazine__inner {
    max-width: 1260px;
    padding-left: min(5.46875vw, 70px);
    padding-right: min(5.46875vw, 70px);
  }
}

.archive-magazine__title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .archive-magazine__title {
    justify-content: flex-start;
    gap: 0 min(1.171875vw, 15px);
    font-size: 42px;
  }
}

@media screen and (min-width: 960px) {
  .archive-magazine__container {
    display: grid;
    grid-template-columns: min(56.875vw, 728px) min(25vw, 320px);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    align-items: start;
  }
}

.archive-magazine__article-cards {
  display: grid;
}
@media screen and (max-width: 959px) {
  .archive-magazine__article-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .archive-magazine__article-cards {
    display: grid;
    grid-template-columns: repeat(2, min(26.5625vw, 340px));
    justify-content: space-between;
    gap: min(3.90625vw, 50px) min(3.90625vw, 50px);
    margin-top: 50px;
  }
}

@media screen and (max-width: 959px) {
  .archive-magazine__sidebar {
    margin-top: 80px;
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .archive-magazine__sidebar {
    margin-top: 110px;
  }
}

.archive-magazine__pagination {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .archive-magazine__pagination {
    margin-top: 60px;
  }
}

.archive-magazine__no-articles {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .archive-magazine__no-articles {
    text-align: left;
    font-size: 18px;
    margin-left: 30px;
  }
}

body:where(.tax-blog-category, .tag) .archive-magazine {
  padding-top: 90px;
}
@media screen and (min-width: 960px) {
  body:where(.tax-blog-category, .tag) .archive-magazine {
    padding-top: 126px;
  }
}

body:where(.tax-blog-category, .tag) .archive-magazine__article-cards {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  body:where(.tax-blog-category, .tag) .archive-magazine__article-cards {
    margin-top: 34px;
  }
}

body:where(.tax-blog-category, .tag) .archive-magazine__title {
  margin-left: -3px;
}
@media screen and (min-width: 960px) {
  body:where(.tax-blog-category, .tag) .archive-magazine__title {
    margin-left: -7px;
  }
}

@media (hover: hover) {
  .archive-magazine__article-card .blog-card:hover {
    opacity: 1;
  }
  .archive-magazine__article-card .blog-card:hover .blog-card__container {
    opacity: 0.7;
  }
}
.author {
  border: 1px solid #1C1D1D;
  padding: 24px 17px;
}
@media screen and (min-width: 960px) {
  .author {
    padding: 15px min(3.125vw, 40px) 25px;
  }
}

.author--border-none {
  border: none;
  padding: 0;
}

.author__title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .author__title {
    font-size: 20px;
    margin: 10px 0;
  }
}

.author__media {
  display: grid;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .author__media {
    grid-template-columns: 86px 1fr;
    gap: 0 25px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 960px) {
  .author__media {
    grid-template-columns: min(6.71875vw, 86px) 1fr;
    gap: 0 25px;
    align-items: start;
  }
}

.author__image {
  overflow: hidden;
  border-radius: 50%;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .author__image {
    margin-top: 12px;
  }
}

.author__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: transform 0.3s;
}

.author__contents {
  position: relative;
  transition: opacity 0.3s;
}
.author__company {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .author__company {
    font-size: 12px;
    margin-top: 4px;
  }
}

.author__name {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .author__name {
    font-size: 20px;
  }
}

.author__position {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .author__position {
    font-size: 12px;
    margin-top: 2px;
  }
}
.author__sns {
  display: flex;
  padding-left: 0;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .author__sns {
    padding-left: 3px;
    margin-top: 1px;
  }
}

.author__sns-link {
  display: block;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 960px) {
  .author__sns-link {
    width: 15px;
    height: 15px;
  }
}

.author__sns-link + .author__sns-link {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .author__sns-link + .author__sns-link {
    margin-left: 12px;
  }
}

.author__text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0em;
  margin: 27px 0;
}
@media screen and (min-width: 960px) {
  .author__text {
    font-size: 14px;
    margin: 27px 0;
  }
}

.magazine-section {
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .magazine-section {
    padding: 35px 0;
  }
}

.magazine-section:last-child {
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .magazine-section:last-child {
    padding-bottom: 150px;
  }
}

.magazine-section__inner {
  width: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .magazine-section__inner {
    max-width: 1250px;
    padding-left: min(5.46875vw, 70px);
    padding-right: min(5.46875vw, 70px);
  }
}

.magazine-section__title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .magazine-section__title {
    gap: 0 min(1.171875vw, 15px);
    font-size: 42px;
    text-align: center;
  }
}

.magazine-section__cards {
  display: grid;
}
@media screen and (max-width: 959px) {
  .magazine-section__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .magazine-section__cards {
    grid-template-columns: repeat(3, min(25.703125vw, 329px));
    justify-content: space-between;
    gap: min(3.125vw, 40px) min(2.34375vw, 30px);
    margin-top: 44px;
  }
}

.magazine-section__no-posts {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .magazine-section__no-posts {
    text-align: center;
  }
}

#single-fudo .magazine-section {
  padding-bottom: 100px;
  margin-top: -50px;
}
@media screen and (min-width: 960px) {
  #single-fudo .magazine-section {
    margin-top: -100px;
    padding-bottom: 150px;
  }
}

.pickup-slider-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .pickup-slider-wrapper {
    padding-top: 17px;
    padding-bottom: 50px;
    margin-bottom: -38px;
  }
}
@media screen and (min-width: 960px) {
  .pickup-slider-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: -66px;
  }
}

.pickup-slider {
  overflow: visible;
  width: 350px;
}
@media screen and (min-width: 960px) {
  .pickup-slider {
    width: 680px;
  }
}

.pickup-slider__item {
  width: 255px !important;
  min-height: 423px !important;
}
@media screen and (min-width: 960px) {
  .pickup-slider__item {
    width: 680px !important;
    min-height: 320px !important;
  }
}

.pickup-slider__card {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7F4F0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card {
    display: grid;
    grid-template-columns: 360px 1fr;
    border-radius: 20px;
  }
}

.pickup-slider__card-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-category {
    gap: 8px;
  }
}

.pickup-slider__card-category-item {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #C4252C;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #D1D1D1;
}
@media screen and (max-width: 959px) {
  .pickup-slider__card-category-item {
    padding: 3px 7px;
  }
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-category-item {
    padding: 3px 10px;
  }
}

.pickup-slider__card-image {
  overflow: hidden;
  background-color: #F7F4F0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-image {
    border-radius: 20px;
  }
}

.pickup-slider__card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 255/191;
  transition: transform 0.3s;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-image img {
    aspect-ratio: 360/320;
  }
}

.pickup-slider__card-container {
  transition: opacity 0.3s;
  padding: 18px 20px 20px 20px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-container {
    padding: 38px 38px 0px 38px;
  }
}

.pickup-slider__card-date {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-date {
    font-size: 12px;
  }
}

.pickup-slider__card-title {
  font-size: 14px !important;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-title {
    font-size: min(1.25vw, 16px) !important;
    line-height: 1.5;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 17px;
  }
}

.pickup-slider__card-more {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  margin-top: auto;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card-more {
    font-size: 13px;
    margin-right: 10px;
  }
}

.pickup-slider__pagination {
  text-align: center;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__pagination {
    margin-top: 30px;
  }
}

.pickup-slider__pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  border: 2px solid #D1D1D1 !important;
  background: transparent;
  opacity: 1 !important;
}
@media screen and (min-width: 960px) {
  .pickup-slider__pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 4px !important;
  }
}

.pickup-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C4252C;
}

.pickup-slider__prev,
.pickup-slider__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10000;
  background-color: #FFFFFF;
  border: 2px solid #D1D1D1;
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 959px) {
  .pickup-slider__prev,
  .pickup-slider__next {
    top: 77px;
  }
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev,
  .pickup-slider__next {
    top: 129px;
  }
}

.pickup-slider__prev {
  left: 0px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev {
    left: -70px;
    width: 60px;
    height: 60px;
  }
}

.pickup-slider__next {
  right: 0px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__next {
    right: -70px;
    width: 60px;
    height: 60px;
  }
}

.pickup-slider__prev:before,
.pickup-slider__next:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/05_magazine/slider-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.3s;
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev:before,
  .pickup-slider__next:before {
    width: 14px;
    height: 14px;
  }
}

.pickup-slider__prev:before {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .pickup-slider__prev:hover,
  .pickup-slider__next:hover {
    cursor: pointer;
    background-color: #C4252C;
  }
  .pickup-slider__prev:hover:before,
  .pickup-slider__next:hover:before {
    filter: brightness(0) invert(1);
  }
}
.recommend-section__title-en {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #C4252C;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .recommend-section__title-en {
    text-align: left;
    font-size: min(1.09375vw, 14px);
  }
}

.recommend-section__title {
  display: grid;
  gap: 7px 0;
}

.recommend-section__title-ja {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .recommend-section__title-ja {
    text-align: left;
    font-size: min(3.28125vw, 42px);
  }
}

@media screen and (min-width: 960px) {
  .recommend-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px min(3.125vw, 40px);
    margin-top: 45px;
  }
}

.single-magazine {
  background-color: #F7F8F8;
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .single-magazine {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

.single-magazine__inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .single-magazine__inner {
    max-width: 1250px;
    padding-left: min(5.46875vw, 70px);
    padding-right: min(5.46875vw, 70px);
  }
}

@media screen and (min-width: 960px) {
  .single-magazine__container {
    display: grid;
    grid-template-columns: min(55.078125vw, 705px) min(25vw, 320px);
    justify-content: space-between;
  }
}

.single-magazine__sidebar {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .single-magazine__sidebar {
    display: flex;
    flex-direction: column;
    margin-top: 82px;
  }
}

@media screen and (max-width: 959px) {
  .single-magazine__pickup {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine__pickup {
    margin-bottom: 50px;
  }
}

.single-magazine__date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media screen and (min-width: 960px) {
  .single-magazine__date {
    font-size: min(1.40625vw, 18px);
    margin-left: 10px;
  }
}

.single-magazine__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__category {
    margin-top: 10px;
    margin-left: 10px;
    gap: 10px;
  }
}

.single-magazine__category-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.05em;
  background: #C4252C;
  transition: background-color 0.3s;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__category-item {
    font-size: min(1.328125vw, 17px);
    padding: 0 10px;
    height: 30px;
  }
}

.single-magazine__category-item span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.single-magazine__title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  margin: 0;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-magazine__title {
    font-size: min(2.8125vw, 36px);
    margin-top: 15px;
  }
}

.single-magazine__title br {
  display: none;
}

.single-magazine__tag {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__tag {
    margin-top: 30px;
    margin-left: 7px;
  }
}

.single-magazine__tag .tag-list__item a {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .single-magazine__tag .tag-list__item a {
    font-size: min(1.25vw, 16px);
  }
}

.single-magazine__fv {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-magazine__fv {
    margin-top: 16px;
  }
}

@media screen and (min-width: 960px) {
  .single-magazine__content-container {
    overflow: hidden;
  }
}

.single-magazine__content-container > h2 {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background-color: #0A318F;
  padding: 15px 0px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 15px 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container > h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 8px 20px 9px 20px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.single-magazine__content-container > h3 {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #1C1D1D;
  padding: 0 0 5px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .single-magazine__content-container > h3 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container > h3 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0em;
    border-bottom: 2px solid #1C1D1D;
    padding: 0 0 15px 0;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.single-magazine__content-container > h4 {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 2px solid #1C1D1D;
  padding-left: 14px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container > h4 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.single-magazine__content-container > h5 {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container > h5 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 959px) {
  .single-magazine__body {
    margin-top: 40px;
  }
}
.single-magazine__content-container > p {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container > p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.01em;
    margin-top: 30px;
  }
}

.single-magazine__content-container > p a {
  font-family: "YuGo", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #C4252C;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-magazine__content-container figure.wp-block-image {
  margin: 0 auto;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container figure.wp-block-image {
    width: 85%;
    margin-top: 60px;
  }
}

.single-magazine__content-container figure.wp-block-image figcaption {
  font-size: 14px;
  font-weight: 500;
  color: #C4252C;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container figure.wp-block-image figcaption {
    font-size: 18px;
    margin-top: 14px;
    margin-right: 2em;
  }
}

.single-magazine__card {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-template-areas: "image title" "image name" "text text";
  align-items: start;
  gap: 0 32px;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #1C1D1D;
  border-radius: 12px;
  padding: 36px 20px 36px 20px;
}
@media screen and (min-width: 960px) {
  .single-magazine__card {
    grid-template-columns: min(8.75vw, 112px) 1fr;
    grid-template-areas: "image title" "image name" "image text";
    gap: 0 min(1.71875vw, 22px);
    padding: 32px min(2.5vw, 32px) 37px;
    margin-top: 52px;
  }
}

.single-magazine__card-image {
  grid-area: image;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .single-magazine__card-image {
    transform: translateX(10px);
  }
}

.single-magazine__card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: transform 0.3s;
}

.single-magazine__card-title {
  grid-area: title;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .single-magazine__card-title {
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine__card-title {
    font-size: 12px;
    margin-top: 3px;
  }
}

.single-magazine__card-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .single-magazine__card-name {
    font-size: 20px;
  }
}

.single-magazine__card-text {
  grid-area: text;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .single-magazine__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
}
.single-magazine__card-text--hidden {
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .single-magazine__card-text--hidden {
    height: 50px;
  }
}

.single-magazine__card-more {
  position: absolute;
  bottom: 19px;
  right: 18px;
  font-size: 12px;
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .single-magazine__card-more {
    bottom: 12px;
    right: 28px;
  }
}

@media (hover: hover) {
  .single-magazine__card-more:hover {
    cursor: pointer;
  }
}
.single-magazine__content-container .wp-block-table {
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container .wp-block-table {
    margin-top: 30px;
  }
}

.single-magazine__content-container .single-magazine__table td,
.single-magazine__content-container .single-magazine__table th {
  display: table-cell;
  border-color: #1C1D1D !important;
}
@media screen and (max-width: 959px) {
  .single-magazine__content-container .single-magazine__table td,
  .single-magazine__content-container .single-magazine__table th {
    font-size: 10px;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container .single-magazine__table td,
  .single-magazine__content-container .single-magazine__table th {
    padding: 10px 13px;
  }
}

.single-magazine__content-container ul {
  color: #1C1D1D;
  list-style: disc;
  padding-left: 24px;
  margin-top: 40px;
}

.single-magazine__content-container li {
  list-style-type: disc;
}

.single-magazine__author {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .single-magazine__author {
    margin-top: 100px;
  }
}

.single-magazine__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 15px 24px 27px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container {
    padding: 20px 23px 40px 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.single-magazine__content-container #ez-toc-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single-magazine__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    margin-top: 7px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container .ez-toc-title {
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0em;
    margin-left: -4px;
  }
}
.single-magazine__content-container .ez-toc-icon-toggle-span,
.single-magazine__content-container #ez-toc-container .ez-toc-js-icon-con,
.single-magazine__content-container #ez-toc-container .ez-toc-toggle label,
.single-magazine__content-container #ez-toc-container label.cssicon,
.single-magazine__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single-magazine__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid;
  border-radius: 50%;
  background: #C4252C;
  transition: transform 0.3s, background 0.3s;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container a.ez-toc-toggle {
    width: 38px;
    height: 38px;
  }
}
.single-magazine__content-container #ez-toc-container a.ez-toc-toggle:before,
.single-magazine__content-container #ez-toc-container a.ez-toc-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.single-magazine__content-container #ez-toc-container a.ez-toc-toggle:before {
  width: 16px;
  height: 1px;
}
.single-magazine__content-container #ez-toc-container a.ez-toc-toggle:after {
  width: 1px;
  height: 16px;
}
.single-magazine__content-container #ez-toc-container:not(.toc_close) a.ez-toc-toggle {
  transform: rotate(45deg);
}
.single-magazine__content-container #ez-toc-container nav ul {
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container nav ul {
    margin-top: 18px;
  }
}
.single-magazine__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 38px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 26px;
  }
}
.single-magazine__content-container #ez-toc-container nav ul li + li {
  margin: 0;
}
.single-magazine__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single-magazine__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
.single-magazine__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .single-magazine__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.single-magazine__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #C4252C;
  border-radius: 50%;
  transform: translateY(6px);
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(8px);
    margin-right: 13px;
  }
}
.single-magazine__content-container #ez-toc-container ul.ez-toc-list-level-3 {
  counter-reset: section;
}
.single-magazine__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  counter-increment: section;
  content: "0" counter(section) "　|　";
  width: auto;
  height: auto;
  color: #C4252C;
  background: none;
  font-weight: 500;
  margin: 0;
}

.single-magazine__content-container .single-magazine__button .wp-block-button__link {
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  padding: 12px 50px;
  border: 1px solid #1C1D1D;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container .single-magazine__button .wp-block-button__link {
    min-width: 180px;
    font-size: 14px !important;
    padding: 12px 50px;
  }
}

.single-magazine__content-container .single-magazine__button .wp-block-button__link[target=_blank] {
  background-image: url(../img/icon-ex-link.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 13px 13px;
}

.single-magazine__content-container .single-magazine__button-2 .wp-block-button__link {
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  border: 1px solid #1C1D1D;
  padding: 20px 100px 20px 100px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container .single-magazine__button-2 .wp-block-button__link {
    width: 100%;
    font-size: 20px !important;
    padding: 25px min(15.9375vw, 204px);
  }
}

@media (hover: hover) {
  .single-magazine__content-container .single-magazine__button .wp-block-button__link:hover,
  .single-magazine__content-container .single-magazine__button-2 .wp-block-button__link:hover {
    color: #FFFFFF;
    opacity: 0.7;
  }
}
.single-magazine__box {
  border: 1px solid #1C1D1D;
  padding: 12px !important;
}
@media screen and (min-width: 960px) {
  .single-magazine__box {
    padding: 12px !important;
  }
}

.single-magazine__quotebox {
  border: none;
  padding: 20px 16px !important;
  margin: 20px 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .single-magazine__quotebox {
    padding: 24px 20px !important;
    margin: 30px 0;
  }
}

.single-magazine__quotebox p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single-magazine__quotebox p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.single-magazine__quotebox p + p {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-magazine__quotebox p + p {
    margin-top: 16px;
  }
}

.single-magazine__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
}
@media screen and (max-width: 959px) {
  .single-magazine__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .single-magazine__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: min(5.3125vw, 68px);
    margin-bottom: min(3.125vw, 40px);
  }
}

.single-magazine__content-container .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.4853556485%;
}

.single-magazine__content-container .wp-block-embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .single-magazine__content-container .wp-block-embed-youtube .wp-block-embed iframe:hover {
    cursor: pointer;
  }
}
.single-magazine__info {
  background-color: #F7F8F8;
  padding-bottom: 90px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .single-magazine__info {
    padding-bottom: 90px;
    padding-bottom: 100px;
  }
}

.single-section {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .single-section {
    padding-top: 141px;
    padding-bottom: 0;
    margin-top: -115px;
  }
}
@media screen and (min-width: 960px) {
  .single-section {
    padding-top: 250px;
    padding-bottom: 90px;
    margin-top: -153px;
  }
}

.single-section:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-58%);
  z-index: -1;
  width: 1234px;
  height: 1157px;
  background-image: url(../img/00_common/single-bg-1-sp.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .single-section:before {
    width: 2245px;
    height: 2163px;
    background-image: url(../img/00_common/single-bg-1-pc.png);
    transform: translate(-54%);
  }
}

.single-section__date {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__date {
    font-size: 16px;
    margin-left: -10px;
  }
}

.single-section__title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 21px;
}
@media screen and (min-width: 960px) {
  .single-section__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-left: -10px;
  }
}

.single-section__title br {
  display: none;
}

.single-section__area {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 18px;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .single-section__area {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 30px;
    margin-left: -10px;
  }
}

.single-section__area:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background-image: url(../img/00_common/icon-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .single-section__area:before {
    left: 7px;
    width: 20px;
    height: 28px;
  }
}

.single-section__fv {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__fv {
    margin-top: 74px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__content-container {
    border: 1px solid #e9e9e9;
    border-top: none;
    overflow: hidden;
    padding: 0 min(4.296875vw, 55px) 64px;
    padding-top: 15px;
  }
}

.single-section__content-container > h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 2px solid #1C1D1D;
  padding: 15px 0px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h2 {
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 0em;
    padding: 20px 0px;
    margin-top: 40px;
  }
}

.single-section__content-container > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-left: 2px solid #1C1D1D;
  padding: 0px 5px 0px 12px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h3 {
    font-size: 28px;
    padding: 0px 5px 0px 19px;
    margin-top: 40px;
  }
}

.single-section__content-container > h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h4 {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .single-section__body {
    margin-top: 40px;
  }
}
.single-section__content-container > p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 40px;
  }
}

.single-section__content-container > p a {
  color: #C4252C;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container figure.wp-block-image {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image {
    margin-top: 80px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 10px 10px 10px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
    margin-top: 80px;
    padding: 25px 25px 20px 25px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
    margin-top: 20px;
  }
}

.single-section__author {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .single-section__author {
    margin-top: 80px;
  }
}

.single-section__author-header {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.4 0em;
  letter-spacing: 0px;
  border-left: 2px solid #1C1D1D;
  padding: 0px 5px 0px 11px;
}
@media screen and (min-width: 960px) {
  .single-section__author-header {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0px 5px 0px 19px;
  }
}

.single-section__author-body {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-areas: "image profile" "text text";
  gap: 14px 10px;
  position: relative;
  border: 1px solid #959595;
  padding: 18px 15px 45px 15px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__author-body {
    grid-template-columns: 114px 1fr;
    gap: 40px 38px;
    padding: 33px 80px 27px 62px;
    margin-top: 34px;
  }
}

.single-section__author-body:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #C4252C transparent;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-section__author-body:after {
    border-width: 0 0 60px 60px;
  }
}

.single-section__author-image {
  grid-area: image;
  border-radius: 50%;
  overflow: hidden;
  max-height: 79px;
}
@media screen and (min-width: 960px) {
  .single-section__author-image {
    max-height: 116px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__author-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single-section__author-profile {
  grid-area: profile;
}

.single-section__author-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .single-section__author-title {
    font-size: 18px;
    margin-top: 17px;
  }
}

.single-section__author-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .single-section__author-name {
    font-size: 22px;
    margin-top: 7px;
  }
}

.single-section__author-text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__author-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
    margin-left: -12px;
  }
}

.single-section__line {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .single-section__line {
    background-image: linear-gradient(to right, #000 6px, transparent 6px);
    background-size: 10px 1px;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

.single-section__box {
  background-color: #e9e9e9;
  padding: 20px 12px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__box {
    padding: 36px 44px;
    margin-top: 80px;
  }
}

.single-section__box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__box-title {
    font-size: 32px;
  }
}

.single-section__box-items {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__box-items {
    margin-top: 24px;
  }
}

.single-section__box-item {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__box-item {
    font-size: 16px;
  }
}

.single-section__box-item + .single-section__box-item {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__box-item + .single-section__box-item {
    margin-top: 8px;
  }
}

.single-section__box-item > a {
  color: #C4252C;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 15px 20px 15px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container {
    padding: 36px 25px 40px 42px;
  }
}
.single-section__content-container #ez-toc-container .ez-toc-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single-section__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    padding-left: 7px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container .ez-toc-title {
    font-size: 32px;
  }
}
.single-section__content-container #ez-toc-container .ez-toc-toggle label,
.single-section__content-container #ez-toc-container label.cssicon,
.single-section__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single-section__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 77px;
  height: 25px;
  border: 1px solid;
  border-radius: 30px;
  padding-left: 11px;
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container a.ez-toc-toggle {
    width: 130px;
    height: 42px;
    padding-left: 21px;
    margin-top: 6px;
  }
}
.single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
  content: "CLOSE";
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
    font-size: 16px;
  }
}
.single-section__content-container #ez-toc-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
  content: "OPEN";
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
    font-size: 16px;
  }
}
.single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:after {
    top: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:after {
    right: 20px;
    font-size: 30px;
  }
}
.single-section__content-container #ez-toc-container nav ul {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul {
    margin-top: 10px;
  }
}
.single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 40px;
  }
}
.single-section__content-container #ez-toc-container nav ul li + li {
  margin-top: 7px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li + li {
    margin-top: 7px;
  }
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .single-section__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #C4252C;
  }
}
.single-section__content-container #ez-toc-container nav ul li a::before {
  margin-right: 5px;
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #C4252C;
  border-radius: 50%;
  transform: translateY(6px);
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(7px);
  }
}
.single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  content: "-";
  width: auto;
  height: auto;
  background: none;
}

.single-section__content-container .wp-block-button__link {
  font-size: 14px;
  padding: 18px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container .wp-block-button__link {
    font-size: 16px;
    padding: 24px;
  }
}

.single-section__media {
  display: block;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__media {
    margin-top: 80px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__media-1 {
    display: grid;
    grid-template-columns: min(29.6875vw, 380px) 1fr;
    gap: 0 56px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__media-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 70px;
  }
}

@media screen and (max-width: 959px) {
  .single-section__media-2 > a {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .single-section__media-2 > a:nth-child(2) {
    margin-top: 40px;
  }
}

.single-section__media-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-section__media-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .single-section__media-title {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__media-title {
    font-size: min(2.1875vw, 28px);
  }
}

.single-section__media-2 .single-section__media-title {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .single-section__media-2 .single-section__media-title {
    margin-top: 25px;
  }
}

.single-section__media-text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__media-text {
    font-size: min(1.25vw, 16px);
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 22px;
  }
}

.single-section__media span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .single-section__media span {
    font-size: min(0.9375vw, 12px);
    margin-top: 30px;
    margin-left: 5px;
  }
}

.single-section__inner {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .single-section__inner {
    padding: 0 min(7.8125vw, 100px);
  }
}

.single-section__share {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #1C1D1D;
  border-bottom: 2px solid #1C1D1D;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .single-section__share {
    flex-direction: column;
    height: 116px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__share {
    margin-top: 100px;
    height: 100px;
  }
}

.single-section__share-text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .single-section__share-text {
    font-size: 20px;
    margin-left: -122px;
  }
}

.single-section__share-items {
  display: inline-flex;
}
@media screen and (max-width: 959px) {
  .single-section__share-items {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__share-items {
    margin-left: 22px;
  }
}

.single-section__share-item + .single-section__share-item {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__share-item + .single-section__share-item {
    margin-left: 16px;
  }
}

.single-section__share-item a img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__share-item a img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 959px) {
  .agent {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .agent {
    padding-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .agent__inner {
    max-width: 1010px;
  }
}