@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,
h2,
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%;
    position: fixed;
    top: 0;
    left: 0;
}

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

.nav_btn {
    /*width: 180px;
    position: absolute;
    right: 0;*/
    max-width: 14%;
}

.nav_btn a {
    display: block;
    margin-bottom: 6px;    
	/*position: relative;
	width: 100%;
	height: 34px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;*/
}
.nav_btn .btn1{
    display: block; 
    margin-bottom: 6px;
}
.nav_btn a img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;*/
}

/* 202208 ボタン表示バグ修正 */
.nav_btn a img{
	opacity: 0.8;
	transition: 0.5s;
}
.nav_btn a:hover img{
	opacity: 1;
}
/* ここまで */

#sp_g_nav{
	display: none;
}

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

@media screen and (max-width: 1400px){
.nav_btn {
    /*width: 150px;
    margin-top: 10px;*/
}

.nav_btn a {
    /*height: 28px;*/
}
}


@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;
    height: 95px;
}
	
	#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: 128px;
        padding-top: 10px;
        padding-left: 20px;
    }
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}
    .lg_m {
        text-align: right;
        height: 55px;
        /* 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: 55px;
        height: 55px;
        z-index: 2;
        background: none;
    }
    .menu-trigger span {
        position: absolute;
        background: #ce6920;
        width: 60px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 31px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: auto;
        bottom: 24px;
        right: 0px;
        display: block;
        background: none;
        font-size: 1.2rem;
        text-align: center;
        display: none;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 22px;
    }
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
        background: #323232;
        top: 14px;
	}
	.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;
        top: 32px;

	}
	/*メニューの動き 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 {
        background: #ddcfc4;
        position: relative;
        padding-top: 0;
        height: auto;
        padding-bottom: 0;
    }
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 0;
	  width: 100%;
      
    }
    .sp_nav.active{
        display: block;
    }
    
    .sp_nav > ul{
    max-height: calc( 100vh - 100px );
    overflow-y: scroll;
    position: relative;
}
    #sp_g_nav .sp_nav li {
        text-align: left;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    #sp_g_nav .sp_nav li.bg2{
        background: #f9dbbb;
    }	

    
    #sp_g_nav .sp_nav > ul > li:last-child{
        margin-bottom: 80px;
    }
    #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: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        font-size: 1.4rem;
        border-bottom: 1px solid #A38A77;
        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:17px;
        left: 10px;
        margin-top: 0;
    }

    #sp_g_nav .sp_nav li.li_arrow:before {
        position: absolute;
        content: "＋";
        width: 25px;
        height: 25px;
        right: 5px;
        top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }


    .sp_tel{
        display: none;
    }

    .sp_tel {
        display: block;
        position: absolute;
        right: 85px;
        top: 16px;
        width: 50px;
    }
    .menu-trigger span {
        width: 30px;
    }
    #sp_g_nav .sp_nav li a {
        padding: 10px 0 10px 35px;
        text-align: left;
        font-size: 1.4rem;
    }
    #sp_g_nav .sp_nav li a:before {
        top: 14px;
    }
    #sp_g_nav .sp_nav li.li_arrow:before {
        top: 6px;
    }

    .nav_btn_sp.sp {
        display: flex!important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav_btn_sp a {
        flex-basis: 50%;
        height: 40px;
        display: block;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
        background: #db975a;
        padding: 8px 0 0;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .nav_btn_sp a:last-child{
        background:#9a8877 ;
    }
}
/*トップ*/

.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;
    max-width: 320px;
}
.btn a{
    display: block;
    color: #A38A77;
    border: solid 1px #A38A77;
    padding: 17px 0px;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 35px;
    position: relative;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.btn a{
	display: block;
	position: relative;
	color: #A38A77;
}
.btn a:before {
    content: '';
    width: 13px;
    height: 13px;
    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: 22px;
    margin-top: -8px;
}
.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: absolute;
    bottom: 270px;
    right: 60px;
    z-index: 10;
    cursor: pointer;
}
#pagetop:hover img{
    opacity: 0.8;
}
.top_main {
    background: #f7f4ef;
    text-align: center;

}
@media screen and (max-width: 1260px){
#pagetop {
    bottom: 135px;
    right: 15px;
}
}
@media  (max-width:1025px) and (min-width:769px) {
#pagetop {
    bottom: 145px;
    right: 30px;
	max-width: 45px;
}
}

.top_main .movie {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
	    overflow: hidden;
    /*height: calc(100vh - 110px);*/
}

@media screen and (max-width: 1280px){
.top_main .movie {
    height:auto;
}
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	pointer-events: none;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*.youtube iframe {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}*/

.top_main .main_btn{
    width: 200px;
    position: absolute;
    bottom: 15px;
    right: 0;
    height: 36px;
}

.top_main .main_btn a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.top_main .main_btn a:hover img:nth-of-type(2) {
	opacity: 0;
}
.top_main .main_btn a:hover img:nth-of-type(1) {
	opacity: 1;
}

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



#contents1 {
    padding: 90px 0 90px;
    background: #f7f4ef;
    text-align: center;
}
#contents1 .first_txt {
    /* display: none; */
   position: absolute;
    width: 100%;
    height: 100%;
    background: #f7f4ef;
    left: 0;
    top: 0;
    text-align: center;
	margin-bottom: 40px;
}
#contents1 .second_txt{
	padding-top: 40px;
}
#contents1 .first_txt p.catch {
    font-weight: bold;
    letter-spacing: 0.3em;
    margin-top: -15px;
}
#contents1 .first_txt p{
    margin: 0 auto;
    display: none;
}
#contents1 .second_txt p {
    margin-bottom: 38px;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
#contents1 .second_txt p.last {
    margin-bottom: 3em;
}
#contents1 p.catch{
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    font-weight: bold;
}

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

#contents2{
    background: #f7f4ef;
    text-align: center;
    padding-bottom: 50px;
}
#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: 72px 60px;
    box-sizing: border-box;
    text-align: left;
}
#contents2 .flex > .txt h4 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
}

#contents2 .flex > .txt h4 + p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.8;
}
#contents2 .flex > .txt .bold{
    font-size: 1.7rem;
}

#contents2 .flex .img {
    flex-basis: 50%;
    background: #fff;
    position: relative;
    padding: 90px 10px 0;
    box-sizing: border-box;
}
#contents2 .flex .img .img_wrap{
    position: relative;
    
}
#contents2 .flex .img .circle.circle1 {
    position: absolute;
    left: 30px;
    top: 24%;
}
#contents2 .flex .img .circle.circle2{
    position: absolute;
    right: 30px;
    top: 24%;
}
#contents2 .flex .img .img_catch {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bold;
}
/*
#contents2 .flex .img .img_catch .small{
    font-size: 1.6rem;
}*/

#contents3 {
    padding:0 0 50px;
    box-sizing: border-box;
    background: #f7f4ef;
}
h2 {
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    color: #A38A77;
    width: auto;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}


    

.home h2 {
    font-size: 2.2rem;
    margin-bottom: 100px;

}
.home h2 .h2_en {
    font-size: 1.6rem;
    padding-top: 17px;
    letter-spacing: 0.1em;
}

.ttl_border {
    position: relative;
    z-index: 1;
    padding-right: 75px;
    padding-left: 90px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.ttl_border:before {
    position: absolute;
    content: "";
    background: url(../images/h3_icon.png) no-repeat left top;
    width: 16px;
    height: 55px;
    left: 18px;
    bottom: -32px;
    /*background-size: 14px auto;*/
}
  .ttl_border:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 4px;
    background: #a58c78;
    z-index: -1;
    transition: all 0.8s;
  }
  .ttl_border.isActive:after {
    width: 100%;
  }
  h2 .h2_en {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}


  p.h2_en {
    max-width: 250px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px!important;
    color: #a58c78;
    font-weight: bold;
    font-size: 1.2rem!important;
}


@media  (max-width:1025px) and (min-width:769px) {
h2 {
    font-size: 1.6rem;
}
h2 .h2_en {
    font-size: 1.1rem;
}
}

#contents3 h2{
    top: 0;
    left: 0;
}
#contents3 .txt p.p1 {
    text-align: left;
    font-size: 2.3rem;
    margin-bottom: 40px;
    font-weight: bold;
    margin-left: 38px;
    letter-spacing: 0.05em;
    margin-top: 80px;
}
#contents3 .flex {
    margin-bottom: 70px;
    max-width: 881px;
    margin: -81px auto 96px;
}
#contents3 .flex:last-of-type{
	margin: -81px auto 0;
}
#contents3 .fadein:nth-child(3) .ttl_border {
    padding-right: 30px;
    padding-left: 70px;
}
#contents3 .flex .txt,#contents3 .flex .img{
    flex-basis: 49%;
}
#contents3 .flex .img {
    padding-top: 0;
    /* margin-right: 50px; */
    flex-basis: 72%;
    margin-right: -8px;
    max-width: 500px;
}
#contents3 .btn {
    margin-left: 8px;
    max-width: 320px;
}
#contents3 .btn a {
   /*margin-left: 95px;*/
}
#contents4{
    padding: 50px 0;
}
#contents4 .ttl_border {
    padding-right: 40px;
    padding-left: 70px;
}
#contents4 ul{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
#contents4 ul li {
    flex-basis: 31.8%;
    background: #C4D6B0;
    height: 262px;
    position: relative;
    overflow: hidden;
}


#contents4 ul li img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#contents4 ul li:hover img {
	left: 100%;
  opacity: 0.5;
}

#contents4 ul li:hover{
    cursor: pointer;
}

#contents4 ul li:nth-of-type(2) {
    background: #FCDE9C;
}
#contents4 ul li:nth-of-type(3) {
    background: #F3CBA9;
}
#contents4 ul li a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
#contents4 ul li a span.txt{
    display: none;
}
#contents4 ul li a span.bg1:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: url(../images/interview_bn1_hover1.png) no-repeat center top;
    transition: 0.5s;
    opacity: 0.3;
  }

  


  #contents4 ul li.li2 a span.bg1:before{
    background: url(../images/interview_bn1_hover2.png) no-repeat center top;
    opacity: 0.3;
  }
  #contents4 ul li.li3 a span.bg1:before{
    background: url(../images/interview_bn1_hover3.png) no-repeat center top;
    opacity: 0.3;
  }
  #contents4 ul.hover_li1 li a span.bg1:before{
    width: 100%;
    opacity: 1;
}




  #contents4 ul li a span.bg2:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: url(../images/interview_bn2_hover1.png) no-repeat center top;
    transition: 0.5s;
    opacity: 0.3;
  }
  #contents4 ul li.li2 a span.bg2:before{
    background: url(../images/interview_bn2_hover2.png) no-repeat center top;
    opacity: 0.3;
  }
  #contents4 ul li.li3 a span.bg2:before{
    background: url(../images/interview_bn2_hover3.png) no-repeat center top;
    opacity: 0.3;
  }
  #contents4 ul.hover_li2 li a span.bg2:before{
    width: 100%;
    opacity: 1;
  }


  #contents4 ul li a span.bg3:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: url(../images/interview_bn3_hover1.png) no-repeat center top;
    transition: 0.5s;
    opacity: 0.3;
  }
  #contents4 ul li.li2 a span.bg3:before{
    background: url(../images/interview_bn3_hover2.png) no-repeat center top;
    opacity: 0.3;
  }
  #contents4 ul li.li3 a span.bg3:before{
    background: url(../images/interview_bn3_hover3.png) no-repeat center top;
    opacity: 0.3;
  }
  #contents4 ul.hover_li3 li a span.bg3:before{
    width: 100%;
    opacity: 1;
  }


  
  #contents5 dl {
    max-width: 900px;
    margin: 0 0 80px 140px;
    overflow: hidden;
}
#contents5 dt {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 200px;
    float: left;
    background: #a18a78;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    font-size: 1.8rem;
	height: 38px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#contents5 dd {
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    line-height: 1.8;
	min-height: 38px;
	margin-bottom: 20px;
}
#contents5 dd a:hover{
    color: #F75E00;
}
#contents5 dl dt:last-of-type,
#contents5 dl dd:last-of-type{
	margin-bottom: 0;
}
.btn_box {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
}
.btn_box .btn {
    max-width: 340px;
}
.btn_box .btn a {
    padding: 18px 0px;
    font-size: 1.7rem;
}
.btn_box .btn.btn2 a{
    color: #F19956;
    border: solid 1px #F19956;
}
.btn_box .btn.btn2 a:before {
    border-top: solid 2px #F19956;
    border-right: solid 2px #F19956;
}
.btn_box .btn.btn2 a:hover{
    background:#F19956 ;
    color: #fff;
}
.btn_box .btn.btn2 a:hover:before{
    border-top: solid 2px #fff;
    border-right: solid 2px #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;
    }
	#contents2 .flex > .txt h4 {
    font-size: 2.2rem;
}
	#contents2 .flex > .txt {
    padding: 60px 40px;
}
    #contents3 table th, #contents3 table td {
        font-size: 1.4rem;
        height: 55px;
    }
    .top_main_under {
        width: 98%;
    }
}


@media screen and (max-width:1024px){
.contents_box {
    max-width: 720px;
}
	#contents3 .txt p.p1 {
    text-align: left;
    font-size: 2.3rem;
    margin-bottom: 40px;
    font-weight: bold;
    margin-left: 0%;
    letter-spacing: 0.05em;
}
#contents2 .contents_box {
    max-width: 800px;
}
#contents2 .flex .img {
    padding: 90px 10px 0;
}
#contents3 .flex .img {
    margin-right: 0;
    max-width: 343px;
}
#contents3 .btn a {
    margin-left: 0;
}
	
#contents3 .btn {
    margin: 0;
}
#contents4 ul li {
    height: 205px;
}
#contents4 ul li:hover img {
    left: 50%;

}
        #contents4 ul li a span.bg1:before,
        #contents4 ul li a span.bg2:before,
        #contents4 ul li a span.bg3:before{
            display: none;
        }
#contents3 .flex .img {
    margin-right: 0;
    max-width: 343px;
}
#contents5 dd {
    font-size: 1.4rem;
	overflow: hidden;
}
	#contents5 dl {
    max-width: 800px;
    margin: 0 0 80px 0;
}
.btn_box .btn a {
    font-size: 1.4rem;
}
.btn_box .btn a:before {
    right: 12px;
}
}
    
@media  (max-width:1025px) and (min-width:769px) {
.home h2 {
    font-size: 1.8rem;
    margin-left: -30px;
}
.home h2 .h2_en {
    font-size: 1.4rem;
}
#contents3 .txt p.p1 {
    max-width: 320px;
    margin: 80px auto 40px;
}
}
    
    @media screen and (max-width:768px){

.top_main .main_btn {
    width: 182px;
    bottom: -16px;
    height: 33px;
}
        .top_main .main_btn a:hover,.top_main .main_btn a:hover img{
            opacity: 0.8!important;
        }

.top_main .main_btn a img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
}
        .contents_box {
            max-width: 100%;
        }
        .side_btn{
            display: none;
        }
        .pc{
            display: none!important;
        }
        .sp{
            display: block!important;
        }
        .top_main.sp{
            position: relative;
        }

        .top_main.sp .sp_catch {

            position: absolute;
            align-items: center;
           /* display: flex;*/
            justify-content: center;
            width: 100%;
            top: 50%;
            margin-top: -1.5em;
			display: none;
        }
        .top_main.sp .sp_catch p {
            font-size: 3rem;
            font-weight: bold;
            letter-spacing: 0.4rem;
            line-height: 1.2;
            text-align: center;
            margin-top: -20px;
        }
        .contents_box {
            padding: 0 35px;
            box-sizing: border-box;
        }
