@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
---------------------------*/
/* 追随パーツ
====================================*/
/* 下部追随バナー
---------------------------*/
/* マップ
====================================*/
/*  テーブル
====================================*/
.fva-cover-line {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: fva-cover-line-appear 2s cubic-bezier(0.37, 0.04, 1, 1) 0.9s forwards;
}
.fva-cover-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background: #f17424;
  animation: fva-cover-line-open 2s cubic-bezier(0.37, 0.04, 1, 1) 0.5s forwards;
}
.fva-cover-line > * {
  z-index: 0;
}

@keyframes fva-cover-line-appear {
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fva-cover-line-open {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
.fva-cover-line {
  display: none;
  pointer-events: none;
}
.home .fva-cover-line {
  display: flex;
}
.fva-cover-line img {
  max-width: 350px;
}
@media screen and (max-width:960px) {
  .fva-cover-line img {
    max-width: 250px;
  }
}

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

/* ---------------------
  - ホバーアニメーション
  - スクロール表示アニメーション
  - ループアニメーション
  - ハンバーガーメニューのデザイン変更
--------------------- */
/******************************
    ホバーアニメーション
******************************/
@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: 50%;
    left: -2%;
  }
  25% {
    top: 54%;
    left: 23%;
  }
  100% {
    top: 50%;
    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: 1230px;
}
@media screen and (max-width:960px) {
  body {
    min-width: 375px;
  }
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #ffb347, #ffcc33);
  animation: sunset 30s ease-in-out infinite alternate;
  z-index: -2;
}

@keyframes sunset {
  0% {
    background: linear-gradient(180deg, #ffb347, #ffcc33);
  } /* 昼 */
  50% {
    background: linear-gradient(180deg, #ff7e5f, #feb47b);
  } /* 夕方 */
  100% {
    background: linear-gradient(180deg, #2b1055, #7597de);
  } /* 夜 */
}
/* canvasを全体に広げる */
#sunset {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.wrap {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #191919;
  letter-spacing: 0em;
  font-feature-settings: normal;
}
@media screen and (max-width:480px) {
  .wrap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.morning .wrap, .noon .wrap, .evening .wrap, .night .wrap, .home .wrap {
  background: none;
}

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: #f17424;
  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__nav .sky {
  display: 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.-cover .toggle-menu__checkbox:checked ~ .toggle-menu__nav .sky {
  display: block;
}
.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);
}

.sky-sp {
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to top, #ff5e3a, #ff9a56, #ffd48a);
  background-size: 100% 100%;
  animation: sunsetFade-sp 25s ease-in-out infinite alternate;
}

@keyframes sunsetFade-sp {
  0% {
    background: linear-gradient(to top, #ff5e3a, #ff9a56, #ffd48a);
  }
  50% {
    background: linear-gradient(to top, #ff6633, #ffaa4d, #ffe6a3);
  }
  100% {
    background: linear-gradient(to top, #ff7b47, #ffb366, #ffeebd);
  }
}
/* 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
====================================*/
.h-logo {
  max-width: 280px;
}
@media screen and (max-width: 1400px) {
  .h-logo {
    max-width: 250px;
  }
}

.header {
  background: #fff;
  position: relative;
  z-index: 99;
}
.header__sp {
  display: none;
}
@media screen and (max-width:960px) {
  .header__sp {
    display: block;
    width: 100%;
    padding: 11px 15px 4px;
  }
}
.header__sp img {
  max-width: 260px;
}
.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: 72px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav {
  position: relative;
  height: 72px;
}
@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: 72px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
@media screen and (min-width: calc(1230px + 1px)) {
  .header__nav-inner.-fixed {
    position: fixed;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}

/* navigation
====================================*/
.g-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.toggle-menu .g-nav {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.g-nav__logo {
  flex: 0 0 auto;
  height: 100%;
}
.g-nav__logoLink {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Kaisei Decol", 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: 30px;
  height: 72px;
}
.toggle-menu .g-nav__list {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .g-nav__list {
    gap: 20px;
  }
}
.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__list-item.-recruit, .g-nav__list-item.-contact {
  width: 130px;
  height: 45px;
}
.g-nav__list-item.-contact {
  width: 160px;
}
.g-nav__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 14px 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  transition: color 0.3s;
  border-radius: 27px;
  height: 100%;
  align-items: center;
}
.toggle-menu .g-nav__link {
  padding: 22px 10px;
  margin: 0;
}
.g-nav__link.-recruit {
  color: #204e79;
  border: 1px solid #204e79;
}
.g-nav__link.-recruit span {
  background: url(../img/gnavarrow_blue.svg) no-repeat center right;
  padding-right: 30px;
}
.g-nav__link.-contact {
  color: #fff;
  background: #204e79;
}
.g-nav__link.-contact span {
  background: url(../img/gnavarrow_white.svg) no-repeat center right;
  padding-right: 30px;
}
.g-nav__link:hover, .g-nav__link.-current, .openbox.-open .g-nav__link {
  color: #f17424;
  text-decoration: none;
}
.toggle-menu .g-nav__link:hover, .toggle-menu .g-nav__link.-current, .toggle-menu .openbox.-open .g-nav__link {
  color: #204e79;
  font-weight: 700;
}

.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-bottom: 50px;
}
-index .mainimg {
  display: block;
}
.mainimg .scroll {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Ranchers", sans-serif;
}
@media screen and (max-width:960px) {
  .mainimg .scroll {
    font-size: 1.7rem;
    bottom: 57%;
  }
}
.mainimg .scroll:before {
  animation: scroll 2s infinite;
  background-color: #191919;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width:960px) {
  .mainimg .scroll:before {
    height: 40px;
    bottom: -45px;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@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: "Kaisei Decol", 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;
  }
}

.main {
  width: 100%;
  display: block;
}

.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%;
  table-layout: fixed;
}
@media screen and (max-width:960px) {
  .table {
    table-layout: auto;
  }
}
.table__head, .table__item {
  height: auto;
  padding: 25px 10px;
  border: 2px solid #f17424;
  background: #fff;
  font-size: inherit;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}
.table__head {
  background: #f17424;
  font-size: inherit;
  font-weight: 400;
  vertical-align: top;
  width: 29%;
  color: #FFF;
  border-bottom-color: #FFF;
}
.table__head.-last {
  border-bottom-color: #f17424;
}

@media screen and (max-width:960px) {
  .scroll {
    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%;
}
.page-template-page-introduction .content {
  background: rgba(251, 215, 192, 0.9);
  padding: 180px 0 200px;
}
@media screen and (max-width:960px) {
  .page-template-page-introduction .content {
    padding: 70px 0 100px;
  }
}

.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;
}
.btmBannerSp__item.-tel .btmBannerSp__link {
  background: #179fa5;
}
.btmBannerSp__item.-mail .btmBannerSp__link {
  background: #f17424;
}
.btmBannerSp__item.-line .btmBannerSp__link {
  background: #00b900;
}
.btmBannerSp__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

@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;
  margin-top: 10px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s 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: 10px;
}
.scroll-infinity__item > img {
  width: 100%;
}

/* footer
====================================*/
.footer {
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  /* ここから type1 前提のスタイル */
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.home .footer {
  background: rgba(255, 255, 255, 0.8);
}
.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: 1230px;
  margin: 0 auto;
  padding: 90px 15px 170px;
}
@media screen and (max-width:960px) {
  .footer__contents {
    padding: 60px 15px 70px;
  }
}
.footer .footer__contents {
  order: 2;
  width: 100%;
}
.footer__contentsInner {
  width: 100%;
}
.footer .footer__contentsInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@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;
}
.footer__links {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .footer__links {
    margin-top: 0;
  }
}
.footer__txt {
  margin-top: 90px;
  padding-top: 30px;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  border-top: 1px solid #191919;
}

.f-info__logo {
  margin-bottom: 35px;
}
.f-info__logo img {
  width: 375px;
  max-width: 100%;
}
.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 auto;
  gap: 20px 35px;
  text-align: left;
}
@media screen and (max-width:768px) {
  .footer .f-nav {
    grid-template-columns: auto auto;
  }
}
.f-nav__link {
  display: block;
  color: inherit;
  font-size: 1.6rem;
  text-decoration: none;
}
.f-nav__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer .f-nav__link {
  padding: 0;
}

.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: #191919;
  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;
  }
}

