@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #fff;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}

body.has_nav header {
  top: 0px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

body.has_nav header.visible {
/*   top: 10px; */
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body.has_nav header.visible {
    top: 0px;
    padding-top: 10px;
  }
}
/*=============================================
 * fonts
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-helvetica {
  font-family: "Helvetica Neue", sans-serif;
}

html, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, span, strong, img, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, hr, figure, figcaption, main, aside {
  font-size: inherit;
  line-height: inherit;
}

/*=============================================
	main
*=============================================*/
main {
  clear: both;
  width: 100%;
  min-width: 1500px;
  position: relative;
  overflow: hidden;
}

.wrap {
  max-width: 1540px;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

a:link, a:visited, a:focus {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  main {
    min-width: auto;
  }
  .wrap {
    max-width: none;
  }
}
nav .active {
  color: #e72132;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*=============================================
	header
*=============================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0px;
  z-index: 100;
  max-width: 100%;
  margin: 0px auto;
  padding: 20px 5%;
}
header .sidebar {
  box-sizing: border-box;
  position: relative;
  z-index: 11;
}
header .logo {
  width: 350px;
}
header.scrolled {
	background: rgba(255,255,255,0.7);
}

@media only screen and (max-width: 768px) {
  header {
    display: block;
    padding: 11px 0px;
    margin: 0px;
  }
  header .sidebar {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 9px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0px 0px 29px 0px rgba(162, 162, 162, 0.27);
    margin: 0px 10px;
  }
  header .logo {
    width: 247px;
  }
}
#navbar {
  box-sizing: border-box;
  background: #fff;
}
#navbar nav {
  font-size: 14px;
  line-height: 28px;
}
#navbar .contact-tit {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
#navbar .contact-tel {
  font-size: 28px;
  line-height: 49px;
}
#navbar .contact-tel i {
  width: 20px;
  margin-right: 6px;
  display: inline-block;
  line-height: 1;
}
#navbar .contact-time {
  font-size: 11px;
  line-height: 19px;
}
#navbar .btn-link {
  width: 154px;
}
#navbar .btn-contact {
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media only screen and (min-width: 769px) {
  #navbar {
    width: 756px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 29px 0px rgba(162, 162, 162, 0.27);
    border-radius: 32px;
    padding: 8px;    
  }
  #navbar nav {
    margin-left: 9px;
  }
  #navbar nav a + a {
    margin-left: 33px;
  }
}
@media only screen and (max-width: 768px) {
  #navbar {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 25vw 30px;
    background: #fff;
    /* transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; */
    z-index: 9;
    overflow: auto;
    height: 100vh;
  }
  #navbar nav a {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding: 19px 0px;
    position: relative;
  }
  #navbar nav a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background-image: url(../images/arrow_red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
  }
  #navbar .box-tel {
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 47px;
    box-sizing: border-box;
    padding: 24px 28px 35px;
    text-align: center;
  }
  #navbar .btn-link {
    margin-top: 20px;
    width: auto;
  }
  #navbar .btn-contact {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

#key-box {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
  }
  body.nav--opened .hamburger, body.nav--opened #navbar, body.nav--opened #navbar * {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
  }
  .nav--opened header{
    top: 0px;
    transform: translateY(0);
  }
  .nav--opened #navbar {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .nav--opened #navbar nav a {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .hamburger {
    width: 37px;
    height: 37px;
    line-height: 1;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background: #E72132;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
  }
  .hamburger.is-active {
    background: transparent;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background: #000;
    width: 20px;
    height: 2px;
  }
  .hamburger .hamburger-box {
    width: 14px;
    height: 9px;
    display: block;
    position: relative;
  }
  .hamburger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger .hamburger-inner::before {
    top: -4px;
  }
  .hamburger .hamburger-inner::after {
    bottom: -4px;
  }
  /** Vortex Reverse **/
  .hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
  }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  .hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
  }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/*=============================================
	section
*=============================================*/
/* -- -- */
section {
  position: relative;
  overflow: hidden;
}

/*=============================================
	footer
*=============================================*/
footer {
  background: #39434a;
  color: #fff;
  padding: 78px 0px 61px;
}
footer [class^=ft-] {
  display: flex;
  justify-content: space-between;
}
footer .ft-top {
  padding: 0px 0px 0px;
}
footer .ft-bottom {
  margin-top: 120px;
  align-items: flex-end;
}
footer nav {
  margin-top: 20px;
  width: 70%;
}
footer nav a + a {
  margin-left: 60px;
}
footer .ft-tit {
  font-size: 52px;
  line-height: 1.1;
  margin-top: 16px;
}
footer address {
  font-size: 12px;
  line-height: 1.9;
}

footer nav ul{
	display: flex;
	align-items: flex-start;
}
footer nav ul > li{
	padding: 0 50px 0 0;
}

footer nav ul p{
	padding: 0 0 20px;
/* 	font-size: 22px; */
	font-size: 16px;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
}

footer nav ol li{
	padding: 0 0 5px;
}

footer nav ol li img{
	transform: rotate(-25deg);
	width: 20px;
	height: auto;
	margin-left: 5px;
}


