@charset "utf-8";

/***************************
	layout
***************************/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-style:normal;
	font-size:24px;
	color:#333;
	font-weight:normal;
	line-height:1.5;
	background:#faf0e6;
/*	background:url("../images/bg.jpg");
    background-size: auto;
    background-repeat: repeat;
    */
}
body.page,
body.archive,
{
/*	background: #F4F9ED; */
}
body.single{
/*	background: #F4F9ED; */
}
.mb_0{
	margin-bottom:0 !important;
}
div#pagetop {
    width: 100%;
    height: 298px;
    background: url("../images/header/service_head.png");
    background-size: cover;
    background-position: 50%;
    margin-top: 100px;
}
body.post-type-archive-recruit div#pagetop{
    background-image: url("../images/header/recruit_head.png");
    background-size: auto 100%;
    background-color: #fff1cd;
    background-repeat: no-repeat;
}
body.about div#pagetop{
    background-image: url("../images/header/company_head.png");
}
body.price div#pagetop{
    background-image: url("../images/header/price_head.png");
}
body.post-type-archive-case div#pagetop,
body.single-case div#pagetop,
body.page-id-18 div#pagetop{
    background-image: url("../images/header/case_head.png");
    background-size: auto 100%;
    background-color: #fff;
    background-repeat: no-repeat;
}
body.service div#pagetop{
    background-image: url("../images/header/service_head02.png");
    background-size: auto 100%;
    background-color: #fff;
    background-repeat: no-repeat;
}
section{
	width:100%;
	margin:0;
	padding:2rem 0;
}
#wrapper{
	width: 100%;
	min-width: 1060px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
#content{

}
.sec_title_01 {
    width: max-content;
    margin: 2rem auto;
    padding: 0 3rem 0.5rem;
    font-size: 1.3em;
    color: #68b82e;
    text-align: center;
    border-bottom: 1px solid #333;
}
.t_cen{
	text-align: center;
}
.t_green{
	color:#68b82e !important;
}
.t_red{
	color:red !important;
}
.t_bold{
	font-weight:900 !important;
}
.pad_0{
	padding:0 !important;
}
p{
	margin-bottom: 1em;
	letter-spacing:0;
}
h2,h3,h4{
	font-weight:bold;
}
.w1200{
	display:block;
	width:1200px;
	margin:0 auto;
}
.bs_top{
	margin-top:2rem !important;
}
.bs_bottom{
	margin-bottom:2rem !important;
}
.ss_top{
	margin-top:1rem !important;
}
.ss_bottom{
	margin-bottom:1rem !important;
}
.bg_col_lg {
    background: #F4F9ED;
}
small.copy {
    display: block;
    text-align: center;
    padding: 1rem;
}
/***************************
	header
***************************/
header {
    width: 100%;
	height:100px;
    margin:0;
    padding:0;
	padding-left: 5rem;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
	z-index:99;
}
header .logo {
    align-items: center;
    padding: 20px 0;
}

header .logo a {
    display: block;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 10px;
}
a.head_logo img {
    height: 65px;
    width: auto;
    margin-top: 15px;
    padding-left: 1rem;
}

.head_tel{
	padding-left:3rem;
	position:relative;
	top:15px;
	width:20rem;
}
.head_tel > a {
    color:  #ff8cbc;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.85rem;
    letter-spacing: 0;
}
.head_tel:before {
	content: "";
	display: block;
	width: 1.45em;
	height: 1.45em;
	position: absolute;
	top: 0.25em;
	left: 0.5em;
	background: url(../images/tel_icon.svg);
	background-size: cover;
}
.head_tel > a + p {
    font-weight: bold;
    margin: 0;
    color: #666;
    letter-spacing: -0.02rem;
    font-size: 0.75em;
    text-align: center;
    width: max-content;
    position: absolute;
    top: 1.85em;
}
a.head_contact {
    width: 11rem;
    font-size: 0.9em;
    height: 100%;
    display: block;
    margin: 0;
    font-weight: bold;
    text-align: center;
    background: lightseagreen;
    line-height: 100px;
    color: white;
    padding: 0;
}
/***************************
	g_navi
***************************/
#navibar{
	display: none;
}
ul#g_navi {
    height: 90px;
    margin: 5px 0;
}

