@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: -.01rem;
  background: url(images/bg.png);
  color: #540A00;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: -.01rem;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #ea5514;
  background: transparent;
  -webkit-tap-highlight-color: rgba(234, 85, 20, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #ef7742;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #ed662b;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body.home {
  background: #ea5514;
  overflow: hidden;
}

.pc-view {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-view {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.btn-more a {
  background: #000000;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #FFFFFF;
  border-radius: 5px;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: .1s;
  transition: .1s;
  width: 120px;
  padding: 5px 40px 7px 20px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .btn-more a {
    font-size: 1.8rem;
    padding: 3px 60px 5px 20px;
    width: auto;
  }
}

.btn-more a::after {
  content: "";
  display: block;
  background: url(images/arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home .l-header {
  background: transparent;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  background: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .l-header {
    padding: 25px 45px;
  }
}

.l-header h1 {
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .l-header h1 {
    width: 300px;
  }
}

.l-header .header-nav {
  margin-left: auto;
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-header .header-nav {
    display: inline-block;
  }
}

.l-header .header-nav .entry {
  margin-right: 80px;
  margin-top: 20px;
}

.l-header .header-nav .entry:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-header .header-nav .entry a {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  background: #000000;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 15px 40px;
  font-size: 2rem;
}

.mv {
  height: 70vh;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mv {
    height: 100vh;
  }
}

.mv #mv-slider .swiper-wrapper {
  height: 70vh;
}

@media only screen and (min-width: 768px) {
  .mv #mv-slider .swiper-wrapper {
    height: 100vh;
  }
}

.mv #mv-slider .swiper-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv h2 {
  position: absolute;
  bottom: 0;
  z-index: 15;
  color: #FFFFFF;
  font-size: 12.5vw;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  padding: 0 5vw;
  white-space: nowrap;
  line-height: .8;
  z-index: 25;
}

@media only screen and (min-width: 768px) {
  .mv h2 {
    font-size: 10vw;
  }
}

.mv h2 span {
  font-size: 10vw;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .mv h2 span {
    display: inline;
    font-size: 5vw;
  }
}

.mv::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  z-index: 20;
}

.news {
  background: #FFFFFF;
  margin: 50px 5vw;
  border-radius: 5px;
  padding: 20px 30px;
}

@media only screen and (min-width: 768px) {
  .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 150px 10vw;
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .news .news-inner {
    width: 60%;
    margin-right: 50px;
  }
}

.news h3 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #ea5514;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .news h3 {
    font-size: 4rem;
  }
}

.news h4 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #ea5514;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .news h4 {
    font-size: 2rem;
  }
}

.news .tit-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}

.news a {
  display: block;
}

.news a dl {
  border-bottom: 2px dotted #ea5514;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .news a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .news a dl dt {
    width: 200px;
  }
}

.news a dl dd {
  width: 100%;
}

.news .btn-more {
  margin-left: auto;
  margin-top: 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

.news .btn-more:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
  .news .btn-more {
    margin-top: auto;
  }
}

.about-infinity {
  position: relative;
}

.about-infinity::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
}

.movie {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .movie {
    margin-bottom: 100px;
  }
}

.movie .tit-movie {
  color: #FFFFFF;
  font-size: clamp(3rem, 3vw, 4rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  margin-bottom: 10px;
}

.video-responsive-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background: #000;
  margin: 0 auto;
  /* 1. コンテナ自体のラインの高さをゼロにする */
  line-height: 0;
  font-size: 0;
  /* 2. はみ出しを隠す */
  overflow: hidden;
}

.video-responsive-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* 3. 画像を下側に揃える（隙間を消す） */
  display: block;
  vertical-align: bottom;
}

/* YouTubeプレイヤー自体の隙間対策 */
#player {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}

.about {
  margin: auto;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10vw;
    margin-bottom: 200px;
  }
}

.about .tit-wrap-base {
  color: #FFFFFF;
}

.about .txt {
  margin-top: 20px;
}

.about .about-l {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .about .about-l {
    width: 55%;
    margin-right: 100px;
  }
}

.about .pic {
  margin-top: 50px;
  margin-left: 15vw;
}

@media only screen and (min-width: 768px) {
  .about .pic {
    width: 45%;
    margin-top: 0;
    margin-left: 0;
  }
}