@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0px;
  }
  footer [class^=ft-] {
    display: block;
  }
  footer .logo {
    width: 183px;
  }
  footer nav {
	  width: 100%;
    margin-top: 40px;
  }
  footer nav a {
    display: block;
  }
  footer nav a + a {
    margin: 25px 0px 0px 0px;
  }
  footer .ft-tit {
    font-size: 35px;
    line-height: 1.08;
    margin-top: 10px;
  }
  footer .ft-bottom {
    margin-top: 60px;
  }
  footer address {
    font-size: 11px;
    margin-top: 30px;
  }
  
  footer nav ul{
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
  
  footer nav ul > li{
	  padding: 0 0 40px;
	  width: calc(100% / 2 - 2%);
  }
  
  footer nav ul p{
	  padding: 0 0 14px;
	  font-size: 14px; 
	  margin: 0 0 14px;
  }
  
}
@media only screen and (max-width: 424px) {
  footer .ft-tit {
    font-size: 32px;
  }
}

/*=============================================
	Custom
*=============================================*/
.btn-contact {
  background: #e72132;
  text-align: center;
  display: block;
  border-radius: 50px;
  line-height: 23px;
  padding: 32px 10px;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .btn-contact {
    font-size: 17px;
    border-radius: 43px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.btn-global {
  display: block;
  text-align: center;
  position: relative;
  border-radius: 34px;
  border: 1px solid #b9b9b9;
  max-width: 300px;
  padding: 18.5px 10px;
}
.btn-global:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  background-image: url(../images/arrow_red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  border-radius: 20px;
}

.ttl-style {
  line-height: 1.28;
}
.ttl-style span {
  display: block;
  font-size: 70px;
}
.ttl-style em {
  padding-left: 60px;
  position: relative;
}
.ttl-style em:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background: #e72132;
  height: 1px;
  width: 44px;
}

.ttl-style2 {
  line-height: 1.63;
}
.ttl-style2 small {
  color: #e72132;
  font-size: 16px;
}
.ttl-style2 span {
  font-size: 40px;
  font-weight: 500;
  display: block;
  margin-top: 2px;
}

.d-flex {
  display: flex;
}

.d-flex-j-center {
  justify-content: center;
}

.d-flex-a-center {
  align-items: center;
}

.d-flex-between {
  justify-content: space-between;
}

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

/* -- -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.phone {
  position: relative;
  pointer-events: none;
}

.txt-center {
  text-align: center;
}

.border-ras {
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .for-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .phone {
    pointer-events: visible;
  }
  .d-flex-sp {
    display: flex;
  }
  .btn-global {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .btn-global:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .ttl-style span {
    font-size: 46px;
  }
  .ttl-style em {
    padding-left: 42px;
  }
  .ttl-style em:before {
    width: 28px;
  }
  .border-ras {
    border-radius: 10px;
  }
  .ttl-style2 small {
    font-size: 12px;
  }
  .ttl-style2 span {
    font-size: 22px;
    line-height: 36px;
  }
}
/* -- -- */
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
  }
}
.breadcrumb {
  margin: 222px auto 0px;
  max-width: 1540px;
  padding: 0px 20px;
}
.breadcrumb .breadcrumb-title {
  line-height: 1.64;
}
.breadcrumb .breadcrumb-title small {
  font-size: 20px;
}
.breadcrumb .breadcrumb-title span {
  display: block;
  font-size: 46px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-link {
  margin-top: 51px;
  display: flex;
}
.breadcrumb .breadcrumb-link li {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
}
.breadcrumb .breadcrumb-link li + li {
  margin-left: 10px;
  padding-left: 56px;
}
.breadcrumb .breadcrumb-link li + li::before {
  content: "";
  width: 41px;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  background: #b00000;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    margin: 100px 0px 0px;
  }
  .breadcrumb .breadcrumb-title small {
    font-size: 11px;
  }
  .breadcrumb .breadcrumb-title span {
    font-size: 28px;
    margin-top: 5px;
  }
  .breadcrumb .breadcrumb-link {
    margin-top: 45px;
  }
  .breadcrumb .breadcrumb-link li {
    font-size: 10px;
    font-weight: 400;
  }
  .breadcrumb .breadcrumb-link li + li {
    padding-left: 46px;
  }
  .breadcrumb .breadcrumb-link li + li::before {
    width: 26px;
  }
}

/* -- keyvisual -- */
#key-box {
  margin-top: 24px;
}
#key-box #keyvisual {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
}
#key-box #keyvisual img{
	border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #key-box {
    margin-top: 12px;
  }
  #key-box #keyvisual {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
  }
}

/*=============================================
	contact bottom
*=============================================*/
.contact-bottom {
  margin: 0px 20px 78px;
}
.contact-bottom .inner-contact{
  background: #f6f6f6;
  border-radius: 20px;
  padding: 78px 0px 89px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.contact-bottom .wrap {
  max-width: 1140px;
  display: flex;
  align-items: center;
}
.contact-bottom h2 {
  width: 340px;
}
.contact-bottom h2 span {
  font-size: 60px;
  display: block;
}
.contact-bottom h2 em {
  margin-top: 7px;
  display: block;
}
.contact-bottom .txt {
  width: 355px;
}
.contact-bottom .btn-link {
  width: 344px;
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-bottom {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .contact-bottom .inner-contact{
    border-radius: 14px;
    padding: 60px 0px;
  }
  .contact-bottom .wrap {
    flex-direction: column;
  }
  .contact-bottom h2 {
    width: 100%;
  }
  .contact-bottom h2 span{
    font-size: 46px;
  }
  .contact-bottom .txt {
    width: auto;
    margin-top: 25px;
  }
  .contact-bottom .btn-link {
    width: calc(100% - 36px);
    max-width: 279px;
    margin: 15px auto 0px;
  }
}

/*=============================================
	fadeInUp
*=============================================*/
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
    transition: all 0.6s ease-out 0.1s;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
    transition: all 0.6s ease-out 0.1s;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}