@charset "UTF-8";
html,
body,
h1, h2, h3, h4, h5, h6,
hr, div, p, pre,
address, blockquote,
ul, ol, dl, dt, dd,
form, fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

address, em {
  font-style: normal;
}

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

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

input,
select,
textarea,
button {
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
  text-align: inherit;
  line-height: inherit;
  font-size: 100%;
}

table {
  display: table;
}

thead {
  display: table-header-group;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

tr {
  display: table-row;
}

th, td {
  display: table-cell;
}

caption {
  display: table-caption;
}

col {
  display: table-column;
}

colgroup {
  display: table-column-group;
}

.clearfix {
  display: inline-block;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .clearfix {
    display: block;
  }
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

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

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection,
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

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

input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

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

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 90pt;
  height: 5pc;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px;
}
.scroll-hint-icon::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon::after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,...");
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white::before {
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon-white::after {
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: a 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

/* メディアクエリ
====================================*/
/* 共通動作
====================================*/
/* ホバーエフェクト
---------------------------*/
/* 画像100%表示
---------------------------*/
/* スクロールバー非表示
---------------------------*/
/* スタイルの計算
====================================*/
/* font
====================================*/
/* flg
====================================*/
/* base
====================================*/
/* wrap
---------------------------*/
/* img,a,button
---------------------------*/
/* MF用の設定
====================================*/
/* CSSカルーセル
------------------------------*/
/* slider */
@keyframes carouselSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* fade */
@keyframes carouselFade {
  0% {
    opacity: 0;
  }
  7.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  32.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* モジュール
====================================*/
/* ナビゲーション
====================================*/
/* toggle-menu
---------------------------*/
/* g-nav
---------------------------*/
/* 追随パーツ
====================================*/
/* 下部追随バナー
---------------------------*/
/* マップ
====================================*/
/*  テーブル
====================================*/
/*  メールフォーム
====================================*/
/* ---------------------
  - ホバーアニメーション
  - スクロール表示アニメーション
  - ループアニメーション
  - ハンバーガーメニューのデザイン変更
--------------------- */
/******************************
    ホバーアニメーション
******************************/
@keyframes baBouncy {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.95, 0.95) translate(0%, 5%);
  }
  30% {
    transform: scale(1.25, 0.85) translate(0%, 10%);
  }
  50% {
    transform: scale(0.85, 1.25) translate(0%, -10%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes ba-spread-open {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/******************************
スクロール表示アニメーション
******************************/
@keyframes imgSway {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes imgturn {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes imgturnscale {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.2;
  }
}
@keyframes imgblink {
  0% {
    rotate: 0deg;
  }
  55% {
    rotate: 180deg;
  }
  100% {
    rotate: 180deg;
  }
}
@keyframes imgBlock {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes imgCircle {
  0% {
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: circle(0 at 50% 50%);
  }
}
@keyframes imgFadeGradation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes imgDiagonalGradation {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(150%, -150%) rotate(0deg);
    opacity: 0;
  }
}
@keyframes strong-zoom {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes strong-wave {
  0% {
    opacity: 0.5;
    transform: translateZ(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateZ(0) scale(1.4);
  }
}
/******************************
ループアニメーション
******************************/
@keyframes appear-leaf-fall {
  to {
    top: 120%;
  }
}
@keyframes appear-leaf-swing01 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes appear-leaf-swing02 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes appear-bubble {
  0% {
    bottom: 0;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 100%;
  }
}
@keyframes appear-bird-moving {
  0% {
    top: 37%;
    left: -2%;
  }
  25% {
    top: 41%;
    left: 23%;
  }
  100% {
    top: 37%;
    left: 101%;
  }
}
@keyframes appear-bird-wingLeft {
  0% {
    transform: rotate(-30deg);
  }
  2% {
    transform: rotate(-110deg);
  }
  4% {
    transform: rotate(-30deg);
  }
  6% {
    transform: rotate(-110deg);
  }
  8% {
    transform: rotate(-30deg);
  }
  10% {
    transform: rotate(-110deg);
  }
  12% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  42% {
    transform: rotate(-35deg);
  }
  72% {
    transform: rotate(-35deg);
  }
  74% {
    transform: rotate(10deg);
  }
  76% {
    transform: rotate(-30deg);
  }
  78% {
    transform: rotate(-110deg);
  }
  80% {
    transform: rotate(-30deg);
  }
  82% {
    transform: rotate(-110deg);
  }
  84% {
    transform: rotate(-30deg);
  }
  86% {
    transform: rotate(-110deg);
  }
  88% {
    transform: rotate(-30deg);
  }
  90% {
    transform: rotate(-110deg);
  }
  92% {
    transform: rotate(-30deg);
  }
  94% {
    transform: rotate(-110deg);
  }
  96% {
    transform: rotate(-30deg);
  }
  98% {
    transform: rotate(-110deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes appear-bird-wingRight {
  0% {
    transform: rotate(30deg);
  }
  2% {
    transform: rotate(110deg);
  }
  4% {
    transform: rotate(30deg);
  }
  6% {
    transform: rotate(110deg);
  }
  8% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(110deg);
  }
  12% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(30deg);
  }
  42% {
    transform: rotate(35deg);
  }
  72% {
    transform: rotate(35deg);
  }
  74% {
    transform: rotate(0deg);
  }
  76% {
    transform: rotate(30deg);
  }
  78% {
    transform: rotate(110deg);
  }
  80% {
    transform: rotate(30deg);
  }
  82% {
    transform: rotate(110deg);
  }
  84% {
    transform: rotate(30deg);
  }
  86% {
    transform: rotate(110deg);
  }
  88% {
    transform: rotate(30deg);
  }
  90% {
    transform: rotate(110deg);
  }
  92% {
    transform: rotate(30deg);
  }
  94% {
    transform: rotate(110deg);
  }
  96% {
    transform: rotate(30deg);
  }
  98% {
    transform: rotate(110deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.outer-shadow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -0.7rem 0.2rem 0.5rem rgba(34, 100, 158, 0.1), 0.7rem 0.2rem 0.5rem rgba(34, 100, 158, 0.1), 0 0.5rem 0.5rem rgba(34, 100, 158, 0.1), inset 0 -0.1rem 0.2rem rgba(34, 100, 158, 0.2), inset 0 0.1rem 0.1rem rgba(255, 255, 255, 0.1), 0 -0.3rem 0.3rem rgba(255, 255, 255, 0.1);
  animation: 3s drop-wave ease-out infinite;
  transform: scale(0);
}

.inner-shadow {
  height: 90%;
  width: 96%;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.15rem rgba(255, 255, 255, 0.3), inset 0 -0.1rem 0.15rem rgba(255, 255, 255, 0.3), inset 0 0.5rem 0.5rem rgba(34, 100, 158, 0.2), inset 0.2rem 0 0.3rem rgba(34, 100, 158, 0.1), inset -0.2rem 0 0.3rem rgba(34, 100, 158, 0.1), 0 -0.1rem 0.1rem rgba(34, 100, 158, 0.2);
}

@keyframes drop-wave {
  40% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes drop-fall {
  90% {
    transform: scale(0.7, 1);
    opacity: 1;
  }
  100% {
    transform: translateY(0rem) scale(0.7, 0.3);
    opacity: 0.7;
  }
}
@keyframes bound-animation {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}
body {
  min-width: 1240px;
}
@media screen and (max-width:960px) {
  body {
    min-width: 375px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  letter-spacing: 0em;
  font-feature-settings: normal;
}
@media screen and (max-width:480px) {
  .wrap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

pre {
  white-space: inherit;
}

input,
textarea {
  font-family: inherit;
}

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

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:hover img:not(.not) {
  opacity: 0.7;
}
a.anchor-for-call, a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}

img,
a,
button {
  transition-property: background, color, transform, opacity;
  transition-duration: 0.3s;
}

input,
textarea,
button,
select {
  outline: none;
}

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

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

.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer;
  height: 100%;
}
.openbox__target {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
  cursor: auto;
}

.map,
.video,
.calendar {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (max-width:768px) {
  .map,
  .video,
  .calendar {
    height: 250px;
  }
}
.map iframe,
.video iframe,
.calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.square {
  overflow: hidden;
  position: relative;
}
.square:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.square__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.square__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  transform: translate(-50%, -50%);
}

.toggle-menu {
  display: none;
}
@media screen and (max-width: 960px) {
  .toggle-menu {
    display: block;
  }
}
.toggle-menu__checkbox {
  display: none;
}
.toggle-menu__button {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  top: 10px;
  right: 10px;
}
.toggle-menu__button.-fixed {
  position: fixed;
}
.toggle-menu__button-inner {
  display: block;
  height: 46px;
  width: 46px;
  background: #EFAC16;
  border: none;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
.toggle-menu__button.-cross .toggle-menu__button-inner::before, .toggle-menu__button.-cross .toggle-menu__button-inner::after,
.toggle-menu__button.-cross .toggle-menu__button-inner span {
  content: "";
  transition: 0.3s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 25px;
  margin: -1px auto 0;
  background: #fff;
}
.toggle-menu__button.-cross .toggle-menu__button-inner::before {
  top: 16px;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner::before {
  top: 50%;
  transform: rotate(45deg);
}
.toggle-menu__button.-cross .toggle-menu__button-inner::after {
  bottom: 15px;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner::after {
  top: 50%;
  transform: rotate(-45deg);
}
.toggle-menu__button.-cross .toggle-menu__button-inner span {
  top: 50%;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner span {
  display: none;
}
.toggle-menu__button.-text .toggle-menu__button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-text .toggle-menu__button-inner {
  font-size: 0rem;
}
.toggle-menu__button.-text .toggle-menu__button-inner::after {
  font-size: 1rem;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-text .toggle-menu__button-inner::after {
  content: "CLOSE";
}
.toggle-menu__nav {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 888;
  height: 100%;
  width: 300px;
  padding: 20px 15px;
  transition: transform 0.5s, opacity 0.5s;
  overflow-y: scroll;
  scrollbar-width: none;
}
.toggle-menu.-left .toggle-menu__nav {
  transform: translateX(-100%);
}
.toggle-menu.-left .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  transform: translateX(0);
}
.toggle-menu.-down .toggle-menu__nav {
  width: 100%;
  transform: translateY(-100%);
  transition: transform 1s;
}
.toggle-menu.-down .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  transform: translateY(0);
}
.toggle-menu.-cover .toggle-menu__nav {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.toggle-menu.-cover .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu__nav::-webkit-scrollbar {
  display: none;
}
.toggle-menu__nav-item {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.toggle-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__overlay {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu .contentslist {
  display: block;
  padding: 0;
  font-size: 1.4rem;
}
.toggle-menu .contentslist > li {
  margin: 0 0 20px;
}
.toggle-menu .banner {
  text-align: center;
}
.toggle-menu .banner li {
  margin-bottom: 10px;
}

.sp-btns {
  display: none;
  width: 100%;
  right: 66px;
  justify-content: flex-end;
  gap: 10px;
  top: 10px;
  position: absolute;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width:960px) {
  .sp-btns {
    display: flex;
  }
}
@media screen and (max-width:480px) {
  .sp-btns {
    width: calc(100% - 66px);
  }
}
.sp-btns.-fixed {
  position: fixed;
}
.sp-btns__item {
  width: 46px;
  height: 46px;
  pointer-events: all;
}
.sp-btns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  text-decoration: none;
}
.sp-btns__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sp-btns__item.-shop .sp-btns__link {
  background: #EE3D1C;
}

/***************************************
    スマホナビの項目表示アニメーション
****************************************/
.toggle-menu .g-nav__list-item {
  overflow: hidden;
}
.toggle-menu .g-nav__link {
  display: block;
  text-align: center;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transform: translateX(-120%);
}
.toggle-menu.-open {
  opacity: 1;
}
.toggle-menu.-open .g-nav__link {
  transform: translateX(0);
}

/* pc-view（MF用）
====================================*/
.pc-view {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pc-view::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:480px) {
  .pc-view {
    display: none;
  }
}
.pc-view__left {
  padding: 31px 0 50px 23px;
}
@media screen and (max-width: 1300px) {
  .pc-view__left {
    padding: 25px 0 0 15px;
  }
}
@media screen and (max-width:960px) {
  .pc-view__left {
    display: none;
  }
}
.pc-view__logo {
  margin-bottom: 40px;
}
@media screen and (max-width:960px) {
  .pc-view__logo {
    display: none;
  }
}
.pc-view__btn {
  width: 220px;
  height: 54px;
  margin-bottom: 16px;
  margin-left: 42px;
}
.toggle-menu .pc-view__btn {
  margin: 0 auto -20px;
}
.pc-view__nav {
  padding: 0;
  padding-left: 42px;
}
@media screen and (max-width:960px) {
  .pc-view__nav {
    display: none;
  }
}
.pc-view__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.firstAccess .pc-view__bg {
  opacity: 0;
  animation: showFade 2s 0.5s forwards;
}
.pc-view__qrcode {
  width: 120px;
  position: fixed;
  top: 42px;
  right: 49px;
}
@media screen and (max-width:960px) {
  .pc-view__qrcode {
    display: none;
  }
}

.pc-view-qrcode__text {
  margin-bottom: 8px;
  padding-bottom: 12px;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.pc-view-qrcode__text::after {
  display: block;
  content: "";
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.65em 0.4em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc-bg-slider {
  display: flex;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  opacity: 0.2;
}
.pc-bg-slider__box {
  display: flex;
  flex-shrink: 0;
  width: 1920px;
  animation: carouselSlider 80s linear infinite;
}
.pc-bg-slider__item {
  margin: 0 20px;
}

.pc-bg-fade {
  height: 100%;
  opacity: 0.2;
}
.pc-bg-fade__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: carouselFade 20s ease infinite;
}
.pc-bg-fade__item:nth-child(1) {
  animation-delay: 0s;
}
.pc-bg-fade__item:nth-child(2) {
  animation-delay: 5s;
}
.pc-bg-fade__item:nth-child(3) {
  animation-delay: 10s;
}
.pc-bg-fade__item:nth-child(4) {
  animation-delay: 15s;
}
.pc-bg-fade__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.pc-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pc-bg-image__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
  -o-object-position: left;
     object-position: left;
}

.mf-container {
  width: 100%;
  max-width: 480px;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #333;
}

/* header
====================================*/
.header {
  background: #000;
  position: relative;
  z-index: 99;
}
.header__sp {
  display: none;
}
@media screen and (max-width:960px) {
  .header__sp {
    display: block;
    width: 100%;
    padding: 11px 15px 8px;
    text-align: center;
  }
}
@media screen and (max-width:960px) {
  .header__sp img {
    max-width: 301px;
  }
}
.header__logo {
  position: relative;
  z-index: 9999;
}
.header__logo-link {
  display: block;
  text-decoration: none;
}
.header__logo-link:hover {
  text-decoration: none;
}
.header__nav {
  position: relative;
  height: 64px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav {
  position: relative;
  height: 64px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 64px;
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
@media screen and (min-width: calc(1240px + 1px)) {
  .header__nav-inner.-fixed {
    position: fixed;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}

.h-logo img {
  max-width: 534px;
}

/* navigation
====================================*/
.g-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.toggle-menu .g-nav {
  width: 100%;
}
.g-nav__logo {
  flex: 0 0 auto;
  height: 100%;
}
.g-nav__logoLink {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Hepta Slab", serif;
  font-size: 2rem;
  text-decoration: none;
}
.g-nav__logoLink:hover {
  text-decoration: none;
  opacity: 0.7;
}
.g-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 64px;
}
.toggle-menu .g-nav__list {
  width: 100%;
}
.toggle-menu .g-nav__list {
  flex-direction: column;
  width: 100%;
  height: auto;
}
.g-nav__list-item {
  height: 100%;
}
.toggle-menu .g-nav__list-item {
  width: 100%;
}
.g-nav__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 14px 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transition: color 0.3s;
  height: 100%;
  align-items: center;
}
.toggle-menu .g-nav__link {
  padding: 22px 10px;
  margin: 0;
}
.g-nav__link:hover, .g-nav__link.-current, .openbox.-open .g-nav__link {
  text-decoration: none;
  color: #BC0000;
}

.accordion {
  height: 100%;
}

.accordion-list__link {
  display: block;
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 13px 10px 11px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.accordion-list__link:hover {
  background: #eeedeb;
  text-decoration: none;
}

.accordion-wide {
  height: 100%;
}
.accordion-wide__wrap {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}
.toggle-menu .accordion-wide__wrap {
  position: relative;
}
.accordion-wide__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid #eeedeb;
}
.toggle-menu .accordion-wide__list {
  flex-direction: column;
}
.accordion-wide__link {
  display: block;
  background: #fff;
  padding: 16px 20px 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.accordion-wide__link.-current, .accordion-wide__link:hover {
  background: #eeedeb;
  text-decoration: none;
}
.accordion-wide__link.-nolink:hover {
  background: #fff;
}

/* main
====================================*/
.mainimg {
  display: block;
  height: 100%;
  background: none;
  position: relative;
  margin-top: -64px;
}
@media screen and (max-width:960px) {
  .mainimg {
    margin-top: 0;
  }
}
-index .mainimg {
  display: block;
}
@media screen and (max-width:960px) {
  .mainimg__image {
    display: none;
  }
}
.mainimg__image-sp {
  display: none;
}
@media screen and (max-width:960px) {
  .mainimg__image-sp {
    display: block;
  }
}
.mainimg__image-sp img {
  width: 100%;
}
.mainimg__text {
  position: absolute;
  bottom: 100px;
  left: 30px;
  font-family: "Hepta Slab", serif;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .mainimg__text {
    left: 15px;
    font-size: 3rem;
  }
}
.mainimg__btn {
  width: 100%;
  width: 38.9583vw; /* 748 ÷ 1920 × 100 */
  aspect-ratio: 748/119;
  display: block;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  opacity: 0;
  transform: translateY(40px) translateX(-50%);
  animation: btnFloat 1s 1 forwards;
}
@media screen and (max-width:960px) {
  .mainimg__btn {
    width: 88.7179vw;
    bottom: 29px;
  }
}

@keyframes btnFloat {
  0% {
    opacity: 0;
    transform: translateY(40px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.main {
  width: 100%;
  display: block;
}

.scroll__title {
  background: #000;
  text-align: center;
  padding: 3px 0 5px;
}
@media screen and (max-width:960px) {
  .scroll__title {
    padding: 6px 0 9px;
  }
}
.scroll__title img {
  width: 150px;
}
@media screen and (max-width:960px) {
  .scroll__title img {
    max-width: 90px;
  }
}

.module {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 1030px;
  padding: 0 15px;
}
.module strong {
  font-weight: 700;
}
.module a:not([class]) {
  font-weight: 700;
  text-decoration: underline;
}
.module a:not([class]):hover {
  text-decoration: none;
}

/* table
====================================*/
.table {
  width: 100%;
  font-size: inherit;
  line-height: 1.4;
  table-layout: fixed;
  /* tr 共通スタイル */
}
@media screen and (max-width:960px) {
  .table {
    table-layout: auto;
  }
}
.table__head, .table__item {
  height: auto;
  padding: 15px 20px 15px;
  border: 1px solid #D8CEA3;
  background: #fff;
  font-size: inherit;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width:480px) {
  .table__head, .table__item {
    display: block;
    width: 100%;
    padding: 10px 15px 10px;
  }
}
.table__head {
  background: #F00;
  font-size: inherit;
  font-weight: 400;
  vertical-align: top;
  /* フォーム専用幅 */
}
#contact_form .table__head {
  width: 33%;
}
@media screen and (max-width:480px) {
  #contact_form .table__head {
    width: 100%;
  }
}
.table__head span.req {
  margin-left: -10px;
  font-weight: 500;
}
.table__item {
  font-size: 1.6rem;
}
#contact_form .table__item input,
#contact_form .table__item textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  background: #EAEAEA;
  padding: 5px;
  margin: 8px 0 4px;
  font-size: 1.6rem;
}
#contact_form .table__item input.address1,
#contact_form .table__item textarea.address1 {
  margin-bottom: 10px;
}
#contact_form .table__item input[type=number],
#contact_form .table__item textarea[type=number] {
  -moz-appearance: textfield;
}
#contact_form .table__item input[type=number]::-webkit-inner-spin-button, #contact_form .table__item input[type=number]::-webkit-outer-spin-button,
#contact_form .table__item textarea[type=number]::-webkit-inner-spin-button,
#contact_form .table__item textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#contact_form .table__item input.zipcode,
#contact_form .table__item textarea.zipcode {
  max-width: 250px;
}
#contact_form .table__item textarea {
  height: 120px;
  margin-top: 4px;
}
tr:not(:last-child) .table__item {
  border-bottom: none;
}

/* フォーム送信ボタン */
#contact_form p.submit {
  width: 100%;
  height: 3.8888888889em;
  max-width: 320px;
  margin: 30px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#contact_form p.submit button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 0 solid #000;
  border-radius: 0;
  background: #1C84FF;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: opacity 0.05s;
  text-decoration: none;
}
#contact_form p.submit button:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width:960px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .responsive-table table.table {
    min-width: 1000px;
  }
}
.scroll.scroll-hint:not(.is-scrollable) {
  position: static !important;
}

/* content
====================================*/
.content {
  width: 100%;
}

.sideBanner {
  position: fixed;
  z-index: 30;
  bottom: 100px;
  right: 0;
  width: 310px;
  height: 120px;
  transform: translateX(100%);
  transition: transform 0.3s, opacity 0.3s;
}
.sideBanner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  text-align: center;
  text-decoration: none;
}
.sideBanner__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sideBanner.-on {
  transform: translateX(0);
}
.sideBanner.-on.-stop {
  transform: translateX(100%);
}
@media screen and (max-width:960px) {
  .sideBanner {
    display: none;
  }
}

.btmBanner {
  height: 70px;
}
@media screen and (max-width:960px) {
  .btmBanner {
    display: none;
  }
}
.btmBanner__inner {
  width: 100%;
  height: 70px;
  background: #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transform: translateY(120%);
  transition: transform 0.4s;
}
.btmBanner__inner.-fixed {
  transform: translateY(0);
}

.btmBannerSp {
  height: 60px;
  position: relative;
  z-index: 99;
  width: 100%;
  display: none;
}
@media screen and (max-width:960px) {
  .btmBannerSp {
    display: block;
  }
}
.btmBannerSp__inner {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  transform: translateY(120%);
  transition: transform 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btmBannerSp__inner.-fixed {
  transform: translateY(0);
}
.btmBannerSp__column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btmBannerSp__item {
  width: 100%;
  height: 100%;
}
.btmBannerSp__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(to top, #801F2E, #F85F62);
}
.btmBannerSp__item.-tel .btmBannerSp__link {
  background: #179fa5;
}
.btmBannerSp__item.-mail .btmBannerSp__link {
  background: #cf433c;
}
.btmBannerSp__item.-line .btmBannerSp__link {
  background: #00b900;
}
.btmBannerSp__link:hover {
  text-decoration: none;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  padding: 15px 0 20px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__wrap {
    padding: 10px 0 12px;
  }
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 130px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item {
    margin-right: 20px;
  }
}
.scroll-infinity__item:nth-of-type(1) {
  width: 196px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(1) {
    width: 109px;
  }
}
.scroll-infinity__item:nth-of-type(2) {
  width: 237px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(2) {
    width: 131px;
  }
}
.scroll-infinity__item:nth-of-type(3) {
  width: 124px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(3) {
    width: 69px;
  }
}
.scroll-infinity__item:nth-of-type(4) {
  width: 116px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(4) {
    width: 65px;
  }
}
.scroll-infinity__item:nth-of-type(5) {
  width: 102px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(5) {
    width: 56px;
  }
}
.scroll-infinity__item:nth-of-type(6) {
  width: 183px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(6) {
    width: 102px;
  }
}
.scroll-infinity__item:nth-of-type(7) {
  width: 196px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(7) {
    width: 102px;
  }
}
.scroll-infinity__item:nth-of-type(8) {
  width: 143px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(8) {
    width: 80px;
  }
}
.scroll-infinity__item:nth-of-type(9) {
  width: 160px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(9) {
    width: 90px;
  }
}
.scroll-infinity__item:nth-of-type(10) {
  width: 398px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(10) {
    width: 221px;
  }
}
.scroll-infinity__item:nth-of-type(11) {
  width: 114px;
}
@media screen and (max-width:960px) {
  .scroll-infinity__item:nth-of-type(11) {
    width: 64px;
  }
}
.scroll-infinity__item > img {
  width: 100%;
}

/* footer
====================================*/
.footer {
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 0;
}
.footer__top {
  padding: 75px 107px 63px;
}
@media screen and (max-width:960px) {
  .footer__top {
    padding: 30px 30px 23px;
  }
}
.footer__top img {
  max-width: 556px;
}
@media screen and (max-width:960px) {
  .footer__top img {
    max-width: 273px;
  }
}
@media screen and (max-width:960px) and (max-width:960px) {
  .footer__top img {
    max-width: 221px;
  }
}
.footer__copy {
  background: #000;
  text-align: center;
  padding: 3px 0 5px;
}
.footer__copy img {
  max-width: 258px;
}
.footer .f-corp {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: inline-block;
}
.footer .footer__map {
  order: 1;
  width: 100%;
}
.footer__contents {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 28px 15px 26px;
}
.footer .footer__contents {
  order: 2;
  width: 100%;
}
.footer__contentsInner {
  width: 100%;
}
.footer .footer__contentsInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:960px) {
  .footer .footer__contentsInner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__box {
  flex: 0 0 auto;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .footer__box {
    margin: 30px auto 0;
  }
}
@media screen and (min-width:961px) {
  .footer .footer__box {
    margin-left: 40px;
  }
}
.footer__nav {
  display: flex;
}
@media screen and (max-width:960px) {
  .footer__nav {
    display: none;
  }
}
.footer__links {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .footer__links {
    margin-top: 0;
  }
}
.footer__txt {
  margin-top: 23px;
  font-size: 1rem;
}

.f-info__logo {
  margin-bottom: 35px;
}
.f-info__addTxt {
  line-height: 1.75;
}
.f-info__mailLink {
  text-decoration: underline;
  color: inherit;
}
.f-info__mailLink:hover {
  text-decoration: none;
}
.f-info__note {
  margin-top: 20px;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width:960px) {
  .f-info__note {
    margin-top: 5px;
  }
}

.f-nav {
  font-size: inherit;
  line-height: 1;
}
.footer .f-nav {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
  text-align: left;
}
.f-nav__item {
  border-left: 1px solid #000;
}
.f-nav__link {
  display: block;
  color: inherit;
}
.footer .f-nav__link {
  padding: 0 0 0 0.5em;
}

.f-links__item:not(:last-child) {
  margin-bottom: 30px;
}

.f-sns {
  display: flex;
  gap: 15px;
  width: 100%;
}
.footer .f-sns {
  justify-content: flex-start;
}
@media screen and (max-width:960px) {
  .f-sns {
    justify-content: center;
  }
}
.f-sns__item {
  width: 40px;
}

.pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 60px;
  background-color: #2B2B2B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: opacity 0.5s, transform 0.3s;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pagetop.-on {
  opacity: 1;
}
.pagetop.-stop {
  position: absolute;
}
@media screen and (max-width:960px) {
  .pagetop {
    display: none;
  }
}

/* ページ別
====================================*/
@media screen and (max-width:960px) {
  .pc-parts {
    display: none;
  }
}

.sp-parts {
  display: none;
}
@media screen and (max-width:960px) {
  .sp-parts {
    display: block;
  }
}

.worry {
  background: url(../img/worry-left.png) no-repeat bottom left, url(../img/worry-right.png) no-repeat bottom right, #E9F4F6;
  text-align: center;
  background-size: 50% auto;
  padding: 170px 15px 230px;
}
@media screen and (max-width:960px) {
  .worry {
    padding: 50px 15px 80px;
  }
}
.worry img {
  max-width: 1166px;
}
@media screen and (max-width:960px) {
  .worry img {
    max-width: 100%;
    width: 341px;
  }
}

.solution {
  background: #000;
  padding: 177px 10px 186px;
  text-align: center;
}
@media screen and (max-width:960px) {
  .solution {
    padding: 80px 10px 70px;
  }
}
.solution__top {
  margin-bottom: 100px;
  transition: all 1s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.solution__top.-active {
  opacity: 1;
}
.solution__top.-bottom {
  transform: translateY(-40px);
}
.solution__top.-bottom.-active {
  transform: translateY(0);
}
.solution__top.-top {
  transform: translateY(40px);
}
.solution__top.-top.-active {
  transform: translateY(0);
}
.solution__top.-left {
  transform: translateX(-40px);
}
.solution__top.-left.-active {
  transform: translateX(0);
}
.solution__top.-right {
  transform: translateX(40px);
}
.solution__top.-right.-active {
  transform: translateX(0);
}
@media screen and (max-width:960px) {
  .solution__top {
    margin-bottom: 25px;
  }
}
.solution__top img {
  max-width: 441px;
}
@media screen and (max-width:960px) {
  .solution__top img {
    max-width: 100%;
    width: 322px;
  }
}
.solution__bottom img {
  max-width: 866px;
}
@media screen and (max-width:960px) {
  .solution__bottom img {
    max-width: 100%;
    width: 369px;
  }
}

.strength {
  text-align: center;
  padding: 152px 15px 13.0208333333vw;
  background: #E9F4F6 url(../img/strength-right.png) no-repeat bottom left;
  background-size: contain;
}
@media screen and (max-width:960px) {
  .strength {
    background: #E9F4F6;
    position: relative;
    padding: 35px 15px 5.641025641vw;
  }
}
@media screen and (max-width:960px) {
  .strength:after {
    content: "";
    display: block;
    aspect-ratio: 390/38;
    background: url(../img/strength-right.png) no-repeat bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.strength img {
  max-width: 1200px;
}
@media screen and (max-width:960px) {
  .strength img {
    width: 344px;
    max-width: 100%;
  }
}

.recruit {
  text-align: center;
  background: #F2EECB url(../img/recruit-right.png) no-repeat bottom left;
  background-size: contain;
  padding: 10px 15px 13.0208333333vw;
}
.recruit__top {
  max-width: 1131px;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (max-width:960px) {
  .recruit__top {
    max-width: 344px;
    width: 100%;
  }
}
.recruit__top img {
  margin-right: -187px;
}
@media screen and (max-width:960px) {
  .recruit__top img {
    margin-right: 0;
  }
}
.recruit__bottom {
  max-width: 1018px;
  margin-inline: auto;
  transition: all 1s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.recruit__bottom.-active {
  opacity: 1;
}
.recruit__bottom.-bottom {
  transform: translateY(-40px);
}
.recruit__bottom.-bottom.-active {
  transform: translateY(0);
}
.recruit__bottom.-top {
  transform: translateY(40px);
}
.recruit__bottom.-top.-active {
  transform: translateY(0);
}
.recruit__bottom.-left {
  transform: translateX(-40px);
}
.recruit__bottom.-left.-active {
  transform: translateX(0);
}
.recruit__bottom.-right {
  transform: translateX(40px);
}
.recruit__bottom.-right.-active {
  transform: translateX(0);
}
@media screen and (max-width:960px) {
  .recruit__bottom {
    max-width: 340px;
  }
}

.success {
  background: #000;
  text-align: center;
  padding: 42px 15px 158px;
}
@media screen and (max-width:960px) {
  .success {
    padding: 30px 15px 55px;
  }
}
.success__img img {
  max-width: 1208px;
}
@media screen and (max-width:960px) {
  .success__img img {
    max-width: 100%;
    width: 346px;
  }
}
.success__btn {
  max-width: 749px;
  margin: 100px auto 0;
  transition: all 1s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.success__btn.-active {
  opacity: 1;
}
.success__btn.-bottom {
  transform: translateY(-40px);
}
.success__btn.-bottom.-active {
  transform: translateY(0);
}
.success__btn.-top {
  transform: translateY(40px);
}
.success__btn.-top.-active {
  transform: translateY(0);
}
.success__btn.-left {
  transform: translateX(-40px);
}
.success__btn.-left.-active {
  transform: translateX(0);
}
.success__btn.-right {
  transform: translateX(40px);
}
.success__btn.-right.-active {
  transform: translateX(0);
}
@media screen and (max-width:960px) {
  .success__btn {
    margin-top: 30px;
    max-width: 346px;
  }
}

.story {
  text-align: center;
  padding: 103px 15px 14.4270833333vw;
  background: #E9F4F6 url(../img/story-right.png) no-repeat bottom left;
  background-size: contain;
}
@media screen and (max-width:960px) {
  .story {
    padding: 60px 15px 20.8333333333vw;
  }
}
.story img {
  width: 896px;
}
@media screen and (max-width:960px) {
  .story img {
    width: 375px;
    margin-right: -23px;
  }
}

.mythology {
  background: #3EAEBA;
  padding: 0 0 189px;
  padding: 0 15px 60px;
}
.mythology__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.mythology__top {
  text-align: right;
  margin-bottom: 100px;
}
@media screen and (max-width:960px) {
  .mythology__top {
    text-align: center;
    margin-bottom: 40px;
  }
}
.mythology__top img {
  max-width: 877px;
}
@media screen and (max-width:960px) {
  .mythology__top img {
    max-width: 343px;
  }
}
.mythology__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:960px) {
  .mythology__wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.mythology__item {
  width: 393px;
  transition: all 1s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
@media screen and (max-width:960px) {
  .mythology__item {
    width: 330px;
  }
}
.mythology__item.-active {
  opacity: 1;
}
.mythology__item.-bottom {
  transform: translateY(-40px);
}
.mythology__item.-bottom.-active {
  transform: translateY(0);
}
.mythology__item.-top {
  transform: translateY(40px);
}
.mythology__item.-top.-active {
  transform: translateY(0);
}
.mythology__item.-left {
  transform: translateX(-40px);
}
.mythology__item.-left.-active {
  transform: translateX(0);
}
.mythology__item.-right {
  transform: translateX(40px);
}
.mythology__item.-right.-active {
  transform: translateX(0);
}
.mythology__item:nth-of-type(3n) {
  transition-delay: 0.4s;
}
@media screen and (max-width:960px) {
  .mythology__item:nth-of-type(3n) {
    transition-delay: 0;
  }
}
.mythology__item:nth-of-type(3n - 1) {
  transition-delay: 0.2s;
}
@media screen and (max-width:960px) {
  .mythology__item:nth-of-type(3n - 1) {
    transition-delay: 0;
  }
}
.mythology__lead {
  text-align: center;
  margin: -100px 0 -122px;
  animation: fuwafuwa 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media screen and (max-width:960px) {
  .mythology__lead {
    max-width: 346px;
    margin: -40px auto -50px;
  }
}
.mythology__btn {
  text-align: center;
  position: relative;
  z-index: 5;
  transition: all 1s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.mythology__btn.-active {
  opacity: 1;
}
.mythology__btn.-bottom {
  transform: translateY(-40px);
}
.mythology__btn.-bottom.-active {
  transform: translateY(0);
}
.mythology__btn.-top {
  transform: translateY(40px);
}
.mythology__btn.-top.-active {
  transform: translateY(0);
}
.mythology__btn.-left {
  transform: translateX(-40px);
}
.mythology__btn.-left.-active {
  transform: translateX(0);
}
.mythology__btn.-right {
  transform: translateX(40px);
}
.mythology__btn.-right.-active {
  transform: translateX(0);
}
.mythology__btn img {
  max-width: 749px;
}
@media screen and (max-width:960px) {
  .mythology__btn img {
    max-width: 346px;
  }
}

.faq {
  background: #E9F4F6;
  text-align: center;
  padding: 64px 15px 179px;
}
@media screen and (max-width:960px) {
  .faq {
    padding: 40px 15px 140px;
  }
}
.faq img {
  max-width: 1000px;
}
@media screen and (max-width:960px) {
  .faq img {
    width: 341px;
    max-width: 100%;
  }
}

#contact {
  padding-top: 80px;
  margin-top: -80px;
}

.contact {
  background: #3EAEBA;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 180px;
}
@media screen and (max-width:960px) {
  .contact {
    padding-bottom: 60px;
  }
}
.contact__top {
  margin: 0 -273px 99px 0;
}
@media screen and (max-width:960px) {
  .contact__top {
    margin: 0 auto 40px;
  }
}
.contact__top img {
  max-width: 958px;
}
@media screen and (max-width:960px) {
  .contact__top img {
    max-width: 100%;
    width: 311px;
    margin-right: -40px;
  }
}
.contact__note {
  text-align: center;
}
.contact__note img {
  max-width: 595px;
}
@media screen and (max-width:960px) {
  .contact__note img {
    max-width: 100%;
    width: 252px;
  }
}

#contactForm {
  max-width: 774px;
  margin: 0 auto;
  background: #fff;
  padding: 77px 68px 50px;
  border-radius: 25px;
  margin-bottom: 47px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width:960px) {
  #contactForm {
    max-width: 341px;
    padding: 40px 15px 35px;
    margin-bottom: 25px;
  }
}

.wpcf7-spinner {
  display: none;
}

.hidden-fields-container {
  display: none;
}

.form-group {
  margin-bottom: 1.5rem;
}

.label-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.label-wrapper label {
  font-size: 1.8rem;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width:960px) {
  .label-wrapper label {
    font-size: 1.41rem;
  }
}

.wpcf7-list-item-label {
  margin-left: 5px;
}

.required-badge {
  background: #BA3D81;
  color: #fff;
  font-size: 1.44rem;
  padding: 0 0.5em 0.2em;
  border-radius: 3px;
  line-height: 1.4;
}
@media screen and (max-width:960px) {
  .required-badge {
    font-size: 1.128rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width:960px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: 1.258rem;
  }
}

textarea {
  height: 175px;
  resize: vertical;
}

.checkbox-wrapper {
  margin-top: 1rem;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width:960px) {
  .checkbox-wrapper {
    font-size: 1.35rem;
  }
}

.checkbox-label {
  cursor: pointer;
}

.submit-wrapper {
  text-align: center;
  margin-top: 48px;
}

.submit-button {
  background: url("../img/send.png") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 546px;
  height: 81px;
  text-indent: -9999px;
}
@media screen and (max-width:960px) {
  .submit-button {
    width: 290px;
    height: 43px;
  }
}

.submit-button:hover {
  opacity: 0.8;
}

.wpcf7-not-valid-tip {
  display: block;
  text-align: center;
  color: #BA3D81;
}

.screen-reader-response {
  display: none !important;
}

.thanks {
  padding: 100px 15px 100px;
  text-align: center;
  background: #E9F4F6;
}
.thanks__title {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 50px;
}
.thanks__text {
  font-size: 1.8rem;
  margin-bottom: 60px;
}
.thanks__btn {
  max-width: 400px;
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */