@charset "UTF-8";
/* CSS Document */


/*----------------------------
       メインビジュアル
----------------------------*/
.mv_guidance{
	display: flex;
	width: auto;
	height: 687px;
	margin: 0 auto;
	background: url("./../images/faq/bg_main_faq.png") ;
	background-size: 47%;
	background-repeat:  no-repeat; 
	background-position: 80% 50%;
	background-color: #73ccef;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:750px){
.mv_guidance{
	position: relative;
	width: 100vw;
	min-height: 300px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	}
}
.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.maintext{
	position: absolute;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 2.8rem !important;
	line-height: 4rem;
	font-weight: 700;
	text-align: left;
	color: #333;
	top:-50px;
	letter-spacing: 0.1em;
}
.maintext span{
	font-size: 4rem !important;
	line-height: 5rem;
	font-weight: 700;
	text-align: left;
	color: #333;
	letter-spacing: 0.1em;
}

@media screen and (max-width:768px){
.maintext{
	width: 100%;
	font-size: 1.1rem !important;
	left:0;
	text-align: center;
	background: none;
}
.maintext span{
	font-size: 1.6rem !important;
	text-align: center;
}
}
.mv_guidance-list ul{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	color: #333;
	top:150px;
	left: 250px;
}
.mv_guidance-list ul li{
	display: block;
	border: none;
	list-style: none;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-align: left;
}
@media screen and (max-width:750px){
.mv_guidance-list ul li{
	width: 100%;
	background-color: rgba(255,255,255,0.70);
}
}

.midashi div{
	display: inline-block;
}
.maintext img{
	width: 133px;
	height: 133px;
	float: left;
}
@media screen and (max-width:750px){
.maintext img{
	display: block;
	width: 157px;
	height: 157px;
	float: none;
}
}

/*----------------------------
    　     背景カラー
----------------------------*/

#howto{
	background: #f5f6fc !important;
}

#photo{
	background: #eefbff !important;
	margin: 0 auto;
	padding: 5rem;
}
@media screen and (max-width:750px){
#photo{
	padding: 3rem 0;
}
}

/*----------------------------
　　Slick横スクロールスライダー
----------------------------*/

.slider-h img {
	display: block;
	width: 100%;
	height: auto;
}

/*----------------------------
    　   申し込みボタン
----------------------------*/

 a.btn_faqentry {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: 0 auto;
	padding: 1rem 3rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
	border: 2px solid #ffda00 !important;
	background: #ffda00 !important;
	color: #ff6e80 !important;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_faqentry:hover {
	color: #ffda00 !important;
	background: #ff6e80 !important;
	border: 2px solid #ff6e80!important;
}


/*----------------------------
    　      見出し
----------------------------*/

.title_guidance{
	display: block;
	width: 100vw;
	height: auto;
	margin: 0 auto 0 5rem;
	top: 50%;
	padding: 0;
	text-align: left;
}

/*見出しH2*/
H2.guidanceh2{
	display: block !important;
	width: 500px;
	margin: 3rem auto !important;
	padding: 0 !important;
	text-align: center !important;
	color: #095ba5;
	font-weight: 600 !important;
	font-size: 4rem !important;
	line-height: 4rem !important;
	letter-spacing: normal;
}
H2.guidanceh2 .plus{
	font-size: 5rem !important;
	line-height: 5rem !important;
}
H2.guidanceh2 span{
	display: block;
	margin: 10rem auto 1rem;
	padding: 0;
	text-align: center;
	font-size: 1.4rem !important;
	line-height: 3.3rem !important;
	color: #ff6e80;
	letter-spacing: normal;
	background: #fff;
	
}

@media screen and (max-width:768px) {
h2.guidanceh2{
	width: 100%;
	font-size: 1.6rem !important;
	line-height: 2rem !important;
}
H2.guidanceh2 .plus{
	color: #fff;
	text-align: center;
}
H2.guidanceh2 span{
	width: 97%;
	font-size: 1.1rem !important;
	line-height: 3rem !important;
}
}



.onepoint{
	display: block !important;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
@media screen and (max-width:768px) {
.onepoint{
	width: 70%;
}
}


.comment{
	display: block !important;
	width: 100% !important;
	margin: 4rem auto 2rem !important;
	padding: 1.5rem !important;
	text-align: left !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	line-height: 1.4rem !important;
}
@media screen and (max-width:768px) {
.comment{
	font-size: 1rem !important;
	line-height: 2rem !important;
}
}


/*----------------------------
　　　　　Q&Aデザイン
----------------------------*/

.accordion {
	max-width:1100px;
	margin: 4rem auto;
}

.toggle {
	display: none;
}

.faq {
	position: relative;
	margin-bottom: 1rem;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
	border: solid 1px #999;
	padding: 1.2rem 2.2rem 1.2rem 1rem;
	display: block;
	color: #333;
}

.question span,.anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #c30a01;
    line-height: 0;
}

.question:after,.question:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
  bottom: 0;
  margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #999;
	transition: all 0.3s;
}

.question:after {
	transform: rotate(90deg);
}

.anser {
	max-height: 0;
	overflow: hidden;
}

.anser div {
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
}

.toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}

.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}

/*----------------------------
　　 企業エントリーレイアウト
----------------------------*/

.item-faq{
	display: flex;
	width: 1200px;
	height: auto;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
	justify-content: center; /* 中央寄せ */
}
.item-faq .itemfaq{
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
}
@media screen and (max-width:768px) {
.item-faq{
	display: block;
	width:100%;
}
.item-faq .itemfaq{
	width:97%;
}
}
.itemfaq div{
	margin: 0 auto;
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
@media screen and (max-width:768px) {
.itemfaq div{
	padding: 2rem 0 0;
	text-align: center;
}
}
.itemfaq img{
	max-width: 50%;
	height: auto;
	padding: 0;
}

.box-faq-entry{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2rem;
	text-align: left;
}
.box-faq-entry div{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	text-align: left;
	color: #333;
	font-size: 1.2rem !important;
	line-height: 1.8rem !important;
	background: #fff;
	border-radius: 1rem;
}
.box-faq-entry div span{
	font-size: 1.6rem !important;
	line-height: 1.8rem !important;
}

.t-bold{
	font-size: 2rem !important;
	font-weight: 700 !important;
}