@charset "UTF-8";
/*
Theme Name: mytheme
Theme URI: /wp-content/themes/mytheme
Description: 
Author: me
Author URI:
Version: 1.0
*/

img{
	width:100%;
}
p{
	line-height: 1.8rem;
}
a{
    color: #0D0D0D;
    text-decoration: none;
    transition: all .4s ease-out;
    outline: none;
}
p{
	letter-spacing: .1em;
	font-size: 93.75%;
}
main{
	overflow-x: hidden;
	overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
body{
	font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.pc-none{
	display:none;
}
.header_pc{
	z-index:500;
	display:flex;
	position:fixed;
	width:100%;
	justify-content: space-around;
	background:#ffffff00;
	transition:0.4s;
}
.header_pc nav ul{
	display:flex;
}
.header_pc.scroll-header{
	transition:0.4s;
	background:#ffffff;
}
.inner{
	width: 90%;
    margin: auto;
	max-width:1200px;
}
.contentarea_pdg{
    padding: 100px 0;
}
.btn a, .btn span {
    position: relative;
    display: block;
}
.btn a {
    z-index: 1;
    width: 100%;
    max-width: 300px;
    text-align: center;
    color: #103306;
    border: 1px solid;
    font-size: 93.75%;
	text-decoration: none;
    color: #103306;
}
.btn a:before {
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
	content: '';
    position: absolute;
    top: 50%;
}
.btn a:after {
    right: 15px;
    width: 18px;
    height: 1px;
    border-bottom: 1px solid;
	content: '';
    position: absolute;
    top: 50%;
}
.btn span {
    padding: 1em;
}
.btn span:before {
    right: 46px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
	content: '';
    position: absolute;
    top: 50%;
}
.topview{
	position:relative;
}

/*--スライダー--*/
.slider4-wrap {
	z-index:1;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.slider-4 .slick-slide {
  height: 1000px;
  overflow: hidden;
}
.slider-4 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dots-4 .slick-dots {
  text-align: center;
}
.dots-4 .slick-dots li {
  display: inline-block;
}
.dots-4 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-4 .slick-dots .slick-active button {
  background: #0a467d;
}
.progress_bar {
  width: 100%;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.progress_bar .bar {
  width: 0%;
  height: 4px;
  background: #0a467d;
}

.top_catch{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	position: absolute;
    top: 50%;
    left: 6.04%;
    transform: translateY(-50%);
	font-size: 550%;
    line-height: 1.2;
    margin-bottom: .4em;
    letter-spacing: .2em;
	z-index:5;
}
.top_scrollber {
    position: absolute;
    bottom: 0;
    left: 7.4%;
    width: 1px;
    height: 304px;
    background-color: rgba(255, 255, 255, .3);
	z-index:5;
}
.top_scrollber::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #fff;
    animation: scrollbar 2s forwards infinite;
    transform: scaleY(0);
}
@keyframes scrollbar{
.0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
}
5% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: top;
}
59% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
}
60% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
}
100% {
    opacity: 1;
    transform: scaleY(0);
    transform-origin: bottom;
}
}