#pagetop {
    bottom: 175px;
    right: 15px;
    max-width: 45px;
}
        h2,.home h2 {
            font-size: 1.4rem;
            margin-bottom: 65px;
			margin-left: -13px;
        }
        
.ttl_border {
    padding-right: 22px;
    padding-left: 45px;
}
        p.h2_en {
            max-width: 300px;
        }

        h2 .h2_en,.home h2 .h2_en {
            font-size: 1rem;
            padding-top: 10px;
            letter-spacing: 0.05em;
        }
        #contents1 {
            padding: 80px 0 50px;
        }
#contents1 p.catch {
    font-size: 2.6rem!important;
    line-height: 1.8;
    margin-bottom: 0!important;
    margin-left: 20px;
    font-weight: bold!important;
}
#contents1 .second_txt p {
    margin-bottom: 38px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.7;
}
	#contents1 .second_txt p.last {
    margin-bottom: 70px;
}

        #contents1 .first_txt {
            display: none;
        }

#contents1 .second_txt {
    display: block;
    padding-top: 0;
}
        #contents2 .flex > .txt h4 + p {
            text-align: left;
            font-size: 1.2rem;
        }

        #contents2 {
        background: #f7f4ef;
        text-align: center;
        padding-bottom: 80px;
}
#contents2 .flex > .txt h4 {
    font-size: 1.8rem;
}
#contents2 .flex > .txt .bold {
    font-size: 1.3rem;
    line-height: 1.7;
}

        .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 {
            padding-bottom:0;
        }
#contents2 .flex {
    max-width: 480px;
    background: url(../images/shadow.png) no-repeat;
    padding: 0 0 25px;
    background-size: 100% auto;
    background-position: left 0 bottom 5px;
}
        #contents2 .flex > .txt {
            padding: 50px 40px;
            text-align: center;
            background: linear-gradient( 
180deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 42%, rgba(243,241,242,1) 69%, rgba(236,234,235,1) 100%);
        }
        #contents2 .flex .img {
            padding: 55px 10px 50px;
            box-sizing: border-box;
        }
        

        .ttl_border:before {
            background: url(../images/h3_icon.png) no-repeat left top;
            width: 16px;
            left: 15px;
            bottom: -40px;
            background-size: 10px auto;
        }
        .ttl_border:after {
            height: 3px;
        }
        #contents3 .fadein:nth-child(3) .ttl_border {
            padding-right: 20px;
            padding-left: 40px;
        }
        .btn a {
            padding: 12px 0px;
            font-size: 1.2rem;
            border-radius: 30px;
        }


        #contents3 .flex .txt, #contents3 .flex .img {
            margin: 0 auto 40px;
        }
        #contents3 {
            padding: 50px 0 70px;
        }
#contents3 .flex {
    margin-bottom: 0;
    margin: 0 auto 70px;
}
			#contents3 .flex:last-of-type {
    margin: 0 auto;
}
        #contents3 .btn a {
            margin-left: 0;
        }
#contents3 .txt p.p1 {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.6;
}
#contents3 .flex .img {
    padding-top: 0;
    /* margin-right: 50px; */
}
#contents3 .flex:last-of-type .img{
    margin: 0 auto;
}
#contents3 .btn {
    margin: 0 auto;
    max-width: 225px;
}
.btn a:before {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    margin-top: -4px;
}
        #contents3 .flex .img {
            text-align: center;
        }
        #contents4 {
            padding: 70px 0 40px;
        }
        #contents4 ul {
            max-width: 200px;
        }
#contents4 ul li {
    height: 182px;
}
#contents4 .ttl_border {
    padding-right: 25px;
    padding-left: 40px;
}
.home #contents5 h2 .h2_en {
    margin-left: -10px;
}
        #contents5 dl {
            max-width: 100%;
            margin: 0 0 40px;
        }
        #contents5 dt {
            float: none;
            margin-bottom: 10px;
            font-size: 1.2rem;
            width: 125px;
			height: auto;
        }
        #contents5 dd {
            font-size: 1.1rem;
			min-height: 0;
			margin-bottom: 0;
        }
        .btn_box {
            display: block;
            max-width: 230px;
        }
        .btn {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            max-width: 230px;
        }
        .btn_box .btn a {
            padding: 12px 0px;
        }
        .btn_box .btn:first-child a {
            margin: 0 auto 35px;
        }

        #contents4 ul li:hover img {
            left: 50%!important;
        }
			
        .btn_box .btn a:before {
            right: 12px;
            margin-top: -6px;
        }
	
    	#contents2 .flex > .txt h4 {
            text-align: left;
        }
        #contents2 .flex > .txt .bold {
            text-align: left;
        }
        #contents3 .txt p.p1 {
            text-align: left;
            /*padding-left: 10px;*/
            margin: 0 auto 40px;
            width:12em;
            margin-left:auto;
            margin-right:auto;
        }
			#contents3 .txt p.p1.p1_top:first-of-type{
				 width:13em;
			}
        
    }

@media screen and (max-width:600px){
    /*
			#contents3 .txt p.p1 br,
			#contents2 .flex > .txt h4 br,
			#contents2 .flex > .txt .bold br{
				display: none!important;
			}*/

	
}
@media screen and (max-width: 600px){
    .top_main.sp .sp_catch p {
        font-size: 1.6rem;
        margin-top: -5px;
        letter-spacing: 0.2rem;
        margin-right: -15px;
    }
}

@media screen and (max-width:375px){
			#contents3 .txt p.p1.p1_top:first-of-type{
				 width:13em;
			}
}
    


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

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





@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;
}




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

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;
}
footer .contents_box {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    font-weight: bold;
}
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 22px;
}
.sns_icon li{
    margin: 0 5px;
}
.sns_icon li:first-of-type{
   margin-right: 30px;
}


footer .footer_bg a:hover {
    color: #F75E00;
}


@media screen and (max-width: 1200px){
footer .footer_box .contents_box {
    width: 98%;
}
}
@media  (max-width:1025px) and (min-width:769px) {
footer .footer_bg {
    font-size: 1.2rem;
}
footer .contents_box {
    padding: 0 20px;
}
}

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

    footer .contents_box {
        display: block;
    }
.sns_icon {
    justify-content: flex-end;
    margin: 0 0 20px;
    margin-left: 20px;
}
.sns_icon li:first-of-type {
    margin-right: 20px;
}
    footer .footer_bg {
        padding: 30px 0;
        text-align: center;
        font-size: 1.1rem;
    }
    footer .footer_nav {
        justify-content: center;
        margin: 0 auto 4px;
    }
footer {
    margin-top: 135px;
}
}


@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;
    margin-top: 5px;*/
}
#g_nav .nav_box, .c_nav .nav_box{
    width: 66%;
    display: flex;
    justify-content: flex-end;
    padding-right:0;
}

@media screen and (max-width: 1700px){
#g_nav .nav_box, .c_nav .nav_box {
    /*flex-basis: 75%;*/
}
}
@media screen and (max-width: 1600px){
#g_nav .nav_box, .c_nav .nav_box {
    /*flex-basis: 80%;*/
}
}
@media screen and (max-width: 1400px){
#g_nav .nav_box, .c_nav .nav_box {
    /*flex-basis: 73%;*/
}
}
@media screen and (max-width: 1300px){
#g_nav .nav_box, .c_nav .nav_box {
    /*flex-basis: 78%;*/
}
}
@media screen and (max-width: 1250px){
#g_nav .nav_box, .c_nav .nav_box {
    flex-basis: 79%;
}
}
@media screen and (max-width: 1200px){
#g_nav .nav_box, .c_nav .nav_box {
    /*flex-basis: 80%;*/
}
}

#g_nav .nav_wrap, .c_nav .nav_wrap {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px){
    #g_nav .nav_wrap, .c_nav .nav_wrap{
        padding-bottom: 10px;
    }
}

#g_nav h1.logo, .c_nav h1.logo{
    /*float: left;
    max-width: 305px;
    width: 27%;
    padding: 0;*/
    margin-left: 3%;
    max-width: 17%;    
}

/*.c_nav .logo{
    margin-left: 3%;
    max-width: 17%;    
}*/

#g_nav h1.logo img, .c_nav h1.logo img {
    vertical-align: top;
    margin-top: 3px;
}
#g_nav ul, .c_nav ul {
    margin-top: 28px;
    list-style-type: none;
    padding: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.c_nav ul {
    margin: 35px 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: 120%;
	z-index: 10;
    margin-top: 0;
}
#g_nav li:nth-child(5) .dropdown,.c_nav li:nth-child(5) ul.dropdown{
    width: 150%;
}
#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,#g_nav ul li span, .c_nav ul li span {
    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.dropdown li a,.c_nav ul.dropdown li a{
	border-right: none;
    background: #F6F4F0;
    border-bottom:1px solid #D4C5B6;
    padding: 8px 0;
    line-height: 1.4;
    font-size: 1.3rem;
}
#g_nav ul.dropdown li.bg2 a,.c_nav ul.dropdown li.bg2 a{
    background: #f9dbbb;
}


#g_nav ul.dropdown li a:hover,.c_nav ul.dropdown li a:hover{
	opacity: 1!important;
    background: #E1D7CE;
}
#g_nav ul.dropdown li a:after, .c_nav ul.dropdown li a:after{
	display: none;
}


#g_nav ul li:last-child a:hover,.c_nav ul li:last-child a:hover{
	opacity: 0.8;
}

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

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

.nav_btn .btn2{
    margin-bottom: 0;
}*/

@media screen and (max-width: 1400px){
#g_nav ul li a, .c_nav ul li a {
    padding: 0 15px;
}
}
@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 li a, .c_nav ul li a {
    padding: 0px 14px;
}
#g_nav ul, .c_nav ul {
    /*margin: 20px auto 0;*/
}
#g_nav .nav_wrap, .c_nav .nav_wrap {
    /*idth: 98%;*/
    padding-top: 10px;
}
.nav_btn {
    /*width: 130px;
    position: absolute;
    right: 0;
    margin-top: 5px;*/
	max-width: 147px;
}
	.nav_btn img{
		max-width: 147px;
	}
#g_nav .logo, .c_nav .logo {
    margin-left: 0;
}
.nav_btn .btn1 {
    /*margin-bottom: 0px;*/
}
}

@media screen and (max-width: 1000px){
    #g_nav ul li a, .c_nav ul li a, #g_nav ul li span, .c_nav ul li span {
        padding: 0px 6px;
    }
    #g_nav .nav_box, .c_nav .nav_box {
        flex-basis: 82%;
    }
}
@media screen and (max-width: 850px){
#g_nav ul li a, .c_nav ul li a,#g_nav ul li span, .c_nav ul li span {
    padding: 0px 6px;
    font-size: 1rem;
}
}
@media screen and (max-width: 800px){
	.c_nav {
		display: none;
	}

}

.visible {
    top: 0;
}

@media screen and (max-width: 1060px){
    .nav_wrap{
        zoom:0.9;
    }
}

@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: 0 auto;
    color: #A38A77;
    padding: 20px 0 30px;
    font-size: 1.2rem;
}
.bread_crumb .current{
    font-weight: normal;
}
.bread_crumb a{
	color: #A38A77;
}







/* 下層パーツ */



#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: 20%;
	color: #000;
	border-bottom: solid 1px #958c83;
	padding: 35px 20px;
	text-align: left;
    vertical-align: middle;
}
table.table1 th > div{
  display: flex;
  justify-content: space-between;
}
table.table1 td{
	border-bottom: solid 1px #958c83;
	text-align: left;
	padding: 35px 20px;
	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: -160px;
    padding-top: 160px;
  display: inherit;
    vertical-align: top;
    width: 0;
    height: 0;
}

.interview span[id]:not([href]) {
    margin-top: -70px;
    padding-top: 70px;
	display: inline;
}

@media screen and (max-width: 768px){
.link_btn a {
    font-size: 1.8rem;
}
span[id]:not([href]) {
    margin-top: -100px;
    padding-top: 90px;
}
	

	
}

/* 拠点一覧 */
.hub h2 {
    margin-bottom: 70px;
}
.hub .hub_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 830px;
    margin: 0 auto 50px;
    justify-content: space-between;
    position: relative;
}
/* 最後のコンテンツを左寄せにする指定 */
.hub .hub_list:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.hub #main{
    max-width: 1000px;
    margin: 0 auto;
}
.hub .hub_list li{
flex-basis: 31%;
margin: 0 0 15px;
}

.hub .hub_list li a {
    display: block;
    color: #A38A77;
    border: solid 2px #A38A77;
    padding: 13px 5px 13px 13px;
    font-size: 1.8rem;
    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: 245px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 25px!important;
    box-sizing: border-box;
}
.hub table.table2 th,.hub table.table2 td{
    line-height: 1.5;
}
.hub table.table2 td {
    vertical-align: middle;
    padding: 20px 10px 25px 40px;
}
.hub table.table2 tr td:last-child{
	width: 25%;
}
.hub table.table2{
    max-width: 1000px;
    margin:0 auto 40px
}
.hub table.table2 th {
    background: #e9e1de;
    border-right: none;
    width: 15.5%;
    text-align: left;
}
.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;
}
.tax-branchoffice_category footer,
.post-type-archive-branchoffice footer{
    margin-top:110px;
}
@media screen and (max-width: 768px){
.under_contents.hub {
    padding: 0 35px;
}
.hub table.table2 th, .hub table.table2 td {
    display: block;
    padding: 15px 10px 15px 10px;
}
.hub table.table2 th {
    border-right: 1px solid #b2aba5;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
}
.hub table.table2 th + td {
    border-left: 1px solid #b2aba5;
    border-bottom: none;
    font-size: 1.4rem;
}
.hub table.table2 td {
    padding: 10px 10px 10px 10px;
}
.hub table.table2 tr td:last-child {
    font-size: 1.2rem;
}
    .hub h4,.gmap_box h4 {
        font-size: 1.8rem;

    }
.hub table.table2 .btn {
    margin: 30px 0px 5px;
}
.gmap_box {
        padding: 20px;
}
.googlemap {
    padding-bottom: 60%;
}
.hub .hub_list {
    display: block;
    max-width: 480px;
    margin: 0 auto 60px;
}
.tax-branchoffice_category .top-fadein{
	transition: none!important;
}
.tax-branchoffice_category footer,
.post-type-archive-branchoffice footer{
    margin-top:50px;
}
}





/* インタビュー */

#main.interview{
    background: #F6F4F0;
    padding: 10px 0 50px;
}
.interview .ttl_border {
    padding-right: 50px;
    padding-left: 72px;
}
.interview h2 {
    margin-bottom: 80px;
}
.interview_list {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto 45px;
}
.interview_list li {
    flex-basis: 23.2%;
}
.interview_list li a {
    width: 100%;
    display: block;
    color: #000;
    border: solid 3px #A38A77;
    text-align: center;
    padding: 22px 5px;
    font-size: 1.4rem;
    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;
}
ul.blog1 > li .txt p:first-child{
    margin-bottom: 10px;
	font-size: 1.6rem;
}

.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 50px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.post-type-archive-interview footer ,.tax-interview_category footer{
    padding-top: 0;
    margin-top: 0;
    background: #F6F4F0;
}

