/*
Theme Name:ラクスル
*/
@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;
}
.flex{
	display:flex;
	flex-wrap: wrap;
}
.mainView{
    margin-bottom:10px;
}
.mainViewCont img{
	width:100%;
}
.header {
  position: static;
  width: 100%;
	height:45px;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.header-nav{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
	padding-left: 0;
}
.header-nav_item{
	width:50%;
	text-align:center;
	margin-bottom:10px;
}
.header-nav_link{
	text-decoration:underline;
	font-weight:bold;
	color:#0563a6;
}
.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;
}
.menu-list{
  display: none;
}
.header_nav{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.drawer_hidden {
  display: none;
}
.drawer_open {
width: 60px;
position: relative;
z-index: 1000; 
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
	background:#333;
  transition: 0.5s;
  position: absolute;
}
  .drawer_open span:before {
      bottom: 8px;
  }
  .drawer_open span:after {
      top: 8px;
  }
#drawer_input:checked ~ .drawer_open span {
background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background:#333;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #333;
}
.nav_content {
width: 100%;
position: fixed;
top: 43px;
left: 100%;
z-index: 99;
background: #f8f8ff;
transition: .5s;
padding:15px;
}
.nav_list {
list-style: none;
border-top: 1px solid #ccc;
margin: 0;
padding: 0;
}
.nav_item {
position: relative;
padding: 10px;
border-bottom: 1px solid #ccc;
}
.nav_item:hover{
background:#ddd;
}
.nav_item a{
  color: #333;
  text-decoration: none;
}
#drawer_input:checked ~ .nav_content {
left: 0%;
}
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;
	justify-content: center;
	position: relative;
	margin:30px auto;
}
.subtitle{
	color:#333;
	font-size: 36px;
	text-align:center;
	font-weight:bold;
	padding: 10px;
	z-index: 3;
}
.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 auto;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.role_sub{
	width:100%;
	margin-bottom:10px;
	color:#0563a6;
	font-weight:bold;
}
	h4{
		position:relative;
		margin:10px;
	}
	.custom-underline {
   position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 1;
}

.custom-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 文字にどれだけかぶせるか */
  width: 100%;
  height: 0.5em; /* 線の太さ（高さ） */
  background-color: #ffddbc; /* 線の色 */
  z-index: -1; /* 背面に配置 */
}
	h5{
		width:100%;
		text-align:center;
	}
	.role_sub:before{
	content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(5, 99, 166, 1), rgba(8, 149, 249, 0.2));
	bottom: 0;
    left: 0;
    position: absolute;
	}
.role_text{
	background:#D4EAF6;
	padding:30px;
	width:100%;
}
.service{
	width:45%;
}
.price{
	display:flex;
	width:45%;
	margin:20px 0;
	border: 1px solid #0563a6;
}
.role_price{
	background:#D4EAF6;
	padding:30px;
	width:100%;
}
.role_price p{
	margin:10px 0;
}
.role_text h4{
	
}
.role_text p{
	margin:10px 0;
}
.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:#A3D8F6;
}
.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 #A3D8F6;
    border-left: solid 10px #A3D8F6;
    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: #595;
	position: relative;
    display: flex;
	width:30%;
	border:1px solid #595;
    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;
}
.insta{
	background: #de82a7;
	border: 1px solid #f8eaff;
	padding: 10px;
	min-height: 20px;
}
.insta:hover{
	background: #e68acf;
	opacity:0.8;
}
.instalogo img{
	height:60px;
}
.instalogo span{
	color:#fff;
	font-size:14px;
}
.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;
}
.footer {
	width: 100%;
	padding: 0px 0 60px;
	background:#333;
    color: #fff;
    margin:0 auto;
}
.copyright {
    padding:10px;
    text-align:center;
    font-family: Helvetica;
    font-size: 70%;
}
.site_name {
    color: #A3D8F6;
}
.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: #A3D8F6;
	line-height: 50px;
}
.pagetop a i {
	font-size: 20px;
	color: #fff;
    line-height: 50px;
}
.footer_nav {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 0;
    top: auto;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    background: #A3D8F6;
    margin-bottom: 0;
    box-shadow: 0 -8px 3px -3px rgb(0 0 0 / 10%);
    z-index: 1000;
}
.footer_item {
    position:relative;
    padding: 10px;
    z-index:100;
}
.footer_img{
	max-height:40px;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
.footer_item:not(:last-child){
    width:100%;
    text-align: center;
}
.footer_item:not(:first-child){
    border-left:1px solid #000;
	background: #0563a6;
 }
.footer_item:last-child{
    padding:10px 0px;
}
.footerbtn{
    color: #0563a6;
    font-weight: bold;
    font-size: 1.2em;
}
    /* menu */
    .drawer_hidden {
        display: none;
    }
.drawer_open {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000; 
    cursor: pointer;
}
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #fff;
        transition: 0.5s;
        position: absolute;
    }
        .drawer_open span:before {
            bottom: 8px;
        }
        .drawer_open span:after {
            top: 8px;
        }
#drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
}
    #drawer_input:checked ~ .drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
        background:#333;
    }

    #drawer_input:checked ~ .drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
        background: #333;
    }
.nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,.9);
    transition: .5s;
    text-align: center;
}
.nav_list {
    padding:0px;
    list-style: none;
}
.nav_item {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #0563a6;
}
.nav_item:hover{
    background:#ddd;
}
.nav_link {
    color: #0563a6;
    text-decoration: none;
}
.nav_under{
    color:#333;
}
.nav_tel{
    color:#333;
    text-decoration:none;
}
#drawer_input:checked ~ .nav_content {
    top: 60%;
}
a{
	text-decoration:none;
}
.br-sp{
	display:none;
}
.sp{
	display:none;
}
.complete{
	font-size:14px;
}
.diagonal_line{
	position: relative;
    margin-right: 10px;
}
.diagonal_line::after {
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 2px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
}
/*------------------------------

　モバイルのCSS

------------------------------*/
@media (min-width: 1000px){
.header {
  position: sticky;
	height:auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.top{
  padding-top: 0;
}
	.menu-list ul{
		margin-top: 10px;
		margin-bottom:10px
	}
.container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.logo img {
  width: auto;
}
.header, .logo, .logo img {
  transition: all .3s ease-in-out;
}
.logo span {
  display: none;
}
.header_nav {
  display: none;
  cursor: default;
}
.menu-list {
  background: transparent;
  display: flex;
  position: static;
  width: auto;
	justify-content:center;
  padding: 0;
}
.menu-list ul {
  border-top: none;
}
.menu-list ul li {
  vertical-align: top;
  display: inline-block;
}
.menu-list li > a {
  display: inline-block;
  border-bottom: none;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  text-decoration: none;
}
.arrow {
  display: none;
}
}
@media screen and (max-width: 767px) {
	.logo{
		font-size:18px;
	}
	.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;
	}
	.service{
		width:100%;
	}
	.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;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #A3D8F6;
  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%;
	color:#fff;
  background: #A3D8F6;
  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: #A3D8F6;
color: #ffffff;
border: 1px solid #A3D8F6;
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 #A3D8F6;
color:#595;
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:#A3D8F6;
}
.grecaptcha-badge { 
	visibility: hidden;
}
.box {
	opacity: 0;
	transition:.5s;
  position: relative; 
  top: 50px;          
}

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