/*
Theme Name:rakusuru
*/
@charset "UTF-8";

body {
    width: 100%;
	background:#333;
    font-family: 'Lato', 'Noto Serif JP','MS PGothic', sans-serif!important;
}
.main {
    display: block;
	background:#fff;
	color:#333;
	margin: 0 auto;
    padding-bottom: 20px;
	min-height:85vh;
}
.mainView{
    margin-bottom:10px;
}
.mainViewCont img{
	width:100%;
}
.header {
	background:#fff;
    width: 100%;
	height:100px;
}
.header {
  width: 100%;
	height:45px;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.top{
  padding-top: 50px;
}
.container, .container-fluid {
  box-sizing: border-box;
  width: 100%;
  transition: width .3s ease-in-out;
  height: 100%;
}
.logo {
  font-size: 24px;
  line-height: 1;
	text-align:center;
  padding: 10px;
}
.logo a{
	color:#333;
}
.logo-navigation {
  height: 100%;
}
.logo img {
  max-height: 100%;
  width: auto;
}
.logo span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 12px;
  transition: color .3s ease-in-out;
}
ul{
    list-style:none;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.content{
	max-width: 1120px;
	margin:0 auto;
	padding: 20px;
}
.content_subtitle {
    display: flex;
    align-items: center;
	text-align:center;
	position: relative;
	margin:30px 0;
}
.subtitle{
	color:#595;
	border-bottom:1px solid #595;
	padding: 10px;
	z-index: 3;
}
.content_subtitle:after {
     content: ""; 
	position: absolute; 
	left: 0; 
	bottom: 0px;
	width: 100%;  
	border-bottom: 1px solid #ccc; 
	z-index: 1;
}
.recruit{
	width: 95%;
    margin: 0 auto;
}
.table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; 
}
.table-flex {
  display: flex;
}
.table-title {
  background: #f2f2f2;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.table-head {
  display: flex;
  align-items: center;
	justify-content: center;
	background:#CAE5CD;
	color:#333;
	font-size:18px;
  text-align: center;
  width: 20%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	padding:5px 0px;
}
.table-text {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 80%;
	color:#333;
	padding:5px;
}
.content_item {
	background: #559955;
	position: relative;
    display: flex;
    width: 80%;
    border: 1px solid #559955;
	margin: 30px auto;
    min-height: 60px;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.content_item a{
	color: #fff;
	font-weight:bold;
	margin:0 auto;
}
.arrow {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(45deg);
}
.content_item:hover {
	opacity:0.8;
	color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.role{
	display:flex;
	margin: 20px;
}
.role_text{
	background:#CAE5CD;
	padding:30px;
	width:70%;
}
.role_text h4{
	
}
.role_text p{
	margin:10px 0;
}
.role_img{
	width:30%;
}
.role_imgs{
	width:100%;
	height:100%;
	object-fit: cover;
}
.flow{
	display:flex;
	justify-content:space-between;
}
.flow-item{
	position:relative;
	width:23%;
}
.flow-step{
	text-align:center;
	font-weight:bold;
	letter-spacing: 2px;
}
.flow-step span{
	padding-left: 5px;
	color:#595;
}
.flow-box{
	border: 1px solid #333;
	margin:5px;
	padding:15px;
	height:200px;
}
.flow-title{
	font-weight:bold;
}
.flow-item:not(:last-child)::before{
	position: absolute;
    content: "";
    display: block;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #595;
    border-left: solid 10px #595;
    top: 50%;
    right: -25px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}
.form_item{
	display:flex;
	margin:20px 0;
	flex-wrap:wrap;
}
.form_link {
	background: #559955;
	position: relative;
    display: flex;
	width:30%;
	border:1px solid #559955;
    margin: 10px auto;
    min-height: 60px;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	z-index:2;
}
.form_link a{
	color: #fff;
	font-weight:bold;
	margin:0 auto;
	z-index:3;
}
.form_link:hover {
	opacity:0.8;
	color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.line{
	background: #06c755;
	border: 1px solid #06c755;
}
.call i{
	font-size: 24px;
    line-height: .05em;
    vertical-align: -4px;
	padding-right: 10px;
}
.line i{
	font-size: 36px;
    line-height: .05em;
    vertical-align: -0.25em;
	padding-right: 10px;
}
.mail i{
	font-size: 24px;
    line-height: .05em;
    vertical-align: -4px;
	padding-right: 10px;
}
.map{
	text-align:center;
}
.access iframe{
	max-width:90%;
}
.footer {
	width: 100%;
	padding: 15px 0;
	background:#333;
    color: #fff;
    margin:0 auto;
}
.copyright {
    padding:10px;
    text-align:center;
    font-family: Helvetica;
    font-size: 70%;
}
.site_name {
    color: #CAE5CD;
}
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
	z-index:20;
}
.pagetop a {
	display: block;
    font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #595;
	line-height: 50px;
}
.pagetop a i {
	font-size: 20px;
	color: #fff;
    line-height: 50px;
}
.email{
	color: #595;
}
a{
	text-decoration:none;
}
.br-sp{
	display:none;
}
.sp{
	display:none;
}
.complete{
	font-size:14px;
}
/*------------------------------

　モバイルのCSS

------------------------------*/
@media screen and (max-width: 767px) {
	.br-sp{
		display:block;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.recruit{
		width:100%;
	}
	.table-head{
		width:30%;
	}
	.table-text{
		width:70%;
		font-size:14px;
	}
	.role{
		flex-wrap:wrap;
	}
	.role_text{
		width:100%;
	}
	.role_text p{
		font-size:14px;
	}
	.role_img{
		width:100%;
	}
	.flow{
		flex-wrap:wrap;
		padding-left:0;
	}
	.flow-item{
		width:100%;
		margin-bottom: 30px;
	}
	.flow-item:not(:last-child)::before{
		top: unset;
		bottom: 0;
		right: 55%;
		transform: rotate(-45deg) translateY(140%);
	}
	.flow-box{
		height:auto;
	}
	.form_item{
		flex-wrap:wrap;
	}
	.form_link{
		width:80%;
	}
	.cf7-button{
		flex-wrap:wrap;
	}
}
/*------------------------------

アコーディオンのCSS

------------------------------*/
.accordion {
  max-width: 90%;
	margin:0 auto;
}

/* アコーディオン */
.accordion__item {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
	padding:10px 40px 10px 70px;
  font-weight: bold;
  cursor: pointer;
	background: #CAE5CD;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #595;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}
/* QとAのデザイン */
.accordion__title span,
.accordion__content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #595;
	color:#fff;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
/* アコーディオンのコンテンツ */
.accordion__content {
 padding: 10px 10px 10px 70px;
	margin:0;
  display: none;
  cursor: pointer;
	position: relative;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
width:90%;
margin: 0 auto;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}

.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}

.cf7-a {
width: 60%;
}

/*　見出し　*/
.form-heading{
display:none;
width: 100%;
background-color: #ad8d47;
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 2em;
}

.form-heading p {
margin: 0;
}

/* 各項目共通 */
#cf7-area label{
font-weight:bold;
}
#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area input[type="date"],#cf7-area textarea {
background: #F0F8FF;
width:100%;
margin-left:10px;
}

#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area input[type="date"]:focus,#cf7-area textarea:focus {
background: #fff;
outline: 0;
}

