@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  font-family: "メイリオ",'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;

}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.link_margin{
	padding-top: 150px;
    margin-top:-150px;
}

/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px 0;
}
#gNav{
line-height: initial;
}
#gNav a:hover {
  color: #999;
  
}

.h_nav{
	margin-left: auto;
	line-height: inherit;
}
.h_nav img{
	padding:0 0 10px;
}
nav li{
	padding: 0 0 0 20px;
}
nav li a {
  font-size: 16px;
  letter-spacing: inherit;
  color: #000;
}

nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
.btn_kaitori a{
	background:url(../img/ico_header02.png) 94% 50% no-repeat;
	background-color:#FF8000;
	display:block;
	color:#FF0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding: 10px 35px;
margin: 0 0 0 25px;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
width:230px;
}
.head_btnarea{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}




@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 70px;
  }
  .h_logo {
    width: 130px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 1066px ) {
  #header {
    height: auto;
	padding:15px 0;
  }
  #header .container{
	 max-width: 1500px;
    width: 90%;
  }
  
  .h_logo img {
    width: auto;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    /*position: relative;*/
    display: flex;
	margin: 0 0 20px;
    align-items: center;
    padding: 0 0 5px;
  }
  #gNav li {
    /*position: relative;*/
    margin-left: 0.5em;
  }
  #gNav li:first-child {
	  margin:0;
  }
  /*#gNav li:nth-last-of-type(-n+2){
	display:none;
}*/
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li:last-child img {
    padding: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
	line-height:120%;
  }
  #gNav li a:hover {
	  color:#999;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0.5vw;
    /*margin-left: -100px;*/
    width: 98vw;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display:flex;
	justify-content: space-between;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
  
#gNav .sub-menu_under{
	display:block;
}
#gNav .sub-menu_under li{
	display:block;
}

}


/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
    /*はじめの高さを設定*/
	width:100%;
   /*以下はレイアウトのためのCSS*/
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 20px;*/
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:120px;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


.mainphoto{
	margin:0 0 100px;
	background:url(../img/bg_mainphoto.jpg) no-repeat;
	background-size:contain;
	position:relative;
	min-height:45vw;
}

.mainphoto_inner{
	position: absolute;
  top: 18vw;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;

}
.mainphoto_inner p {
	color:#fff;
	font-size:3vw;
	text-align:left;
	font-weight:600;
	text-shadow: 2px 2px 1px #0076B7, -2px 2px 1px #0076B7, 2px -2px 1px #0076B7, -2px -2px 1px #0076B7, 2px 0px 1px #0076B7, 0px 2px 1px #0076B7, -2px 0px 1px #0076B7, 0px -2px 1px #0076B7;
}


.mainphoto_inner p span{
font-size: 1.5em;
font-weight: 900;
line-height: 120%;
}
.noto-sans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.noto-sans span{
  font-weight: 900;
}
.main_txt{
color: #f00;
border: 4px #0076B7 solid;
padding: 10px 0;
text-align: center;
font-size: 2vw;
font-weight: 700;
background:url(../img/btn_mainphoto.jpg) right 50% no-repeat;
background-color: #FFFF00;
position: absolute;
left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  bottom: 6vw;
  width: 48vw;

}

/*.mainphoto_inner p::before{
content: "";
display: block;
width: 230px;
height: 12px;
position: absolute;
left: -270px;
bottom: 20px;
background:url(../img/line_tit.png) no-repeat;
}
.mainphoto_inner p::after{
content: "";
display: block;
width: 230px;
height: 12px;
position: absolute;
right: -270px;
bottom: 20px;
background:url(../img/line_tit.png) no-repeat;
}*/
.mainphoto_inner p img{
	width:32vw;
	max-width:520px;
}

.mainphoto_kasou{
	margin:0 0 100px;
	background:url(../img/bg_kasou_main.jpg) no-repeat;
	background-size:auto;
	position:relative;
	min-height:202px;
}




/*=================form================*/




.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  /*background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);*/
  background:#3394B9;
  color:#fff;
  font-size: 14px;
  margin:100px 0 0;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}


/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  /*text-align: center;*/
  padding:100px 0;
}

#sec01 {
	text-align:center;
	margin:0;
	padding:50px 0 0;
}
#sec02 {
  text-align:center;
  margin:0 0 50px;
  background:url(../img/bg_otoku.jpg) right bottom no-repeat;
  padding: 170px 0;
  background-size: 25vw;
}
#sec03 {
  text-align: center;
  padding: 100px 0 0;
}
#sec04 {
  text-align: center;
  padding: 100px 0;
}
#sec05 {
  text-align: center;
  padding: 100px 0;
}
#kasou{
	text-align: center;
  padding: 0 0 100px;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}






