@charset "UTF-8";

/*common*/
#local-nav , #cta{
	clear: both;
}
.cont-box {
margin-bottom: 10%;
}
.blue-btn{
padding: 15px 10px;
display: block;
background: #80c9e0;
font-size: 15px;
color: #fff;
text-align: center;
margin-top: 15px;
position: relative;
max-width: 250px;
margin-left: auto;
margin-right: auto;
border-radius: 27px;        /* CSS3草案 */  
-webkit-border-radius: 27px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 27px;   /* Firefox用 */  
}

/*flow*/
.list-flow {
text-align: justify;
position: relative;
overflow: hidden;
max-width: 900px;
margin: auto;
}
.list-flow:before {
content: '';
width: auto;
border-left: 2px solid #86c380;
position: absolute;
top: 46px;
margin-top: -2px;
left: calc(50% - 1px);
/*height: calc(100% - 108px);*/
height: 88%;
left: 11.5px;
}
.list-flow .item-flow {
margin: 0 0 15px 55px ;
max-width: inherit;
width: calc(100% - 55px);
}
.list-flow .item-flow.doted:before {
content: '';
width: 25px;
height: 25px;
position: absolute;
border-radius: 50%;
background: #e27e80;
z-index: 1;
}
.list-flow .item-flow .item-img {
max-width: 427px;
position: relative;
background: #ffffff;
border: 1px solid #cfcfcf;
padding: 5%;
border-radius: 12px;
margin-bottom: 2%;
}
.item-flow h4 {
color: #86c380;
font-size: 18px;
margin-bottom: 2%;
margin-top: 15px;
font-weight: 700;
}
.list-flow .item-flow.dt01:before {
top: 34px;
}
.list-flow .item-flow .item-img:before {
top: 31px;
}
.list-flow .item-flow.doted:before {
left: 0;
}
.list-flow .item-flow.item-left .item-img:before , .list-flow .item-flow.item-right .item-img:before {
background: url("../images/flow/box-arrow-left.png") no-repeat;
right: 0;
left: -21px;
}
.list-flow .item-flow .item-img:before {
content: '';
position: absolute;
width: 22px;
height: 26px;
}
.list-flow .item-flow.dt02:before , .list-flow .item-flow.dt03:before , .list-flow .item-flow.dt04:before {
margin-top: 30px;
}
.list-flow p {
font-size: 18px;
font-weight: 500;
margin-top: 10px;
}

/* faq */
/* チェックボックスは非表示 */
.accordion-hidden {
	display: none;
}
/* Question部分 */
.accordion-open {
	display: block;
	padding: 25px 55px 25px 60px;
	cursor: pointer;
	/*margin: 10px 0;*/
	font-weight: 700;
	position: relative; /* 変更部分 */
	border-top: 1px solid #fae286;
}
.accordion-open:last-child {
	border-bottom: 1px solid #fae286;
}
/* QとAのデザイン */
.accordion-open span, .accordion-close span {
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 50px;
	height: 100%;*/
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
}
/*閉じた状態の矢印描画*/
label.accordion-open:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #80c5dc 2px solid;
	border-right: #80c5dc 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 5px;
	bottom: 15%;
	margin: auto;
}
/*開いた状態の矢印描画*/
input[type=checkbox]:checked + label.accordion-open:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #80c5dc 2px solid;
	border-right: #80c5dc 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 7%;
	bottom: 0;
	margin: auto;
}
/* Answer部分 */
.accordion-close {
	display: block;
	height: 0; /* 要素の高さは0 */
	overflow: hidden; /* 非表示 */
	padding: 0 0 0 60px;
	opacity: 0;
	transition: 0.5s; /* 表示速度の設定 */
	position: relative;
}
/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
	height: auto;
	opacity: 1;
	padding: 25px 25px 28px 60px;
	margin-bottom: 20px;
	background: #ffffeb;
}
.accordion-open .q {
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	top: 14px;
	left: 10px;
	display: block;
	color: #80c5dc;
	padding: 7px 12px;
	font-size: 22px;
}
.accordion-close .a {
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	top: 14px;
	left: 10px;
	display: block;
	font-weight: bold;
	color: #e07e80;
	padding: 7px 12px;
	font-size: 22px;
}
.accordion a {
	color: #333;
	text-decoration: underline;
}

