@charset "UTF-8";
/* ====================================================
reset
==================================================== */
.grecaptcha-badge {
  visibility: hidden;
}

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​ address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

​ ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

​ abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

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

​ textarea {
  resize: vertical;
  display: block;
}

​ button {
  padding: 0;
  cursor: pointer;
}

​ legend {
  color: #000;
}

​ main {
  display: block;
}

​ a {
  text-decoration: none;
  color: inherit;
}

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

​ svg {
  display: block;
}

​ * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

address {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

/* ====================================================
module
==================================================== */
.m-hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1000;
}

.m-hamburger__bar {
  width: 35px;
  height: 2px;
  position: absolute;
  background: #333333;
  left: 50%;
  transition: ease 0.3s;
}

.m-hamburger__bar:first-child,
.m-hamburger__bar_not-top:first-child {
  top: 25%;
  transform: translate(-50%, 0);
}

.m-hamburger__bar:nth-child(2),
.m-hamburger__bar_not-top:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-hamburger__bar:last-child,
.m-hamburger__bar_not-top:last-child {
  top: 75%;
  transform: translate(-50%, -100%);
}

/* ====================================================
component
==================================================== */
.c-ttl {
  font-size: clamp(28px, 2.5vw, 37px);
  font-weight: 900;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
}
.c-ttl__ja {
  font-size: 16px;
  font-weight: bold;
}

.c-ttl__sub {
  margin-bottom: 30px;
}
.c-ttl__sub::before {
  content: "";
  width: 55px;
  height: 6px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #F9BB00;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .c-ttl__sub::before {
    bottom: -30px;
    width: 60px;
  }
}

/* ====================================================
utility
==================================================== */
.u-sp__none {
  display: none;
}
@media screen and (min-width: 767px) {
  .u-sp__none {
    display: block;
  }
}

.u-pc__none {
  display: block;
}
@media screen and (min-width: 767px) {
  .u-pc__none {
    display: none;
  }
}

