@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*----------------------------------------------------------------- 
	reset
----------------------------------------------------------------- */
*,
*:after,
*:before { margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; border: 0; outline: 0; -webkit-appearance: none;}
ol, ul,li{ list-style: none; margin:0; padding:0;}
:focus,
:active { outline:0;}
html { font-size: 14px;}
table { border-collapse: collapse; border-spacing: 0;}
th, 
td { padding:8px; line-height:1.8em;}
input{ margin-right:5px;}
.switch { visibility: hidden;}

h1, h2, h3, h4, h5, h6, p,dt ,dl,dd{ font-size:inherit; margin:0; padding:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
ul{ list-style:none; margin:0; padding:0; }
li{ margin:0; padding:0; }
@media screen and (min-width: 360px) { * { -webkit-text-size-adjust: none; } }


/*----------------------------------------------------
 	clearfix
----------------------------------------------------*/

.clearfix:after,
header:after,
.contents:after{ content: "."; display:block; height:0.1px; clear:both; visibility:hidden; font-size:0.1em; line-height:0; }
.clearfix,
header,
.contents{ display:inline-block; overflow:hidden; _overflow:visible; display:block; }
* html .clearfix,
* html header,
* html .contents{ height:1%; }
dd:after { content:''; display:block; clear:both;}

/* ----------- anchor */
a {
	color:#444;
	text-decoration:underline;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	}
a:hover { color:#11aab4; }
a .imgbt:hover{opacity:0.5;filter:alpha(opacity=50);cursor:pointer;}
a { -webkit-tap-highlight-color: rgba(0,0,0,0); }


/* ------------------------------------------------
	　common
	---------------------------------------------- */
body{
	height: 100%;
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif !important;
	color:#444;
	line-height: 2em;
	letter-spacing: 0.08em;
	}
	#formConfirm { background: #F7F9FC;}
	.noSNS footer,
	#formComplete.noSNS { background: #F7F9FC;}

.fl { float:left;}
.fr { float:right;}

.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb90 { margin-bottom:90px;}

.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml12 { margin-left:12px;}
.ml13 { margin-left:13px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr30 { margin-right:30px;}

.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt50 { margin-top:50px;}
.mt60 { margin-top:60px;}

.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pt20 { padding-top:20px;}
.pt30 { padding-top:30px;}
.pt40 { padding-top:40px;}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb20 { padding-bottom:20px;}
.pb100{ padding-bottom: 100px;}

.text10{ font-size:10px; line-height: 1.6em;}
.text11{ font-size:11px; line-height: 1.6em;}
.text12{ font-size:.857rem; }
.text13{ font-size:.929rem; }
.text14{ font-size:1rem; }
.text16{ font-size:1.143rem; }
.text18{ font-size:1.286rem; }
.text20{ font-size:1.429rem; }
.text24{ font-size:1.714rem; }
.text28{ font-size:2rem; }
.text30{ font-size:2.143rem; }
.textC { text-align:center;}
.textR { text-align:right;}
.textL{ text-align: left;}
.textB { font-weight:900er;}

.white { color:#fff;}
.red { color:#d00;}

.box10p { width: 10%;}
.box15p { width: 15%;}
.box20p { width: 20%;}
.box35p { width: 35%;}
.box40p { width: 40%;}
.box45p { width: 45%;}
.box49p { width: 49%;}
.box50p { width: 50%;}
.box55p { width: 55%;}
.box60p { width: 60%;}
.box80p { width: 80%;}

.bold {font-weight: bold;}

.lrAuto{ margin-left:auto; margin-right:auto;}

.link a{ color:#FD7E33; text-decoration:underline; font-weight:900;}
.link a:hover{ text-decoration:none;}

.va_b{ vertical-align:bottom;}
.va_m{ display:inline-block;vertical-align:middle;}


/* ---------------------------------------------------------
	form
--------------------------------------------------------- */
#no-js { display: none;}
.btn,input.btn{
	-webkit-appearance: none;
	display: block;
	width: 96%;
	max-width: 375px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	line-height: 56px;
	text-align: center;	
	text-decoration: none;
	color: #444;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	}
.btn:hover,input.btn:hover{ background:#11aab4; color: #444;}

input, textarea {
	padding:10px;
	text-align:left;
	}
input[type=radio]{ margin-right:5px;}
input[type=text],input[type=tel],textarea {
	display: block;
	width: 100%;
	background: #EDF8F8;
	font-size: 1.142rem;
	line-height: 1.8rem;
	}
	input[type=text]:focus,input[type=tel]:focus,textarea:focus { background: #fff;}
	input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	background: #EDF8F8;
}
/*	input:focus,textarea:focus { border:solid 1px #EEA34A;}*/

label,
input[type=text], 
input[type=tel], 
input[type=radio] { display:inline;}
input[type=radio] { padding: 0 7px;
    background-color: #fff;
    border: 1px solid rgb(152, 152, 152);
	border-radius: 10px;}
	input[type='radio']:checked {
		padding: 0 !important;
	}
input[type='radio']:checked:after {
	padding: 0 !important;
	width: 15px;
	height: 15px;
	top: 3px;
	border-radius: 15px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.form-select {
	display: block;
	position: relative;
	width: 100%;
	height: 2.6em;
	font-size: 1.05rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	}

.form-select:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #444;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	pointer-events: none;
	}

.form-select select {
	width: 100%;
	height: 2.6em;
	font-size: 1.05rem;
	padding: 0 10px;
	border: none;
	position: relative;
	outline: none;
	}

input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance:checkbox;
	margin-right: 5px;
	}

input.myError,
textarea.myError{ background:#FFFFE6;}
p.myError{
	color:#d00;
	padding-top:3px;
	display:block;
	clear:both;
	}

/*----------------------------------------------------
 	header
----------------------------------------------------*/
.site-header{
	position: relative;
	background: #fff;
	position: fixed;
	top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	width: 100%;
	z-index: 999;
}
.site-header.hide{ transform: translateY(-100%); -webkit-transform: translateY(-100%);}

#logo {
	position: absolute;
	display: inline;
	margin-top: 8px;
	}
	#logo img { width: auto;height: 20px}

/*----------------------------------------------------
 	content
----------------------------------------------------*/
.hl { text-align: center;}
.hl span{
	display: block;
	margin: 0 auto 5px;
	letter-spacing: 0.15em;
	}
.hl h2 {
	display: inline-block;
	padding-bottom: 10px;
	font-weight: 900;
	letter-spacing: 0.2em;
	opacity: .4;
	}
h3 {
	font-weight: 900;
	line-height: 1.6em;
	letter-spacing: 0.08em;
	}
	h3 span { display: block; font-size: 1rem;}
p {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 30px;
}
#slide {
	width: 100%;
	height: 90vh;
	border-radius: 20px;
	position: relative;
	margin-top: -13px;
	}
	#slide img {
		width: 90vw;
		height: 75vh;
		min-height: 500px;
		border-radius: 20px;
		object-fit: cover;
		position: absolute;
		right: 0 !important;
		top: 100px;
	}
.hero{
	/* background: url(../img/main.png) no-repeat; */
	/* background-size: 80%; */
    background-position: 100% 40%;
    /* position: relative; */
    width: 100%;
	}
.uspContainer {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	}
.uspContent {
	width: 46%;
	position: absolute;
	top:56%;
	display: block;
	text-align: right;
	}
.mainCatch{
	width: 100%;
	padding: 35px;
	font-size: 35px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	background: rgb(255,202,76,.9);
	background: linear-gradient(-30deg, rgba(255,202,76,.9) 0%, rgba(252,137,79,.9) 100%);
	color: #fff;
	border-radius: 20px;
	text-align: center;
	}
.fadeInUp {
	opacity : 0;
	transform: translateY(72px);
	transition: 1s;
	}
.link:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0.3em;
	width: 1.4em;
	height: 1.4em;
	background-image:url(../img/ico_link.svg);
	background-size:100%;
	margin-right: 10px;
	}
.list { margin-top: -0.8em;}
.list > li { margin-top: 0.8em;}

/*	news
---------------------------*/
.newsContent {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	}
.newsContent .newscord {
	width: 46%;
}
.newsContent .newscord02 {
	width: 46%;
}
.newsContent h3 { line-height: 1.8em;}
.newsCopy {
	padding-top: 40px;
	line-height: 2.2em;
	}
p.days {
	font-family: 'Roboto','Noto Sans JP', sans-serif !important;
	font-weight: 900;
	color: #11aab4;
	margin-bottom: 10px;
}
p.daysPre {
	font-family: 'Roboto','Noto Sans JP', sans-serif !important;
	font-weight: 900;
	color: #62bbb2;
	margin-bottom: 10px;
}
p.days {
	font-family: 'Roboto','Noto Sans JP', sans-serif !important;
	font-weight: 900;
	color: #11aab4;
	margin-bottom: 10px;
}
	span.category {
		background-color: #11aab4;
		color: #fff;
		margin-left: 10px;
		padding: 3px 10px;
		border-radius: 30px;
		font-size: 12px;
	}
	span.categoryPre {
		background-color:  #62bbb2;
		color: #fff;
		margin-left: 10px;
		padding: 3px 10px;
		border-radius: 30px;
		font-size: 12px;
	}
	a.newsTxt_B {
		text-decoration: none;
		border-bottom: #444 1px solid;
	}
	a.newsTxt_BPre {
		text-decoration: none;
		border-bottom: #444 1px solid;
	}
	a.newsTxt_BPre:hover {
		color: #62bbb2;
	}
ul.newsList li {
	border-bottom:  #efefef 1px solid;
	padding: 30px 0;
}
ul.newsList li:nth-child(1){
	padding: 0 0 30px;
}
/*	message
---------------------------*/
/* section#message {} */
#message>.hl {
	position: absolute;
	z-index: 10;
	right: 62%;
	margin-top: 100px;
	z-index: 10;
}
#message>.hl>span {
	z-index: 10;
}
#message .hl h2 {
	color: #fff;
	opacity: .5;
	right: 25%;
	z-index: 1;
}
section#message { padding-bottom: 100px;}
.messageContent {
	overflow: hidden;
	padding-bottom: 72px;
	margin: 0 auto;
	}
	.messageTxt {
		padding: 100px;
		width: 100%;
		max-width: 740px;
	}
.messageBox {
	top:0;
	}
	.messageBox>p {
		margin-top: -20px;
	}
p.messaageName {
	text-align: end;
	font-weight: 900;
	margin-top: 20px;
}
.messageContent {
	z-index: 30;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 100px;
	background-color: #c0e7ea;
	background-image: url(../img/daihyo.png);
	background-repeat: no-repeat;
	background-position-x: 780px;
	background-position-y: 30px;
	max-width: 1200px;
	}
.messageBox {
	width: 60%;
	}
.messageTxt {
	text-align: justify;
	text-justify: inter-ideograph;
	}

/*	feature
---------------------------*/
.featureContent {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	}
#feature .hl h2 {
	right: 27%;
}
ul.featureList { 
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	ul.featureList li {
		margin-bottom: 20px;
	}
	ul.featureList :nth-last-child(3),:nth-last-child(4) {
		margin-bottom: 0;
	}
/*	voice
---------------------------*/
#voice { background: #fff;text-align: justify;}
.voiceContainer {
	overflow: hidden;
	}
.map {
	position: relative;
	width: calc(50% - 80px);
	padding-top: 50%;
	float: left;
	}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.voiceContent {
    max-width: 1000px;
    margin: 0 auto;
	}
ul.voiceList li {
	display: flex;
	justify-items: center;
	align-items: center;
	margin-bottom: 50px;
}
ul.voiceList li:last-child {
	margin-bottom: 0;
}
.voiceTxt {
	margin-left: 50px;
}
.voiceTxt02 {
	margin-right: 50px;
}
p.voiceName {
	font-size: 20px;
	color: #62bbb2;
	font-weight: 900;
}
p.voiceCate {
	font-size: 15px;
	color: rgb(140, 140, 140);
	font-weight: 900;
	margin-bottom:20px;
}
	p.voiceName span {
		font-size: 16px;
	}
.btns {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 100px auto 50px;
}
  
  
  .modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
  }
  a.js-modal-open {
	  cursor: pointer;
  }
  .modal__bg{
	background: rgba(100, 100, 100, 0.9);
	height: 100vh;
	position: absolute;
	width: 100vw;
  }
  .modal__content{
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90vw;
	height: 80vh;
  }
  .modal__content>img {
	  width: 100%;
  }
  .close-btn {
	color: #fff;
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 0;
  }

