@charset "UTF-8";
/*-------------------------------------------*/
/*
/*reset
/*
/*-------------------------------------------*/
* {
  box-sizing: border-box;
}

div, header, footer, nav, section, a {
  box-sizing: border-box;
}

picture {
  display: block;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  background: url(../images/common/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  margin: 0;
  line-height: 1.75;
}

@media screen and (max-width: 896px) {
  html {
    font-size: 62.5%;
  }
  body {
    background: #f1fbda;
    font-size: 14px;
    overflow: auto;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover img {
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*loading
/*
/*-------------------------------------------*/
#loading {
  display: block;
  background: #f1fbda;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------*/
/*
/*globalnav
/*
/*-------------------------------------------*/
.fix-logo {
  position: fixed;
  left: 0;
  top: 0;
  width: 310px;
  height: 110px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  transition-delay: 300ms;
  line-height: 1;
}
.fix-logo > span {
  position: relative;
  display: block;
  width: 50%;
}
.fix-logo > span + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 30px;
  margin: auto 0;
  border-left: 1px solid #000;
}

.fix-contact {
  position: fixed;
  left: 40px;
  bottom: 40px;
  transition-delay: 800ms;
}
.fix-contact .tel-box {
  position: relative;
  width: 370px;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 20px 20px 20px 13%;
  background: #fff;
  border: 2px solid #222;
  box-shadow: 8px 7px 0px -2px #222;
}
.fix-contact .tel-box .box-tit {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
}
.fix-contact .tel-box .box-tel {
  margin: 0;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}
.fix-contact .tel-box .box-tel span {
  font-weight: bold;
}
.fix-contact .tel-box .box-tel a {
  font-weight: bold;
}
.fix-contact .tel-box .box-txt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.fix-contact .contact-btn {
  position: relative;
  display: block;
  width: 440px;
  padding: 30px 20px 30px 13%;
  background: #222;
  border: 2px solid #222;
  box-shadow: 8px 7px 0px -2px #222;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
}
.fix-contact .contact-btn:hover {
  background: #ff7070;
  opacity: 1;
}
.fix-contact .contact-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-top-width: 4px;
  border-left-width: 4px;
  box-sizing: border-box;
}
.fix-contact .contact-btn .icon {
  margin-right: 20px;
}

.globalnav {
  display: none;
  position: fixed;
  right: 200px;
  top: 0;
  width: 776px;
  max-width: 100%;
  height: 100%;
  padding-top: 110px;
  background: #fff;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  z-index: 1000;
}
.globalnav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.4;
  list-style-type: none;
}
.globalnav ul li {
  margin: 0;
  padding: 0;
  border-top: 4px solid #000;
  flex-grow: 1;
}
.globalnav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  padding: 0.5em 15px 0.5em 3em;
  background: #fff;
  font-weight: 900;
}
.globalnav ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2em;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -0.325em;
  border-style: solid;
  border-width: 0.325em 0 0.325em 0.5em;
  border-color: transparent transparent transparent #000;
}
.globalnav ul li a:hover {
  background: #ff7070;
  opacity: 1;
}
.globalnav ul li.nav-contact a {
  background: #222;
  color: #fff;
}
.globalnav ul li.nav-contact a:before {
  border-left-color: #fff;
}
.sidenav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 200px;
  transition-delay: 1200ms;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  list-style-type: none;
}
.sidenav ul li {
  margin: 0;
  padding: 0;
  border-top: 2px solid #000;
}
.sidenav ul li a {
  position: relative;
  display: block;
  padding: 20px 15px 20px 35px;
  background: #fff;
  font-weight: 900;
}
.sidenav ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s;
}
.sidenav ul li a:hover {
  opacity: 1;
}
.sidenav ul li a:hover:before {
  border-left-color: #ff7070;
}
.sidenav ul li.nav-contact a {
  background: #222;
  color: #fff;
}
.sidenav ul li.nav-contact a:hover {
  background: #ff7070;
}
.sidenav ul li.nav-contact a:before {
  border-left-color: #fff;
}
.sidenav ul li.current:before {
  border-left-color: #ff7070;
}

.btn-menu {
  position: fixed;
  right: 200px;
  top: 0;
  width: 110px;
  height: 110px;
  padding-top: 50px;
  background: #222;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  transition-delay: 1800ms;
  z-index: 9999;
}
.btn-menu.is-open .bar span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.btn-menu.is-open .bar span:nth-child(2), .btn-menu.is-open .bar span:nth-child(3) {
  top: 0;
  transform: rotate(45deg);
}
.btn-menu .bar {
  position: relative;
  display: block;
  width: 50px;
  height: 5px;
  margin: 0 auto;
  text-align: center;
}
.btn-menu .bar span {
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  left: 0;
  background: #fff;
  transition: 0.4s ease-in-out;
}
.btn-menu .bar span:nth-child(1) {
  top: 0;
}
.btn-menu .bar span:nth-child(2) {
  top: -15px;
}
.btn-menu .bar span:nth-child(3) {
  top: 15px;
}