.about .pic img {
  width: 100%;
}

.tit-wrap-base .tit-en {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(4rem, 4vw, 9rem);
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .tit-wrap-base .tit-en {
    margin-bottom: 0;
    letter-spacing: .3rem;
  }
}

.tit-wrap-base .tit-jp {
  font-size: clamp(2rem, 2vw, 4rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  line-height: 1.1;
  letter-spacing: .3rem;
}

.works {
  background: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .works {
    padding-top: 100px;
  }
}

.works .tit-wrap-base {
  color: #ea5514;
  text-align: center;
}

.works .txt {
  max-width: 500px;
  margin: 20px auto;
  text-align: left;
  width: 90%;
}

.works-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
  margin: 40px auto;
  width: 90%;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .works-card {
    margin: 80px auto;
    padding: 0 10vw;
  }
}

.works-card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 60%;
  object-position: center 60%;
  aspect-ratio: 2 / 1.4;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .works-card img {
    aspect-ratio: 1 / .9;
    -o-object-position: center center;
    object-position: center center;
  }
}

.works-card > div {
  width: 98%;
  margin-bottom: 30px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .works-card > div {
    width: 45%;
  }
}

@media only screen and (min-width: 1025px) {
  .works-card > div {
    width: 45%;
    margin-bottom: 0;
  }
}

.works-card > div:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.works-card h4 {
  background: #ea5514;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #FFFFFF;
  font-size: clamp(2.5rem, 1.5vw, 3rem);
  padding: 0 20px;
}

.works-card h4::after {
  content: "";
  display: block;
  background: url(images/arrow.svg) no-repeat;
  position: absolute;
  width: 5vw;
  height: 5vw;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .works-card h4::after {
    max-width: 30px;
    max-height: 30px;
    width: 2vw;
    height: 2vw;
    margin-top: 3px;
  }
}

.info {
  position: relative;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .info {
    padding-bottom: 150px;
  }
}

.info .en-upper {
  position: absolute;
  font-size: 10vw;
  color: #FFFFFF;
  z-index: 20;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  white-space: nowrap;
  opacity: .1;
  width: 100%;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .info .en-upper {
    font-size: 9vw;
    top: -10px;
  }
}

.info .info-wrap {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .info .info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 250px;
    margin: 0 7vw 0 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.info h3 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #FFFFFF;
  font-size: clamp(4.5rem, 6.5vw, 7rem);
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .info h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 10%;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .info h3 br {
    display: none;
  }
}

.info h4 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #FFFFFF;
  font-size: 3rem;
  text-align: center;
  margin: 50px 0;
}

.info .info-inner {
  width: 90%;
  margin: auto;
}

.info .info-inner .txt {
  max-width: 500px;
  margin: 30px auto 0;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .info .info-inner .txt {
    margin: auto;
  }
}

