@charset "UTF-8";
/* =================================================================================================

　基本スタイル

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　リセット
---------------------------------------------------------------------------- */
body a {
  outline: 0;
}

body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, strong, address {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

main {
  display: block;
  overflow-x: hidden !important;
}

main {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------
　フォントサイズ
---------------------------------------------------------------------------- */
html {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 592px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 12px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
　フォントファミリー
---------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1A1311;
  font-weight: 400;
  overflow-x: hidden !important;
}

/* ----------------------------------------------------------------------------
　リンク
---------------------------------------------------------------------------- */
a {
  text-decoration: none;
  text-underline-offset: 0.1rem;
  color: #1A1311;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 592px) {
  a:hover {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------------
　要素の表示・非表示
---------------------------------------------------------------------------- */
.is-visible-xld,
.is-visible-ld,
.is-visible-md,
.is-visible-sd {
  display: none;
}

@media all and (max-width: 1366px) {
  .is-visible-xld {
    display: block;
  }
  .is-hidden-xld {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .is-visible-md {
    display: block;
  }
  .is-hidden-md {
    display: none;
  }
}
@media screen and (max-width: 592px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
　画像ぼやけ対策
---------------------------------------------------------------------------- */
img {
  -webkit-backface-visibility: hidden;
}

/* ----------------------------------------------------------------------------
　ヘッダ
---------------------------------------------------------------------------- */
header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #F2F2F2;
  z-index: 100;
}

header .logo_box {
  margin-left: 2rem;
}
@media screen and (max-width: 800px) {
  header .logo_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 592px) {
  header .logo_box {
    margin-left: 1rem;
  }
}

header .logo_box .logo_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .logo_box .logo_box_inner {
    display: inline-block;
  }
}

header .logo {
  width: 194px;
  margin-right: 1rem;
  position: relative;
  top: -0.08rem;
}
header .logo img {
  width: 100%;
}

header .site_title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #21547E;
}
@media screen and (max-width: 1024px) {
  header .site_title {
    font-size: 0.875rem;
    text-align: center;
  }
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 800px) {
  header .menu {
    display: none;
  }
}

header .menu li {
  margin-right: 1.7rem;
}
@media all and (max-width: 1366px) {
  header .menu li {
    margin-right: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  header .menu li {
    margin-right: 1rem;
  }
}

header .menu li a {
  font-size: 0.8rem;
  font-weight: 600;
  position: relative;
}
header .menu li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  width: 0%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .menu li a:hover:after {
  width: 100%;
  left: 0%;
}

header .contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 256px;
          flex: 0 0 256px;
}
@media screen and (max-width: 1024px) {
  header .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media screen and (max-width: 800px) {
  header .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
header .contact img {
  width: 100%;
  display: block;
}

header .contact a {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #FF6D3B;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  header .contact a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  header .contact a {
    display: block;
    text-align: center;
    padding: 0.5rem 0;
  }
}
header .contact a span {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  header .contact a span {
    display: block;
  }
}
header .contact a img {
  width: 22px;
  margin-right: 0.4rem;
  position: relative;
  top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  header .contact a img {
    width: 18px;
    top: 0rem;
  }
}
@media screen and (max-width: 800px) {
  header .contact a img {
    width: 25px;
    display: block;
    margin: 0 auto 0.5rem;
  }
}
header .contact a:after {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0rem;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #f74d13, #f74d13 48.5%, #f74d13 50.5%, rgba(0, 0, 0, 0) 50.5%, rgba(0, 0, 0, 0) 51.5%, rgba(0, 0, 0, 0));
}

header .contact a:before {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0rem;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 48.5%, rgba(0, 0, 0, 0) 50.5%, #f74d13 50.5%, #f74d13 51.5%, #f74d13);
}

header .contact a:hover {
  opacity: 1;
}

header .contact a:hover:after {
  left: 0%;
}

header .contact a:hover:before {
  right: 0%;
}

header .sp_menu_open {
  width: 70px;
  height: 100%;
  display: none;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .sp_menu_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .sp_menu_open p {
  font-size: 0.8rem;
  line-height: 100%;
  position: absolute;
  left: 0rem;
  bottom: -1.2rem;
  text-align: center;
  width: 100%;
}
header .sp_menu_open p.close {
  display: none;
}

header .sp_menu_open.active p.close {
  display: block;
}
header .sp_menu_open.active p.open {
  display: none;
}

header .sp_menu_open a {
  display: block;
  width: 50%;
  height: 25px;
  position: relative;
  margin: 0 auto;
  top: -0.2rem;
}

header .sp_menu_open a span {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .sp_menu_open a span:nth-child(2) {
  top: 45%;
}

header .sp_menu_open a span:nth-child(3) {
  top: 90%;
}

header .sp_menu_open.active a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}

header .sp_menu_open.active a span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

header .sp_menu_open.active a span:nth-child(3),
header .sp_menu_open.active a span:nth-child(4) {
  display: none;
}

#sp_menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 1rem 0;
}
#sp_menu.active {
  display: block;
  -webkit-animation: spMenuAnime 0.3s ease-in-out 0s forwards;
          animation: spMenuAnime 0.3s ease-in-out 0s forwards;
}
@media screen and (min-width: 1025px) {
  #sp_menu {
    display: none !important;
  }
}

@-webkit-keyframes spMenuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes spMenuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#sp_menu ul li {
  text-align: center;
}

#sp_menu ul li a {
  display: block;
  padding: 1rem;
  background: url("../img/btn_box_contact_arrow.svg") right 1rem top 50% no-repeat;
  background-size: 0.7rem auto;
  font-size: 1rem;
  font-weight: 600;
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.pagetop {
  padding-bottom: 1rem;
  position: fixed;
  right: 1rem;
  bottom: 0rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 90;
}
.pagetop.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pageTopAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: pageTopAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

.pagetop a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
}
@media screen and (max-width: 592px) {
  .pagetop a {
    width: 50px;
  }
  .pagetop a.fixed_btn_show {
    padding-bottom: 4rem;
  }
}
.pagetop a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pagetop a img {
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------------------
　フッタ
---------------------------------------------------------------------------- */
footer {
  background-color: #0BA5A3;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer {
    display: block;
  }
}
footer .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin-right: 3rem;
}
@media screen and (max-width: 1024px) {
  footer .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media screen and (max-width: 800px) {
  footer .logo {
    width: 50%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 592px) {
  footer .logo {
    width: 70%;
  }
}
footer .logo img {
  width: 100%;
}

footer .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 3rem;
}
@media screen and (max-width: 800px) {
  footer .menu {
    margin: 0 0 1rem 0;
  }
}
footer .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 800px) {
  footer .menu ul {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 592px) {
  footer .menu ul:first-child {
    display: block;
  }
}
footer .menu ul:last-child {
  margin-bottom: 0rem;
}

footer .menu ul li {
  position: relative;
  font-size: 0.875rem;
  line-height: 100%;
  margin: 0 1rem 0.8rem 0;
}
@media screen and (max-width: 800px) {
  footer .menu ul li {
    font-size: 1rem;
  }
}

footer .menu ul li a {
  color: #fff;
  text-decoration: underline;
}
footer .menu ul li a img {
  width: 14px;
  margin-left: 0.3rem;
}

footer .menu .address {
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  footer .menu .address {
    margin-top: 1rem;
  }
}
footer .name {
  margin-bottom: 1rem;
}

footer .copyright {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 800px) {
  footer .copyright {
    text-align: center;
  }
}
/* ----------------------------------------------------------------------------
　パララックスアニメ
---------------------------------------------------------------------------- */
[anime] {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[anime=animeY] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

[anime=animeY].active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

[anime=animeBig] {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[anime=animeBig].active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ----------------------------------------------------------------------------
　デバッグ用
---------------------------------------------------------------------------- */
#widthdebug {
  position: fixed;
  left: 0rem;
  bottom: 0rem;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  z-index: 1000000;
}

/* ----------------------------------------------------------------------------
　動画モーダル
---------------------------------------------------------------------------- */
#movie_modal_bg {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
#movie_modal_bg.active {
  display: block;
  -webkit-animation: movieModalBgAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: movieModalBgAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes movieModalBgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes movieModalBgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#movie_modal_close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  width: 50px;
  display: none;
}
@media screen and (max-width: 592px) {
  #movie_modal_close {
    width: 30px;
  }
}
#movie_modal_close.active {
  display: block;
  -webkit-animation: movieModalAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: movieModalAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
#movie_modal_close img {
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#movie_modal_close img:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#movie_modal {
  position: fixed;
  top: 0rem;
  left: calc((100% - 800px) / 2);
  width: 800px;
  z-index: 101;
  display: none;
}
@media screen and (max-width: 880px) {
  #movie_modal {
    width: 90%;
    left: 5%;
  }
}
#movie_modal.active {
  display: block;
  -webkit-animation: movieModalAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: movieModalAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes movieModalAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes movieModalAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#movie_modal .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie_modal .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#movie_modal iframe {
  width: 100%;
}