section h2{
	text-align:center;
	font-size:50px;
	position:relative;
	display:inline-block;
	margin:0;
	line-height: 100%;
	color: #B20000;
	font-weight: bold;
	padding: 0 65px;
}
section h2:before,
section h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #B20000;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
}

section h2:before {
    left: 0;
}

section h2:after {
    right: 0;
}
section h3{
	text-align:center;
	font-size:40px;
	position:relative;
	display:block;
	margin:0 0 80px;
	color: #555555;
	font-weight: 900 !important;
}
section h3::after{
content: "";
  display: block;
  width: 21px;
  height: 18px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  left: calc((100% - 0px)/2);
  bottom: -30px;
  background: url(../img/ico_tit02.png) no-repeat;
}



.point_area{
	margin:0 auto 50px;
	max-width:1200px;
	box-sizing:border-box;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}
.point_area dl{
width: 24%;
border: 5px #000 solid;
background: #fff;
}

.point_area dd{
text-align: center;
padding: 15px 0;
}

.btn_entry{

border: 5px #E60012 solid;

background: url(../img/img_entry02.jpg) right bottom no-repeat;
background-color: #fff;
max-width: 1200px;
margin: auto;
}
.btn_entry h4{
text-align: center;
font-size: 40px;
margin: 50px auto 30px;
padding: 5px 0;
font-weight: bold;
border-top: 2px #3394B9 solid;
border-bottom: 2px #3394B9 solid;
max-width: 60%;
}
.btn_entry p{
text-align: center;
margin: 0 0 50px;
}
.btn_entry p a{
font-size: 40px;
color: #00B800;
text-decoration: underline;
font-weight: bold;
}


#sec02{
background: url(../img/bg_about.jpg) center top no-repeat;
background-size: cover;
padding: 100px 0;
margin: 100px auto;
}

#sec02 p{
text-align: center;
margin: 0 0 100px;
color: #000;
}
#sec02 h5{
text-align: center;
font-size: 30px;
color: #003366;
margin: 0 0 50px;
}

.fadein_btot.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  text-align: center;
}
.fadein_btot {
  opacity: 0;
  visibility: hidden;
  transition: 1.6s;
  transform: translateY(50px);
}

/* single marker */
.u-fade-type-marker {
    background: linear-gradient(to right, transparent 50%,  rgba(255, 255, 77, 1) 50%);
    background: linear-gradient(to right, transparent 50%, rgba(255, 255, 77, 1) 50%);
    background-repeat: repeat-x;
    background-size: 200% .4em;
    background-position: 0 .8em;
    padding-bottom: .6em;
}

.u-fade-type-marker.is-active{
    transition: all 1.2s ease;
    background-position: -100% .8em;
}