/* ページ別
====================================*/
.tbox {
  text-align: center;
}
@media screen and (max-width:960px) {
  .tbox {
    padding: 0 15px;
  }
}
.tbox__title {
  color: #f17424;
  font-weight: 700;
  font-size: 4.8rem;
  margin-bottom: 10px;
  font-family: "Kaisei Decol", serif;
  mix-blend-mode: screen;
}
@media screen and (max-width:768px) {
  .tbox__title {
    font-size: 3.5rem;
    margin-bottom: 6px;
  }
}
.tbox__note {
  font-size: 1.8rem;
  color: #1A3558;
  font-family: "Kaisei Decol", serif;
}
@media screen and (max-width:768px) {
  .tbox__note {
    font-size: 1.4rem;
  }
}

.c-service {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 42px;
}
@media screen and (max-width:960px) {
  .c-service {
    padding: 0 15px;
    gap: 14px;
  }
}
.c-service__item {
  width: 372px;
  max-width: 100%;
  background: #f17424;
  color: #FFF;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width:960px) {
  .c-service__item {
    width: calc(50% - 7px);
    padding: 15px;
  }
}
.c-service__img {
  margin-bottom: 20px;
  aspect-ratio: 322/200;
  overflow: hidden;
}
.c-service__subtitle {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .c-service__subtitle {
    font-size: 1.6rem;
  }
}
.c-service__text {
  font-size: 1.6rem;
  margin-bottom: 70px;
}
@media screen and (max-width:768px) {
  .c-service__text {
    font-size: 1.2rem;
    margin-bottom: 35px;
    text-align: left;
  }
}
.c-service__btn {
  width: 157px;
  height: 35px;
  margin-inline: auto;
  max-width: 100%;
}
.c-service__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #f17424;
  background: #FFF;
  text-decoration: none;
}
@media screen and (max-width:768px) {
.c-service__link {
  font-size: 1.5rem;
}
}
.c-service__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-service__link span {
  background: url(../img/index-c03.svg) no-repeat center right;
  background-size: 25px;
  padding-right: 35px;
}

.c-intro {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 42px;
}
@media screen and (max-width:960px) {
  .c-intro {
    gap: 35px 20px;
    padding: 0 15px;
  }
}
.c-intro__top {
  position: relative;
}
.c-intro__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:480px) {
  .c-intro__info {
    scale: 0.9;
    left: 15px;
  }
}
.c-intro__name {
  writing-mode: vertical-lr;
  background: #fff;
  display: inline-block;
  padding: 10px 5px;
  color: #f17424;
  font-size: 2rem;
  border: 2px solid #f17424;
  border-bottom: none;
}
@media screen and (max-width:768px) {
  .c-intro__name {
    font-size: 1.8rem;
  }
}
.c-intro__post {
  writing-mode: vertical-lr;
  background: #f17424;
  display: inline-block;
  padding: 10px 5px;
  color: #FFF;
  font-size: 2rem;
  border-left: 2px solid #f17424;
  border-right: 2px solid #f17424;
}
@media screen and (max-width:768px) {
  .c-intro__post {
    font-size: 1.8rem;
  }
}
.c-intro__imgWrap {
  position: relative;
  z-index: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-intro__imgWrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  background: #f17424;
}
.c-intro__item {
  width: 372px;
  max-width: 100%;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
  text-decoration: none;
}
.c-intro__item.-active {
  opacity: 1;
}
.c-intro__item.-bottom {
  transform: translateY(-40px);
}
.c-intro__item.-bottom.-active {
  transform: translateY(0);
}
.c-intro__item.-top {
  transform: translateY(40px);
}
.c-intro__item.-top.-active {
  transform: translateY(0);
}
.c-intro__item.-left {
  transform: translateX(-40px);
}
.c-intro__item.-left.-active {
  transform: translateX(0);
}
.c-intro__item.-right {
  transform: translateX(40px);
}
.c-intro__item.-right.-active {
  transform: translateX(0);
}
.c-intro__item:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width:960px) {
  .c-intro__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width:768px) {
  .c-intro__item {
    width: 100%;
    max-width: 400px;
  }
}
.c-intro__text {
  max-width: calc(100% - 10px);
  margin-left: auto;
  padding: 12px 5px 20px;
  font-size: 1.6rem;
  text-align: center;
  background: #f17424;
  color: #FFF;
  border-bottom-left-radius: 8px;
  margin-top: -1px;
}