.institution .btn{
    margin: 0 auto;
}
.single-interview footer {
    margin-top: 80px;
}


@media screen and (max-width:1024px){
    .under_contents.interview {
        max-width: 100%;
    }

ul.blog1 {
    max-width:800px;
}
.photo {
    height: 170px;
    overflow: hidden;
}
ul.blog1 > li .txt {
    font-size: 1.2rem;
}
.under_contents.hub {
    max-width: 100%;
}
.hub #main {
    margin: 0 auto;
}
.hub table.table2 td {
    padding: 20px 10px 25px 10px;
}
.hub table.table2 tr td:last-child {
    width: 26%;
    font-size: 1.4rem;
}
}
@media  (max-width:1025px) and (min-width:769px) {
    .interview_list {
        max-width: 780px;
    }
.under_contents.interview {
    max-width: 100%;
    margin-left: calc(3% - 10px);
}
.hub .bread_crumb ,.hub h2{
    max-width: 100%;
    margin-left: calc(3% - 10px);
}
.hub .hub_list {
    max-width: 700px;
}
.under_contents.hub {
    max-width: 100%;
}
.hub #main {
    max-width: 700px;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px){
.under_contents.interview {
    padding: 0 35px;

}
.interview_list {
    display: block;
    max-width: 480px;
    margin: 0 auto 80px;
    padding: 0 35px;
}
.interview .ttl_border {
    padding-right: 29px;
    padding-left: 50px;
}
.interview_list li a {
    padding: 12px 5px;
}
#main.interview {
    background: #F6F4F0;
    padding: 70px 0 90px;
}
.photo {
    height: 210px;
}
.interview .catch {
    font-size: 2.6rem;
    line-height: 1.8;
        margin: 0 auto 55px;
}
	
.interview_list li {
    margin: 0 auto 15px;
}
ul.blog1 > li .txt {
    font-size: 1.3rem;
}
.hub table.table2 tr td:last-child {
    width: 100%;
    box-sizing: border-box;
}

    .interview_list li {
        margin: 0 auto 15px;
    }
.interview_list li {
    margin: 0 auto 22px;
}
    ul.blog1 {
        max-width: 300px;
        display: block;
    }
ul.blog1 li {
    margin: 0 auto 50px;
}
	ul.blog1 li:last-child{
		margin: 0 auto;
	}
#main.interview .under_contents{
    margin-top: 0!important;
}
.single-interview footer {
    margin-top: 135px;
}
	
}

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

.under_contents.single-interview{
        max-width: 1300px;
        padding: 0 10px;
}

.interview_bg{
background: url(../images/interview/bg2.png) no-repeat center top;
height: 605px;
margin: 0 auto 40px;
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.1rem;
    font-weight: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #006837;
    margin: 0!important;
    left: 6.5%;
    letter-spacing: 0.05em;
    line-height: 1.8;
    height: 370px;
    top: 30%;
}
.staff .interview_bg .catch {
    left: 10%;
}
.institution .interview_bg .catch {
    color: #E6A523;
    height: 390px;
    top: 25%;
    left: 9%;
}
.employee .interview_bg .catch {
    color: #EB690F;
    -ms-writing-mode: initial;
    writing-mode: initial;
    top: 13%;
    height: auto;
    line-height: 1.6;
}
.postid-237 .employee .interview_bg  .catch br.side{
	display: none;
}
.employee  .interview_bg {
    display: block;
}


.single-interview .name_txt {
    /*font-weight: bold;*/
    font-size: 1.4rem;
    max-width: 1000px;
    margin: 0 auto 50px;
}
.single-interview .name_txt p:first-of-type {
    margin-bottom: 1.5em;
}/*
.single-interview .name_txt span.big{
    font-size: 1.8rem;
}*/
.single-interview #main {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 90px;
}
.single-interview #main .main_contents {
    width: 60%;
    padding-left: 135px;
    box-sizing: border-box;
}
.single-interview .main_contents p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 1.8;
}
.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;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.25em;
    font-weight: bold;
}
.single-interview .side {
    width: 32.2%;
    max-width: 410px;
}

.single-interview #main .side h4 {
    font-size: 1.6rem;
    color: #BCAA9B;
    margin-bottom: 20px;
    border-left: none;
    padding-left: 25px;
}
.single-interview #main .side h4 span{
    font-size: 1.4rem;
}
.single-interview #main .side_menu li {
    padding: 25px 0 25px 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 {
    padding: 25px 0 25px 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #BCAA9B;
    position: relative;
}
.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: #000;
    margin: 0 0 15px;
    font-weight: bold;
}
.single-interview .side_menu .catch br{
    display: none;
}
.single-interview .side_menu .catch br.side{
    display: inline;
}
.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: 1024px){
.interview_bg {
    height: 500px;
}
.interview_bg .catch {
    font-size: 4.6rem;
    left: 5%;
}
	
.under_contents.single-interview {
    padding: 0;
}
.single-interview #main .main_contents {
    padding-left: 0;
}
.single-interview #main .main_contents {
    padding-left: 70px;
}
.single-interview #main .side_menu li {
    padding: 25px 20px 25px 20px;
}
.single-interview .name_txt {
    margin: 0 auto 80px 70px;
}
}


@media  (max-width:1025px) and (min-width:769px) {
.interview_bg .catch {
    font-size: 4rem;
    left: 5%;
    line-height: 1.7;
}
.institution .interview_bg .catch {
    left: 11%;
}
.staff .interview_bg .catch {
    left: 13%;
}
.interview_bg .bread_crumb {
    font-size: 1.1rem;
}

}

@media  (max-width:834px) and (min-width:769px) {
.institution .interview_bg .catch {
    left: 6%;
}
.staff .interview_bg .catch {
    left: 8%;
}
}


@media screen and (max-width: 768px){
	
	body.single-interview{
		background: #f4f3ef;
	}

.under_contents.single-interview {
    padding: 0 35px;
}
    .under_contents {
        padding: 0 20px;
			padding: 0 35px;
    }
    .single-interview #main {
        display: block;
    }
    .single-interview #main .main_contents {
        width: 100%;
        padding-left: 0;
    }
.single-interview .main_contents p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 1em;
}
.single-interview .staff .main_contents p {
    padding-left: 0;
}
    .single-interview .name_txt {
        font-size: 1.6rem;
    }
    .single-interview .side {
        width: 100%;
    }
    
    .interview_bg {
        height: auto;
        background: none!important;
        margin: 0;
    }
	body.single-interviews {
    background: #f4f3ef;
}
.single-interview .sp_img {
    margin-bottom: 25px;
}
.single-interview .name_txt p:first-of-type {
    margin-bottom: 1em;
    font-size: 1.2rem;
}
.single-interview .name_txt p:nth-of-type(2){
    font-size: 1.2rem;
}
.single-interview .name_txt span.big {
    font-size: 1.2rem;
}
    .interview_bg .bread_crumb {
        position: relative;
        text-align: left;
        left: 0;
        margin: 0;
    }
    .interview_bg .catch {
        display: none;
    }
    .single-interview .side {
        width: 100%;
        margin-bottom:40px;
        width:100vw; 
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
		overflow-x: hidden;
		max-width: none;

    }
.single-interview .name_txt {
    margin-bottom: 70px;
}
	.single-interview .sp_catch p.catch {
    margin-bottom: 65px;
    font-size: 2.6rem;
    text-align: center;
}
    .single-interview .sp_img {
        width:100vw; 
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: 25px;
    }
    .single-interview .sp_img img{
        width: 100%;
    }
.single-interview .name_txt {
    margin-bottom: 40px;
    margin-left: 0;
}
    .single-interview .sp_catch p.catch {
        margin-bottom: 40px;
        font-size: 2.6rem;
        line-height: 1.7;
        color: #006837;
			text-align: center;
		font-weight: bold;
    }
    .single-interview .sp_catch p.catch br{
        display: none;
    }
	.single-interview .sp_catch p.catch br.important{
		display: inline;
	}
    .single-interview.institution .sp_catch p.catch{
        color: #E6A523;
    }
    .single-interview.employee .sp_catch p.catch{
        color: #EB690F;
    }
    .single-interview .side_menu .flex {
        display: flex;
		margin: 0;
    }
    .single-interview .side_menu .flex .txt {
        font-size: 1.2rem;
    }
.single-interview #main .side h4 {
    font-size: 1.4rem;
}
.single-interview #main .side h4 span {
    font-size: 1.2rem;
}
.single-interview #main .main_contents h4 {
    line-height: 1.4!important;
    padding-left: 10px;
    font-size: 1.4rem!important;
}
    .single-interview #main .side_menu li {
    padding: 25px 30px 25px 30px;
}
.single-interview #main .main_contents .catch {
    font-size: 2.6rem;
    text-align: center;
}
.single-interview .side_menu .catch {
    font-size: 1.3rem;
}
.single-interview .btn_box .btn a {
    font-size: 1.2rem;
}
.single-interview  .btn_box {
    display: block;
    max-width: 260px;
}
}


@media screen and (max-width: 600px){
.single-interview .main_contents p br,.single-interview #main .main_contents .catch br{
	display: none;
}
	.single-interview .main_contents p br.important{
		display: inline;
	}
}


/* ブランドページ */

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

#brand1 {
    padding: 0 0 50px;
    box-sizing: border-box;
    background: #F6F4F0;
}
#brand1 .ttl_border {
    padding-right: 30px;
    padding-left: 58px;
}
#brand1 p.h2_en {
    margin-bottom: 25px!important;
}
#brand1 p {
    margin-bottom: 45px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.1em;
}
#brand1 p.last{
	margin-bottom: 3em;
}

@media  (max-width:834px) and (min-width:768px) {
#brand1 p {
    font-size: 2.1rem;
}
}


#brand1 p.catch {
    font-size: 3.6rem;
    letter-spacing: 0.25em;
    font-weight: bold;
    margin-bottom: 0;
}
#brand2{
    padding: 50px 0;
    box-sizing: border-box;
}
#brand2 .ttl_border {
    padding-right: 30px;
    padding-left: 50px;
}
#brand2 .contents_box {
    max-width: 720px;
    padding: 0 10px;
}
#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: 50px 0 50px;
    box-sizing: border-box;
    background: #f7f4ef;
}
#brand3 .ttl_border {
    padding-right: 40px;
    padding-left: 65px;
}
#brand3 h2{
    margin-bottom: 130px;
}
p.center{
    text-align: center;
}
#brand3 p.center{
    margin: 0 auto 80px;
	text-align: center;
}
#brand3 p.center img.sp{
    display: none!important;
}
#brand3 p.center + p {
    max-width: 700px;
    margin: 0 auto;
}
#brand4{
    padding: 50px 0 30px;
    box-sizing: border-box;
}
#brand4 .ttl_border {
    padding-right: 40px;
    padding-left: 70px;
}
#brand4 p.center{
    margin: 0 auto 80px;
}
#brand4 p.center + p{
    max-width: 700px;
    margin: 0 auto;
}
.brand footer {
    margin-top: 50px;
}

@media screen and (max-width: 768px){
    .bread_crumb {
        padding: 35px 0 25px;
        font-size: 1rem;
    }
    #brand1 .ttl_border {
        padding-right: 20px;
        padding-left: 40px;
    }
	#brand1 .contents_box {
    padding: 0px 30px;
} 
#brand1 p {
    margin-bottom: 38px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.7;
}

#brand1 p.catch {
    font-size: 2.6rem!important;
    line-height: 1.8;
    margin-bottom: 0!important;
    margin-left: 20px;
    margin-top: 70px;
}
#brand1 p.last {
    margin-bottom: 0;
}
#brand1 {
    padding: 0 0 70px;
}
#brand2 .contents_box {
    padding: 0 35px;
}
#brand2 h4 {
    position: relative;
    background: url(../images/brand/dot.png) repeat-x left 13px;
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 30px;
    background-size: auto 2px;
}
#brand2 {
    padding: 70px 0;
}
#brand2 p {
    margin-bottom: 50px;
    font-size: 1.2rem;
}
#brand2 p:last-of-type{
    margin-bottom: 0%;
}
#brand3 p.center img.sp{
    display: inline!important;
}
#brand3 {
    padding: 70px 0;
}
#brand3 h2{
    margin-bottom: 70px;
}
#brand3 .ttl_border {
    padding-right: 18px;
    padding-left: 40px;
}
#brand3 p.center {
    margin: 0 auto 30px;
    text-align: center;
}
#brand3 p.center + p {
    max-width: 305px;
    margin: 0 auto;
    font-size: 1.2rem;
}
#brand4 {
    padding: 80px 0 135px;
}
#brand4 .ttl_border {
    padding-right: 32px;
    padding-left: 55px;
}

#brand4 .contents_box {
    padding: 0 40px;
}
#brand4 p.center{
    max-width: 150px;
    margin: 0 auto 35px;
}
#brand4 p.center + p {
    max-width: 305px;
    margin: 0 auto;
    font-size: 1.2rem;
}
.brand footer {
    margin-top: 0;
}
}


/*
@media screen and (max-width: 600px){
#brand1 p {
    margin-bottom: 20px;
    font-size: 1.3rem;
    letter-spacing: 0;
}
	#brand2 p br{
		display: none;
	}
}
	*/

/* 目指す未来 */

.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: 10px auto 30px;
    padding: 0;
}

#future1 .ttl_border {
    padding-right: 45px;
    padding-left: 70px;
}

#future1 h2 {
    margin-bottom: 80px;
}
#future1 h2 .h2_en {
    padding-left: 20px;
}
#future1 .catch {
    font-size: 3.6rem;
    margin: 0 auto 50px;
    letter-spacing: 0.25em;
    font-weight: bold;
}
#future1 .catch + .center {
    margin: 0 auto 80px;
    line-height: 2;
}
#future1 .catch2 {
    font-size: 2.8rem;
    margin: 0 auto 130px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#future1 .round_box {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.8;
}
#future1 .round_box li {
    max-width: 240px;
    text-align: center;
    margin: 0px 3.333% 40px;
    width: 30%;
    font-weight: bold;

}
#future1 .round_box.active li{
    position: relative;
    top: auto;
}
#future1 .round_box li.round1,
#future1 .round_box li.round3,
#future1 .round_box li.round4,
#future1 .round_box li.round5{
    opacity: 0;
    transition: all 800ms;
}
#future1 .round_box.active li.round1,
#future1 .round_box.active li.round3,
#future1 .round_box.active li.round4,
#future1 .round_box.active li.round5{
    opacity: 1;
    transition: all 800ms;
}

#future1 .round_box.active li.round1 {
    top: 0;
    animation: round1 1s;
    animation-fill-mode:forwards;
}
  
  @keyframes round1 {
    0% {
    transform: translateX(300px);
    }
  
    100% {
    transform: translateX(0);
    }
  }

  #future1 .round_box.active li.round3 {
    top: 0;
    animation: round3 1s;
    animation-fill-mode:forwards;
}
@keyframes round3 {
    0% {
    transform: translateX(-300px);
    }
  
    100% {
    transform: translateX(0);
    }
  }

  #future1 .round_box.active li.round4 {
    top: 0;
    animation: round4 1s;
    animation-fill-mode:forwards;
}
@keyframes round4 {
    0% {
    transform: translate(150px,-300px);
    }
  
    100% {
    transform: translate(0,0);
    }
  }

  #future1 .round_box.active li.round5 {
    top: 0;
    animation: round5 1s;
    animation-fill-mode:forwards;
}
@keyframes round5 {
    0% {
    transform: translate(-150px,-300px);
    }
  
    100% {
    transform: translate(0,0);
    }
  }