/*staff-interview*/
.picBox {
opacity: 0;
width: 100%;
padding-top: 70vw;
position: relative;
border-radius: 50px 0 50px 0;
overflow: hidden;
opacity: 1;
transition: all 1.2s ease 0s;
}
.picBox span {
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
}
.picBox img {
height: 100%;
position: static;
}
.picBox img.objectFit {
object-fit: cover;
object-position: center;
font-family: "object-fit: cover; object-position: center;";
}
.iv-tit {
position: relative;
margin-bottom: 30px;
}
.iv-tit h3 {
position: absolute;
top:25%;
max-width: 502px;
}
.iv-tit .clover img {
position: absolute;
bottom:-20px;
right: 20px;
width: 60px;
}
.lead {
text-align: center;
font-weight: 700;
font-size: 16px;
}
.lead span {
color: #81be80;
display: block;
}
.iv-link {
margin: 5% auto 10% auto;
float: left;
}
.iv-link li {
padding: 12px 15px 5px 45px;
position: relative;
}
.iv-link li a {
text-decoration: underline;
}
.iv-link li span {
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
color: #d97e80;
position: absolute;
top: 14px;
left: 10px;
}
.iv-box {
margin-bottom: 10%;
padding-bottom: 5%;
position: relative;
clear: both;
width: 100%;
float: left;
}
.color01{
background: #f0ca66;
}
.color02{
background: #81be80;
}
.color03{
background: #80c2d9;
}
.iv-box h4{
color: #fff;
text-align: center;
padding: 5%;
font-size: 18px;
}
.iv-box .q{
font-family: 'Josefin Sans', sans-serif;
color: #d97e80;
font-size: 30px;
position: absolute;
top:-20px;
font-weight:500;
}
.iv-box .q-l{
left: 10px;
}
.iv-box .q-r{
right: 10px;
}
.iv-in-box{
background: #fff;
margin: 0 5% 0 5%;
padding: 5%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
width: 80%;
float: left;
}

.balloon-l ,.balloon-r {
position: relative;
display: inline-block;
margin: 1.5em 0 0.2em 0;
  padding: 15px;
  width: 100%;
  background: #FFF;
  border: solid 3px #f4d9d9;
  box-sizing: border-box;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}
.balloon-l:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon-l:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f4d9d9;
  z-index: 1;
}
.balloon-r:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 50%;
  margin-right: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon-r:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 50%;
  margin-right: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f4d9d9;
  z-index: 1;
}
.balloon-l p , .balloon-r p {
  margin: 0;
  padding: 0;
}
.anchor{
padding-top: 65px;
margin-top: -65px;
}

/*recruit*/
.rec-table{
width: 100%;
margin-bottom: 3%;
}
.rec-table th{
border: #e6e6e6 1px solid;
box-sizing: border-box;
border-top: none;
font-weight:700;
padding: 10px;
margin: 0;
display: block;
width: 100%;
background: #f6de82;
}
.rec-table tr:first-child th{
border-top: #e6e6e6 1px solid;
}
.rec-table td{
border: #e6e6e6 1px solid;
box-sizing: border-box;
border-top: none;
padding: 10px;
margin: 0;
display: block;
width: 100%;
}
.rec-box{
margin-bottom: 5%;
}
.rec-box:last-child{
margin-bottom: 0;
}