.c-access {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .c-access {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.c-access__item {
  width: 585px;
  max-width: 100%;
}
.c-access__subtitle {
  background: #f17424;
  color: #FFF;
  padding: 10px 15px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .c-access__subtitle {
    font-size: 2.3rem;
  }
}
.c-access__top {
  margin-bottom: 20px;
}
.c-access__add {
  margin-bottom: 25px;
}
.c-access__add span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.c-access__add:last-of-type {
  margin-bottom: 0;
}
.home .c-access__bottom {
  color: #FFF;
}

.cta {
  color: #FFF;
  text-align: center;
  padding: 90px 15px 100px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.cta:before, .cta:after,
.cta .cta__inner:before,
.cta .cta__inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 0;
  z-index: -1;
  background: rgba(241, 116, 36, 0.8);
  transition: all 0.8s cubic-bezier(0.45, 0.08, 0.76, 0.97);
}
.cta:before {
  left: 0;
}
.cta:after {
  left: 50%;
}
.cta .cta__inner:before, .cta .cta__inner:after {
  top: auto;
  bottom: 0;
}
.cta .cta__inner:before {
  left: 25%;
}
.cta .cta__inner:after {
  left: 75%;
}
.cta.-active:before, .cta.-active:after,
.cta.-active .cta__inner:before,
.cta.-active .cta__inner:after {
  height: 100%;
}
.home .cta {
  margin-top: 200px;
}
@media screen and (max-width:960px) {
  .cta {
    padding: 60px 15px;
  }
}
.cta__title {
  font-size: 9.1rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  transform: scale(0);
}
.cta__title:before, .cta__title:after {
  content: attr(data-text_strong);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 150%;
  opacity: 0;
  will-change: transform, opacity;
}
.cta__title.-active {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  animation: strong-zoom 0.5s ease-in both;
  animation-delay: 0.7s;
}
.cta__title.-active:before, .cta__title.-active:after {
  opacity: 0.5;
  color: #fff;
}
.cta__title.-active:before {
  animation: strong-wave 0.5s ease-in 0.5s both;
  animation-delay: 0s;
}
.cta__title.-active:after {
  animation: strong-wave 0.5s ease-in 0.05s both;
  animation-delay: 1s;
}
@media screen and (max-width:768px) {
  .cta__title {
    font-size: 6rem;
  }
}
.cta__note {
  font-size: 2.2rem;
  margin-bottom: 35px;
}
@media screen and (max-width:768px) {
  .cta__note {
    font-size: 1.6rem;
  }
}
.cta__btn {
  width: 400px;
  height: 60px;
  margin-inline: auto;
  max-width: 100%;
}
.cta__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #f17424;
  font-size: 2.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.cta__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cta__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(241, 116, 36, 0) 0%, rgba(241, 116, 36, 0.3) 100%);
  transform: skewX(-25deg);
  animation: float-flash 2s linear infinite;
}
@keyframes float-flash {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.page-title {
  background: url(../img/h1.png) no-repeat center left/cover;
  text-align: center;
  padding: 120px 15px 110px;
}
@media screen and (max-width:768px) {
  .page-title {
    padding: 40px 15px 30px;
    background: url(../img/h1.png) no-repeat center/cover;
  }
}
.page-title__note {
  color: #FFF;
  font-size: 3rem;
  animation: text-flash-slow 2s infinite alternate ease-in-out;
}
@media screen and (max-width:768px) {
  .page-title__note {
    font-size: 1.8rem;
  }
}
.page-title__text {
  font-family: "Kaisei Decol", serif;
  color: #FFF;
  font-size: 5.5rem;
  display: inline-block;
  animation: text-flash-slow 2s infinite alternate ease-in-out;
  animation-delay: 1s;
}
@media screen and (max-width:768px) {
  .page-title__text {
    font-size: 3.2rem;
  }
}

.main-title {
  text-align: center;
  font-size: 4.8rem;
  color: #f17424;
  margin-bottom: 30px;
  font-family: "Kaisei Decol", serif;
}
.main-title.-left {
  text-align: left;
}
@media screen and (max-width:960px) {
  .main-title.-left {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .main-title {
    font-size: 2.5rem;
  }
}
.main-title.-content {
  margin-bottom: 50px;
}

.bread-wrap {
  padding: 10px;
  font-size: 1.4rem;
  color: #555;
  border-top: 1px solid #DDD;
  background: #FFF;
}
@media screen and (max-width:960px) {
  .bread-wrap {
    font-size: 1.2rem;
  }
}
.bread-wrap .breadcrumb {
  max-width: 1200px;
  margin-inline: auto;
}
.bread-wrap .breadcrumb a {
  text-decoration: none;
  text-decoration: underline;
}
.bread-wrap .breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.7;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

#skyCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* 雲 */
.sky__clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 250em;
  height: 44em;
  background: url("https://terriotech.com/cloud-overlay.png") 0 100% repeat-x;
  animation: cloudLoop 80s linear infinite;
  z-index: 4;
  pointer-events: none;
}

@keyframes cloudLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* バナー */
.mountain-banner {
  position: relative;
  width: 100%;
  height: 110vh;
  background: url("https://images.unsplash.com/photo-1627609243025-22613935dfa1?q=80&w=1632&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

/* 透過オーバーレイ */
.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(226, 224, 211, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  z-index: 1;
  pointer-events: none;
}

/* テキスト */
.banner-text {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10% 0 0 0;
  z-index: 3;
}

.banner-text h1 {
  font-size: 50px;
  font-family: "Playfair Display", serif;
}

.banner-text p {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
}

.town-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
}

.town-background span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/town.png) no-repeat center top;
  background-size: cover;
  opacity: 0.7;
}