#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;
    opacity: 0;
    transition-delay:1s;
    transition-duration: 1s;
  }
  #future1 .round_box.active li .bg p{
    opacity: 1;
}
#future1 .round_box li .p1{
    opacity: 0;
    transition-delay:1s;
    transition-duration: 1s;
}
#future1 .round_box.active li .p1 {
    opacity: 1;

}
#future1 .round_box.active li.round5{
	margin-bottom: 0;
}
#future2 {
    padding: 50px 0 50px;
    background: #f7f4ef;
}
#future2 h2 {
    margin-bottom: 70px;
}
#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: 30px 0px 0;
    height: 230px;
}
#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.graph_box_top {
    height: 350px;
    padding-top: 60px;
    margin: 0 auto 60px;
    max-width: 100%;
    width: 810px;
}
#future2 .graph_box_top .triangle{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 550px;
    height: 150px;
    overflow: hidden;
    
}
#future2 .graph_box_top .triangle .inner{
    display: block;
    position: relative;
}
#future2 .graph_box_top .triangle .inner:before {
    position: absolute;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 550px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 10;
}
#future2 .graph_box_top .triangle:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 550px;
    border-color: transparent transparent #f29957 transparent;
    margin: 0 auto;
    display: block;
    transition: all 0.8s;
    opacity: 0;

    opacity: 0;
}
#future2 .graph_box_top.active .triangle:before{
    animation-name:slideTextX100;
    animation-duration:0.8s;
	animation-fill-mode:forwards;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


#future2 .graph_box_top .triangle:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 92px 550px;
    border-color: transparent transparent #fad8bd transparent;
    max-width: 550px;
    bottom: 0;
}
#future2 .graph_box_top{
    position: relative;
}
#future2 .triangle-wrap{
    max-width: 550px;
    margin-left: 10%;
    position: relative;
}
#future2 .graph_box_top .txt_bottom1 {
    position: absolute;
    bottom: -35px;
    left: 0;
    font-weight: bold;
}
#future2 .graph_box_top .txt_bottom2 {
    position: absolute;
    bottom: -35px;
    right: -30px;
    font-weight: bold;
}
#future2 .graph_box_top .txt_inner1 {
    position: absolute;
    bottom: 30px;
    right: 50px;
    font-weight: bold;
}
#future2 .graph_box_top .txt_inner2 {
    position: absolute;
    bottom: 85px;
    right: 50px;
    font-weight: bold;
    opacity: 0;
    transition-delay: 1s;
    transition-duration: 1s;
}
#future2 .graph_box_top.active .txt_inner2{
    opacity: 1;
}
#future2 .graph_box_top p.fadetxt {
    position: absolute;
    right: -132px;
    top: 0px;
    font-weight: bold;
    opacity: 0;
   transition-delay: 1s;
    transition-duration: 1s;
    background: url(../images/future/graph_arrow.png) no-repeat left top;
    padding: 8px 0 7px 30px;
    z-index: 15;
    background-size: 21px auto;
    font-size: 1.9rem;
    line-height: 1.3;
}
#future2 .graph_box_top.active p.fadetxt{
    opacity: 1;
}
#future2 .graph_box .right_txt {
    position: absolute;
    font-size: 1rem;
    right: 20px;
    bottom: 8px;
}
#future2 .graph_box.graph_box7 .right_txt {
     right: 1px;
    bottom: 8px;
}

#future2 .graph_box + .center{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 auto 90px;
}
#future2 .graph_box.graph_box7  + .center{
    letter-spacing: -0.01em;
}
#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: 47%;
}


.graph_box1_inner {
    width: 250px;
    margin: 20px auto 0;
    height: 100px;
    position: relative;
}
.graph_box1_inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #000;
    top: 46%;
    left: 50%;
    margin-left: -5px;
}


.graph_box1_inner .num1 {
    position: absolute;
    bottom: 27px;
    left: 43px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box1_inner .num2 {
    position: absolute;
    bottom: 32px;
    right: 35px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box2_inner{
    width: 300px;
    margin: 0 auto;
    height: 120px;
    position: relative;
}
.graph_box2_inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #000;
    top: 52%;
    left: 34.5%;
    margin-left: -5px;
}
.graph_box2_inner:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #000;
    top: 52%;
    left: 66.5%;
    margin-left: -5px;
}
.graph_box2_inner .num1 {
    position: absolute;
    bottom: 15px;
    left: 31px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box2_inner .num2 {
    position: absolute;
    bottom: 23px;
    right: 119px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box2_inner .num3 {
    position: absolute;
    bottom: 35px;
    right: 23px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box4_inner {
    width: 150px;
    margin: 0 auto;
    height: 150px;
    position: relative;
}
.graph_box4_inner > p {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.graph_box4_inner > p .bold{
    font-size:2.2rem;
    color: #000
}
.graph_box5 .graph_num {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.8rem;
}
.graph_box5 .graph_num p{
    letter-spacing: 0.1em;
}
.graph_box5 .graph_num .fsize{
    font-size: 2.1rem;
}
.count-up{
font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", sans-serif;
}
.graph_box5 .graph_num .count-up{
    color: #F19956;
    font-size: 5rem;
}
.graph_box5 .graph_num .count-up + span{
    color:#F19956;
    font-size: 2.6rem;
}
.graph_box5 .graph_num .count-up + span + span{
    font-size: 2.6rem;
}

.graph_box6_inner{
    width: 300px;
    margin: 0 auto;
    height: 120px;
    position: relative;
}
.graph_box6_inner .num1 {
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box6_inner .num2 {
    position: absolute;
    bottom: 22px;
    right: 119px;
    font-weight: bold;
    font-size: 1.8rem;
}
.graph_box6_inner .num3 {
    position: absolute;
    bottom: 20px;
    right: 24px;
    font-weight: bold;
    font-size: 1.8rem;
}


.graph_box7 .graph_num {
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    max-width: 380px;
    margin: 10px auto 0;
}
.graph_box7 .graph_num .p1 {
    font-size: 1.8rem;
}
.graph_box7 .graph_num .p2 {
    border-bottom: 3px solid #000;
    max-width: 200px;
    margin: 0 auto 5px;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 0 0 5px;
}
.graph_box7 .graph_num .p2 span{
	color: #F19956;
}
.graph_box7 .graph_num .count-up{
    color: #F19956;
    font-size: 5rem;
}
.graph_box7 .graph_num .p3{
    font-size: 1.2rem;
}
.graph_box7 .graph_num .p3 .big{
    font-size: 2.7rem;
}
.graph_box7 .graph_num .bgicon {
    position: absolute;
    right: 40px;
    top: -10px;
}


#future3 .ttl_border {
    padding-right: 23px;
    padding-left: 35px;
}
#future3{
    background:#f7f4ef ;
    padding:0 0 30px;
}
#future3 .flex.flex1 {
    margin: 0 auto 40px;
    max-width: 900px;
    align-items: center;
}
#future3 .flex .txt,#future3 .flex .img{
    flex-basis: 49%;
    position: relative;
}
#future3 .flex .txt .catch {
    font-weight: bold;
    font-size: 3.7rem;
    letter-spacing: 0.25em;
}
#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: 5px;
    top: 24%;
}
#future3 .flex.flex1 .img .circle.circle2 {
    position: absolute;
    right: 5px;
    top: 24%;
}

#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: 80px 60px 40px;
    box-sizing: border-box;
    text-align: left;
}
#future3 .flex.flex_bg > .right h4{
    line-height: 1.8;
}
#future3 .flex.flex_bg > .right p{
    font-size: 1.4rem;
    line-height: 1.8;
}
#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 30px 95px;
    background: url(../images/future/icon1.png) no-repeat right top;
    margin-bottom: 35px;
    font-size: 2rem;
    line-height: 1.6;
}
#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;
}
#main #future3 .num_box ul li.mtop{
	padding-top: 10px;
}
#future3 .flex.flex_bg.flex_bg2 > .right, #future3 .flex.flex_bg.flex_bg2 > .left {
    position: relative;
    background: #fff;
}
#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 .flex.flex_bg.flex_bg2 > .right{
    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%);	
}
@media screen and (max-width: 768px){
	#future3 .flex.flex_bg.flex_bg2 > .right{
		background:rgb(255,255,255);
	}
}

#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: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
#future3 .btn_box .btn {
    max-width: 310px;
    flex-basis: 31%;
}
#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:1200px){
#main #future3 .num_box h4 {
    padding: 10px 0px 35px 95px;
    font-size: 1.8rem;
}
}

@media screen and (max-width:1024px){
	
	
.future .contents_box {
    max-width: 800px;
}
#future2 .graph_box_top p.fadetxt {
    right: -110px;
    padding: 8px 0 12px 30px;
    font-size: 1.5rem;
}
#future3 .flex .txt .catch {
    font-size: 2.8rem;
}
#future3 .flex.flex_bg > .right {
    padding: 80px 40px 40px;
}
#main #future3 .flex1 + .flex.flex_bg > .right h4 {
    font-size: 1.9rem;
}
#main #future3 .num_box h4 span {
    max-width: 60px;
}
#main #future3 .num_box h4 {
    padding: 15px 0px 0px 67px;
    font-size: 1.6rem;
}
#main #future3 .num_box h4 {
    background: url(../images/future/icon1.png) no-repeat right 10px;
    background-size: 50px auto;
}
#main #future3 .num_box.num_box2 h4 {
    background: url(../images/future/icon2.png) no-repeat right 13px;
    background-size: 50px auto;
}
#main #future3 .num_box.num_box3 h4 {
    background: url(../images/future/icon3.png) no-repeat right 20px;
    background-size: 60px auto;
}
.btn_box .btn a {
    font-size: 1.3rem;
}
#future1 .round_box li .bg {
    height: 234px;
}
#main #future3 .num_box ul li {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#future3 .flex.flex_bg > .left .num_box {
    padding: 80px 40px 0;
}
#future3 .flex.flex1 .img .circle.circle1 {
    position: absolute;
    left: -5px;
    top: 33%;
}
#future3 .flex.flex1 .img .circle.circle2 {
    position: absolute;
    right: -5px;
    top: 33%;
}
}



@media  (max-width:1025px) and (min-width:769px) {
#future3 .flex.flex_bg.flex_bg2 {
    background: url(../images/shadow.png) no-repeat center bottom;
    padding: 0 0 50px;
    margin: 0 auto 60px;
    background-size: 100% auto;
}
.btn_box .btn a {
    font-size: 1.7rem;
}
#future3 .btn_box .btn a{
     font-size: 1.4rem;
}
#future3 .flex.flex1 .img .img_wrap {
    max-width: 330px;
	margin: 0 auto;
}
#future1 .round_box li.round2 {
    opacity: 0;
    transition: all 800ms;
}
#future1 .round_box.active li.round2 {
    opacity: 1;
    transition: all 800ms;
}
#future1 .round_box.active li {
    animation: none!important;
    transform: none!important;
}
.graph_box7 .graph_num .bgicon {
    right: 25px;
}
#future2 .graph_box.graph_box7  + .center {
    letter-spacing: -0.01em;
    font-size: 2.3rem;
}/*
#future2 .contents_box{
    padding: 0 20px;
}*/
}

@media  (max-width:1024px) and (min-width:835px) {
    #future3 .flex.flex1 {
        max-width: 730px;
    }
}

@media  (max-width:834px) and (min-width:769px) {
    #future2 .contents_box{
        padding: 0 20px;
    }
    #future3 .flex.flex1 {
        max-width: 730px;
    }
}

@media  (max-width:834px) and (min-width:769px) {
#future2 .flex.graph_flex li {
    flex-basis: 48%;
}
}
@media screen and (max-width: 768px){

	
	#future1 .catch,#future1 .catch + .center,
#future1 .catch2,#future1 .round_box.active li .p1,#future3 .flex .txt .catch,
	#future3 .catch.arrow,#future3 .catch2{
    text-align: left;
}
	
#future1 {
    padding: 0 0 130px;
		background: url(../images/future/bg_sp.png) no-repeat center bottom;
    background-size: cover;
}
	
#future1 h2 {
    margin-bottom: 65px;
}
	
#future1 .bread_crumb {
    padding: 35px 0 25px;
    margin: 0;
}
#future1 .catch {
    font-size: 2.6rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 40px;
}
#future1 .catch + .center {
    margin: 0 auto 40px;
    font-size: 1.2rem;
	text-align: center!important;
}
#future1 .catch2 {
    font-size: 1.8rem;
    line-height: 1.7;
	margin: 0 auto 60px;
	text-align: center;
}
#future1 .round_box {
    max-width: 300px;
    justify-content: space-between;
}
#future1 .round_box li .bg p {
    font-size: 1.8rem;
    margin-top: 0;
}
#future1 .round_box li {
    max-width: 130px;
    text-align: center;
    margin: 0 0 35px;
    width: 49%;
    font-weight: bold;
}
#future1 .round_box li.round2 {
    opacity: 0;
    transition: all 800ms;
}
#future1 .round_box.active li.round2 {
    opacity: 1;
    transition: all 800ms;
}
#future1 .round_box li .bg {
    height: 130px;
}
#future1 .round_box.active li .p1 {
    font-size: 1.2rem;
}
#future1 .round_box.active li {
    animation: none!important;
    transform: none!important;
}
#future1 .round_box.active li.round5 {
    margin: 0 auto;
    margin-bottom: 0;
}
#future1 .round_box.active li .p1 {
    transition: none;
}
	#future1 .round_box.active li .p1 br{
		display: none!important;
	}
#future1 .round_box.active li .bg p {
    padding-top: 10px;
}
#future1 .round_box.active li .bg p {
    transition: none;
    font-size: 1.5rem;
}
#future2 .graph_box .right_txt {
    bottom: 1px;
    right: -22px;
    line-height: 1.4;
    max-width: 100%;
    font-size: 10px;
    transform: scale(0.7);
}
	
#future2 .graph_box.graph_box7 .right_txt {
    right: -30px;
    bottom: 1px;
    line-height: 1.2;
    max-width: 320px;
    letter-spacing: -0.1em;
}
	
#future2 .graph_box_top .txt_bottom1 {
    left: -15px;
    font-size: 1rem;
    bottom: -19px;
}
#future2 .graph_box_top .txt_bottom2 {
    font-size: 1rem;
    bottom: -18px;
    right: -20px;
}
#future2 {
    padding: 70px 0 30px;
}
	#future2 .graph_box{
		height: 135px;
	}
#future2	.contents_box {
    padding: 0px 35px;
    box-sizing: border-box;
}
#future2 .ttl_border {
    padding-right: 60px;
    padding-left: 65px;
}
#future2 .graph_box + .center {
    font-size: 1.6rem;
    margin: 0 auto 40px;
}

#future2 .flex.graph_flex {
    max-width: 225px;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}
#future2 .graph_box.graph_box_top {
    height: 140px;
    padding-top: 28px;
    width: 305px;
    margin: 0 auto 40px;
}
#future2 .triangle-wrap {
    max-width: 215px;
    margin: 0 auto;
    margin-left: auto;
}
#future2 .graph_box_top .triangle {
    width: 215px;
    height: 60px;
}
#future2 .graph_box_top .triangle:before {
    border-width: 0 0 60px 215px;
}
#future2 .graph_box_top .triangle:after {
    border-width: 0 0 35px 215px;
    max-width: 215px;
}
#future2 .graph_box + .center .small {
    padding-top: 10px;
    display: block;
}
#future2 .graph_box_top .triangle .inner:before {
    border-width: 60px 215px 0 0;
}
#future2 .graph_box_top .txt_inner1 {
    bottom: 15px;
    right: 25px;
}
#future2 .graph_box_top .txt_inner2 {
    bottom: 60px;
    right: 25px;
    z-index: 15;
}