.u-img__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-img__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ====================================================
front
==================================================== */
.p-kv__slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 767px) {
  .p-kv__slide {
    border-radius: 30px;
  }
}
.p-kv__anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.p-kv__anime:first-child {
  opacity: 1;
}
.p-kv__box {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-kv img {
  border-radius: 15px;
  object-position: 40% 100%;
}
@media screen and (min-width: 767px) {
  .p-kv img {
    object-position: center 100%;
    border-radius: 30px;
  }
}
.p-kv__content {
  position: absolute;
  top: -5%;
  right: -10%;
  color: #fff;
  width: clamp(262px, 36.1vw, 520px);
  height: clamp(262px, 36.1vw, 520px);
  background: rgba(249, 187, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}
@media screen and (min-width: 500px) {
  .p-kv__content {
    right: -6%;
  }
}
@media screen and (min-width: 991px) {
  .p-kv__content {
    top: -7%;
  }
}
@media screen and (min-width: 1501px) {
  .p-kv__content {
    top: -10%;
    right: -4%;
  }
}
.p-kv__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-kv__ttl--en {
  font-weight: 500;
  font-size: clamp(46px, 6.2vw, 90px);
}
.p-kv__ttl--ja {
  font-weight: bold;
  font-size: clamp(15px, 2vw, 30px);
}
.p-kv__lead {
  font-weight: bold;
  font-size: clamp(21px, 2.9vw, 42px);
}
.p-kv__sub {
  font-weight: bold;
  font-size: clamp(10px, 1.3vw, 20px);
}
.p-kv__catch {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: clamp(40px, 5.5vw, 80px);
  left: clamp(50px, 8.3vw, 120px);
}
.p-kv__desc {
  color: #fff;
  font-size: clamp(37px, 5.5vw, 80px);
  font-weight: 500;
  text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}

.p-concept .c-ttl__ja {
  font-size: clamp(16px, 1.3vw, 20px);
}
.p-concept .c-ttl__en {
  margin-top: 7px;
}
.p-concept__body {
  text-align: center;
}
.p-concept__head {
  font-size: clamp(30px, 3.1vw, 45px);
  font-weight: bold;
  color: #F9BB00;
  margin-top: 30px;
}
.p-concept__copy {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  margin-top: 30px;
  line-height: 2;
}
.p-concept__img--01 {
  position: absolute;
  width: clamp(90px, 14vw, 203px);
  height: auto;
  top: 18%;
  left: -1%;
}
@media screen and (min-width: 500px) {
  .p-concept__img--01 {
    top: 5%;
    left: 20%;
  }
}
.p-concept__img--02 {
  position: absolute;
  width: clamp(185px, 29.8vw, 430px);
  height: auto;
  bottom: -16%;
  left: 2%;
}
@media screen and (min-width: 500px) {
  .p-concept__img--02 {
    bottom: -12%;
  }
}
.p-concept__img--03 {
  position: absolute;
  width: clamp(165px, 29.6vw, 427px);
  height: auto;
  top: 1%;
  right: -11%;
}
@media screen and (min-width: 500px) {
  .p-concept__img--03 {
    top: 20%;
    right: -2%;
  }
}
.p-concept__img--04 {
  position: absolute;
  width: clamp(190px, 27.3vw, 394px);
  height: auto;
  right: -10%;
  bottom: 0%;
}
@media screen and (min-width: 500px) {
  .p-concept__img--04 {
    right: 1%;
    bottom: -10%;
  }
}

.p-service__body {
  max-width: 875px;
  width: 100%;
  padding: 0 20px;
  margin: 30px auto 0;
}
@media screen and (min-width: 767px) {
  .p-service__body {
    margin: 40px auto 0;
  }
}
.p-service__txt {
  padding: 30px 6px;
}
@media screen and (min-width: 767px) {
  .p-service__txt {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.p-service__term {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-service__term {
    padding: 30px 15px;
    width: 30%;
  }
}
.p-service__desc {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .p-service__desc {
    padding: 30px 0;
    margin-top: 0;
  }
}
.p-service__txt--wrap {
  margin-top: 8px;
}
.p-service__txt--wrap .p-service__term, .p-service__txt--wrap .p-service__desc {
  padding: 0;
}
.p-service__txt--wrap .p-service__desc {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .p-service__txt--wrap {
    margin-top: 0;
  }
}
.p-service__link {
  border-bottom: 1px solid #3E3EFF;
  color: #3E3EFF;
  transition: ease 0.3s;
}
.p-service__link:hover {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.p-service__border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1.1vw, 16px);
}
.p-service__orange {
  width: 25%;
  height: 3px;
  border-radius: 10px;
  background: #F9BB00;
}
.p-service__gray {
  width: 75%;
  height: 3px;
  border-radius: 10px;
  background: #E9E9E9;
}

.p-gallery .c-ttl {
  color: #fff;
}
.p-gallery .c-ttl__sub::before {
  content: "";
  background: #fff;
}
.p-gallery__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(15px, 1.3vw, 20px);
  margin-top: 60px;
}
.p-gallery__item {
  width: 47%;
}
@media screen and (min-width: 767px) {
  .p-gallery__item {
    width: 23%;
  }
}
.p-gallery__cta {
  max-width: clamp(293px, 30.9vw, 445px);
  width: 100%;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 100px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
}
.p-gallery__cta .p-gallery__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: clamp(293px, 30.9vw, 445px);
  width: 100%;
  height: clamp(62px, 5.9vw, 86px);
}
.p-gallery__cta .p-gallery__icon {
  width: clamp(23px, 1.5vw, 25px);
  height: auto;
}
.p-gallery__cta p {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: bold;
}
.p-gallery__cta:hover {
  transform: scale(0.95);
}
.p-gallery #sbi_images {
  gap: 15px;
}
@media screen and (min-width: 767px) {
  .p-gallery #sbi_images {
    gap: 20px;
  }
}

.p-line {
  border-radius: 30px;
  background: rgba(249, 187, 0, 0.1);
  padding: 30px 20px;
}
@media screen and (min-width: 767px) {
  .p-line {
    padding: 60px 20px;
  }
}
.p-line__ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 375px) {
  .p-line__ttl {
    font-size: clamp(18px, 1.4vw, 21px);
  }
}
@media screen and (min-width: 500px) {
  .p-line__ttl {
    flex-direction: row;
  }
}
.p-line__ttl span:nth-of-type(2)::before {
  content: "＼";
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (min-width: 500px) {
  .p-line__ttl span:nth-of-type(2)::before {
    content: none;
  }
}
.p-line__ttl span:nth-of-type(2)::after {
  content: "／";
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (min-width: 500px) {
  .p-line__ttl span:nth-of-type(2)::after {
    content: none;
  }
}
@media screen and (min-width: 500px) {
  .p-line__ttl::before {
    content: "＼";
    font-size: 14px;
    margin-right: 14px;
  }
  .p-line__ttl::after {
    content: "／";
    font-size: 14px;
    margin-left: 14px;
  }
}
.p-line__table {
  max-width: 760px;
  width: 100%;
  margin: 30px auto 0;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: bold;
}
.p-line__tr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .p-line__tr {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .p-line__tr {
    flex-direction: row;
    gap: 20px;
  }
}
.p-line__tr:not(:first-child) {
  margin-top: 12px;
}
.p-line__th {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(249, 187, 0, 0.5);
  font-weight: bold;
}
.p-line__cta {
  max-width: 370px;
  width: 100%;
  margin: 50px auto 0;
  background: #06C755;
  border-radius: 100px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
}
.p-line__cta:hover {
  transform: scale(0.95);
}
.p-line__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 370px;
  width: 100%;
  height: 64px;
}
.p-line__link p {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: bold;
  color: #fff;
}
.p-line__icon {
  width: 30px;
  height: 30px;
}

.p-map {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1112px;
  padding: 0 35px;
}
@media screen and (min-width: 767px) {
  .p-map {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4.7vw, 68px);
    padding: 0 20px;
  }
}
.p-map__txt .c-ttl {
  text-align: left;
  align-items: flex-start;
}
.p-map__txt .c-ttl__sub::before {
  left: 0%;
  transform: translateX(0%);
}
.p-map__copy {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 767px) {
  .p-map__copy {
    margin-top: 70px;
  }
}
.p-map__img {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .p-map__img {
    margin-top: 0;
  }
}