.info .info-card {
  margin: 50px auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .info .info-card {
    width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.info .info-card .info-box {
  background: #FFFFFF;
  white-space: nowrap;
  border-radius: 5px;
  color: #ea5514;
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 40px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  aspect-ratio: 1 / .4;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box {
    width: 32%;
    aspect-ratio: 1 / .6;
    margin-bottom: 20px;
  }
}

.info .info-card .info-box .info-tit {
  font-size: 6vw;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box .info-tit {
    font-size: clamp(1.6rem, 1.5vw, 3rem);
  }
}

.info .info-card .info-box .txt-up {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: 6vw;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box .txt-up {
    font-size: clamp(1rem, 2.5vw, 2.8rem);
  }
}

.info .info-card .info-box .txt-mid {
  font-size: 7vw;
  top: 30%;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box .txt-mid {
    font-size: clamp(1rem, 2.5vw, 3.2rem);
  }
}

.info .info-card .info-box .holiday {
  margin-top: 2vw;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box .holiday {
    margin-top: 20px;
  }
}

.info .info-card .info-box .day {
  font-size: clamp(2.5rem, 2.5vw, 2.8rem);
  line-height: 1;
  position: relative;
  bottom: -14px;
  margin-left: .4rem;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box .day {
    bottom: -22px;
  }
}

.info .info-card .info-box .odometer {
  font-size: 9vw;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-variant-numeric: tabular-nums;
}

@media only screen and (min-width: 768px) {
  .info .info-card .info-box .odometer {
    font-size: clamp(1.6rem, 3vw, 5rem);
  }
}

.info .info-card .info-box dl dt {
  font-weight: 900;
}

.info .info-card .info-box dl dd {
  font-size: clamp(1.6rem, 3vw, 5rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  white-space: nowrap;
}

.message {
  background: url(images/bg_messa_sp.jpg) center top/contain no-repeat #FFFFFF;
  padding: 40px 0 100px;
}

@media only screen and (min-width: 768px) {
  .message {
    background: url(images/bg_messe.jpg) center top/cover no-repeat;
    padding: 20px 0 100px;
  }
}

@media only screen and (min-width: 768px) {
  .message {
    padding: 70px 0 200px;
  }
}

.message .messe-inner {
  width: 80%;
  margin: auto;
}

.message .messe-en {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(1.6rem, 11vw, 9rem);
  color: #ea5514;
  line-height: 1.2;
  white-space: nowrap;
}

.message h4 {
  font-size: clamp(2.5rem, 2.5vw, 4rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #ea5514;
}

@media only screen and (min-width: 768px) {
  .message h4 {
    margin-left: 8%;
  }
}

.message .txt-box {
  background: #ea5514;
  max-width: 500px;
  padding: 30px 40px;
  color: #FFFFFF;
  border-radius: 10px;
  margin-top: 300px;
}

@media only screen and (min-width: 768px) {
  .message .txt-box {
    margin-left: 5%;
    margin-top: 50px;
    padding: 50px;
  }
}

.message .txt-box dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .message .txt-box dl dt {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .message .txt-box dl dt br {
    display: none;
  }
}

.message .txt-box dl dd {
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .message .txt-box dl dd {
    line-height: 1.7;
  }
}

.voice {
  background: #FFFFFF;
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  .voice {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .voice .tit-voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.voice .voice-en {
  font-size: clamp(7rem, 7vw, 15rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  line-height: .8;
  color: #ea5514;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .voice .voice-en {
    margin-left: 17%;
    text-align: left;
  }
}

.voice h4 {
  font-size: clamp(2.5rem, 2.5vw, 5rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  line-height: 1.5;
  color: #ea5514;
  text-align: center;
  letter-spacing: .4rem;
}

@media only screen and (min-width: 768px) {
  .voice h4 {
    margin-left: 5rem;
    text-align: left;
  }
}

.voice h4.sp-view {
  color: #FFFFFF;
  margin-bottom: 30px;
}

.voice .voice-inner {
  background: #ea5514;
  color: #FFFFFF;
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  .voice .voice-inner {
    padding: 80px 0;
  }
}

.voice .voice-inner .txt {
  max-width: 800px;
  margin: auto;
  width: 90%;
}

.voice .voice-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 80px auto;
}

.voice .voice-card .voice-box {
  -webkit-transition: .2s;
  transition: .2s;
}

.voice .voice-card .voice-box dl {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .voice .voice-card .voice-box dl {
    margin-top: 30px;
  }
}

.voice .voice-card .voice-box dl dt {
  font-weight: 900;
}

.voice .voice-card .voice-box dl dd {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  margin-top: 10px;
  font-size: clamp(3rem, 2vw, 4rem);
  line-height: 1;
  letter-spacing: .3rem;
}

.voice .voice-card .voice-box dl dd span {
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
}

.voice .voice-card .voice-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.voice .voice-card .voice-box .btn-more {
  max-width: 140px;
  margin: 25px auto;
}

.voice .voice-card .voice-box .btn-more a {
  padding-top: 5px;
  padding-bottom: 8px;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .voice .voice-card .voice-box .btn-more a {
    padding-top: 0;
    padding-bottom: 3px;
  }
}

.voice .voice-card .voice-box:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* デフォルトはSwiperをSP用に効かせる */
#voice-slider {
  overflow: hidden;
  margin-left: 5vw;
}

/* PC時はSwiper無効化して3カラム表示 */
@media screen and (min-width: 768px) {
  #voice-slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    /* カラム間の余白 */
  }
  #voice-slider .swiper-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(33.333% - 20px);
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

.faq {
  background: #f2f1e5;
  padding: 200px 0 100px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .faq {
    padding: 150px 0;
  }
}

.faq .tit-wrap {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .faq .tit-wrap {
    top: 120px;
  }
}

.faq .faq-en {
  font-size: clamp(5rem, 5.5vw, 7rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #ea5514;
  line-height: 1;
  text-align: center;
}

.faq h4 {
  font-size: clamp(2.5rem, 2.5vw, 3rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #ea5514;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}

.faq .faq-inner {
  background: #FFFFFF;
  max-width: 1000px;
  margin: auto;
  border-radius: 20px;
  padding: 30px 20px;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .faq .faq-inner {
    padding: 130px 100px 50px;
  }
}

.faq .faq-inner dl {
  border-bottom: 2px dotted #ea5514;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}

.faq .faq-inner dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ea5514;
  padding-top: 10px;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.faq .faq-inner dl dt::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000000;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}

.faq .faq-inner dl dt::before {
  content: "Q.";
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: 2.5rem;
  color: #ea5514;
  line-height: 2;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .faq .faq-inner dl dt::before {
    line-height: 1;
    top: 10px;
  }
}

.faq .faq-inner dl dt.ac::after {
  content: "-";
}

.faq .faq-inner dl dd {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  position: relative;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) {
  .faq .faq-inner dl dd {
    padding-top: 15px;
  }
}

.faq .faq-inner dl dd::before {
  content: "A.";
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: 2.5rem;
  margin-right: 1rem;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: -0px;
}

@media only screen and (min-width: 768px) {
  .faq .faq-inner dl dd::before {
    top: 10px;
  }
}

.job {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .job {
    padding-top: 250px;
  }
}

.job .en-upper {
  position: absolute;
  top: 0px;
  white-space: nowrap;
  font-size: 9vw;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  opacity: .1;
}

@media only screen and (min-width: 768px) {
  .job .en-upper {
    top: 100px;
  }
}

.job h4 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #FFFFFF;
  text-align: center;
}

.job .txt {
  max-width: 500px;
  margin: 40px auto 30px;
  color: #FFFFFF;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .job .txt {
    margin: 0 auto 80px;
  }
}

.job-box {
  background: #FFFFFF;
  margin: auto;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 30px;
  width: 95%;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .job-box {
    width: 70%;
    padding: 40px 70px;
  }
}

.job-box:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.job-box > dl {
  position: relative;
}

.job-box > dl::after {
  content: "+";
  display: block;
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: 0;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}

@media only screen and (min-width: 768px) {
  .job-box > dl::after {
    margin-top: 6px;
    right: 0;
  }
}

.job-box > dl.ac::after {
  content: "-";
}

.job-box > dl > dt {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  color: #ea5514;
  font-size: clamp(2.5rem, 2.5vw, 5rem);
}

.job-box > dl > dd {
  padding-top: 40px;
  font-size: clamp(1.7rem, 1vw, 5rem);
}

@media only screen and (min-width: 768px) {
  .job-box > dl > dd {
    margin-left: 40px;
  }
}

.job-box > dl dl {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .job-box > dl dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.job-box > dl dl dt {
  background: #ea5514;
  color: #FFFFFF;
  font-weight: 900;
  padding: 2px 15px;
  font-size: 4vw;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .job-box > dl dl dt {
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 3rem;
    min-width: 180px;
  }
}

.entry {
  background: #FFFFFF;
}

.entry .tit-wrap-base {
  color: #ea5514;
  text-align: center;
  padding: 80px 0 30px;
}

@media only screen and (min-width: 768px) {
  .entry .tit-wrap-base {
    padding: 100px 0;
  }
}

.entry .tit-en {
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .entry .tit-en br {
    display: none;
  }
}

.entry .entry-inner {
  background: #f2f1e5;
  max-width: 1000px;
  margin: auto;
  border-radius: 20px;
  padding: 40px 20px;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-inner {
    padding: 100px 150px;
  }
}

.entry .txt-att {
  font-size: 1.6rem;
  color: #ea5514;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .entry .txt-att {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}

.entry dl {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .entry dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.entry dl dt {
  margin-bottom: 10px;
}

.entry dl dt::before {
  content: "●";
  display: inline-block;
  margin-right: .5rem;
}

@media only screen and (min-width: 768px) {
  .entry dl dt {
    width: 250px;
    margin-right: 30px;
  }
}

.entry dl dd {
  width: 100%;
}

.entry input {
  border: none;
  padding: 10px;
  border-radius: 5px;
}

.entry input[type="text"], .entry input[type="email"], .entry textarea {
  width: 100%;
}

.privacy-box {
  height: 300px;
  overflow-y: auto;
  background: #FFFFFF;
  padding: 50px;
  font-size: 90%;
  margin-top: 100px;
}

.privacy-box li {
  margin-bottom: 30px;
}

.privacy-box .tit-privacy {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}

.access {
  background: #FFFFFF;
  padding: 50px 0;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 768px) {
  .access {
    padding: 100px 0;
  }
}

.access .tit-wrap-base {
  color: #ea5514;
  text-align: center;
}

.access .map {
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
  height: 0;
  padding-top: 85%;
}

@media only screen and (min-width: 768px) {
  .access .map {
    padding-top: 45%;
  }
}

.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnr-rec {
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0px auto 0;
  background: #FFFFFF;
  padding-bottom: 80px;
  padding-top: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media only screen and (min-width: 768px) {
  .bnr-rec {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.bnr-rec:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.zip-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zip-wrap .pt1 {
  margin-right: 10px;
}

.zip-wrap .pt2 input, .zip-wrap .pt4 input {
  width: 60px;
}

.zip-wrap .pt3 {
  margin: 0 10px;
}

select, textarea {
  border: none;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.banchi {
  margin-top: 10px;
}

.wpcf7-submit {
  background: #ea5514;
  border-radius: 100px !important;
  color: #FFFFFF;
  font-weight: 900;
  width: 200px;
  margin: 50px auto 0;
  display: block;
  height: 55px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wpcf7-submit:hover {
  opacity: .7;
}

/* ----------------------------------

セカンド

---------------------------------- */
#container {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) {
  #container {
    padding-top: 140px;
  }
}

.se-header {
  color: #FFFFFF;
  text-align: center;
  background: #ea5514;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .se-header {
    height: 270px;
    margin-bottom: 100px;
  }
}

.se-header .se-en {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(3rem, 3vw, 5rem);
  line-height: 1.1;
}

.se-header h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(2rem, 1.5vw, 3rem);
}

.news-content {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin-bottom: 100px;
}

.news-content::after {
  content: "";
  display: block;
  width: 31%;
}

.news-content .news-box {
  width: 31%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}

.news-content .news-box:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.news-content .news-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .6;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-content .news-box a {
  color: #FFFFFF;
}

.news-content .news-box .detail {
  padding: 10px 20px 30px;
  background: #ea5514;
}

.news-content .news-box .arrow {
  background: #000000;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* pager */
.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-bottom: 100px;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #fff;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #ea5514;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #ea5514;
}

.news-column {
  max-width: 900px;
  margin: auto;
  width: 90%;
}

.news-column .blog-tit-wrap {
  background: #ea5514;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .news-column .blog-tit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
}

.news-column .blog-tit-wrap .date {
  margin-right: 2rem;
}

.news-column .blog-tit-wrap h3 {
  font-size: 4.5vw;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .news-column .blog-tit-wrap h3 {
    font-size: 2rem;
    margin-top: 0;
  }
}

.news-column .share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .news-column .share-wrap {
    margin-bottom: 80px;
  }
}

.news-column .share-wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-column .share-wrap dl dt {
  margin-right: 1rem;
}

.news-column .share-wrap dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-x {
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 1rem;
}

.facebook i {
  color: #1877f2;
}

.wp-block-image img {
  max-width: 100%;
  margin: 10px 0;
}

.post-page-nav {
  margin: 100px auto;
  max-width: 900px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-back {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-back a {
  display: block;
  width: 100px;
  border-radius: 100px;
  background: #ea5514;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 2px solid #ea5514;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .btn-back a {
    width: 150px;
    font-size: 1.5rem;
  }
}

.btn-back a:hover {
  background: #FFFFFF;
  color: #ea5514;
}

.nextPost, .prevPost {
  width: 33%;
}

.nextPost i, .prevPost i {
  color: #ea5514;
}

.prevPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-thumbnail {
  width: 100%;
  margin-bottom: 30px;
}

.post-thumbnail img {
  width: 100%;
}

/* footer */
.l-footer {
  background: #ea5514;
  position: relative;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 100px 0 50px;
  }
}

.l-footer .footer-inner {
  max-width: 800px;
  margin: auto;
  color: #FFFFFF;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer .footer-inner .logo-f {
  width: 280px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .logo-f {
    width: 300px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap {
    width: 45%;
  }
}

.l-footer .footer-inner .tel-wrap .tel {
  font-size: 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap .tel {
    font-size: 5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.l-footer .footer-inner .tel-wrap .tel::before {
  content: "";
  display: block;
  background: url(images/tel.svg) no-repeat;
  width: 20px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap .tel::before {
    width: 30px;
    height: 50px;
    top: unset;
  }
}

.l-footer .footer-inner .tel-wrap .mail {
  margin-top: 10px;
}

.l-footer .footer-inner .tel-wrap .mail a {
  background: #FFFFFF;
  display: block;
  width: 90%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4vw;
  -webkit-transition: .5s;
  transition: .5s;
  border: 3px solid #FFFFFF;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap .mail a {
    font-size: 1.8rem;
    width: 100%;
  }
}

.l-footer .footer-inner .tel-wrap .mail a::before {
  content: "";
  display: block;
  background: url(images/mail_b.svg) no-repeat;
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-footer .footer-inner .tel-wrap .mail a:hover {
  background: #ea5514;
  color: #FFFFFF;
}

.l-footer .footer-inner .tel-wrap .mail a:hover::before {
  background: url(images/mail.svg) no-repeat;
}

.fnav {
  margin-top: 70px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .fnav {
    display: inherit;
  }
}

.fnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fnav ul li {
  position: relative;
}

.fnav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 110%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
}

.fnav ul li:nth-child(1)::after {
  display: none;
}

.fnav a {
  color: #FFFFFF;
  padding-left: 1vw;
  padding-right: 1vw;
}

.copy {
  background: #FFFFFF;
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: 1.1rem;
  letter-spacing: -.01rem;
  padding: 15px;
}

.page-top {
  background: #ea5514;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 5vw 30px 10px;
}

.page-top::after {
  content: "▲";
  display: block;
  color: #FFFFFF;
}

.page-top a {
  color: #FFFFFF;
}

/* ----------------------------------

モーダル

---------------------------------- */
.modal__trigger {
  display: inline-block;
  cursor: pointer;
}

.modal__trigger img {
  width: 100%;
}

.modal__wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.modal__container {
  background: #fff;
  max-width: 700px;
  width: 90%;
  padding: 20px 30px;
  position: absolute;
  left: 50%;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  .modal__container {
    padding: 40px 60px;
    max-height: 90vh;
    overflow-y: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.modal__container .modal-en {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  text-align: center;
  font-size: clamp(1.9rem, 1.6vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -.01rem;
  white-space: nowrap;
}

.modal__container dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

.modal__container dl dt {
  width: 55px;
}

.modal__container dl dd {
  text-align: center;
  width: 100%;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  letter-spacing: -.01rem;
}

.modal__container dl.short {
  max-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.modal__container.voice_cont {
  max-width: 900px;
}

.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 3rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  background: #000000;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  .modal-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .modal-tit .tit-wrap {
    width: 45%;
  }
}

.modal-tit .tit-wrap .tit-en {
  color: #ea5514;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(1.7rem, 2vw, 2.5rem);
  text-align: center;
}

.modal-tit .tit-wrap h4 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(2.5rem, 2.3vw, 3.3rem);
  letter-spacing: .3rem;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .modal-tit .tit-wrap h4 {
    margin-top: 30px;
  }
}

.modal-tit .pic {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .modal-tit .pic {
    width: 50%;
    margin-top: 0;
  }
}

.modal-tit .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .modal-tit .pic img {
    aspect-ratio: 1 / 1;
  }
}

.inner-rec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .inner-rec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.inner-rec .label {
  color: #ea5514;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .inner-rec .label {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.inner-rec .name {
  font-size: clamp(3.2rem, 3.5vw, 3.5rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  letter-spacing: .3rem;
  color: #000000;
  text-align: center;
}

.inner-rec .name span {
  font-size: 1.8rem;
}

.inner-rec dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .inner-rec dl {
    margin-top: 30px;
  }
}

.inner-rec dl dt {
  width: 100%;
  background: #ea5514;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  padding: 0 20px;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: .3rem;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  margin-bottom: 10px;
}

.inner-rec dl dd {
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  color: #000000;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .inner-rec .inner-rec-tit {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .inner-rec .pic-wrap {
    width: 47%;
  }
}

.inner-rec .sch {
  background: #F2F1E5;
  padding: 20px;
  margin-top: 40px;
}

.inner-rec .sch dl {
  margin: 0;
  padding: 0;
}

.inner-rec .sch dl dt {
  background: none;
  color: #ea5514;
  text-align: center;
}

.inner-rec .sch dl ul {
  color: #ea5514;
  padding-left: 20px;
}

.inner-rec .sch dl ul li {
  margin-bottom: 10px;
  position: relative;
}

.inner-rec .sch dl ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 0%;
}

.inner-rec .sch.sch-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .inner-rec .sch.sch-pc {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .inner-rec .sch.sch-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .modal-tit-voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .modal-tit-voice .tit-wrap {
    width: 45%;
  }
}

.modal-tit-voice .tit-wrap .tit-en {
  color: #ea5514;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(2rem, 3vw, 3.5rem);
  text-align: center;
}

.modal-tit-voice .tit-wrap h4 {
  font-size: clamp(1.6rem, 1.5vw, 3rem);
  text-align: center;
  margin-top: 10px;
  font-weight: 900;
  color: #ea5514;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .modal-tit-voice .tit-wrap h4 {
    margin-top: 30px;
  }
}

.modal-tit-voice .tit-wrap h4::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #ea5514;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal-tit-voice .tit-wrap .name {
  font-size: clamp(2.5rem, 2.5vw, 3.5rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  text-align: center;
  margin-top: 20px;
  letter-spacing: .3rem;
}

@media only screen and (min-width: 768px) {
  .modal-tit-voice .tit-wrap .name {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-tit-voice .pic {
    width: 50%;
  }
}

.modal-tit-voice .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .modal-tit-voice .pic img {
    aspect-ratio: 1 / 1;
  }
}

.txt-content {
  margin-top: 30px;
  font-size: 90%;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .txt-content {
    line-height: 1.7;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.btn-wrap button {
  border: none;
  background: #ea5514;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 2.5rem;
  padding: 5px 10px;
}

.btn-wrap .modal__next {
  margin-left: 10px;
}

/*　mv */
#mv-slider .swiper-wrapper,
#about-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 60px;
  height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
  background: #ea5514;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .openbtn {
    width: 70px;
    height: 60px;
    top: 35px;
    right: 35px;
  }
}

.openbtn.active {
  position: fixed;
  border: 1px solid #FFFFFF;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .openbtn span {
    left: 18px;
  }
}

.openbtn span:nth-of-type(1) {
  top: 12px;
}

@media only screen and (min-width: 768px) {
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
}

.openbtn span:nth-of-type(2) {
  top: 22px;
}

@media only screen and (min-width: 768px) {
  .openbtn span:nth-of-type(2) {
    top: 27px;
  }
}

.openbtn span:nth-of-type(3) {
  top: 32px;
}

@media only screen and (min-width: 768px) {
  .openbtn span:nth-of-type(3) {
    top: 37px;
  }
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
  top: 16px;
}

@media only screen and (min-width: 768px) {
  .openbtn.active span:nth-of-type(1) {
    top: 21px;
    left: 18px;
  }
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
  top: 40px;
}

@media only screen and (min-width: 768px) {
  .openbtn.active span:nth-of-type(3) {
    top: 45px;
    left: 18px;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(234, 85, 20, 0.9);
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  padding: 0px 0px;
}

@media only screen and (min-width: 768px) {
  #g-nav {
    padding: 0px 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #g-nav {
    padding: 0px 100px;
    height: 70vh;
  }
}

#g-nav a {
  color: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  #g-nav #g-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    max-width: 1200px;
  }
}

#g-nav #g-nav-list .nav-l {
  margin-top: 110px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-l {
    width: 60%;
  }
}

#g-nav #g-nav-list .nav-l .nav-main {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
  font-size: clamp(1.6rem, 2vw, 2rem);
}

#g-nav #g-nav-list .nav-l .nav-main .home {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-l .nav-main .home {
    margin-bottom: 10px;
  }
}

#g-nav #g-nav-list .nav-l .nav-main .home a::after {
  display: none;
}