#future2 .graph_box_top p.fadetxt {
    right: -75px;
    top: -10px;
    z-index: 15;
    background-size: 15px auto;
    padding: 1px 0 7px 23px;
    font-size: 1.4rem;
}
	.graph_box4_inner {
    width: 90px;
    height: 90px;
}
#future2 	.graph_box2,#future2 .graph_box6{
	padding: 5px 0px 0;
}
#future2 .triangle-wrap {
    margin: 0;
    margin-left: 26px;
	}
#future2 .graph_box {
    max-width: 227px;
    padding: 20px 0px 0;
}
#future2 .graph_box_top .txt_inner1 {
    bottom: 5px;
    font-size: 1rem;
    right: 13px;
}
#future2 .graph_box_top .txt_inner2 {
    bottom: 38px;
    font-size: 1rem;
    right: 13px;
}
#future2 .graph_box_top p.fadetxt {
    right: -75px;
    top: -1px;
    font-size: 0.9rem;
    background-size: 10px auto;
    padding: 1px 0 7px 11px;
    letter-spacing: -0.1em;
    width: 70px;
}
	#future2 .graph_box_top p.fadetxt .num{
		font-size: 1.2rem;
	}
#future2 .graph_box {
    max-width: 360px;
    padding: 10px 0px 0;
	    border-radius: 6px;
	border: 1px solid #a38a77;
}
#future2 .graph_box.graph_box_top:before {
    background: url(../images/future/box_point.png) no-repeat center top;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    background-size: 100% auto;
}
	
#future2 .graph_box:before {
    background: url(../images/future/box_point.png) no-repeat center top;
    width: 30px;
    height: 20px;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    background-size: 100% auto;
}
	
.graph_box .num1, .graph_box .num2, .graph_box .num3 {
    font-size: 1.2rem!important;
}
.graph_box1_inner .num1 {
    left: 30px;
    top: 25px;
}
.graph_box1_inner:before {
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000;
    top: 27%;
    left: 50%;
    margin-left: -1px;
}
.graph_box1_inner .num2 {
    right: 22px;
	top: 25px;
}
.graph_box2_inner .num1 {
    left: 23px;
    bottom: 50px;
}
.graph_box2_inner .num2 {
    right: 79px;
    bottom: 55px;
}
.graph_box2_inner .num3 {
    bottom: 65px;
    right: 16px;
}
.graph_box2_inner:before {
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000;
    top: 33%;
    left: 35%;
    margin-left: -2px;
}
	
	.graph_box2_inner:after{
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000;
    top:33%;
    left: 66.5%;
    margin-left: -2px;
}
.graph_box4_inner > p {
    top: 30px;
    font-size: 1rem;
}
	.graph_box4_inner > p .bold {
    font-size: 1.6rem;
    color: #000;
}

	.graph_box5 .graph_num p {
    font-size: 1.2rem;
}
	.graph_box5 .graph_num .count-up {
    font-size: 3rem;
}
.graph_box5 .graph_num .fsize {
    font-size: 1.6rem;
}
.graph_box5 .graph_num .count-up + span{
    font-size: 1.6rem;
}
.graph_box5 .graph_num .count-up + span + span {
    font-size: 1.6rem;
}
	#future2 .graph_box.graph_box6{
		padding: 5px 0 0;
	}
.graph_box6_inner .num1 {
    left: 24px;
    top: 35px;
}
.graph_box6_inner .num2 {
    right: 78px;
    top: 44px;
}
	.graph_box6_inner .num3 {
    right: 22px;
		top: 35px;
}
.graph_box6_inner .num3 {
    right: 16px;
    top: 45px;
}
.graph_box7 .graph_num .bgicon {
    position: absolute;
    right: 15px;
    top: -10px;
    width: 52px;
}
	.graph_box7 .graph_num .p1 {
    font-size: 1.2rem;
}
	.graph_box7 .graph_num .count-up {
    font-size: 3rem;
}
	.graph_box7 .graph_num .count-up {
    color: #F19956;
    font-size: 3rem;
}
.graph_box7 .graph_num .p2 {
    max-width: 100px;
    margin: 0 auto 0px;
    padding: 0 0 0px;
	font-size: 1.3rem;
	border-bottom: 2px solid #000;
}
	.graph_box7 .graph_num {
    margin: 15px auto 0;
}
	.graph_box7 .graph_num .p3 .big {
    font-size: 1.6rem;
}
	
.graph_box1_inner {
    width: 160px;
    margin: 10px auto 0;
}
.graph_box2_inner,.graph_box6_inner{
    width: 200px;
}
	#future3 {
    padding: 0 0 135px;
}
	#future3 .ttl_border {
    padding-right: 34px;
    padding-left: 55px;
}
#future3 .flex.flex_bg > .right h4 {
    line-height: 1.7;
    font-size: 1.8rem;
}
#future3 .flex .txt .catch {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 30px;
}
#future3 .flex.flex_bg > .right p {
    font-size: 1.2rem;
    line-height: 1.6;
	text-align: center;
}
#future3 .flex.flex_bg > .right {
    background: linear-gradient( 
180deg, 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: 45px 25px;
}
#main #future3 .num_box h4 {
    padding: 65px 0 0 0;
    margin-bottom: 30px;
    position: relative;
}
	#main #future3 .num_box1 h4{
		background: none;
	}
#main #future3 .num_box1 h4:before {
    content: "";
    position: absolute;
    background: url(../images/future/icon1.png) no-repeat;
    background-size: 52px auto;
    top: -5px;
    right: 0;
    width: 52px;
    height: 60px;
}
	
	
	
#main #future3 .num_box h4 span {
    max-width: 50px;
    display: block;
    top: auto;
    margin-top: 10px;
}
#main #future3 .num_box h4 span img{
    vertical-align: top;
}

	
	

	
	
#main #future3 .num_box h4, #main #future3 .num_box.num_box2 h4 {
    background-size: 62px auto;
}
#main #future3 .num_box.num_box3 h4{
    background-size: 60px auto;
}
#main #future3 .num_box ul {
    display: block;
	}
#main #future3 .num_box ul li {
    margin-bottom: 28px;
    font-size: 1.4rem;
    padding: 0 0 0 15px;
	height: 44px;
}
	#main #future3 .num_box ul li:last-child{
		margin-bottom: 0;
	}
#future3 .flex.flex1 .img {
    max-width: 600px;
    margin: 0 auto;
}
	#main #future3 .num_box h4 span {
    top: 3px;
}
#future3 .flex.flex_bg > .left .num_box {
    padding: 50px 25px 55px;
    box-sizing: border-box;
}
#future3 .flex.flex_bg > .left .num_box3{
    padding-bottom: 40px;
}
#future3 .flex.flex_bg.flex_bg2 {
    background: url(../images/shadow.png) no-repeat center bottom;
    padding: 0 0 20px;
    margin: 0 auto 55px;
    background-size: 100% auto;
}
#future3 .catch.arrow {
    font-size: 2.6rem;
    line-height: 1.8;
    text-align: center;
}
#future3 .catch2 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.7;
}
#future3 .btn_box {
    display: block;
    margin: 0 auto;
    max-width: 240px;
}

#future3	.btn_box .btn:first-child a,#future3  .btn_box .btn:nth-child(2) a{
    margin: 0 auto 20px;
}
#future3 .flex.flex1 .img .img_wrap {
    max-width: 380px;
    margin: 0 auto;
}
#future3 .flex.flex_bg {
    max-width: 305px;
}
	
	    
#future3 .flex.flex1 .img .img_wrap {
    max-width: 220px;
    margin: 0 auto;
}
#future3 .flex.flex1 .img .circle.circle1 {
    position: absolute;
    left: -40px;
    top: 30%;
}
#future3 .flex.flex1 .img .circle.circle2 {
    position: absolute;
    right: -40px;
    top: 30%;
}
	#future3 .flex.flex1 {
    margin: 0 auto 80px;
}
	#main #future3 .flex1 + .flex.flex_bg > .right h4 {
    font-size: 2rem;
	text-align: center;
			
}
#main #future3 .num_box h4 {
    font-size: 1.8rem!important;
}
#main #future3 .num_box.num_box2 h4 {
    background: url(../images/future/icon2.png) no-repeat right 0;
    background-size: 50px auto;
}
	#main #future3 .num_box.num_box3 h4 {
    background: url(../images/future/icon3.png) no-repeat right 0;
    background-size: 60px auto;
}
	
	#main #future3 .num_box h4 span {
    top: 0;
}
	#future3 .catch.arrow {
    margin: 0px auto 110px;
}
	#future3 .catch.arrow:before {
    border-width: 30px 48px 0 48px;
    bottom: -70px;
    margin-left: -48px;
}
	
}



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

    

	

	/*
#future1 .catch br,#future1 .catch + .center br,
#future1 .catch2 br,#future1 .round_box.active li .p1 br,
#future2 .graph_box + .center br,#future3 .flex .txt .catch br,
	#future3 .catch.arrow br,#future3 .catch2 br,#future3 .flex.flex_bg > .right p br,
	#main #future3 .num_box ul li br{
    display: none!important;
}*/
	
	
}


/*取り組み*/

.under_contents.page-workon{
    max-width: 100%;
    padding: 0;
}
.under_contents.page-workon h2{
    margin-bottom: 70px;
}
.under_contents.page-workon h2 .ttl_border {
    padding-right: 10px;
    padding-left: 37px;
    width: 100%;
}
.under_contents.page-workon.workon-institutions h2 .ttl_border {
    padding-right: 20px;
    padding-left: 50px;
}

.under_contents.page-workon h2 .ttl_border:before {
    left: 15px;
    bottom: -37px;
    background-size: 13px auto;
}

#workon1 {
    background: #f6f4f0;
    padding: 0 0 50px;
}
#workon1 .catch {
    font-size: 3.6rem;
    margin: 0 auto 50px;
    letter-spacing: 0.25em;
    font-weight: bold;
    text-align: center;
}
#workon1 .center {
    margin: 0 auto 120px;
    line-height: 2;
}
#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;
    overflow: hidden;
}
#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;

}
#workon1 .flex.arrow_box .round2 .bg p{
    margin-top: -10px;
}

#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-bottom: 10px;
}
#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;
    margin-left: 15px;
}
#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;
    font-weight: bold;
}
#main #workon2 .column3.flex li h5 + p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #a38a77;
    padding-left: 14px;
    box-sizing: border-box;
    font-weight: bold;
}
#workon2 .column3.flex li .btn {
    position: absolute;
    max-width: 90px;
    bottom: 25px;
    right: auto;
    left: 50%;
    margin-left: -50px;
}
#workon2 .column3.flex li .btn a {
    padding: 2px 0px;
    font-size: 1.4rem;
    border-radius: 20px;
}
#workon2 .column3.flex li .btn a:before {
    width: 5px;
    height: 5px;
    margin-top: -3px;
    right: 13px;
}

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

#workon3{
    padding:90px 0 90px;
    background: #f6f4f0;
}
#workon3 .catch{
    color: #A38A77;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: bold;
	line-height: 1.8;
}
#workon3 .btn {
    margin: 0 auto;
    max-width: 355px;
}


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

#workon1 .flex.arrow_box {
    max-width: 720px;
    margin: 0 auto;
}
#workon1 .flex.arrow_box .bg {
    height: 225px;
}
#workon1 .flex.arrow_box > div {
    max-width: 225px;
}
#main #workon2 .column3.flex li .catch {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-left: 5px;
}
#workon1 .flex.arrow_box .bg p {
    font-size: 3.2rem;
}
}
@media screen and (max-width: 768px){
	.under_contents.page-workon h2 .ttl_border:before {
    bottom: -40px;
    background-size: 10px auto;
}
	
#workon1 {
    background: #f6f4f0;
    padding: 0 0 75px;
}
    #workon1 .catch {
        font-size: 2.6rem;
        line-height: 1.8;
        margin: 0 auto 30px;
    }
#workon1 .flex.arrow_box {
    display: flex;
    max-width: 300px;
    width: 100%;
}
#workon1 .flex.arrow_box > div {
    max-width: 108px;
    width: 40%;
    margin: 0;
}
#workon1 .flex.arrow_box > div.arrow {
    max-width: 95px;
    width: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
    right: 0;
    margin-left: -48px;
    z-index: 10;
}
	
.workon-institutions #workon1 .flex.arrow_box > div.arrow {
    top: 0;
}
	
	
#workon1 .flex.arrow_box .bg{
    height: 115px;
}
    #workon1 .flex.arrow_box .bg p img {
    max-width: 86%;
    margin: 0 auto;
    }
#workon1 .flex.arrow_box .bg p {
    font-size: 1.8rem;
}
.workon-staff #workon1 .flex.arrow_box .bg p {
    font-size: 1.6rem;
}
#workon1 .flex.arrow_box .round2 .bg p {
    margin-top: 0;
    vertical-align: middle;
    display: flex;

}
	#workon1 .flex.arrow_box .round2 .bg p img{
		max-height: 16px;
	}
	
	
#workon1 .center {
    margin: 0 auto 75px;
    text-align:center;
    font-size: 1.2rem;
}
#workon3 {
    padding: 75px 0 90px;
    background: #f6f4f0;
}
.parallax {
    padding-top: 75px;
    padding-bottom: 75px;
}
.workon-institutions #main #workon2 .column3.flex li h4 {
    color: #FCDE9C;
    border-bottom: 1px solid #FCDE9C;
    height: 46px;
    box-sizing: border-box;
    padding-top: 12px;
    margin-bottom: 25px;
}
#main #workon2 .column3.flex li h4 {
    padding-top: 12px;
    margin-bottom: 25px;
}
#main #workon2 .column3.flex li h5 {
    font-size: 1.4rem;
    padding-left: 8px;
	position: relative;
	border-left: none;
}
#main #workon2 .column3.flex li h5:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 2px;
    width: 3px;
    height: 15px;
    background: #eb690f;
}
	#main #workon2 .column3.flex li h5 + p {
    font-size: 1.4rem;
		margin-bottom: 25px;
}
	#main #workon2 .column3.flex li .inner {
    padding: 0 15px 55px;
}
	#main #workon2 .column3.flex li h4 img{
		max-width: 25px;
		display: block;
	}
	#main #workon2 .column3.flex li .catch {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-left: 0;
}
	#workon2 .column3.flex li .btn a {
    padding: 2px 0px 2px 13px;
    font-size: 1.1rem;
    text-align: left;
    font-weight: normal;
}
#workon2 .column3.flex li .btn a:before {
    margin-top: -4px;
}
#workon2 .column3.flex li .btn {
    max-width: 80px;
	bottom: 35px;
}
#workon2 .flex.column3 > li {
    margin: 0 auto 60px;
}
	#workon2 .flex.column3 > li:last-child{
		margin: 0 auto;
	}
#workon3 .btn {
    margin: 0 auto;
    max-width: 230px;
}
	
.workon-staff .btn a{
    text-align: left;
    padding-left: 15px;
}
.workon-staff .btn a:before {
    right: 12px;
}
}

/*取り組みmore */

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

