@charset "UTF-8";
/* setting */
:root {
  --black: rgba(15, 15, 15, 1);
  --yellow: rgba(255, 240, 0, 1);
  --font: "Noto Sans JP", sans-serif;
}

@font-face {
  font-family: "Co Headline";
  src: url("../font/CoHeadline.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Co Headline";
  src: url("../font/CoHeadlineBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Co Headline";
  src: url("../font/CoHeadlineLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* base */
* {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}

html {
  font-family: var(--font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--black);
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.pc-only,
.sp-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit;
  }
}
body {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  line-height: 1.8;
}

.en {
  font-family: "Co Headline", sans-serif;
}

.inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .inner {
    padding: 0 2.5rem;
  }
}
@media (max-width: 520px) {
  .inner {
    padding: 0 1.25rem;
  }
}
.visually-hidden {
  visibility: hidden;
  display: none;
}

.main {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .main {
    padding-bottom: 8.75rem;
    overflow-x: hidden;
  }
}

.c-title {
  display: flex;
  text-align: center;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.c-title__en {
  font-size: 1.25rem;
}
.c-title__ja {
  font-size: 2.875rem;
  font-weight: 800;
}
.c-title__min {
  font-size: 1rem;
}
.c-title__single {
  font-size: 2.5rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.5rem;
  width: 100%;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    padding: 1.25rem;
  }
}
.header.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header.is-inversion .header__logo a,
.header.is-inversion .header__catch a,
.header.is-inversion .header-nav__toggle--text {
  color: #fff;
}
.header.is-inversion .header-nav__btn a {
  background: var(--yellow);
  color: var(--black);
}
.header.is-inversion .header-nav__btn a::before {
  background: transparent url("../img/btn_contact.svg") no-repeat center center;
  background-size: contain;
}
.header.is-inversion .header-nav__toggle--border span {
  background: #fff;
}
@media (max-width: 768px) {
  .header:has(.is-active) .header__logo a {
    color: #fff;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  z-index: 5;
}
.header__logo a {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header__logo a {
    transition: none;
  }
}
@media (max-width: 1000px) {
  .header__catch {
    display: none;
  }
}
.header__catch a {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  font-size: 0.6875rem;
}
.header__catch a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url("../img/icon_instagram.png") no-repeat center center;
  display: inline-block;
  background-size: contain;
}
.header-nav {
  display: flex;
  color: #fff;
  flex-direction: column;
  width: min(100%, 480px);
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  padding: 1.875rem 5rem 3.75rem;
  transition: 0.3s all;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .header-nav {
    transition: none;
    padding: 1.875rem 3.125rem 3.75rem;
  }
}
.header-nav.is-active {
  background: var(--black);
}
@media (max-width: 768px) {
  .header-nav.is-active {
    border-radius: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .header-nav.is-active .header-nav__toggle {
    top: 35px;
    right: 25px;
  }
}
.header-nav.is-active .header-nav__toggle--text {
  color: #fff;
}
.header-nav.is-active .header-nav__btn a {
  background: var(--yellow);
  color: var(--black);
}
.header-nav.is-active .header-nav__btn a::before {
  background: transparent url("../img/btn_contact.svg") no-repeat center center;
  background-size: contain;
}
.header-nav.is-active .header-nav__toggle--border span {
  rotate: -30deg;
  top: 4px;
  background: #fff;
}
.header-nav.is-active .header-nav__toggle--border span:last-child {
  rotate: 30deg;
  top: -1px;
  background: #fff;
}
.header-nav.is-active .header-nav__menu {
  display: block;
}
.header-nav__btn {
  text-align: center;
}
@media (max-width: 768px) {
  .header-nav__btn {
    display: none;
  }
}
.header-nav__btn a {
  background: var(--black);
  color: #fff;
  text-align: center;
  max-width: 170px;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: 0 auto;
}
.header-nav__btn a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url("../img/btn_contact_white.svg") no-repeat center center;
  display: inline-block;
  background-size: contain;
}
.header-nav__menu {
  display: none;
}
.header-nav__menu .header-nav__btn {
  display: none;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .header-nav__menu .header-nav__btn {
    display: block;
  }
}
.header-nav__menu .header-nav__btn a {
  width: 100%;
  max-width: 300px;
}
.header-nav__menu .header-nav__line {
  display: none;
}
@media (max-width: 768px) {
  .header-nav__menu .header-nav__line {
    display: block;
  }
}
.header-nav__toggle {
  position: absolute;
  top: 2.8125rem;
  right: 1.875rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header-nav__toggle {
    top: 1.5625rem;
    right: 0.625rem;
  }
}
.header-nav__toggle--text {
  color: var(--black);
}
.header-nav__toggle--border {
  display: flex;
  flex-direction: column;
}
.header-nav__toggle--border span {
  width: 22px;
  height: 1px;
  background: var(--black);
  display: inline-block;
  margin-bottom: 0.25rem;
  transition: 0.3s all;
}
.header-nav__lists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .header-nav__lists {
    padding-top: 12.5rem;
    margin-bottom: 5.625rem;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .header-nav__lists {
    padding-top: 6.25rem;
  }
}
.header-nav__lists a {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.header-nav__en {
  color: #fff;
  font-size: 1.875rem;
}
.header-nav__ja {
  color: #fff;
  font-weight: 500;
}
.header-nav__line {
  max-width: 213px;
  margin: 0 auto;
}

.mv {
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url("../img/bg_mv.jpg");
  background-size: cover;
  z-index: 5;
  overflow: hidden;
}
.mv .inner {
  display: flex;
  align-items: center;
  width: min(100%, 880px);
  height: 100%;
}
@media (max-width: 768px) {
  .mv .inner {
    flex-direction: column;
    padding-top: 18.75rem;
    align-items: flex-start;
  }
}
.mv__title {
  width: min(100%, 650px);
}
@media (max-width: 768px) {
  .mv__title {
    width: min(100%, 400px);
    margin: 0 auto;
  }
}
.mv__text {
  width: min(100%, 650px);
}
.mv__sub {
  font-size: 1.375rem;
  font-weight: 700;
  top: 3.125rem;
}
@media (max-width: 1000px) {
  .mv__sub {
    top: 0;
  }
}
@media (max-width: 768px) {
  .mv__sub {
    top: 0.625rem;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 428px) {
  .mv__sub {
    text-align: left;
    margin: 0 auto 0 0;
  }
}
.reveal-up {
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
  --reveal-duration: .8s;
  --reveal-ease: cubic-bezier(.2,.8,.2,1);
  --reveal-delay: 0s;
}
.is-loaded .reveal-up {
  animation: reveal-up var(--reveal-duration) var(--reveal-ease) var(--reveal-delay) both;
}
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mv__obj {
  position: absolute;
}
.mv__obj--01 {
  width: 190px;
  height: 80px;
  top: 180px;
  left: -230px;
}
@media (max-width: 1200px) {
  .mv__obj--01 {
    left: -60px;
  }
}
@media (max-width: 520px) {
  .mv__obj--01 {
    width: 140px;
    height: 60px;
  }
}
.mv__obj--02 {
  width: 265px;
  height: 252px;
  top: 370px;
  left: -300px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .mv__obj--02 {
    top: 530px;
    left: -80px;
  }
}
@media (max-width: 768px) {
  .mv__obj--02 {
    width: 178px;
    height: 170px;
    top: 570px;
  }
}
@media (max-width: 520px) {
  .mv__obj--02 {
    top: 600px;
  }
}
.mv__obj--03 {
  width: 167px;
  height: 167px;
  top: 590px;
  left: -315px;
}
@media (max-width: 1200px) {
  .mv__obj--03 {
    left: 100px;
    top: 510px;
  }
}
@media (max-width: 768px) {
  .mv__obj--03 {
    width: 90px;
    height: 90px;
    left: 40px;
    top: 580px;
  }
}
@media (max-width: 428px) {
  .mv__obj--03 {
    top: 580px;
  }
}
.mv__obj--04 {
  width: 100px;
  height: 80px;
  top: 780px;
  left: -100px;
  display: none;
}
.mv__obj--05 {
  width: 140px;
  height: 140px;
  top: 90px;
  right: 250px;
  z-index: 5;
}
@media (max-width: 768px) {
  .mv__obj--05 {
    top: 80px;
    right: 10vw;
    width: 102px;
    height: 102px;
  }
}
.mv__obj--06 {
  width: 427px;
  height: 276px;
  top: -30px;
  right: -80px;
}
@media (max-width: 768px) {
  .mv__obj--06 {
    top: 0px;
    right: -100px;
    width: 311px;
    height: 201px;
  }
}
@media (max-width: 520px) {
  .mv__obj--06 {
    right: -150px;
  }
}
.mv__obj--07 {
  width: 180px;
  height: 180px;
  top: 150px;
  right: -270px;
}
@media (max-width: 1200px) {
  .mv__obj--07 {
    top: 180px;
    right: -8vw;
  }
}
@media (max-width: 520px) {
  .mv__obj--07 {
    width: 120px;
    height: 120px;
  }
}
.mv__obj--08 {
  width: 190px;
  height: 80px;
  top: 580px;
  right: -50px;
}
@media (max-width: 1200px) {
  .mv__obj--08 {
    right: 150px;
  }
}
@media (max-width: 520px) {
  .mv__obj--08 {
    display: none;
  }
}
.mv__obj--09 {
  width: 250px;
  height: 270px;
  top: 520px;
  right: -300px;
}
@media (max-width: 1200px) {
  .mv__obj--09 {
    top: 510px;
    right: -10vw;
  }
}
@media (max-width: 520px) {
  .mv__obj--09 {
    width: 154px;
    height: 165px;
    top: 540px;
  }
}

.about {
  padding-bottom: 10rem;
  background: #fbefea;
  z-index: 10;
}
.about .inner {
  width: min(100%, 1280px);
}
@media (max-width: 1200px) {
  .about .inner {
    padding: 0 40px;
  }
}
@media (max-width: 520px) {
  .about .inner {
    padding: 0 20px;
  }
}
.about .c-title {
  top: -20px;
  margin-bottom: 10px;
}
.about .c-title::before {
  content: "";
  width: 100px;
  height: 80px;
  background: transparent url("../img/obj_mv_04.png") no-repeat center center;
  position: absolute;
  top: -10px;
  left: 80px;
  z-index: 50;
  display: inline-block;
  background-size: contain;
}
@media (max-width: 1200px) {
  .about .c-title::before {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .about .c-title::before {
    display: none;
  }
}
.about__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.about__set {
  border-radius: 20px;
  padding: 5rem 4.375rem 3.125rem 7.5rem;
  border: 1px solid var(--black);
}
@media (max-width: 1000px) {
  .about__set {
    padding: 4.375rem 3.75rem 3.75rem;
  }
}
@media (max-width: 768px) {
  .about__set {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
.about__set--01 {
  background: rgb(143, 207, 230);
}
.about__set--02 {
  background: rgb(94, 217, 170);
}
.about__set--03 {
  background: rgb(240, 162, 95);
}
.about__set--04 {
  background: rgb(212, 212, 212);
}
.about__set.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about__set.is-sticky {
    position: relative;
  }
}
.about__set--01.is-sticky {
  top: 100px;
}
@media (max-width: 768px) {
  .about__set--01.is-sticky {
    top: auto;
  }
}
.about__set--02.is-sticky {
  top: 180px;
}
@media (max-width: 768px) {
  .about__set--02.is-sticky {
    top: auto;
  }
}
.about__set--03.is-sticky {
  top: 260px;
}
@media (max-width: 768px) {
  .about__set--03.is-sticky {
    top: auto;
  }
}
.about__set--04.is-sticky {
  top: 320px;
}
@media (max-width: 768px) {
  .about__set--04.is-sticky {
    top: auto;
  }
}
.about__num {
  background: var(--black);
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__set {
  display: grid;
  gap: 4.375rem;
  grid-template-columns: 1fr minmax(0, 320px);
  width: 100%;
}
@media (max-width: 1000px) {
  .about__set {
    gap: 3.125rem;
  }
}
@media (max-width: 768px) {
  .about__set {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.about__detail {
  width: 100%;
}
@media (max-width: 768px) {
  .about__detail {
    order: 2;
  }
}
.about__image {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid var(--black);
}
@media (max-width: 830px) {
  .about__image {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .about__image {
    width: 238px;
    height: 238px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .about__head {
    text-align: center;
  }
}
.about__title {
  font-size: 2.875rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 2.625rem;
  }
}
.about__sub {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .about__sub {
    margin-bottom: 1.25rem;
  }
}
.about__text {
  line-height: 1.8;
}

.service {
  background: var(--black);
  border-radius: 40px 40px 0 0;
  padding: 10.625rem 0 15.625rem;
  margin-bottom: -16.25rem;
  color: #fff;
  margin-top: -50px;
  z-index: 15;
}
@media (max-width: 1230px) {
  .service {
    padding-top: 14.375rem;
  }
}
@media (max-width: 768px) {
  .service {
    margin-bottom: -35vw;
    padding-bottom: 18.75rem;
    padding-top: 10.625rem;
  }
}
@media (max-width: 520px) {
  .service {
    margin-bottom: -25vw;
    padding-bottom: 22.5rem;
  }
}
.service .inner {
  width: min(100%, 1280px);
}
@media (max-width: 1280px) {
  .service .inner {
    padding: 0 40px;
  }
}
@media (max-width: 520px) {
  .service .inner {
    padding: 0 20px;
  }
}
.service .inner::before {
  content: "";
  width: 409px;
  height: 316px;
  background: transparent url("../img/img_service_obj_01.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -16.25rem;
  right: -10px;
}
@media (max-width: 1300px) {
  .service .inner::before {
    right: 10px;
    top: -21.875rem;
  }
}
@media (max-width: 768px) {
  .service .inner::before {
    width: 267px;
    height: 205px;
    top: -14.375rem;
    right: -0.625rem;
  }
}
.service .c-title {
  margin-bottom: 5.625rem;
}
@media (max-width: 768px) {
  .service .c-title {
    text-align: left;
  }
}
.service .c-title__en {
  color: var(--yellow);
  margin-bottom: 0.625rem;
}
.service .c-title__ja {
  font-weight: 800;
}
.service__main {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 768px) {
  .service__main {
    gap: 4.375rem;
  }
}
.service__set {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6.25rem;
}
@media (max-width: 1200px) {
  .service__set {
    gap: 3.75rem;
  }
}
@media (max-width: 768px) {
  .service__set {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.service__image {
  border-radius: 10px;
  max-width: 500px;
}
@media (max-width: 1000px) {
  .service__image {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .service__image {
    order: 2;
    margin: 0 auto;
  }
}
.service__image--01::before {
  content: "";
  width: 120px;
  height: 120px;
  background: transparent url("../img/img_service_obj_02.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  right: -20px;
  display: inline-block;
  z-index: 5;
}
@media (max-width: 1100px) {
  .service__image--01::before {
    bottom: 8vw;
  }
}
@media (max-width: 768px) {
  .service__image--01::before {
    right: -40px;
    width: 100px;
    bottom: -60px;
    height: 100px;
  }
}
.service__image--02::before {
  content: "";
  width: 260px;
  height: 167px;
  background: transparent url("../img/img_service_obj_03.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -83px;
  left: -130px;
  display: inline-block;
  z-index: 5;
}
@media (max-width: 768px) {
  .service__image--02::before {
    width: 170px;
    height: 110px;
    left: -60px;
  }
}
.service__detail {
  padding-top: 1.25rem;
}
.service__title {
  margin-bottom: 2.5rem;
}
.service__num {
  color: var(--yellow);
  font-weight: 400;
  display: block;
}
.service__ja {
  font-size: 1.875rem;
  font-weight: 800;
}
.service__lists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.service__list--wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .service__list--wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .service__list--wrap .service__text {
    padding-top: 0.3125rem;
  }
}
.service__list--wrap2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 1200px) {
  .service__list--wrap2 {
    flex-direction: column;
  }
}
.service__list--wrap2 .service__text {
  padding-left: 3.75rem;
}
@media (max-width: 1200px) {
  .service__list--wrap2 .service__text {
    padding-left: 1rem;
    padding-top: 0.3125rem;
  }
}
.service__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .service__label {
    padding-bottom: 0.3125rem;
  }
}
.service__label::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  display: inline-block;
}
.service__text {
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
  display: inline-block;
  flex: 1;
}

.used {
  width: min(100%, 1080px);
  background: rgb(212, 212, 212);
  border: 1px solid var(--black);
  border-radius: 20px;
  padding: 3.125rem 4.375rem;
  margin: 0 auto;
  top: 7.5rem;
  z-index: 20;
}
@media (max-width: 768px) {
  .used {
    padding: 3.75rem 0rem;
    width: 90%;
    margin: 0 auto -15rem;
    top: 2.5rem;
  }
}
@media (max-width: 520px) {
  .used {
    margin-bottom: -17.5rem;
    top: -5rem;
  }
}
@media (max-width: 440px) {
  .used {
    margin-bottom: -21.875rem;
  }
}
.used .c-title {
  margin-bottom: 0;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .used .c-title {
    align-items: center;
  }
}
.used .c-title__en {
  font-size: 2rem;
}
.used .c-title__ja {
  font-size: 1.125rem;
}
.used__box {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
@media (max-width: 1000px) {
  .used__box {
    gap: 3.75rem;
  }
}
@media (max-width: 768px) {
  .used__box {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.used__lists {
  margin-bottom: 0.625rem;
}
.used__list {
  text-indent: -0.875rem;
  padding-left: 0.875rem;
}
.used__list::before {
  content: "・";
  padding-right: 0.4375rem;
}
.used__note {
  font-size: 0.875rem;
  text-indent: -0.875rem;
  padding-left: 0.875rem;
}

.flow {
  background: transparent url("../img/bg_mv.jpg");
  background-size: cover;
  padding: 15.625rem 0 12.5rem;
  z-index: 15;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flow {
    background: transparent url("../img/bg_mv_sp.jpg");
    background-size: contain;
    padding: 25rem 0 10.625rem;
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 520px) {
  .flow {
    padding: 25rem 0 10.625rem;
  }
}
.flow .inner {
  width: min(100%, 1280px);
}
@media (max-width: 1200px) {
  .flow .inner {
    padding: 0 40px;
  }
}
@media (max-width: 520px) {
  .flow .inner {
    padding: 0 20px;
  }
}
.flow .c-title {
  margin-bottom: 6.25rem;
}
.flow__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .flow__lists {
    grid-template-columns: 1fr;
    gap: 6.25rem;
  }
}
.flow__list {
  border: 1px solid var(--black);
  border-radius: 20px;
  padding: 5.625rem 1.25rem 3.125rem;
  background: #fff;
}
.flow__list::after {
  content: "";
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  width: 16px;
  height: 24px;
  background: var(--black);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
@media (max-width: 768px) {
  .flow__list::after {
    transform: translateX(-50%);
    right: auto;
    top: auto;
    width: 24px;
    height: 16px;
    bottom: -16px;
    left: 50%;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.flow__list:last-child::after {
  display: none;
}
.flow__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.flow__step {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
}
.flow__step--num {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--black);
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.flow__text {
  text-align: center;
}

.works {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 7.5rem 0 7.5rem;
  top: -1.875rem;
  overflow-x: hidden;
  z-index: 30;
}
@media (max-width: 768px) {
  .works {
    padding: 9.375rem 0 7.5rem;
  }
}
.works__arichive {
  padding-top: 1.875rem;
  padding-bottom: 0rem;
}
@media (max-width: 768px) {
  .works__arichive {
    padding-top: 1.875rem;
    padding-bottom: 0rem;
  }
}
.works .inner {
  width: min(100%, 1280px);
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .works .inner {
    padding: 0 2.5rem;
  }
}
@media (max-width: 520px) {
  .works .inner {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .works > .inner {
    padding: 0 !important;
  }
}
.works .c-title {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .works .c-title {
    text-align: center;
  }
}
.works .c-title__en {
  font-size: 1.25rem;
}
.works .c-title__ja {
  font-size: 2.25rem;
  font-weight: 800;
}
.works__btn--sp {
  display: none;
}
@media (max-width: 768px) {
  .works__btn--sp {
    display: block;
    margin-top: 4.375rem !important;
  }
}
.works__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .works__head {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .works__head .works__btn {
    display: none;
  }
}
.works__lists-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 1.25rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .works__lists-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .works__lists-archive {
    grid-template-columns: 1fr;
  }
}
.works__lists-slider {
  display: none;
  width: 100%;
  margin: 0;
  overflow: visible;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .works__lists-slider {
    margin-bottom: 3.125rem;
  }
}
.works__lists-slider.slick-initialized {
  display: block;
}
.works__lists-slider .slick-list {
  width: 100%;
  margin: 0;
  overflow: visible;
}
.works__lists-slider .slick-track {
  will-change: transform;
  box-sizing: border-box;
}
.works__lists-slider .slick-slide {
  outline: 0;
}
.works__lists-slider .works__list {
  padding: 3.75rem 2.5rem;
}
@media (max-width: 768px) {
  .works__lists-slider .works__list {
    padding: 0;
    margin: 0 20px;
  }
}
.works__list {
  max-width: 480px;
  will-change: transform;
}
@media (max-width: 768px) {
  .works__list {
    padding: 0;
  }
}
.works__list:nth-child(3) {
  border: none;
}
.works__list img {
  transition: 0.3s all;
  transform-origin: center bottom;
  display: block;
}
.works__list a:hover {
  opacity: 1;
}
.works__list a:hover img {
  scale: 1.1;
}
.works__image {
  border: 1px solid var(--black);
  border-radius: 20px;
  overflow: hidden;
}
.works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__detail {
  padding: 1.25rem 1.25rem 0;
}
.works__time {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.works__title {
  font-weight: 700;
  font-size: 1.25rem;
}
.works__label {
  font-weight: 700;
  rotate: 90deg;
  position: absolute;
  top: 3.125rem;
  left: -5rem;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .works__label {
    display: none;
  }
}
.works .slick-prev,
.works .slick-next {
  z-index: 45;
  bottom: -60px;
  top: auto;
}
@media (max-width: 768px) {
  .works .slick-prev,
.works .slick-next {
    bottom: -130px;
  }
}
.works .slick-prev {
  width: 50px;
  height: 50px;
  display: inline-block;
  right: 55px;
  left: auto;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: #fff url("../img/icon_arrow_left_black.svg") center/12px no-repeat !important;
}
@media (max-width: 768px) {
  .works .slick-prev {
    right: 75px;
  }
}
.works .slick-prev::before {
  display: none !important;
}
.works .slick-prev:hover {
  background: var(--black) url("../img/icon_arrow_left_white.svg") center/12px no-repeat !important;
}
.works .slick-prev:focus {
  outline: none;
}
.works .slick-prev:active {
  filter: brightness(0.9);
}
.works .slick-prev[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.4;
}
.works .slick-next {
  width: 50px;
  height: 50px;
  display: inline-block;
  right: 0;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: #fff url("../img/icon_arrow_right_black.svg") center/12px no-repeat !important;
}
@media (max-width: 768px) {
  .works .slick-next {
    right: 20px;
  }
}
.works .slick-next::before {
  display: none !important;
}
.works .slick-next:hover {
  background: var(--black) url("../img/icon_arrow_right_white.svg") center/12px no-repeat !important;
}
.works .slick-next:focus {
  outline: none;
}
.works .slick-next:active {
  filter: brightness(0.9);
}
.works .slick-next[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.4;
}
.works__counter {
  font-size: 0.75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .works__counter {
    left: 30px;
    top: 0px;
  }
}
.works__counter::before {
  content: "";
  width: 50px;
  height: 1px;
  background: var(--black);
  display: inline-block;
  rotate: -45deg;
  position: absolute;
  top: 33%;
  left: 43%;
  transform: translateX(-50%) translateY(-50%);
}
.works__counter--all {
  top: 30px;
  left: 15px;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 1.875rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #fff;
  background: var(--black);
  opacity: 1;
}

.btn__nav {
  text-align: center;
  margin-top: 2.5rem;
}
.btn__nav a {
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 60px;
  border: 1px solid var(--black);
  padding: 1.125rem 2.8125rem;
  display: inline-block;
}
.btn__nav a:hover {
  opacity: 1;
  background: var(--black);
  color: #fff;
}

.column {
  padding: 3.75rem 0 7.5rem;
  border-top: 1px solid var(--black);
}
.column .inner {
  width: min(100%, 1360px);
}
@media (max-width: 768px) {
  .column .inner {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .column .inner {
    padding: 0;
  }
}
.column .c-title {
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .column .c-title {
    margin-bottom: 4.375rem;
  }
}
.column .c-title__en {
  font-size: 2.875rem;
}
.column .c-title__ja {
  font-size: 1.125rem;
  font-weight: 800;
}
.column__lists {
  border-top: 1px solid var(--black);
}
@media (max-width: 768px) {
  .column__lists {
    margin-bottom: 0;
  }
}
.column__lists .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .column__lists .inner {
    grid-template-columns: 1fr;
    padding: 0 !important;
  }
}
.column__lists--last {
  border-bottom: 1px solid var(--black);
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .column__lists--last {
    border-bottom: none;
  }
}
.column__list {
  padding: 3.75rem 2.5rem;
  border-right: 1px solid var(--black);
  container-type: inline-size;
  container-name: card;
}
@media (max-width: 1000px) {
  .column__list {
    padding: 3.75rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .column__list {
    border-right: none;
    padding: 3.75rem 1.25rem;
    border-bottom: 1px solid var(--black);
  }
}
.column__list:nth-child(3) {
  border: none;
}
.column__list img {
  transition: 0.3s all;
  transform-origin: center bottom;
  display: block;
}
.column__list a:hover {
  opacity: 1;
}
.column__list a:hover img {
  scale: 1.1;
}
.column__image {
  border: 1px solid var(--black);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 373 / 232;
}
.column__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column__detail {
  padding: 1.875rem 1.25rem 0;
}
.column__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
@container card (max-width: 300px) {
  .column__head {
    flex-direction: column !important;
    gap: 0.625rem;
    align-items: flex-start;
    flex-direction: row;
  }
}
.column__time {
  font-size: 0.75rem;
}
.column__category {
  border: 1px solid var(--black);
  border-radius: 100px;
  padding: 0.25rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@container card (max-width: 300px) {
  .column__category {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .column__category {
    padding: 0.125rem 1.25rem;
  }
}
.column__title {
  font-weight: 700;
}

.faq {
  background: transparent url("../img/bg_mv.jpg");
  background-size: cover;
  padding: 7.5rem 0;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq {
    background: rgba(251, 239, 234, 0) url("../img/bg_mv_sp.jpg") no-repeat;
    background-size: cover;
    padding: 10.625rem 0 8.75rem;
    border-radius: 40px 40px 0 0;
  }
}
.faq .inner {
  width: min(100%, 880px);
}
@media (max-width: 768px) {
  .faq .inner {
    padding: 0 40px;
  }
}
@media (max-width: 520px) {
  .faq .inner {
    padding: 0 20px;
  }
}
.faq .c-title {
  margin-bottom: 3.75rem;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.faq__set {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--black);
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .faq__set {
    padding: 2.5rem 1.25rem;
  }
}
.faq__label {
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .faq__label {
    flex-direction: column;
    text-align: center;
    line-height: 1.6;
  }
}
.faq__label::before {
  content: "Q";
  font-family: "Co Headline", sans-serif;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  background: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
.faq__label--min {
  font-size: 1rem;
}
.faq__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.other {
  padding: 5rem 0 0;
}
@media (max-width: 768px) {
  .other {
    padding: 4.375rem 0 0;
  }
}
.other .inner {
  width: min(100%, 880px);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .other .inner {
    padding: 0 40px;
  }
}
@media (max-width: 520px) {
  .other .inner {
    padding: 0 20px;
  }
}
.other__box {
  border-radius: 20px;
  background: rgb(238, 238, 238);
  padding: 2.5rem 3.75rem;
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 3.75rem;
}
@media (max-width: 768px) {
  .other__box {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2.5rem 1.25rem;
  }
}
.other__label {
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .other__label {
    text-align: center;
  }
}
.other__detail {
  overflow-wrap: anywhere;
}
.other__text {
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.other__text:last-child {
  margin-bottom: 0;
}
.other__list {
  font-size: 0.875rem;
  text-indent: -14px;
  padding-left: 14px;
}
.other__list::before {
  content: "・";
  padding-right: 0.4375rem;
}

.c-contact {
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 1530px) {
  .c-contact {
    overflow-x: hidden;
    padding: 6.25rem 0 1.875rem;
  }
}
@media (max-width: 1530px) {
  .c-contact {
    width: 100%;
  }
}
.c-contact .inner {
  width: min(100%, 1400px);
}
@media (max-width: 1000px) {
  .c-contact .inner {
    padding: 0;
  }
}
.c-contact__inner {
  padding: 10rem 11.25rem;
  background: var(--black);
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .c-contact__inner {
    padding: 10rem 10vw;
  }
}
@media (max-width: 768px) {
  .c-contact__inner {
    padding: 11.25rem 1.25rem 6.25rem;
  }
}
.c-contact__inner::before {
  content: "";
  width: 234px;
  height: 222px;
  background: transparent url("../img/img_contact_obj_01.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: -60px;
}
@media (max-width: 768px) {
  .c-contact__inner::before {
    top: -70px;
    left: -42px;
  }
}
.c-contact__inner::after {
  content: "";
  width: 200px;
  height: 112px;
  background: transparent url("../img/img_contact_obj_02.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: -60px;
}
.c-contact__title {
  display: flex;
  flex-direction: column;
}
.c-contact__box {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5rem;
}
@media (max-width: 1000px) {
  .c-contact__box {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.c-contact__text {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .c-contact__text {
    text-align: center;
    margin-bottom: 5rem;
  }
}
.c-contact__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-contact__en {
  color: var(--yellow);
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  .c-contact__en {
    line-height: 1.6;
  }
}
@media (max-width: 1000px) {
  .c-contact__ja {
    text-align: center;
    font-size: 1.25rem;
  }
}
.c-contact__btn {
  width: 120px;
  height: 120px;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-contact__btn {
    position: relative;
  }
}
.c-contact__btn::before {
  content: "";
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: transparent;
  border: 5px solid var(--black);
  display: inline-block;
  pointer-events: none;
  z-index: 5;
  transition: 0.2s all;
}
.c-contact__btn:hover {
  opacity: 1;
}
.c-contact__btn:hover::before {
  border-color: var(--yellow);
}

.footer {
  padding: 4.375rem 0 3.75rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer {
    padding: 3.75rem 0 3.75rem;
  }
}
.footer .inner {
  width: min(100%, 1200px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer .inner {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .footer .inner {
    flex-direction: column;
  }
}
.footer__head {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 1000px) {
  .footer__head {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__head {
    flex-direction: column;
    gap: 0;
  }
}
.footer__logo {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__instagram {
  display: none;
}
@media (max-width: 768px) {
  .footer__instagram {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 4.375rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.8125rem;
}
@media (max-width: 1000px) {
  .footer__inner {
    gap: 0.625rem;
    padding-top: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.footer__link {
  font-weight: 400;
  font-size: 0.6875rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .footer__link {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__link--instagram {
    pointer-events: none;
  }
}
.footer__link--instagram::after {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url("../img/icon_instagram.png") no-repeat center center;
  display: inline-block;
  background-size: contain;
}
@media (max-width: 768px) {
  .footer__link--instagram::after {
    display: none;
  }
}
.footer__link--blank {
  gap: 0.3125rem;
}
.footer__link--blank::after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url("../img/icon_footer_link.svg") no-repeat center center;
  display: inline-block;
  background-size: contain;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0;
  gap: 1.25rem;
}
@media (max-width: 1000px) {
  .footer-nav {
    justify-content: center;
  }
}
.footer-nav__lists {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 1000px) {
  .footer-nav__lists {
    justify-content: center;
  }
}
.footer-nav__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer-nav__ja {
  font-size: 0.75rem;
  font-weight: 400;
}
.footer__copy {
  text-align: right;
  font-size: 0.75rem;
  display: inline-block;
}
@media (max-width: 1000px) {
  .footer__copy {
    text-align: center;
  }
}

.breadcrumb {
  margin-bottom: 3.75rem;
}
.breadcrumb__lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__list {
  font-size: 0.75rem;
}
.breadcrumb__list::after {
  content: "／";
  padding: 0 10px;
  font-size: 0.75rem;
}
.breadcrumb__list:last-child::after {
  display: none;
}
.lower {
  padding-bottom: 10rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .lower {
    padding-bottom: 3.75rem;
  }
}
.lower::after {
  content: "";
  background: transparent url("../img/obj_lower_mv_02.png") center center no-repeat;
  background-size: contain;
  width: 349px;
  height: 277px;
  display: inline-block;
  position: absolute;
  top: 200px;
  right: -50px;
}
@media (max-width: 1000px) {
  .lower::after {
    width: 280px;
    height: 227px;
    top: -80px;
    right: -100px;
  }
}
.lower .inner {
  width: min(100%, 1300px);
}
@media (max-width: 1280px) {
  .lower .inner {
    padding: 0 20px;
  }
}
.lower-mv {
  background: transparent url("../img/bg_mv.jpg") center top no-repeat;
  background-size: cover;
  height: 500px;
}
@media (max-width: 768px) {
  .lower-mv {
    background: transparent url("../img/bg_mv_sp.jpg") center top no-repeat;
    background-size: cover;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 10rem;
  }
}
.lower-mv::before {
  content: "";
  background: transparent url("../img/obj_lower_mv_01.png") center center no-repeat;
  background-size: contain;
  width: 198px;
  height: 206px;
  display: inline-block;
  position: absolute;
  top: 140px;
  left: -30px;
}
@media (max-width: 768px) {
  .lower-mv::before {
    background: transparent url("../img/obj_lower_mv_01b.png") center center no-repeat;
    background-size: contain;
    top: auto;
    left: -60px;
    bottom: -20px;
    width: 150px;
    height: 150px;
  }
}
.lower-mv .single {
  height: 420px;
}
.lower-mv .inner {
  height: 100%;
}
.lower-mv .c-title {
  padding-top: 11.25rem;
}
.lower-mv__time {
  font-size: 1rem;
  font-weight: 700;
}
.lower-mv__category {
  border: 1px solid var(--black);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.3125rem 1.25rem;
  margin-left: 1.25rem;
}
.lower-contents {
  border-radius: 40px 40px 0 0;
  margin-top: -3.75rem;
  background: #fff;
  padding: 2.5rem 0 0;
}
.lower-category__lists {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 3.75rem;
}
.lower-category__item a {
  border: 1px solid var(--black);
  background: #fff;
  font-weight: 500;
  border-radius: 100px;
  padding: 3px 20px;
  display: block;
}
.lower-category__item.is-current a {
  background: var(--black);
  color: #fff;
}
.lower-page .inner {
  width: min(100%, 800px);
}
.lower-single {
  margin-bottom: 3.75rem;
}
.lower-single .inner {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 900px) {
  .lower-single .inner {
    padding: 0 20px;
  }
}
.lower-single .wp-block-image,
.lower-single .wp-block-group,
.lower-single .wp-block-table,
.lower-single .wp-block-embed,
.lower-single .wp-block-media-text {
  margin-bottom: 3.75rem;
}
.lower-single .wp-block-image img {
  border-radius: 20px;
  overflow: hidden;
}
.lower-single .wp-block-group.group {
  background: rgb(246, 246, 246);
  border: 1px solid var(--black);
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.lower-single .wp-block-group.group h2.wp-block-heading {
  border: none;
  background: var(--black);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 100px;
  position: absolute;
  left: -0.9375rem;
  top: -3.75rem;
  padding: 0.3125rem 1.25rem;
}
.lower-single .wp-block-group.group h2.wp-block-heading::before {
  display: none;
}
.lower-single p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.lower-single p:last-child {
  margin-bottom: 0;
}
.lower-single p a {
  text-decoration: underline;
}
.lower-single p a[href^=http]::after {
  content: "";
  background: transparent url("../img/licon_link.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}
.lower-single h2.wp-block-heading {
  font-size: 2rem;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 0.4375rem;
  margin-bottom: 1.25rem;
}
.lower-single h2.wp-block-heading::before {
  content: "";
  width: 30px;
  height: 1px;
  background: rgb(240, 162, 95);
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.lower-single h3.wp-block-heading {
  font-size: 1.5rem;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 0.4375rem;
  margin-bottom: 1.25rem;
}
.lower-single h4.wp-block-heading {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.lower-single .wp-block-embed {
  text-align: center;
}
.lower-single .wp-block-list {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.lower-single .wp-block-list li {
  font-size: 1.125rem;
  padding-left: 10px;
}
.lower-single .wp-block-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  display: inline-block;
  background: var(--black);
  position: relative;
  top: -5px;
  left: -10px;
}
.lower-single .wp-block-buttons {
  margin-bottom: 1.25rem;
}
.lower-single .wp-block-buttons a {
  background: #fff;
  color: var(--black);
  border: 1px solid var(--black);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.125rem 4.375rem;
  display: inline-block;
}
.lower-single .wp-block-buttons a:hover {
  opacity: 1;
  background: var(--black);
  color: #fff;
}

@media (max-width: 768px) {
  .lower-single .wp-block-buttons.is-layout-flex {
    flex-direction: column;
  }
  .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
.lower-single .wp-block-table th {
  color: #fff;
  background: var(--black);
  border: 1px solid rgb(38, 38, 38);
}
.lower-single .wp-block-table td {
  border: 1px solid rgb(238, 238, 238);
}
.lower-single .mb10 {
  margin-bottom: 0.625rem;
}
.lower-single .mb20 {
  margin-bottom: 1.25rem;
}
.lower-single .mb30 {
  margin-bottom: 1.875rem;
}
.lower-single .mb40 {
  margin-bottom: 2.5rem;
}
.lower-single .mb50 {
  margin-bottom: 3.125rem;
}
.lower-single .mb60 {
  margin-bottom: 3.75rem;
}
.lower-single .mb70 {
  margin-bottom: 4.375rem;
}
.lower-single .mb80 {
  margin-bottom: 5rem;
}
.lower-single .mb90 {
  margin-bottom: 5.625rem;
}
.lower-single .mb100 {
  margin-bottom: 6.25rem;
}
.lower-back {
  text-align: center;
}
.lower-back a {
  font-size: 1.25rem;
  font-weight: 400;
  border: 1px solid var(--black);
  padding: 0.9375rem 1.875rem;
  border-radius: 100px;
  display: inline-block;
}
.lower-back a:hover {
  opacity: 1;
  background: var(--black);
  color: #fff;
}

.single .inner {
  width: min(100%, 880px);
}
.single .c-title {
  text-align: left;
  margin-bottom: 1.875rem;
}

.contact .inner {
  width: min(100%, 960px);
}
@media (max-width: 768px) {
  .contact .inner {
    padding: 0;
  }
}
.contact__text {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.contact__text2 {
  margin-bottom: 3.125rem;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__text2 {
    text-align: left;
  }
}
.contact-table {
  width: 100%;
  margin-bottom: 4.375rem;
}
.contact-table th {
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 2.8125rem 1.25rem 2.5rem 0;
}
@media (max-width: 768px) {
  .contact-table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.contact-table th::before {
  content: "";
  width: 30px;
  height: 1px;
  background: rgb(240, 162, 95);
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact-table th::before {
    display: none;
  }
}
.contact-table th.contact-table__vt {
  vertical-align: top;
  padding-top: 3.75rem;
}
.contact-table__head {
  display: flex;
  justify-content: space-between;
  width: 250px;
}
@media (max-width: 768px) {
  .contact-table__head {
    width: 100%;
  }
}
.contact-table td {
  width: 100%;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 2.5rem 0 2.5rem 1.25rem;
}
@media (max-width: 768px) {
  .contact-table td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 1.25rem;
  }
}
.contact-table td::before {
  content: "";
  width: 30px;
  height: 1px;
  background: rgb(240, 162, 95);
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
}
@media (max-width: 768px) {
  .contact-table td::before {
    display: inline-block;
  }
}
.contact-table tr:last-child th,
.contact-table tr:last-child td {
  border: none;
}
.contact-table tr:last-child th::before {
  display: none;
}
@media (max-width: 768px) {
  .contact-table tr:last-child td {
    border: none;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contact-table tr:last-child td::before {
    display: none;
  }
}
.contact-table__input, .contact-table__textarea {
  background: rgb(246, 246, 246);
  border-radius: 6px;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: var(--font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border: 1px solid rgb(238, 238, 238);
}
.contact-table__input::-moz-placeholder, .contact-table__textarea::-moz-placeholder {
  color: rgb(204, 204, 204);
}
.contact-table__input::placeholder, .contact-table__textarea::placeholder {
  color: rgb(204, 204, 204);
}
.contact-table__input--narrow, .contact-table__textarea--narrow {
  max-width: 300px;
}
@media (max-width: 768px) {
  .contact-table__input--narrow, .contact-table__textarea--narrow {
    max-width: 100%;
  }
}
.contact-table__textarea {
  height: 240px;
  padding-top: 1.25rem;
}
.contact-table__group {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
  width: 100%;
  padding-left: 1.875rem;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .contact-table__group {
    flex-direction: column;
    gap: 0.3125rem;
  }
}
.contact-table__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.contact-table__radio:checked + .contact-table__radiobtn::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 7px solid var(--black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  border-radius: 50%;
  background: #fff;
}
.contact-table__radiobtn {
  cursor: pointer;
}
.contact-table__radiobtn::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgb(238, 238, 238);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  border-radius: 50%;
  background: rgb(246, 246, 246);
}
.contact-table__icon {
  background: rgb(240, 162, 95);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 60px;
  padding: 5px 15px;
}
.contact__privacy {
  background: rgb(246, 246, 246);
  border-radius: 10px;
  padding: 2.5rem;
  height: 270px;
  overflow-y: scroll;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .contact__privacy {
    padding: 2.5rem 1.25rem;
  }
}
.contact__privacy h3 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.contact__privacy p {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.contact__privacy dt {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.contact__privacy dd {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.contact__privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.75rem;
}
.contact__privacy-check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.contact__privacy-check input:checked + .contact__privacy-text::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 7px solid var(--black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  border-radius: 50%;
  background: #fff;
}
.contact__privacy-text {
  cursor: pointer;
}
.contact__privacy-text::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgb(238, 238, 238);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  border-radius: 50%;
  background: rgb(246, 246, 246);
}
.contact__submit {
  text-align: center;
}
.contact__submit input {
  display: inline-block;
  border: 1px solid var(--black);
  width: 200px;
  margin: 0 auto;
  font-size: 1.25rem;
  font-family: var(--font);
  font-optical-sizing: auto;
  background: none;
  padding: 1.25rem;
  border-radius: 100px;
  color: var(--black);
  cursor: pointer;
}
.contact__submit input:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.contact__error {
  color: #e11212;
  font-weight: 500;
  padding: 0.3125rem 0 0;
  display: none;
}
.contact__error.is-active {
  display: block;
}

.lower-single__404 {
  padding: 50px 0;
}

.fixed {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  max-width: 140px;
  z-index: 55;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .fixed {
    bottom: 0.625rem;
    right: 0.625rem;
  }
}
.fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=layout.css.map */