@charset "UTF-8";


/* ==================================================
	common
 ================================================== */

body {
	font-family: "メイリオ", Meiryo,-apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
	width: 960px;/* 960px */
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media screen and (min-width: 767px) {
a:hover {
	opacity: .7;
}
}

p {
	font-size: 14px;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 999;
}

.pagetop img {
	width: 42px;
	height: 42px;
}
#form{
	display:block;
	margin-top: -13px;
	padding-top: 13px;
}
@media screen and (min-width: 767px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}


/* ==================================================
	header
 ================================================== */

header {
	height: 83px;
	background-color: #fff;
/*	position: fixed;
	top: 0;
	left: 0;*/
	z-index: 9999;
	width: 100%;
    border-top: #c01920 solid 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

header .h_wrap {
	max-width: 960px;
	margin: 0 auto;
}

header .h_wrap .logo {
	float: left;
	padding-top: 20px;
}

header .h_wrap .logo img {
	height: 40px;
}

header .h_wrap .utility {
	float: right;
	vertical-align: middle;
	position: relative;
	
}

header .h_wrap .utility .tel{
	display: inline-block;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 17px;
}

/* 修正 4/3 */
.head_list{
display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    position: fixed;
    background-color: #fff;
    border-top: 8px solid #c01920;
        top: -5px;
        z-index: 2;
}

.entry_list{
	display: flex;
    justify-content: center;
	align-items: center;
}

header{
 	display: flex;
    justify-content: center;
}

.pcbtn{
	display: block;
}
.spbtn{
	display: none;
}

.tel.pcbtn{
	padding-right: 15px;
}

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

.head_list{
    height: 15vw;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 3px;
}
.head_list h1 img{
	max-height: 90vw;
}
.head_list li:nth-child(1){
	width: 30vw;
}
.head_list li:nth-child(2){
	width: 45vw;
	text-align: right;
}
.pcbtn{
	display: none;
}
.spbtn{
	display: block;
}
.entry_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
}
    



/* ==================================================
	kv
 ================================================== */

#kv {
	margin-top:0;
	height: 500px;
	background: url("../img/kv.jpg") no-repeat center center;
	margin-bottom: -60px;
}


/* ==================================================
	section
 ================================================== */

section {

}

section .ttl {
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
section .ttl .big {
	font-size: 50px;
}
section .ttl .red {
	color: #c01920;
}
section .ttl::after {
	content:"";
    display:inline-block;
    width:60px;
    height:6px;
    background-color: #c01920;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
section .lead {
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
section .attention {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}


/* 個別
 -------------------------------------------------- */

#point5 .point {
	padding-top: 0px;
    padding-bottom: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:center;
    flex-wrap: wrap;
}

#number .point {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
#number .lead02 {
	font-size: 24px;
	padding-top: 70px;
	text-align:center;
	padding-bottom: 24px;
}

#voice .voice {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
#voice .voiceB {
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;
}
#voice .voice .comment{
	width: 600px;
	background: #f9e8e8;
	padding: 30px;
	font-size: 16px;
	border-radius: 10px;
	position: relative;
}
#voice .voice .comment .under{
	text-decoration: underline;
}
#voice .voice .comment::before{
  content: '';
  position: absolute;
  left: -15px;
  top: 40px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid #f9e8e8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#voice .voice.voiceB .comment::before{
  right: -15px;
	left:inherit;
	border-right: none;
  border-left: 15px solid #f9e8e8;
}

#flow img{
	display: inline-block;
}

.careerpass .lead {
	margin-bottom: 30px;
}
#support .point {
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: bold;
	position: relative;
}
#support .point::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -40px;
	margin-left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #c01920;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#support .support {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
#faq dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#faq dl dt{
	background: url("../img/faq_q.gif") no-repeat left top;
	padding: 6px 50px 14px;
	font-weight: bold;
/*    border-bottom:5px solid #c01920;*/
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
#faq dl dt span{
	display: block;
	position: absolute;
	top:5px;
	right: 10px;
 width: 10px;
  height: 10px;
  border: 4px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
#faq dl dt.active span{
	top:15px;
	  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}
