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



/*-------------------------
Base
-------------------------*/
html{
	font-size: 62.5%;/*16pxx62.5%=10px*/
}

body{
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333333;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	line-height: 1.8em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	letter-spacing: 0.07em;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a{
	text-decoration: none;
	color: #000;
	display: block;

}
.text-center{
	text-align: center;
	padding-bottom: 60px;
}
.inner{
	max-width: 1080px;
	margin: 0 auto;
}

.img_sp{
	display: none;
}
.min{
	font-family: 'Shippori Mincho', serif;
	color: #523A1D;
	font-weight: 700;
}
.bg_pink{
	background-color: #FFF4F5;
}
.bg_yellow{
	background-color: #FEF9F3;
}
.mbp{
	margin-bottom: 24px;
}
.mtp{
	margin-top: 20px;
}
.pink{
	color: #EB6D9A;
	font-weight: 700;
}
.section1{
	padding-top: 80px;
	padding-bottom: 80px;
}
/*-------------------------
header
-------------------------*/
.header{
	height: 60px;
	width: 100%;
	text-align: center;
	position: absolute;
	top:0;
}
.logo{
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.h2_lead{
	text-align: center;
	font-size: 2.3rem;
	line-height: 2em;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}
.gray_ul>li{
	background-color: #E6E6E6;
	font-weight: 600;
	color: #523A1D;
	font-size: 1.7rem;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
}
.gray_ul>li::before{
	  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/check1.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.nayami_ul>li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 1em;
	margin-bottom: 10px;
    }
.nayami_ul>li:before {
    border-radius: 50%; /*丸くする*/
    width: 8px; /*点の幅*/
    height: 8px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.68em; /*点の位置*/
    content: "";
    background: #C5A06B; /*点の色*/
    }

/*-------------------------
reason
-------------------------*/
.h2{
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #523A1D;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
}
.h2::after{
	content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #523A1D;
}
.reason_box{
	background-color: #fff;
	padding: 30px;
	height: 100%;
}
.reason_title{
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #523A1D;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
	line-height: 1.8;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.mbwrap{
	margin-bottom: 30px;
}

/*-------------------------
POINT
-------------------------*/
.point_box{
	background-color: #FFF4F5;
	padding: 30px;
	height: 100%;
}
.point_title{
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #523A1D;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
	line-height: 1.8;
}
.k_box{
	background-color: #FEF9F3;
	padding: 30px;
	margin-top: 40px;
}
.inner.k_inner{
	width: 90%;
	max-width: 700px;
}
.k_inner2{
	margin-top: 20px;
}

/*-------------------------
voice
-------------------------*/
.voice_box{
	background-color: #fff;
	padding: 30px 20px;
	height: 100%;
}
.v_title{
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #523A1D;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
	line-height: 1.8;
}
/*-------------------------
flow
-------------------------*/
.flow_title{
	font-weight: 700;
	color: #C5A06B;
	text-align: center;
	border-bottom: 2px solid #C5A06B;
	font-size: 1.8rem;
}
.flow_box{
	margin-bottom: 30px;
}
.mtp2{
	margin-top: 10px;
}

/*-------------------------
recruit
-------------------------*/
.table1{
	width: 100%;
	margin-bottom: 100px;
}
.table1 tr{
    border: 1px solid;
    border-color: #ddd;
}

.table1 th{
	background-color: #f4f4f4;
	font-weight: 600;
	text-align: center;
	width: 30%;
	padding: 1em 10px 1em 1em;
    border-right: 1px solid;
    border-color: #ddd;
}
.table1 td{
	background-color: #fff;
	padding: 1em 10px 1em 1em;
    border-right: 1px solid;
    border-color: #ddd;
}
.txt{
	text-align: left;
}

/*-------------------------
oubo_flow
-------------------------*/


.obflow_wrap{
	display: flex;
	justify-content: space-between;
}
.ob_box{
	width: 30%;
}
.ob_box>p{
	font-weight: 700;
	font-size: 1.7rem;
	color: #C5A06B;
	padding-top: 10px;
}
.arrow{
	width: 3%;
	padding-top: 10%;
}



/*-------------------------
QA
-------------------------*/


.accordion {
margin: 3em auto;
width: 100%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
background-color: #FEF9F3;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.3em;
top: 1.5em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 1em;
font-size: 0.9em;
line-height: 1.5;
	background-color: #FFF4F5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.q_s{
	font-weight: 700;
	font-size: 1.7rem;
	padding-left: 30px;
	margin-bottom: 0;
}
.q_s::before{
	position: absolute;
    content: "Q";
    left: 20px;
    top:14px;
    font-size: 2.4rem;
    color: #C5A06B;
	font-family: 'Shippori Mincho', serif;
	
}
/*-------------------------
contact
-------------------------*/

.line_btn{
	text-align: center;
	padding-top: 30px;
}
/*-------------------------
last
-------------------------*/
.daihyo{
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
}
.daihyo>div{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 4px;
}
.mlsp{
	margin-left: 15px;
	margin-right: 15px;
}

/*-------------------------
footer
-------------------------*/

.btn_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn1{
	width: 48%;
	text-align: center;
}
.btn1>a{
	background-color: #EB6D9A;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 0.4em;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 25%);
}
.btn1.un{
	width: 100%;
}
.btn1.orange>a{
	background-color: #EB8D78;
}
.btn_wrap.img_sp{
	display: none;
}
.c_line{
	margin-top: 80px;
	background-color: #EB6D9A;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.c_line>small{
	color: #fff;
	font-size: 1.3rem;
}


@media screen and (max-width: 1080px) {
	.spml{
	margin-left: 15px;
	margin-right: 15px;
	}
	
.table1{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
}
	.pbwrap{
		margin-bottom: 30px;
	}
.obflow_wrap{
	width: 90%;
	margin: 0 auto;
}
.accordion {
width: 90%;
}
	
	
}
	
/*-------------------------
SP
-------------------------*/
@media screen and (max-width: 760px) {
.img_sp{
	display: block;
}
	
	.img_pc{
		display: none;
	}
.section1{
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.header{
	display: block;
	background-color: #fff;
	position: static;
	height: 60px;
}
.logo{
	width: 170px;
	padding-left: 16px;
}
.btn_wrap_t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 40px;
}
	
.h2_lead{
	font-size: 2rem;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
}
.gray_ul>li{
	font-size: 1.6rem;
	margin-bottom: 16px;
	padding: 10px 10px 10px 10px;
}
	
.h2{
	font-size: 2rem;
}
	.text-center{
		padding-bottom: 40px;
	}
.h2::after{
  width: 40px;
  height: 1px;
}
.reason_box{
	padding: 16px;
}
.reason_title{
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.point_box{
	padding: 16px;
}
.point_title{
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.voice_box{
	padding: 15px;
}
.v_title{
	font-size: 1.8rem;
	margin-bottom: 16px;
}


.table1 th{
	font-size: 1.5rem;
	width: 28%;
}
.txt{
	font-size: 1.5rem;
}


.obflow_wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ob_box{
	width: 40%;
}
.ob_box>p{
	font-size: 1.5rem;
}
.arrow{
	width: 5%;
	padding-top: 11%;
	margin-left: 4%;
	margin-right: 4%;
}


.title {
padding: 1em;
padding-right: 2em;
}
.content p {
font-size: 1.5rem;
}
.q_s{
	font-size: 1.6rem;
}
.q_s::before{
    left: 16px;
    top:16px;
    font-size: 2.1rem;
	
}

.btn1>a{
	margin-bottom: 12px;
	padding: 0.4em;
	font-size: 1.47rem;
}
.c_line{
	margin-top: 60px;
	padding-bottom: 80px;
}
	.sp_ctn{
		position: fixed;
		bottom: 0;
		left:0;
		width: 100%;
		text-align: center;
	}	
	.sp_ctn>.btn2>a{
		background-color: #39b900;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 10px;
		margin-bottom: 4px;
		margin-left: 3px;
		margin-right: 3px;
		font-weight: 700;
		letter-spacing: 0.1;
	}
i.bottom_line {
    color: #fff;
	margin-right: 6px;
	}
	.fa-line:before {
    content: "\f3c0";
}
.daihyo{
	width: 70%;
}
.table1 th{
	font-size: 14px;
	padding: 1em 8px 1em 8px;
}
	
}