#g-nav #g-nav-list .nav-l .nav-main li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-l .nav-main li a {
    margin-bottom: 0;
  }
}

#g-nav #g-nav-list .nav-l .nav-main li a span {
  display: inline-block;
  position: relative;
}

#g-nav #g-nav-list .nav-l .nav-main li a span::before {
  position: absolute;
  bottom: 0px;
  left: 0%;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#g-nav #g-nav-list .nav-l .nav-main li a span:hover::before {
  width: 100%;
}

#g-nav #g-nav-list .nav-l .nav-main li a::after {
  content: "";
  display: block;
  background: url(images/tr.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 2rem;
}

#g-nav #g-nav-list .nav-l .nav-main li a:hover {
  opacity: 1 !important;
}

#g-nav #g-nav-list .nav-l .nav-sub {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-l .nav-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#g-nav #g-nav-list .nav-l .nav-sub li {
  margin-right: 30px;
  font-size: clamp(1.5rem, 1.2vw, 1.5rem);
  white-space: nowrap;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-l .nav-sub li {
    margin-bottom: 0;
  }
}

#g-nav #g-nav-list .nav-l .nav-sub li i {
  margin-left: 1rem;
}

#g-nav #g-nav-list .nav-r {
  margin-top: 50px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-r {
    width: 85%;
  }
}