#faq dl dd{
	background: url("../img/faq_a.gif") no-repeat left top;
	padding: 6px 50px;
	margin-bottom: 20px;
}
.careerpass .pc,.rflow .pc{display: inline-block;}
.tab{overflow:hidden;text-align: center;margin-top: 70px;}
.tab li{display:inline-block; padding:15px 50px 5px; margin-right:1px;font-size: 30px;cursor: pointer;}
.tab li.select{background:#efefef;}
.content li{background:#efefef;}
.hide {display:none;}

.bottom {
	padding-top: 30px;
padding-bottom: 30px;
}
.bottom .moreRead{
	text-align: center;
	font-size: 20px;
	width: 14em;
	margin-left: auto;
	margin-right: auto;
/*	font-weight: bold;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	background: #c01920;
	color: #fff;
}
.bottom .moreRead.active{
	display: none;
}
.bottom .moreRead span{
	display: block;
	position: absolute;
	top:10px;
	right: 20px;
 width: 10px;
  height: 10px;
  border: 4px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
.bottom dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
    border-bottom:5px solid #000;
	padding: 14px 0;
	overflow: hidden;
}
.bottom dl dt{
	width: 160px;
	float: left;
	font-weight: bold;
}
.bottom dl dd{
	width: 480px;
	float: left;
}
.bnrArea {
	padding: 60px 0 0;
}
.bnrArea .wrap{
	text-align: center;
}
.bnrArea .wrap .txt{
	font-size: 20px;
}
.bnrArea a{
}
#formArea {
	padding-top: 70px;
	margin-top: 70px;
	padding-bottom: 70px;
	background: url("../img/bg_form.gif") repeat-y center top;
	color:#fff;
}
#formArea .ttl::after {
    background-color: #fff;
}

#formArea dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
    border-bottom:5px solid #fff;
	padding: 20px 0;
	overflow: hidden;
}
#formArea dl dt{
	width: 200px;
	float: left;
	font-weight: bold;
	padding-top: 6px;
}
#formArea dl dt span{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	color: #c01920;
	font-size: 80%;
	padding: 2px 6px 1px;
	margin-left: 10px;
}
#formArea dl dd{
	width: 440px;
	float: left;
}
#formArea dl dd input{
	width: 100%;
	font-size: 14px;
	padding: 6px 10px;
}
#formArea dl dd select{
	width: 100%;
}
#formArea .sendBtn{
	padding:60px 0 0;
	text-align: center;
}



#cta .fixArea {
	width: 100%;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: bold;
	background: url("../img/bg_form.gif") repeat center top;
    border-top: #c01920 solid 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#cta.fixed{
	height: 124px;
}
#cta.fixed .fixArea{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
#cta .wrap{
	width: 700px;
}
#cta .txtArea{
	float: left;
}
#cta .txtArea .color{
	color: #ffff00;
}
#cta .txtArea .lead{
	font-size: 30px;
	line-height: 1.2;
}
#cta .txtArea .lead span{
	font-size: 50px;
}
#cta .txtArea .attention span{
	text-decoration: underline;
}
#cta .btnArea{
	float: right;
}



/* ==================================================
	footer
 ================================================== */

footer {
	background-color: #eee;
	height: 116px;
	text-align: center;
    padding-top: 19px;
    font-size: 14px;
}

.copy {
	font-size: 1.2rem;
	line-height: 102px;
	color: #666;
}

@media screen and (max-width: 768px) {
	/* ==================================================
	common
 ================================================== */
	.wrap {
		width: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		max-width: 100%;
	}
	/* ==================================================
	header
 ================================================== */
	header {
	 height: 46px;
	}
	header .h_wrap {
		width: 100%;
		max-width: none;
		padding: 0 3%;
		display: -webkit-flex; /* Safari */
	 	display: flex;
		-webkit-justify-content: space-between; /* Safari */
	  	justify-content:         space-between;
}
	header .h_wrap .logo {
		padding-top: 8px;
	}
	header .h_wrap .logo img {
		height:26px;
	}
	header .h_wrap .utility .tel{
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
}
	
	
	
	header .h_wrap .utility .tel img{
		display: none;
}
	header .h_wrap .utility .btn img{
		width: 180px;
		
}
/* 	
	header .h_wrap .utility .tel img{
	width: 180px;
}
	header .h_wrap .utility .btn img{
		display: none;
}

*/
	
	
	/* ==================================================
		kv
	 ================================================== */

	#kv {
		margin-top: 0;
		height: auto;
		background-image: none;
		margin-bottom: -20px;
		text-align: center;
	}


	/* ==================================================
		section
	 ================================================== */

	section {
	    padding-top: 40px;
	}

	section .ttl {
		font-size: 18px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	section .ttl .big {
		font-size: 22px;
	}
	section .ttl::after {
		height:4px;
		bottom: -4px;
	}
	section .lead {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	section .attention {
		font-size: 10px;
	}

	/* 個別
	 -------------------------------------------------- */
#point5 {

}

	#point5 .point {
		width: 100%;
		text-align: center;
		display: block
	}
	#point5 .point img{
		width: 28%;
		padding: 6px;
	}

	#number .point {
		width:auto;
		display: block;
		text-align: center;
	}
	#number .point img{
		width: 44%;
		padding: 2%;
	}
	#number .point img:nth-child(3){
		width: 54%;
	}
