@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Sans+JP&display=swap');

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}





* {
  -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: 14px;
  /*font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	background-color:#FFF;
	color: #676767;
	position: relative;
	background:url(../images/recruit/bg.jpg) repeat right top;
	background-size:cover;
}
a {
  text-decoration: none;
  color: #000;
  -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:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}
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;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	max-width: 1080px;
}
.pc{display :none;}
.clr{
	clear:both;
}
@media only screen and (min-width: 768px) {
body {
	font-size: 14px;
}
.container {
	padding: 0;
}
.content {
	padding: 0;
}
.pc{display :block;}
.sp{display:none;}
}


#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 82px 0 0;
}

#visual { width:100%; margin:0;padding:0px 0 0;
	min-height:200px;
	background-size:100%;
}
#visual .bga{
 height: 100%;
    display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
	padding:0px;
	margin:0 auto;
}

@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
    padding: 120px 0 0;
}
#visual {
}
#visual .bga{
}
}


#header{
	width:100%;
	padding:10px 5px 10px;
	position: fixed;
	top: 0px;
	z-index: 99;
}
#header .container {
	padding: 0;

}
#header h1#logo{
	text-align:left;
}
#header h1#logo img{
	max-width:55%;
}


@media only screen and (min-width: 768px) {
#header{
padding:10px;
}
#header .container {
	max-width: 1080px;
}
#header .container div{
margin-left: auto;}

#header h1#logo{
	margin-right:20px;
}

}

footer {
    font-size: 10px;
    letter-spacing: 0;
    padding: 20px 0;
    clear: both;
	background-color: #FDD28C;
	color:#6193CB;
	width:100%;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	text-align:center;
}
footer p {
	margin-bottom:0;
	margin:0 3px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 20px 0;
    font-size: 12px;
  }
footer p {
	margin:0 10px;
}
}


#recruit h2{
	color:#6193CB;
	font-weight:bold;
	font-size:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#recruit h3{
	color:#6193CB;
	font-weight:bold;
	font-size:18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#recruit h4{
	color:#333;
	font-weight:bold;
	font-size:16px;
}
#recruit p.bt a{
	color:#6193CB;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:1px solid #6193CB;
	border-radius:40px;
	padding:10px;
	width:80%;
	margin:10px auto 10px;
	display:block;
position: relative;
}
#recruit p.bt a::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 18px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #6193CB;
    border-right: 2px solid #6193CB;
    transform: rotate(45deg);
}

.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
strong{font-weight:bold;}
@media only screen and (min-width: 768px) {
#recruit h2{
	font-size:40px;
}
#recruit h3{
	font-size:20px;
}
#recruit h4{
	font-size:16px;
}
#recruit p.bt a{
	font-size:16px;
	padding:12px;
	width:600px;
	margin:24px auto 16px;
	display:block;
}

}

.yt{
position: relative;
  width: 100%;
  padding-top: 56.25%;}
.yt iframe{
position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;}

.movie{
	padding-bottom:30px;
}
@media only screen and (min-width: 768px) {
.movie{
	padding-bottom:60px;
}
}

.management{
	padding-top:30px;
	padding-bottom:50px;
	background:url(../images/recruit/bg_management.png) no-repeat left 45px;
	background-size:40%;
}
.flowImg{
	text-align:center;
	margin-bottom:20px;
}
@media only screen and (min-width: 768px) {
.management{
	padding-top:60px;
	padding-bottom:120px;
	background:url(../images/recruit/bg_management.png) no-repeat left 90px;
}
.flowImg{
	margin-bottom:40px;
}
}

.about{
	padding-top:30px;
	padding-bottom:30px;
	border-top:16px solid #FDD28C;
	background:url(../images/recruit/bg01.png) no-repeat right top;
	background-size:contain;
}
#recruit .about h2{
	text-align:right;
}
.about .aboutBox{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:20px;
	padding-top:30px;
}
.about .aboutBox div.imgBox {
	text-align:center;
}
.about p.copy {
	color:#6193CB;
	font-weight:bold;
	font-size:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media only screen and (min-width: 768px) {
.about{
	padding-top:60px;
	padding-bottom:30px;
	border-top:70px solid #FDD28C;
	background-size:auto;
}
.about .aboutBox{
	margin-bottom:30px;
	padding-top:60px;
}
.about .aboutBox div.imgBox {
	padding:0;
	margin-top:-100px;
	text-align:right;
}
.about .aboutBox div.txtBox {
	margin-right:60px;
}
.about p.copy {
	font-size:28px;
}

}

.company{
	padding-bottom:50px;
}
#recruit .company h2{
	text-align:center;
}
#recruit .company h3{
	text-align:center;
	font-size:17px;
	color:#00ADEC;
	border-top:2px solid #00ADEC;
	border-bottom:2px solid #00ADEC;
	padding:20px 0;
	margin-bottom:20px;
}
#recruit .company .companyBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
    align-items: center;
	margin:0 0 40px;
}
#recruit .company .companyBox div{
	width:96%;
	padding:8px;
	margin:0 auto 20px;
	overflow: hidden;
	text-align:center;
}
#recruit .company .companyBox img{
	margin-bottom:30px;
}
#recruit .company .companyBox dt{
	color:#6193CB;
	font-weight:bold;
	font-size:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom:16px;
}
#recruit .company .companyBox dt span{
	border-bottom:1px solid #333;
	padding:10px;
}
@media only screen and (min-width: 768px) {
.company{
	padding-bottom:120px;
}
#recruit .company h3{
	font-size:28px;
	margin-bottom:40px;
}
#recruit .company .companyBox{
	padding-top:60px;
}
#recruit .company .companyBox div{
	width:31%;
	padding:16px;
	margin:0 1% 10px;
}
#recruit .company .companyBox img{
	margin-bottom:40px;
}
#recruit .company .companyBox dt{
	font-size:28px;
}
}

@media only screen and (min-width: 768px) {
#recruit .btBox{
	padding-top:60px;
}
#recruit .btBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
    align-items: center;
	margin:0 0 40px;
}
#recruit .btBox p.bt{
	width:50%;
}
#recruit .btBox p.bt a{
	width:90%;
}
}

.info{
	padding-top:30px;
	padding-bottom:50px;
	border-top:16px solid #FDD28C;
	background:url(../images/recruit/bg02.png) no-repeat center top;
	background-size:contain;
}
#recruit .info h2{
	text-align:center;
}
.info .infoBox{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:30px;
	padding-top:30px;
}
.info .infoBox div.imgBox {
	text-align:center;
	margin-bottom:20px;
}
#recruit .info .infoBox dt{
	color:#6193CB;
	font-weight:bold;
	font-size:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom:16px;
	border-bottom:1px solid #333;
}
@media only screen and (min-width: 768px) {
.info{
	padding-top:60px;
	padding-bottom:120px;
	border-top:70px solid #FDD28C;
	background-size:auto;
}
.info .infoBox{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	margin-bottom:60px;
	padding-top:100px;
}
.info .infoBox div.imgBox {
	flex: 0 0 400px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
	padding:0;
	margin-bottom:40px;
}
.info .infoBox div.txtBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	margin-right:60px;
}
#recruit .info .infoBox dt{
	font-size:28px;
}
}

.event{
	padding-top:30px;
	padding-bottom:50px;
	border-top:16px solid #FDD28C;
	background:url(../images/recruit/bg03.png) no-repeat left top;
	background-size:contain;
}
.event .eventBox{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:30px;
	padding-top:30px;
	align-items:center;
}
.event .eventBox div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

.entryBox{
	text-align:center;
	padding:20px 0;
}
.event p.copy {
	color:#6193CB;
	font-weight:bold;
	font-size:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.event .entryBox img {
	margin:20px 0;
}

@media only screen and (min-width: 768px) {
.event{
	padding-top:60px;
	padding-bottom:120px;
	border-top:70px solid #FDD28C;
	background-size:auto;
}
.event .eventBox{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	margin-bottom:60px;
	padding-top:60px;
}
.event .eventBox div.imgBox {
	flex: 0 0 450px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	padding:0;
	margin-bottom:40px;
}
.event .eventBox div.txtBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	margin-left:60px;
}
.entryBox{
	padding:60px 0;
}
.event p.copy {
	font-size:28px;
}
.event .entryBox img {
	margin:40px 0;
}
}

.ftCont{
	padding-top:30px;
	padding-bottom:50px;
	background-color:#F0F0F0;
}
.ftCont .ftBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
}
.ftCont .ftBox div.ft{
	width:96%;
	padding:8px;
	margin:0 auto 20px;
	overflow: hidden;
}
#recruit .ftCont .ftBox h3{
	color:#333;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin-bottom:30px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
.ftCont{
	padding-top:60px;
	padding-bottom:60px;
}
.ftCont .ftBox{
}
.ftCont .ftBox div.ft{
	width:31.33333%;
	padding:4px;
	margin:0 1% 10px;
}
.map {
  margin-bottom:90px;
}
}