@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.4/css/all.css');
html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font: 1.1em "Noto Sans JP","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

body {
  background: #FFFFFF;
  transition: 1s;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#contents{
	display:none;
}
.loading {
	width:100%;
	margin: 0 auto;
}
.loading img{
	width:100vw;
	height: 100vh;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #e88238;
	text-decoration: none;
}
a {outline:none;}
a img {outline:none;}
label {outline:none;}
img {
	border: none;
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
button{
    background:none;
    cursor:pointer;
	border-style: none;
	margin-right: 5px;
	margin-left: 5px;
	outline: none;
}
button:hover{
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;	
}
a img {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
outline:none;
}
a img:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;	
}
button img{
	outline:none;
}
h1 {
	font-weight: 400;
	font-size: 21px;
}
.br-sw {
	display: inline;
}
.sp-br {
	display: none;
}
.u-line {
	text-decoration: underline!important;
}
/*----- main -----*/
.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.content-light {
	background-color: #e88238;

}
.content-dark {
	background-color: #898989;
	color: #FFF;
}
.content-wrapper {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.contents-text {
	font-size: 1.1em;
	padding-right: 1%;
	padding-left: 1%;
	line-height: 1.8em;
	position: relative;
}
.contents-text-s {
	font-size: 0.8em;
	padding-right: 15%!important;
	padding-left: 15%!important;
	line-height: 1.8em;
}
.text-v {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.text-jp {
	letter-spacing: 1px;
	font-size: 0.9em;
}
.text-en {
	letter-spacing: 1px;
}
.text-en-s {
	letter-spacing: 1px;
	font-size: 0.9em;
}
/* titles */
.title-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #f7b029;
	background: #fef7e9;
  color: #333;
  padding: 30px;
  min-height: 100px;
}
.title-b-m {
	font-size: 1.4em;
	font-weight: bold;
}
/* box */
.box-title {
	font-size: 1.2em;
	line-height: 1.1em;
	height: 3em;
	overflow: hidden;
	margin-bottom: 10px;

	clear: both;
	padding-left: 5px;
}
.box-date {
	margin-top: 10px;
	font-size: 1.1em;
	width: 100%;
	float: left;
	padding-left: 7px;
}
.box-cat {
	width: 100%;
	font-size: 0.9em;
	float: left;
	text-align: left;
	margin-top: 10px;
	min-height: 2.5em;
	white-space: nowrap;
	margin-bottom: 5px;
}
.box-cat a:hover {
	background-color: #e88238;
}
.box-cat a, .box-cat span{
	color: #333;
	padding: 5px 10px;
	border: 1px solid #333;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	float: left;
	margin-left: 5px;
}
.box-cat a:hover{
text-decoration: none!important;
}
.box-title a:hover, .box-cat a:hover {
	text-decoration: underline;
}
/* button */

.order-btn{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #FFF;
	font-weight: 800;
	white-space: nowrap;
	margin: 0;
	padding: 10px 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	font-size: 1em;
	clear: both;
}

.order-btn:hover{
	background-color: #FFF;	
	text-decoration: none;
	color: #000;
}
.btn-area{
	z-index: 99;
}
.btn-area-select{
	width:100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.btn-area-centre{
	width:100%;
	text-align: center;
}
.shop-btn {
  cursor: pointer;
  background: #252525;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #999;
  color: #eee;
  font-size: 1em;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
}

.shop-btn:hover {
  background: -webkit-linear-gradient(top, #585858 0%, #404040 100%) #656565;
  background: -moz-linear-gradient(top, #585858 0%, #404040 100%) #656565;
  background: -ms-linear-gradient(top, #585858 0%, #404040 100%) #656565;
  background: -o-linear-gradient(top, #585858 0%, #404040 100%) #656565;
  background: linear-gradient(to bottom, #585858 0%, #404040 100%) #656565;
  text-decoration: none;
  color: #fff;
  border: 1px solid #cccccc;
}

.next-btn, .send-btn {
  
  cursor: pointer;
  background: #004564;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  border: 1px solid #ccc;
  color: #ffffff;
	font-weight: 800;
  font-size: 1.1em;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
}

.next-btn:hover {
  background: -webkit-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
	background: -moz-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
  background: -ms-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
  background: -o-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
  background: linear-gradient(to bottom, #3882ab 0%, #1e496f 100%) #1db9df;
  text-decoration: none;
	border: 1px solid #004564;
}

.send-btn {
  
  cursor: pointer;
  background: #167ba8;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  border: 1px solid #ccc;
  color: #ffffff;
	font-weight: 800;
  font-size: 1.1em;
  padding: 7px 35px 7px 35px;
  text-decoration: none;
  letter-spacing: 2px;
  white-space: nowrap;
}

.next-btn:hover {
  background: -webkit-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
	background: -moz-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
  background: -ms-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
  background: -o-linear-gradient(top, #3882ab 0%, #1e496f 100%) #1db9df;
  background: linear-gradient(to bottom, #3882ab 0%, #1e496f 100%) #1db9df;
  text-decoration: none;
	border: 1px solid #004564;
}


.content-white {
	background-color: #FFF;
}
.text-white {
	color: #FFF;
}
.text-gray {
	color: #555;	
}
.text-black {
	color: #333;	
}
/*----- fade -----*/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

/* sticky */
.sticky {
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0;　/* 上端から10pxのところで固定 */
	background-color: #FFF;
	z-index: 9;
}

.sticky80 {
  height: 80vh;
}
.sticky100 {
  height: 100vh;
}
/*----- page-top -----*/
#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 75px;
  background: #333;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  border-radius:2px;
  	z-index: 999;
}
#page-top:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* icon-menu */
.icon-area-menu{
	width: 100%;
	clear: both;
	position: absolute;
	padding-left: 10%;
	top: 550px;
}
.icon-area-menu img{
	width: 10%;
	
}
ul.icon-area-menu li {
	display: inline;
	margin-right: 3%;
}
/* icon */
.icon-area{
	width: 100%;
	float: left;
	margin: 0;
	text-align: center;
	padding: 30px 0;
}
.icon-area img{
	width: 4%;
	
}
ul.icon-area li {
	display: inline;
	margin-right: 3%;
}
/*----- footer -----*/
#footer {

	width: 100%;
	color: #444;
	letter-spacing: 1px;
	background-color: #646464;
	float: left;
}
.navbar-nav-left {
	width: 25%;
	float: left;
}
.navbar-nav-right {
	width: 30%;
	float: left;
}
.navbar-nav-left li, .navbar-nav-right li {
	margin-top: 10px;
}
.navbar-sub {
	padding-left: 25px;
}
.navbar-sub li {
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}
a.footer-menu-item, a.footer-menu-item-sub{
	color: #ccc;
	font-size: 0.9em;
}
span.footer-menu-item{
	color: #ccc;
	font-size: 0.9em;
}
a.footer-menu-item:hover, a.footer-menu-item-sub:hover{
	color: #e88238;
}
ul.navbar-nav-left li a.footer-menu-item div.en-menu, span.footer-menu-item div.en-menu {
	color: #999;
}
.footer-info {
	width: 33%;
	float: left;
	padding-top: 56px;
	margin-left: 2%;
	color: #FFF;
}
.c-name {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
.c-en-name {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: .9em;
}
.c-add {
	margin-top: 10px;
	font-size: .8em;
}
.copy-info {
	width: 100%;
	font-size: 0.7em;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	color: #8a8a8a;
}
/* margin */
.mar_r_1p { margin-right: 1%; }
.mar_b_1p { margin-bottom: 1%; }
.mar_b_2p { margin-bottom: 2%; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_15 { margin-top: 15px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_b_15 { margin-bottom: 15px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_25 { margin-bottom: 25px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_45 { margin-top: 45px; }
.mar_t_50 { margin-top: 50px; }
.mar_t_80 { margin-top: 80px; }
.mar_r_50 { margin-right: 50px; }
.mar_l_80 { margin-left: 80px; }
.mar_r_80 { margin-right: 80px; }
.mar_b_45 { margin-bottom: 45px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_l_100 { margin-left: 100px; }
.mar_b_80 { margin-bottom: 80px; }
.mar_b_100 { margin-bottom: 100px; }
.mar_t_70 { margin-top: 70px; }
.mar_t_85 { margin-top: 85px; }
.mar_t_100 { margin-top: 100px; }
.mar_t_125 { margin-top: 125px; }
.mar_t_200 { margin-top: 200px; }
.mar_t_25p { margin-top: 25%; }
.mar_t_20_5 { margin-top: 20px; }
/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_t_50 { padding-top: 50px; }
.pad_l_50 { padding-left: 50px; }
.pad_b_50 { padding-bottom: 50px; }
.pad_l_70 { padding-left: 70px; }
.pad_l_100 { padding-left: 100px; }
.pad_t_70 { padding-top: 70px; }
.pad_t_80 { padding-top: 80px; }
.pad_b_70 { padding-bottom: 70px; }
.pad_b_80 { padding-bottom: 80px; }
.pad_t_100 { padding-top: 100px; }
.pad_b_100 { padding-bottom: 100px; }
.pad_lr_2 { 
	padding-left: 2%;
	padding-right: 2%;
}
.pad_lr_10 { 
	padding-left: 10%;
	padding-right: 10%;
}
.pad_lr_8 { 
	padding-left: 8%;
	padding-right: 8%;
}
.pad_lr_15 { 
	padding-left: 12%;
	padding-right: 12%;
}
.pad_t_50p { padding-top: 50%; }
.mar_r_80p { margin-right: 8%; }
.mar_l_100p { margin-left: 10%; }
.text-centre{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.title-en {
	font-size: 36px;
	letter-spacing: 5px;
	margin: 0;
}
.text-b-big {
	font-weight: 900;
	font-size: 1.4em;
	line-height: 1.6em;
	letter-spacing: 1px;
}
.text-b-top {
	font-weight: 900;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.text-n {
	font-size: 1em;
	letter-spacing: 1px;
	margin-top: 5px;
}
.text-b-m {
	font-weight: 900;
	font-size: 1.5em;
	line-height: 1.8em;
}
.text-b-ms {
	font-weight: 900;
	font-size: 1.3em;
	line-height: 1.8em;
}
.text-b {
	font-weight: 900;
}
p.text-b {
	height: 3em;
}
.title-sub-en {
	font-size: 10px;
	margin: 0;
}
.title-link:hover {
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	.text-right{
		padding-right: 15px;
	}
	.text-left{
		padding-left: 15px;
	}

	.box-cat {
	font-size: 0.8em;
	}
}
@media screen and (max-width: 860px) {
	.box-cat {
	font-size: 0.7em;
	}
}
@media screen and (max-width: 767px) {
	.box-cat {
	font-size: 0.8em;
	}
}
@media screen and (max-width: 650px) {
	h1 {
		font-size: 18px;
	}

	.br-sw {
		display: none;
	}
	.icon-area img{
	width: 7%;
	
	}
	.footer-info {
	width: 90%;
	float: left;	
	margin-left: 5%;
	}
	.navbar-nav-left {
	width: 35%;
	float: left;
	}
	.navbar-nav-right {
	width: 50%;
	float: left;
	}
	.box-title {
	font-size: 1em;
	height: 2.5em;
	}

	.pad_lr_10 { 
	padding-left: 8%;
	padding-right: 8%;
	}
	.pad_lr_8 { 
	padding-left: 6%;
	padding-right: 6%;
	}
	.mar_r_80p { margin-right: 5%; }
	.mar_l_100p { margin-left: 5%; }
	.box-cat {
	font-size: 0.7em;
	}
}

@media screen and (max-width: 600px) {
	.text-b-big {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	.text-b-top {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	.text-n {
	font-size: .9em;
	line-height: 1.4em;
	}
	.box-cat a, .box-cat span{
	margin-bottom: 5px;
	}
	.box-cat {
	font-size: 0.6em;
	min-height: 3.5em;
	}
	.navbar-sub {
	padding-left: 15px;
	}
}
@media screen and (max-width: 460px) {
	.text-right{
		padding-right: 10px;
	}
	.text-left{
		padding-left: 10px;
	}
	/* icon */
	.icon-area-menu{
	padding-left: 10%;
	top: 450px;
	}
	.icon-area-menu img{
	width: 13%;
	
	}
	.icon-area img{
	width: 10%;
	
	}
	ul.icon-area li {
	margin-right: 5%;
	}
	.navbar-nav-left {
		width: 40%;
		padding-left: 5%;
	}
	.navbar-nav-left-right {
		width: 45%!important;
		padding-left: 0;
	}
	.sp-br {
	display: inline;
	}
/* box */
	.box-title {
	font-size: 1.2em;
	height: 2.5em;
	}
	.box-cat {
	font-size: 0.9em;
	min-height: 2.5em;
	}
	.pad_lr_10 { 
	padding-left: 5%;
	padding-right: 5%;
	}
	.pad_lr_8 { 
	padding-left: 3%;
	padding-right: 3%;
	}
	p.text-b {
	height: 2.2em;
	font-size: 1.2em;
	}
	.text-b-ms {
	font-size: 1.1em;
	}
	.mar_t_25p { margin-top: 55%; }
	.u-line {
		font-size: .8em;
	}
}
@media screen and (max-width: 360px) {

	/* icon */
	.icon-area-menu{
	padding-left: 13%;
	}
	.box-title {
	font-size: 1em;
	height: 2.2em;
	line-height: 1.2em;
	}

}
@media print {
    .no-print {
		display: none;
    }
	#page-top {
		display: none!important;		
	}
	#header-top {
	position: absolute!important;
	}
	.drawer-hamburger {
	position: absolute!important;
	}

	#cover-wrapper{
	height: 60vh!important;

	}
	#cover-wrapper img{
	height: 60vh!important;
	}
	.top-box {
	height: 60Vh!important;
	}
	#recruit-wrapper {
	width:50vw!important;
	width:100vw!important;
	}
	#recruit-wrapper img{
	height: 50vh!important;
	width:100vw!important;
	}
	.slide-title-area {
	top: 8vh!important;
	}
	#top-box {
	top: 35vh!important;
	}
	.top-logo-area {
	top: 20vh!important;
	display: block!important;
	}
	.vv {
  	bottom: 40vh!important;
	}

	.intro-box {
	width: 48%!important;

	}

}