@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	color: #222;
	position: relative;
}
a {
  text-decoration: none;
  color: #1C6AA7;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:active { color:#1C6AA7 ;}
a:hover {
  text-decoration: underline;
  color:#CE0000 ;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:24px;
}
img {
  border: 0;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
strong{font-weight:bold;}
.pc{display :none;}
.clr{
	clear:both;
}
.center {
	text-align: center;
}
.note{
	font-size:12px;
}
.fontL{
	font-size:18px;
}
.red{
	color:#CC0000;
}
#wrap ul{
margin:0 0 16px 20px;
}
#wrap ul li{
	line-height:1.6em;
	margin-bottom:16px;
	list-style-type: disc;
}
#wrap ol{
margin:0 0 16px 40px;
}
#wrap ol li{
list-style-type: decimal;
line-height:2.0em;
margin-bottom:16px;
}

table{
width:100%;
margin-bottom:20px;
}
table th{
background:#F5F8F8;
vertical-align:top;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
.pc{display :block;}
.sp{display:none;}
p {
  margin-bottom:32px;
}
.fontL{
	font-size:20px;
}
table{
margin-bottom:60px;
}
table th {
	padding: 10px;
width:20%;
border:1px solid #AAA;
}
table td {
	background: #FFF;
	padding: 10px;
border:1px solid #AAA;
}
}
@media only screen and (max-width:768px) {
table tr{
display: block;
margin-bottom: 10px;}
table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
table td{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}

}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.content {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
#wrap.pageContent{
	margin-top:-35px;
}
.block {
	padding: 20px 0;
}
.block01 {
	padding: 20px 0;
}
.block02 {
	padding: 20px 0;
	background-color:#FAFAFA;
}
.inner01{
	display: flex;
	flex-flow: column;
}
.inner02{
	display: flex;
	flex-flow: column;
}
.imgBox{
	text-align:center;
	margin-bottom:20px;
}
.textBox{
	margin-bottom:20px;
}
.mimg{
	text-align:center;
}
@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
    padding: 0;
}
.content {
	padding: 0;
}
#wrap.pageContent{
	margin-top:-60px;
}
.block {
	padding: 60px 0;
}
.block01 {
	padding: 60px 0;
}
.block02 {
	padding: 60px 0;
}
.inner01{
	flex-flow: row;
}
.inner02{
	flex-flow: row;
}
.inner01 div.imgBox {
	flex: 0 0 540px;
	order: 2;
}
.inner01 div.textBox {
	flex: 1 1 auto;
	order: 1;
	padding-right:60px;
}

.inner02 div.imgBox {
	flex: 0 0 540px;
	order: 1;
}
.inner02 div.textBox {
	flex: 1 1 auto;
	order: 2;
	padding-left:60px;
}
}

h2{
	position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
  margin-bottom:24px;
  font-weight:bold;
	font-size:20px;
}
h2:before {
  position: absolute;
  top: calc(50%);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 6px #2666AC;
}

h2:before {
  left: 0;
}
h3{
  margin-bottom:24px;
  font-weight:bold;
	font-size:24px;
	color:#2666AC;
}
h4{
	position: relative;
  margin-bottom:20px;
  padding:8px 0;
  font-weight:bold;
	font-size:20px;
  border-bottom: 1px solid #2666AC;
}
h4:before {
    content: '●';
    color: #2666AC;
	margin-right:5px;
}
p.Etit{
	font-size:60px;
	/*font-weight:bold;*/
	font-weight:600;
	color:#2666AC;
	margin-bottom:0;
	line-height:1.2;
}
p.copy{
  margin-bottom:24px;
  font-weight:bold;
	font-size:24px;
	color:#2666AC;
}

@media only screen and (min-width: 768px) {
h2{
  margin-bottom:32px;
}
h3{
	font-size:32px;
}
h4{
  margin-bottom:24px;
  padding:12px 0;
}
p.Etit{
	font-size:96px;
}
p.copy{
	font-size:32px;
}
}
.bt a{
	color:#2666AC;
	display:block;
	background-color:#FFF;
	border:1px solid #2666AC;
	border-radius:100px;
	padding:20px 10px;
	text-align:center;
    position: relative;
}
.bt a::after {
    content: '';
    position: absolute;
    top: 44%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2666AC;
    border-right: 2px solid #2666AC;
    transform: rotate(45deg);
}