.bird-animation {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bird-animation .appear-bird {
  position: absolute;
  left: -2vw;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  animation: appear-bird-moving 16s linear infinite;
  pointer-events: none;
}
.bird-animation .appear-bird:before, .bird-animation .appear-bird:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  transform: rotate(-30deg);
  transform-origin: right bottom;
}
.bird-animation .appear-bird:before {
  width: 100%;
  height: 1px;
  animation: appear-bird-wingLeft 8s linear infinite;
}
.bird-animation .appear-bird:after {
  width: 1px;
  height: 100%;
  animation: appear-bird-wingRight 8s linear infinite;
}
.bird-animation .appear-bird.-type_2 {
  animation-delay: 1s;
  pointer-events: none;
}
.bird-animation .appear-bird.-type_2:before, .bird-animation .appear-bird.-type_2:after {
  animation-delay: -2s;
}
.bird-animation .appear-bird.-type_3 {
  animation-delay: 3s;
  pointer-events: none;
}

.index-first {
  padding-bottom: 210px;
  margin-top: -40%;
  text-align: center;
  filter: blur(5px);
  opacity: 0;
  transition: all 1.5s ease-out;
}
.index-first.-active {
  filter: blur(0px);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .index-first {
    padding-bottom: 100px;
    margin-top: -85%;
  }
}
.index-first__title {
  display: inline-block;
  padding: 2px 10px 5px;
  background: #f17424;
  color: #FFF;
}
.index-first__text {
  font-size: 1.8rem;
  color: #1A3558;
  text-align: center;
  font-family: "Kaisei Decol", serif;
}
@media screen and (max-width:960px) {
  .index-first__text {
    padding: 0 15px;
  }
}
@media screen and (max-width:768px) {
  .index-first__text {
    font-size: 1.6rem;
  }
}

.index-service {
  position: relative;
  z-index: 0;
}
.home .index-service {
  position: static;
}
.index-service:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(241, 116, 36, 0), rgba(241, 116, 36, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index-service__tbox {
  margin-bottom: 80px;
}
@media screen and (max-width:960px) {
  .index-service__tbox {
    margin-bottom: 40px;
  }
}

.index-intro {
  padding: 110px 0 250px;
}
@media screen and (max-width:960px) {
  .index-intro {
    padding: 60px 0 100px;
  }
}
.index-intro__tbox {
  margin-bottom: 70px;
}
.index-intro__btn {
  width: 400px;
  height: 50px;
  margin-inline: auto;
  margin-top: 80px;
  max-width: calc(100% - 30px);
}
@media screen and (max-width:960px) {
  .index-intro__btn {
    margin-top: 40px;
  }
}
.index-intro__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  color: #fff;
  background: #f17424 url(../img/index-c02.svg) no-repeat center right 22px;
  background-size: 34px;
  text-decoration: none;
}
.index-intro__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-history {
  background: #f17424;
  color: #FFF;
  padding: 50px 15px;
  overflow: hidden;
  position: relative;
}
.index-history:after {
  content: "Daikou Motors";
  font-size: 15.6rem;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  max-width: 100%;
  position: absolute;
  bottom: -9px;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  opacity: 0.3;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 0 4px #FFF, 0 0 8px #FFF;
  animation: text-flash-slow 4s infinite alternate ease-in-out;
}
@media screen and (max-width:960px) {
  .index-history:after {
    font-size: 12.7vw;
  }
}
.index-history__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 98px;
}
@media screen and (max-width:960px) {
  .index-history__inner {
    flex-direction: column-reverse;
  }
}
.index-history__left {
  width: 100%;
  max-width: 609px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.index-history__left:after {
  content: url(../img/index-c01.svg);
  position: absolute;
  top: -332px;
  left: -69px;
  z-index: -1;
  animation: fuwafuwa 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@media screen and (max-width:960px) {
  .index-history__left:after {
    scale: 0.5;
    top: -230px;
    left: calc(50% - 280px);
  }
}
.index-history__title {
  font-size: 6rem;
  margin-bottom: 17px;
}
@media screen and (max-width:768px) {
  .index-history__title {
    font-size: 3.2rem;
  }
}
.index-history__btn {
  width: 314px;
  height: 50px;
  margin-inline: auto;
  margin-top: 80px;
}
@media screen and (max-width:960px) {
  .index-history__btn {
    margin-top: 40px;
  }
}
.index-history__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  color: #f17424;
  background: #fff url(../img/index-c03.svg) no-repeat center right 22px;
  background-size: 34px;
  text-decoration: none;
}
.index-history__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.index-history__img {
  width: 500px;
  max-width: 100%;
}

@keyframes text-flash-slow {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 4px #FFF, 0 0 8px #FFF;
  }
}
.index-view {
  padding: 190px 0 100px;
}
@media screen and (max-width:960px) {
  .index-view {
    padding: 70px 0 30px;
  }
}
.index-view__tbox {
  margin-bottom: 60px;
}
@media screen and (max-width:960px) {
  .index-view__tbox {
    margin-bottom: 35px;
  }
}
.index-view__note {
  color: #FFF;
}

