@charset "utf-8";

/*カラー設定*/
:root {
    --black: #000000;
    --black-gray: #333333;
    --white: #ffffff;
    --red: #ff0000;
    --blue: #0000ff;
    --light-blue: #bfcae2;
    --yellow: #ffff00;
    --green: #008000;
    --green2: #1D9E48;
    --grad1: rgba(255, 255, 255, 0.7);
    --grad2: rgba(255, 255, 255, 0.9); 
    --official-color: var(--black);
    --main-color: var(--white);
    --sub-color: var(--white);
    --bg-color1: var(--white);
    --bg-color2: var(--black);
    --bg-color3: var(--light-blue);
    --txt-main-color: var(--black);
    --txt-sub-color: var(--white);
    --accessories-color: var(--green);
    --border-color1: var(--black-gray);
    --grad-color1: var(--grad1);
}

/* header
----------------------------------------- */
header{
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
  height: 60px;
	/*height: 127px;*/
}
header .inner1160{
	max-width: 1160px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	header .inner1160{
		max-width: 100%;
		width: 100%;
		padding: 0 15px;
	}
}

header .logo{
	/*float: left;*/
	text-align: left;
	line-height: 1;
	text-indent: -9898px;
	margin: 0;
}
header .logo a{
	background: url(../images/logo.jpg) 0 0 no-repeat;
	-webkit-background-size: 205px;
	-moz-background-size: 205px;
	background-size: 205px;
	display: block;
	width: 205px;
	height: 75px;
}

header .menu .menu-home .home-title{
  display: flex;
  align-items: center;
}
header #top_naviWrap .menu .menu-home .home-title:hover{
  background: none;
  color: #666666;
  opacity: 0.5;
}
header .menu .menu-home .home-title img{
  max-width: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  header .menu .menu-home .home-title img{
    max-width: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1180px) {

}
@media screen and (max-width: 800px) {
	header .logo a{
		-webkit-background-size: 180px;
		-moz-background-size: 180px;
		background-size: 180px;
		width: 180px;
		height: 65px;
	}
}
@media screen and (max-width: 640px) {
	header .inner1160{
		padding: 0;
		width: 100%;
	}
	header{
		padding-bottom: 20px;
		height: auto;
	}
	header .logo{
		float: none;
		width: 180px;
		margin: 0 auto;
		text-align: center;
	}
}

/* #gnav
----------------------------------------- */
#gnav{
	overflow: hidden;
}
#top_naviWrap {
	margin-top: 0;
	z-index:999;
	position: absolute;
	right: 0;
	/*margin-top: 32px;*/
	/*float:right;*/
}
#top_navi ul{
	margin-bottom: 0;
}
#top_naviWrap ul ul {
	display:none;
	position:absolute;
	width: 200px;
	top:40px;
	left:0px;
	margin:0;
	padding:0;
	background: rgba(255,255,255,0.95);
	border-radius: 4px;
}
#top_naviWrap ul ul ul {
	left:100%;
	top:0;
	margin:0 0 0 -1px;
}
#top_naviWrap li {
	/*float:left;*/
	font-size:1%;
	position:relative;
}
#top_naviWrap li a {
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#666;
	display:block;
	height:40px;
	line-height:40px;
 	-webkit-transition-property:background;
 	-webkit-transition-duration:0.2s;
 	-webkit-transition-timing-function:ease;
 	-moz-transition-property:background;
 	-moz-transition-duration:0.2s;
 	-moz-transition-timing-function:ease;
 	-o-transition-property:background;
 	-o-transition-duration:0.2s;
 	-o-transition-timing-function:ease;
 	padding: 0 10px;
}
#top_naviWrap li a:hover {
	background:#333333;
	color: #ffffff;
}
#top_naviWrap li .current{
    border-bottom: 2px solid #333333;
    padding-bottom: 13px;
}
#top_naviWrap li.child a {
	padding-left: 35px;
}
#top_naviWrap ul ul li {
	float:none;
	height:auto;
	line-height:26px;
	padding:0;
	margin:0;
	text-align:left;
}
#top_naviWrap ul ul a {
	font-size:16px;
	position:relative;
	padding:10px 20px 8px;
	height:auto;
	line-height:180%;
	margin:0 0 -1px 0;
	text-align:left;
	border-top:1px dotted #666;
}
#top_naviWrap ul ul a.first {
	border-top: none;
}
#top_naviWrap ul ul a:hover { 
	/**/
}