#g_navi > li > a{
	display: flex;
	font-size: 17px;
    	font-weight: bold;
	align-items: center;
	height: auto;
	padding: 20px 10px;
	transition: 0.3s;
	border-top: solid 5px #fff;
}
#g_navi > li > a:hover,
#g_navi > li.current-menu-item > a,
#g_navi > li.current-menu-parent > a{
	color: #393939;
	border-bottom: solid 5px #ff8cbc;
}
#g_navi > li {
    position: relative;
    margin: 0 2px;
}
#g_navi .sub-menu{
	display: block;
	background: rgba(255,255,255,0);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	transition: 0.3s;
	/*visibility: hidden;*/
	transform: rotateY(-90deg);
}
#g_navi > li:hover .sub-menu{
	/*visibility: visible;*/
	background: rgba(255,255,255,0.7);
	transform: rotateY(0deg);
}
#g_navi > li .sub-menu li a{
	display: block;
	white-space: nowrap;
	padding: 10px 20px;
	border-top: dashed 1px rgba(104, 85, 70, 0);
    	font-weight: bold;
	color: rgba(104, 85, 70, 0);
}
#g_navi > li:hover .sub-menu li a{
	color: rgba(104, 85, 70, 1);
	border-top: dashed 1px rgba(104, 85, 70, 1);
}
#g_navi > li:hover .sub-menu li a:hover{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	color: #005425;
}
/***************************
	base
***************************/

h2.sectitle {
    font-size: 2.4rem;
    font-weight: bold;
    background: url(../images/title_obi.svg);
    background-size: 30rem;
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.25;
    padding: 4rem 0 2rem;
}
h2.sectitle > span {
    display: block;
    margin: 0;
    font-family: serif;
    font-style: italic;
    font-size: 0.8em;
    letter-spacing: 0;
    text-transform:capitalize;
}
h2.sectitle > span:first-letter{
	font-size:1em;
}

a.link_btn_01,
a.link_btn_02,
a.link_btn_03{
    font-size: 1.35rem;
    color: white;
    font-weight: bold;
    letter-spacing: -0.05rem;
    display:block;
    width:max-content;
    margin:1rem auto;
    padding: 1rem 4rem;
    border-radius: 5px 0 5px 0;
    position:relative;
    z-index:1;
}
a.link_btn_03{
	color: #68b82e;
}
a.link_btn_01::before,
a.link_btn_02::before,
a.link_btn_03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius:5px 0 5px 0;
}


a.link_btn_01::before {
    background: #b4d78a;
}
a.link_btn_02::before {
    background: #fbb03b;
}
a.link_btn_03::before {
    background:white;
}
a.link_btn_01::after,
a.link_btn_02::after,
a.link_btn_03::after {
    content: "";
    display: block;
    width: calc( 100% + 3px );
    height: calc( 100% + 5px );
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 5px;
}
a.link_btn_01::after {
    background: #84c24c;
}
a.link_btn_02::after {
    background: #f7931e;
}
a.link_btn_03::after {
    background: #a6d7ce;
}