.index-access {
  padding: 180px 15px 0;
}
@media screen and (max-width:960px) {
  .index-access {
    padding: 90px 15px;
  }
}
.index-access__tbox {
  margin-bottom: 75px;
}
@media screen and (max-width:960px) {
  .index-access__tbox {
    margin-bottom: 40px;
  }
}
.index-access__note {
  color: #FFF;
}

.about-first {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  background: rgba(251, 215, 192, 0.9);
  padding: 100px 15px 140px;
  margin-bottom: 170px;
}
@media screen and (max-width:960px) {
  .about-first {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 70px;
    padding: 50px 15px 70px;
  }
}
.about-first__text {
  width: 585px;
  max-width: 100%;
}
.about-first__right {
  width: 580px;
  max-width: 100%;
  filter: blur(5px);
  opacity: 0;
  transition: all 1.5s ease-out;
}
.about-first__right.-active {
  filter: blur(0px);
  opacity: 1;
}

.about-reason {
  padding: 170px 15px 200px;
}
@media screen and (max-width:960px) {
  .about-reason {
    padding: 70px 15px 80px;
  }
}
.about-reason.-seibi {
  background: rgba(251, 215, 192, 0.9);
}
.about-reason__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.about-reason__item {
  background: #f17424 url(../img/index-c01.svg) no-repeat center left;
  background-size: 541px;
  color: #FFF;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width:960px) {
  .about-reason__item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background-position: top center;
    background-size: 400px;
  }
}
@media screen and (max-width:768px) {
  .about-reason__item {
    padding: 50px 15px;
  }
}
.page-template-page-maintenance .about-reason__item:last-of-type {
  margin-bottom: 0;
}
.page-template-page-maintenance .about-reason__item:last-of-type:after {
  content: none;
}
.about-reason__item.-inspection {
  margin-bottom: 0;
}
.about-reason__item.-inspection:after {
  content: none;
}
.about-reason__item.-cream {
  flex-direction: row-reverse;
  color: #f17424;
  background: #fbd7c0 url(../img/about-circle.png) no-repeat center right;
  background-size: 541px;
}
@media screen and (max-width:960px) {
  .about-reason__item.-cream {
    flex-direction: column;
    background-position: top center;
    background-size: 400px;
  }
}
.page-template-page-maintenance .about-reason__item.-cream {
  background: #FFF url(../img/maintenance-circle.png) no-repeat center right;
  background-size: 541px;
}
@media screen and (max-width:960px) {
  .page-template-page-maintenance .about-reason__item.-cream {
    background-size: 400px;
  }
}
.about-reason__left {
  max-width: 100%;
  width: 550px;
}
.about-reason__img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 500px;
}
.about-reason__img img {
  opacity: 0;
  transition: 1s opacity 0.5s;
}
.about-reason__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 0;
  height: 100%;
  background: #FFF;
  transform: skewX(19deg);
  transform-origin: 0 50% 0;
  transition: width 0.7s cubic-bezier(0.21, 1.06, 0.93, 0.96), left 0.7s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.5s;
}
.about-reason__img.-active:before {
  left: 130%;
  width: 200%;
}
.about-reason__img.-active img {
  opacity: 1;
}
.about-reason__img.-orange {
  position: relative;
  overflow: hidden;
}
.about-reason__img.-orange img {
  opacity: 0;
  transition: 1s opacity 0.5s;
}
.about-reason__img.-orange:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 0;
  height: 100%;
  background: #f17424;
  transform: skewX(19deg);
  transform-origin: 0 50% 0;
  transition: width 0.7s cubic-bezier(0.21, 1.06, 0.93, 0.96), left 0.7s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.5s;
}
.about-reason__img.-orange.-active:before {
  left: 130%;
  width: 200%;
}
.about-reason__img.-orange.-active img {
  opacity: 1;
}
.about-reason__num {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .about-reason__num {
    scale: 0.7;
    transform-origin: bottom;
  }
}
.about-reason__subtitle {
  font-size: 3.5rem;
  font-weight: 700;
  border-bottom: 2.5px solid #FFF;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
@media screen and (max-width:768px) {
  .about-reason__subtitle {
    font-size: 2.5rem;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}
.about-reason__subtitle.-cream {
  border-color: #f17424;
}
.about-reason__note {
  padding: 0 50px;
}
@media screen and (max-width:768px) {
  .about-reason__note {
    padding: 0 15px;
  }
}
.about-reason__right {
  max-width: 100%;
  width: 500px;
}

.about-human {
  padding-bottom: 150px;
}

.service-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 130px 15px 140px;
  margin-bottom: 180px;
}
@media screen and (max-width:960px) {
  .service-intro {
    padding: 60px 15px 70px;
    margin-bottom: 80px;
  }
}
.service-intro__text {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .service-intro__text {
    font-size: 1.7rem;
    text-align: left;
  }
}

.service-about {
  padding-bottom: 250px;
}
.service-about.-service {
  padding-top: 100px;
}
@media screen and (max-width:960px) {
  .service-about {
    padding-bottom: 100px;
  }
}

.seibi-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .seibi-intro {
    padding: 90px 15px 100px;
  }
}
.seibi-intro__left {
  max-width: 100%;
  width: 662px;
}
.seibi-intro__right {
  max-width: 100%;
  width: 520px;
}
.seibi-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .seibi-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}

.seibi-service {
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .seibi-service {
    padding: 90px 15px 100px;
  }
}