#toggle{
	display: none;
}

#top_naviWrap li.youtube{
	width: 70px;
	padding-top: 6px;
	margin-left:5px;
}
#top_naviWrap li.youtube a{
	padding: 0;
}
#top_naviWrap li.youtube img{
	width: 100%;
}
#top_naviWrap li.youtube a:hover {
	background: none;
}

#top_naviWrap li.sns a:hover {
	background: none;
}

@media screen and (max-width: 930px) {
		#top_naviWrap{
			margin-right: 30px;
			margin-top: 5px;
		}
		#gnav #top_naviWrap .menu {
			justify-content: center;
			align-items: center;
		}	
		#top_naviWrap li a{
			padding: 0 10px;
		}
}
@media screen and (max-width: 800px) {
		#top_naviWrap li a,
		#top_naviWrap ul ul a{
			font-size: -webkit-calc(100% + 2.5vw);
			font-size: calc(100% + 2.5vw);
		}
}
@media screen and (max-width: 750px) {
		#top_naviWrap li a{
			padding: 0 5px;
		}
		#top_naviWrap li.youtube{
			width: 60px;
			padding-top: 7px;
		}
}
@media screen and (min-width:641px) and ( max-width:657px) {
		/*　画面サイズが641pxから657pxまではここを読み込む　*/
		#toggle{
			display: block;
			position: fixed;
			top: 4px;
			right: 4px;
			width: 46px;
			height: 42px;
			z-index: 2001;
			padding-top: 7px;
			cursor: pointer;
		}
		#top_naviWrap .menu{
			display: flex!important;
		}
		#top_naviWrap .menu-item-has-children .sub-menu{
			display: none!important;
		}
		#top_naviWrap .menu-item-has-children:hover .sub-menu{
			display: block!important;
		}
		#top_naviWrap .menu-item-has-children:active .sub-menu{
			display: block!important;
		}
}
@media screen and (max-width: 640px) {
		#gnav{
			position: fixed;
			top: 4px;
			right: 4px;
			z-index: 999999;
			-webkit-overflow-scrolling: touch;
		  /*overflow-y: auto;*/
		  width: 46px;
		  height: 46px;
		}
		#gnav.close{
			width: 100%;
			height: 100%;
		}
		#gnav #top_naviWrap{
			height: auto;
		}
		#spMenu{
			font-style: italic;
			position: absolute;
			right: 61px;
			top: 18px;
		}
		#toggle{
			display: block;
			position: fixed;
			top: 10px;
			right: 10px;
			width: 46px;
			height: 42px;
			z-index: 2001;
			padding-top: 7px;
			cursor: pointer;
		}
		.menu-trigger,
		.menu-trigger span {
			display: inline-block;
			transition: all .4s;
			box-sizing: border-box;
		}
		.menu-trigger {
			position: relative;
			width: 33px;
			height: 23px;
		}
		.menu-trigger span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 3px;
			background-color: #333333;
		}
		.close .menu-trigger span {
			/*background-color: #fff;*/
		}
		.menu-trigger span:nth-of-type(1) {
			top: 0;
		}
		.menu-trigger span:nth-of-type(2) {
			top: 10px;
		}
		.menu-trigger span:nth-of-type(3) {
			bottom: 0;
		}
		.menu-trigger span:nth-of-type(1) {
			-webkit-animation: menu-bar01 .45s forwards;
			animation: menu-bar01 .45s forwards;
		}
		@-webkit-keyframes menu-bar01 {
			0% {
				-webkit-transform: translateY(12px) rotate(45deg);
			}
			50% {
				-webkit-transform: translateY(12px) rotate(0);
			}
			100% {
				-webkit-transform: translateY(0) rotate(0);
			}
		}
		@keyframes menu-bar01 {
			0% {
				transform: translateY(12px) rotate(45deg);
			}
			50% {
				transform: translateY(12px) rotate(0);
			}
			100% {
				transform: translateY(0) rotate(0);
			}
		}
		.menu-trigger span:nth-of-type(2) {
			transition: all .25s .25s;
			opacity: 1;
		}
		.menu-trigger span:nth-of-type(3) {
			-webkit-animation: menu-bar02 .45s forwards;
			animation: menu-bar02 .45s forwards;
		}
		@-webkit-keyframes menu-bar02 {
			0% {
				-webkit-transform: translateY(-12px) rotate(-45deg);
			}
			50% {
				-webkit-transform: translateY(-12px) rotate(0);
			}
			100% {
				-webkit-transform: translateY(0) rotate(0);
			}
		}
		@keyframes menu-bar02 {
			0% {
				transform: translateY(-12px) rotate(-45deg);
			}
			50% {
				transform: translateY(-12px) rotate(0);
			}
			100% {
				transform: translateY(0) rotate(0);
			}
		}
		.close .menu-trigger span:nth-of-type(1) {
			-webkit-animation: active-menu-bar01 .45s forwards;
			animation: active-menu-bar01 .45s forwards;
		}
		@-webkit-keyframes active-menu-bar01 {
			0% {
				-webkit-transform: translateY(0) rotate(0);
			}
			50% {
				-webkit-transform: translateY(10px) rotate(0);
			}
			100% {
				-webkit-transform: translateY(10px) rotate(45deg);
			}
		}
		@keyframes active-menu-bar01 {
			0% {
				transform: translateY(0) rotate(0);
			}
			50% {
				transform: translateY(10px) rotate(0);
			}
			100% {
				transform: translateY(10px) rotate(45deg);
			}
		}
		.close .menu-trigger span:nth-of-type(2) {
			opacity: 0;
		}
		.close .menu-trigger span:nth-of-type(3) {
			-webkit-animation: active-menu-bar03 .45s forwards;
			animation: active-menu-bar03 .45s forwards;
		}
		@-webkit-keyframes active-menu-bar03 {
			0% {
				-webkit-transform: translateY(0) rotate(0);
			}
			50% {
				-webkit-transform: translateY(-10px) rotate(0);
			}
			100% {
				-webkit-transform: translateY(-10px) rotate(-45deg);
			}
		}
		@keyframes active-menu-bar03 {
			0% {
				transform: translateY(0) rotate(0);
			}
			50% {
				transform: translateY(-10px) rotate(0);
			}
			100% {
				transform: translateY(-10px) rotate(-45deg);
			}
		}

		#top_navi{
			display: none;
		}
		#top_navi.pc{
			display: none;
		}
		#top_navi{
			z-index: 3000;
			max-width: 100%;
			width: 100%;
			height: 100%;
			position: relative;
      flex-direction: column;
			/*background-color: rgba(255,255,255,0.95);*/
			padding: 40px 0 0 0;
			-webkit-overflow-scrolling: touch;
			overflow-y: none;
		}
		#top_navi li{
			width: 100%;
			margin: 0;
			text-align: center;
			padding: 0;
			background: none;
			float: none;
			list-style: none;
			display: inline-block;
		}
			
		#top_navi li a{
			width: 100%;
			height: 100%;
			display: block;
			padding: 5px 20px;
			text-decoration: none;
			color: #666;
		}
		#top_naviWrap .menu-home .home-title {
			background-color: #ffffff;
		}
		#top_naviWrap .menu-item-has-children.menu-info .menu-title {
			background-color: #030303;
			color: #ffffff;
		}
		#top_naviWrap .menu-item-has-children.menu-about .menu-title {
			background-color: #030303;
			color: #ffffff;
		}
		#top_naviWrap .menu-item-has-children.menu-contact .menu-title {
			background-color: #030303;
			color: #ffffff;
		}
		#top_naviWrap .menu-contact .menu-contact {
			background-color: #ffffff;
			border-top: 1px solid #ccc;
		}
		#top_naviWrap li.menu-contact a:hover {
			background: none;
		}
		#top_naviWrap li.youtube{
			width: 100%;
			padding: 0;
		}
		#top_naviWrap li.youtube a{
			padding: 5px 20px;
		}
		#top_naviWrap .sub-menu li:hover{
			background: #f2f2f2;
		}
		/*close*/
		.close #toggle{
			opacity: 1;
		}
		#top_navi li a.active{
			text-decoration: none;
		}

		#top_naviWrap {
			margin-top:0;
			margin-right: 0;
			float:none;
			position: relative;
			right: inherit;
      width: 50%;
      min-width: 300px;
      margin-left: auto;
		}
		#top_naviWrap ul ul {
			display: block;
			position: relative;
			width: inherit;
			top: inherit;
			left:inherit;
			border-radius: 0;
		}
		#top_naviWrap ul ul ul {
			left: inherit;
			top: inherit;
		}
		#top_naviWrap li {
			float:none;
			background: #f2f2f2;
		}
		#top_naviWrap li a {
			text-align: left;
			height: auto;
			line-height: auto;
			border-bottom: 1px solid #ccc;
		}
		#top_naviWrap li a:hover {
			background:none;
			color: #666;
		}
		#top_naviWrap ul ul li {
			background: #fff;
		}
		#top_naviWrap ul ul a {
			border-top: 1px solid #ccc;
		}
		#top_naviWrap li.child li a {
			padding-left: 52px;
		}
		#top_naviWrap li .current{
		    border-bottom: none;
		    padding-bottom: inherit;
		}
}
header .main-logo{
  text-decoration: none;
  padding: 5px;
}
header .main-logo h1{
  text-decoration: none;
  flex-direction: column;
  margin: 0;
}
header .main-logo .logo-link{
  text-decoration: none;
  color: var(--txt-main-color, #000000);
}
header .main-logo .logo-link .icon-img {
  max-width: 90px;
  margin-right: 5px;
}
header .main-logo .logo-text{
  color: var(--txt-main-color, #000000);
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
header .main-logo .logo-text{
  display: none;
}
}
header .main-logo .logo-img{
  max-width: 150px;
}
header .main-logo .logo-img img {
  max-width: 100%;
  width: auto;
}

/*ヘッダーレイアウト*/
/*header {
    width: 100%;
    background: var(--main-color);
}
header .active {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.5)
}
header .inner.flex {
    align-items: center;
    justify-content: space-between;
}
.header-wrap{
    padding: 5px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,0.5);
}
.header-wrap .header-area{
    width: 100%;
}
.header-wrap .header-area .header-content{
    width: 100%;
}
.header-wrap .header-area .header-menu{
    padding: 0 30px;
}

header .main-logo{
    text-decoration: none;
    padding: 5px;
}
header .main-logo h1{
    text-decoration: none;
    flex-direction: column;
    margin: 0;
}
header .main-logo .logo-link{
    text-decoration: none;
    color: var(--txt-main-color, #000000);
}
header .main-logo .logo-link .icon-img {
    max-width: 90px;
    margin-right: 5px;
}
header .main-logo .logo-text{
    color: var(--txt-main-color, #000000);
    margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  header .main-logo .logo-text{
    display: none;
  }
}
header .main-logo .logo-img{
    max-width: 150px;
}
header .main-logo .logo-img img {
    max-width: 100%;
    width: auto;
}
header .logo {
    margin: 0;
    align-self: center
}
header .logo a {
    vertical-align: bottom
}
header .logo img {
    display: block
}
header .logo .fixed {
    display: none
}

header .header-r {
    padding: 5px;
}
header .nav {
    align-items: center;
    text-decoration: none;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}
header .nav li {
    line-height: 1;
    margin-left: 2rem;
}
header .nav li a {
    text-align: center;
    font-size: 1.2rem
}
header .nav li a span {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem
}
header .nav li:first-of-type {
    margin-left: 0
}
header .nav li.bB:hover:before {
    height: .5rem
}
header .nav li.square {
    position: relative;
    overflow: hidden;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}
header .nav li.square:hover {
    background: #fff
}
header .nav li.square:hover:before {
    opacity: 0
}
header .nav li.square a {
    padding: 2.3rem 3.4rem 1.6rem;
    color: #fff;
    text-align: center
}
header .nav li.square a span {
    font-size: 2rem;
    font-family: Cinzel, serif;
    font-weight: 400;
    font-style: normal
}
header .nav li.recruit {
    background: #f7f7f7
}
header .nav li.recruit a {
    color: #000
}
header .nav li.recruit:hover {
    background: #000;
    box-shadow: inset 0 0 0 0.1rem #fff
}
header .nav li.recruit:hover a {
    color: #fff
}
header .nav li.contact {
    margin-left: 0;
    background: #c39f5d
}
header .nav li.contact:hover {
    box-shadow: inset 0 0 0 0.1rem #c39f5d
}
header .nav li.contact:hover a {
    color: #262626
}
header.active .logo {
    margin: 0
} 
header.active .logo .absolute {
    display: none
}
header.active .logo .fixed {
    display: block
}
header.lower .nav li.bT:before {
    content: none
} 
header.lower #slide-line {
    top: 0;
    height: .4rem;
    background: linear-gradient(90deg, #f7f7f7, #000000);
    transition: .3s
} 
*/
/*PCとSP分離メニュー*/
.header-menu-pc .menu-list{
  flex-direction: row;
  align-items: center;
}
.header-menu-pc .menu-list .text-link{
  margin-right: 20px;
}

/* Drawer */
/*.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}
nav.nav {
  width: 300px;
  height: 100vh;
  background-color: #FFF;
  right: -300px;
  top: 0;
  position: fixed;
  padding: 20px 0;
  transition: all 200ms ease-in-out;
  z-index: 199;
}
nav.nav ul {
    border: none;
    padding: 0;
}
.toggle {
  position: absolute;
  right: 100%;
  width: 50px;
  height: 50px;
  color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
span.toggler,
span.toggler:before,
span.toggler:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #313131;
    position: absolute;
    pointer-events: none;
}

span.toggler:before{
    bottom: 9px;
}
span.toggler:after {
    top: 9px;
}
span.deleteclass {
    background-color: transparent;
}
span.deleteclass::before {
    bottom: 0;
    transform: rotate(45deg);
}
span.deleteclass::after {
    top: 0;
    transform: rotate(-45deg);
}
.nav ul li {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav ul li a {
  width: 100%;
  padding: 10px;
  color: #313131;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}
.nav ul li a:hover {
  background-color: #f1f1f1;
}
header .nav li.text-link:first-of-type {
  border-top: 1px solid #313131;
}
.nav ul li.text-link{
  border-bottom: 1px solid #313131;
}
.nav ul li.text-link a:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-color: #313131;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
header .nav ul li.sns{
  margin-top: 2rem;
}
*/
/* Show Nav */
/*.show-nav .nav {
  right: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.6);
}
.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}
*/
/*@media (min-width: 751px) and (max-width: 1024px) {
    header .logo a {
      width: 80%
    }
    header .nav li {
      margin-left: 0;
      font-size: 1.8vw
    }
    header .nav li a span {
      font-size: 1.2rem
    }
    header .nav li.square a {
      padding: 1rem;
      font-size: 1.2rem
    }
    header .nav li.square a span {
      font-size: 1.2rem
    }
    header .nav li.square a .fas {
      display: block;
      margin-right: 0;
      margin-bottom: .5rem
    }
    header .nav .bT:before {
      content: none
    }
  }
  
  
  @media (max-width: 750px) {
    header:active {
        position: fixed;
        top: 0;
    }
    header .inner {
      height: 100%
    }
    .header-wrap {
        width: 100%;
        background: rgba(255, 255, 255, 0.8)
    }
    header .main-logo .logo-link .icon-img {
        max-width: 60px;
        margin-right: 5px;
    }
    header .logo {
      width: 40%;
      position: relative;
      z-index: 9999
    }
    header .nav li {
      margin-left: 0;
    }
    header .contact-ic {
      position: fixed;
      top: 1rem;
      right: 6rem;
      width: 4rem;
      z-index: 9999
    }
    header .contact-ic a {
      width: 100%;
      display: block
    }
    header .contact-ic svg {
      fill: none;
      stroke: #000;
      display: block
    }
    header #toggle {
      position: fixed;
      top: 0.5rem;
      right: 1rem;
      width: 4rem;
      z-index: 9999
    }
    header #toggle .menu-trigger {
      width: 5rem;
      height: 5rem;
      position: relative;
      -moz-transition: .3s;
      -o-transition: .3s;
      -webkit-transition: .3s;
      transition: .3s
    }
    header #toggle .menu-trigger span {
      width: 3rem;
      height: 0.2rem;
      background: #000;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: 0 auto
    }
    header #toggle .menu-trigger span:before, header #toggle .menu-trigger span:after {
      content: "";
      background: #000;
      width: 3rem;
      height: 0.2rem;
      position: absolute;
      left: 0;
      -moz-transition: .3s;
      -o-transition: .3s;
      -webkit-transition: .3s;
      transition: .3s
    }
    header #toggle .menu-trigger span:before {
      top: -1rem
    }
    header #toggle .menu-trigger span:after {
      bottom: -1rem
    }
    header #toggle .menu-trigger.active span {
      background: transparent
    }
    header #toggle .menu-trigger.active span:before {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0
    }
    header #toggle .menu-trigger.active span:after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 0
    }
    header .header-r {
      width: 100%;
      height: 50vh;
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 4.6rem;
      background: #fff;
      z-index: 999
    }
    header .header-r ul {
      overflow: hidden;
      width: 92%;
      margin: 0 auto;
      padding: 0;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
    }
    header .header-r ul li {
      margin-left: 0;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft
    }
    header .header-r ul li a, header .header-r ul li.square a {
      padding: 1rem 0;
      font-size: 1.6rem;
      font-weight: 600;
      color: #000
    }
    header .header-r ul li:nth-last-of-type(3) {
      border-bottom: none
    }
    header .header-r ul li.recruit, header .header-r ul li.contact {
      margin-left: 0;
      padding-left: 0;
      border-bottom: none;
      background: none
    }
    header .sns.flex{
      margin-top: 10px;
      padding: 10px 0;
    }
    header .header-r ul li.recruit:before, header .header-r ul li.contact:before {
      content: none
    }
    header .header-r ul li.sns {
      width: 100%;
      justify-content: center
    }
    header .header-r ul li.sns .facebook svg, header .header-r ul li.sns .instagram svg {
      width: 5rem;
      fill: #000
    }
    header .header-r ul li.sns .facebook {
      margin-right: 1rem
    }
    header .header-r ul li.sns .facebook svg {
      stroke: #fff
    }
    header .header-r ul li:nth-of-type(2) {
      animation-delay: .05s
    }
    header .header-r ul li:nth-of-type(3) {
      animation-delay: .1s
    }
    header .header-r ul li:nth-of-type(4) {
      animation-delay: .15s
    }
    header .header-r ul li:nth-of-type(5) {
      animation-delay: .2s
    }
    header .header-r ul li:nth-of-type(6) {
      animation-delay: .25s
    }
    header .header-r ul li:nth-of-type(7) {
      animation-delay: .3s
    }
    header .header-r ul li:nth-of-type(8) {
      animation-delay: .35s
    }
    header .header-r ul li:nth-of-type(9) {
      animation-delay: .4s
    }
    header .header-r ul li:nth-of-type(10) {
      animation-delay: .45s
    }
    header .header-r ul li:nth-of-type(11) {
      animation-delay: 5s
    }
    header .header-r ul li:nth-of-type(12) {
      animation-delay: .55s
    }
    header .header-r ul li:nth-of-type(13) {
      animation-delay: .6s
    }
  
  }
*/

@media (max-width: 640px) {
  header .main-logo .logo-link .icon-img {
      max-width: 60px;
      margin-right: 5px;
  }
}
/*ページヘッダー*/
.page-header {
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 64px 0
}
@media (min-width: 768px) {
  .page-header {
    background-attachment: fixed
  }
}
.page-header--has_background-image {
  padding-top: 160px;
  padding-bottom: 160px
}
.page-header__title {
  font-size: 28px;
  margin: 0
}
.page-header__description {
  margin-top: 20px;
  margin-bottom: -11.5px
}