.top_newsber{
	z-index:5;
	bottom: 0;
    right: 0;
    width: 50%;
    height: 88px;
	position: absolute;
	background:#fff;
}
.top_newsber ul,
.top_newsber ul div,
.top_newsber ul li{
	height: 100%;
}
.top_newsber a {
	text-decoration:none;
	color:#000;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.top_newsber a span{
	padding-right:15px;
	padding-left:60px;
}
.contentarea_relative{
	position:relative;
}
.topcontent1{
	padding:100px 0;
}
.topcontent1 h2{
	font-size: 425%;
	line-height: 1.8em;
    margin-bottom: 40px;
}
.topcontent1 h2 span{
	display: block;
    font-size: 250%;
    color: #dddddd;
    line-height: 1;
    text-indent: -.6em;
    margin-bottom: -.4em;
    letter-spacing: .06em;
}
.topcontent1 h2:after {
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: .5em;
}
.topcontent1 p{
	margin-bottom:2rem;
}
.topcontent1_inner{
	width: 90%;
    margin: auto;
	max-width:1500px;
}
.topcontent1img{
	position: absolute;
    top: 0;
    width: 54.17%;
    height: 800px;
	right: 0;
}
.topcontent1img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	
}
.topcontent1_inner .textarea {
    position: relative;
    width: 44.9%;
	min-height: 800px;
    padding-bottom: 80px;
}
.img_animation_right:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    transition: all .4s ease-out;
}
.img_animation_right.on:before{
	transform: translateX(100%);
}
.img_animation_left:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    transition: all .4s ease-out;
}
.img_animation_left.on:before{
	transform: translateX(-100%);
}
.fade_animation{
	opacity:0;
    transition: all .4s ease-out;
}
.fade_animation.on{
	opacity:1;
}
.topcontent1_inner .textarea:before{
	content: '';
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 96.08%;
    padding-top: calc(421 / 673* 100%);
    background-image: url(./img/top_message_map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
		z-index: -1;
}
.top_message_slide {
    width: 93.75%;
    height: 400px;
    background-image: url(./img/top_message_slide_2.jpg);
    background-repeat: repeat-x;
    background-position: center;
    animation: message_slide 60s linear infinite;
}
@keyframes message_slide{
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: -3598px 0px;
	}
}

.topcontent2 h2 {
    font-size: 500%;
    font-size: 425%;
    color: #103306;
    letter-spacing: .1em;
    line-height: 1.2;
}
.topcontent2 h2 span{
    font-size: 225%;
    display: block;
    color: #eff7f1;
    line-height: 1;
    text-indent: -.6em;
    margin-bottom: -.4em;
    letter-spacing: .06em;
}
.topcontent2_blocks{
	margin-top: 88px;
}
.topcontent2_block{
	position: relative;
	margin-bottom: 152px;
}
.topcontent2 .topcontent2_block:last-child{
	margin-bottom:0;
}
.topcontent2_flex{
    max-width: 1670px;
	display:flex;
	align-items: center;
}
.topcontent2_flex .imgarea{
	position: relative;
    width: 59.04%;
    height: 632px;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	
}
.topcontent2_flex .textarea{
	width: 40.24%;
    word-break: break-word;
	padding-left: 7.66%;
}
.topcontent2_flex .textarea h3{
	font-size: 350%;
    color: #103306;
	margin-bottom: 1em;
}
.topcontent2_flex .textarea h3 span{
	position:relative;
}
.topcontent2 h2:after {
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: .5em;
}
.topcontent2_flex .textarea h3 .horizonbar:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 80px;
    height: 1px;
    border-top: 1px solid;
    vertical-align: middle;
    margin-left: -128px;
    margin-right: 48px;
    padding-bottom: .2em;
    z-index: -1;
}
.topcontent2_flex .textarea h3 span.num {
    counter-increment: num;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 171.43%;
    font-weight: 500;
    width: 186px;
    height: 186px;
    /*padding-bottom: 14px;*/
    border: 2px dotted;
    border-radius: 50%;
    margin-top: -169px;
    margin-bottom: 40px;
}
.topcontent2_flex .textarea h3 .num::before {
    content: "";
}
.topcontent2_flex .textarea h3 .num::after {
    content: '';
    position: absolute;
    top: -92px;
    bottom: 0;
    left: -20px;
    right: 0;
    margin: auto;
    width: 221px;
    height: 2px;
    border-bottom: 2px solid;
    transform-origin: right;
    transform: rotate(-45deg);
}
.pointbg_before:before{
	top: -270px;
    height: calc(100% + 270px);
	width: 51.2%;
	content: '';
    position: absolute;
    background-color: #EAEAEA;
    z-index: -1;
	right:0;
}
.pointbg_before2:before{
	top: -308px;
    bottom: -96px;
    height: calc(100% + 404px);
	width: 100%;
	content: '';
    position: absolute;
    background-color: #EAEAEA;
    z-index: -1;
	right:0;   
}
.pointbg_before3:before{
	top: -152px;
    height: calc(100% + 152px);
	width: 51.2%;
	content: '';
    position: absolute;
    background-color: #EAEAEA;
    z-index: -1;
}
.flex_reverse{
	flex-direction: row-reverse;
}
.topcontent2_flex.flex_reverse .textarea{
	padding-right: 7.66%;
	padding-left: 0;
}
.topcontent2_flex.flex_reverse .textarea h3 span.num{
	margin-top: -180px;
    margin-right: -23%;
	margin-left: auto;
}
.img-cover{
	width:100%;
	height:100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.topcontent3 .inner{
	max-width: 1670px;
}
.top_about_ul{
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
.top_about_ul li{
	width: 31.33%;
	margin-bottom: 3%;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
}
ul.top_about_ul .btn {
	margin-top: auto;
}
ul.top_about_ul li p{
	margin-bottom: 1em;
}
.top_about_ul li:last-child{
	margin-right: 0%;
}
.top_about_ul li h3{
	font-size: 200%;
	color: #103306;
	margin-bottom: 1em;
}
.top_about_ul li h3:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    border-top: 1px solid;
    vertical-align: middle;
    margin-right: .2em;
    padding-bottom: .2em;
}
.top_about_ul li .imgarea{
	margin-bottom: 32px;
}
.topcontent3 .btn a{
	max-width: 100%;
}
.topcontent3{
	position: relative;
}
.topcontent3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28.33vw;
    background-color: #EAEAEA;
    z-index: -1;
}