.close-btn a {
	color: #fff;
	text-decoration: none;
  }

/*	staff
---------------------------*/
#staff { background: #fff;}
.staffContent {
    max-width: 1000px;
    margin: 0 auto;
	}
ul.staffList {
	display: flex;
	flex-wrap: wrap;
}
	ul.staffList li {
		width: 22.8%;
		margin-right: 22px;
		background-color: #edf8f8;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	ul.staffList li img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		object-position: top;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	ul.staffList li:nth-child(4),li:nth-child(8),li:nth-child(12) {
		margin-right: 0;
	}
span.staffTag {
	background-color: #11aab4;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding: 5px 20px;
	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	top: -20px;
}
.staffTxt {
	padding: 0 20px 20px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 25px;
}
p.staffName {
	color: #62bbb2;
	font-size: 20px;
	font-weight: 900;
}
	p.staffName>span {
		font-size: 16px;
	}
p.skill {
	text-align: justify;
    letter-spacing: normal;
    line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 600;
    color: rgb(140, 140, 140);
}
p.staffCate {
	font-size: 14px;
    color: rgb(140, 140, 140);
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 20px;
    margin-top: 3px;
}
ul.staffListBox > li >h3 {
	font-weight: 900;
	font-size: 1.8rem;
	color: #62bbb2;
	text-align: center;
	border-bottom: #62bbb2 solid 1px;
	padding-bottom: 20px;
	width: 30%;
	margin: 0 auto 50px;
	display: block;
}
ul.staffListBox > li > img {
	margin-bottom: 20px;
}
/*	staff
---------------------------*/