.seibi-flow {
  padding: 170px 15px 240px;
}
@media screen and (max-width:960px) {
  .seibi-flow {
    padding: 70px 15px 100px;
  }
}
.seibi-flow.-shaken {
  background: rgba(251, 215, 192, 0.9);
}
.seibi-flow__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
}
@media screen and (max-width:768px) {
  .seibi-flow__box {
    flex-direction: column;
  }
}
.seibi-flow__item {
  max-width: 342px;
  position: relative;
}
.seibi-flow__item:after {
  content: url(../img/orange-arrow.svg);
  position: absolute;
  right: -70px;
  top: calc(50% - 25px);
}
@media screen and (max-width:960px) {
  .seibi-flow__item:after {
    right: calc(50% - 25px);
    top: auto;
    bottom: -70px;
    rotate: 90deg;
  }
}
.seibi-flow__item:last-of-type:after {
  content: none;
}

.seibi-shaken {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px 240px;
}
@media screen and (max-width:960px) {
  .seibi-shaken {
    padding: 70px 15px 100px;
  }
}
.seibi-shaken__text {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .seibi-shaken__text {
    font-size: 1.7rem;
    text-align: left;
  }
}
.seibi-shaken__btn {
  width: 400px;
  height: 50px;
  margin-inline: auto;
  margin-top: 35px;
  max-width: calc(100% - 30px);
}
.seibi-shaken__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  color: #fff;
  background: #f17424 url(../img/index-c02.svg) no-repeat center right 22px;
  background-size: 34px;
  text-decoration: none;
}
.seibi-shaken__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.inspection-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .inspection-intro {
    padding: 90px 15px 100px;
  }
}
.inspection-intro__left {
  max-width: 100%;
  width: 662px;
}
.inspection-intro__right {
  max-width: 100%;
  width: 520px;
}
.inspection-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .inspection-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}

.sheetmetal-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .sheetmetal-intro {
    padding: 90px 15px 100px;
  }
}
.sheetmetal-intro__left {
  max-width: 100%;
  width: 662px;
}
.sheetmetal-intro__right {
  max-width: 100%;
  width: 520px;
}
.sheetmetal-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .sheetmetal-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}
.sheetmetal-intro__inner.-last {
  margin-top: 70px;
  flex-direction: row-reverse;
}
@media screen and (max-width:960px) {
  .sheetmetal-intro__inner.-last {
    flex-direction: column;
  }
}

.paint-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .paint-intro {
    padding: 90px 15px 100px;
  }
}
.paint-intro__left {
  max-width: 100%;
  width: 662px;
}
.paint-intro__right {
  max-width: 100%;
  width: 520px;
}
.paint-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .paint-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}

.paint-point {
  padding: 170px 15px 240px;
}
@media screen and (max-width:960px) {
  .paint-point {
    padding: 70px 15px 100px;
  }
}
.paint-point__box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width:960px) {
  .paint-point__box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.paint-point__item {
  width: 579px;
  max-width: 100%;
  background: #f17424;
  color: #FFF;
  padding: 20px 20px 30px;
}
.paint-point__img {
  margin-bottom: 15px;
}
.paint-point__subtitle {
  font-size: 3.3rem;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width:768px) {
  .paint-point__subtitle {
    font-size: 2.2rem;
  }
}

.special-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .special-intro {
    padding: 90px 15px 100px;
  }
}
.special-intro__left {
  max-width: 100%;
  width: 662px;
}
.special-intro__right {
  max-width: 100%;
  width: 520px;
}
.special-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .special-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}

.special-ex {
  padding: 170px 15px 240px;
}
@media screen and (max-width:960px) {
  .special-ex {
    padding: 70px 15px 100px;
  }
}
.special-ex__box {
  width: 1200px;
  max-width: 100%;
  background: #f17424;
  margin-inline: auto;
  color: #FFF;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 15px 50px;
}
@media screen and (max-width:960px) {
  .special-ex__box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.special-ex__left {
  width: 500px;
  max-width: 100%;
  margin-top: 50px;
}
.special-ex__right {
  width: 564px;
  max-width: 100%;
}
.special-ex__note {
  font-size: 3.5rem;
  font-weight: 700;
  color: #f17424;
  background: rgba(251, 215, 192, 0.9);
  padding: 10px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .special-ex__note {
    font-size: 2rem;
  }
}

.special-human {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px 240px;
}
@media screen and (max-width:960px) {
  .special-human {
    padding: 70px 15px 100px;
  }
}
.special-human__box {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width:960px) {
  .special-human__box {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}
.special-human__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.special-human__name {
  font-size: 2.6rem;
  text-align: right;
}
@media screen and (max-width:960px) {
  .special-human__name {
    font-size: 2.3rem;
    margin-top: 30px;
  }
}
.special-human__right {
  width: 480px;
  max-width: 100%;
}

.sale-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .sale-intro {
    padding: 90px 15px 100px;
  }
}
.sale-intro__left {
  max-width: 100%;
  width: 662px;
}
.sale-intro__right {
  max-width: 100%;
  width: 520px;
}
.sale-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .sale-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}
.sale-intro__inner.-last {
  margin-top: 70px;
  flex-direction: row-reverse;
}
@media screen and (max-width:960px) {
  .sale-intro__inner.-last {
    flex-direction: column;
  }
}

.purchase-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .purchase-intro {
    padding: 90px 15px 100px;
  }
}
.purchase-intro__left {
  max-width: 100%;
  width: 662px;
}
.purchase-intro__right {
  max-width: 100%;
  width: 520px;
}
.purchase-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .purchase-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}
.purchase-intro__inner.-last {
  margin-top: 70px;
  flex-direction: row-reverse;
}
@media screen and (max-width:960px) {
  .purchase-intro__inner.-last {
    flex-direction: column;
  }
}
.purchase-intro__point {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .purchase-intro__point {
    gap: 5px;
  }
}
.purchase-intro__item {
  width: 200px;
  max-width: 100%;
}