.under_contents.page-workon-more h2{
    margin-bottom: 70px;
}
.under_contents.page-workon-more h2 .ttl_border {
    padding-right: 35px;
    padding-left: 53px;
    width: 100%;
}
.under_contents.page-workon-more h2 .ttl_border:before {
    left: 15px;
    bottom: -37px;
    background-size: 13px auto;
}



#more1 {
    background: #f6f4f0;
    padding: 0 0 180px;
}

#more1 .flex.flex_bg {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;

}
#more1 .flex.flex_bg .num {
    position: absolute;
    top: 50px;
    left: 25px;
    margin-top: 0;
    width: calc(100% - 45px);
    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: 190px 60px 90px;
    box-sizing: border-box;
    text-align: left;
}
#more1 .flex.flex_bg > .left {
    flex-basis: 50%;
    background: #fff;
    padding: 190px 60px 90px;
    box-sizing: border-box;
    background: url(../images/workon-staff/icon1.png) no-repeat 85% 35px;
    background-color: #fff!important;
    background-size: 115px auto;
}
#more1 .flex.flex_bg.box2 > .left {
    background: url(../images/workon-staff/icon2.png) no-repeat 85% 35px;
    min-height: 530px;
    background-size: 95px auto;
}

#more1 .flex.flex_bg.box3 > .left {
    background: url(../images/workon-staff/icon3.png) no-repeat 85% 35px;
    min-height: 530px;
    background-size: 115px auto;
}


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

#more1 .num h4 {
    position: relative;
    padding: 20px 0px 0 110px;
    margin-bottom: 0px;
    font-size: 2.5rem;
}
#more1 .num h4 span {
    position: absolute;
    left: 10px;
    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;
    font-weight: bold;
}
#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;
    font-weight: bold;
}
#more1 .flex.flex_bg p.p1 + p {
    font-size: 1.4rem;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 1.8;
}

.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 {
    padding: 0px 0 60px;
    margin: 0 auto;
}*/




@media  (max-width:1025px) and (min-width:769px) {
	
#more1 .num h4 {
    padding: 20px 0px 0 100px;
    font-size: 1.8rem;
}
.workon-staff-child #more1 #a01 + .flex_bg  .num h4 {
    padding: 10px 0px 0 100px;
}
#more1 .num h4 br.sp.tab{
		display: inline!important;
	}
#more1 .flex.flex_bg.last {
    background: url(../images/shadow.png) no-repeat center bottom;
    padding: 0 0 48px;
    background-size: 100%;
}
}


@media screen and (max-width: 768px){
#more1 .flex.flex_bg {
    max-width: 305px;
}
#more1 .flex.flex_bg > .left, #more1 .flex.flex_bg > .right {
    padding: 40px 25px 0;
    box-sizing: border-box;
}
#more1 .flex.flex_bg > .right {
    padding: 190px 25px 30px;
    background: linear-gradient( 
180deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 42%, rgba(243,241,242,1) 69%, rgba(236,234,235,1) 100%);
}
#more1 .flex.flex_bg2 > .right {
    padding: 40px 25px 45px;
}
#more1 .flex.last > .left {
    padding: 35px 25px;
}
#more1 .flex.flex_bg > .left {
    background: none!important;
    background-color: #fff!important;
}
#more1 .flex.flex_bg.box2 > .left {
    min-height: 0;
}
#future3 .flex.flex_bg.last {
    margin: 0 auto 20px;
}
#more1 {
    padding: 0 0 15px;
}
.under_contents.page-workon-more h2 .ttl_border {
    padding-right: 25px;
    padding-left: 42px;

}
#more1 .flex.flex_bg.box2 .btn {
    margin: 30px auto 0;
}
#more1 .num h4 {
    padding: 55px 0px 0 0px;
    font-size: 1.8rem;
    margin-bottom: 0;
   background: none;
    background-size: 40px auto;
    letter-spacing: 0.2em;
}
.workon-staff-child #more1 .num h4 {
    letter-spacing: 0.03em;
}
	#more1 .num h4:before{
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background: url(../images/workon-staff/icon1.png) no-repeat right 0;
    background-size: 100% auto;
    width: 50px;
    height: 70px;
}
#more1 .box2 .num h4:before{
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background: url(../images/workon-staff/icon2.png) no-repeat right 0;
    background-size: 100% auto;
    width: 50px;
    height: 70px;
}
#more1 .box3 .num h4:before{
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background: url(../images/workon-staff/icon3.png) no-repeat right 0;
    background-size: 100% auto;
    width: 50px;
    height: 70px;
}
#more1 .num h4 span {
    font-size: 3.5rem;
    line-height: 5rem;
    margin-left: 0;
    left: -5px;
    top: -5px;
}
#more1 .num h4 span img {
    vertical-align: top;
    max-width: 50px;
}
	#more1 .flex.flex_bg.last {
    margin: 0 auto;
    padding: 0 0 60px;
	background: url(../images/shadow.png) no-repeat center bottom;
	background-size: 100% auto;
    background-position: center bottom 40px;
		position: relative;
}
	
#more1 .flex.flex_bg h5 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 10px;
	position: relative;
	border-left: none;
}
#more1 .flex.flex_bg h5:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 2px;
    width: 3px;
    height: 15px;
    background: #eb690f;
}
#more1 .flex.flex_bg p.p1 {
    font-size: 1.4rem;
    line-height: 1.7;
}
#more1 .flex.flex_bg p.p1 + p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 10px;
}

#more1 .flex.flex_bg p.p1 {
    margin-left: 12px;
}
#more1 .flex.flex_bg.box3 > .left {
    min-height: 0;
}
.more footer {
    padding-top: 70px;
}
}

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

.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 85% 35px;
    background-size: 90px auto;
}
.workon-institutions #more1 .flex.flex_bg.box2 > .left {
    background: url(../images/workon-institutions/icon2.png) no-repeat 85% 35px;
    background-size: 100px auto;
}
.workon-institutions #more1 .flex.flex_bg.box3 > .left {
    background: url(../images/workon-institutions/icon3.png) no-repeat 85% 35px;
    background-size: 110px auto;
}

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


@media screen and (max-width: 768px){
    .workon-institutions #more1 .num h4, .workon-institutions #more1 .box2 .num h4, .workon-institutions #more1 .box3 .num h4{
        background: none;
    }
.workon-institutions #more1 .num h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background: url(../images/workon-institutions/icon1.png) no-repeat right 0;
    background-size: 100% auto;
    width: 50px;
    height: 70px;
}
.workon-institutions #more1 .box2 .num h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background: url(../images/workon-institutions/icon2.png) no-repeat right 0;
    background-size: 100% auto;
    width: 50px;
    height: 70px;
}
.workon-institutions #more1 .box3 .num h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background: url(../images/workon-institutions/icon3.png) no-repeat right 0;
    background-size: 100% auto;
    width: 50px;
    height: 70px;
}
.workon-institutions #more1 .flex.flex_bg.box2 .btn {

    max-width: 230px;
}
}


/* 会社概要 */

.information footer{
    padding-top: 0;
    margin-top: 0;
    background: #F6F4F0;
}
.information-child footer{
    background: #fff;
}
.page-information .bread_crumb {
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 30px;
}

.page-information h2{
    margin-left: 30px;
}
.page-information .ttl_border {
    padding-right: 38px;
    padding-left: 60px;
}
.page-information  h2 .h2_en {
    padding-left: 20px;
}
.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 90px; */
	height: 365px;
    margin: 0 auto 30px;
    position: relative;
    background-size: cover;
	padding: 25px 0 50px;
    background: #f7f4ef;
}
#information1 .bg.contents_box {
    max-width: 1280px;
}
#information1 .contents_box{
    height: 100%;
}
#information1 .bg .catch {
    bottom: 75px;
    left: 170px;
    font-size: 4rem;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1.8;
}
#information2{
    padding: 0 0 50px;
}
#information2  .contents_box{
    max-width: 1000px;
    margin: 0 auto;
}
#information2 .name_txt {
    margin-bottom: 90px;
    max-width: 1000px;
    margin: 0 auto 90px;
    font-size: 1.4rem;
}
#information2 .name_txt span.big {
    font-size: 1.7rem;
    font-weight: normal;
    padding-top: 20px;
    display: block;
    font-weight: bold;
}
#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: 50px;
    margin-left: 1em;
    font-size: 1.7rem;
    line-height: 1.8;
}
#main #information2 h4 + p br + br{
	display: none;
}
#information3{
    padding: 50px 0 50px;
    background: #f7f4ef;
}
#information3 .ttl_border,
#information4 .ttl_border,
#information5 .ttl_border{
    padding-right: 70px;
    padding-left: 90px;
}
#information3 h2, #information4 h2, #information5 h2 {
    margin-bottom: 70px;
}

#information3 p.center{
    line-height: 2.5;
    font-size: 1.7rem;
}
#information4 {
    padding: 50px 0 50px;
}
#information4 p.center{
    line-height: 2.7;
    margin-bottom: 40px;
    font-size: 1.7rem;
}
#information4 p.center:last-of-type{
    margin-bottom: 90px;
}
#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: 50px 0 50px;
    background: #f7f4ef;
}

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

#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;
}
#information5 table.table1 .btn.square a{
    font-weight: normal;
}
.btn.square a:before {
    content: '';
    width: 11px;
    height: 11px;
    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: 14px;
    margin-top: -7px;
}
.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: 150px;
    margin: 0 auto;
}

#information5 table.table1 + .btn  a {
    padding: 6px 0px;
}


@media screen and (max-width:1024px){
.page-information h2 {
    margin-left: 0;
}
.page-information .bread_crumb {
    padding-left: 0;
}
#information1 .bg .catch {
    bottom: 75px;
    left: 57px;
    font-size: 3rem;
}
#information2 .contents_box {
    max-width: 720px;
}
.page-information .catch {
    font-size: 3rem;
}
}

br.tab{
	display: none;
}
@media  (max-width:1025px) and (min-width:769px) {
	br.sp.tab,br.tab{
		display: inline!important;
	}
		br.tabnone{
		display: none!important;
	}
#main #information2 h4:last-of-type + p {
    margin-bottom: 0;
}
#information2 {
    padding: 0 0 75px;
}
#information3 {
    padding: 75px 0 75px;
}
#information4 {
    padding: 75px 0 75px;
}
#information5 {
    padding: 75px 0 75px;
    background: #f7f4ef;
}
 #information5 h2 {
    margin-bottom: 32px;
}
#information5 table.table1 {
    width: 100%;
    margin-bottom: 75px;
    float: none;
    margin-top: 75px;
    max-width: 730px;
    margin-right: 0;
}
#information4 p.center:last-of-type {
    margin-bottom: 75px;
}
}


@media screen and (max-width: 768px){
    #information1 .bg .catch {
        display: none;
    }
#information3 h2, #information4 h2, #information5 h2 {

    margin-left: -18px;
}
.page-information .bread_crumb {

    padding: 35px 0 25px;
}
    .page-information h2 {
        margin-left: 0;
    }
#information1 h2 {
    margin-left: -18px;
    margin-bottom: 50px;
}
    .information1 .bread_crumb {
        margin: 0 auto 15px;
    }
    #information1 .bg .h2_en {
        margin-bottom: 15px;
    }
	.page-information .ttl_border {
    padding-right: 27px;
    padding-left: 50px;
}
    #information1 .bg {
        background: none;
        height: auto;
        margin: 0 auto 20px;
    }

	.page-information	.top-fadein{
		overflow: hidden;
	}
.page-information .sp.spimg {
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
}
	.page-information .sp.spimg img{
		width: 100%;
	}
.page-information .sp.spcatch {
    font-size: 2.6rem;
    margin: 0 0 30px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
   #information3 .ttl_border, #information4 .ttl_border, #information5 .ttl_border {
    padding-right: 53px;
    padding-left: 73px;
} 
    #information2 .name_txt {
        margin-bottom: 100px;
    }
	#main #information2 h4 + p br + br {
    display: inline;
}
    .page-information .catch {
        font-size: 2.5rem;
        line-height: 1.8;
    }
#information2 {
    padding: 0 0 40px;
}
#information2 .name_txt {
    margin-bottom: 30px;
}
#information2 .name_txt p:first-of-type {
    font-size: 1.2rem;
}
#information2 .name_txt span.big {
    font-size: 1.3rem;
    padding-top: 5px;
}
#main #information2 h4 + p {
    margin-bottom: 35px;
    margin-left: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
}
#information3 p.center {
    line-height: 1.6;
    font-size: 1.2rem;
}
.page-information #information4 .catch {
    font-size: 2.6rem;
    line-height: 1.8;
}
#information4 p.center {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1.2rem;
    text-align: center;
}
	
	
#information4 .flex {
    max-width: 470px;
    margin: 0 auto;
    display: flex;
}
#information4 p.center:last-of-type {
    margin-bottom: 60px;
}
#information5 table.table1 {
    width: 100%;
    margin-bottom:78px;
    float: none;
    display: block;
}
#information5 table.table1 {
    margin-top: 0px;
    margin-right: 0;
}
#information5 table.table1 tbody,
#information5 table.table1 tr,
#information5 table.table1 th,
#information5 table.table1 td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
	#information5 table.table1 th{
		font-weight: bold;
	}
table.table1 th > div {
    display: block;
}
#information5 table.table1 .btn.square a {
    width: 170px;
    margin: 30px 0px 5px;
	padding: 3px 0!important;
}
.btn.square a:before {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 14px;
    margin-top: -5px;
}
#information5 table.table1 + .btn {
    max-width: 80px;
}
#information5 table.table1 + .btn a {
    padding: 2px 0px 2px 13px;
    font-size: 1.1rem;
    text-align: left;
    font-weight: normal;
}
#information5 table.table1 + .btn a:before {
    width: 5px;
    height: 5px;
    margin-top: -4px;
    right: 13px;
}
	
	table.table1 tr th{
		border-bottom: none;
		font-weight: bold;
	}
	table.table1 tr:first-child th{
		border-top:solid 1px #958c83;
	}
table.table1 tr td {
    border-top: none;
}
	table.table1 tr:first-child td{
		border-top:none;
	}
table.table1 th, table.table1 td {
    padding: 28px 20px 0 20px;
    font-size: 1.2rem;
	font-weight: normal;
}
table.table1 td {
    padding: 15px 20px 28px 20px;
}
#information3 {
    padding: 75px 0;
}
#information4 {
    padding: 75px 0;
}
	    #information4 .flex {
        max-width: 360px;
    }
#information4 .flex > div {
    max-width: 145px;
}
#information4 .flex .bg {
    height: 145px;
    margin: 0 auto;
}
    #information4 .flex .bg p {
        font-size: 2rem;
    }
#main #information2 h4 {
    line-height: 1.7;
    font-size: 1.4rem;
}
	    #information5 {
        padding: 60px 0 135px;
        background: #f7f4ef;
    }
	#information5 table.table1 .btn.square{
		margin: 0;
	}
	    .page-information .catch {
        margin: 0 auto 30px;
		text-align: center;
    }
		#information3 p.center{
    text-align: center;
}
	/*#information3 p.center br,#information4 p.center br,#main #information2 h4 + p br,.page-information .sp.spcatch br,.page-information #information4 .catch br{
		display: none!important;
	}*/
	
}

.page-information.page-information-more .bread_crumb {
    padding-left: 0;
}
.page-information.page-information-more h2 {
    margin-left: 0;
    margin-bottom: 80px;
}
.page-information.page-information-more .ttl_border {
    padding-right: 65px;
    padding-left: 80px;
}


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