/*	recruitment
---------------------------*/
p.recruitmentTit {
	color: rgb(140, 140, 140);
	font-weight: 900;
	font-size: 21px;
}
.recruitmentTable th.ttl {
	font-weight: bold;
	vertical-align: top;
	width: 30%;
	text-align: left;
}
.recruitmentTable tr {
	border-bottom: #ccc 1px solid;
}
	.recruitmentTable tr.last-child {
		border-bottom: none;
		padding-bottom: 50px;
	}
.recruitmentTable tbody {
	width: 80%;
}
section#recruitment {
	padding: 100px auto;
	width: 100%;
	background:#edf8f8;
}
	.recruitmentContainer {
		max-width: 1000px;
		margin: 0 auto;
	}
.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #444;
    display: block;
    margin-bottom: 1px;
	position: relative;
	border-radius: 20px;
	padding: 30px 110px 30px 30px;
}
.acd-label.first:after,.acd-label.second:after,.acd-label.third:after{
    font-size: 35px;
    color: #ddd;
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    bottom: 17px;
    font-weight: 900;
    height: 40px;
    width: 40px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
	visibility: hidden;
	margin-bottom: 30px;
	width: 100%;
	background-color: #fff;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
	visibility: visible;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-bottom: 50px;
}
table.recruitmentTable {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	margin-top: -13px;
}
table.recruitmentTable,
.recruitmentBtn {
  display: none;
}
.acd-check:checked + .acd-label + .acd-content > table.recruitmentTable,
.acd-check:checked + .acd-label + .acd-content > .recruitmentBtn {
	display: block;
}
	table.recruitmentTable td, th {
		padding: 45px;
	}