.about_area{
margin:0 auto 50px;
	max-width:1200px;
	box-sizing:border-box;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.about_area dl{
width: 49.4%;
background: #fff;
border: 1px #000 solid;
padding: 10px;
margin: 0 0 10px;
}
.about_area dt{
background: #D90000;
text-align: center;
font-size: 24px;
padding: 10px 0;
color: #fff;
}
.about_area dd{
position: relative;
}

.about_area dd div{
color: #fff;
  position: absolute;
  transform: translateY(-2%) translateX(0%);
  -webkit- transform: translateY(-2%) translateX(0%);
  width: 98%;
  padding: 1%;
  background: hsla(0,0%,100%,.9);
  bottom: 1%;
  margin: auto;
  left: 1%;
  height: 50%;
  color: #000;
  font-size: 0.9em;
  line-height: 150%;
}

.about_area_txt{
width: 1200px;
height: 255px;
margin: 0 auto 50px !important;
background: url(../img/img_about05.jpg) center top no-repeat;
background-size: contain;
position: relative;
}

.about_area_txt p{
font-size: 50px;
font-weight: bold;
position: absolute;
top:50px;
right: 30px;
text-shadow: 2px 2px 1px #0076B7, -2px 2px 1px #0076B7, 2px -2px 1px #0076B7, -2px -2px 1px #0076B7, 2px 0px 1px #0076B7, 0px 2px 1px #0076B7, -2px 0px 1px #0076B7, 0px -2px 1px #0076B7,1px 1px 2px #0076B7, 0.1em 0.1em 0.1em #0076B7, 0 0 0.2em #0076B7;
color: #FFFF00 !important;
text-align: left !important;
}




.reason_area{
margin: 0 auto 100px;
background: url(../img/img_reason10.jpg) right bottom no-repeat;
background-color: #fff;
border: 5px #000 solid;
padding: 60px;
max-width: 1200px;
margin: auto;
}
.reason_area h5{
font-size: 40px;
text-align: center;
margin: 0 0 40px;
font-weight: 600;
line-height: 120%;
}
.reason_area ul{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.reason_area ul li{
width: 20%;
text-align: center;
color: #D80000;
}
.reason_area ul li img{
padding: 0 0 10px;
}
.reason_area ul li:nth-of-type(-n+5){
margin: 0 0 20px;
}
.reason_area ul::after {
display: block;
content:"";
width: 20%;
}



.flow_area{
max-width: 1200px;
margin: auto;
}
.flow_area ul{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;

}

.flow_txt01{
background: url(../img/img_flow01.jpg) center top no-repeat;
background-size: cover;
position: relative;
width: 24.1%;
border: 5px #000 solid;
height: 333px;
}
.flow_txt02{
background: url(../img/img_flow02.jpg) center top no-repeat;
background-size: cover;
position: relative;
width: 24.1%;
border: 5px #000 solid;
height: 333px;
}
.flow_txt03{
background: url(../img/img_flow03.jpg) center top no-repeat;
background-size: cover;
position: relative;
width: 24.1%;
border: 5px #000 solid;
height: 333px;
}
.flow_txt01 div , .flow_txt02 div , .flow_txt03 div {
position: absolute;
  transform: translateY(-2%) translateX(0%);
  -webkit- transform: translateY(-2%) translateX(0%);
  width: 98%;
  padding: 1%;
  background: hsla(0,0%,100%,.9);
  bottom: 1%;
  margin: auto;
  left: 1%;
  height: 20%;
  color: #000;
  font-size: 0.9em;
  line-height: 150%;
  text-align: center;
}


.flow_txt04{
width: 4%;
padding: 130px 0 0;
}



#sec05{
background: url(../img/bg_reward.jpg) no-repeat 100% 100% fixed;
background-size: cover;
-webkit-background-size: cover;
padding: 100px 0;
margin: 100px auto;
}
#sec05 p{
text-align: center;
color: #fff;
}
#sec05 p span{
font-weight: 600;
font-size: 2em;
color: #FFFF00;
}

#sec08{
background: url(../img/bg_flow.jpg) no-repeat 100% 100%;
background-size: cover;
-webkit-background-size: cover;
padding: 100px 0;
margin: 100px auto;
}

.reward_area{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
max-width:1200px;
margin:80px auto 0;
}

.reward_area_left , .reward_area_right{
	width:48%;
	background:url(../img/bg_reward01.jpg) repeat;
	border:5px #820000 solid;
	padding:48px;
}
.reward_area_left h5, .reward_area_right h5{
	color:#810000;
	font-size:40px;
	text-align:center;
	margin:0 0 5px;
	font-weight:600;
	line-height:100%;
}
.reward_area_left h6, .reward_area_right h6{
	text-align:center;
	margin:0 0 40px;

}

.reward_txt01{
	text-align:left !important;
	margin:0 0 40px;
	color:#000 !important;
}


.reward_table{
	width: 100%;
    max-width: 460px;
    height: 130px;
    margin: 5% auto 0;
}
.reward_table01{
	width: 100%;
    max-width: 460px;
    margin: 5% auto 0;
}
.reward_table dt{
display: inline-table;
    width: 49%;
    margin: 0 0 3px;
    padding: 1%;
    text-align: center;
    font-weight: 700;
	color:#fff;
	background:#DF565E;
}
.reward_table dd{
display: inline-table;
    width: 49%;
    margin: 0 0 3px;
    padding: 1%;
    text-align: center;
    font-weight: 700;
	background:#fff;
}

.reward_table01 dt{
display: inline-table;
    width: 49%;
    margin: 0 0 3px;
    padding: 1%;
    text-align: center;
    font-weight: 700;
	color:#fff;
	background:#FF0000;
}
.reward_table01 dd{
display: inline-table;
    width: 49%;
    margin: 0 0 3px;
    padding: 1%;
    text-align: center;
    font-weight: 700;
	background:#fff;
	color:#f00;
}

.ExampleNumber {
width: 80px;
height: 80px;
background: #820000;
margin: 0 auto 40px;
font-size: 2.625em;
color: #fff;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
}