.topcontent4{
	padding-bottom: 180px;
}
.topcontent4 .inner{
	max-width: 1670px;
}
.topcontent4 .imgarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.33%;
    height: 740px;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: -1;
}
.topcontent4 .textarea {
    min-height: 740px;
	word-break: break-word;
	color:#fff;
}
.topcontent4 .textarea h2{
	margin-bottom: .2em;
	font-size: 300%;
	display: flex;
	align-items: center;
}
.topcontent4 .textarea h2 span{
	font-size: 325%;
    margin-right: .2em;
    letter-spacing: .08em;
	position: relative;
	font-weight: 500;
    white-space: nowrap;
}
.topcontent4 .textarea h3{
	font-size: 250%;
	margin-bottom: 1em;
	position: relative;
}
.topcontent4 .textarea p{
    width: 100%;
    max-width: 402px;
	font-size: 93.75%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
.topcontent4 .contentarea_relative::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 41.67%;
    height: 100%;
    background-image: url(./img/top_recruit_img-l.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #1d1818;
    z-index: -1;
}
.topcontent4 .btn {
    position: absolute;
    bottom: -85px;
    right: 0;
    width: 46.04%;
    height: 214px;
    box-shadow: 0 0 64px rgba(0, 0, 0, .16);
}
.topcontent4 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 0;
    font-size: 131.25%;
}
.topcontent4 .btn a:hover{
	background-color: #061609;
    color: #fff;
}
.topcontent4 .btn span:before {
    display:none;
}
.topcontent4 .inner:after {
    content: '';
    position: absolute;
    bottom: -180px;
    right: 0;
    width: 91.09%;
    height: 180px;
    background-color: #EAEAEA;
    z-index: -1;
}
.footer_top{
	margin: auto;
	padding-top: 72px;
    padding-bottom: 72px;
    width: 90%;
    /*max-width: 1200px;*/
    display: flex;
}
.footer_top nav{
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
.nav_inner{
	font-size: 93.75%;
    margin-right: 24px;
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.foot_nav_ul{
	margin-bottom: 1.25em;
	display: flex;
}
.foot_nav_ul a{
	display: block;
    padding: .5em 1em;
}
.nav_inner h4{
	font-weight: 500;
    color: #b7b3b3;
    padding-left: 1em;
}
.footer-btm {
    border-top: 1px solid #E6E6E6;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-btm_inner{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.copyright small{
	color: #666;
    font-size: 75%;
}

@media screen and (max-width: 767px){
	.pc-none{
		display:block;
	}
	.sp-none{
		display:none;
	}
	.topview {
    height: 500px;
}
	.slider-4 .slick-slide{
		height: 500px;
	}
	.top_catch{
		font-size: 214.29%;
	}
	.topcontent1img{
		width:100%;
		height: 60vw;
	}
	.topcontent1_inner .textarea {
        padding-top: calc(60vw + 24px);
		width: 100%;
		padding-bottom: 30vw;
		min-height: auto;
    }
	.topcontent1_inner .textarea:before {
        bottom: -90px;
    }
	.top_message_slide{
		width: 100%;
        height: 30vw;
        background-size: auto 30vw;
	}
	.topcontent1 h2 {
    font-size: 214.29%;
}	
	.topcontent1 h2 span{
    font-size: 186.67%;
}
	.topcontent2 h2 {
    font-size: 214.29%;
}	
	.topcontent2 h2 span{
    font-size: 186.67%;
}
	.topcontent2_flex{
		width: 86%;
		flex-direction: column;
	}
	.topcontent2_flex .imgarea{
		height: 60vw;
		width:100%;
	}
	.topcontent2_flex .textarea{
		width: 100%;
	}
	.topcontent2_flex .textarea h3 span.num{
		width: 104px;
        height: 104px;
        padding-bottom: 0;
        margin-top: -24px;
        margin-left: 24px;
        margin-bottom: 16px;
	}
	.topcontent2_flex .textarea h3{
		        font-size: 200%;
	}
	.topcontent2_flex .textarea h3 span.num:after {
        width: 116px;
        top: -50px;
        left: -8px;
    }
	.topcontent2_flex.flex_reverse .textarea h3 span.num{
		margin-right: 24px;
		width: 104px;
        height: 104px;
        padding-bottom: 0;
        margin-top: -24px;
        margin-left: auto;
        margin-bottom: 16px;
	}
	.top_about_ul{
		flex-direction: column;
	}
	.top_about_ul li{
		width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
	}
	.topcontent4 .inner{
		display: flex;
        flex-direction: column-reverse;
		width: 86%;
	}
	.topcontent4 .imgarea {
        position: static;
        width: 100%;
        height: 60vw;
        width: 116%;
        margin-left: -8%;
		z-index: 2;
    }
	.topcontent4 .textarea{
		padding-top: 62px;
        padding-bottom: 62px;
		min-height:auto;
	}
	.topcontent4 .contentarea_relative::before{
		display:none;
	}
	.topcontent4 {
        background-image: url(./img/top_recruit_img-l.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #1d1818;
        padding-bottom: 160px;
    }
	.topcontent4 .textarea h2{
		display: block;
        text-align: center;
		margin-bottom: 1em;
		font-size: 200%;
	}
	.topcontent4 .textarea h2 span{
		font-size: 200%;
        display: block;
        margin-bottom: -.6em;
        margin-right: 0;
		opacity:0.6;
	}
	.topcontent4 .textarea h3 {
		font-size: 175%;
	}
	.topcontent4 .textarea p{
		font-size: 92.86%;
	}
	.topcontent4 .btn{
        width: 86%;
        height: 112px;
		z-index:3;
    }
	.foot_nav_ul{
		display:block;
	}
	.top_newsber a span {
    padding-right: 15px;
    padding-left: 0px;
		padding-bottom:10px;
}
	.top_newsber a {
		padding-left: 20px;
    text-decoration: none;
    color: #000;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
		font-size:95%;
}
	
}
@media screen and (max-width: 1080px){
	.top_newsber{
		width:90%;
	}
}
@media screen and (max-width: 1200px){
	.footer_top nav{
        width: 100%;
        justify-content: space-between;
    }
}

/*--下層ページ--*/
.page_head{
	position: relative;
    z-index: 10;
    overflow: hidden;
    height: 600px;
    color: #fff;
    background-color: #ddd;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.page_head h2{
	width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.page_head .h2_jp{
	display: block;
	font-family: '秀英明朝 M', 'Shuei Mincho M';
	font-size: 400%;
    margin-bottom: .4em;
}
.page_head .h2_en{
	display: block;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
    font-size: 150%;
}
.page_head img{
	z-index:-1;
	top: 0;
    left: 0;
	position: absolute;
}
.page_section{
	position: relative;
	padding-top: 112px;
    padding-bottom: 112px;
}
.page_section h2{
	font-size: 425%;
    color: #103306;
    letter-spacing: .1em;
    line-height: 1.2;
	width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	margin-bottom: 1em;
}
.page_section h2:after{
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: .5em;
	margin-left: auto;
    margin-right: auto;
}
.page_content{
	position: relative;
    z-index: 1;
}
.page_content_flex{
	display: flex;
    justify-content: space-between;
}
.page_content_flex{
	display: flex;
    justify-content: space-between;
	max-width: 1440px;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
}
.page_flex_img{
	left: 0;
	height: 100%;
	width: 45.83%;
	position: absolute;
    top: 0;
}
.page_flex_img .img-detail{
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.page_flex_img .img-detail img{
	top: 0;
    left: 0;
	position: absolute;
}
.page_flex_text{
	margin-left: auto;
	display: flex;
	align-items: center;
	min-height: 607.64px;
	width: 45.83%;
}
.page_flex_text .img_text_inner{
	width: 100%;
}
.page_flex_text .img_text_inner h4{
	font-size: 300%;
	margin-bottom: 1em;
	color: #103306;
}
.page_flex_text .img_text_inner .text p{
	margin-bottom: 1em;
	letter-spacing: .1em;
	font-size: 93.75%;
}
main .page_section:nth-child(2n) {
    background-color: #f8f8f8;
}
.page_content_inner{
	max-width: 880px;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}
.p_c_i_inner{
	display: block;
	width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.column_item {
    width: 100%;
}
.text {
    display: flex;
    flex-direction: column;
}
.page_table{
	border: none;
    height: auto !important;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
	font-size: 93.75%;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
.page_table th, .page_table th {
    background-color: #ECECEC;
    color: #103306;
    font-family: '秀英明朝 M', 'Shuei Mincho M';
    font-size: 106.67%;
}
.page_table th, .page_table td {
    position: relative;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 1em 1.5em;
	vertical-align: middle;
}
.page_table tr {
    height: auto !important;
}
.page_table th{
	padding: 2em;
	min-width: 120px;
    text-align: left;
}
.page_table tr:first-child th, .page_table tr:first-child td {
    border-top: 1px solid #E0E0E0;
}
.page_content_inner2 .p_c_i_inner{
	display: flex;
	flex-wrap: wrap;
}
.page_content_inner2 .p_c_i_inner .column_item{
	width: 45%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.page_content_inner2 .p_c_i_inner .column_item:nth-child(even){
	margin-right: 0%;
}
.table2 th, .table2 td{
	padding: 1em;
}
.page_h3{
	margin-bottom: 1em;
	margin-top: 80px;
	color: #2c8843;
	font-size: 300%;
	position: relative;
    font-family: '秀英明朝 M', 'Shuei Mincho M';
	text-align: center;
}
.box {
	line-height: 1.8;
    padding: 48px;
    background-color: #ECECEC;
}
.page_h4{
	position: relative;
    font-size: 150%;
    color: #103306;
    padding-left: .8em;
	margin-bottom: .5em;
}
.page_h4::before {
	color: #103306;
	top: .1em;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #103306;
    border-radius: .15em;
}
.bold{
	font-weight: bold;
    color: #103306;
}
.content-body .iframe--google_map {
    padding-top: calc(9 / 16* 100%);
}
.content-body .iframe{
    position: relative;
	z-index:2;
}
.content-body .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-body p {
	font-size: 93.75%;
    letter-spacing: .1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px){
	.page_flex_text {
    margin-left: auto;
    display: flex;
    min-height: 607.64px;
    width: 100%;
		padding-top: calc(66.66vw + 24px);
}
	.page_flex_img{
		margin-bottom:24px;
		width: 100%;
		height: auto;
		position: absolute;
    top: 0;
	}
	.page_flex_img .img-detail img {
    top: 0;
    left: 0;
    position: relative;
}
	.page_flex_text .img_text_inner h4{
		font-size:170%;
	}
	.page_section h2{
		font-size:215%;
	}
	.page_section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
	.page_table th {
    padding: 1em;
    min-width: 80px;
    width: 25% !important;
    text-align: left;
}
	.page_content_inner2 .p_c_i_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	.page_content_inner2 .p_c_i_inner .column_item {
    width: 100%;
    margin-right: 4%;
    margin-bottom: 4%;
}
	.box {
    line-height: 1.8;
    padding: 25px;
    background-color: #ECECEC;
}
	.page_h3 {
		font-size: 210%;
	}
	.page_head{
		height:250px;
	}
	.page_head .h2_jp{
		font-size:235%;
	}
	.page_head .h2_en{
		font-size:110%;
	}

    
}


/*--news--*/
.news_container_inner {
    padding-top: 112px;
    padding-bottom: 112px;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
}
.main_column {
    flex: 1;
    margin-right: 80px;
}
.sideber_column {
    width: 264px;
    position: relative;
}
.post-box{
    margin-bottom: 40px;
    transition: all .4s ease-out;
    box-shadow: 0 0 16px rgba(0, 0, 0, .08);
    position: relative;
    background-color: #fff;
    display: flex;
}
.post-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .4s ease-out;
	z-index:2;
}
.post-box .post-img {
    width: 280px;
    pointer-events: none;
    background-color: #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.post-box .post-img img {
    top: 0;
    left: 0;
    position: absolute;
}
.post-box .post-img img:before{
    padding-top: calc(4 / 3* 100%);
    content: '';
    display: block;
}
.post-textarea {
    flex: 1;
    padding: 40px;
}
.post-title {
	margin-bottom: 1em;
    position: relative;
    font-size: 150%;
    color: #103306;
    padding-left: .8em;
}
.post-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #103306;
    border-radius: .15em;
}
.post-info{
    align-items: center;
    display: flex;
    margin-bottom: 24px;
}
.post-info .post-date{
	font-size: 93.75%;
}
.side-title{
	position: relative;
    font-size: 150%;
    color: #103306;
}
.side-title small{
    font-size: 62.5%;
    opacity: .5;
    display: block;
    line-height: 2;
    font-family: 'Cormorant Infant', serif;
}

@media screen and (max-width: 1080px){
	.sideber_column{
		display:none;
	}
	.main_column {
    flex: 1;
    margin-right: 0px;
}
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 116px;
    z-index: 9990;
    transition: all .4s ease-out;
}
.pc_header_inner{
	border-bottom: 1px solid;
    width: calc(100% - 216px);
    max-width: calc(100% - 216px);
    margin-left: 50px;
    margin-right: 166px;
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 100%;
    padding-left: 24px;
}
.header_logo a{
	display:block;
	width:90px;
}
.gnav{
	height: 100%;
	display:block;
}
.gnav_menu{
	display: flex;
	justify-content: center;
	position: relative;
	height:100%;
}
.gnav--link span {
    position: relative;
    line-height: 1.4;
}
.gnav--link span:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    opacity: 0;
    transform: translateY(8px);
    transition: all .4s ease-out;
}
.gnav--link:hover span:before{
	opacity: 1;
    transform: translateY(0);
}
.gnav--link {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: all .4s ease-out;
    outline: none;
	padding: .5em 1em;
	height: 100%;
}
.gnav_contacts {
    position: absolute;
    top: 0;
    right: 0;
}
.gnav_contacts a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 112px;
	color:#fff;
	font-size:80%;
}
.gnav_contacts a:hover{
	opacity:0.8;
}
.gnav_contacts a img{
	width:30px;
	margin-bottom:10px;
}
.gnav_contact a {
    background-color: #061609;
    position: relative;
    overflow: hidden;
}
.gnav_entry a {
    background-color: #2C8843;
    position: relative;
    overflow: hidden;
}
.gnav_tel {
    position: absolute;
    top: 124px;
    right: 150px;
    font-size: 200%;
    letter-spacing: .1em;
    font-family: "秀英明朝 M", "Shuei Mincho M";
	padding: 10px 0;
}
.header.scroll-header {
	height: 88px;
	background-color:#ffffffdd;
}
.header.scroll-header .gnav_tel {
	top: 96px;
	padding: 10px 1em;
	background-color:#ffffffdd;
}

/*--ハンバーガーボタン--*/
.hamburger {
    display: block;
    position: absolute;
    z-index: 10;
    right: 13px;
    top: 13px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    left: 13px;
    background: rgb(44, 136, 67);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}
.hamburger span:nth-child(4) {
	font-family: 'Crimson Text';
    color: #fff;
    bottom: 10px;
    background: none;
    width: auto;
    height: auto;
    font-size: 12px;
    top: 35px;
    left: 10px;
}
/* ナビ開いてる時のボタン */
.hamburger.active{
}
.hamburger.active span:nth-child(1) {
  top : 25px;
  left: 10px;
	  width: 32px;
  background :#ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 25px;
	width: 32px;
	left: 10px;
  background :#ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(4){
	opacity:0;
}
.sp_header_inner .header_logo{
	width:130px;
	margin-left:20px;
	
}
.globalMenuSp{
	opacity: 0;
	pointer-events: none;
	display:block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
        width: 100%;
        height: calc(100%);
        background-color: rgb(44, 136, 67);
        margin: 0px;
        overflow: scroll;
        transition: all 0.4s ease-out 0s;
}
.globalMenuSp.active{
        opacity: 1;
        pointer-events: auto;
}
	.sp_header_inner{
	display:none;
}
.sp_gnav_ul{
	display: block;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	font-size: 114.29%;
	position:relative;
	color:#fff;
	padding: 40px;
	margin-top: 60px;
}
.sp_gnav_ul li{
	position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sp_gnav_ul li a{
	display: block !important;
        text-align: left;
	padding:1em;
	color:#fff;
}
.sp_gnav_ul li a:before {
        content: '';
        position: absolute;
        top: 26px;
        right: 1.5em;
        width: 8px;
        height: 8px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
}
.sp_tell{
	margin: 0 40px;
	text-align: center;
}
.sp_tell a{
	padding: 15px;
	display:block;
	text-align: center;
	font-size:200%;
	color:#fff;
}
.sp_contactbtn{
	margin: 20px 40px;
}
.sp_contactbtn a{
	padding:10px;
	color:#fff;
	display:block;
	background:#000;
	position:relative;
	text-align:center;
}
.sp_contactbtn a img{
	position:absolute;
	width:30px;
	position: absolute;
        top: 50%;
        left: 36px;
        transform: translateY(-50%);
}



@media screen and (max-width: 1080px){
	.pc_header_inner{
	display:none;
}
	.sp_header_inner{
	display: flex;
    align-items: center;
    height: 100%;
}
	.header_logo a {
    display: block;
    width: 60px;
}
}