.recruitmentBtn {
	display: block;
	border-radius: 50px;
	font-size: 16px;
	background: rgb(255,202,76);
	background: linear-gradient(-64deg, rgba(255,202,76,1) 0%, rgba(252,137,79,1) 100%);
	color: #fff;
	font-weight: 900;
	width: 30%;
	text-decoration: none;
	-webkit-appearance: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	line-height: 56px;
	text-align: center;	
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	position: relative;
}
.recruitmentBtn02 {
	display: block;
	border-radius: 50px;
	font-size: 16px;
	background: rgb(255,202,76);
	background: linear-gradient(-64deg, rgba(255,202,76,1) 0%, rgba(252,137,79,1) 100%);
	color: #fff;
	font-weight: 900;
	width: 30%;
	text-decoration: none;
	-webkit-appearance: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	line-height: 56px;
	text-align: center;	
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	position: relative;
}
.staffBtn {
	display: block;
	border-radius: 50px;
	font-size: 16px;
	background: rgb(17,170,180);
	background: linear-gradient(18deg, rgba(17,170,180,1) 0%, rgba(98,187,178,1) 100%, rgba(0,212,255,1) 100%);
	color: #fff;
	font-weight: 900;
	width: 30%;
	text-decoration: none;
	-webkit-appearance: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	line-height: 56px;
	text-align: center;	
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	position: relative;
}
.infoBtn {
	display: block;
	border-radius: 50px;
	font-size: 16px;
	background: rgb(17,170,180);
	background: linear-gradient(18deg, rgba(17,170,180,1) 0%, rgba(98,187,178,1) 100%, rgba(0,212,255,1) 100%);
	color: #fff;
	font-weight: 900;
	width: 100%;
	max-width: 320px;
	text-decoration: none;
	-webkit-appearance: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	line-height: 56px;
	text-align: center;	
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	position: relative;
	margin-top: 30px;
}
.backBtn {
	display: block;
	color: #444;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.backBtn::before {
	font-size: 14px;
    color: #ccc;
    box-sizing: border-box;
    content: '\f053';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    position: absolute;
    font-weight: 600;
    left: 46%;
    top: 2px;
}
.hl02 {
	margin-bottom: 20px;
}
.hl02 span{
	font-size: 25px;
	line-height: 60px;
	color: #62bbb2;
	font-weight: 900;
	letter-spacing: normal;
	}
.navBtn {
	display: inline-table;
	color: #fff !important;
	border-radius: 50px;
	font-size: 16px;
	background: rgb(255,202,76);
	background: linear-gradient(-64deg, rgba(255,202,76,1) 0%, rgba(252,137,79,1) 100%);
	font-weight: 900;
	padding: 5px 30px;
	text-decoration: none;
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	text-align: center;	
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
a.navBtn:hover {
	opacity: .8;
}
a.recruitmentBtn:hover {
	color: #fefcf9;
	opacity: .8;
}
a.recruitmentBtn02:hover {
	color: #fefcf9;
	opacity: .8;
}
a.staffBtn:hover {
	color: #fefcf9;
	opacity: .8;
}
a.infoBtn:hover {
	color: #fefcf9;
	opacity: .8;
}
.btnSend:hover {
	background-color: #ffa500;
}
.recruitmentBtn::after {
	font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    position: absolute;
	font-weight: 900;
	top: 2px;
	right: 35px;
}
.recruitmentBtn02::after {
	font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    position: absolute;
	font-weight: 900;
	top: 2px;
	right: 35px;
}
.staffBtn::after {
	font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    position: absolute;
	font-weight: 900;
	top: 2px;
	right: 35px;
}
.infoBtn::after {
	font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    position: absolute;
	font-weight: 900;
	top: 2px;
	right: 35px;
}
/*	recruitment
---------------------------*/

#newsList {
	margin-top: 100px;
}


/*	contact
---------------------------*/
section#contact { background: #fff;}
section#contact02 { background: #fff; padding-top: -50px !important;padding-bottom: -50px !important; margin:100px auto}
section#contact>article {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/* margin: 200px auto 100px;
	padding: 100px 50px 50px; */
}
.contactContainer {
	padding: 0 20px 60px;
	}
.contactFormListWrap {
	margin-top: -40px;
	overflow: hidden;
}
.contactFormList dt{
	margin-top: 40px;
	font-size: 1rem;
	font-weight: 900;
	}
.contactFormList dd { margin-top: 5px;}
.contactFormList dd.checkPrivacy { margin-top: 40px;}
.linkPrivacy {
	margin: 5px 0 0 30px;
	font-size: 0.857rem;
	}

.privacyContent { display: none;}
.privacyHl {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	}

.privacyDetail {
	border-left: 1px solid #444;
	padding-left: 40px;
	}
.privacyDetail > dt {
	margin-top: 20px;
	font-size: 1.12em;
	font-weight: 700;
	}
#contactComplete { text-align: center;}
.completeHl {
	margin-bottom: 20px;
	font-size: 1.428rem;
	font-weight: 700;
	}