.recruit-flow{
margin-top: 20px;
}
.recruit-flow > li {
position: relative;
}
.recruit-flow > li:not(:last-child) {
margin-bottom: 40px;
}
.recruit-flow > li:not(:first-child)::before {
content: "";
height: 60px;
display: block;
border-left: 4px dotted #c5c5c5;
position: absolute;
top: -40px;
left: -webkit-calc(10% + 30px - 2px);
left: calc(10% + 20px - 2px);
z-index: 10;
}
.recruit-flow > li dl {
    /*width: 100%;*/
    padding: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f6de82;
    border-radius: 10px;
    position: relative;
}
.recruit-flow > li:not(:last-child) dl::before, .recruit-flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.recruit-flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #f6de82;
}
.recruit-flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
.recruit-flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
.recruit-flow > li dl dt .icon {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #e07e80;
    padding: 7px 10px 3px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 768px) {
/*flow*/
.list-flow:before {
/*height: calc(100% - 90px);*/
height: 75%;
left: calc(50% - 1px);
}
.list-flow .item-flow.doted:before {
left: calc(50% - 11.5px);
}
.list-flow .item-flow {
margin: 0 0 15px 0;
max-width: 400px;
width: calc(100% - 58%);
}
.list-flow .item-flow.item-right {
float: right;
}
.item-flow.item-left {
text-align: right;
float: left;
}
.list-flow .item-flow.item-left .item-img:before {
background: url("../images/flow/box-arrow-right.png") no-repeat;
right: -21px;
left: auto;
}
.list-flow:before {
height: 87%;
}
.list-flow-box{
display: flow-root;
margin-bottom: 10px;
}
.item-flow h4 {
font-size: 20px;
margin-top: 5%;
}
.item-flow p {
font-size: 20px;
}

/*staff-interview*/
.picBox {
padding-top: 18vw;
}
.iv-tit {
margin-bottom: 50px;
}
.iv-tit h3 {
top:16%;
left: 26%;
}
.iv-tit .clover img {
width: 90px;
}
.lead {
font-size: 20px;
}
.lead span {
display: contents;
}
.iv-link li {
width: 42%;
padding: 12px 3% 5px 5%;
float: left;
font-size: 20px;
}
.iv-box h4 {
padding: 2%;
font-size: 30px;
}
.iv-box .q{
font-size: 90px;
top:-70px;
}
.iv-box .q-l{
left: 30px;
}
.iv-box .q-r{
right: 30px;
}
.l-pic {
float: left;
width: 35%;
}
.r-bl {
float: right;
width: 60%;
}
.r-pic {
float: right;
width: 35%;
}
.l-bl {
float: left;
width: 60%;
}
.balloon-l ,.balloon-r {
margin: 0em 0 1em 0;
}
.balloon-l:before {
top: 50%;
left: -8px;
margin-top: -12px;
border: 12px solid transparent;
border-right: 12px solid #FFF;
}
.balloon-l:after {
top: 50%;
left: -12px;
margin-top: -14px;
border: 14px solid transparent;
border-right: 14px solid #f4d9d9;
}
.balloon-r:before {
top: 50%;
right: -8px;
margin-top: -12px;
border: 12px solid transparent;
border-left: 12px solid #FFF;
z-index: 2;
}
.balloon-r:after {
top: 50%;
right: -12px;
margin-top: -14px;
border: 14px solid transparent;
border-left: 14px solid #f4d9d9;
z-index: 1;
}
.anchor{
padding-top: 120px;
margin-top: -120px;
}

/*recruit*/
.rec-table{
table-layout: fixed;
}
.rec-table th,
.rec-table td{
display: table-cell;
padding: 20px;
}
.rec-table th{
width: 30%;
text-align: left;
vertical-align: middle;
}
.rec-table td{
width: auto;
}
.rec-table tr:first-child td{
border-top: #e6e6e6 1px solid;
}
.recruit-flow{
margin-top: 70px;
}
.recruit-flow > li dl {
padding: 20px 30px;
}
.recruit-flow > li:not(:first-child)::before {
left: calc(10% + 30px - 2px);
}
}