.recruit_area{
	width: 1200px;
    margin: 0 auto 80px;
}

.recruit_area table{
	width:100%;
	border: 1px #999999 solid;
	border-collapse: collapse;
}



.recruit_area table th{
	width:30%;
	background:#FFBFBF;
	text-align:center;
	color:#000;
	font-size:1.3em;
	font-weight:bold;
	vertical-align:middle;
	padding:20px 10px;
	border: 1px #999999 solid;
}
.recruit_area table td{
	font-size:1.3em;
	padding:20px 10px;
	border: 1px #999999 solid;
}


.voice_area{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
max-width:1200px;
margin:80px auto 0;
flex-wrap: wrap;
}


.voice_area_left , .voice_area_right{
	width:48%;
	background:#fff;
	border:5px #820000 solid;
	padding:48px;
	margin:0 0 20px;
}
.voice_area_left h5, .voice_area_right h5{
	color:#810000;
	font-size:40px;
	text-align:center;
	margin:0 0 5px;
	font-weight:600;
	line-height:100%;
}
.voice_area_left h6, .voice_area_right h6{
	text-align:center;
	margin:0 0 40px;

}

.reward_txt01{
	text-align:left !important;
	margin:0 0 40px;
	color:#000 !important;
}


.voice_area_table{
	width: 100%;
    max-width: 460px;
    height: 130px;
    margin: 5% auto 0;
}

.voice_area_table dt{
display: inline-table;
    width: 49%;
    margin: 0 0 3px;
    padding: 1%;
    text-align: center;
    font-weight: 700;
	color:#fff;
	background:#DF565E;
}
.voice_area_table dd{
display: inline-table;
    width: 49%;
    margin: 0 0 3px;
    padding: 1%;
    text-align: center;
    font-weight: 700;
	background:#EEEEEE;
}



.entry_flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
	width:1200px;
	border:5px #000 solid;
	margin:0 auto 30px;
	background:#FF0000;
	color:#fff;
}
.meritTxt {
    position: relative;
}
.meritTxt, .meritImg {
    width: 50%;
}
.meritTxtInnerL {
    margin-left: auto;
}
.meritTxtInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.meritTxtInner {
    width: 400px;
    max-width: calc(100% - 30px);
}
.row-reverse {
    flex-flow: row-reverse;
}
.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.entry_flow h6{
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 15px;
}

.entry_flow_ico{
	display: block;
  text-align: center;
  margin: 0 auto 30px;
}



.com_area{
	max-width:1200px;
margin:80px auto 0;
}

.com_area table{
	width:100%;
	margin:0 0 80px;
}

.com_area table th{
	width:25%;
	border-bottom:1px #CCCCCC solid;
	padding:20px 5px;
}
.com_area table td{
	border-bottom:1px #CCCCCC solid;
	padding:20px 5px;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 1200px;
    max-width: 1200px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 5px solid #000;
  background:#fff;
  padding:10px 0 !important;
}

/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.3rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	font-weight:bold;
}
.accordion-area .title span{
	color:#B20000;
	padding:0 10px 0 0;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.accordion-area .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.accordion-area .title.close::before{
  transform: rotate(45deg);
}

.accordion-area .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}



.accor_txt{
	font-size:40px;
	text-align:center;
	margin:0 auto 50px;
	font-weight:bold;
}










.privacy_info{
	max-width:1200px;
	margin:0 auto 100px;
}
.privacy_info ol{
	list-style-type:decimal;
	margin:0 0 0 100px;
}

.privacy_info h6{
	margin: 30px 0 30px 0;
  font-size: 2em;
  font-weight: bold;
  border-left: 10px #A6DFF0 solid;
  padding: 0 0 0 20px;
}
.privacy_info p{
	margin:0 0 25px;
}

.privacy_info .section_unit {
  margin: 30px 0;
}
.privacy_info .section_unit h3 {
  border-bottom: 1px dotted #aaa;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: .5em;
  margin-bottom: 20px;
}
.privacy_info .section_unit ul,.privacy_info .section_unit ol {
  margin: 1em 1.5em;
}

.privacy_info .disc li{
  list-style-type: disc;
  margin-left: 1.5em;
}
.privacy_info_txt01{
	margin:30px 0 0 !important;
}