.btnSend {
	-webkit-appearance: none;
	display: block;
	width: 96%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	font-size:1.286rem;
	font-weight: 900;
	line-height: 56px;
	text-align: center;	
	text-decoration: none;
	color: #fff;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	background-color: #11aab4;
	position: relative;
}
.btnSend::after {
	font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    position: absolute;
	font-weight: 900;
	top: 2px;
	right: 35px;
}
#contact {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/* margin: 170px auto 100px;
	padding: 100px 50px; */
	border-radius: 20px;
}
.contactTxt {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
.contactTxt02 {
	line-height:30px;
	margin-top:50px;
}

/*----------------------------------------------------
 	footer
----------------------------------------------------*/
footer {
	padding: 80px 15px;
	text-align: center;
	background-color: #11aab4;
	color: #fff;
	text-align: center;
	}
	footer>div {
		max-width: 1000px;
		margin: 0 auto;
	}
	span.footerTtl {
		font-size: 22px;
		font-weight: 900;
	}
	p.copy {
		text-align: center;
	}
	.footerContent {
	}
	a.footerLink {
		color: #fff;
		display: flex;
		justify-content: center;
		text-decoration: none;
	}
	a.footerLink::after {
		font-size: 16px;
		color: #fff;
		box-sizing: border-box;
		content: '\f35d';
		display: block;
		font-family: "Font Awesome 5 Free";
		height: auto;
		font-weight: 900;
		top: 2px;
		right: 35px;
		margin: 0 5px 0 5px;
		text-decoration: none;
	}
	.footerLogo {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 30px;
	}

.scroll,.pagetop a { display: block;}
.scroll {		
	position: fixed;
	bottom: 72px;
	right:25px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 500;
	}
.scroll:after {
	content: "";
	display: block;
	position: relative;
	width: 1px;
	height: 56px;
	top:4em;
	left: 1em;
	background: #444;
	}
.pagetop {		
	position: fixed;
	bottom: 20px;
	right:25px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 500;
	}
	.pagetop a { text-decoration: none;}
.pagetop a:before {
	content: "";
	display: block;
	position: relative;
	width: 1px;
	height: 56px;
	top:-64px;
	left: -1.15em;
	background: #444;
	}
	.pagetop a:hover:before{background: #11aab4;}
	.infoBtn {
		margin-bottom: 50px;
	}
	

@media only screen and (min-width: 1500px){

	.map { padding-top: 35%;}
}/* end min-width: 959px */

@media only screen and (min-width: 1280px){
	.fat-nav ul > li {
		display: inline;
		padding:0 25px;
		}
}/* end min-width: 1280px */

@media only screen and (min-width: 835px) and (max-width: 1279px){

	.fat-nav ul > li {
		display: inline;
		padding:0 15px;
		}
		
	/*	voice
	---------------------------*/
	.map {
		width: 100%;
		padding-top: 50%;
		float: none;
		}
	.voiceDetail { margin-top: 20px;}
}/* end max-width: 1279px */

@media only screen and (min-width: 835px){
	p.days {
		font-family: 'Roboto','Noto Sans JP', sans-serif !important;
	}
	body{
		font-family: 'Noto Sans JP', sans-serif !important;
		}
	/*	contents
	---------------------------*/
	.pcNone { display: none!important;}
	.telLink { pointer-events: none; text-decoration: none;}
	
	section { padding: 100px 0}
	.hl { margin-bottom: 50px;}
	.hl span{
		font-size: 30px;
		line-height: 60px;
		color: #11aab4;
		font-weight: 900;
		letter-spacing: normal;
		position: absolute;
		z-index: 10;
		}
	.hl02 {
		margin-bottom: 20px;
	}
	.hl02 span{
		font-size: 25px;
		line-height: 60px;
		color: #62bbb2;
		font-weight: 900;
		letter-spacing: normal;
		}
	.hl h2 {
		font-size: 70px;
		opacity: .1;
		line-height: 60px;
		font-family: 'Roboto','Noto Sans JP', sans-serif !important;
		color: #11aab4;
		letter-spacing: normal;
		position: relative;
		right: 33%;
		}
	h3 { font-size: 2.285rem;}

	/*	header
	---------------------------*/
	#siteHl {
		position: absolute;
		top:20px;
		left: 40px;
		overflow: hidden;
		z-index: 100;
		}
		#siteHl h1 {
			float: left;
			margin-right: 20px;
			font-size: 12px;
			font-weight: normal;
			}
		.navTel { float: left;}

	header {
		background: #fff;
		padding: 24px 40px;
		}
		#formConfirm .site-header { padding-bottom: 56px;}
		
	#logo {	width: calc(100% - 80px);}
	.navTel a { text-decoration: none;}
	.navTel span{
		font-size: 16px;
		font-weight: 900;
		}
	.icoTel {
		display: inline-block;
		position: relative;
		width: 11px;
		height: 14px;
		margin-right: 5px;			
		}
	.contactBtn {
		position: fixed;
		top:calc(50% - 30px);
		right:25px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		z-index: 500;
		}
		.contactBtn a:before {
			content: "";
			display: inline-block;
			position: relative;
			width: 19px;
			height: 16px;
			background-image:url(../img/ico_mail.svg);
			background-size:100%;
			margin-bottom: 10px;
			}
		.contactBtn a { text-decoration: none;}
	
	.uspContent { right:60%;}

	/*	gNav
	---------------------------*/
	.fat-nav ul {
		position: relative;
		z-index: 9999;
		float: right;
		overflow: hidden;
		margin-right:-25px;
		}

	.fat-nav ul > li, .fat-nav ul > li a {
		font-size: 1rem;
		text-decoration: none;
		color: #11aab4;
		font-weight: 900;
		}
	.fat-nav ul > li, .fat-nav ul > li a:hover {
		color: #FD7E33;
	}
	.fat-nav ul > li.navSNS { display: none;}

	/*	news
	---------------------------*/
	section#news { padding:0 0;}
	.newsContent { position: relative; z-index: 100;margin-bottom: 50px;}
	.newsCopy { font-size: 1.14rem;}	
	.newsImage{ margin-top: -356px;}
	
	/*	message
	---------------------------*/
	
	/*	feature
	---------------------------*/	
	section#feature {
		padding: 100px auto;
		width: 100%;
		background:#edf8f8;
		}
		
	/*	contact
	---------------------------*/
	.contactFormList {
		width: 50%;
		padding: 0 40px;
		float: left;
		}
	
	/*	featherlight custom
	---------------------------*/
	.featherlight .featherlight-content {
		padding: 60px 60px 40px;}
	
	/*	footer
	---------------------------*/
	.copyright {
		position: fixed;
		top:calc(50% - 30px);
		left:25px;
		font-size: 12px;
		font-weight: 400;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: sideways;
		z-index: 500;
		}

}/* end min-width: 835px*/
@media only screen and (max-width: 1300px){
	.uspContent {
		right: 52%;
		top: 54%;
	}
	#slide {
		right: -8% !important;
	}
}
@media only screen and (max-width: 1160px){
	.mainCatch{
		width: 130%;
		font-size: 20px;
	}
	.uspContent {
		right: 15%;
		top: 61%;
	}
	p.days {
		font-family: 'Roboto','Noto Sans JP', sans-serif !important;;
	}
	body{
		font-family: 'Noto Sans JP', sans-serif !important;
		}
	#slide {
		height: 90vh;
		border-radius: 20px;
		margin-top: 0;
		}
		#slide img {
			width: 95vw;
			height: 75vh;
			min-height: 75vh;
			border-radius: 20px;
			object-fit: cover;
			position: absolute;
			right: 68px !important;
			top: 60px;
		}
	.hero {
		background-position: center;
		/* height: 675px; */
		background-position-y: top;
	}
	.newsContent {
		width: 90%;
		margin: 60px auto 0;
	}
	#voice {
		width: 90%;
		margin: 0 auto;
	}
	#message {
		width: 90%;
		margin: 0 auto;
	}
	.messageContent {
		background-image: none;
		padding: 100px 100px 0;
	}
	.messageBox {
		width: 100%;
	}
	.daihyo {
		display: block !important;
		margin: 20px auto 0;
	}
	#feature {
		background-color: #edf8f8;
		padding: 100px 0;
	}
	.featureContent {
		width: 95%;
		margin: 0 auto;
	}
	.js-modal-open img {
		width: 100%;
	}
	/*	voice
	---------------------------*/
	.map { display: none;}
	.voiceContent {
		float: none;
		margin: 0 auto;
		}
	.voiceDetail { margin-top: 0;}
	ul.voiceList li {
		display: block;
		margin: 50px auto;
	}
	ul.voiceList li img {
		display: block;
		margin: 0 auto;
	}
	ul.voiceList li>img.pcNone {
		width: 40%;
		display: block !important;
	}
	ul.voiceList li>img.spNone {
		display: none;
	}
	p.voiceName {
		margin: 30px auto 0px;
		text-align: center;
	}
	p.voiceCate {
		text-align: center;
	}
	.voiceTxt {
		margin: 0 auto;
	}
	.voiceTxt02 {
		margin-right: 0;
	}
	.voiceTxt02 {
		margin-left: 0;
		margin-right: 0;
	}
	#staff {
		padding: 100px 0;
		width: 90%;
		margin: 0 auto;
	}
	#recruitment {
		padding: 100px 0;
	}
	ul.staffList li {
		width: 30%;
	}
	ul.staffList li:nth-child(4),li:nth-child(8),li:nth-child(12) {
		margin-right: 22px;
	}
	.recruitmentContainer {
		width: 90%;
	}
	#contact {
		padding: 100px 0;
	}
	section#contact>article {
		width: 90%;
	}
	.backBtn::before {
		left: 40%;
	}
}