#cf7-area input[type="checkbox"], #cf7-area input[type="radio"]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
padding: 0.625em 0.4375em;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-button{
	display:flex;
	justify-content:space-evenly;
}
.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type="submit"]
{
width: 100%;
background-color: #595;
color: #ffffff;
border: 1px solid #595;
margin: 10px auto;
min-height: 60px;
font-weight:bold;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="submit"]:hover
{
opacity:0.8;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

#cf7-area input[type="button"]
{
width: 100%;
background:#eee;
color: #000;
border: 2px solid #eee;
border-radius: 5px;
margin: 10px auto;
min-height: 60px;
font-weight:bold;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="button"]:hover
{
border: 2px solid #887849;
color:#887849;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: #cc0000;
font-weight: bold;
margin-left: 10px;
}
/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
padding: 4px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}

.thanks{
	width:90%;
	margin:0 auto;
}
.thanks h3{
	margin-bottom:30px;
}
.thanks p{
	line-height:30px;
}
@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"],#cf7-area input[type="date"], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}
.cf7-recaptche {
	font-size:small;
	text-align:center;
}
.cf7-recaptche a{
	color:#595;
}
.grecaptcha-badge { 
	visibility: hidden;
}
.box {
	opacity: 0;
	transition:.5s;
  position: relative; 
  top: 50px;          
}

.active {
  opacity: 1;         /* 透明度を元に戻す */
  top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}