/***************************
	home
***************************/
section#home01{
	padding:0;
}
section#home01 h2{
	position:relative;
	font-size:3rem;
}
section#home01 h2 > img {
    width: 100%;
    height: auto;
}
section#home01 h2 > div {
    position: absolute;
    top: calc( 34% - 1vw );
    left: 25%;
    transform: translate(-50%, -50%);
    font-family: serif;
}
section#home01 h2 > div > p {
    color: white;
    font-size: 3.75vw;
    font-style: italic;
    text-align: center;
    margin: 0.25em 0;
    line-height: 2em;
    letter-spacing: -0.1vw;
    text-shadow: 1px 1px 9px #393939;
    font-weight: 900;
}
section#home01 h2 > div > p:nth-of-type(2){
	margin-left:3.5em;
}
ul.col_2_box {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.col_2_box > li {
    width: 50%;
    font-size: 1.2rem;
    display: inline-block;
    padding: 1rem 2rem;
    vertical-align: top;
}
body.home ul.col_2_box li:nth-of-type(1) p {
    font-size: 1.45rem;
    line-height: 1.8;
    letter-spacing: 0.10rem;
    font-weight: 600;
}
body.home ul.col_2_box li:nth-of-type(2) p {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    background: #ffcfe3;
    padding: 1rem 50px;
    margin: 0 auto;
    position: relative;
}
body.home ul.col_2_box li:nth-of-type(2) p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #ff8cbc;
    border-right: 50px solid transparent;
}

ul.service_box {
    text-align: center;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.service_box > li {
    background: white;
    border: 1px solid #68b82e;
    margin: 1rem auto;
    outline: 10px solid white;
    font-size: 1.1rem;
    text-align: left;
    vertical-align: top;
    padding: 1rem 0.5rem;
    display: inline-block;
}
ul.service_box > li.service_box_01{
	width:calc( 100% - 40px );
}
ul.service_box > li.service_box_02{
	width:calc( 50% - 30px );
	margin: 1rem 15px;
}
ul.service_box > li.service_box_03{
	width:calc( (100% / 3) - 30px );
	margin: 1rem 15px;
}
ul.service_box > li > img {
    width: 130px;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
ul.service_box > li.service_box_03 > img{
	width:100px;
}
ul.service_box > li > div {
    width: calc( 100% - 130px - 1rem );
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left:1rem;
}
ul.service_box > li.service_box_01 > div {
    width: calc( 100% - 260px - 1rem );
}
ul.service_box > li.service_box_03 > div {
    width: calc( 100% - 100px - 0.75rem );
    padding: 0 0 0 0.25rem;
    font-size: 1em;
    min-height: 14em;
}
ul.service_box > li > div > h3 {
    color: #68b82e;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-bottom:0.5rem;
}
ul.service_box > li > div > p{
	margin:0;
	letter-spacing:0;
}

div.case_box > img {
    width: 300px;
    margin: 0 40px 0 0;
	display:inline-block;
	vertical-align:top;
}
div.case_box > div.inner{
	width:calc( 100% - 350px );
	display:inline-block;
	vertical-align:top;
}
div.case_box > div.inner > article {
    background: white;
    padding: 1rem;
    border: 1px solid #68b82e;
    margin: 1rem auto;
    font-size: 1.3rem;
}
p.category {
    margin-bottom: 0.5rem;
}
p.category span{
    margin: 0 0.5rem;
    color: white;
    padding: 0.5rem 1rem;
    background: #68b82e;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0;
}
div.case_box > div.inner > article h3.title{
	padding:0 0 0.5rem 0;
    margin:1.5rem 0 0.5rem 3rem;
    border-bottom: 1px solid #68b82e;
}
div.case_box > div.inner > article p.text {
    margin: 0 0 0 3rem;
}

section.recruite_box {
    background: url(../images/home/recruit.png);
    background-position: 0 0;
    background-size: cover;
    padding: 0rem 3% 1rem 60%;
    position: relative;
}
section.recruite_box p {
    color: white;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0;
}

section.recruite_box h2.sectitle {
    background: url(../images/title_point_bg.svg);
    color: white;
    background-size: 30rem;
    background-position: 50% 0;
    background-repeat: no-repeat;
	margin-bottom: 1.5rem;
}
section.recruite_box h2.sectitle > span{
    color: white;
}
section.recruite_box p {
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0.25em 0;
}
section.recruite_box a {
	margin-top:2rem;
}

section.sec04_information > div.inner {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
section.sec04_information > div.inner article {
    padding: 1rem 0.5rem;
    border-top: 1px solid #68b82e;
}
section.sec04_information > div.inner article:last-of-type{
    border-bottom: 1px solid #68b82e;
}
section.sec04_information > div.inner article span {
    font-weight: bold;
    vertical-align: middle;
}
section.sec04_information > div.inner article span.date {
    width: 8em;
    display: inline-block;
}
span.category {
    background: #68b82e;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.8em;
    margin-right:1rem;
    text-align: center;
    width:9em;
    display: inline-block;
}

section.link_box {
    padding-top: 0;
    padding-bottom:0;
}
ul.col_3_box {
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.col_3_box li {
    padding: 0;
    width: 350px;
    height: 160px;
    background: #8ec21f;
    margin:2rem 1rem;
    position:relative;
}

ul.col_3_box li a {
    display: block;
    color: white;
    width:100%;
    height:100%;

}
ul.col_3_box li a p,
ul.col_3_box li a p span{
	display:block;
	color:white;
	margin:0;
}
ul.col_3_box li a p{
    text-align: center;
    width: 100%;
    font-weight: bold;
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.contact_box {
    background: white;
    border: 1px solid #fbb03b;
    outline: 10px solid #fff;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 3rem;
    border-radius: 3px;
}
.sns_box {
    width: 1200px;
    margin: 0 auto;
    text-align:center;
}
.sns_box > a {
    width: 45%;
    margin: 0 2%;
    display: inline-block;
}
span.tel {
    color: #ff8cbc;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
	letter-spacing: 0.125rem;
    vertical-align: middle;
    padding-left: 3rem;
    margin-left: 2rem;
    position:relative;
}
span.tel small {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
}
span.tel:before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: url(../images/tel_icon.svg);
    background-size: cover;
}
/***************************
	about
***************************/

dl.conpany_box {
    margin: 2rem auto;
}
dl.conpany_box dt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
dl.conpany_box dd {
    position: relative;
    padding: 1rem 0 1rem 7em;
    border-top: 1px solid #68b82e;
}
dl.conpany_box dd:last-of-type{
    border-bottom: 1px solid #68b82e;
}
dl.conpany_box dd span {
    position: absolute;
    top: 50%;
    left: 0.5%;
    font-weight: bold;
    transform: translateY(-50%);
}
dl.conpany_box dd p{
	margin:0;
}
.map {
    display: block;
    margin-top: 4rem;
    text-align: center;
}
/***************************
	service
***************************/
body.page.page-id-10{
}
h4.service_top_text {
}
.text_box {
    background: white;
    border: 1px solid #68b82e;
    outline: 10px solid #fff;
    width: 1160px;
    margin: 0 auto;
    text-align: left;
    padding: 2rem;
    margin-bottom: 3rem;
    border-radius: 3px;
}
.text_box p {
    font-size: 1.45rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #393939;
}

h4.service_top_text p{
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0.5rem;
	border-bottom:1px solid #333;
}
ul.service_col_3_box {
    display: flex;
    justify-content: space-between;
    margin:2rem auto;
}
ul.service_col_3_box li{
	width:33%;
	font-size:1.3rem;
	padding:0 1rem;
	vertical-align:top;
}
ul.service_col_3_box li h4{
	color:#68b82e;
	text-align:center;
	margin-bottom:0.5rem;
}
ul.service_box_02 {
    margin: 4rem auto;
}
ul.service_box_02 > li {
    background: #f2f7d9;
    padding: 2rem 0;
    margin:4rem auto;
    position:relative;
	padding-left: 200px;
}
ul.service_box_02 > li > img.service_box_icon {
    position: absolute;
    width: 180px;
    top: 50px;
    left: 25px;
}
ul.service_box_02 > li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 3rem solid lightseagreen;
    border-right: 3rem solid transparent;
}
ul.service_box_02 > li > *{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.kaji_box > h4{
	text-align: center;
    margin: 0 auto 1rem;
    border-bottom: 1px solid #333;
    width: max-content;
    padding: 0.5rem 2rem;
}
ul.service_box_02 > li > h4 {
    text-align: center;
    color: #68b82e;
    margin: 0 auto 2rem;
    letter-spacing: 0.3rem;
}
ul.service_box_02 > li p {
    font-size: 1.2rem;
}
.kaji_box {
    padding: 0 3rem;
    margin: 3rem auto;
}
.kaji_box > dl {
    background: white;
    border: 1px solid #aaa;
    display:table;
}
.kaji_box > dl > dt {
    background: lightseagreen;
    color: white;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0.1em 0;
}
.kaji_box > dl > dd{
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #aaa;
	font-size: 1.2rem;
}
.kaji_box > dl > dd > dl{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.kaji_box > dl > dd > dl > dt{
	font-size:1.1rem;
	text-align:center;
	display:inline-block;
	width:10rem;
	padding: 1rem 0;
	background: cornsilk;
	position:relative;
    font-weight: 900;
}
.kaji_box > dl > dd > dl > dt > div{
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.kaji_box > dl > dd > dl > dt > div > p{
	margin:0;
}
.kaji_box > dl > dd > dl > dd{
	display:inline-block;
	width:100%;
	border-left:1px solid #aaa;
	width:calc( ( 100% - 10rem ) / 2);
	padding: 1rem;
}
.kaji_box > dl > dd > dl > dd > p{
	font-size:0.85em;
	margin:0;
}
div.service_bottom_box {
    background: white;
    border: 1px solid #aaa;
    padding: 2rem;
    margin: 3rem auto;
}
ul.service_box_02 > li div.service_bottom_box > p {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
}
.service_box_column{
	display:flex;
	just-content:center;
}
.service_box_column > div{
	padding:0 1rem;
}
.service_box_03 ul {
    background: white;
    padding:3rem;
}

.service_box_03 ul li {
    background: #84c24c7a;
    width: 90%;
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 1rem 5rem;
    position:relative;
}

.service_box_03 ul li#check_box {
    background: none;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.service_box_03 ul li#check_box a {
    width: 48%;
    background: #aaa;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 1.45rem;
    color: white;
    font-weight: 900;
}
.service_box_03 ul li#check_box a.on {
    background: #68b82e;
}
.service_box_03 ul li h4 {
    text-align: center;
}
.service_box_03 ul li h4 span{
    position: absolute;
    top: 0.5rem;
    left: 2rem;
    background: white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
.service_box_03 ul li p{
	margin-bottom:0.5rem;
}

/***************************
	price
***************************/

dl.price_box {
    background: #ffffe6;
    border: 1px solid #68b82e;
    margin: 1rem auto;
    outline: 10px solid #ffffe6;
    font-size: 1.1rem;
    text-align: left;
    vertical-align: top;
    padding: 4.5rem 2rem 3rem;
    display: inline-block;
    width: 100%;
    min-height: calc(200px + 5rem );
    position:relative;
}
dl.price_box.pb_icon_01{
    padding-left:calc( 200px + 1rem );
}
dl.price_box > img.price_icon{
	position:absolute;
	left:2rem;
	top:calc(50% + 1.5rem);
	transform:translateY(-50%);
	width:180px;
	height:auto;
}
dl.price_box > dt {
    color: #68b82e;
    font-size: 1.5rem;
    font-weight: bold;
    position:absolute;
	top: 1.5rem;
    left: 2rem;
}
dl.price_box dd{
	margin-left:2rem;
}
p.price_box_st_text {
    font-size: 1.4rem;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #ff8cbc;
}
dd.price_box_01 span {
    display: inline-block;
    margin: 1rem 2rem 1rem 0;
    background: white;
    border: 3px solid  #ff8cbc;
    border-left: 1px solid;
    border-top: 1px solid;
    font-size: 1.4rem;
    border-radius: 0;
    padding: 0.5rem 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color:  #ff8cbc;
}
dd.price_box_01 span small{
	font-size:0.8em;
    color:  #ff8cbc;
}

dd.price_box_02{
	width:100%;
	margin:2rem auto;
}
dd.price_box_02 > div{
    padding-left: calc( 200px + 2rem);
    position:relative;
}
dl.price_box dd.price_box_02{
    margin-left: 0;
    margin-top: 2rem;
}
dd.price_box_02 > div > img.price_icon {
    position: absolute;
    left: 0;
    top: calc( 50% );
    transform: translateY(-50%);
    width: 180px;
    height: auto;
}
dd.price_box_02 > div h4 {
    font-size: 1.2em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}
dd.price_box_02 > div p b{
	font-size:1.25em;
    color: #ff3e3e;
}
dd.price_box_02 ul {
    display: flex;
    justify-content: center;
    margin: 3rem 3rem 0;
}
dd.price_box_02 ul li {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    text-align:center;
}
dd.price_box_02 ul li p > small{
	display:block;
	font-size:0.8em;
}
dd.price_box_02 ul li > div {
    text-align: center;
    background: dodgerblue;
    width: 12rem;
    height: 12rem;
    border-radius: 6rem;
}
dd.price_box_02 ul li:nth-of-type(1) > div {
	background:#68b82e;
}
dd.price_box_02 ul li > div > p {
    color: white;
    margin: 0;
    padding:0;
}
dd.price_box_02 ul li > div > p:nth-of-type(1){
	padding-top:3.75rem;
}
dd.price_box_02 ul li:nth-of-type(2) p {
    margin-top: 3.5rem;
    font-size: 3.5rem;
    margin-left: 1rem;
    margin-right: 1.125rem;
}

/***************************
	case
***************************/
body.archive div.case_box > div.inner{
	width:100%;
}
body.archive div.case_box > div.inner > article {
    background: white;
    padding: 1rem 3rem;
    border: 1px solid #68b82e;
    margin: 1rem auto;
    font-size: 1.3rem;
    height: 300px;
   position: relative;
}
body.archive div.case_box > div.inner > article > img {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-right: 10px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
body.archive div.case_box > div.inner > article > a {
    display: inline-block;
    width: calc( 100% - 255px );
    vertical-align: top;
    margin-left:250px;
}
body.archive div.case_box > div.inner > article h3.title{
    margin-top: 1rem;
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
}
body.archive div.case_box > div.inner > article p.text,
body.archive div.case_box > div.inner > article h3.title{
	margin-left:0;
}
body.archive div.case_box > div.inner > article span.link_text {
    position: absolute;
    bottom: 1rem;
    right: 5rem;
    padding: 0rem 2.5rem 0.5rem 4rem;
    border-bottom: 1px solid #68b82e;
	font-weight: 600;
}
body.archive div.case_box > div.inner > article span.link_text:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 0.75rem solid #68b82e;
    border-right: 1rem solid transparent;
}

/***************************R
	recruite
***************************/

section.recruit_box {
	background: #dbfbe9;
	padding: 2.5rem 5rem;
	margin: 3rem 0;
	overflow: hidden;
	height: 8rem;
	position:relative;
}
section.recruit_box.on{
	height:auto;
}

.recruite-btn,
.recruite-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.recruite-btn {
    position: absolute;
    right: 3rem;
	top: 2rem;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    background: lightseagreen;
    border: none;
    appearance: none;
    cursor: pointer;
}
.recruite-btn span {
    position: absolute;
    left: 12.5%;
    width: 75%;
    height: 6px;
    background-color: #fff;
    border-radius: 4px;
}
section.recruit_box .recruite-btn span:nth-of-type(1) {
	top:0;
  transform: translateY(1.75rem) rotate(-90deg);
}
section.recruit_box .recruite-btn span:nth-of-type(2) {
  top: calc(50% - 4px);
}
section.recruit_box.on .recruite-btn span:nth-of-type(1) {
  opacity: 0;
}


h3.title_linear {
    margin: 0 0 3rem;
    padding: 0;
    font-size: 1.3em;
    color: #2bb5a8;
    letter-spacing:0.1rem;
}
h3.title_linear + p {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 0.9em;
}
.job_box {
    background: white;
    border: 1px solid #ccc;
	border-bottom: none;
}
.job_box dl{
	border-bottom: 1px solid #ccc;
}
.job_box dl dt {
    width: 200px;
    min-height: 3rem;
    padding: 2rem;
    height: 100%;
    font-weight:bold;
    letter-spacing:0.1rem;
}
.job_box dl dd{
    width: calc(100% - 200px);
    padding: 2rem;
    border-left: 1px solid #ccc;

}
.job_box+div.mw_wp_form {
    background: white;
    margin: 3rem 0;
    padding: 3rem;
}
.job_box+div.mw_wp_form form{
    margin:0 auto;
    max-width:800px;
}
.contact_title{
	text-align:center;
}
.contact_title h3 {
    font-size: 2.1rem;
    text-align: center;
    border-bottom: 1px solid #696969;
    padding: 0 0 1rem;
    color: #ff8cbc;
    margin:0 0 1rem;
}
.contact_title p {
    font-size: 1.2rem;
    font-weight: bold;
}
.contact_title p span.tel {
    color: #ff8cbc;
    letter-spacing: 0;
    margin-left: 0;
    font-size: 2rem;
    padding-left: 2.5rem;
}
.contact_title p span.tel:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: url(../images/tel_icon.svg);
    background-size: cover;
}
span.tel small {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
}
dl.contact_form{
	margin:2rem 0;
}
dl.contact_form div{
	margin:1rem 0;
}
dl.contact_form div dt {
    font-weight: bold;
    letter-spacing: 0.1rem;
}
dl.contact_form div dd {
    margin-top: 0.5rem;
}
span.marked_box {
    background: darkorange;
    color: white;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding: 0.15em 0.5em;
	margin-left: 2rem;
    position: relative;
    top: -0.2rem;
}
dl.contact_form div input[type="text"],
dl.contact_form div textarea {
	-webkit-appearance: none;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 1.2rem;
    border: 1px solid #bbb;
    border-width: 2px 0 0 2px;

}
dl.contact_form div.select_box {
    position: relative;
    margin: 0;
    width: max-content;
}
dl.contact_form div.select_box:after{
	display:block;
	width:1rem;
	height:1rem;
	content:"▼";
	font-size: 1rem;
	position:absolute;
	right:1rem;
	top:calc( 50% - 0.25rem );
	transform:translateY(-50%);
}
dl.contact_form div select{
	-webkit-appearance: none;
    width: 8rem;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 1.2rem;
    border: 1px solid #bbb;
    border-width: 2px 0 0 2px;

}
dl.contact_form div p a{
	color: #3d6bb1;
}
dl.contact_form div.submit-btn{
    font-size: 1.35rem;
    color: white;
    font-weight: bold;
    letter-spacing: -0.05rem;
    display: block;
    width: max-content;
    margin: 1rem auto;
    padding: 1rem 4rem;
    border-radius: 5px 0 5px 0;
    position: relative;
    z-index: 1;
}
dl.contact_form div.submit-btn::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px 0 5px 0;
}
dl.contact_form div.submit-btn::after{
    content: "";
    display: block;
    width: calc( 100% + 3px );
    height: calc( 100% + 5px );
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 5px;
}
dl.contact_form div.submit-btn::before{
	
   background: #fbb03b;
}
dl.contact_form div.submit-btn::after{
	background: #f7931e;
}

div.submit-btn input[type="submit"]{
-webkit-appearance: none;
    font-size: 1.35rem;
  display: block;
  border: none;
  background:none;
  outline: 0;
  cursor: pointer;
  color: #fff;
}

/***************************
	policy
***************************/

dl.policy_box dt {
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 2rem;
}
dl.policy_box dd {
    margin: 2rem auto;
    padding-left: 2rem;
}
dl.policy_box p {
    margin: 0;
}

/***************************
	single-post
***************************/
	body.single-post article{
    background: white;
    border: 1px solid #68b82e;
    outline: 10px solid white;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: top;
    padding: 2rem;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    }
    body.single-post article h3 {
    background: #20b2aa;
    color: white;
    padding: 0.5rem 2rem;
}
/***************************
	single-case
***************************/
body.single-case{
	
}

.t_cen.jirei_top_img img {
    max-width: 350px;
}
body.single-case article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}
body.single-case article h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin: 0 0 1rem;
    line-height: 2;
    font-weight: 900;
    font-family: sans-serif;
    color: #696969;
}
body.single-case article h3 {
    background: #20b2aa;
    color: white;
    padding: 0.5rem 2rem;
}
body.single-case article section h4{
	padding:1rem 2rem;
	background:white;
	margin:1rem 0;
	color: #20b2aa;
}
body.single-case article section p{
    line-height: 1.75;
}
/***************************
	footer
***************************/
.seclink.contact{
	display: block;
	font-size: 50px;
	text-align: center;
}
footer {
    padding: 0;
    background: url(../images/foot.png);
    background-size: auto 100%;
    background-position: 50% 50%;
	font-size:0.9em;
	position: relative;
}
footer > div.inner > div:nth-of-type(1) {
    width: 53rem;
    padding: 2rem 2rem 2rem 2rem;
    background: url(../images/foot.svg);
    background-size: cover;
}
footer p {
    color: #fff;
    margin: 0.5rem 0;
    line-height: 1.5;
}
footer a{
	color: #fff;
}

footer > div.inner > div:nth-of-type(2) {
    width: calc( 100% - 51rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    text-shadow: 1px 1px 6px #8f8f8f;
}

footer .inner div.flex ul:first-child {
    display: block;
}
footer .inner div.flex ul li {
    margin: 0.5rem;
    width: fit-content;
    display: inline-block;
    font-weight: bold;
}

/************************************
** レスポンシブページネーション
************************************/
.tablenav {
    text-align: center;
    font-size: 1.7rem;
    font-family: math;
    margin:2rem auto;
}
.tablenav a, .tablenav span.current {
    background: white;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin: 0;
    color: #638d35;
    border: 1px solid #638d35;
    border-radius: 3px;
}
a.prev.page-numbers{
	margin-right:2rem;
}
a.next.page-numbers{
	margin-left:2rem;
}
.tablenav span.current{
	color:white;
	background: #638d35;
}

@media (min-width: 1110px ) and (max-width: 1380px) {
		header{
			padding-left:2.5rem;
		}
		.navi_box {
		    width: 830px;
		  }
		a.head_logo img {
		    height: 50px;
		    width: auto;
		    margin-top: 20px;
		    margin-right: 	    10px;
		    padding-left: 0;
		}
		#g_navi > li > a {
		    display: flex;
		    font-size: 16px;
		    font-weight: bold;
		    align-items: center;
		    height: auto;
		    padding: 15px 5px 5px;
		    transition: 0.3s;
		    margin: 0;
		    margin-top: 8px;
		    border-top: solid 5px #fff;
		}
		a.head_contact {
		    width: 7em;
		    font-size: 0.75em;
		    height: 100%;
		    display: block;
		    margin: 0;
		    font-weight: bold;
		    text-align: center;
		    background: lightseagreen;
		    line-height: 100px;
		    color: white;
		    padding: 0;
		}
		.head_tel {
		    padding-left: 2.5rem;
		    position: relative;
		    top: 20px;
		    width: 15rem;
		}
		.head_tel > a{
			font-size: 1.45rem;
		}
		.head_tel:before{
			width: 1.25em;
			height: 1.25em;
		}
		.head_tel > a + p{
			font-size: 0.55em;
			top:1.95em;
		}
}