@media only screen and (max-width: 835px){
	.uspContent {
		top: 63%;
	}
	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
	.voiceTxt02 {
		margin-left: 0px;
    	margin-right: 50px;
	}

		/*	gNav
	---------------------------*/
	.hamburger {
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 10000;
		padding: 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
	}
	.hamburger__icon {
		position: relative;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #11aab4;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		}
	.hamburger__icon:before, .hamburger__icon:after {
		position: absolute;
		content: "";
		}
	.hamburger__icon:before { top: -7px;}
	.hamburger__icon:after {
		top: 7px;
		}
	.hamburger.active .hamburger__icon { background-color: transparent;}
	.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		background-color: #fff;
		}
	.hamburger.active .hamburger__icon:before {
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
		}
	.hamburger.active .hamburger__icon:after {
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
		}

	.fat-nav {
		top: 0;
		left: 0;
		z-index: 9999;
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		background: #11aab4;
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		}
	.fat-nav__wrapper {
		width: 100%;
		height: 100%;
		display: table;
		table-layout: fixed;
		}
	.fat-nav.active {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		}
	.fat-nav ul {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		}
	.fat-nav ul > li {
		list-style-type: none;
		text-align: center;
		padding: 10px 0;
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		}
	.fat-nav ul > li, .fat-nav ul > li a { color: #fff;}
	.fat-nav__wrapper a { text-decoration: none;}
	.fat-nav ul > li.navSNS { padding-top: 50px; font-size:1.15rem; text-align: center; display: none;}
	.navSNS > ul { display: block; margin: 20px auto 0; text-align: center;}
	.navSNS > ul > li { display: inline;}
	.navSNS > ul > li { padding: 0 15px;}

	.hamburger__icon, 
	.hamburger__icon:before, 
	.hamburger__icon:after { background-color: #11aab4}

	.hl { margin-bottom: 36px; line-height: 1.5em;}
	.hl span{ margin-bottom: 1.8rem; font-size: 2rem; color: #11aab4; font-weight: 900; margin-bottom: 10px;}
	.hl h2 { font-size: 1rem; color: #7fcdc5; font-weight: 900;}
	h3{ font-size: 1.642rem;}
	h3 span { font-size: 0.857rem;}

		/*	news
	---------------------------*/
	section#news { padding: 0;}
	.newsContent { max-width: 90%; padding: 0 15px;display: block;}
	.newsImage{ height: 25vh;}	
	.newsContent .newscord {
		width: 100%;
	}
	.newsContent .newscord02 {
		width: 100%;
		margin-bottom: 30px;
	}
	.newscord02 {
		margin-top: 50px;
	}

		/*	message
	---------------------------*/
	#message {
		width: 90%;
		margin: 0 auto;
	}
	.messageBox {
		width: 100%;
	}
	.daihyo {
		margin: 0 auto;
		height: 400px;
		width: auto;
		display: block;
		bottom: 0;
	}
	.messageContent {
		padding: 100px 50px 0;
	}

			/*	feature
	---------------------------*/

	#feature {
		background-color: #edf8f8;
		padding: 100px 0;
	}
	ul.featureList {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		align-items: center;
	}
	ul.featureList li.pcNone {
		display: block;
		margin: 30px auto;
		width: 45%;
	}
	ul.featureList li.pcNone>img {
		width: 100%;
	}
	ul.featureList li.spNone {
		display: none;
	}
	.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
	  }
	  a.js-modal-open {
		  cursor: pointer;
	  }
	  .modal__bg{
		background: rgba(100, 100, 100, 0.9);
		height: 100vh;
		position: absolute;
		width: 100vw;
	  }
	  .modal__content{
		left: 50%;
		padding: 0px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100vw;
		height: 50vh;
	  }
	  .modal__content>img {
		  width: 100%;
	  }

			/*	voice
	---------------------------*/

	#voice {
		padding: 100px 0;
		width: 90%;
		margin: 0 auto;
	}
	.btns {
		display: block;
		margin: 50px auto 0;
		max-width: 330px;
	}
	.recruitmentBtn {
		width: 100%;
		margin-bottom: 30px;
	}
	.recruitmentBtn02 {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.staffBtn {
		width: 100%;
	}

		/*	staff
	---------------------------*/
	#staff {
		padding: 100px 0;
		width: 90%;
		margin: 0 auto;
	}
	ul.staffList {
		justify-content: flex-end;
	}
	ul.staffList li {
		width: 29%;
	}
	ul.staffList li:nth-child(4),li:nth-child(8),li:nth-child(12) {
		margin-right: 22px;
	}
	ul.staffListBox > li >h3 {
		font-size: 1.4rem;
		padding-bottom: 15px;
		width: 65%;
	}
	span.staffTag {
		font-size: 12px;
		padding: 5px 15px;
		top: -15px;
	}

	/*	recruitment
	---------------------------*/
	.recruitmentTable th.ttl {
		width: 30%;
	}
	#recruitment {
		padding: 100px 0;
		text-align: justify;
	}
	.recruitmentContainer {
		width: 90%;
		padding: 50px 0;
	}
	.acd-label {
		padding: 50px 150px 50px 50px;
	}
	.acd-label.second:after {
		bottom: 60px;
	}
	.recruitmentTit>br.pcNone {
		display: none;
	}
	.recruitmentTit>br.spNone {
		display: block;
	}

		/*	contact
	---------------------------*/ 
	#contact {
		padding: 100px 0;
	}
	section#contact>article {
		width: 90%;
	}

	footer>div {
		max-width: 1000px;
		margin: 0 auto;
	}
	.footerContent {
		display: block;
	}

}
@media only screen and (max-width: 450px){
	p.days {
		font-family: 'Roboto','Noto Sans JP', sans-serif !important;;
	}
	body{
		font-family: 'Noto Sans JP', sans-serif !important;
		}
	.hero {
		/* background: url(../img/main_sp.png) no-repeat;
		background-position: 100% 40%;
		background-position-y: top;
		height: 700px;
		position: relative; */
		width: 100%;
		background-size: 100%;
	}
	.uspContent {
		right: 10%;
		top: 23%;
	}
	#slide {
		right: 0px !important;
	}
	#slide img {
		right: 0px !important;
	}

	.mainCatch {
    width: 200%;
    font-size: 22px;
    padding: 20px 10px;
    margin-top: 280px;
    margin-left: -151px;
	}

	.hl02 {
		margin-bottom: 20px;
	}
	.hl02 span{
		font-size: 25px;
		line-height: 60px;
		color: #62bbb2;
		font-weight: 900;
		letter-spacing: normal;
		}

	/*	header
	---------------------------*/	
	header {
		background: #fff;
		padding: 15px;
		min-height: 54px;
		}
	/* h1 { display: none;} */
	#siteHl {
		position: absolute;
		top:10px;
		left: 20px;
		overflow: hidden;
		}
	#logo { width: calc(100% - 25px);margin-top: 2px;}
	#logo img {height: 15px;}
	.navTel { float: none}
	.navTel span { display: none;}
	.navTel a {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		z-index: 500;
		}
	.icoTel {
		display: block;
		width: 15px;
		height: 40px;
		}

	.contactBtn {
		display: block;
		position: fixed;
		width: 100%;
		bottom: 20px;
		z-index: 8000;
		}
	.contactBtn a {
		-webkit-appearance: none;
		display:block;
		width: 66%;
		max-width: 244px;
		background:#FFAAAA;
		margin: 0 auto;
		padding:0 20px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		filter: drop-shadow(3px 3px 0 rgba(0,0,0,0.25));
		font-size:16px;
		font-weight: 900;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		color: #fff;
		}
	.contactBtn.disNone{ display: none;}
	.uspContent { text-align: center;}
	
	/*	message
	---------------------------*/
	section#message { padding-bottom: 0;}
	.messageImage { height: 25vh;}
	.messageBox { padding: 56px 30px 40px 0px;}
	.messageBox h3 span.messageSub {
		position: relative;
		z-index: 50;
		margin-bottom: -10px;
		}
	.messageBox h3 span.number{
		display: block;
		position: relative;
		z-index: 49;
		top:-96px;
		margin-bottom: -100px;
		}
	.noRestImage { width: 100%; height: 1px; background: #eaeaea; margin-top: 40px;}
	.messageContent {
		z-index: 30;
		margin: 70px auto 0 ;
		border-radius: 20px;
		padding: 50px 10px 0px;
		background-color: #c0e7ea;
		width: 100%;
	}
.messageBox {
	width: 100%;
	padding: 5px 20px 0px;
}
img.daihyo {
	width: 70%;
	height: auto;
	margin: 10px auto 0;
	display: block;
}
	
	/*	feature
	---------------------------*/
	.featureContent { padding: 72px 15px 80px;}
	section#feature { padding: 0;background-color: #edf8f8;margin: 50px auto 0;}
	ul.featureList {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	ul.featureList li img {
		width: 100%;
	}
	ul.featureList li.pcNone {
		display: block !important;
	}
	ul.featureList li.spNone {
		display: none !important;
	}
	ul.featureList li.pcNone {
		width: 100%;
	}
	ul.featureList li.pcNone>img {
		width: 100%;
	}
	.close-btn {
		top: -50px;
	}
	
	/*	voice
	---------------------------*/
	.map { display: none;}
	.voiceContent {
		float: none;
		margin: 0 auto;
		}
	.voiceDetail { margin-top: 0;}
	ul.voiceList li {
		display: block;
		margin: 50px auto;
	}
	ul.voiceList li img {
		display: block;
		margin: 0 auto;
	}
	ul.voiceList li>img.pcNone {
		width: 60%;
		display: block !important;
	}
	ul.voiceList li>img.spNone {
		display: none;
	}
	.voiceTxt {
		margin: 0 auto;
	}
	.voiceTxt02 {
		margin-right: 0;
	}
	.voiceTxt02 {
		margin-left: 0;
		margin-right: 0;
	}
	
	/*	staff
	---------------------------*/
	ul.staffList {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	ul.staffList li {
		width: 49%;
		background-color: #edf8f8;
		border-radius: 20px;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.staffTxt {
		padding: 0 15px 15px;
		line-height: 23px;
		font-size: 13px;
	}
	p.staffName {
		font-size: 17px;
	}
	ul.staffList li:nth-child(4),li:nth-child(8),li:nth-child(12) {
		margin-right: 0;
	}
	.backBtn::before {
		left: 30%;
	}

	/*	recruitment
	---------------------------*/
	.recruitmentTable th.ttl,td {
		display: block;
		width: 100%;
		text-align: left;
	}
	p.recruitmentTit {
		font-size: 17px;
	}
	.acd-label,	.acd-label.second,.acd-label.thaad {
		text-align: center;
		padding: 20px;
	}
	.recruitmentContainer {
		width: 90%;
	}
	.acd-label.first:after,	.acd-label.second:after,	.acd-label.third:after  {
		font-size: 20px;
		bottom: 9px;
		right: 5px;
		padding-bottom: 10px;
	}
	table.recruitmentTable td, th {
		padding: 20px;
	}

	/*	contact
	---------------------------*/
	section#contact>article {
		width: 90%;
	}
	.form-select,
	.form-select select { font-size: 16px;}
	.privacyContent {
		font-size: 0.92rem;
		line-height: 1.7em;
		}
	#formConfirm #contact,
	#formComplete #contact { padding-top: 15vh;}
	#formConfirm .contactFormListWrap { margin-top: -20px;}
	#formConfirm .contactFormList dt { margin-top: 20px;}
	
	/*	featherlight custom
	---------------------------*/
	.featherlight .featherlight-content {
		padding: 40px 20px;}
	
	/*	footer
	---------------------------*/
	footer {
		display: block;
	}
	footer>div>p {
		display: block;
		margin: 20px auto;
	}
	#formConfirm footer { padding: 40px}
	.noSNS footer { padding: 0 15px 40px;}
	.copyright { font-size: 11px;}
	.scroll, .pagetop { right: 10px}


	section#contact02 {margin:50px auto}
	
}/* max-width: 834px*/