@charset "UTF-8";
.cnt {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cnt {
    padding: 0 20px;
  }
}

:root {
  --admin-bar-height: 0px;
  --global-nav-height: 80px;
  --global-navi-height-for-anchor: 0px;
}
:root .admin-bar {
  --admin-bar-height: 32px;
}
@media only screen and (max-width: 767px) {
  :root .admin-bar {
    --admin-bar-height: 46px;
  }
}
@media (max-width: 768px) {
  :root {
    --global-nav-height: 60px;
  }
}
@media (max-width: 768px) {
  :root {
    --global-navi-height-for-anchor: 0px;
  }
}

.font-ja {
  font-family: "Shippori Mincho", sans-serif;
}

.btn_wrap {
  height: 70px;
}

.btn_wrap-center {
  display: flex;
  justify-content: center;
}

.btn_wrap-right {
  display: flex;
  justify-content: right;
}

.btn {
  position: relative;
  display: flex;
  border: 1px solid #E86B79;
  background-color: #E86B79;
  color: #fff;
  max-width: 270px;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 30px;
}
.btn::after {
  position: absolute;
  content: "";
  background-image: url("../images/btn_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 6px;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.btn:hover::after {
  right: 9px;
}

.sec-title-box {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 100;
}

.sec-title {
  font-size: clamp(26px, 2.8vw, 32px);
  font-weight: 500;
  color: #E86B79;
}

.sec-title-sub {
  font-weight: 500;
  font-size: clamp(14px, 1.8vw, 20px);
  margin-bottom: -2.8em;
  display: block;
}

.sec-title-en {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #CE737D;
  width: fit-content;
  margin: auto;
}
.sec-title-en::before {
  position: absolute;
  content: "";
  background-image: url("..//images/sec_ttl_en_bar.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 1px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.copy-28 {
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .copy-28 {
    font-size: clamp(22px, 3.2vw, 24px);
  }
}

.ttl-24 {
  font-size: clamp(20px, 2.1vw, 24px);
}

.scroll-down {
  position: absolute;
}
.scroll-down p {
  position: absolute;
  left: -6px;
  bottom: 110px;
  color: #E86B79;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .scroll-down p {
    font-size: 10px;
    bottom: 70px;
  }
}

.scroll-down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E86B79;
  animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
}
@media (max-width: 768px) {
  .scroll-down:before {
    animation: circlemove-sp 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
  }
}

@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove-sp {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll-down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #E86B79;
}
@media (max-width: 768px) {
  .scroll-down:after {
    height: 60px;
  }
}

.top-footer-space {
  padding-bottom: 266px;
}
@media (max-width: 768px) {
  .top-footer-space {
    padding-bottom: 440px;
  }
}