#number .lead02 {
	font-size: 18px;
	padding-top: 30px;
	
    padding-bottom: 10px;
}

	#voice .voice {
		width: 94%;
		display:block;
		overflow: hidden;
	}
	#voice .voice img{
		width: 20%;
		float: left;
	}
	#voice .voiceB img{
		float: right;
	}
	#voice .voice .comment{
		width: 76%;
		padding: 10px;
		font-size: 14px;
		float: right;
	}
	#voice .voiceB .comment{
		float: left;
	}
	#voice .voice .comment::before{
	  content: '';
	  position: absolute;
	  left: -15px;
	  top: 40px;
	  display: block;
	  width: 0;
	  height: 0;
	  border-right: 15px solid #f9e8e8;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	}
	#voice .voiceB .comment::before{
	  right: -15px;
	  left: inherit;
		border-left:none;
	  border-right: 15px solid #f9e8e8;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;

	}

	#support .point {
		font-size: 16px;
		letter-spacing: 0px;
		margin-bottom: 30px;
	}
	#support .support {
		width: 90%;
		display: block;
		text-align: center;
	}
	#support .support img{
		width: 44%;
		padding: 2%;
	}
	#flow img{
		width: 94%;
		display: inline;
	}
	.careerpass{
		text-align: center;
	}
	.careerpass img{
		max-width:60%;
		display: inline;
	}
	.rflow img{
		width: 84%;
		display: inline;
	}
	#faq dl {
		font-size: 14px;
		width: 94%;
	}
#faq dl dt{
	background: url("../img/faq_q.gif") no-repeat left 5px;
	background-size: 20px 20px;
	padding: 6px 40px 14px 30px;
}
#faq dl dt span{
 width: 6px;
  height: 6px;
}
#faq dl dd{
	background: url("../img/faq_a.gif") no-repeat left 5px;
	background-size: 20px 20px;
	padding: 6px 0px 14px 30px;
}
	.bottom dl {
		font-size: 14px;
		width: 94%;
		padding: 8px 0;
	}
	.bottom dl dt,.bottom dl dd{
		width: auto;
		float: none;
	}
	.tab{;margin-top: 40px;}
.tab li{ padding:10px 20px 5px;font-size: 22px;}
.bottom .moreRead{
	font-size: 16px;
	width: 80%;
}
.bottom .moreRead span{
	top:6px;
	}
.bnrArea{
	padding-top: 40px;
}
.bnrArea .wrap .txt{
	font-size: 14px;
	margin-bottom: 10px;
}
.bnrArea a{
	width: 44%;
	display: inline-block;
}
	#formArea {
		padding-top: 40px;
		margin-top: 40px;
		padding-bottom: 40px;
	}

	#formArea dl {
		font-size: 14px;
		width: 94%;
		padding: 8px 0;
		border-bottom: none;
	}
	#formArea dl dt{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#formArea dl dd{
		width: 100%;
		float: none;
	}
	#formArea .sendBtn{
		padding:30px 0 0;
	}
	#formArea .sendBtn img{
		width: 90%;
	}




#cta .fixArea{
	padding-top: 6px;
	padding-bottom: 6px;
/*    border-top: #c01920 solid 1px;*/
	font-weight: normal;
}
#cta.fixed{
	height: 64px;
}