.bt a[target="_blank"]{
    display: block;
    position: relative;
	background: #FFF url(../images/ic_window.png) no-repeat center right 20px;
	background-size:12px;
}
.bt a[target="_blank"]::after {
	display:none;
}

@media only screen and (min-width: 768px) {
.bt a{
	padding:20px 60px;
	width:300px;
}
.bt a[target="_blank"]{
	background-size:15px;
}
}

#header{
	padding:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
}
#header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0;
}
#header h1#logo{
	text-align:left;
	display:block;
	width:50%;
}
p.hlink{
	position:absolute;
	right:0;
	top:0;
}
p.hlink a{
	color:#FFF;
	display:block;
	background-color:#2666AC;
	padding:10px;
}
@media only screen and (min-width: 768px) {
#header{
  padding:0;
}
#header h1#logo{
	margin-top: 0px;
	margin-bottom:0;
}
p.hlink a{
	padding:20px 20px;
}

}

#visual{
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#FAFAFA url(../images/mainvisual.jpg) no-repeat center center;
	background-size:cover;
	height:80vh;
}
#visual h2{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
  padding: 0;
}
#visual h2:before {
  display:none;
}
#visual.rpage{
	height:30vh;
}

@media only screen and (min-width: 768px) {
#visual{
}
#visual h2{
	font-size:48px;
}
}

#about{
	padding:30px 0;
}
@media only screen and (min-width: 768px) {
#about{
	padding:80px 0;
}
#about .content{
	display: flex;
	flex-flow: row;
	align-items:center;
}
#about div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
	margin-bottom:0px;
}
#about div.txtBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:60px;
}

}
@media only screen and (max-width: 767px) {
#about div.txtBox {
	margin-top:-70px;
}
}

#business{
	padding:30px 0;
}
@media only screen and (min-width: 768px) {
#business{
	padding:80px 0;
}
#business .content{
	display: flex;
	align-items:center;
}
#business div.imgBox {
	position:absolute;
	right:0;
	width:50%;
	z-index:-99;
}
.bgg{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#business div.txtBox {
	padding-right:40%;
}

}
@media only screen and (max-width: 767px) {
#business div.txtBox {
	margin-top:-70px;
}
}

#interview{
	padding:30px 0 0;
}
#interview .content{
	margin-bottom:30px;
}
.interBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.interBlock .interBox {
    width: 50%;
    margin: 0;
	position:relative;
	line-height:0;
}
.inter_dep{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
    justify-content: center;
	background-color:rgba(0, 0, 0, .5);
}
.inter_dep p{
	margin-bottom:0;
}
.interBlock .interBox a{
	color:#FFF;
	font-weight:bold;
}
.interBlock .interBox a:hover{
	opacity:0.5;
}

@media only screen and (min-width: 768px) {
#interview{
	padding:80px 0 0;
}
#interview .content{
	display: flex;
	flex-flow: row;
	align-items:center;
	margin-bottom:60px;
}
#interview div.titBox {
	flex: 0 0 500px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	margin-bottom:0px;
}
#interview div.txtBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:60px;
}
.interBlock .interBox {
    width: 25%;
}

}

.interviewPage{
	padding:30px 0;
}
@media only screen and (min-width: 768px) {
.interviewPage{
	padding:80px 0;
}
}