@media only screen and (min-width: 1025px) {
  #g-nav #g-nav-list .nav-r {
    width: 40%;
    margin-top: 150px;
  }
}

#g-nav #g-nav-list .nav-r .rec-info a {
  background: #FFFFFF;
  color: #ea5514;
  font-size: 2rem;
  font-weight: 900;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  padding: 20px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 1025px) {
  #g-nav #g-nav-list .nav-r .rec-info a {
    font-size: 2.5rem;
  }
}

#g-nav #g-nav-list .nav-r .rec-info a:hover {
  opacity: 1;
  background: #f2f2f2;
}

#g-nav #g-nav-list .nav-r .btn-entry {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  #g-nav #g-nav-list .nav-r .btn-entry {
    margin-top: 40px;
  }
}

#g-nav #g-nav-list .nav-r .btn-entry a {
  background: #000000;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 900;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  padding: 15px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 数値を大きくすると縦に伸びる */
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /* どこを基準に伸ばすか */
}

@media only screen and (min-width: 1025px) {
  #g-nav #g-nav-list .nav-r .btn-entry a {
    font-size: 2.5rem;
  }
}

#g-nav #g-nav-list .nav-r .btn-entry a:hover {
  opacity: 1;
  background: #333;
}

#g-nav #g-nav-list .nav-r .nav-r-sub {
  margin-top: 40px;
  font-weight: 900;
  font-size: clamp(1.6rem, 1vw, 2rem);
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#g-nav #g-nav-list .nav-r .nav-r-sub li {
  padding: 0vw 2vw;
}