.insurance-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px;
}
@media screen and (max-width:960px) {
  .insurance-intro {
    padding: 90px 15px 100px;
  }
}
.insurance-intro__left {
  max-width: 100%;
  width: 662px;
}
.insurance-intro__right {
  max-width: 100%;
  width: 520px;
}
.insurance-intro__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width:960px) {
  .insurance-intro__inner {
    flex-direction: column;
    align-items: center;
  }
}

.insurance-plan {
  padding: 170px 15px 240px;
}
@media screen and (max-width:960px) {
  .insurance-plan {
    padding: 70px 15px 100px;
  }
}
.insurance-plan__tbox {
  margin-bottom: 65px;
}
@media screen and (max-width:960px) {
  .insurance-plan__tbox {
    margin-bottom: 35px;
  }
}
.insurance-plan__text {
  text-align: center;
  font-size: 2.2rem;
  margin-top: -10px;
}
@media screen and (max-width:960px) {
  .insurance-plan__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:768px) {
  .insurance-plan__text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.insurance-plan__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  filter: blur(5px);
  opacity: 0;
  transition: all 1.5s ease-out;
}
.insurance-plan__box.-active {
  filter: blur(0px);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .insurance-plan__box {
    gap: 15px;
  }
}
@media screen and (max-width:768px) {
  .insurance-plan__box {
    flex-wrap: wrap;
  }
}
.insurance-plan__item {
  max-width: 206px;
}
@media screen and (max-width:480px) {
  .insurance-plan__item {
    max-width: calc(50% - 15px);
  }
}

.profile {
  background: rgba(251, 215, 192, 0.9);
  padding-top: 130px;
  padding-bottom: 250px;
}
@media screen and (max-width:960px) {
  .profile {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.profile__inner {
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width:960px) {
  .profile__inner {
    padding: 0 15px;
  }
}
.profile__imgBox {
  position: relative;
  margin-bottom: 60px;
}
.profile__imgName {
  display: inline-block;
  color: #FFF;
  background: rgba(241, 116, 36, 0.8);
  font-size: 3.5rem;
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 20px 50px;
}
@media screen and (max-width:960px) {
  .profile__imgName {
    font-size: 2.3rem;
    padding: 15px 30px;
  }
}
@media screen and (max-width:768px) {
  .profile__imgName {
    font-size: 1.6rem;
    padding: 10px 20px;
    bottom: 25px;
  }
}
.profile__item {
  margin-bottom: 20px;
}
.profile__item:last-of-type {
  margin-bottom: 90px;
}
@media screen and (max-width:960px) {
  .profile__item:last-of-type {
    margin-bottom: 40px;
  }
}
.profile__subtitle {
  background: #f17424;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width:768px) {
  .profile__subtitle {
    font-size: 2rem;
  }
}
.profile__text {
  background: #FFF;
  font-size: 1.8rem;
  padding: 40px 100px;
}
@media screen and (max-width:960px) {
  .profile__text {
    padding: 40px 15px;
  }
}
.profile__btn {
  width: 400px;
  height: 50px;
  margin-inline: auto;
  margin-top: 80px;
  max-width: calc(100% - 30px);
}
@media screen and (max-width:960px) {
  .profile__btn {
    margin-top: 40px;
  }
}
.profile__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  color: #fff;
  background: #f17424;
  background-size: 34px;
  text-decoration: none;
}
.profile__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width:480px) {
  .profile__link {
    font-size: 2rem;
  }
}