.form_area{
	margin:27px auto 0;
	padding:0 0 27px;
	max-width:760px;
}
.form_area table{
	border-collapse:collapse;
	width:100%;
}
.form_area th{
	padding:20px 5px;
	background:#5E91DB;
	color:#fff;
	width:25%;
	border-bottom:1px #CCCCCC dotted;
	font-weight:600;
}
.form_area td{
	padding:20px 5px;
	border-bottom:1px #CCCCCC dotted;
	vertical-align:top;
}
.form_area_txt01{
	text-align:center;
	border:none !important;
}
.form_area_txt01 input{
	cursor:pointer;
	
}
.btn_enter{
	background-color:#5E91DB;
	color:#fff;
	padding: 10px 30px;
}
.btn_back{
	background-color:#FF7373;
	color:#fff;
	padding: 10px 30px;
}
.form_area textarea{
	border:1px #8F8F9D solid;
}
.form_list_r td{
	border:none;
}
.red{
	color:#F00;
}


.pc_only{
	display:block;
}
.smp_only{
	display:none;
}
.pc_mainphoto{
	display:block;
}
.smp_mainphoto{
	display:none;
}

.row-reverse {
    flex-flow: row-reverse;
}
@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 105px;
  }
  .btn {
    width: 300px;
  }
}




@media only screen and ( max-width : 1165px ) {

	 .container {
    max-width: 100%;
  }
	.pc_mainphoto{
		display:none;
	
}
.smp_mainphoto{
		display:block;
	
}
#main {
    padding-top: 90px;
  }

.mainphoto {
  margin: 0 0 40px;
}
.top_about{
	width:100%;
	min-height:28vw;
}
.top_about p{
	color:#fff;
	position:absolute;
	font-size:1.9vw;
	right:30px;
	top:40px;
	width:68%;
}
#header.HeightMin{
	height:inherit;
}
#sec01{
	padding:20px;
}
#sec02 , #sec03 , #sec04 , #sec05 , #sec06 , #sec07 , #sec08 , #sec09{
	padding:100px 20px;
}


section h2 {
  font-size: 5vw;
  line-height: 140%;
}
section h3 {
  font-size: 3.5vw;
  margin: 0 0 40px;
}

.about_area_txt{
	width:100%;
}
.about_area_txt p {
  font-size: 4vw;
}
.entry_flow{
	width:100%;
}
.entry_flow {
  border: 3px #000 solid;
  display:block;
}
.meritTxt, .meritImg {
  width: 100%;
  min-height: 51vw;
}
.entry_flow h6 img{
	width:20%;
}
.meritTxtInner p{
	font-size:3.5vw;
}
.accor_txt {
  font-size: 6vw;
}
.accordion-area{
	width:100%;
}
.recruit_area{
	width:100%;
}
.about_area dd div{
	font-size:1.5vw;
}
.flow_txt01 div, .flow_txt02 div, .flow_txt03 div {
	font-size:1.5vw;
	line-height:130%;
}
.mean-container .mean-nav ul li:nth-last-of-type(-n+2) {
position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 20px !important;
    padding: 0 0 0 20px !important;
}


}



@media only screen and ( max-width : 1065px ) {
	
	#header.HeightMin{
	  height:90px;
  }
	.btn_kaitori , .head_btnarea p{
		display:none;
	}
	.mean-nav .btn_kaitori{
		display:block;
		width: 80%;
margin: auto;
	}
	.mean-nav .btn_kaitori a{
		color:#FF0 !important;
	}
	.mean-nav .btn_kaitori a:hover{
		
		background: url(../img/ico_header02.png) 94% 50% no-repeat !important;
		background-color:#7EA7E2 !important;
	}
	.pc_tel{
		display:none;
	}
	.h_logo img {
  width: 22vw;
}
#header{
	padding:15px;
}

.mainphoto_inner p {
	font-size:2.5vw;
}
.mainphoto_inner p::before{
display: none;
}
.mainphoto_inner p::after{
display: none;
}


.mainphoto_kasou{
	margin:0 0 50px;
	min-height:10vw;
}

	
}
@media only screen and ( max-width : 768px ) {
  #header.HeightMin{
	  height:70px;
  }
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

@media only screen and ( max-width : 768px ) {
  .h_logo img {
  width: 100%;
}
  #main {
    padding-top: 70px;
  }
  .btn {
    width: 60%;
  }
  .pc_only{
	display:none !important;
}
.smp_only{
	display:block;
}
.smp_tel{
	width:80%;
	margin:auto;
}

#main p {
  font-size: 1rem;
}