#cta .wrap{
	width: auto;
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}
#cta .txtArea{
	float: none;
}
#cta .txtArea .lead{
	font-size: 16px;
}
#cta .txtArea .lead span{
	font-size: 22px;
}
#cta .txtArea .attention{
	display: none;
	font-size: 10px;
}
#cta .txtArea .attention span{
	display: block;
}
#cta .btnArea{
	float: none;
	width: 30%;
}

.foot{
	padding: 10px;
}
.foot .attention{
	font-size: 10px;
}
.foot .attention .color{
	color: #c01920;
}


	/* ==================================================
	footer
 ================================================== */
	.pagetop {
		bottom: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
	}
	.pagetop img {
		width: 30px;
		height: 30px;
	}
	footer {
		height: 50px;
		text-align: center;
		margin-bottom: 0;
	}
	.copy {
		font-size: 10px;
		line-height: 1.4em;
		padding: 18px 3%;
	}
}

/*footer tel 追加*/
.utility01{
	text-align: center;
	margin-bottom: 5px;
}

/* PC */
@media screen and (min-width: 767px) {
	.utility01{
		display: none;
	}
}


/*フォーム*/


#formArea .error {
    color: #ffff00;
}
#confirm #formArea {
    margin-top: 0;
}
#confirm #formArea .topback {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
#confirm #formArea .topback a {
	text-decoration: underline;
	color: #ffffff;
}
#confirm #formArea .btnArea {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}
#confirm #formArea .btnArea form {
	float: left;
}
#confirm #formArea .btnArea form:last-child {
	float: right;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
cursor: pointer;
  display: block;
  width: 330px;
  height: 85px;
	margin: 0 auto;
  border: none;
  text-indent: -9999px;
	background: url(../img/btn_send.gif) no-repeat 0 0;
}
#confirm #formArea .backbtn {
	background: url(../img/btn_back.gif) no-repeat 0 0;
}
#formArea .confirmbtn {
	background: url(../img/btn_confirm.gif) no-repeat 0 0;
}


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

#confirm #formArea .btnArea {
	width: auto;
	margin-top: 20px;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
  width: 280px;
  height: 72px;
	background-size: cover;
}

	#confirm #formArea .btnArea form {
		float: none;
	}
	#confirm #formArea .btnArea form:last-child {
		float: none;
		margin-top: 10px;
	}
}
	/* ==================================================
	modal
 ================================================== */
.modal_area,.modal_areaB{
	display: flex;
	
}
.modal_area img,.modal_areaB img{
	max-width: 100%;
}
.modal_area h3,.modal_areaB h3{
	font-size: 1.7rem;
	color:#c01920;
	margin-bottom: 10px;
}
.modal_area > div{
	margin-left: 20px;
	text-align: left;
}
.modal_areaB > div{
	margin-left: 20px;
}
	.modal_area > figure{
	width: 80%;
}
.modal_areaB > figure{
	width: 100%;
}
.fcBr{
	color:#333333;
}
.mB10{
	margin-bottom: 10px;
}
.modal_area h4,.modal_areaB h4{
	font-size: 1.6rem;
}
.modal_inner_list{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	font-size: 1.4rem;
}
.modal_inner_list li:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
.modal_inner_list li:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
}
.modal_inner_list li:nth-child(2) img{
	max-width: 100%;
}.modal_inner_list_inexperience{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	font-size: 1.4rem;
}
.modal_inner_list_inexperience li:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
.modal_inner_list_inexperience li:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
}
.modal_inner_list_inexperience li:nth-child(2) img{
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.modal_area{
		display: block;
	}
	.modal_area > div{
	text-align: center;
		margin-left: 0;
}
	.modal_area > figure{
	width: 60%;
	margin: 0 auto 5vw;
}
	.modal_inner_list{
 -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
		margin-bottom: 5vw;
	}
	.modal_inner_list li:nth-child(1){
	width: 100%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
		font-size: 1.2rem;
}
.modal_inner_list li:nth-child(2){
	width: 100%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
	.modal_inner_list_inexperience{
		margin-bottom: 5vw;
	}
	.modal_inner_list_inexperience li:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
		text-align: left;
		font-size: 1.2rem;
}
.modal_inner_list_inexperience li:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
	margin-right: 2vw;
}
	.modal_inner_list li > figure{
	width: 60%;
		margin: 0 auto 5vw;
	}
}