#information-more1 table {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
}
#information-more1 table a{
	color: #F75E00;
}
#information-more1 table a:hover{
	opacity: 0.8;
}
#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: 50px 0 0px;
}
#information-more2 .catch{
    font-size: 3rem;
}
.page-information.page-information-more #information-more2 .ttl_border {
    padding-right: 90px!important;
    padding-left: 100px!important;
}
.page-information.page-information-more #information-more2  h2 .h2_en {
    padding-left: 13px;
}
#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;
    margin: 0 auto 0px;
    padding: 0 0 70px;
}
#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 40px;
    box-sizing: border-box;
    text-align: left;
}
#information-more2 .flex.flex_bg > .left{
    flex-basis: 50%;
    background:#fff;
    padding: 60px 40px;
    box-sizing: border-box;
    position: relative;
}
#information-more2 .flex.flex_bg > .left span.right.small {
    text-align: right;
    display: block;
    font-size: 1.2rem;
    position: absolute;
    right: 50px;
    bottom: 28px;
}
#main #information-more2 h4 {
    position: relative;
    text-align: center;
    background: #feab5d;
    padding: 10px 0 0;
    box-sizing: border-box;
    margin-top: 20px;
    height: 60px;
    box-sizing: border-box;
    font-size: 2.6rem;
    margin-bottom: 35px;
}

#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;
}
#main #information-more2 h5 .small{
	font-size: 1.2rem;
}
#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: 50px 0 50px;
    overflow: hidden;
}

#information-more3 table.table1 {
    width: 70%;
    margin-bottom: 100px;
    float: right;
    margin-top: 100px;
    max-width: 730px;
    margin-right: 130px;
}
#information-more3 table.table1 td p{
    margin-bottom: 20px;
}
#information-more3 table.table1 td span.width{
    min-width: 130px;
    display: inline-block;
}
#information-more3 table.table1 .btn.square{
    margin-bottom: 0;
}
#information-more3 table.table1 .btn.square a{
    font-weight: normal;
}
@media screen and (max-width: 1024px){
#main #information-more2 h4 {
    padding: 16px 0 0;
    font-size: 1.8rem;
}
}


@media  (max-width:1025px) and (min-width:769px) {
#information-more1 {
    padding: 10px 0 75px;
}
#information-more2 {
    padding: 75px 0 20px;
}
#information-more2 .flex.flex_bg.flex_bg2 {
    background: url(../images/shadow.png) no-repeat center bottom;
    padding: 0px 0 50px;
    background-size: 100% auto;
}
.page-information.page-information-more #information-more3  h2 {
    margin-bottom: 30px;
}
#information-more3 table.table1 {
    width: 100%;
    margin-bottom: 75px;
    float: none;
    margin-top: 75px;
    max-width: 730px;
    margin-right: 0;
}
#information-more3 {
    padding: 75px 0 75px;
}
}


@media screen and (max-width: 768px){
#information-more1 {
    padding: 0 0 80px;
}
.page-information.page-information-more .ttl_border {
    padding-right:47px;
    padding-left: 65px;
}
#information-more2 .catch {
    font-size: 1.8rem;
    line-height: 1.8;
}
.page-information.page-information-more #information-more2 .ttl_border {
    padding-right: 65px!important;
    padding-left: 80px!important;
}
.page-information.page-information-more h2 {
    margin-left: -10px;
    margin-bottom: 60px;
}
#information-more1 table th, #information-more1 table td {
    font-size: 1.4rem;
    padding: 20px 0;
    box-sizing: border-box;
}
#information-more1 table {
    max-width: 300px;
}
#information-more1 table th:before {
    top: 25px;
}
#information-more1 table th {
    text-align: left;
    border-right: 4px solid #a58c78;
    padding-left: 6px;
}
#information-more1 table td {
    padding-left: 20px;
}
/*	#information-more1 table .pb100 th, #information-more1 table .pb100 td {
    padding-bottom: 65px;
}*/
#information-more2 .flex.flex_bg {
    padding: 25px 25px 0;
    background: #fff;
}
#information-more2 .flex.flex_bg > .right {
    padding: 0 0 35px;
    border-bottom: 1px solid #cdc4bb;
    background: #fff;
}
#information-more2 .flex.flex_bg > .left {
    padding: 35px 0 ;
	border-bottom: 1px solid #cdc4bb;
}
#information-more2 .flex.flex_bg > .left span.right.small {
    right: 0;
    bottom: 20px;
}
#information-more2 .flex.flex_bg .num {
    max-width: 57px;
    text-align: left;
}
#information-more2 .flex.flex_bg.flex_bg2 {
    background:#fff;
    padding: 35px 25px 60px;
    margin: 0 auto 78px;
	position: relative;
}
#information-more2 .flex.flex_bg.flex_bg2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    background: url(../images/shadow.png) no-repeat center bottom;
    height: 60px;
    width: 100%;
}
#information-more2 {
    padding: 80px 0 10px;
}
#main #information-more2 h4 {
    padding: 6px 0 0;
    font-size: 1.7rem;
    line-height: 1.7;
    height: 40px;
    letter-spacing: 0.1em;
	margin-bottom: 18px;
}
#main #information-more2 h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-heights: 1.7;
}
	
#main #information-more2 h5 {
    font-size: 1.4rem;
}
	#main #information-more2 h5 + p{
		font-size: 1.2rem;
	}
	#information-more1 table th:before {
    width: 15px;
    height: 15px;
    right: -9px;
    top: 24px;
}
#main #information-more2 .right h4:before {
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
	#main #information-more2 h4:after {
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
#main #information-more2 h4:before {
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
	#main #information-more2 h4.color3{
		letter-spacing: 0;
	}
	/*
#main #information-more2 h4.color3 {
    height: 66px;
}
		#main #information-more2 h4.color3:after {
    border-top: 33px solid #fff;
    border-bottom: 33px solid #fff;
}
#main #information-more2 h4.color3:before {
    border-top: 33px solid #fff;
    border-bottom: 33px solid #fff;
}*/
#information-more2 .flex.flex_bg.flex_bg2 > .right:before, #information-more2 .flex.flex_bg.flex_bg2 > .left:before {
   display: none;
}
#information-more2 .flex.flex_bg.flex_bg2 > .left {
    padding-bottom: 0;
    border-bottom: none;
}
	.page-information.page-information-more .ttl_border {
    padding-right: 53px;
    padding-left: 75px;
}
#information-more3 table.table1 {
    width: 100%;
    margin-bottom: 0;
    float: none;
    display: block;
    margin-right: 0;
}
#information-more3 table.table1 {
    margin-top: 0px;
}
#information-more3 table.table1 tbody,
#information-more3 table.table1 tr,
#information-more3 table.table1 th,
#information-more3 table.table1 td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
	#information-more3 table.table1 .btn.square{
		margin: 0;
	}


#information-more3 {
    padding: 110px 0 135px;
    overflow: hidden;
}
.gmap_box p {
    font-size: 1.4rem;
}
}



/* お問い合わせ */

.corporate, .entry, .thanks {
    background: #F6F4F0;
}

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

.border-box {
    max-width: 910px;
    margin: 0 auto;
    border: 2px solid #A38A77;
    padding: 25px 70px;
    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 .inner {
    max-width: 330px;
    width: 100%;
    overflow: hidden;
}
.border-box .flex > div .btn {
    margin: 45px auto 40px;
}
.border-box .flex > div .btn + p{
    font-weight: bold;
    color: #A38A77;
    font-size: 2rem;
    padding-bottom: 35px;
}
.border-box .flex > div:last-child .inner{
    float: right;
}

.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;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}
.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;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}
.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;
}
.contact footer {
    margin-top: 90px;
}
@media screen and (max-width: 1024px){
	.under_contents{
		max-width: 720px;
	}

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

.contact .ttl_border {
    padding-right: 25px;
    padding-left: 45px;
}
	
.border-box .flex > div {
    width: 100%;
}
.border-box .flex > div:first-child {
    border-right: none;
    border-bottom: 2px dotted #A38A77;
    padding-bottom: 0;
    margin-bottom: 45px;
}
.border-box {
    padding: 45px 25px 10px;
}
.contact p.center {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 auto 35px;
    line-height: 1.8;
}
.border-box .flex > div .btn + p {
    font-size: 1.4rem;
    line-height: 1.7;
}
.border-box .flex > div .inner {
    float: none!important;
    margin: 0 auto;
}
.border-box .flex > div .btn {
    margin: 0 auto 25px;
}
.contact footer {
    margin-top: 135px;
}
.border-box .flex > div .btn a:before {
    margin-top: -5px!important;
}

}


/* 問い合わせ */



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

.contact-child h2 {
    margin-bottom: 70px;
}
.contact-child footer {
    margin-top: 120px;
}
.form_box {
    background: #fff;
    padding: 120px 80px 120px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
}
.form_box .catch {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 20px;
}
.form_box .center{
    text-align: center;
    margin-bottom: 100px;
}


.thanks .form_box .center {
    text-align: center;
    margin-bottom: 5px;
}
.inq_body table {
    width: 100%;
    margin: 0 auto 80px;
    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: 150px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.5;
    vertical-align: top;
    font-size: 1.4rem;
}
.inq_body .t_red {
    background: #C30D23;
    margin-left: 10px;
    color: #fff;
    padding: 5px 13px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
}
.inq_body .t_gr {
    background: #C8BB9B;
    margin-left: 10px;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.inq_body td {
    padding: 30px 0;
    max-width: 570px;
    width: 60%;
}
.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%;
    margin-bottom: 15px;
    font-weight: bold;
}
.inq_body td .bold {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.inq_body td.name span.name {
    display: inline-block;
    width: 30px;
    font-size: 1.4rem;
    text-align: right;
}
.inq_body input[type="text"], .inq_body input[type="email"], .inq_body input[type="tel"], .inq_body .wpcf7-form-control-wrap textarea {
    padding: 5px 5px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #D4C5B6;
}

.inq_body .textarea1 textarea{
    height: 170px;
}

.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: 230px;
    margin: 0 15px;
}
.inq_body span.your-mei,.inq_body span.your-mei-kana{
	margin-right: 0;
}
.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: 40px;
    font-size: 1.4rem;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #D4C5B6;
    border: none;
    max-width: 400px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}
.inq_body .wpcf7-form-control-wrap.kubun, .inq_body .wpcf7-form-control-wrap.syokusyu, .inq_body .wpcf7-form-control-wrap.area, .inq_body .wpcf7-form-control-wrap.area1, .inq_body .wpcf7-form-control-wrap.area2, .inq_body .wpcf7-form-control-wrap.area3, .inq_body .wpcf7-form-control-wrap.area3, .inq_body .wpcf7-form-control-wrap.area4, .inq_body .wpcf7-form-control-wrap.area5, .inq_body .wpcf7-form-control-wrap.area6, .inq_body .wpcf7-form-control-wrap.your-pref, .inq_body .wpcf7-form-control-wrap.birth-year, .inq_body .wpcf7-form-control-wrap.birth-month, .inq_body .wpcf7-form-control-wrap.birth-day {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}
.inq_body .wpcf7-form-control-wrap.kubun:before,
.inq_body .wpcf7-form-control-wrap.syokusyu:before,
.inq_body .wpcf7-form-control-wrap.area:before,
.inq_body .wpcf7-form-control-wrap.area1:before,
.inq_body .wpcf7-form-control-wrap.area2:before,
.inq_body .wpcf7-form-control-wrap.area3:before,
.inq_body .wpcf7-form-control-wrap.area3:before,
.inq_body .wpcf7-form-control-wrap.area4:before,
.inq_body .wpcf7-form-control-wrap.area5:before,
.inq_body .wpcf7-form-control-wrap.area6:before,
.inq_body .wpcf7-form-control-wrap.your-pref:before,
.inq_body .wpcf7-form-control-wrap.birth-year:before,
.inq_body .wpcf7-form-control-wrap.birth-month:before,
.inq_body .wpcf7-form-control-wrap.birth-day:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
}

.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: 11px 0px;
    font-size: 1.7rem;
    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: 310px;
    margin: 0 auto;
    cursor: pointer;
    background: #fff;
    -webkit-appearance: none;
    background: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.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: #e7e5e5!important;
    pointer-events: none;
}
.wpcf7c-elm-step2 .wpcf7-list-item-label {
    pointer-events: none;
}
.wpcf7c-elm-step2 
.inq_body td p{
    font-weight: bold;
    font-size: 14px;
}
.inq_body td p a{
    text-decoration: underline;
}
.inq_body td p a:hover{
    text-decoration: none;
}

/* チェックボックス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;
}
.wpcf7-form-control-wrap.acceptance-none{
    display: inline-block;
    /* padding-left: 20px; */
}
#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: 1024px){
.inq_body .t_red {

    padding: 3px 8px;
    font-size: 12px;
    margin-top: -2px;

}
.inq_body th .t_txt {
    width: auto;
    margin-right: 10px;
    line-height: 1.8;
    font-size: 1.3rem;
}
.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: 150px;
    margin: 0 8px;
}
.form_box {
    padding: 150px 60px;
}
}

@media  (max-width:1025px) and (min-width:769px) {
.inq_body tr:last-child .t_red {
    padding: 1px 8px;
    display: inline-block;
    margin-left: 0;
}
}
@media screen and (max-width: 768px){
    .inq_body td {
        width: 100%;
			max-width: 100%;
    }
.form_box {
    padding: 35px 15px;
}
	.inq_body input[type="text"], .inq_body input[type="email"], .inq_body input[type="tel"], .inq_body .wpcf7-form-control-wrap textarea {
    height: 30px;
}
	
    .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;
        margin: 0 5px;
    }
    .inq_body table,.inq_body table tr,.inq_body table tbody,
    .inq_body table tr th,.inq_body table tr td{
        display: block;
    }
.inq_body th .t_txt {
    width: auto;
    font-size: 1.2rem;
}
.inq_body .t_red,.inq_body .t_gr {
    padding: 1px 8px;
    font-size: 12px;
    margin-top: -2px;
    margin-left: 2px;
}
.inq_body input[type="submit"], .inq_body input[type="button"] {
    margin: 0 auto;
}
.form_box .center {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.6;

}
    .form_box .catch {
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .inq_body td p a {
        color: #006eb4;
    }
.contact-child footer {
    margin-top: 135px;}
	
div.wpcf7 .ajax-loader {
    /* visibility: hidden; */
    position: absolute!important;
    bottom: 10px!important;
    left: 50%!important;
    margin-left: -8px!important;
}
	
}

form.wpcf7-form{
	margin-top: -380px;
	padding-top: 380px;
}

/* エントリー用追記 */
.entry .form_box {
    /*margin-top: 150px;*/
    padding-bottom: 50px;
}
.entry footer ,.thanks footer{
    padding-top: 0;
    margin-top: 90px;
}
.inq_body span.birth-year, .inq_body span.birth-month, .inq_body span.birth-day {
    display: inline-block;
    max-width: 120px!important;
    margin: 0 15px;
}

.inq_body span.birth-month, .inq_body span.birth-day {
    max-width: 60px!important;
}