.faq_area h3::before {
  content: "";
  display: block;
  width: 41px !important;
  height: 41px !important;
  position: absolute;
  margin: auto;
  left: 0 !important;
  top: -5px !important;
  background: url(../img/ico_faq01.jpg) no-repeat;
  background-size: auto;
  transform: inherit;
-webkit- transform: inherit;
}

#sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08, #sec09 {
    padding: 20px 20px;
  }
#sec02 , #sec05{
	margin:20px auto;
}
#sec02 p {
  margin: 0 0 30px;
}
#sec02 .btn_entry p {
  margin: 0 0 100px;
}
.recruit_area{
	margin: 0 auto 20px;
 }
.voice_area{
	margin: 30px auto 0;
}
section h3 {
margin: 0 0 30px;
}

.map {
  width: 100%;
}
.mainphoto_inner{
	width:80%;
	top: 16vw;
}
.mainphoto_inner p {
	font-size:3.9vw;
	text-align:center;
}
.main_txt{
	width:60vw;
	border: 2px #0076B7 solid;
	font-size: 3vw;
	bottom: 4vw;
	background-size: 6vw;
}

.mainphoto_kasou{
	margin:0 0 50px;
	min-height:10vw;
}

.point_area {
	flex-wrap: wrap;
	margin:0 0 20px;
}
.point_area dl {
  width: 48%;
  border: 2px #000 solid;
  margin:0 0 15px;
}
.btn_entry {
  background-size: 26vw;
}
.btn_entry p{
	margin:0 0 100px;
}
.btn_entry h4 {
  font-size: 5vw;
  max-width: 90%;
}
.btn_entry p img {
	width:50%;
}
.btn_entry p a {
  font-size: 6vw;
}
.about_area{
	margin:0 auto 20px;
}
.about_area dl {
  width: 100%;
}
.about_area dt {
  font-size: 5vw;
}
.about_area dd {
  min-height: 80vw;
}
.about_area dd div {
    font-size: 3.5vw;
  }
 .about_area dd div{
	 height:30vw;
 }

 .about_area_txt {
    width: 100%;
    height: 20vw;
	margin: 0 auto 20px !important;
  }
  .about_area_txt p {
  top: 4vw;
  }
.reason_area{
	padding: 20px 20px 50px 20px;
    background-size: 30vw;
}
.reason_area h5 {
  font-size: 6vw;
}
.reason_area ul li {
  width: 30%;
}

.flow_area{
	padding:0;
}
.flow_area ul {
	flex-wrap: wrap;
}
.flow_area ul li{
	width:100%;
}
.flow_txt01 div, .flow_txt02 div, .flow_txt03 div {
    font-size: 3.5vw;
  }
 .flow_txt04 {
  padding: 20px 0;
  text-align: center;

}
 .flow_txt04 img{
  display: block;
  margin: auto;

}
.reward_area {
	flex-wrap: wrap;
}
.reward_area_left, .reward_area_right {
  width: 100%;
  border: 3px #820000 solid;
  padding: 20px;
}
.reward_area_left{
	margin:0 0 20px;
}

.voice_area_left, .voice_area_right {
  width: 100%;
  border: 3px #820000 solid;
  padding: 20px;
  margin: 0 0 20px;
}

.btn_smp_line{
	width:90%;
	margin:auto;
}
.btn_smp_line p{
	margin:0 0 100px;
}
.accordion-area section {
  border: 3px solid #000;
}
.accordion-area .title {
  padding: 3%;
}
.accordion-area .title {
  font-size: 4vw;
}
.ExampleNumber{
	font-size: 8vw !important;
}
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}



@media only screen and (max-width: 768px) {
#kasou {
  padding: 20px;
}

.form_section{
	width:96%;
	margin:auto;
}
.form_section table{
	width:100%;
}
.form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        }
.form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
.form_section [type=submit] {
      background: #323d7f;
      color: #fff;
      width: 100%;
      padding: 20px 10px; }
.form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; }
.form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; }
	  

.s-sec01 , .s-sec02 , .s-sec05{
	margin:0 auto;
	width:94%;
	padding: 35px 0;
}
.smp_com h2{
	display: block;
    max-width: 60%;
    margin: auto;
}


.paidy_merit_txt p{
	text-align:left;
	margin:0 0 20px;
}
.mar_smp_tit01{
	margin:40px 0 0;
}
.mar_smp_tit02{
	margin:40px 0 20px;
}
.mean-container .mean-nav ul li a{
	text-transform: inherit !important;
}

.privacy_info ol {
  margin: 0 0 0 30px;
}
}

.mar_b0{
	margin:0;
	}