.form_list{
	display: flex;
}
.form_list li{
	width: 30%;
}
#formArea dl dd #man,#formArea dl dd #woman{
	width: inherit;
	padding: 6px 4px 6px 10px;
}
/*-------------0412太田健追加-------------*/
#career .sp .bottom{
    padding-top: 0; 
}

#point5 .point_sp a:nth-child(2){
    margin-left: 70px;
    margin-right: 70px;
}
/*
#present{
    width: 800px;
    margin: auto;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 50px;
    position: relative;
}
#present img{
    width: 250px;
}
#present p{
    font-size: 250%;
    font-weight: 600;
}
*/

@media screen and (min-width: 767px) {
	#point5 .point a{
        width: 25%;
    }
    #present{
    width: 800px;
    margin: auto;
    padding-top: 60px;
}
/*
    #present .cola{
        position: absolute;
        right: 3%;
        top: -25px;
    }
*/
}
@media screen and (max-width: 768px) {
     #present{
        width: 100%;
        padding-top: 20px;
    }
    present img{
        width: 100%;
    }
/*
    #present{
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0;
        position: relative;
    }
    #present img{
        width: 150px;
    }
    #present p{
        font-size: 180%;
    }
    #present .cola{
        position: absolute;
        right: 3%;
        top: 30%;
    }
*/
    #point5 .point_sp a:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
	#point5 .point img{
		width: 27%;
		padding: 6px;
	}
}
#nikkei{
    padding-top: 0;
}
@media screen and (min-width: 767px) {
    #nikkei{
        width: 924px;
        height: 800px;
        margin: auto;
    }
    #nikkei img{
        width: 924px;
    }
/*
    #nikkei p{
        font-size: 20px;
        padding: 35px 0 0 60px;
    }
    .nikkei_red_big{
        font-size:35px;
        color: red;
        font-weight: 700;
    }
    .nikkei_red{
        color: red;
    }
    .nikkei_big{
    font-size:25px;
    font-weight: 700;
    }
*/
}
@media screen and (max-width: 768px) {
    #nikkei{
    }
    #nikkei img{
        width: 100%;
    }
    #nikkei p{
        width: 100%;
        padding:10% 5%;
        position: absolute;
        top: 0;
        font-size: 150%;
        text-align: center; 
    }
    .nikkei_red_big{
        font-size:170%;
        color: red;
        font-weight: 700;
    }
    .nikkei_red{
        color: red;
    }
        .nikkei_big{
        font-size:170%;
        font-weight: 700;
    }
}
/*-------------0412太田健追加-------------ここまで*/
#spbnr00{
	width: 70%;
	margin: 0 auto;
}

#spbnr01{
	width: 70%;
	margin: 30px auto 20px;
}

#spbnr01 img{
	width: 100%;
}

#spbnr03{
	width: 70%;
	margin: 30px auto 10px;
}


/*-------------0522おきた追加-------------ここまで*/
@media screen and (min-width: 768px) {
#point5 {
	margin-bottom: 100px;
    padding-top: 120px;
}
#number{
    	margin-bottom: 100px;
}
#flow{
    	margin-bottom: 100px;
}
#voice{
    	margin-bottom: 100px;
}

#support{
    	margin-bottom: 100px;
}
#career{
    	margin-bottom: 100px;
}
#adopt{
    	margin-bottom: 100px;
}
}

/*-------------0629林英里香追加-------------ここまで*/


@media screen and (min-width: 768px) {
.voiceB_comment{
	height: 134px;
}
}

/*-------211122 佐々木尚追加 ///募集要項////----------*/
============================================================
.s_06 .accordion_one
====================================================================*/
.s_06 .accordion_one {
  max-width: 768px;
  margin: 0 auto;
}
.s_06 .accordion_one .accordion_header {
  background-color: #c11a21;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.s_06 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_06 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_06 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_06 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before, .s_06 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_06 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #c11a21;
  border-right: 2px solid #c11a21;
  border-bottom: 2px solid #c11a21;
  box-sizing: border-box;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_06 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_06 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c11a21;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-top: 20px;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .s_06 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_06 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_06 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: center;
    padding: 15px 60px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
    .section{
        max-width: 1000px;
        margin: 0 auto;
    }
}

.point1{
    border-bottom: 4px solid #000;
    padding: 2px;
    margin: 12px;
    font-weight: bold;
    margin-top: 13px;
}

.iwai{
    font-weight: bold;
    font-size: 20px;
}