.pp_area {
    height: 250px;
    border: 1px solid #D4C5B6;
    overflow: auto;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-bottom: 60px!important;
}
.pp_area h4{
    font-size: 1.6rem!important;
}
.pp_area p{
    margin-bottom: 20px;
}
.inq_body input[type="file"] {
    font-size: 1.4rem;
    padding: 20px 5px;
    box-sizing: border-box;
    background: #D4C5B6;
    border: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

label.file {
    display: block;
    cursor: pointer;
    background:#D4C5B6;
    line-height: 5;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: bold;
}
label.file .icon_txt {
    background: url(../images/file_icon.png) no-repeat 15px 31px #D4C5B6;
    display: inline-block;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
label.file:hover{
    opacity: 0.8;
}
  label.file::before{

  }
  label.file input {
    display: none;
  }

  p.siten{
      padding: 5px 0;
  }
.mb10{
    margin-bottom: 10px;
}
::placeholder {
  color: #fff;
	font-size: 1.2rem;
}
.entry .ttl_border,.entry-child .ttl_border{
    padding-right: 20px;
    padding-left: 50px;
}
.entry h2, .thanks h2{
    margin-bottom: 70px;
}
  @media screen and (max-width: 768px){
		
	.entry .ttl_border,.entry-child .ttl_border {
    padding-right: 15px;
    padding-left: 40px;
}
	.entry h2 .h2_en {
    padding-left: 10px;
}
		
.inq_body table {
    margin: 0 auto;
    font-size: 1.2rem;
}
.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: 100%;
}
		.inq_body span.your-sei, .inq_body span.your-sei-kana{
			margin-bottom: 24px;
		}
.inq_body span.birth-year, .inq_body span.birth-month, .inq_body span.birth-day {
    max-width: 70px!important;
    margin: 0px 2px;
}
		.inq_body span.birth-year{
    max-width:80px!important;
}
.inq_body th {
    padding: 45px 0px 10px 0;
    border-bottom: none;
}
	.inq_body td.name span.name {
    display: none;
}
		.inq_body td{
			 padding: 0px 0px 45px 0;
		}
.wpcf7-not-valid-tip {
    font-size: 1.2rem;
}
.thanks .form_box .center{
		text-align: left;
	}
.entry .form_box {
    padding-bottom: 150px;
    margin-top: 100px;
}
	span.wpcf7-list-item {
    font-size: 1.2rem;
}
	.wpcf7-list-item-label:before {
    width: 15px;
    height: 15px;
}
#pp_check input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
    top: 6px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
    top: 5px;
    left: 3px;
    width: 11px;
    height: 11px;
}
	.inq_body td .bold {
    font-size: 1.2rem;
}
.pp_txt{
    font-size: 1.2rem;
}
		.pp_txt br{
			display: none;
		}
::placeholder {
  color: #c8c8c8;
}	
#pp_check {
    margin: 20px 0 0;
}
	.inq_body input[type="submit"], .inq_body input[type="button"] {
    font-size: 1.2rem;
    max-width: 260px;
}
	.wpcf7 form .wpcf7-response-output {
    font-size: 1.2rem;
}
		
.entry .form_box {
    padding-bottom: 0;
    margin-top: 0;
    padding: 35px 15px;
}
.inq_body select {
    height: 30px;
	font-size: 1.2rem;
}
		.inq_body th .t_txt br{
			display: none;
		}
label.file .icon_txt {
    background: none;
    padding: 0;
    height: 30px;
    box-sizing: border-box;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
}
label.file {
    height: 30px;
	position: relative;
}
	.pp_area h4 {
    font-size: 1.4rem!important;
}
	.pp_area {
    font-size: 1.2rem;
}
.entry .inq_body th .t_txt {
    font-size: 1.2rem;

}	
.entry footer ,.thanks footer{
    margin-top: 135px;
}
	  .inq_body input[type="button"].wpcf7c-elm-step2.wpcf7c-btn-back{
		  margin-bottom: 15px;
	  }
}


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

}


  

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

.scrollin .circle {
    position: relative;
    width: 120px;
    height: 120px;
    background: #EB690F;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    box-shadow: 2px 2px 6px #555;
}

.scrollin .circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 120px;
    height: 120px;
    background: #fff;
    transform-origin: right 60px;
    z-index: 2;
    animation: rotate-circle-left 2s linear forwards;
}

.scrollin .circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 60px;
    width: 120px;
    height: 120px;
    background: #fff;
    transform-origin: left 60px;
    z-index: 3;
    animation: rotate-circle-right 2s linear forwards;
}

.scrollin .circle .circle-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 110px;
    height: 110px;
    padding-top: 40px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
    font-size: 1.8rem;
    font-weight: bold;
    color: #EB690F;
}

@keyframes rotate-circle-right {
    0%   {
        transform: rotate(0deg);
        background: #fff;
    }
    50%  {
        transfom: rotate(180deg);
        background: #fff;
    }
    50.01% {
        transform: rotate(360deg);
        background: #EB690F;
    }
    100% {
        transform: rotate(360deg);
        background: #EB690F;
    }
}

@keyframes rotate-circle-left {
    0%   { transform: rotate(0deg); }
    50%  { transform: rotate(0deg); }
    100% { transform: rotate(180deg); }
}



.scrollin .circle.circle2 {
    background: #F5B441;
}
.scrollin .circle.circle2::before {
    animation-delay: 1s;
}
.scrollin .circle.circle2::after {
    animation: rotate-circle-right2 2s linear forwards;
    animation-delay: 1s;
}
@keyframes rotate-circle-right2 {
    0%   {
        transform: rotate(0deg);
        background: #fff;
    }
    50%  {
        transform: rotate(180deg);
        background: #fff;
    }
    50.01% {
        transform: rotate(360deg);
        background: #F5B441;
    }
    100% {
        transform: rotate(360deg);
        background: #F5B441;
    }
}
.scrollin .circle.circle2 .circle-inner {
    color: #F5B441;
}



@media screen and (max-width:1024px){
.scrollin .circle {
    width: 80px;
    height: 80px;
}
.scrollin .circle .circle-inner {
    width: 72px;
    height: 72px;
    padding-top: 25px;
    font-size: 1.3rem;
}
.scrollin .circle .circle-inner {
    top: 4px;
    left: 4px;
}
#contents2 .flex .img .img_wrap {
    max-width: 200px;
    margin: 0 auto;
}
#contents2 .flex .img .circle.circle1 {
    left: -42px;
    top: 22%;
}
#contents2 .flex .img .circle.circle2 {
    right: -42px;
    top: 22%;
}
.scrollin .circle::before {
    left: -40px;
    width: 80px;
    height: 80px;
    transform-origin: right 35px;
}

.scrollin .circle::after {
    left:40px;
    width: 80px;
    height: 80px;
    transform-origin: left 35px;
}


}


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

#contents2 .flex .img .img_catch {
        font-size: 1.6rem;
        margin-top: 15px;
}
}



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

.fadein.scrollin,.time-fadein.scrollin,.time-fadein2.scrollin,.top-fadein.scrollin,.interview-fadein.scrollin{
	opacity: 1;
	transform: translate(0,0);
}
.second_txt.fadein{
    transform: translate(0,0);
	transition: all 1000ms;
	/*transition-delay:1s;*/
	/*ブランドメッセージ タイトル箇所のスピード*/
}


.second_txt .fadein,.time-fadein2{
    transform: translate(0,0);
	transition: all 1500ms;　/*「ブランドについて」の文字の速度*/
}

#brand1 .contents_box .fadein{
	    transform: translate(0,0);
		transition: all 0ms;
}

.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;
}
.interview-fadein {
    transform: translate(-30px,-30px);
    transition: all 400ms;
    opacity: 1;
}
.interview-fadein:first-of-type{
	transform: translate(0,0);
    transition: all 400ms;
	opacity: 1;
}
.interview-fadein:nth-of-type(4),
.interview-fadein:nth-of-type(7),.interview-fadein:nth-of-type(10),
.interview-fadein:nth-of-type(13){
	transform: translate(0,-30px);
    transition: all 400ms;
	opacity: 1;
}
.interview-fadein:nth-of-type(2),.interview-fadein:nth-of-type(3){
	transform: translate(-30px,0px);
    transition: all 400ms;
	opacity: 1;
}
.interview-fadein.scrollin,.interview-fadein:first-of-type.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}


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


@media  (max-width:1025px) and (min-width:769px) {
.second_txt .fadein{
	transition-delay:0s;
	transform: translate(0,0px)!important;
	opacity: 1;
}
}
@media screen and (max-width:768px){
    /*スマホの一番上のブロックはフェード解除*/
.beginner .fadein{
    opacity: 1!important;
}
.second_txt.fadein {
    transition-delay: 0s;
    opacity: 1;
	transform: translate(0,0px)!important;
}
.fadein, .time-fadein, .time-fadein2 {
    transform: translate(0,0px)!important;
}
.second_txt .fadein{
	transition-delay:0s;
	transform: translate(0,0px)!important;
	opacity: 1;
}

.interview-fadein {
    transform: translate(0,0);
}
.interview-fadein:first-of-type{
	transform: translate(0,0);
}
.interview-fadein:nth-of-type(4),
.interview-fadein:nth-of-type(7),.interview-fadein:nth-of-type(10),
.interview-fadein:nth-of-type(13){
	transform: translate(0,0);
}
.interview-fadein:nth-of-type(2),.interview-fadein:nth-of-type(3){
	transform: translate(0,0);
}
	
}


/* 取り組み 矢印 */

.arrow_box .arrow_txt1 {
    box-sizing: border-box;
    margin-top: 30px;
    opacity: 0;
    transition: all 800ms;
    margin-bottom: 10px;
	font-size: 1.7rem;
}
.arrow_box .arrow_txt2{
    box-sizing: border-box;
    opacity: 0;
    transition: all 800ms;
	margin-top: 15px;
	font-size: 1.7rem;
}
.arrow_box .arrow_txt1.active,.arrow_box .arrow_txt2.active{
    opacity: 1;
}


.arrow1,.arrow2{
    opacity: 0;
    height: 47px;
}
.arrow_box .arrow1{
    margin-bottom: 30px;
}
.arrow_box .arrow1.active{
animation-name: fadeleft;
animation-duration: 0.8s;
animation-iteration-count: 1;
opacity: 0;
animation-fill-mode:forwards;
transition-timing-function : ease-out;
overflow: hidden;
}
@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(300px);
        overflow: hidden;
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
    }


    .arrow_box .arrow2.active{
        animation-name: faderight;
        animation-duration: 0.8s;
        animation-iteration-count: 1;
        animation-delay: 0.5s;
        opacity: 0;
        animation-fill-mode:forwards;
        transition-timing-function : ease-out;
        overflow: hidden;
        }
        @keyframes faderight {
            from {
                opacity: 0;
                transform: translateX(-300px);
                overflow: hidden;
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
            }

 @media screen and (max-width: 768px){
.arrow_box .arrow_txt1, .arrow_box .arrow_txt2 {
    font-size: 1rem!important;
    letter-spacing: -0.05em;
}
	 .arrow_box .arrow_txt1 br, .arrow_box .arrow_txt2 br{
		 display: none!important;
	 }
#workon3 .catch {
    font-size: 1.8rem;
    line-height: 1.7;

}
.arrow_box .arrow1 {
    margin-bottom: 25px;
    margin-left: 7px;
    margin-right: 10px;
}
.arrow_box .arrow2 {
    margin-left: 10px;
    margin-right: 5px;
}
	.arrow1, .arrow2 {
    opacity: 0;
    height: 20px;
}
    .arrow_box .arrow_txt2 {
        padding-right: 0;
        box-sizing: border-box;
		margin-top: 5px;
    }
.arrow_box .arrow_txt1 {
    margin-top: 0;
    padding-left: 0;
    font-size: 1.4rem;
}

 }
    

    @media screen and (max-width:768px){
        #workon1 .flex.arrow_box .bg {
            height: 108px;
        }
    #workon1 .flex.arrow_box > div {
        max-width: 108px;
    }
    .workon-staff #workon1 .flex.arrow_box .bg {
        margin-top: 25px;
    }
}




.single .under_contents #main,.archive .under_contents #main{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.single .under_contents #main #contents,.archive .under_contents #main #contents{
    flex-basis: 72%;
 }
 .single .under_contents #main #sidebar,.archive .under_contents #main #sidebar{
    flex-basis: 25%;
 }
 .single #main h4 ,.archive #main h4.news_ttl{
    font-size: 2rem;
    color: #000;
    margin-bottom: 15px;
    border-left: 4px solid #EB690F;
    padding-left: 15px;
    margin-top: 15px;
}
#sidebar h2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.excerpt{
    margin-bottom: 20px;
}

span.birth-month .wpcf7-not-valid-tip{
    display: none!important;
}

.wpcf7-custom-item-error_1 span:nth-of-type(2){
display: none!important;
}

.wpcf7-custom-item-error_1 {
    padding-top: 5px;
    padding-left: 15px;
}

@media screen and (max-width: 768px){
    .single .under_contents #main, .archive .under_contents #main{
        display:block;
     }
     .single .under_contents #main #contents, .archive .under_contents #main #contents {
        margin-bottom: 20px;
    }
     .single .under_contents #main #contents{
        margin-bottom: 40px;
     }
}



@media screen and (max-width: 600px){/* スマホ用h2調整*/
	/*
.ttl_border {
    padding-right: 30px!important;
    padding-left: 50px!important;
}
h2 .h2_en {
    padding-left: 52px!important;
    text-align: left;
}*/
}

.ytp-chrome-top{
    display: none!important;
}

.h2_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.under_contents.page-workon-more h2 {
    margin-bottom: 45px;
}
@media (max-width:1025px) and (min-width:769px) {
    .h2_wrap {
        margin-left: calc(3% - 10px);

    }
	.contact .under_contents,.contact-child  .under_contents,
	.thanks  .under_contents,.entry  .under_contents {
    max-width: 100%;
}

.border-box {
    padding: 25px 10px;
	max-width: 700px;
}
.border-box .flex > div .btn {
    max-width: 300px;
}
.contact .bread_crumb, .contact h2,
.contact-child .bread_crumb, .contact-child h2{
    margin-left: calc(3% - 10px);
}
.thanks .bread_crumb, .thanks h2,
	.entry .bread_crumb, .entry h2{
    margin-left: calc(3% - 10px);
}
.form_box {
    max-width: 700px;
}
.home h2 {
    font-size: 1.8rem;
    margin-left: calc(3% - 10px);
}
	#contents3 .contents_box,#contents5 .contents_box,#contents4 .contents_box{
		max-width: 100%;
	}
	#contents4 ul {
    max-width: 700px;
}
	#contents3 .flex{
		max-width: 700px;
	}
	#contents5 dl {
    max-width: 700px;
		margin: 0 auto 80px;
		
}
}

@media (max-width:768px) and (min-width:741px) {
.contact h2,  .contact-child h2, .thanks h2 ,.entry h2 {
    margin-left: -42px;
}
	.contact .bread_crumb, .contact-child .bread_crumb,  .thanks .bread_crumb,.entry .bread_crumb{
		margin-left: -29px;
	}
}
@media (max-width:740px) and (min-width:730px) {
.contact h2,  .contact-child h2, .thanks h2 ,.entry h2 {
    margin-left: -20px;
}
	.contact .bread_crumb, .contact-child .bread_crumb,  .thanks .bread_crumb,.entry .bread_crumb{
		margin-left: -15px;
	}
}

@media (max-width: 768px) {
.h2_wrap {
    padding: 0px 30px;
}
#brand1 .h2_wrap {
    padding: 0 30px;
}
}


@media (max-width:1024px) and (min-width:769px) {
body.contact {
    height: calc(100vh - 140px);
}
.contact footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
}