@media screen and (max-height: 700px) {
  .globalnav {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1500px) {
  .fix-logo {
    width: 310px;
    height: 110px;
  }
  .fix-contact {
    left: 20px;
    bottom: 2%;
  }
  .fix-contact .tel-box {
    width: 310px;
    padding: 20px 20px 20px 8%;
  }
  .fix-contact .tel-box .box-tel {
    font-size: 4.2rem;
  }
  .fix-contact .contact-btn {
    width: 370px;
    padding: 30px 20px 30px 8%;
    font-size: 2.6rem;
  }
  .fix-contact .contact-btn .icon {
    margin-right: 15px;
  }
  .globalnav {
    right: 180px;
  }
  .btn-menu {
    right: 180px;
  }
  .sidenav {
    width: 180px;
  }
  .sidenav ul {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .fix-logo {
    width: 300px;
    height: 100px;
  }
  .fix-contact .tel-box {
    width: 280px;
    margin-bottom: 20px;
    padding: 20px 10px 20px 6%;
  }
  .fix-contact .tel-box .box-tel {
    font-size: 4.2rem;
  }
  .fix-contact .contact-btn {
    width: 310px;
    padding: 20px 10px 20px 6%;
    font-size: 2.3rem;
  }
  .fix-contact .contact-btn .icon {
    margin-right: 10px;
  }
  .globalnav {
    right: 164px;
    width: 700px;
  }
  .btn-menu {
    right: 164px;
  }
  .sidenav {
    width: 164px;
  }
  .sidenav ul {
    font-size: 1.7rem;
  }
  .sidenav ul li a {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1240px) {
  .fix-logo {
    position: absolute;
    left: calc(50% - 380px);
    width: 234px;
    height: 62px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    z-index: 1000;
  }
  .fix-logo a + a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 30px;
    margin: auto 0;
    border-left: 1px solid #000;
  }
  .fix-logo .logo01 {
    width: 60px;
    height: auto;
  }
  .fix-logo .logo02 {
    width: 76px;
    height: auto;
  }
  .fix-contact {
    display: none;
  }
  .globalnav {
    display: none;
    position: fixed;
    right: calc(50% - 384px);
    width: 768px;
    max-width: 100%;
    padding-top: 62px;
    z-index: 1000;
  }
  .globalnav ul {
    font-size: 3.4rem;
  }
  .sidenav {
    display: none;
  }
  .btn-menu {
    right: calc(50% - 384px);
    width: 62px;
    height: 62px;
    padding-top: 28px;
  }
  .btn-menu.is-open .bar span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .btn-menu.is-open .bar span:nth-child(2), .btn-menu.is-open .bar span:nth-child(3) {
    top: 0;
    transform: rotate(45deg);
  }
  .btn-menu .bar {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
  }
  .btn-menu .bar span {
    width: 28px;
    height: 4px;
  }
  .btn-menu .bar span:nth-child(1) {
    top: 0;
  }
  .btn-menu .bar span:nth-child(2) {
    top: -11px;
  }
  .btn-menu .bar span:nth-child(3) {
    top: 11px;
  }
}
@media screen and (max-width: 896px) {
  .fix-logo {
    left: 0;
    top: 2px;
    border-left: 2px solid #222;
  }
  .globalnav {
    right: 0;
    width: 100%;
    overflow-y: scroll;
  }
  .globalnav ul {
    height: auto;
    font-size: 2.2rem;
  }
  .globalnav ul li {
    border-width: 3px;
  }
  .globalnav ul li a {
    padding: 1.5em 15px 1.5em 60px;
  }
  .globalnav ul li a:before {
    left: 40px;
    margin-top: -0.25em;
  }
  .globalnav ul li.nav-contact a {
    padding-top: 2.125em;
    padding-bottom: 2.125em;
  }
  .btn-menu {
    right: 0;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#svg-sprite {
  display: none;
}

main {
  top: 0;
  width: 776px;
  margin: 0 200px 0 auto;
  background: #fff;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  transition-delay: 1800ms;
}

.container {
  width: 96%;
  max-width: 1366px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.txt-bold {
  font-weight: bold;
}

.txt-break span {
  display: inline-block;
}

.txt-kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

a.btn,
.btn-nolink {
  position: relative;
  display: inline-block;
  width: 460px;
  max-width: 100%;
  padding: 30px 15px 30px 45px;
  background: #70bdff;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  z-index: 1;
}
a.btn:hover,
.btn-nolink:hover {
  opacity: 1;
}
a.btn:hover:after,
.btn-nolink:hover:after {
  background: #ff7070;
}
a.btn:hover .stroke:before,
.btn-nolink:hover .stroke:before {
  transform: translateX(5px);
}
a.btn:before,
.btn-nolink:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -1;
}
a.btn:after,
.btn-nolink:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #70bdff;
  border: 4px solid #222;
  box-sizing: border-box;
  transition: background 0.3s;
  z-index: -1;
}
a.btn .stroke:before,
.btn-nolink .stroke:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #222;
  vertical-align: middle;
  transition: all 0.3s;
}
table {
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 5px 8px;
  border: 4px solid #222;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
table th {
  background: #ff7070;
  color: #fff;
  font-weight: 400;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 4px;
  width: 0px;
  height: 4px;
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  background: url(../images/common/bg-transparent.png);
}

::-webkit-scrollbar-track-piece:start {
  background: url(../images/common/bg-transparent.png);
}

::-webkit-scrollbar-track-piece:end {
  background: url(../images/common/bg-transparent.png);
}

::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 2px;
}

@media screen and (min-width: 769px) {
  .pc-vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1500px) {
  main {
    margin-right: 180px;
  }
}
@media screen and (max-width: 1366px) {
  main {
    margin-right: 164px;
    width: 700px;
  }
}
@media screen and (max-width: 1240px) {
  main {
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  #wrapper {
    border-top: 3px solid #222;
  }
  main {
    border-left-width: 3px;
    border-right-width: 3px;
    transition-delay: 1000ms;
  }
  .container {
    width: calc(100% - 30px);
  }
  /* 汎用見出し */
  /* 汎用ボタン */
  a.btn,
  .btn-nolink {
    padding: 35px 5px 35px 20px;
    font-size: 2rem;
    letter-spacing: 0;
  }
  a.btn:hover:after,
  .btn-nolink:hover:after {
    background: #70bdff;
  }
  a.btn:hover .stroke:before,
  .btn-nolink:hover .stroke:before {
    transform: translateX(0);
  }
  a.btn:before,
  .btn-nolink:before {
    bottom: -8px;
    right: -8px;
    width: 100%;
    height: 100%;
    border-width: 3px;
  }
  a.btn:after,
  .btn-nolink:after {
    border-width: 3px;
  }
  a.btn .stroke:before,
  .btn-nolink .stroke:before {
    left: -22px;
    margin-top: -5px;
    border-width: 6px 0 6px 12px;
  }
  a.btn .stroke:after,
  .btn-nolink .stroke:after {
    margin-top: 0;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
.footer {
  padding: 80px 64px;
  background: #222;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer-link {
  font-size: 1.8rem;
  line-height: 1.5;
}
.footer .footer-link p + p {
  margin-top: 20px;
}
.footer .footer-link a {
  display: inline-block;
  font-weight: bold;
}
.footer .footer-link .icon {
  margin-right: 15px;
}
.footer .footer-copyright {
  margin: -1.5em 0 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 896px) {
  .footer {
    padding: 60px 20px;
  }
  .footer .footer-link {
    font-size: 1.4rem;
  }
  .footer .footer-link p + p {
    margin-top: 15px;
  }
  .footer .footer-link .icon {
    width: 28px;
    margin-right: 10px;
  }
  .footer .footer-copyright {
    margin: -1.75em 0 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.fade-in:not(.always-show) {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
/* 230724 */
.fade-in.always-show {
  opacity: 1;
  transition-duration: 0ms;
  transition-property: none;
  transition-delay: 0ms;
}
/* /230724 */

.fade-in-up {
  transform: translate(0, 40px);
}

.fade-in-down {
  transform: translate(0, -40px);
}

.fade-in-left {
  transform: translate(-40px, 0);
}

.fade-in-right {
  transform: translate(40px, 0);
}

.fade-in.show {
  opacity: 1;
}

/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed, body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1000px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
}

.modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 23px;
  display: block;
  cursor: pointer;
}
.modal_close img {
  display: block;
}

@media screen and (max-width: 896px) {
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 20px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.pc-hidden {
  display: none !important;
}

@media screen and (max-width: 1240px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  .sp-hidden {
    display: none !important;
  }
  .pc-hidden {
    display: block !important;
  }
}