#g-nav #g-nav-list .nav-r .nav-r-sub li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#g-nav #g-nav-list .nav-r .nav-r-sub li a::after {
  content: "";
  display: block;
  background: url(images/tr.svg) no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 1rem;
  top: 1px;
  position: relative;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

@media only screen and (min-width: 1025px) {
  #g-nav.panelactive #g-nav-list {
    width: 85%;
  }
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/* loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  /*background-image: url('images/bg.png');*/
  /* 背景画像 */
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: #FFFFFF;
}

#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* アニメーション */
#loading img {
  width: 250px;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: loadingFadeZoom 1s ease-out forwards;
  animation: loadingFadeZoom 1s ease-out forwards;
}

@-webkit-keyframes loadingFadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingFadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.home .l-header,
.home .logo,
.home .glade,
.home .openbtn {
  opacity: 0;
  /* 最初は透明にしておく */
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* 1秒かけてゆっくりと透明度を変える */
}

.home .main-cacth {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  bottom: -20px;
  position: absolute;
}

.home .l-header.is-visible,
.home .logo.is-visible,
.home .glade.is-visible,
.home .openbtn.is-visible {
  opacity: 1;
  /* このクラスが追加されると不透明になる */
}

.home .main-cacth.is-visible {
  opacity: 1;
  /* このクラスが追加されると不透明になる */
  bottom: 0;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.not-txt {
  color: #FFFFFF;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}