.greeting__top {
  background: rgba(251, 215, 192, 0.9);
  padding: 140px 15px 150px;
}
@media screen and (max-width:960px) {
  .greeting__top {
    padding: 60px 15px 80px;
  }
}
.greeting__note {
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 30px;
}
@media screen and (max-width:960px) {
  .greeting__note {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .greeting__note {
    flex-direction: column;
    gap: 12px;
  }
}
.greeting__note .white {
  padding: 5px;
  background: #FFF;
  font-size: 2.6rem;
}
@media screen and (max-width:960px) {
  .greeting__note .white {
    font-size: 1.8rem;
  }
}
.greeting__att {
  text-align: center;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.greeting__att.-active {
  opacity: 1;
}
.greeting__att.-bottom {
  transform: translateY(-40px);
}
.greeting__att.-bottom.-active {
  transform: translateY(0);
}
.greeting__att.-top {
  transform: translateY(40px);
}
.greeting__att.-top.-active {
  transform: translateY(0);
}
.greeting__att.-left {
  transform: translateX(-40px);
}
.greeting__att.-left.-active {
  transform: translateX(0);
}
.greeting__att.-right {
  transform: translateX(40px);
}
.greeting__att.-right.-active {
  transform: translateX(0);
}
.greeting__main {
  padding: 200px 15px 230px;
}
@media screen and (max-width:960px) {
  .greeting__main {
    padding: 100px 15px;
  }
}
.greeting__box {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width:960px) {
  .greeting__box {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
}
.greeting__left {
  width: 597px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.greeting__right {
  width: 480px;
  max-width: 100%;
}
.greeting__name {
  font-size: 2.6rem;
  text-align: right;
}
@media screen and (max-width:960px) {
  .greeting__name {
    margin-top: 30px;
  }
}
@media screen and (max-width:768px) {
  .greeting__name {
    font-size: 2.3rem;
  }
}

.info-base {
  background: rgba(251, 215, 192, 0.9);
  padding: 50px 15px 250px;
}
@media screen and (max-width:960px) {
  .info-base {
    padding: 25px 15px 100px;
  }
}
.info-base .block-table {
  max-width: 1200px;
  margin-inline: auto;
}

.info-way {
  padding: 170px 15px 250px;
}
@media screen and (max-width:960px) {
  .info-way {
    padding: 80px 15px 100px;
  }
}
.info-way__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
@media screen and (max-width:960px) {
  .info-way__box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.info-way__text {
  width: 597px;
  max-width: 100%;
}
.info-way__img {
  width: 520px;
  max-width: 100%;
}

.access {
  padding: 170px 15px;
  background: rgba(251, 215, 192, 0.9);
}
@media screen and (max-width:960px) {
  .access {
    padding: 90px 15px 100px;
  }
}

.recruit-intro {
  background: rgba(251, 215, 192, 0.9);
  padding: 200px 15px 250px;
}
@media screen and (max-width:960px) {
  .recruit-intro {
    padding: 80px 15px 100px;
  }
}
.recruit-intro__note {
  text-align: center;
  margin-bottom: 70px;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .recruit-intro__note {
    text-align: left;
    font-size: 1.7rem;
  }
}
.recruit-intro__item {
  width: 372px;
  max-width: 100%;
  background: #f17424;
  color: #FFf;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .recruit-intro__item {
    text-align: left;
  }
}
.recruit-intro__img {
  margin-bottom: 15px;
}
.recruit-intro__subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .recruit-intro__subtitle {
    font-size: 2.1rem;
    text-align: center;
  }
}
.recruit-intro__box {
  display: flex;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width:960px) {
  .recruit-intro__box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.recruit-intro__text {
  text-align: left;
}

.recruit-entry {
  padding: 170px 15px 250px;
}
@media screen and (max-width:960px) {
  .recruit-entry {
    padding: 80px 15px 100px;
  }
}
.recruit-entry__text {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .recruit-entry__text {
    font-size: 1.7rem;
    text-align: left;
  }
}
.recruit-entry__btn {
  width: 400px;
  height: 50px;
  margin-inline: auto;
  max-width: calc(100% - 30px);
  margin-top: 40px;
}
@media screen and (max-width:960px) {
  .recruit-entry__btn {
    margin-top: 40px;
  }
}
.recruit-entry__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  color: #fff;
  background: #f17424 url(../img/index-c02.svg) no-repeat center right 22px;
  background-size: 34px;
  text-decoration: none;
  padding-right: 18px;
}
.recruit-entry__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width:480px) {
  .recruit-entry__link {
    font-size: 2rem;
  }
}

.recruit-voice {
  background: rgba(251, 215, 192, 0.9);
  padding: 170px 15px 230px;
}
@media screen and (max-width:960px) {
  .recruit-voice {
    padding: 80px 15px 100px;
  }
}

.contact {
  background: rgba(251, 215, 192, 0.9);
}
.contact__inner {
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width:960px) {
  .contact__inner {
    padding: 0 15px;
  }
}
.contact__text {
  letter-spacing: -0.03em;
  margin-bottom: 50px;
  padding-top: 100px;
}
@media screen and (max-width:960px) {
  .contact__text {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
.contact__access {
  background: rgba(255, 255, 255, 0.8);
  padding: 180px 15px 230px;
}
@media screen and (max-width:960px) {
  .contact__access {
    padding: 80px 15px 100px;
  }
}

#wpcf7-f19-o1 {
  padding-bottom: 230px;
}
@media screen and (max-width:960px) {
  #wpcf7-f19-o1 {
    padding-bottom: 80px;
  }
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: -12px;
  color: #191919;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .contact-form .form-group label {
    font-size: 1.6rem;
  }
}
.contact-form .form-group label .required {
  background-color: #f15b2a;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.05em 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
}
@media screen and (max-width:768px) {
  .contact-form .form-group label .required {
    font-size: 1.4rem;
  }
}
.contact-form .form-group .input-text,
.contact-form .form-group .select-box,
.contact-form .form-group .textarea-text {
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid #191919;
  border-radius: 4px;
  background-color: #fff;
  font-size: 2rem;
  transition: border-color 0.3s ease;
}
@media screen and (max-width:768px) {
  .contact-form .form-group .input-text,
  .contact-form .form-group .select-box,
  .contact-form .form-group .textarea-text {
    font-size: 1.6rem;
  }
}
.contact-form .form-group .input-text:focus,
.contact-form .form-group .select-box:focus,
.contact-form .form-group .textarea-text:focus {
  border-color: #555;
  outline: none;
}
.contact-form .form-group .textarea-text {
  height: 140px;
  resize: vertical;
}
.contact-form .check-group {
  margin: 2em 0 65px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .contact-form .check-group {
    font-size: 1.6rem;
  }
}
.contact-form .check-group input[type=checkbox] {
  margin-right: 0.5em;
  transform: scale(1.2);
}
.contact-form .submit-group {
  text-align: center;
}

.select-box {
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
  background: #fff;
}
.select-box:focus {
  border-color: #555;
  outline: none;
}

.select-box-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.select-box-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  pointer-events: none;
}

.submit-group {
  text-align: center;
}
.submit-group .submit-image {
  aspect-ratio: 800/100;
  width: 800px;
  max-width: 100%;
  background: url(../img/send.png) no-repeat center/contain;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.submit-group .submit-image:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wpcf7-list-item {
  margin: 0;
}

::-moz-placeholder {
  color: #b3b3b3;
}

::placeholder {
  color: #b3b3b3;
}

.thanks {
  background: rgba(251, 215, 192, 0.9);
  text-align: center;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width:960px) {
  .thanks {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.thanks__text {
  font-size: 1.8rem;
}
.thanks__btn {
  width: 400px;
  height: 50px;
  margin-inline: auto;
  margin-top: 80px;
  max-width: calc(100% - 30px);
}
@media screen and (max-width:960px) {
  .thanks__btn {
    margin-top: 40px;
  }
}
.thanks__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  color: #fff;
  background: #f17424 url(../img/index-c02.svg) no-repeat center right 22px;
  background-size: 34px;
  text-decoration: none;
}
.thanks__link:hover {
  text-decoration: none;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */