@charset "utf-8";
/*
Theme Name: company
Theme URI: http://sphere-links.co.jp/
Description: company
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: company

*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
  font-size: 62.5%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
	font-size: 16px;
	line-height: 1.6;/*詰まりすぎを防ぐ*/
	color: #000;
	margin: 0 auto;
	position: relative;
}
/*全体のフォントサイズを指定*/

a{
	color: #000;
	text-decoration: none;
    cursor: pointer;
    transition : .5s;
}

a:hover{
    transition : .5s;
}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

/*ヘッダー*/

header {
    z-index: 100;
	width: 100%;
}

header nav ul a:hover{
	color: #ed6d00;
}

.nav_btn {
    width: 180px;
    position: absolute;
    right: 0;
}
.nav_btn a{
    display: block;
    background: #F19956;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
}
.nav_btn .btn1{
    margin-bottom: 10px;
}
.nav_btn .btn2{
    background: #a38a76;
}

#sp_g_nav{
	display: none;
}



@media screen and (max-width: 1600px){
	header nav{
		padding: 0 20px;
	}
}






@media screen and (max-width: 1024px){
.header_inqbox {
    display: none;
}
.header_txtbox {
    flex-basis: 100%;
}
.header_txtbox .flex {
    padding: 20px 0 20px;
    max-width: 950px;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px){
	
.header_box {
    display: none;
}
		header nav{
		padding: 0 ;
	}
	
	header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
	
	#sp_g_nav{
		display: block;
		z-index: 20;
		width: 100%;
	}
	#g_nav{
		display: none;
	}

#sp_g_nav .header_inqbox {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
	#sp_g_nav .header_inqbox p{
		margin: 0 1%;
	}
    .sp_logo {
        /* position: absolute; */
        bottom: 0;
        text-align: left;
        max-width: 471px;
        padding-top: 38px;
    }
	.sp_logo img{
		width: 100%;
	}
    .sp_logo {
        /* position: absolute; */
        bottom: 0;
        text-align: left;
        max-width: 230px;
        padding-top: 10px;
        padding-left: 10px;
    }
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}
    .lg_m {
        text-align: right;
        height: 80px;
        /* max-width: 650px; */
        margin: 0 auto;
        background: #fff;
    }
	
.lg_m .menu_box{
		display: flex;
		justify-content: space-between;
}
.lg_m .menu_box.left {
    box-sizing: border-box;
    flex-basis: 85%;
}


	/*メニューの動き*/
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
    .menu-trigger {
        position: relative;
        width: 80px;
        height: 80px;
        z-index: 2;
        background: none;
    }
    .menu-trigger span {
        position: absolute;
        background: #000;
        width: 60px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 35px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        display: none;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 30px;
    }
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
        background: #323232;
        top: 31px;
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        background: #323232;

	}
	/*メニューの動き END*/

    #sp_g_nav .sp_nav ul {
        background-color: #fff;
        opacity: 0.95;
        display: block;
        padding-top: 90px;
        width: 100%;
        right: 0;
        position: absolute;
        padding-bottom: 60px;
        height: 100vh;
    }
	#sp_g_nav .sp_nav ul.dropdown{
		border-top: 1px solid #10305a;
	}
	#sp_g_nav .sp_nav ul.dropdown{
		background: #dedfe7;
	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 0;
	  width: 100%;
    }
    .sp_nav.active{
        display: block;
    }
    #sp_g_nav .sp_nav li {
        text-align: left;
        width: 98%;
        position: relative;
        margin: 0 auto 10px;
    }
    #sp_g_nav .sp_nav li a{
        font-size: 1.6rem;
    }
    #sp_g_nav .sp_nav li a {
        display: block;
        padding: 15px 0 15px 35px;
        color: #000;
        max-width: 480px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        font-size: 3rem;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    #sp_g_nav .sp_nav li a:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #333;
        position: absolute;
        top: 29px;
        left: 10px;
        margin-top: 0;
    }
    .sp_tel{
        display: none;
    }



}

@media screen and (max-width:600px){

    .sp_logo {
        padding-top: 16px;
        max-width: 180px;
    }
    .sp_tel {
        display: block;
        position: absolute;
        right: 85px;
        top: 16px;
        width: 50px;
    }
    .menu-trigger span {
        width: 40px;
    }
    #sp_g_nav .sp_nav li a {
        padding: 10px 0 10px 35px;
        max-width: 480px;
        text-align: left;
        font-size: 1.6rem;
    }
    #sp_g_nav .sp_nav li a:before {
        top: 14px;
    }
}


@media screen and (max-width:480px){

}

/*トップ*/

.side_btn{
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 15;
}

.clearfix{
	overflow: hidden;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex.img_r{
	flex-flow: row-reverse; 
}
.flex.column2 > div,.flex.column2 > li{
	flex-basis: 48%;
	flex-wrap: wrap;
}
.flex.column3 > div,.flex.column3 > li{
	flex-basis: 32%;
	flex-wrap: wrap;
}
.flex.column4 > div,.flex.column4 > li{
	flex-basis: 22%;
	flex-wrap: wrap;
}
.btn {
    width: 100%;
    text-align: center;
    margin: 0 1%;
    max-width: 300px;
}
.btn a{
    display: block;
    color: #A38A77;
    border: solid 1px #A38A77;
    padding: 13px 0px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px;
    position: relative;
}
.btn a{
	display: block;
	position: relative;
	color: #A38A77;
}
.btn a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #A38A77;
    border-right: solid 2px #A38A77;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
.btn a:hover{
	color: #fff;
    background: #A38A77;
}
.btn a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.sp{
	display: none!important;
}



/*トップ-コンテンツ*/

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 100;
}

.top_main{
    background: #f7f4ef;
    text-align: center;
}
.top_main .movie{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.top_main .main_btn{
    width: 200px;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.top_main .main_btn a{ 
    border-radius: 15px 0 0 15px;
    background: #513526;
    color: #fff;
    display: block;
    padding: 2px 0;
    box-sizing: border-box;
}
.top_main .main_btn a:hover{
    background: rgba(113,56,19,0.9);
}

.contents_box {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

h2 {
    font-size: 3.8rem;
    font-weight: normal;
    color: #e9983e;
    text-align: center;
    margin: 0 auto 30px;
}

#contents1{
    padding:100px 0 ;
    background: #f7f4ef;
    text-align: center;
}
#contents1 .first_txt{
    display: none;
}
#contents1 .second_txt p{
    margin-bottom: 40px;
    font-size: 1.7rem;
    font-weight: bold;
}
#contents1 p.catch{
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

span.color1{
 color: #EB690F;
}
.bold{
    font-weight: bold;
}

#contents2{
    background: #f7f4ef;
    text-align: center;
    padding-bottom: 130px;
}
#contents2 .flex {
    max-width: 1000px;
    margin: 0 auto;
    background: url(images/shadow.png) no-repeat center bottom;
    padding: 0 0 70px;
}
#contents2 .flex > .txt{
    flex-basis: 50%;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 42%, rgba(243,241,242,1) 69%, rgba(236,234,235,1) 100%);
padding: 90px 60px;
box-sizing: border-box;
text-align: left;
}
#contents2 .flex > .txt h4{
    font-size: 26px;
    margin-bottom: 30px;
}
#contents2 .flex > .txt h4 + p{
    margin-bottom: 30px;
}

#contents2 .flex .img {
    flex-basis: 50%;
    background: #fff;
    position: relative;
    padding: 100px 10px 0;
    box-sizing: border-box;
}
#contents2 .flex .img .img_wrap{
    position: relative;
}
#contents2 .flex .img .circle.circle1 {
    position: absolute;
    left: 30px;
    top: 28%;
}
#contents2 .flex .img .circle.circle2{
    position: absolute;
    right: 30px;
    top: 28%;
}


#contents3 {
    padding:0 0 120px;
    box-sizing: border-box;
    background: #f7f4ef;
}
h3 {
    max-width: 300px;
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    color: #A38A77;
    width: 100%;
}
.ttl_border {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
  }
  .ttl_border:before {
    position: absolute;
    content: "";
    background: url(images/h3_icon.png) no-repeat left top;
    width: 16px;
    height: 55px;
    left: 25px;
    bottom: -35px;
}
  .ttl_border:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 0%;
    height: 4px;
    background: #a58c78;
    z-index: -1;
    transition: all 0.8s;
  }
  .ttl_border.isActive:after {
    width: 100%;
  }
  p.h3_en {
    max-width: 300px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #a58c78;
    font-weight: bold;
}
#contents3 .txt p.p1{
    text-align: center;
    font-size: 2.3rem;
    margin-bottom:40px ;
    font-weight: bold;
}
#contents3 .flex{
    margin-bottom: 70px;
}
#contents3 .flex .txt,#contents3 .flex .img{
    flex-basis: 49%;
}
#contents4{
    padding: 100px 0;
}
#contents4 ul{
    max-width: 900px;
    margin: 0 auto;
}
#contents4 ul li {
    flex-basis: 30%;
    background: url(images/interview_bn1.png) no-repeat center top;
    height: 250px;
    position: relative;
}
#contents4 ul li:nth-of-type(2) {
    background: url(images/interview_bn2.png) no-repeat center top;
}
#contents4 ul li:nth-of-type(3) {
    background: url(images/interview_bn3.png) no-repeat center top;
}
#contents4 ul li a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
#contents4 ul li a span{
    display: none;
}
#contents5 dl{
    max-width: 1000px;
    margin: 0 auto 80px;
    overflow: hidden;
}
#contents5 dt {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 10em;
    float: left;
    background: #a18a78;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
#contents5 dd {
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
#contents5 dd a:hover{
    color: #F75E00;
}
.btn_box {
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
.btn_box .btn.btn2 a{
    color: #EB690F;
    border: solid 1px #EB690F;
}
.btn_box .btn.btn2 a:before {
    border-top: solid 2px #EB690F;
    border-right: solid 2px #EB690F;
}
.btn_box .btn.btn2 a:hover{
    background:#F75E00 ;
    color: #fff;
}
.googlemap {
    position: relative;
    padding-bottom: 40%;
    margin: 0 auto 20px;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1200px){
    #contents2 .flex .text p{
        font-size: 1.4rem;
    }
    #contents2 .flex .text {
        height: 230px;
    }
    #contents3 table th, #contents3 table td {
        font-size: 1.4rem;
        height: 55px;
    }
    .top_main_under {
        width: 98%;
    }
}


    
    
    @media screen and (max-width:768px){
        .side_btn{
            display: none;
        }
        .pc{
            display: none!important;
        }
        .sp{
            display: block!important;
        }
        

        .flex {
            display: block;
            justify-content: space-between;
            max-width: 480px;
            margin: 0 auto;
        }
        .flex.column2 > div, .flex.column2 > li {
            margin: 0 auto 20px;
        }
        .flex.column3 > div, .flex.column3 > li {
            margin: 0 auto 30px;
        }
        #contents2 .flex {
            max-width: 480px;
        }

        #contents2 .flex .img {
            padding: 40px 10px 30px;
            box-sizing: border-box;
        }
        #contents3 .flex .txt, #contents3 .flex .img {
            margin: 0 auto 40px;
        }
        #contents5 dt {
            float: none;
            margin-bottom: 10px;
        }
        .btn_box {
            display: block;
        }
        .btn_box .btn:first-child a {
            margin: 0 auto 20px;
        }
    }
    
    @media screen and (max-width:600px){

    }
    


/*下層ページ*/
.lower{
	max-width: 1600px;
	width: 100%;
}

.lower_ttl{
	background-color: #eb6c00;		
	margin-bottom: 30px;
}

.lower_ttl>div{
	display: flex;
	justify-content: space-between;
	align-items: center;	
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	height: 230px;	
	background-image: url(images/h2_img.png);
	background-repeat: no-repeat;
	background-position: right center;
}
@media screen and (max-width: 768px){
	.lower_ttl>div{
		height: 20vw;
		background-size:40%;
		padding: 0 20px;
	}
}

.lower_ttl h2{
	font-size: 4.8rem;
	color: #fff;
}
@media screen and (max-width: 768px){
	.lower_ttl h2{
		font-size: 2.0rem;
	}	
}

@media screen and (max-width: 768px){
	.lower_col1{
		width: 95%;
	}
}

.inq_btn a{
	display: block;
	border: solid 2px #eb6c00;
	border-radius: 3px;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	color: #eb6c00;
	font-size: 2.0rem;
	padding: 15px 20px;
	margin-top: 30px;
}

.inq_btn a:hover{
	background-color: #eb6c00;
	color: #fff;
}

@media screen and (max-width: 768px){

}



/*フッター*/
footer {
    padding-top: 0;
    margin-top: 150px;
}

footer .footer_box {
    background: url(images/footer_bg.png) no-repeat right top;
    color: #312732;
    padding: 50px 0;
}

.footer_logo {
    margin-bottom: 20px;
}
.footer_txt {
    max-width: 340px;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    box-sizing: border-box;
}
.footer_txt p{
    margin-bottom: 15px;
}
.footer_txt p.big{
    font-size: 1.8rem;
}
footer .footer_bg {
    background: #d5c5b6;
    padding: 25px 0 70px;
}
footer .contents_box{
    display: flex;
    justify-content: space-between;
}
footer .copy p{
    font-size: 1.4rem;
}

footer .footer_nav{
    display: flex;
}
.sns_icon {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 10px;
}
.sns_icon li{
    margin: 0 5px;
}



@media screen and (max-width: 1200px){
footer .footer_box .contents_box {
    width: 98%;
}
}

@media screen and (max-width: 768px){

    footer .contents_box {
        display: block;
    }
    .sns_icon {
        justify-content: center;
    }
    footer .footer_bg {
        padding: 30px 0;
        text-align: center;
    }
    footer .footer_nav {
        justify-content: center;
    }
}


@media screen and (max-width: 600px){

    footer .footer_nav li {
        padding: 0px 0px;
        font-size: 1.1rem;
    }
.footer_box p {
    margin-bottom: 10px;
}
footer .copy p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

}

/*ナビ*/

#g_nav {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    height: 110px;
    box-sizing: border-box;
    position: relative;
}


#g_nav .logo ,.c_nav .logo {
    display: flex;
    align-items: center;
    flex-basis: 16%;
    margin-left: 40px;
    box-sizing: border-box;
}
#g_nav .nav_box, .c_nav .nav_box{
    flex-basis: 60%;
}

@media screen and (max-width: 1600px){
#g_nav .nav_box, .c_nav .nav_box {
    flex-basis: 80%;
}
}

@media screen and (max-width: 1000px){

}

#g_nav .nav_wrap, .c_nav .nav_wrap {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
}

#g_nav h1.logo {
    float: left;
    max-width: 305px;
    width: 27%;
    padding: 0;
}

#g_nav h1.logo img, .c_nav h1.logo img {
    vertical-align: top;
    margin-top: 3px;
}
#g_nav ul, .c_nav ul {
    list-style-type: none;
    margin: 25px auto 0;
    padding: 0;
    color: #fff;
    display: flex;
    /*justify-content: flex-end;*/
    width: 100%;
    box-sizing: border-box;
}
.c_nav ul {
    margin: 15px auto 0;
}

#g_nav ul li, .c_nav ul li {
    /* float: left; */
    position: relative;
    margin: 0;
    width: auto;
    margin-right: 0;
    display: block;
    box-sizing: border-box;
    text-align: center;

    font-size: 1.5rem;
    color: #fff;

}



#g_nav ul.dropdown,.c_nav ul.dropdown{
        display: none;
        position: absolute;
        padding: 0;
		width: 100%;
	z-index: 10;
}
#g_nav ul.dropdown li,.c_nav ul.dropdown li{
	width: 100%;
	margin-bottom: 0;
}
#g_nav ul li a, .c_nav ul li a {
    display: block;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    border-right: 1px solid #000;
    padding: 0 20px;
    transition: none;
}
#g_nav ul li:last-child a, .c_nav ul li:last-child a{
    border-right: none;
}
#g_nav li a:hover,.c_nav li a:hover{
	box-sizing: border-box;
	opacity: 0.8;
}

#g_nav li a:after,.c_nav li a:after{
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #EB690F;
	display: block;
}
#g_nav li a:hover:after, .c_nav li a:hover:after{
	width: 100%;
	border-bottom: 3px solid #EB690F;
}


#g_nav ul li:last-child a:hover,.c_nav ul li:last-child a:hover{
	opacity: 0.8;
}
#g_nav ul.dropdown a,.c_nav ul.dropdown a{
	height: 35px;
	padding: 6px 0 0px;
}

#g_nav ul li.home{
	display: none;
}

/*ナビクローン用*/
.c_nav {
    position: fixed;
    top: -120px;
    width: 100%;
    z-index: 100;
    transition: top 0.25s;
    box-sizing: border-box;
    background: #fff;
    height: 120px;
}
.c_nav ul {
    width: 100%;
}

@media screen and (max-width: 1200px){
#g_nav {
        height: 80px;
}
.c_nav {
    position: fixed;
    top: -120px;
    width: 100%;
    z-index: 100;
    transition: top 0.25s;
    box-sizing: border-box;
    background: #fff;
    height: 80px;
}
#g_nav ul li, .c_nav ul li {
    font-size: 1.2rem;
}
#g_nav ul, .c_nav ul {
    margin: 20px auto 0;
}
#g_nav .nav_wrap, .c_nav .nav_wrap {
    width: 98%;
    padding-top: 10px;
}
.nav_btn {
    width: 150px;
    position: absolute;
    right: 0;
}
#g_nav .logo, .c_nav .logo {
    margin-left: 0;

}
.nav_btn a {
    padding: 2px 0;
    font-size: 1.2rem;
}
}

@media screen and (max-width: 800px){
	.c_nav {
		display: none;
	}
}

.visible {
    top: 0;
}

@media screen and (max-width: 768px){
	footer .bn_box .clearfix {
    display: block;
}
footer .bn_box .clearfix .column {
    flex-basis: 49%;
    max-width: 464px;
    margin: 0 auto 25px;
}
.footer_nav .contents_inner {
    width: 98%;
}
	
.footer_box {
    padding: 20px 0 20px;

}
.footer_box p {
    font-size: 1.6rem;
}
	footer .copy p{
		text-align: center;
	}
}


/*下層共通*/

.under_contents {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.bread_crumb{
	margin: 15px auto;
	color: #a58c78;
}
.bread_crumb a{
	color: #a58c78;
}







/* 下層パーツ */



#main h4{
	font-size: 2rem;
	color: #000;
	margin-bottom: 15px;
}

.text_box01{
	background: #f3f3ef;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
}

.link_btn {
    max-width: 500px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.link_btn a {
    background: #ffd856;
    box-sizing: border-box;
    position: relative;
    color: #000;
    padding: 13px 5px;
    width: 100%;
    display: block;
    font-size: 2.3rem;
    border-radius: 5px;
    font-weight: bold;
			transition: all .3s;
}
.link_btn a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
	transition: all .3s;
}
.link_btn a:hover {
  opacity: 0.7;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.link_right {
	text-align: right;
	font-size: 1.8rem;
}

.click_bn{
	transition: all .3s;
}
.click_bn:hover{
  opacity: .7;
  transform: translate(1px, 1px);
}


.more_btn {
    max-width: 300px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.more_btn a {
    background: #073462;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    padding: 13px 5px;
    width: 100%;
    display: block;
    border-radius: 30px;
    font-weight: bold;
	transition: all .3s;

}
.more_btn a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;

}
.more_btn a:hover {
  opacity: 0.7;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

table.table1{
	width: 100%;
	margin-bottom: 20px;
}
table.table1 th{
	width: 33%;
	color: #000;
	border-bottom: solid 1px #958c83;
	padding: 35px 5px;
	text-align: left;
    vertical-align: middle;
}
table.table1 td{
	border-bottom: solid 1px #958c83;
	text-align: left;
	padding: 35px 5px;
	vertical-align: middle;
	color: #000;
}
table.table1 tr:first-child th,table.table1 tr:first-child td{
    border-top: 1px solid #958c83;
}
table.table2{
	width: 100%;
}
table.table2 td, table.table2 th {
    border: 1px solid #b2aba5;
    padding: 15px 20px;
    line-height: 2.2;
    background: #fff;
}

span[id]:not([href]){
    margin-top:-60px; 
    padding-top:60px; 
	display: inline-block; 
	vertical-align: top;
	width: 0;
	height: 0;
}

@media screen and (max-width: 768px){
.link_btn a {
    font-size: 1.8rem;
}
}

/* 拠点一覧 */

.hub .hub_list{
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto 60px;
}
.hub .hub_list li{
flex-basis: 31%;
margin: 0 1% 15px;
}
.hub .hub_list li a {
    display: block;
    color: #A38A77;
    border: solid 1px #A38A77;
    padding: 13px 5px 13px 13px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}
.hub .hub_list li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #A38A77;
    border-right: solid 2px #A38A77;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
.hub .hub_list li a:hover{
    color: #fff;
    background:#A38A77 ;
}
.hub .hub_list li a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.hub h4,.gmap_box h4{
    font-size: 2.2rem;
    color: #fff!important;
    background: #A38A77;
    margin-bottom: 15px;
    width: 250px;
    text-align: center;
    padding: 2px 0;
    box-sizing: border-box;
}
.hub table.table2 th,.hub table.table2 td{
    line-height: 1.7;
}
.hub table.table2 th{
    background: #e9e1de;
    border-right: none;
}
.hub table.table2 th + td{
    border-left:  none;
}
.hub table.table2 .btn {
    display: block;
    width: 230px;
    color: #fff;
    position: relative;
    margin: 5px 0px;
    background: #A38A77;
    padding: 5px 0;
    box-sizing: border-box;
}
.hub table.table2 .btn:hover{
    opacity: 0.8;
}
.hub table.table2 .btn:before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
.gmap_box{
    background: #fff;
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px;
    box-sizing: border-box;
    position: relative;
}
.gmap_box p{
    color: #000;
    margin-bottom: 20px;
}
span.indent {
    padding-left: 2.9em;
    text-indent: -2.9em;
    display: block;
}
@media screen and (max-width: 768px){
.hub table.table2 th, .hub table.table2 td {
    display: block;
}
.hub table.table2 th {
border-right:1px solid #b2aba5;
border-bottom: none;
}
.hub table.table2 th + td{
    border-left:1px solid #b2aba5;
    border-bottom: none;
    }
    .hub h4,.gmap_box h4 {
        font-size: 1.8rem;

    }
.gmap_box {
        padding: 20px;
}
.googlemap {
    padding-bottom: 60%;
}
.hub .hub_list {
    display: block;
    max-width: 480px;
    margin: 0 auto 60px;
}

}


/* インタビュー */

#main.interview{
    background: #F6F4F0;
    padding: 120px 0 200px;
}
.interview_list{
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto 40px;
}
.interview_list li {
    flex-basis: 22%;
}
.interview_list li a {
    width: 100%;
    display: block;
    color: #000;
    border: solid 3px #A38A77;
    text-align: center;
    padding: 20px 5px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
.interview_list li:nth-child(2) a{
    border: solid 3px #5c9873;
}
.interview_list li:nth-child(3) a{
    border: solid 3px #f2c05f;
}
.interview_list li:nth-child(4) a{
    border: solid 3px #f19956;
}
.interview_list li a:hover{
    background: #A38A77;
    color: #fff;
}
.interview_list li:nth-child(2) a:hover{
    background: #5c9873;
}
.interview_list li:nth-child(3) a:hover{
    background: #f2c05f;
}
.interview_list li:nth-child(4) a:hover{
    background: #f19956;
}
.interview_list li a:hover{
    opacity: 0.8;
}

ul.blog1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}
ul.blog1:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
ul.blog1 > li {
    flex-basis: 30%;
    background: #fff;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    box-shadow: 1px 2px 6px rgb(155 147 140 / 50%);
}
ul.blog1 > li a {
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
}

ul.blog1 > li .txt{
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.3rem;
    min-height: 160px;
    font-weight: bold;
}


.photo{
    height: 200px;
    overflow: hidden;
}
  .photo .imgLiquid{
    height: 200px;
    width: 100%;
    transition-duration: .3s;
    display: block;
  }
  .hover .photo .imgLiquid{
    transition-duration: .3s;
    transform: scale(1.05);
  }

  span.blog-btn {
    position: absolute;
    display: block;
    text-decoration: none;
    right: 35px;
    bottom: 35px;
    transition-duration: .3s;
}
   
  span.blog-btn:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #A38A77;
    width: 40px;
    height: 40px;
}
   
  span.blog-btn:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #A38A77;
    border-right: solid 2px #A38A77;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -6px;
}

.hover span.blog-btn {
    right: 35px;
    bottom: 35px;
}

.hover span.blog-btn:before {
    border: none;
    background: #c4d6b0;
    width: 50px;
    height: 50px;
    transition-duration: .3s;
}

.hover.category-institution span.blog-btn:before {
background: #fcde9c;
}
.hover.category-employee span.blog-btn:before {
    background: #f3cba9;
    }


.interview .catch{
    text-align: center;
    font-size: 28px;
    margin:0 auto 100px;
    font-weight: bold;
}

.interview + footer {
    padding-top: 0;
    margin-top: 0;
    background: #F6F4F0;
}

@media screen and (max-width: 768px){
.interview_list {
        display: block;
        max-width: 480px;
}
.interview_list li {
    margin: 0 auto 15px;
}
}

@media screen and (max-width: 600px){
    .interview_list {
            display: block;
            max-width: 480px;
    }
    .interview_list li {
        margin: 0 auto 15px;
    }
    ul.blog1 {
        max-width: 300px;
        display: block;
    }
    ul.blog1 li {
        margin: 0 auto 20px;
    }
.interview .catch {
    font-size: 2.4rem;
    margin: 0 auto 60px;
}
#main.interview .under_contents{
    margin-top: 0!important;
}
#main.interview {
    background: #F6F4F0;
    padding: 70px 0 150px;
}
}

/* インタビューシングル */

.interview_bg{
background: url(images/interview/bg2.png) no-repeat center top;
height: 605px;
margin: 0 auto 50px;
position: relative;
background-size: cover;
display: flex;
align-items: center;
}
.interview_bg .bread_crumb {
    color: #a58c78;
    position: absolute;
    left: 20px;
    top: 0px;
}
.interview_bg .catch {
    position: absolute;
    text-align: left;
    font-size: 5.2rem;
    font-weight: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #006837;
    margin: 0!important;
    left: 7%;
}
.institution .interview_bg .catch {
    color: #E6A523;
}
.employee .interview_bg .catch {
    color: #EB690F;
    -ms-writing-mode: initial;
    writing-mode: initial;
    top: 15%;
}
.employee  .interview_bg {
    display: block;
}


.single-interview .name_txt{
    margin-bottom: 80px;
}
.single-interview .name_txt span.big{
    font-size: 1.8rem;
}
.single-interview #main{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px;
}
.single-interview #main .main_contents{
    width: 60%;   
}
.single-interview .main_contents p{
    margin-bottom: 40px;
}

.single-interview #main .main_contents h4 {
    color: #000;
    border-left: #EB690F 5px solid;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 1.4;
}
.single-interview #main .main_contents .catch{
    font-size: 2.6rem;
    text-align: left;
    letter-spacing: 0.2em;
}
.single-interview .side{
    width: 35%;
}

.single-interview #main .side h4 {
    font-size: 1.6rem;
    color: #BCAA9B;
    margin-bottom: 30px;
}

.single-interview #main .side_menu li{
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #BCAA9B;
    position: relative;

}
.single-interview #main .side_menu li:first-child{
    border-top: 2px solid #BCAA9B;
}
.single-interview #main .side_menu li:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 0;
    display: block;
    background: #f7f4ef;
    z-index: -1;
    transition: .2s;
  }
  
  
  .single-interview #main .side_menu li.hover:before{
    width: 100%;
  }


.single-interview #main .side_menu li a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.single-interview #main .side_menu li a span{
    display: none;
}

.single-interview .side_menu .catch {
    text-align: left;
    font-size: 1.5rem;
    color: #555;
    margin: 0 0 30px;
    font-weight: bold;
}
.single-interview .side_menu .catch br{
    display: none;
}
.single-interview .side_menu .flex{
    justify-content: flex-start;
    align-items:flex-end;
}
.single-interview .side_menu .flex img{
    max-width: 105px;
    margin-right: 10px;
}
.single-interview .side_menu .flex .txt{
    font-size: 1.2rem;
}

@media screen and (max-width: 1000px){
.interview_bg {
    height: 500px;
}
.interview_bg .catch {
    font-size: 5rem;
    left: 5%;
}
}

@media screen and (max-width: 768px){
    .single-interview #main {
        display: block;
    }
    .single-interview #main .main_contents {
        width: 100%;
    }
    .single-interview .side {
        width: 100%;
    }
    .interview_bg {
        height: auto;
        background: none!important;
    }
    .interview_bg .bread_crumb {
        position: relative;
        text-align: left;
        left: 0;
        margin: 0 0 15px;
    }
    .interview_bg .catch {
        display: none;
    }
    .single-interview .side {
        width: 100%;
        margin: 0 auto 40px;
    }

    .single-interview .sp_img{
        margin: 0 auto 30px;
        max-width: 300px;
    }
    .single-interview .name_txt {
        margin-bottom: 40px;
    }
    .single-interview .sp_catch p.catch{
        margin-bottom: 40px;
        font-size: 2.2rem;
        color: #006837;
    }

    .single-interview.institution .sp_catch p.catch{
        color: #E6A523;
    }
    .single-interview.employee .sp_catch p.catch{
        color: #EB690F;
    }

}



/* ブランドページ */

.under_contents.page-brand{
    max-width: 100%;
    padding: 0;
}

#brand1 {
    padding: 15px 0 200px;
    box-sizing: border-box;
    background: #F6F4F0;
}

#brand1 p{
    margin-bottom: 40px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
#brand1 p.catch{
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#brand2{
    padding: 100px 0;
    box-sizing: border-box;
}
#brand2 .contents_box{
    max-width: 800px;
}
#brand2 h4 {
    position: relative;
    background: url(images/brand/dot.png) repeat-x left 18px;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
#brand2 h4 span{
    background:#fff;
    padding: 0 5px 0 0;
box-sizing: border-box;
}
#brand2 p{
    margin-bottom: 20px;
}
#brand3{
    padding: 120px 0 100px;
    box-sizing: border-box;
    background: #f7f4ef;
}
p.center{
    text-align: center;
}
#brand3 p.center{
    margin: 0 auto 80px;
}
#brand3 p.center + p{
    max-width: 750px;
margin: 0 auto;
}
#brand4{
    padding: 120px 0 60px;
    box-sizing: border-box;
}
#brand4 p.center{
    margin: 0 auto 80px;
}
#brand4 p.center + p{
    max-width: 750px;
    margin: 0 auto;
}


/* 目指す未来 */

.under_contents.page-future{
    max-width: 100%;
    padding: 0;
}

#future1 {
    background: url(images/future/bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 10px 0 300px;
    box-sizing: border-box;
}
#future1 .bread_crumb {
    margin: 15px auto 60px;
}
#future1 .catch {
    font-size: 3.6rem;
    margin: 0 auto 50px;
    letter-spacing: 0.15em;
    font-weight: bold;
}
#future1 .catch + .center {
    margin: 0 auto 80px;
    line-height: 2;
}
#future1 .catch2 {
    font-size: 3.4rem;
    margin: 0 auto 100px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#future1 .round_box {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#future1 .round_box li {
    max-width: 240px;
    text-align: center;
    margin: 0px 3.333% 40px;
    width: 30%;
    font-weight: bold;
}
#future1 .round_box li .bg{
    background:#fff;
    box-sizing: border-box;
    border-radius: 50%;
    height: 240px;
    margin: 0 auto 15px;
    position: relative;
}
#future1 .round_box li .bg p{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :100%;
    text-align:center;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }

#future2{
    padding: 110px 0 200px;
    background: #f7f4ef;
}
#future2 .graph_box {
    max-width: 810px;
    margin: 0 auto 40px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid #a38a77;
    padding: 80px 60px;
}
#future2 .graph_box:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    background: url(images/future/box_point.png) no-repeat center top;
    width: 48px;
    height: 35px;
    bottom: -35px;
    left: 50%;
    margin-left: -24px;
}
#future2 .graph_box .right_txt{
    position: absolute;
    font-size: 1rem;
    right: 20px;
    bottom: 20px;
}
#future2 .graph_box + .center{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 auto 90px;
}
#future2 .graph_box + .center .small{
    font-size: 1.3rem;
}
#future2 .flex.graph_flex{
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 810px;
    margin: 0 auto;
}
#future2 .flex.graph_flex li{
    flex-basis: 48%;
}
#future3{
    background:#f7f4ef ;
    padding:0 0 80px;
}
#future3 .contents_box{
    max-width: 1000px;
}
#future3 .flex.flex1{
    margin: 0 auto 25px;
    max-width: 900px;
}
#future3 .flex .txt,#future3 .flex .img{
    flex-basis: 49%;
    position: relative;
}
#future3 .flex .txt .catch{
    font-weight: bold;
    font-size: 3.7rem;
}
#future3 .flex.flex1 .img {
    flex-basis: 50%;
    padding: 0px 10px 0;
    box-sizing: border-box;
    text-align: center;
}
#future3 .flex.flex1 .img .img_wrap{
    position: relative;
}
#future3 .flex.flex1 .img .circle.circle1 {
    position: absolute;
    left: 30px;
    top: 28%;
}
#future3 .flex.flex1 .img .circle.circle2{
    position: absolute;
    right: 30px;
    top: 28%;
}

#future3 .flex.flex_bg {
    max-width: 1000px;
    margin: 0 auto;
}
#future3 .flex.flex_bg.flex_bg2 {
    background: url(images/shadow.png) no-repeat center bottom;
    padding: 0 0 70px;
    margin: 0 auto 60px;
}
#future3 .flex.flex_bg > .right{
    flex-basis: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 42%, rgba(243,241,242,1) 69%, rgba(236,234,235,1) 100%);
    padding: 90px 60px;
    box-sizing: border-box;
    text-align: left;
}
#future3 .flex.flex_bg > .left{
    flex-basis: 50%;
    background:#fff;
}
#future3 .flex.flex_bg > .left .num_box {
    padding: 90px 40px 0;
    box-sizing: border-box;
}

#main #future3 .num_box h4 {
    position: relative;
    padding: 5px 0px 0 95px;
    background:url(images/future/icon1.png) no-repeat right top;
    margin-bottom: 35px;
    font-size: 1.8rem;
}
#main #future3 .num_box.num_box2 h4 {
    background:url(images/future/icon2.png) no-repeat right top;
}
#main #future3 .num_box.num_box3 h4 {
    background:url(images/future/icon3.png) no-repeat right top;
}
#main #future3 .num_box h4 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 7rem;
    font-weight: bold;
    color: #C7B7AA;
    line-height: 7rem;
}
#main #future3 .num_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: bold;
}
#main #future3 .num_box ul li {
    flex-basis: 49%;
    border-left: 5px solid #eb690f;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin-bottom: 40px;
}
#future3 .flex.flex_bg.flex_bg2 > .right,
#future3 .flex.flex_bg.flex_bg2 > .left{
position: relative;
}
#future3 .flex.flex_bg.flex_bg2 > .right:before,
#future3 .flex.flex_bg.flex_bg2 > .left:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background:#cbbeb4;
    top: 0;
    left: 10%;
}

#future3 .catch.arrow{
    text-align: center;
    font-size: 3.7rem;
    font-weight: bold;
    margin: 0 auto 120px;
    position: relative;
    letter-spacing: 0.15em;
}

#future3 .catch.arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 70px 0 70px;
    border-color: #000 transparent transparent transparent;
    bottom: -70px;
    left: 50%;
    margin-left: -70px;
}
#future3 .catch2{
    margin: 0 auto 40px;
    font-size: 2.8rem;
    color: #a38a77;
    text-align: center;
    font-weight: bold;
}

#future3 .btn_box {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
#future1 .round_box li .bg {
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    height: 240px;
    margin: 0 auto 15px;
    position: relative;
    box-shadow: 2px 2px 8px #91a7ae;
}

.future footer {
    padding-top: 0;
    margin-top: 0;
    background: #F6F4F0;
}


@media screen and (max-width: 768px){
#future1 .catch {
        font-size: 2.2rem;
}
#future1 .catch2 {
    font-size: 2rem;
}
#future1 .round_box{
    max-width: 480px;
}
#future1 .round_box li .bg p {
    font-size: 1.8rem;
}
#future1 .round_box li {
    width: 100%;
}
#future2 .graph_box + .center {
    font-size: 2rem;
    margin: 0 auto 60px;
}
#future3 .flex .txt .catch {
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    margin: 0 auto 30px;
}
#future3 .flex.flex_bg > .right {
    background:#fff ;
    padding: 40px 40px;
}
#main #future3 .num_box h4 span {
    font-size: 5rem;
    line-height: 5rem;
}
#main #future3 .num_box h4 {
    padding: 0px 0px 0 70px;
    font-size: 1.6rem;
}
#main #future3 .num_box h4, #main #future3 .num_box.num_box2 h4{
    background-size: 40px auto;
}
#main #future3 .num_box.num_box3 h4{
    background-size: 60px auto;
}
#main #future3 .num_box ul li {
    margin-bottom: 20px;
    font-size: 1.2rem;
}
#future3 .flex.flex_bg > .left .num_box {
    padding: 40px 40px 0;
    box-sizing: border-box;
}
#future3 .flex.flex_bg > .left .num_box3{
    padding-bottom: 40px;
}
#future3 .flex.flex_bg.flex_bg2 {
    margin: 0 auto 20px;
}
#future3 .catch.arrow {
    font-size: 2.2rem;
}
#future3 .catch2 {
    font-size: 2.2rem;
}
#future3 .btn_box {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
#future3  .btn_box .btn:nth-child(2) a{
    margin: 0 auto 20px;
}
}


/*取り組み*/

.under_contents.page-workon{
    max-width: 100%;
    padding: 0;
}
#workon1{
    background: #f6f4f0;
    padding: 10px 0 110px;
}
#workon1 .catch {
    font-size: 3.6rem;
    margin: 0 auto 50px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
}
#workon1 .center{
    margin: 0 auto 120px;
}
#workon1 .flex.arrow_box{
    max-width: 850px;
    margin: 0 auto;
}
#workon1 .flex.arrow_box > div {
    max-width: 260px;
    text-align: center;
    margin: 0px 1%;
    width: 32%;
    font-weight: bold;
}
#workon1 .flex.arrow_box .bg {
    background: #c4d6b0;
    box-sizing: border-box;
    border-radius: 50%;
    height: 260px;
    margin: 0 auto 15px;
    position: relative;
}
#workon1 .flex.arrow_box .round2 .bg {
    background: #f5ae7a;
}
#workon1 .flex.arrow_box .bg p{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :100%;
    text-align:center;
    text-align: center;
    font-weight: bold;
    font-size: 3.4rem;
  }

#workon2 .column3.flex{
    max-width: 1000px;
    margin: 0 auto;
}
#workon2 .column3.flex li{
    background: rgba(255,255,255,0.9);
    position: relative;
}

#main #workon2 .column3.flex li h4 {
    font-size: 4.6rem;
    color: #c4d6b0;
    border-bottom: 1px solid #c4d6b0;
    margin-bottom: 40px;
    padding-left: 15px;
    line-height: 1.4;
    padding-top: 5px;
}
#main #workon2 .column3.flex li .inner {
    padding: 0 15px 50px;
    box-sizing: border-box;
}
#main #workon2 .column3.flex li .catch{
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
#main #workon2 .column3.flex li h5 {
    font-size: 1.5rem;
    border-left: 4px solid #eb690f;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1.3;
    margin-bottom: 2px;
}
#main #workon2 .column3.flex li h5 + p{
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #a38a77;
}
#workon2 .column3.flex li .btn {
    position: absolute;
    max-width: 100px;
    bottom: 25px;
    right: auto;
    left: 50%;
    margin-left: -50px;
}
#workon2 .column3.flex li .btn a {
    padding: 4px 0px;
    font-size: 1.4rem;
    border-radius: 20px;
}
#workon2 .column3.flex li .btn a:before {
    width: 5px;
    height: 5px;
    margin-top: -3px;
}

.parallax {
    min-height: 400px;
    background-position: center top;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.parallax.bg-01 {
    background: url(images/workon-staff/box_bg.png) repeat;
	background-size: cover;
}

#workon3{
    padding:110px 0 ;
    background: #f6f4f0;
}
#workon3 .catch{
    color: #A38A77;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 30px;
}
#workon3 .btn{
    margin: 0 auto;
    max-width: 350px;
}


@media screen and (max-width: 768px){
    #workon1 .catch {
        font-size: 2.8rem;
        text-align: left;
    }
#workon1 .flex.arrow_box {
    display: flex;
}
#workon1 .flex.arrow_box .bg p {
    font-size: 2.4rem;
}
#workon1 .center {
    margin: 0 auto 80px;
    text-align: left;
}
}

@media screen and (max-width: 600px){
#workon1 .flex.arrow_box .bg p {
    font-size: 1.4rem;
}
#workon1 .flex.arrow_box .bg {
    height: 115px;
}

}

/*取り組みmore */

.under_contents.page-workon-more{
    max-width: 100%;
    padding: 0;
}
#more1{
    background: #f6f4f0;
    padding: 10px 0 110px;
}

#more1 .flex.flex_bg {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
   
}
#more1 .flex.flex_bg .num {
    position: absolute;
    top: 50px;
    left: 30px;
    margin-top: 0;
    width: calc(100% - 50px);
    box-sizing: border-box;
    z-index: 10;
}
#more1 .flex.flex_bg.last {
    background: url(images/shadow.png) no-repeat center bottom;
    padding: 0 0 70px;
    margin: 0 auto 60px;
}
#more1 .flex.flex_bg > .right{
    flex-basis: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 42%, rgba(243,241,242,1) 69%, rgba(236,234,235,1) 100%);
    padding: 160px 60px 90px;
    box-sizing: border-box;
    text-align: left;
}
#more1 .flex.flex_bg > .left {
    flex-basis: 50%;
    background: #fff;
    padding: 160px 60px 90px;
    box-sizing: border-box;
    background: url(images/workon-staff/icon1.png) no-repeat 92% 15px;
    background-color: #fff!important;
}

#more1 .flex.flex_bg.box2 > .left {
    background: url(images/workon-staff/icon2.png) no-repeat 92% 15px;
}

#more1 .flex.flex_bg.box3 > .left {
    background: url(images/workon-staff/icon3.png) no-repeat 92% 15px;
}


#more1 .flex.flex_bg2 > .right{
    padding: 0 60px 90px;
}
#more1 .flex.flex_bg2 > .left {
    padding: 0 60px 90px;
    background: none;
    background-color: #fff;
}

#more1 .num h4 {
    position: relative;
    padding: 15px 0px 0 95px;
    margin-bottom: 0px;
    font-size: 2.5rem;
}
#more1 .num h4 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 7rem;
    font-weight: bold;
    color: #a38a77;
    line-height: 7rem;
}
#more1 .flex.flex_bg h5{
    font-size: 1.7rem;
    border-left: 4px solid #eb690f;
    line-height: 1.3;
    padding-left: 15px;
}
#more1 .flex.flex_bg p.p1 {
    font-size: 1.8rem;
    color: #a38a77;
    border-top: 1px solid #a38a77;
    margin-bottom: 25px;
    margin-top: 8px;
    margin-left: 20px;
    padding-top: 5px;
}

.workon-staff footer,.workon-institutions footer,.more footer{
    padding-top: 0;
    margin-top: 0;
    background: #F6F4F0;
}
.information-child footer{
    background: #F6F4F0;
}

.workon-staff .bread_crumb,.workon-institutions .bread_crumb,.more .bread_crumb {
    margin: 15px auto 60px;
}




@media screen and (max-width: 768px){
    #more1 .flex.flex_bg > .left,#more1 .flex.flex_bg > .right{
    padding: 40px 40px 0;
    box-sizing: border-box;
}
#more1 .flex.flex_bg > .right {
    padding: 130px 40px 0;
    background: #fff;
}
#more1 .flex.flex_bg2 > .right {
    padding: 40px 40px 0px;
}
#more1 .flex.last > .left {
    padding: 40px 40px 80px;
}
#more1 .flex.flex_bg > .left {
    background: none!important;
    background-color: #fff!important;
}
#future3 .flex.flex_bg.last {
    margin: 0 auto 20px;
}

#more1 .num h4 {
    padding: 0 35px 0 65px;
    margin-bottom: 0px;
    font-size: 1.5rem;
    background: url(images/workon-staff/icon1.png) no-repeat right 4px;
    background-size: 48px auto;
}
#more1 .box2 .num h4 {
    background: url(images/workon-staff/icon2.png) no-repeat right 4px;
    background-size: 48px auto;
}
#more1 .box3 .num h4 {
    background: url(images/workon-staff/icon3.png) no-repeat right 4px;
    background-size: 48px auto;
}
#more1 .num h4 span {
    font-size: 5rem;
    line-height: 5rem;
}
#more1 .flex.flex_bg p.p1 {
    font-size: 1.6rem;
}
#more1 .flex.flex_bg.last {
    margin: 0 auto;
}
}


/* 取り組み（施設） */

.workon-institutions #workon1 .flex.arrow_box .round:first-of-type .bg {
    background: #FCDE9C;
}
.workon-institutions #main #workon2 .column3.flex li h4 {
    color: #FCDE9C;
    border-bottom: 1px solid #FCDE9C;
}

.workon-institutions .parallax.bg-01 {
    background: url(images/workon-institutions/box_bg.png) repeat;
    background-size: cover;
}

.workon-institutions #more1 .flex.flex_bg > .left {
    background: url(images/workon-institutions/icon1.png) no-repeat 92% 15px;
}
.workon-institutions #more1 .flex.flex_bg.box2 > .left {
    background: url(images/workon-institutions/icon2.png) no-repeat 92% 15px;
}
.workon-institutions #more1 .flex.flex_bg.box3 > .left {
    background: url(images/workon-institutions/icon3.png) no-repeat 92% 15px;
}

.workon-institutions #more1 .flex.flex_bg.box2 .btn{
    margin: 15px auto 0;
}

@media screen and (max-width: 768px){
    .workon-institutions #more1 .num h4 {
        background: url(images/workon-institutions/icon1.png) no-repeat right 0;
        padding-top: 14px;
        padding-bottom: 30px;
        background-size: 48px auto;
    }
    .workon-institutions #more1 .box2 .num h4 {
        background: url(images/workon-institutions/icon2.png) no-repeat right 0;
        background-size: 48px auto;
    }
    .workon-institutions #more1 .box3 .num h4 {
        background: url(images/workon-institutions/icon3.png) no-repeat right 0;
        background-size: 48px auto;
    }
}

/* 会社概要 */

.information footer{
    padding-top: 0;
    margin-top: 0;
    background: #F6F4F0;
}
.information-child footer{
    background: #fff;
}
.page-information .bread_crumb {
    margin: 0 auto 60px;
    padding-top: 15px;
}
.under_contents.page-information,
.under_contents.page-information-more{
    max-width: 100%;
    padding: 0;
}

.page-information .catch{
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    margin:0 auto 60px;
}

#information1 .bg {
    background: url(images/information/tttl_bg.png) no-repeat center top;
    height: 562px;
    margin: 0 auto 50px;
    position: relative;
    background-size: cover;
}

#information1 .contents_box{
    height: 100%;
}
#information1 .bg .catch {
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 4rem;
    letter-spacing: 0.1em;
}
#information2 .name_txt{
    margin-bottom: 90px;
}
#information2 .name_txt span.big {
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}
#main #information2 h4 {
    color: #000;
    border-left: #EB690F 5px solid;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 1.4;
}
#main #information2 h4 + p{
    margin-bottom: 80px;
    margin-left: 1em;
}
#information3{
    padding: 110px 0 200px;
    background: #f7f4ef;
}
#information3 p.center{
    line-height: 2.5;
}
#information4{
    padding: 110px 0 200px;
}
#information4 p.center{
    line-height: 2.5;
    margin-bottom: 40px;
}
#information4 .flex {
    max-width:470px;
    margin: 0 auto;
}
#information4 .flex > div {
    max-width: 200px;
    text-align: center;
    margin: 0px 1%;
    width: 48%;
    font-weight: bold;
}
#information4 .flex .bg {
    background: #f3cba8;
    box-sizing: border-box;
    border-radius: 50%;
    height: 200px;
    margin: 0 auto 15px;
    position: relative;
}
#information4 .flex .bg p{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :100%;
    text-align:center;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
  }
  #information5{
    padding: 110px 0 200px;
    background: #f7f4ef;
}

#information5 table.table1 {
    width: 70%;
    margin-bottom: 100px;
    float: right;
}
#information5 table.table1 + .btn{
clear: both;
}

.btn.square a{
    display: block;
    width: 230px;
    color: #fff;
    position: relative;
    margin: 5px 0px;
    background: #A38A77;
    padding: 5px 0!important;
    box-sizing: border-box;
    border-radius: 0;
}
.btn.square a:before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.btn.square a:hover{
    background: #fff;
    border: 1px solid #A38A77;
    color: #A38A77;
}
.btn.square a:hover:before{
    border-top: solid 2px #A38A77;
    border-right: solid 2px #A38A77;
}

#information5 table.table1 + .btn {
    clear: both;
    max-width: 200px;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
#information1 .bg .catch {
    display: none;
}
.page-information .catch {
    font-size: 2.8rem;
}
#main #information2 h4 + p {
    margin-bottom: 60px;
}
#information4 .flex {
    max-width: 470px;
    margin: 0 auto;
    display: flex;
}
#information5 table.table1 {
    width: 100%;
    margin-bottom: 100px;
    float: none;
}
#information3 {
    padding: 80px 0;
}
#information4 {
    padding: 80px 0;
}
}
@media screen and (max-width: 600px){
    #information1 .bg {
        height: 250px;
    }
    #information4 .flex {
        max-width: 360px;
    }
    #information4 .flex .bg {
        height: 170px;
    }
    #information4 .flex .bg p {
        font-size: 2.2rem;
    }

}


#information-more1{
    padding: 10px 0 130px;
}

#information-more1 table{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
#information-more1 table th{
    position: relative;
    border-right: 6px solid #a58c78;
    width: 20%;
}
#information-more1 table th:before {
    content: "";
    background: #a58c78;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -13px;
    position: absolute;
    top: 30px;
}
#information-more1 table th,#information-more1 table td{
    font-size: 2.2rem;
    padding: 20px 0;
    box-sizing: border-box;
}
#information-more1 table td{
    padding-left: 50px;
}
#information-more1 table .pb100 th,#information-more1 table .pb100 td{
    padding-bottom: 100px;
}
#information-more2{
    background:#f7f4ef;
    padding: 120px 0 200px;
}
#information-more2 .catch{
    font-size: 3rem;
}


#information-more2 .flex.flex_bg {
    max-width: 1000px;
    margin: 0 auto;
}
#information-more2 .flex.flex_bg.flex_bg2 {
    background: url(images/shadow.png) no-repeat center bottom;
    padding: 0 0 70px;
    margin: 0 auto 60px;
}
#information-more2 .flex.flex_bg > .right{
    flex-basis: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 42%, rgba(243,241,242,1) 69%, rgba(236,234,235,1) 100%);
    padding: 60px 60px;
    box-sizing: border-box;
    text-align: left;
}
#information-more2 .flex.flex_bg > .left{
    flex-basis: 50%;
    background:#fff;
    padding: 60px 60px;
    box-sizing: border-box;
}
#main #information-more2 h4 {
    position: relative;
    text-align: center;
    background:#feab5d ;
    padding: 13px 0 0;
    box-sizing: border-box;
    margin-top: 15px;
    height: 60px;
    box-sizing: border-box;
}
#main #information-more2 h4.color2 {
    background:#fbde9c ;
}
#main #information-more2 h4.color3 {
    background:#c5d7b1 ;
}
#main #information-more2 h4.color4 {
    background:#e38e65;
}
#main #information-more2 h4:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
	top:0;
    right: 0;
    border-top: 30px solid #fff;
    border-left: 15px solid transparent;
	border-bottom:30px solid #fff;
}
#main #information-more2 h4:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
	top:0;
    left: 0;
    border-top: 30px solid #fff;
    border-right: 15px solid transparent;
	border-bottom:30px solid #fff;
}
#main #information-more2 .right h4:before {
    border-top: 30px solid #f3ecec;
    border-bottom: 30px solid #f3ecec;
}

#main #information-more2 h5{
    font-size: 2rem;
    margin-bottom: 10px;
}

#information-more2 .flex.flex_bg.flex_bg2 > .right,
#information-more2 .flex.flex_bg.flex_bg2 > .left{
position: relative;
}
#information-more2 .flex.flex_bg.flex_bg2 > .right:before,
#information-more2 .flex.flex_bg.flex_bg2 > .left:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background:#cbbeb4;
    top: 0;
    left: 10%;
}

#information-more3{
    padding: 110px 0 200px;
    overflow: hidden;
}

#information-more3 table.table1 {
    width: 70%;
    margin-bottom: 100px;
    float: right;
}

@media screen and (max-width: 768px){
#information-more2 .catch {
    font-size: 2.4rem;
}
#information-more1 table th, #information-more1 table td {
    font-size: 1.8rem;
    padding: 20px 0;
    box-sizing: border-box;
}
#information-more1 table th:before {
    top: 25px;
}
#information-more1 table th {
    width: 25%;
}
#information-more1 table td {
    padding-left: 30px;
}
#information-more2 .flex.flex_bg > .right {
    padding: 40px;
    background:#fff;
}
#information-more2 .flex.flex_bg > .left {
    padding: 40px;
}
#information-more2 {
    padding: 80px 0;
}
#main #information-more2 .right h4:before {
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
}
#information-more2 .flex.flex_bg.flex_bg2 > .right:before, #information-more2 .flex.flex_bg.flex_bg2 > .left:before {
   display: none;
}
#information-more3 table.table1 {
    width: 100%;
    float: none;
}
}


/* お問い合わせ */

.contact p.center{
    font-weight: bold;
    font-size: 2rem;
    margin: 0 auto 50px;
}

.border-box{
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #A38A77;
    padding: 30px 50px;
    box-sizing: border-box;
    text-align: center;
}
.border-box .flex > div{
    width: 50%;
    box-sizing: border-box;
}
.border-box .flex > div:first-child{
    border-right: 2px dotted #A38A77;
}
.border-box .flex > div .btn{
    margin: 0 auto 30px;
}
.border-box .flex > div .btn + p{
    font-weight: bold;
    color: #A38A77;
}


.border-box .flex > div:first-child .btn a{
    color: #F2C05F;
    border: 1px solid #F2C05F;
}
.border-box .flex > div:first-child .btn a:before {
    border-top: solid 2px #F2C05F;
    border-right: solid 2px #F2C05F;
}
.border-box .flex > div:first-child .btn a:hover{
    color: #fff;
    background: #F2C05F;
}
.border-box .flex > div:first-child .btn a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.border-box .flex > div:last-child .btn a{
    color: #5C9873;
    border: 1px solid #5C9873;
}
.border-box .flex > div:last-child .btn a:before {
    border-top: solid 2px #5C9873;
    border-right: solid 2px #5C9873;
}
.border-box .flex > div:last-child .btn a:hover{
    color: #fff;
    background: #5C9873;
}
.border-box .flex > div:last-child .btn a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

@media screen and (max-width: 768px){
.border-box .flex > div {
    width: 100%;
}
.border-box .flex > div:first-child {
    border-right: none;
}
}


/* 問い合わせ */



/*お問い合わせフォーム*/

.corporate{
    background:#F6F4F0 ;
}
.corporate .form_box{
    background:#fff ;
    padding: 150px 80px;
    box-sizing: border-box;
}
.corporate .form_box .catch{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.corporate .form_box .center{
    text-align: center;
    margin-bottom: 100px;
}
.inq_body table {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
    margin: 0 auto;
    max-width: 1000px;
}
.inq_body th {
    padding: 30px 20px 30px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #D4C5B6;
    box-sizing: border-box;
}
.inq_body td{
    border-bottom: 1px solid #D4C5B6;
    box-sizing: border-box;
}
.inq_body table tr:last-child th,.inq_body table tr:last-child td{
    border-bottom: none;
}


.inq_body th .t_txt {
    width: 200px;
    display: inline-block;
    text-align:left;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.5;
    vertical-align: top;
}
.inq_body .t_red {
    background: #C30D23;
    margin-left: 10px;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}


.inq_body td{
	padding: 30px 0;
}

.inq_body td span{
	display: block;
}
.inq_body td span.wpcf7-not-valid-tip{
	display: block;
}
.inq_body td span.wpcf7-list-item,
.inq_body td span.wpcf7-list-item-label{
	display: block;
    width: 100%;
}

.inq_body input[type="text"], .inq_body input[type="email"], .inq_body input[type="tel"], .inq_body .wpcf7-form-control-wrap textarea {
    padding: 15px 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #D4C5B6;
}

.inq_body span.your-sei, .inq_body span.your-mei, .inq_body span.your-sei-kana, .inq_body span.your-mei-kana, .inq_body span.post1, .inq_body span.post2 {
    display: inline-block;
    max-width: 280px;
    margin: 0 15px;
}
.wpcf7-form-control-wrap.check1{
    margin-bottom: 30px;
}

input.quarter {
    width: 100px!important;
}
.inq_body span.ad_txt, .inq_body span.post_span {
    display: inline-block;
    padding: 0 5px;
}

.inq_body select{
	height: 30px;
	font-size: 1.4rem;
	padding: 0 10px;
}

.inq_body td>div{
	margin-bottom: 10px;
}

.inq_body td>div span.address_mid{
	width: 117px;
}

.inq_body table dl{
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.inq_body table dt{
	float: left;
	width: 60%;
	padding: 8px 0;
}
.inq_body table dd{
	float: right;
	padding: 8px 0;
}

.inq_body .contact_btn {
    text-align: center;
    margin-bottom: 0;
}

.inq_body input[type="submit"],
.inq_body input[type="button"]{

    border: solid 1px #A38A77;
    padding: 13px 0px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
    color: #A38A77;
    width: 100%;
    display: block;
	transition: all .3s;
	box-shadow: none;
	max-width: 360px;
	margin: 0 auto;
	cursor: pointer;
    background:#fff ;
}
.inq_body input[type="submit"]:before,
.inq_body input[type="button"]:before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #A38A77;
    border-right: solid 2px #A38A77;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
.inq_body input[type="submit"]:hover,
.inq_body input[type="button"]:hover{
	color: #fff;
    background: #A38A77;

}


.inq_body input[type="button"].wpcf7c-elm-step2,
.inq_body input[type="submit"].wpcf7c-elm-step2
{
	display: inline-block;
	margin: 0 1%;
}

.inq_body input[type="submit"]:disabled {
    opacity: 1;
}

.wpcf7c-elm-step.step3_box{
    background: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: none!important;
}

#pp_check {
    margin: 20px 0;
}

#pp_check a {
    padding-left: 20px;
    font-size: 14px;
}
#pp_check a:hover{
	text-decoration:none;
}

.wpcf7c-conf {
    background: none!important;
}


/* チェックボックスCSS */


.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
    position: relative;
    margin: 6px 0px 0 0 !important;
    width: 110px;
    font-size: 14px;
}

#pp_check span.wpcf7-list-item {
    width: auto;
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
  color: #000;
  cursor: pointer;
}
input[type="checkbox"]{
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid #000;
}
input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 15px;
    height: 15px;
    background: #000;
    background-size: contain;
}

.acceptance-pp.wpcf7-form-control-wrap {
    display: inline-block;
    margin-left:0;
}

#pp_check .wpcf7-list-item-label:before {
    border-radius: 50%;
}
#pp_check input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
    top: 7px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}



@media screen and (max-width: 768px){
    .corporate .form_box {
        padding: 40px;
    }
    .inq_body span.your-sei, .inq_body span.your-mei, .inq_body span.your-sei-kana, .inq_body span.your-mei-kana, .inq_body span.post1, .inq_body span.post2 {
        max-width: 130px;
    }
}

form.wpcf7-form{
	margin-top: -500px;
	padding-top: 500px;
}
.wpcf7c-elm-step3.step3_box {
    background: #fff;
    padding: 25px 10px;
    text-align: center;
    border-radius: 15px;
}

 


/*--------------------------------
アニメーション用指定
--------------------------------*/


.circle {
    position: relative;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    box-shadow: inset 0 0 0 3px #ec6718;
    animation: filling 0.2s ease-in 0.8s forwards;
  }
  .circle:nth-of-type(2){
    box-shadow: inset 0 0 0 3px #fdb32e;
  }
  .cover1,
  .cover2 {
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
  }
  .cover1 {
    left: 50%;
  }
  .cover1:before,
  .cover2:before {
    position: absolute;
    content: "";
  }
  .cover1:before {
    width: 100%;
    height: 200%;
    transform-origin: 0 25%;
    animation: draw 0.3s linear forwards;
  }
  .cover2:before {
    left: -10%;
    width: 110%;
    height: 120%;
    background: #fff; /* 背景色に合わせて変更してください */
    transform-origin: 100% 40%;
    animation: draw 0.3s ease-out 0.3s forwards;
  }

  /* 円を描くアニメーション */
  @keyframes draw {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }

/*フェードイン*/
.fadein,.time-fadein,.time-fadein2{
	opacity: 0;
	transform: translate(0,40px);
	transition: all 800ms;
}
.fadein.scrollin,.time-fadein.scrollin,.time-fadein2.scrollin{
	opacity: 1;
	transform: translate(0,0);
}
.fadein.fadein_l,.time-fadein.fadein_l{
	transform: translate(-50px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_l.scrollin,.time-fadein.fadein_l.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}
.fadein.fadein_r.fadein,.time-fadein.fadein_r.fadein{
	transform: translate(50px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_r.scrollin,.time-fadein.fadein_r.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}

@media screen and (max-width:850px){
    /*タブレット以下は下からスライドに固定(横ずれを防ぐ為)*/
    .fadein,.time-fadein,.time-fadein2{
        transform: translate(0,40px)!important;
    }
    .fadein.scrollin,.time-fadein.scrollin,.time-fadein2.scrollin{
        opacity: 1;
        transform: translate(0,0)!important;
    }
}

@media screen and (max-width:768px){
    /*スマホの一番上のブロックはフェード解除*/
.beginner .fadein{
    opacity: 1!important;
}
}