.p-access {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1112px;
  padding: 0 35px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .p-access {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4.7vw, 68px);
    padding: 0 20px;
  }
}
.p-access__map {
  max-width: 686px;
  width: 100%;
  margin-top: 30px;
  border-radius: 20px;
  padding-top: 71.25%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-access__map {
    margin-top: 0;
    padding-top: 47%;
  }
}
.p-access__map iframe {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-access__txt {
  flex-shrink: 0;
}
.p-access__txt .c-ttl {
  text-align: left;
  align-items: flex-start;
}
.p-access__txt .c-ttl__sub::before {
  left: 0%;
  transform: translateX(0%);
}
.p-access__copy {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .p-access__copy {
    margin-top: 70px;
  }
}
.p-access__copy:nth-of-type(2) {
  margin-top: 40px;
}
.p-access__dl {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .p-access__dl {
    margin-top: 70px;
  }
}
.p-access__box {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-access__dt {
  width: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFEFEF;
  border-radius: 30px;
  flex-shrink: 0;
}
.p-access__box:not(:first-child) {
  margin-top: 12px;
}

.p-cta__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(15px, 1.3vw, 20px);
}
@media screen and (min-width: 500px) {
  .p-cta__list {
    flex-direction: row;
  }
}
.p-cta__item {
  width: 100%;
  background: #F9BB00;
  border-radius: 20px;
  height: clamp(90px, 10.1vw, 146px);
  padding: 7px;
  transition: ease 0.3s;
}
@media screen and (min-width: 500px) {
  .p-cta__item {
    width: 50%;
  }
}
.p-cta__item:hover {
  padding: 0;
}
.p-cta__item:hover .p-cta__link {
  color: #fff;
}
.p-cta__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  border: 4px solid #ffffff;
  font-weight: bold;
  transition: ease 0.3s;
}
.p-cta__top {
  font-size: clamp(13px, 1.2vw, 18px);
}
.p-cta__bottom {
  font-size: clamp(16px, 1.5vw, 23px);
  margin-top: 4px;
}
.p-cta__contact {
  max-width: clamp(293px, 27.7vw, 400px);
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 767px) {
  .p-cta__contact {
    margin: 40px auto 0;
  }
}
.p-cta__contact a {
  width: 100%;
  height: clamp(62px, 5.9vw, 86px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9BB00;
  border-radius: 50px;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: bold;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
}
.p-cta__contact a:hover {
  color: #fff;
  transform: scale(0.95);
}

/* ====================================================
js
==================================================== */
.js-navigation {
  pointer-events: none;
  opacity: 0;
  transition: ease 0.3s;
  z-index: -1000;
}

.js-navigation.is-active {
  opacity: 1;
  pointer-events: inherit;
  transition: ease 0.3s;
  pointer-events: auto;
}

.js-hamburger.is-active {
  background: #F9BB00;
  border-radius: 50px;
}

.js-hamburger.is-active .m-hamburger__bar:first-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.js-hamburger.is-active .m-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.js-hamburger.is-active .m-hamburger__bar:last-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

.l-header__wrap--list.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.fade-up_set {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up {
  opacity: 1;
  transform: translateY(0);
}

/* ====================================================
layout
==================================================== */
.l-main {
  padding: 0px 0 120px;
}
@media screen and (min-width: 767px) {
  .l-main {
    padding: 0px 0 136px;
  }
}

.l-main__no-top {
  padding: 30px 30px 60px;
}
@media screen and (min-width: 767px) {
  .l-main__no-top {
    padding: 80px 30px 100px;
  }
}

.l-kv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 83px 20px 0 20px;
}
@media screen and (min-width: 767px) {
  .l-kv {
    padding: 120px 40px 0 40px;
  }
}
.l-kv .l-kv__background {
  background: rgba(249, 187, 0, 0.12);
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .l-kv .l-kv__background {
    height: 60vh;
  }
}

.l-concept {
  position: relative;
  padding-top: 120px;
  margin-bottom: 140px;
  background: rgba(249, 187, 0, 0.12);
  height: clamp(650px, 50vw, 720px);
  width: 100%;
}

.l-gallery {
  background: #F9BB00;
  padding: 80px 20px;
}
.l-gallery .inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.l-line {
  margin-top: 50px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1112px;
}
@media screen and (min-width: 767px) {
  .l-line {
    margin-top: 80px;
  }
}

.l-access {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .l-access {
    margin-top: 54px;
  }
}

.l-cta {
  margin-top: 50px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .l-cta {
    margin-top: 80px;
  }
}
.l-cta .inner {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}

.l-gallery,
.l-line,
.l-map,
.l-service,
.l-cta {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .l-gallery,
  .l-line,
  .l-map,
  .l-service,
  .l-cta {
    margin-top: 90px;
  }
}

/* ====================================================
Module
==================================================== */
/* ====================================================
header
==================================================== */
.l-header {
  width: 100%;
  height: 83px;
  background: none;
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s ease;
}
.l-header.is-scrolled {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .l-header {
    height: 118px;
  }
}
.l-header__inner {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (min-width: 767px) {
  .l-header__inner {
    padding: 30px 40px;
  }
}
.l-header-nav {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  transition: ease 0.3s;
}
.l-header-nav__inner {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 20px;
  transition: ease 0.3s;
}
@media screen and (min-width: 350px) {
  .l-header-nav__inner {
    padding: 60px 34px 40px;
  }
}
@media screen and (min-width: 767px) {
  .l-header-nav__inner {
    top: 28px;
    right: 35px;
  }
}
.l-header-logo {
  z-index: -1;
}
.l-header-logo__img img {
  width: 102px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-header-logo__img img {
    width: 152px;
  }
}
.l-header-nav__list {
  display: flex;
  flex-direction: column;
}
.l-header-nav__list .l-header-nav__item--cta {
  margin-top: 15px;
}
.l-header-nav__item {
  border-bottom: 2px dashed #C1C1C1;
  padding-bottom: 16px;
}
.l-header-nav__item:not(:first-child) {
  padding: 16px 0;
}
.l-header-nav__item:has(+ .l-header-nav__item--cta) {
  border-bottom: none;
}
.l-header-nav__link {
  display: block;
  margin-top: 0;
  font-weight: 900;
  white-space: nowrap;
  transition: ease 0.3s;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-header-nav__link:hover {
  color: #F9BB00;
}
.l-header-nav__link p:nth-child(1) {
  font-size: 10px;
}
.l-header-nav__link p:nth-child(2) {
  font-size: 14px;
}
.l-header-nav__item--cta {
  width: 229px;
  flex: 1;
}
.l-header-nav__item--cta .l-header-nav__link {
  width: 100%;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #F9BB00;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
  border-radius: 50px;
}
.l-header-nav__item--cta .l-header-nav__link:hover {
  color: #fff;
}
.l-header-nav__sns {
  width: auto;
  margin: 20px auto 0;
}
.l-header__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.l-header__wrap--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: ease 0.3s;
  opacity: 1;
  pointer-events: auto;
}

/* ====================================================
footer
==================================================== */
.p-footer {
  padding: 50px 16px;
  background: #C9AA82;
}
@media screen and (min-width: 767px) {
  .p-footer {
    padding: 60px 16px 80px;
  }
}
.p-footer__img {
  max-width: clamp(180px, 14.5vw, 210px);
  width: 100%;
  margin: 0 auto;
}
.p-footer-nav {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 767px) {
  .p-footer-nav {
    margin: 40px auto 0;
  }
}
.p-footer-nav .u-pc__none {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .p-footer-nav .u-pc__none {
    display: none;
  }
}
.p-footer-nav .u-sp__none {
  display: none;
}
@media screen and (min-width: 500px) {
  .p-footer-nav .u-sp__none {
    display: block;
  }
}
.p-footer-nav__list--main {
  margin-top: 9px;
}
@media screen and (min-width: 500px) {
  .p-footer-nav__list--main {
    margin-top: 0;
  }
}
.p-footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .p-footer-nav__list {
    gap: 9px 23px;
  }
}
.p-footer-nav__item {
  position: relative;
  transition: ease 0.3s;
}
.p-footer-nav__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: 0;
}
.p-footer-nav__item:hover::before {
  transform: translate(-50%, -50%) scale(1.4);
}
.p-footer-nav__link {
  position: relative;
}
.p-footer__contact {
  margin: 20px auto 0;
  width: 180px;
}
@media screen and (min-width: 767px) {
  .p-footer__contact {
    margin: 30px auto 0;
    width: 220px;
  }
}
.p-footer__contact a {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
}
@media screen and (min-width: 767px) {
  .p-footer__contact a {
    height: 52px;
  }
}
.p-footer__contact a:hover {
  background: #F9BB00;
  color: #fff;
}
.p-footer__policy {
  font-size: 12px;
  font-weight: 500;
  margin: 20px auto 0;
  position: relative;
  transition: ease 0.3s;
  width: fit-content;
}
.p-footer__policy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: 0;
}
.p-footer__policy:hover::before {
  transform: translate(-50%, -50%) scale(1.4);
}
.p-footer__policy a {
  position: relative;
}
.p-footer__insta {
  width: 32px;
  margin: 25px auto 0;
  position: relative;
  transition: ease 0.3s;
}
.p-footer__insta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: 0;
}
.p-footer__insta:hover::before {
  transform: translate(-50%, -50%) scale(1.4);
}
.p-footer__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.p-footer__copyright {
  display: block;
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

/* ====================================================
page下層ページ
=================================================== */
/* ====================================================
contact
==================================================== */
.c-kv .inner {
  width: 100%;
  height: 30vh;
  background: rgba(249, 187, 0, 0.12);
  position: relative;
}
@media screen and (min-width: 767px) {
  .c-kv .inner {
    height: 50vh;
  }
}
.c-kv__ttl {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-kv__ttl::before {
  content: "";
  width: 58px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #F9BB00;
}
@media screen and (min-width: 767px) {
  .c-kv__ttl::before {
    width: 100px;
    height: 4px;
    bottom: -30px;
  }
}
@media screen and (min-width: 767px) {
  .c-kv__ttl {
    bottom: 80px;
  }
}
.c-kv__ttl--en {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .c-kv__ttl--en {
    font-size: 58px;
  }
}
.c-kv__ttl--ja {
  margin-top: 4px;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-kv__ttl--ja {
    margin-top: 10px;
  }
}

.p-contact-form {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}
.p-contact-form__item:not(:first-child) {
  margin-top: 15px;
}
.p-contact-form__term {
  font-size: 14px;
  font-weight: bold;
}
.p-contact-form__term p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact-form__required {
  font-size: 10px;
  font-weight: 500;
  padding: 1px 3px;
  color: #fff;
  background: #D74F4F;
  border-radius: 3px;
}
.p-contact-form__desc {
  margin-top: 9px;
}
.p-contact-form__input {
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 8px;
  padding: 15px 20px;
}
@media screen and (min-width: 767px) {
  .p-contact-form__input {
    padding: 18px 20px;
  }
}
.p-contact-form__textarea {
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 8px;
  height: 200px;
  padding: 15px 20px;
}
@media screen and (min-width: 767px) {
  .p-contact-form__textarea {
    height: 245px;
    padding: 18px 20px;
  }
}
.p-contact-form__policy {
  margin: 40px auto 0;
}
.p-contact-form__policy__copy {
  font-size: 13px;
}
.p-contact-form__policy__copy a {
  border-bottom: 1px solid #333333;
  transition: ease 0.3s;
}
.p-contact-form__policy__copy a:hover {
  color: #2978c7;
}
.p-contact-form__submit {
  max-width: clamp(225px, 20.1vw, 289px);
  width: 100%;
  margin: 30px auto 0;
}
.p-contact-form__btn {
  width: 100%;
  height: clamp(59px, 4.6vw, 66px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9BB00;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-weight: bold;
  transition: ease 0.3s;
}
.p-contact-form__btn:hover {
  transform: scale(0.95);
  color: #fff;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-acceptance {
  display: block;
  text-align: center;
}

span.wpcf7-list-item {
  margin: 0;
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 14px; /* 項目のフォントサイズ */
  font-weight: 400;
}

input[type=checkbox] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}

.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  content: "";
  border: 1px solid #BCBCBC;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  content: "";
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 6px;
  width: 10px;
  position: absolute;
  left: 4.5px;
  top: 8px;
  transform: rotate(-45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #00a0d2;
}

.wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=style.css.map */