.footer-space {
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .footer-space {
    padding-bottom: 440px;
  }
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bg-diag {
  width: 2560px;
  height: 493px;
  right: 50%;
  transform: translateX(50%);
}

.bg-hriz {
  width: 2560px;
  height: 262px;
  right: 50%;
  transform: translateX(50%);
}

/***************************************************
 * Generated by SVG Artista on 8/21/2025, 3:41:55 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.svg-elem-diag-trans {
  stroke-dashoffset: 2545.0297851563px;
  stroke-dasharray: 2545.0297851563px;
  -webkit-transition: stroke-dashoffset 3s linear 0s;
  transition: stroke-dashoffset 3s linear 0s;
}

.svg-elem-diag-trans.active {
  stroke-dashoffset: 5090.0595703125px;
}

/***************************************************
 * Generated by SVG Artista on 8/21/2025, 3:53:24 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.svg-elem-hriz-trans {
  stroke-dashoffset: 2547.3095703125px;
  stroke-dasharray: 2547.3095703125px;
  -webkit-transition: stroke-dashoffset 3s linear 0s;
  transition: stroke-dashoffset 3s linear 0s;
}

.svg-elem-hriz-trans.active {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 8/28/2025, 3:43:56 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.svg-elem-hriz-trans-rev {
  stroke-dashoffset: 2547.3132324219px;
  stroke-dasharray: 2547.3132324219px;
  -webkit-transition: stroke-dashoffset 3s linear 0s;
  transition: stroke-dashoffset 3s linear 0s;
}

.svg-elem-hriz-trans-rev.active {
  stroke-dashoffset: 5094.6264648438px;
}

.subpage-fv_wrap {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .subpage-fv_wrap {
    padding-top: 120px;
  }
}
.subpage-fv_wrap::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 46%, 0 0, 100% 0, 100% 100%, 20% 100%, 20% 46%);
  width: 103%;
  height: 260px;
  top: 0;
  right: -283px;
  z-index: -10;
}
@media (max-width: 768px) {
  .subpage-fv_wrap::before {
    right: 0;
    width: 88%;
    height: 220px;
    clip-path: polygon(0 46%, 0 0, 100% 0, 100% 100%, 56% 100%, 56% 46%);
  }
}

.subpage-fv-about::before {
  background-image: url("../images/about_fv.jpg");
}
@media (max-width: 450px) {
  .subpage-fv-about::before {
    background-image: url("../images/about_fv_sp.jpg");
  }
}

.subpage-fv-service::before {
  background-image: url("../images/service_fv.jpg");
}
@media (max-width: 450px) {
  .subpage-fv-service::before {
    background-image: url("../images/service_fv_sp.jpg");
  }
}

.subpage-fv-staff::before {
  background-image: url("../images/staff_fv.jpg");
}
@media (max-width: 768px) {
  .subpage-fv-staff::before {
    background-image: url("../images/staff_fv_sp.jpg");
  }
}

.subpage-fv-contact::before {
  background-image: url("../images/contact_fv.jpg");
}
@media (max-width: 450px) {
  .subpage-fv-contact::before {
    background-image: url("../images/contact_fv_sp.jpg");
  }
}

.subpage-fv-privacy::before {
  background-image: url("../images/privacy_fv.jpg");
}
@media (max-width: 450px) {
  .subpage-fv-privacy::before {
    background-image: url("../images/privacy_fv_sp.jpg");
  }
}

.subpage-fv-ttl-box {
  position: relative;
  z-index: 100;
  width: 37%;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .subpage-fv-ttl-box {
    width: 100%;
    padding-left: 10px;
  }
}

.subpage-fv-ttl {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 500;
}

.subpage-fv-ttl-en {
  position: relative;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #CE737D;
  width: fit-content;
  padding-left: 20px;
}
.subpage-fv-ttl-en::before {
  position: absolute;
  content: "";
  background-image: url(..//images/sec_ttl_en_bar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.subpage-fv-bg-bundle {
  width: 2560px;
  left: 50%;
  transform: translateX(-50%);
  top: min(9vw, 122px);
  z-index: -1000;
}
@media (max-width: 768px) {
  .subpage-fv-bg-bundle {
    width: 768px;
    height: 78px;
    top: auto;
    bottom: -19%;
  }
}

.subpage-fv-hriz {
  width: 2560px;
  height: 262px;
  bottom: -81%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .subpage-fv-hriz {
    width: 768px;
    height: 78px;
    bottom: -30%;
  }
}

/***************************************************
 * Generated by SVG Artista on 8/21/2025, 3:32:04 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-hriz {
  0% {
    stroke-dashoffset: 2547.3095703125px;
    stroke-dasharray: 2547.3095703125px;
    @media (max-width: 768px) {
      stroke-dashoffset: 782.639465332px;
      stroke-dasharray: 782.639465332px;
    }
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2547.3095703125px;
    @media (max-width: 768px) {
      stroke-dashoffset: 0;
      stroke-dasharray: 782.639465332px;
    }
  }
}
@keyframes animate-svg-stroke-hriz {
  0% {
    stroke-dashoffset: 2547.3095703125px;
    stroke-dasharray: 2547.3095703125px;
    @media (max-width: 768px) {
      stroke-dashoffset: 782.639465332px;
      stroke-dasharray: 782.639465332px;
    }
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2547.3095703125px;
    @media (max-width: 768px) {
      stroke-dashoffset: 0;
      stroke-dasharray: 782.639465332px;
    }
  }
}
.svg-elem-hriz {
  -webkit-animation: animate-svg-stroke-hriz 3s linear 0s both;
  animation: animate-svg-stroke-hriz 3s linear 0s both;
}
@media (max-width: 768px) {
  .svg-elem-hriz {
    -webkit-animation: animate-svg-stroke-hriz 6s linear 0.5s both;
    animation: animate-svg-stroke-hriz 6s linear 0.5s both;
  }
}

.subpage-fv-diag {
  width: 2560px;
  height: 493px;
  left: 50%;
  transform: translateX(-50%);
  top: 102%;
}
@media (max-width: 768px) {
  .subpage-fv-diag {
    width: 768px;
    height: 178px;
    top: auto;
    bottom: -74%;
  }
}

/***************************************************
 * Generated by SVG Artista on 8/21/2025, 4:04:51 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-diag {
  0% {
    stroke-dashoffset: 2545.0297851563px;
    stroke-dasharray: 2545.0297851563px;
    @media (max-width: 768px) {
      stroke-dashoffset: 767.9172363281px;
      stroke-dasharray: 767.9172363281px;
    }
  }
  100% {
    stroke-dashoffset: 5090.0595703125px;
    stroke-dasharray: 2545.0297851563px;
    @media (max-width: 768px) {
      stroke-dashoffset: 1535.8344726563px;
      stroke-dasharray: 767.9172363281px;
    }
  }
}
@keyframes animate-svg-stroke-diag {
  0% {
    stroke-dashoffset: 2545.0297851563px;
    stroke-dasharray: 2545.0297851563px;
    @media (max-width: 768px) {
      stroke-dashoffset: 767.9172363281px;
      stroke-dasharray: 767.9172363281px;
    }
  }
  100% {
    stroke-dashoffset: 5090.0595703125px;
    stroke-dasharray: 2545.0297851563px;
    @media (max-width: 768px) {
      stroke-dashoffset: 1535.8344726563px;
      stroke-dasharray: 767.9172363281px;
    }
  }
}
.svg-elem-diag {
  -webkit-animation: animate-svg-stroke-diag 3s linear 0s both;
  animation: animate-svg-stroke-diag 3s linear 0s both;
}
@media (max-width: 768px) {
  .svg-elem-diag {
    -webkit-animation: animate-svg-stroke-diag 6s linear -3.7s both;
    animation: animate-svg-stroke-diag 6s linear -3.7s both;
  }
}

.header {
  width: 100%;
  height: var(--global-nav-height);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}
@media (max-width: 768px) {
  .header {
    position: static;
  }
}

.header_wrap {
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .header_wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.header-logo {
  width: 207px;
  height: 24px;
}
@media (max-width: 959px) {
  .header-logo {
    width: 175px;
  }
}
@media (max-width: 768px) {
  .header-logo {
    width: 114px;
  }
}
.header-logo a {
  height: 100%;
}
.header-logo img {
  height: 100%;
}

.header-nav_wrap {
  align-items: center;
  gap: 30px;
}
@media (max-width: 959px) {
  .header-nav_wrap {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header-nav_wrap {
    position: fixed;
    justify-content: end;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    right: -100vw;
    z-index: 10000;
    transition: all 0.5s ease-in-out;
  }
  .header-nav_wrap.on {
    right: 0;
  }
}

.header-nav_inner_sp {
  display: contents;
}
@media (max-width: 768px) {
  .header-nav_inner_sp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    background-color: #fff;
    width: 58%;
    height: 100vh;
    padding-top: 80px;
    padding-left: 30px;
  }
}

.header-nav-list {
  gap: 30px;
}
@media (max-width: 959px) {
  .header-nav-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header-nav-list {
    flex-direction: column;
    gap: 26px;
  }
}
.header-nav-list a {
  transition: 0.5s;
}
.header-nav-list a:hover {
  color: #E86B79;
}

.header-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  border: 1px solid #E86B79;
  background-color: #E86B79;
  transition: 0.5s;
}
.header-nav-btn a {
  color: #fff;
  transition: 0.5s;
}
.header-nav-btn:hover {
  background-color: #fff;
}
.header-nav-btn:hover a {
  color: #E86B79;
}

.hamburger {
  display: none;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
    position: fixed;
    top: var(--admin-bar-height);
    right: 15px;
    width: var(--global-nav-height);
    height: var(--global-nav-height);
    z-index: 100000;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
}
.hamburger span {
  display: block;
  width: 40px;
  height: 2px;
  background-image: url(../images/hamburger_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s;
  color: #504D4D;
}
.hamburger.on span:nth-child(1) {
  transform: translateY(12px) rotate(30deg);
}
.hamburger.on span:nth-child(2) {
  transform: scale(0);
}
.hamburger.on span:nth-child(3) {
  transform: translateY(-7px) rotate(-30deg);
}

.top-fv_wrap {
  justify-content: right;
  padding-right: 30px;
}
@media (min-width: 1366px) {
  .top-fv_wrap {
    height: 35vw;
  }
}
@media (max-width: 768px) {
  .top-fv_wrap {
    padding-right: 40px;
  }
}

.top-fv-ttl-box {
  z-index: 10;
  left: 15%;
  top: 22%;
}
@media (max-width: 768px) {
  .top-fv-ttl-box {
    top: 90px;
    left: 11%;
  }
}

.top-fv-ttl {
  position: relative;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.8;
  z-index: 100;
}

.top-fv-ttl-en {
  width: 56%;
  height: 20%;
  margin-top: -7%;
  margin-left: auto;
  margin-right: 34px;
  transform: rotate(-8deg);
}

/***************************************************
 * Generated by SVG Artista on 8/25/2025, 4:56:19 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 36.7391662598px;
    stroke-dasharray: 36.7391662598px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.7391662598px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 36.7391662598px;
    stroke-dasharray: 36.7391662598px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.7391662598px;
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s both;
  animation: animate-svg-stroke-1 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 73.6739883423px;
    stroke-dasharray: 73.6739883423px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 73.6739883423px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 73.6739883423px;
    stroke-dasharray: 73.6739883423px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 73.6739883423px;
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.05s both;
  animation: animate-svg-stroke-2 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.05s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 177.6480560303px;
    stroke-dasharray: 177.6480560303px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 177.6480560303px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 177.6480560303px;
    stroke-dasharray: 177.6480560303px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 177.6480560303px;
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s both;
  animation: animate-svg-stroke-3 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 4.4768638611px;
    stroke-dasharray: 4.4768638611px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.4768638611px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 4.4768638611px;
    stroke-dasharray: 4.4768638611px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.4768638611px;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.55s both;
  animation: animate-svg-stroke-4 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.55s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 80.1609039307px;
    stroke-dasharray: 80.1609039307px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.1609039307px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 80.1609039307px;
    stroke-dasharray: 80.1609039307px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.1609039307px;
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s both;
  animation: animate-svg-stroke-5 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 43.4282608032px;
    stroke-dasharray: 43.4282608032px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 43.4282608032px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 43.4282608032px;
    stroke-dasharray: 43.4282608032px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 43.4282608032px;
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.05s both;
  animation: animate-svg-stroke-6 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.05s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 82.5690155029px;
    stroke-dasharray: 82.5690155029px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 82.5690155029px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 82.5690155029px;
    stroke-dasharray: 82.5690155029px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 82.5690155029px;
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.3s both;
  animation: animate-svg-stroke-7 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 282.9457397461px;
    stroke-dasharray: 282.9457397461px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 282.9457397461px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 282.9457397461px;
    stroke-dasharray: 282.9457397461px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 282.9457397461px;
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.55s both;
  animation: animate-svg-stroke-8 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.55s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 35.6448974609px;
    stroke-dasharray: 35.6448974609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 35.6448974609px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 35.6448974609px;
    stroke-dasharray: 35.6448974609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 35.6448974609px;
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.8s both;
  animation: animate-svg-stroke-9 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.8s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 4.4496972561px;
    stroke-dasharray: 4.4496972561px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.4496972561px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 4.4496972561px;
    stroke-dasharray: 4.4496972561px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.4496972561px;
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.05s both;
  animation: animate-svg-stroke-10 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.05s both;
}

.top-fv-slide {
  width: 67%;
  height: 100%;
  overflow: hidden;
}
.top-fv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
}
@media (max-width: 768px) {
  .top-fv-slide {
    width: 79.5%;
    margin-top: 210px;
    aspect-ratio: 9/10;
  }
}

.top-fv-slide-dots {
  position: absolute;
  left: 6.6%;
  bottom: 0;
}

.dots-wrap li {
  width: 1px;
  height: 40px;
  margin: 8px 5px 0;
  background: #D8D8D8;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dots-wrap li {
    height: 30px;
  }
}
@media (max-width: 450px) {
  .dots-wrap li {
    height: 20px;
  }
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #E86B79;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.top-fv-bg-hriz {
  width: 2560px;
  height: 262px;
  top: 84.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .top-fv-bg-hriz {
    width: 768px;
    height: 78px;
  }
}

.top-fv-scroll-down {
  bottom: -10%;
  right: 70px;
}
@media (max-width: 768px) {
  .top-fv-scroll-down {
    bottom: 17%;
    right: 20px;
  }
}

.top-about {
  margin-top: min(9.5%, 130px);
}
@media (max-width: 768px) {
  .top-about {
    margin-top: 80px;
  }
}
.top-about::after {
  top: min(17.5vw, 240px);
  z-index: -100;
  position: absolute;
  content: "";
  background-image: url("../images/bg_obj_twist.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2560px;
  height: 572px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .top-about::after {
    background-image: url("../images/bg_obj_twist_sp.svg");
    width: 768px;
    height: 176px;
  }
}
@media (max-width: 768px) {
  .top-about::after {
    top: 54vw;
  }
}

.top-about_wrap {
  gap: 25px;
}
@media (max-width: 768px) {
  .top-about_wrap {
    gap: 0;
    flex-direction: column;
    padding: 0 20px;
  }
}

.top-about-img-box {
  aspect-ratio: 23/25;
  width: 40.5%;
  height: 100%;
}
.top-about-img-box::before {
  position: absolute;
  content: "";
  width: 87%;
  height: 96%;
  background-color: #E86B79;
  left: -24%;
  bottom: -22%;
  z-index: -10;
}
@media (max-width: 768px) {
  .top-about-img-box::before {
    width: 100%;
    height: 100%;
    left: -36px;
    bottom: -36px;
  }
}
@media (max-width: 768px) {
  .top-about-img-box {
    width: min(275px, 63%);
    margin-left: auto;
  }
}

.top-about-text-box {
  min-width: 500px;
  width: 47%;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .top-about-text-box {
    min-width: auto;
    width: 100%;
    padding-top: 106px;
    transition-delay: 0s !important;
  }
}

.top-about-text {
  line-height: 1.5;
  padding-top: min(7.5%, 40px);
}

.top-about-btn_wrap {
  margin-top: min(11.5%, 60px);
}
@media (max-width: 768px) {
  .top-about-btn_wrap {
    justify-content: left;
  }
}

.top-service {
  margin-top: min(18.5%, 250px);
}

.top-service-cont_wrap {
  padding-top: min(5.5%, 60px);
}

.top-service-cont_inner:nth-child(2) {
  padding-top: min(3.5%, 40px);
}
@media (max-width: 768px) {
  .top-service-cont_inner {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}

.top-service-cont-ttl {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.top-serivce-cont-box {
  gap: 8px;
  padding-top: 10px;
}
@media (max-width: 959px) {
  .top-serivce-cont-box {
    flex-wrap: wrap;
  }
}

.top-serivce-cont-box-adv {
  justify-content: center;
}

.top-service-cont-card {
  width: 24%;
}
@media (max-width: 959px) {
  .top-service-cont-card {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .top-service-cont-card {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .top-service-cont-img {
    aspect-ratio: 83/55;
  }
}

.top-service-cont-name {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 0 30px 0 rgba(0, 0, 0, 0.06);
  width: clamp(150px, 31.3vw, 200px);
  height: 80px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}
.top-service-cont-name h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #E86B79;
  width: fit-content;
  text-align: center;
}
@media (max-width: 768px) {
  .top-service-cont-name h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .top-service-cont-name {
    margin-top: -25%;
    height: 60px;
  }
}

.top-service-btn_wrapper {
  margin-top: min(7%, 70px);
  position: relative;
  z-index: 100;
}

.top-staff {
  padding-top: min(11.7%, 160px);
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 235, 237));
}
.top-staff::after {
  top: min(21vw, 290px);
  z-index: 10;
  position: absolute;
  content: "";
  background-image: url("../images/bg_bundle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2560px;
  height: 558px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .top-staff::after {
    background-image: url("../images/bg_bundle_sp.svg");
    width: 768px;
    height: 168px;
  }
}
@media (max-width: 768px) {
  .top-staff::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-staff {
    padding-top: 80px;
    background-position-y: 20%;
  }
}

.top-staff-bg-diag {
  top: 2.5%;
}
@media (max-width: 768px) {
  .top-staff-bg-diag {
    display: none;
  }
}

.top-staff_cnt {
  position: relative;
  z-index: 1000;
}

.top-staff-cont_wrap {
  padding-top: min(3.5%, 40px);
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .top-staff-cont_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-staff-cont-box {
  padding-top: min(3.5%, 40px);
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-staff-cont-box {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
}

.top-staff-cont-card {
  width: 18.5%;
}
@media (max-width: 768px) {
  .top-staff-cont-card {
    width: 48%;
  }
}

.top-staff-cont-card_1 {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .top-staff-cont-card_1 {
    margin-top: 0;
  }
}

.top-staff-cont-card_2 {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .top-staff-cont-card_2 {
    margin-top: 0;
  }
}

.top-staff-cont-card_4 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top-staff-cont-card_4 {
    margin-top: 0;
  }
}

.top-staff-cont-card_5 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .top-staff-cont-card_5 {
    margin-top: 0;
  }
}

.top-staff-cont-qual {
  color: #E86B79;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 14px;
}
@media (max-width: 959px) {
  .top-staff-cont-qual {
    font-size: 14px;
  }
}

.top-staff-cont-name {
  font-size: 20px;
}

.top-staff-btn_wrapper {
  margin-top: clamp(30px, 2.8%, 30px);
}

.about-greet {
  margin-top: clamp(70px, 10.5%, 140px);
}
.about-greet::before {
  top: min(4.5vw, 60px);
  z-index: -10;
  position: absolute;
  content: "";
  background-image: url("../images/bg_obj_twist.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2560px;
  height: 572px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .about-greet::before {
    background-image: url("../images/bg_obj_twist_sp.svg");
    width: 768px;
    height: 176px;
  }
}
@media (max-width: 768px) {
  .about-greet::before {
    bottom: -29%;
    top: auto;
  }
}

.about-scroll-down {
  right: 0;
  bottom: 0;
}
@media (min-width: 1920px) {
  .about-scroll-down {
    right: -4vw;
  }
}
@media (max-width: 1260px) {
  .about-scroll-down {
    top: 110px;
    bottom: auto;
    right: 20px;
  }
}

.about-greet_wrap {
  max-width: 856px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-greet_wrap {
    flex-direction: column;
    padding-right: 17px;
  }
}

.about-greet-copy {
  width: 42%;
}
@media (max-width: 768px) {
  .about-greet-copy {
    max-width: 500px;
    width: 100%;
  }
}

.about-greet-text {
  width: 52%;
  margin-top: 90px;
}
@media (max-width: 1260px) {
  .about-greet-text {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .about-greet-text {
    max-width: 500px;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    margin-left: auto;
  }
}

.about-feature {
  padding-top: clamp(100px, 11.7%, 160px);
}

.about-feature_wrap {
  padding-top: min(7%, 80px);
}
@media (max-width: 768px) {
  .about-feature_wrap {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-feature-cont {
  justify-content: space-between;
}
.about-feature-cont:nth-child(n+2) {
  padding-top: clamp(46px, 7%, 80px);
}
@media (max-width: 768px) {
  .about-feature-cont {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .about-feature-cont-odd {
    flex-direction: column-reverse;
  }
}

.about-feature-cont-img {
  width: 48%;
  aspect-ratio: 11/8;
}
@media (max-width: 768px) {
  .about-feature-cont-img {
    width: 100%;
  }
}
.about-feature-cont-img img {
  height: 100%;
  object-fit: cover;
}

.about-feature-cont-text-box {
  width: 45%;
  padding-left: 6%;
  position: relative;
}
@media (max-width: 768px) {
  .about-feature-cont-text-box {
    width: 100%;
    padding-left: 8%;
  }
}
.about-feature-cont-text-box::before {
  position: absolute;
  content: "";
  border-left: 2px solid #FFCDD3;
  border-image: linear-gradient(to bottom, #ffcdd3 0%, rgba(255, 205, 211, 0) 100%) 1;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about-feature-cont-text-box::before {
    height: 85%;
    top: 47%;
  }
}

.about-feature-cont-text-box-sp {
  display: contents;
}
@media (max-width: 768px) {
  .about-feature-cont-text-box-sp {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding-bottom: 10px;
  }
}

.about-feature-cont-num {
  font-size: 32px;
  color: #ce7370;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .about-feature-cont-num {
    display: inline-block;
    font-size: 28px;
    padding-bottom: 0;
  }
}

.about-feature-cont-ttl {
  padding-bottom: min(9%, 40px);
  font-size: 24px;
}
@media (max-width: 768px) {
  .about-feature-cont-ttl {
    display: inline-block;
    padding-bottom: 0;
  }
}

.about-corp {
  margin-top: clamp(80px, 12.5%, 170px);
}

.about-corp-bg-diag {
  top: max(-10vw, -136px);
}
@media (max-width: 768px) {
  .about-corp-bg-diag {
    display: none;
  }
}

.about-corp-text {
  margin-top: min(21%, 60px);
}
@media (max-width: 768px) {
  .about-corp-text {
    margin-top: 20px;
  }
}

.about-corp-list {
  max-width: 700px;
  width: 100%;
  padding-top: clamp(40px, 7.7%, 88px);
}
.about-corp-list dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edcfd2;
  padding-top: 15px;
  padding-bottom: 20px;
}
.about-corp-list dl:first-child {
  border-top: 1px solid #edcfd2;
}
@media (max-width: 768px) {
  .about-corp-list dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
.about-corp-list dt {
  color: #ce7370;
  width: 23%;
}
@media (max-width: 768px) {
  .about-corp-list dt {
    width: 100%;
  }
}
.about-corp-list dd {
  width: 77%;
}
@media (max-width: 768px) {
  .about-corp-list dd {
    width: 100%;
  }
}

.about-corp-map {
  margin-top: 40px;
  aspect-ratio: 7/2;
}
@media (max-width: 768px) {
  .about-corp-map {
    margin-top: 20px;
    aspect-ratio: 17/9;
  }
}

.service-audit {
  margin-top: clamp(70px, 8.8vw, 120px);
  z-index: 10;
}

.service-audit-bg {
  position: absolute;
  width: 2560px;
  right: 50%;
  transform: translateX(50%);
  z-index: -10;
}
@media (max-width: 768px) {
  .service-audit-bg {
    display: none;
  }
}

.service-audit-bg-1 {
  height: 260px;
  top: 37%;
}

.service-audit-bg-2 {
  height: 600px;
  top: 40%;
}

/***************************************************
 * Generated by SVG Artista on 8/28/2025, 4:18:01 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.svg-elem-service-bg-1 {
  stroke-dashoffset: 2547.3156738281px;
  stroke-dasharray: 2547.3156738281px;
  -webkit-transition: stroke-dashoffset 3s linear 0s;
  transition: stroke-dashoffset 3s linear 0s;
}

.svg-elem-service-bg-1.active {
  stroke-dashoffset: 0;
}

.svg-elem-service-bg-2 {
  stroke-dashoffset: 2545.0224609375px;
  stroke-dasharray: 2545.0224609375px;
  -webkit-transition: stroke-dashoffset 3s linear 0s;
  transition: stroke-dashoffset 3s linear 0s;
}

.svg-elem-service-bg-2.active {
  stroke-dashoffset: 0;
}

.service-scroll-down {
  top: 14%;
  bottom: auto;
  right: -2%;
}
@media (min-width: 1920px) {
  .service-scroll-down {
    right: -6vw;
  }
}
@media (max-width: 1260px) {
  .service-scroll-down {
    top: -5px;
    right: 0;
  }
}

.service-sec-title-box .sec-title-en {
  padding-left: 20px;
}
.service-sec-title-box .sec-title-en::before {
  left: 0;
}

.service-cont:nth-child(n+2) {
  margin-top: clamp(40px, 4%, 40px);
}

.service-cont-box {
  padding: clamp(40px, 4.5%, 50px) 50px;
  margin-top: 30px;
}
@media (max-width: 959px) {
  .service-cont-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .service-cont-box {
    margin-top: 20px;
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-cont-audit {
  background-color: #ffebed;
}

.sevice-cont-desc {
  max-width: 630px;
  width: 100%;
}
@media (max-width: 768px) {
  .sevice-cont-desc {
    text-align: left !important;
  }
}

.service-cont_inner {
  padding-top: clamp(40px, 5.3%, 60px);
}

@media (max-width: 768px) {
  .service-cont {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .service-cont-odd {
    flex-direction: column-reverse;
  }
}

.service-cont-img {
  position: absolute;
  width: 35%;
  aspect-ratio: 9/5;
  top: 0;
}
@media (max-width: 959px) {
  .service-cont-img {
    width: 37%;
  }
}
@media (max-width: 768px) {
  .service-cont-img {
    position: relative;
    width: 100%;
  }
}
.service-cont-img img {
  height: 100%;
}

.service-cont-odd-img {
  right: 0;
}

.service-cont-text-box {
  width: 83%;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  padding: 30px 6% 40px 23%;
  box-shadow: 2px 0 30px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .service-cont-text-box {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 16px 20px;
  }
}

.service-cont-odd-text-box {
  margin-left: 0;
  margin-right: auto;
  padding: 30px 23% 40px 6%;
}
@media (max-width: 768px) {
  .service-cont-odd-text-box {
    margin-left: 0;
    padding: 16px 20px;
  }
}

.service-cont-ttl {
  position: relative;
  color: #E86B79;
  padding-left: 14px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .service-cont-ttl {
    margin-bottom: 14px;
  }
}
.service-cont-ttl::before {
  position: absolute;
  content: "";
  background-color: #E86B79;
  width: 1px;
  height: 78%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-adv {
  margin-top: clamp(60px, 10.5%, 140px);
}
.service-adv .sec-title {
  color: #E86B9D;
}

.service-adv-bg-diag {
  top: -5vw;
  z-index: -10;
}

.service-adv-bg-hriz-1 {
  height: 460px;
  top: -10vw;
  z-index: -10;
}

.service-adv-bg-hriz {
  bottom: -1vw;
}

.service-cont-adv {
  background-color: #FFE5EF;
}

.service-adv-cont-ttl {
  color: #E86B9D;
}
.service-adv-cont-ttl::before {
  background-color: #E86B9D;
}

.staff-intro {
  margin-top: clamp(70px, 8%, 110px);
  z-index: 1000;
}
.staff-intro::before {
  top: 27.2%;
  position: absolute;
  content: "";
  background-image: url("../images/bg_obj_twist.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2560px;
  height: 572px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .staff-intro::before {
    background-image: url("../images/bg_obj_twist_sp.svg");
    width: 768px;
    height: 176px;
  }
}
.staff-intro::before {
  transform: translateX(50%) rotateY(180deg);
}
.staff-intro::after {
  bottom: -48px;
  z-index: -10;
  position: absolute;
  content: "";
  background-image: url("../images/bg_obj_twist.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2560px;
  height: 572px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .staff-intro::after {
    background-image: url("../images/bg_obj_twist_sp.svg");
    width: 768px;
    height: 176px;
  }
}
@media (max-width: 768px) {
  .staff-intro::after {
    display: none;
  }
}

.staff-intro_wrap {
  position: relative;
  padding-top: clamp(60px, 7.5%, 80px);
}
@media (max-width: 768px) {
  .staff-intro_wrap {
    padding-left: 10px;
    padding-right: 20px;
  }
}

.staff-scroll-down {
  top: 11%;
  bottom: auto;
  right: -2%;
  z-index: 10;
}
@media (min-width: 1920px) {
  .staff-scroll-down {
    right: -7vw;
  }
}
@media (max-width: 1260px) {
  .staff-scroll-down {
    top: 3.8%;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .staff-scroll-down {
    top: 0.8%;
    right: 0px;
  }
}

@media (max-width: 768px) {
  .staff-intro-cont {
    flex-direction: column;
  }
}
.staff-intro-cont:nth-child(n+3) {
  margin-top: min(6.2%, 70px);
}
@media (max-width: 768px) {
  .staff-intro-cont:nth-child(n+3) {
    margin-top: 80px;
  }
}

.staff-intro-text-box {
  width: 65%;
  background-color: #fff;
  box-shadow: -6px 6px 26px rgba(0, 0, 0, 0.04);
  position: relative;
  padding-top: min(5.3%, 60px);
  padding-bottom: min(3.5%, 40px);
}
@media (max-width: 768px) {
  .staff-intro-text-box {
    max-width: 630px;
    width: 100%;
    padding: 21px 20px 130px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
}
.staff-intro-text-box::before {
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #ce7370;
  transform: rotate(90deg);
  transform-origin: left bottom;
  left: -16px;
}
@media (max-width: 768px) {
  .staff-intro-text-box::before {
    display: none;
  }
}

.staff-intro-text-box-01::before {
  content: "PROFILE 01";
}

.staff-intro-text-box-02::before {
  content: "PROFILE 02";
}

.staff-intro-text-box-03::before {
  content: "PROFILE 03";
}

.staff-intro-text-box-04::before {
  content: "PROFILE 04";
}

.staff-intro-text-box-05::before {
  content: "PROFILE 05";
}

.staff-intro-text-box_inner {
  width: 70%;
  padding-left: 75px;
}
@media (max-width: 959px) {
  .staff-intro-text-box_inner {
    width: 82%;
  }
}
@media (max-width: 768px) {
  .staff-intro-text-box_inner {
    width: 100%;
    padding-left: 0;
  }
}

.staff-intro-num_sp {
  display: none;
}
@media (max-width: 768px) {
  .staff-intro-num_sp {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #ce7370;
    border-bottom: 1px solid #ce7370;
  }
}
@media (max-width: 450px) {
  .staff-intro-num_sp {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .staff-intro-greet {
    padding-top: 20px;
  }
}

.staff-intro-role {
  font-size: 18px;
}

.staff-intro-name-box {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .staff-intro-name-box {
    padding-top: 18px;
  }
}

.staff-intro-name {
  font-size: 28px;
  font-weight: 500;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .staff-intro-name {
    font-size: 26px;
  }
}

.staff-intro-name-qual {
  font-size: 16px;
  color: #E86B79;
}

.staff-intro-mt40 {
  margin-top: min(9%, 40px);
}
@media (max-width: 768px) {
  .staff-intro-mt40 {
    margin-top: 15px;
  }
}

.staff-intro-qual {
  color: #E86B79;
}

.stafff-intro-qual-box {
  border: 1px solid #ebebeb;
  padding: 8px 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .stafff-intro-qual-box {
    gap: 15px;
    padding: 5px 16px;
  }
}

.staff-intro-img {
  width: 35%;
  height: fit-content;
  aspect-ratio: 4/5;
}
@media (max-width: 768px) {
  .staff-intro-img {
    max-width: 425px;
    width: 100%;
    aspect-ratio: 1/1;
    margin: -114px -20px 0 auto;
  }
}
.staff-intro-img img {
  position: relative;
  height: 100%;
  z-index: 10;
}
.staff-intro-img::before {
  position: absolute;
  content: "";
  background-image: url("../images/staff_intro_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1280px;
  height: 78%;
  bottom: 0;
  left: -107px;
}
@media (max-width: 959px) {
  .staff-intro-img::before {
    left: -20%;
  }
}
@media (max-width: 768px) {
  .staff-intro-img::before {
    background-image: url("../images/staff_intro_bg_sp.png");
    width: 100%;
    left: 0;
  }
}
.staff-intro-img::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 26.75%;
  z-index: 100;
}
@media (max-width: 768px) {
  .staff-intro-img::after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }
}

.staff-intro-img-A::after {
  background-image: url("../images/staff_name_harada.svg");
  width: 76%;
  height: 22%;
  bottom: -17%;
}
@media (max-width: 768px) {
  .staff-intro-img-A::after {
    width: 80%;
    height: 29%;
    bottom: -22%;
  }
}

.staff-intro-img-B::after {
  background-image: url("../images/staff_name_fukushima.svg");
  width: 82.5%;
  height: 22%;
  bottom: -16%;
}
@media (max-width: 768px) {
  .staff-intro-img-B::after {
    width: 79.7%;
    height: 26.8%;
    bottom: -21%;
  }
}

.staff-intro-img-C::after {
  background-image: url("../images/staff_name_kondo.svg");
  width: 63.5%;
  height: 19.2%;
  bottom: -17%;
}
@media (max-width: 768px) {
  .staff-intro-img-C::after {
    width: 61.6%;
    height: 23.2%;
    bottom: -17%;
  }
}

.staff-intro-img-D::after {
  background-image: url("../images/staff_name_matsuura.svg");
  width: 69.3%;
  height: 13.4%;
  bottom: -10%;
}
@media (max-width: 768px) {
  .staff-intro-img-D::after {
    width: 67.1%;
    height: 16.4%;
    bottom: -10%;
  }
}

.staff-intro-img-E::after {
  background-image: url("../images/staff_name_oka.svg");
  width: 49%;
  height: 12.4%;
  bottom: -10.5%;
}
@media (max-width: 768px) {
  .staff-intro-img-E::after {
    width: 47.4%;
    height: 14.5%;
    bottom: -9%;
  }
}

.contact {
  width: 100%;
  top: -107px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .contact {
    top: -326px;
  }
}

.contact_wrap {
  padding: 20px;
  gap: 20px;
  justify-content: end;
  background-color: #fff;
  box-shadow: 2px 0 30px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .contact_wrap {
    flex-direction: column;
    padding-top: 25px;
  }
}

.contact-ttl {
  width: 23%;
}
@media (max-width: 768px) {
  .contact-ttl {
    width: 100%;
    text-align: center;
  }
}
.contact-ttl p {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E86B79;
}
.contact-ttl h3 {
  font-size: 14px;
}

.contact-contents {
  background-color: #fff5f6;
  border: 1px solid #fff5f6;
  width: 33%;
  height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .contact-contents {
    width: 100%;
    height: 140px;
  }
}

.contact-tel-box p {
  width: fit-content;
}

.contact-tel-text {
  font-size: 14px;
  font-weight: 400;
}

.contact-tel-num {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #E86B79;
  padding-left: 35px;
  margin: 10px 0;
}
.contact-tel-num::before {
  position: absolute;
  content: "";
  background-image: url("../images/phone_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
}

.contact-form:hover {
  border: 1px solid #E86B79;
}

.contact-mail-icon {
  width: 29px;
  height: 20px;
  margin-bottom: 20px;
}
.contact-mail-icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #E86B79;
  align-items: end;
  justify-content: center;
}

.copyright {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 128px;
  padding-bottom: 35px;
}
.copyright p {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}

.privacy {
  position: relative;
  z-index: 100;
  margin-top: clamp(70px, 8%, 110px);
}

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

html {
  font-size: 100%;
  line-height: 2;
}

body {
  font-family: "Libre Baskerville", "Shippori Mincho", "Barlow", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
  height: 100%;
  color: #504D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--global-nav-height);
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #504D4D;
}

li {
  list-style: none;
  font-weight: 500;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/*display*/
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.dis-none {
  display: none;
}

.grid {
  display: grid;
}

@media (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

@media (max-width: 600px) {
  .sp-s-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

/*font & text*/
.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*position*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*flex*/
.flex {
  display: flex;
}

.jus-al-center {
  justify-content: center;
  align-items: center;
}

.jus-center {
  justify-content: center;
}

.jus-bet {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sp-der-col {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .sp-der-col-rev {
    flex-direction: column-reverse;
  }
}

.al-center {
  align-items: center;
}

.row-rev {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* margin & padding*/
.margin-center {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .sp-margin-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.margin-top3 {
  margin-top: 3%;
}

.margin-top5 {
  margin-top: 5%;
}

.margin-top10 {
  margin-top: 10%;
}

.mb0 {
  margin-bottom: 0;
}

.mb3 {
  margin-bottom: 3%;
}

.mb5 {
  margin-bottom: 5%;
}

.mb10 {
  margin-bottom: 10%;
}

.pb-8 {
  padding-bottom: 8%;
}

.pt5 {
  padding-top: 5%;
}

.pt3 {
  padding-top: 3%;
}

/*transition*/
.transition03 {
  transition: 0.3s;
}

.main {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.sp-br {
  display: none;
}
@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

@media (max-width: 768px) {
  .sp-non-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp-justify {
    text-align: justify;
  }
}

.notfound {
  margin-bottom: clamp(50px, 10.2vw, 138px);
}

.notfound-inner {
  text-align: center;
}

.notfound-desc-main {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 768px) {
  .notfound-desc-main {
    font-size: 18px;
  }
}

.notfound-desc-sub {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .notfound-desc-sub {
    font-size: 14px;
    padding: 0 20px;
  }
  .notfound-desc-sub br {
    display: none;
  }
}

/*デフォルトのスタイルを無効化する*/
.input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-style: none;
  color: #E86B79;
  text-align: center;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-style: none;
  color: #E86B79;
  text-align: center;
}

.wpcf7-not-valid-tip {
  color: #E86B79;
}

.contact-text {
  margin-bottom: 3%;
}
.contact-text p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .contact-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact-text {
    margin: auto;
    padding-bottom: 2em;
  }
}

.contactform-system {
  position: relative;
  z-index: 100;
  margin-top: clamp(70px, 8%, 110px);
}

@media (max-width: 768px) {
  .contactform-system-cnt {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contactform-system_wrap {
  margin-top: clamp(46px, 7%, 80px);
}

.contact-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.contact-table-row {
  border-bottom: 1px solid rgba(80, 77, 77, 0.3);
}

.contact-table-title {
  font-weight: normal;
  width: 35%;
  padding: 1.5em 0;
  text-align: left;
}
@media (max-width: 768px) {
  .contact-table-title {
    display: block;
    width: 90%;
  }
}

.contact-table-required-mark {
  font-size: 12px;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #E86B79;
}

.any-text {
  font-size: 12px;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #efefef;
}

.contact-table-label {
  display: inline-block;
  width: 65%;
}
.contact-table-label span {
  letter-spacing: 0.1em;
}

.contact-table-input {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  padding: 1.5em 0;
  width: 60%;
  word-break: break-all;
}
@media (max-width: 768px) {
  .contact-table-input {
    display: block;
    width: 100%;
    padding: 0 0 1em;
  }
}

.contact-table-input-text {
  width: 100%;
  height: 50px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

::-webkit-input-placeholder {
  color: #A0A0A0;
}

:-ms-input-placeholder {
  color: #A0A0A0 !important;
}

::-moz-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

::placeholder {
  color: #A0A0A0;
  opacity: 1;
}

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

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

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

:focus::placeholder {
  color: transparent;
}

.contact-table-input-textbox {
  width: 100%;
  height: 200px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.contact-privacy {
  line-height: 2;
  margin-top: 30px;
  padding: 2em;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .contact-privacy {
    margin-top: 0;
  }
}
.contact-privacy p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .contact-privacy p {
    font-size: 14px;
  }
}

.contact-privacy-link {
  color: #E86B79;
}

.wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.acc-wrapper {
  text-align: center;
}

.acc {
  width: 1em;
  height: 1em;
}
.acc:checked {
  background-color: #E86B79;
}

.contact-btn-next {
  display: inline-block;
  margin-top: 7%;
  margin-bottom: 1em;
  position: relative;
}
.contact-btn-next:hover input {
  color: #ff8000;
}
.contact-btn-next p {
  font-size: 14px;
}
.contact-btn-next input {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 1.2em 4.5em;
  color: #fff;
  align-items: center;
}

.contact-btn-next1 {
  width: 180px;
  margin-top: 0;
  margin-bottom: 0;
}

.contactpage-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 3%;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .contactpage-btn-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}

.btn-contact {
  display: block;
  height: 70px;
  padding-left: 0;
  margin-top: clamp(46px, 7%, 80px);
}
@media (max-width: 768px) {
  .btn-contact {
    margin-top: 0;
  }
}
.btn-contact input {
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 30px;
}

.archive-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: center;
  align-items: flex-start;
  gap: 4%;
  padding-bottom: 100px;
}
@media (max-width: 1080px) {
  .archive-container {
    display: block;
  }
}

.archive-wrapper {
  width: 100%;
}

.archive-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.archive-list-item {
  width: 100%;
  padding-right: 15px;
  border-bottom: 1px solid #efefef;
}
.archive-list-item:nth-child(n+2) {
  padding-top: 7%;
}
.archive-list-item:last-child {
  border-bottom: none;
}
@media (max-width: 1080px) {
  .archive-list-item {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .archive-list-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.archive-list-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  margin-bottom: 7%;
}
.archive-list-link:hover .archive-list-thumbnail::after {
  opacity: 0;
}
.archive-list-link:hover .archive-list-thumbnail-img {
  transform: scale(1.1, 1.1);
}
.archive-list-link:hover .archive-list-date {
  color: #ff8000;
}

.archive-list-thumbnail {
  position: relative;
  overflow: hidden;
  width: 35%;
  transition: 0.3s;
  box-shadow: 1px 1px 6px 0px rgb(224, 223, 223);
}
.archive-list-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.05;
  background-color: #000;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .archive-list-thumbnail {
    width: 37%;
  }
}

.archive-list-thumbnail-img {
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.archive-list-body {
  display: flex;
  flex-direction: column;
  width: 58%;
}
@media (max-width: 1080px) {
  .archive-list-body {
    width: 60%;
  }
}

.archive-list-ttl {
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .archive-list-ttl {
    font-size: 16px;
  }
}

.archive-list-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3%;
}
@media (max-width: 768px) {
  .archive-list-info {
    display: none;
  }
}

.archive-list-info1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  line-height: 1.6;
}

.archive-list-date {
  font-size: 14px;
  color: #a0a0a0;
}

.archive-list-category {
  font-size: 14px;
  color: #fff;
  background-color: #f8b164;
  width: fit-content;
  text-align: center;
  padding: 0 1em;
}

.archive-list-tag {
  font-size: 14px;
  color: #a0a0a0;
}

.archive-list-excerpt {
  font-size: 14px;
  text-align: justify;
}

.archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

.archive-sidebar {
  width: 100%;
}
@media (max-width: 1080px) {
  .archive-sidebar {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .archive-sidebar {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.archive-no-item-txt {
  text-align: center;
}

@media (max-width: 1080px) {
  .sidebar-box:last-child .sidebar-box-ttl {
    margin-bottom: 2em;
  }
}

.sidebar-box:not(:first-of-type) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sidebar-box:not(:first-of-type) {
    margin-top: 25px;
  }
}

.sidebar-box-ttl {
  font-size: 14px;
  padding-bottom: 3%;
}
@media (max-width: 1080px) {
  .sidebar-box-ttl {
    border-bottom: 1px solid #f8b164;
  }
}

.sidebar-box-ttl-eng {
  font-size: 24px;
  margin-right: 1.5em;
  color: #f8b164;
}
@media (max-width: 768px) {
  .sidebar-box-ttl-eng {
    font-size: 22px;
  }
}

.sidebar-box-list li {
  padding-top: 15px;
}
.sidebar-box-list li a {
  font-size: 14px;
}

.sidebar-box-list-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s;
}
.sidebar-box-list-item a {
  transition: all 0.3s;
}
.sidebar-box-list-item a:hover {
  opacity: 0.8;
}
.sidebar-box-list-item a:hover .archive-list-date {
  color: #ff8000;
}
.sidebar-box-list-item:last-child {
  border-bottom: none;
}

.sidebar-box-list-item-category a {
  transition: all 0.3s;
  display: block;
}
.sidebar-box-list-item-category a:hover {
  color: #ff8000;
}

.sidebar-box-title {
  padding-bottom: 1%;
}

.archive-select {
  width: 100%;
  border: 1px solid #efefef;
  padding-left: 1em;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transform-origin: center;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select:invalid {
  color: #cdcdcd;
}

select option {
  color: black;
}

.single-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(80px, 10.7vw, 145px);
  gap: 4%;
}
@media (max-width: 768px) {
  .single-container {
    display: block;
  }
}

@media (max-width: 768px) {
  .single-main {
    margin-bottom: 100px;
  }
}

.sidebar-main {
  width: 100%;
}

.single-info {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  align-items: center;
}

.time.single-date {
  width: 20%;
}

.category-wrapper {
  display: flex;
  gap: 3%;
  width: 75%;
}
@media (max-width: 768px) {
  .category-wrapper {
    width: fit-content;
  }
}

.single-category {
  font-size: 14px;
  background-color: #f8b164;
  color: #fff;
  padding: 0 1em;
}

.sinlge-category {
  font-size: 14px;
  padding: 0.2em 1em;
}

.single-ttl {
  font-weight: bold;
  width: 100%;
  margin-top: 1em;
  font-size: 28px;
  padding-bottom: 3%;
  border-bottom: 1px solid #ff8000;
}
@media (max-width: 768px) {
  .single-ttl {
    font-size: 24px;
  }
}

.single-thumbnail {
  width: 100%;
  margin: 30px auto 0 auto;
}

.single-thumbnail-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 280/180;
}

.single-content {
  margin-top: 5%;
}
.single-content li {
  list-style: disc;
  list-style-position: inside;
}
.single-content p {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 2;
  margin-bottom: 2.5em;
  letter-spacing: 0.06em;
  font-feature-settings: initial;
}
.single-content a {
  color: #4f87c7;
}
.single-content strong {
  font-weight: 700;
}
.single-content h2 {
  font-size: 24px;
  padding: 0.3em 1em;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 3px solid #E86B79;
}
.single-content h3 {
  font-size: 21px;
  padding-bottom: 0.5em;
  padding-left: 0.3em;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #E86B79;
}
.single-content h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.single-content h5, .single-content h6 {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.archive-contents {
  width: 100%;
}

.single-contents {
  margin-bottom: 10%;
}

.pagination {
  margin: 0 auto;
  display: flex;
  gap: 5%;
  transition: all 0.3s;
  justify-content: center;
}
@media (max-width: 450px) {
  .pagination {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1em;
  }
}

.single-pagination {
  gap: 10%;
}

.kiji-content {
  width: 45%;
  padding: 0.8em 0.5em;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #504D4D;
}
.kiji-content:hover .kiji-info a, .kiji-content:hover .kiji-link a {
  color: #ff8000;
}
.kiji-content:hover .kiji-non-text {
  color: #ff8000;
}

.kiji-info a {
  display: block;
  line-height: 1.2;
  font-size: 12px;
  padding-bottom: 3%;
  color: #504D4D;
}

.kiji-link a {
  font-size: 14px;
  display: block;
  line-height: 1.8;
  color: #504D4D;
}

.kiji-non-text {
  color: #504D4D;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.home-pagination {
  display: inline-block;
}

.pagination-pager {
  font-size: 20px;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px 1em;
  color: #efefef;
  transition: 0.3s;
}

@media (hover: hover) {
  .home-pagination a {
    position: relative;
  }
  .home-pagination a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ff8000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: 0.3s;
  }
  .home-pagination a:hover::after {
    transform: scale(1);
  }
}
.pagination-pager--current {
  color: #E86B79;
}

.privacy-ttl {
  margin: 2em 0 0.5em;
  font-size: 24px;
  line-height: 1;
}

.privacy-ttl-s {
  margin: 1em 0 0.5em;
  font-size: 16px;
  line-height: 1;
}

.privacy-info {
  margin-top: 2em;
}