#works{
	padding:30px 0;
	background: url(../images/bg_style.png) no-repeat center center;
	background-size:cover;
}
#works .content{
	background-color:rgba(255, 255, 255, .5);
	padding:30px;
}
.workBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.workBlock .workBox {
    width: 96%;
    margin: 0 auto 20px;
	position:relative;
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
}
.workBlock .workBox2 {
    width: 96%;
    margin: 0 auto 20px;
	position:relative;
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
}
.workBlock .workBox3 {
    width: 96%;
    margin: 0 auto 20px;
	position:relative;
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
}
p.wcopy{
  margin-bottom:24px;
  font-weight:bold;
	font-size:24px;
	background-color:#FFF;
	padding:8px;
	text-align:center;
}
#wrap ul.training{
	font-size:18px;
}
.benefits .workBox,
.benefits .workBox2,
.benefits .workBox3{
	border:2px solid #AAA;
}
.benefits .workBox .inner01 div.imgBox,
.benefits .workBox2 .inner01 div.imgBox,
.benefits .workBox3 .inner01 div.imgBox {
	margin-bottom:0;
}
.benefits .workBox .inner01 div.textBox,
.benefits .workBox2 .inner01 div.textBox,
.benefits .workBox3 .inner01 div.textBox {
	margin-bottom:0;
}
@media only screen and (min-width: 768px) {
#works{
	padding:80px 0;
}
#works .content{
	display: flex;
	flex-flow: row;
	align-items:center;
	padding:60px;
}
#works div.imgBox {
	flex: 0 0 500px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
	margin-bottom:0px;
}
#works div.txtBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:60px;
}
.workBlock .workBox {
    width: 48%;
    margin: 0 auto 20px;
	padding:20px 30px;
}
.workBlock .workBox2 {
    width: 98%;
    margin: 0 auto 20px;
	padding:20px 30px;
}
.workBlock .workBox3 {
    width: 33.333%;
    margin: 0 auto 20px;
	padding:20px 30px;
}
.benefits .workBlock .workBox{
    width: 48%;
    margin: 0 1% 20px;
}
.benefits .workBlock .workBox3{
    width: 31.333%;
    margin: 0 1% 20px;
}

p.wcopy{
	font-size:32px;
	padding:20px;
}
#wrap ul.training{
	font-size:20px;
}
.benefits .workBox .inner01 div.imgBox {
	flex: 0 0 200px;
	order: 2;
}
.benefits .workBox .inner01 div.textBox {
	flex: 1 1 auto;
	order: 1;
	padding-right:30px;
}

.benefits .workBox2 .inner01 div.imgBox {
	flex: 0 0 500px;
	order: 2;
}
.benefits .workBox2 .inner01 div.textBox {
	flex: 1 1 auto;
	order: 1;
	padding-right:50px;
}

}
@media only screen and (max-width: 767px) {
#works div.txtBox {
	margin-top:-70px;
}
}

.ftcontact{
	background-color:#FAFAFA;
	padding:30px 0;
	text-align:center;
}
.tel span{
	font-size:32px;
	font-weight:bold;
	color:#2666AC;
	line-height:1.2;
}
@media only screen and (min-width: 768px) {
.ftcontact{
	padding:80px 0;
}
.tel span{
	font-size:48px;
}
}

.ftprev{
	padding:30px 0;
	text-align:center;
}
.ftprev .bt{
	margin:0 auto;
}
.ftprev .bt a{
	margin:0 auto;
}
@media only screen and (min-width: 768px) {
.ftprev{
	padding:80px 0;
}
}

#entry{
	background: url(../images/bg_entry.png),linear-gradient(60deg, #053263, #0851A0);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% auto;
	padding:30px 0;
	color:#FFF;
}
#entry h2{
  padding: 0;
  display:block;
  text-align: center;
}

#entry h2:before {
  display:none;
}
#entry p.Etit{
	color:#FFF;
	text-align:center;
}
#entry .btBox{
}
@media only screen and (min-width: 768px) {
#entry{
	padding:80px 0;
}
#entry .btBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
#entry .btBox p{
	margin:0 30px;
}
}

footer {
    padding: 30px 0;
	width:100%;
    clear: both;
}
footer .content {
	padding:0 10px 20px;
}

footer p {
	margin-bottom:0;
	font-size:14px;
}
footer .content div.icsns{
	display:flex;
	justify-content: center;
	align-items: center;
	padding:10px 0;
}
footer .content div.icsns p{
	margin:0 6px;
}
footer p#flogo{
    text-align: center;
}
footer p.add {
    text-align: center;
	margin-bottom:0;
    font-size: 12px;
    letter-spacing: 0;
    padding: 20px 0;
    clear: both;
}
footer p.flink a{
	color:#2666AC;
	display:block;
	background: #FFF url(../images/ic_window.png) no-repeat center right 20px;
	background-size:12px;
	border:1px solid #2666AC;
	border-radius:100px;
	padding:20px 10px;
	text-align:center;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 30px 0 0;
  min-width:1100px;
  }
footer .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer p.add {
	line-height:1.0;
    text-align: center;
}
footer .content div.icsns{
	justify-content: start;
}
footer p.flink a{
	padding:20px 60px;
	background-size:15px;
}
}


