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

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

audio, canvas, video { display: inline-block; max-width: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; scroll-behavior: smooth;}

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

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

a:focus { outline: none; }

ins { text-decoration: none; }

mark { 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; width: 100%; }

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

button, input, select, textarea { outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; }

input, textarea { background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); -webkit-appearance: none; border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */ }

input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="radio"] { -webkit-appearance: radio; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

img { -ms-interpolation-mode: bicubic; }

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; height: 0; font-size: 0.1em; line-height: 0; visibility: hidden; overflow: hidden; }

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* end MacIE5 */
/* Base ----------------------------------------------------------------- */
body {
    background: #fff;
    color: #393939;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-size: calc(16 / 1920 * 100vw);
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	letter-spacing: 0.05em;
}


a { color: #000; text-decoration: none; }

b, strong { font-weight: 700; }

big { font-size: larger; }

small { font-size: 80%; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

i, cite, em, var, address, dfn { font-style: italic; }

tt, code, kbd, samp { font-family: monospace; }

u, ins { text-decoration: underline; }

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

input { border: 0; margin: 0; padding: 0; }

select { background: none transparent; border: 0; border-radius: 0; margin: 0; padding: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

/* for IE */
select::-ms-expand { display: none; }

a, a:before, a:after, input { -moz-transition-property: background-color, color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease; -o-transition-property: background-color, color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; -webkit-transition-property: background-color, color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; transition-property: background-color, color; transition-duration: 0.2s; transition-timing-function: ease; }

/* infinite scroll */
#infscr-loading { color: #525252; font-size: 14px; text-align: center; width: 100%; }
#infscr-loading img { margin-right: 8px; vertical-align: middle; }
#infscr-loading div { display: inline; }


/**************************
フォント調整
**********************************************************************************/

@media (min-width: 1401px) and (max-width: 1599px){
	body {
		font-size: calc(16 / 1599 * 100vw);}
	}
	
	@media (min-width: 1200px) and (max-width: 1400px){
	body {
		font-size: calc(16 / 1400 * 100vw);}
	}
	
	@media (min-width: 1001px) and (max-width: 1199px){
	body {
		font-size: calc(16 / 1199 * 100vw);}
	}
	
	@media (min-width: 768px) and (max-width: 1000px){
	body {
		font-size: calc(16 / 1000 * 100vw);}
	}
	
	@media (min-width: 501px) and (max-width: 767px){
	body {
		font-size: calc(16 / 767 * 100vw);}
	}
	
	@media (min-width: 300px) and (max-width: 500px){
		body {
			font-size: 4vw;
		line-height: 1.8;}
	}



/*  header */
#js-header {
    height: 180px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
	width: 100%;
    background: #fff;
}
.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

/*========= header 上部固定させるためのCSS ===============*/
#js-header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    animation: DownAnime 0.5s forwards;
    height: 150px;
    box-shadow: 0 0 15px #ebebeb;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}





#js-header.fixed .contact_btn a
{background: rgb(235,228,205);
background: -moz-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe4cd",endColorstr="#38b0b9",GradientType=1);}


#js-header.fixed .contact_btn a:hover {
background: rgb(229,214,166);
background: -moz-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5d6a6",endColorstr="#cc8a84",GradientType=1);
	color:#fff;
}




/* header_logo */
.header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    max-width: 170px;
    padding-left: 2%;
}
.header_logo a {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
    position: relative;
}
.header_logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.logo_whi {
    display: block;
}
.logo_bli {
    display: none;
}

/* スクロール時 header logo切り替え*/

#js-header.fixed .logo_bli {
    display: block;
}
/* END */


 /*** global nav*/

nav {
    margin: 0 70px 0 auto;
}

.p-global-nav {
    font-size: 105%;
	float: right;
}

@media only screen and (min-width: 768px) {
    .p-global-nav {
        display: block !important;
        margin-top: 110px;
    }
}

.p-global-nav li {
    float: left;
    line-height: 3;
    text-align: center;
	position:relative;
}
.p-global-nav li.menu-item-has-children:hover > .sub-menu { top: 100%; }
.p-global-nav li a {
    padding-left: 30px;
    padding-right: 30px;
}

.p-global-nav li img {
	max-width: 22px;
    vertical-align: middle;
    padding: 0 30px;
}


.p-global-nav li sub-menu { top: 75%; left: 0; }
.p-global-nav a {
    display: block;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}




/* pageごとでglobal color変更*/
.bl_header .p-global-nav a {
    color: #000;
    text-shadow: unset;
}
.bl_header .logo_whi {
    display: none;
}
.bl_header .logo_bli {
    display: block;
}

/* p-global-nav hover 設定-調整*/
@media only screen and (min-width: 768px) {
    .p-global-nav li a:after {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        width: 0;
        height: 3px;        
		background: #a5d39d;
        transition: all 0.3s ease 0s;
        right: 0;
        margin: 0 auto;
    }
    .p-global-nav li a:hover:after {
        width: 30%;
    }
.p-global-nav li a:hover {
    cursor: pointer;
}
}


.p-global-nav .menu-item-has-children { position: relative; }
.p-global-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; top: 0; visibility: visible; }
.p-global-nav .sub-menu {
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    top: 90px;
    left: -50%;
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
    background: #fff;
    border-radius: 7px;
padding: 27px 0;
    box-shadow: 3px 3px 16px #a1a1a1;
}
.p-global-nav .sub-menu .menu-item-has-children > a { position: relative; }
.p-global-nav .sub-menu li:before{display:none !important}

.p-global-nav .sub-menu li {
    margin: 0;
    padding: 0;
}
li#menu-item-254 a {
    cursor: unset !important;
    color: #ddd !important;
}
.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; }
.p-global-nav .sub-menu a {
    box-sizing: border-box;
    padding: 11px 5px 11px 35px;
    width: 280px;
    color: #000 !important;
    font-size: 16px;
    text-shadow: unset;font-size:
    font-weight: bold;
}

.p-global-nav .sub-menu li a:after{display:none}


/* スクロール時header */
#js-header.fixed .p-global-nav {
    margin-top: 95px;
}


/* sp_menu */


#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;
    background: #aed5af;
	transition: all 0.6s;
    overflow: hidden;
}


#g-nav.panelactive{
    top: 0;
}


#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.g-nav-block {
    position: absolute;
    z-index: 999;
    max-width: 800px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 9% auto;
}
.g-nav-in_block {
    display: flex;
}
.g-nav-harf {
    flex: 1;
    position: relative;
	padding:0 30px
}
#g-nav ul {
    width: 100%;
    display: table;
    position: relative;
}
.gnav_ttl {
    text-align: center;
    color: #fff;
    font-size: 150%;
    font-family: "Jost", sans-serif;
    border-bottom: solid 1px #fff;
}


#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.nairanli a {
    border: solid 2px #fff;
}

.openbtn {
    position: fixed;
    z-index: 9999;
	top: 0px;
    right: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    background: #8CC46D;
}
	
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 60%;
    right: 0;
    margin: 0 auto;
}

.openbtn span:nth-of-type(1) {
	top:19px;	
}

.openbtn span:nth-of-type(2) {
    top: 35px;
}

.openbtn span:nth-of-type(3) {
    top: 51px;
}

.openbtn.active span:nth-of-type(1) {
    left: 0;
    transform: translateY(6px) rotate(-20deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    left: 0;
    transform: translateY(-6px) rotate(20deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
	top: 31px;
}
.openbtn.active {
    position: fixed;
    top: 0px;
    right: 0px;
}
span.mmtxt {
    transition: unset !important;
    height: unset !important;
    border-radius: unset !important;
    background-color: unset !important;
    width: auto;
    right: 0;
    margin: 0 auto;
    top: 64px;
    text-align: center;
    color: #fff;
    font-family: "Jost", sans-serif;
    line-height: 1 !important;
}
.gsp_ul {
    position: relative;
    width: 90%;
    display: table;
    padding: 8px 0;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
}
.opmn {
    font-size: 14px;
    color: #baa45d;
    font-weight: 400;
}
.gsp_ul_right {
    width: 100%;
    position: relative;
    display: table;
}
.gsp_ul_right li {
    width: 40%;
    float: left;
    margin: 0 5%;
	text-align:center;
}
.contact_li_img {
    width: 50% !important;
    position: relative;
    margin: 0 !important;
}
.contact_li_img img {
    vertical-align: middle;
}
.gsp_ul li img {
    height: auto;
    vertical-align: middle;
    min-width: 88px;
    width: 88px;
}
.gsp_ul li a {
    display: block;
    position: relative;
}
.glsp_li_img img {
    vertical-align: middle;
}
.glsp_li_img {
    max-width: 82px;
    width: 30%;
    float: left;
    position: relative;
}
.glsp_left {
    width: 40%;
    float: right;
    position: relative;
    max-width: 170px;
	    margin-right: 12px;
}
#g-nav-list_inner {
    width: 240px;
    margin: 55px auto 0;
}
.g-nav_list {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 25px;
}
.g-nav_tag {
    color: #BAA45D;
    text-align: center;
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: bold;
}


.g-nav_list a {
    font-weight: bold;
    color: #BAA45D;
    background: #fff;
    padding: 11px 0;
    position: relative;
    display: block;
    border-radius: 100px;
}




@media only screen and (max-width: 767px) {
	nav {
		display: none;}
	.openbtn {
    width: 60px;
    height: 60px;
}
span.mmtxt {
        top: 43px;
        font-size: 11px;
    }
.openbtn span:nth-of-type(3) {
    top: 33px;
}
.openbtn span:nth-of-type(2) {
    top: 21px;
}
.openbtn span:nth-of-type(1) {
    top: 10px;
}
	.openbtn.active span:nth-of-type(3){
		    top: 22px;
	}
}

@media screen and (max-width: 500px){
	.glsp_left {
    max-width: 180px;
    width: 80%;
}
.glsp_li_img {
    width: 82px;
}
#g-nav-list_inner {
    margin: 30px auto 55px;
}
}




/*リストのレイアウト設定*/
.in_gsp_ul {
    position: relative;
    width: 90%;
    display: table;
    padding: 8px 0;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
}




/********* fadeUp *************************************/
.delay-time{
	opacity: 0;
}
.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/* footer */
footer {
    position: relative;
    padding: 0px 0 0px;
}
.footer_inner {
    display: block;
    max-width: 1200px;
    margin: 50px auto 80px;
    position: relative;
    width: 94%;
}
.footer_left {
    width: 45%;
    float: left;
    position: relative;
}

.footer_left .logo {
    height: auto;
    width: 200px;
	    margin-bottom: 40px;
}
.fo_txt {
    font-size: 95%;
}
.footer_right {
    width: 55%;
    float: left;
    position: relative;
    padding-top: 40px;
}
.copy_txt span:before {
    content: "";
    position: absolute;
    border-left: solid 1.5px #fff;
    left: -10px;
    top: 20%;
    height: 75%;
}

.copy_txt span {
    position: relative;
    margin-left: 20px;
    font-weight: 300;
}

.copy_txt {
    text-align: center;
    font-size: 80%;
background: #73b151;
    color: #fff;
    padding: 9px 0;
    font-weight: 300;
}
.p-footer-nav ul {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-footer-nav ul .sub-menu li {
    margin-bottom: 15px;
}

.p-footer-nav {
    position: relative;
}
.p-footer-nav ul li {
    margin: 0 15px 10px;
    position: relative;
    width: auto;
}
.p-footer-nav a:before {
    position: absolute;
    content: "";
    height: 55%;
    border-left: solid 1px #000;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 27%;
    right: -16px;
}
.p-footer-nav li:last-child a:before{display:none}
.p-footer-nav a {
    color: #000;
    font-size: 95%;
    position: relative;
    display: block;
    padding: 1px 10px;
}
.p-footer-nav ul li span {
    font-weight: 500;
    color: #000;
}
.p-footer-nav ul li a:hover {
    opacity: 0.7;
	text-decoration:underline;
}
.p-footer-nav ul li a {
	    transition: all 0.3s ease 0s;
}
.sub-menu li {
    margin: 17px 0 0;
    padding-left: 23px;
    position: relative;
}
.sub-menu li:before {
    position: absolute;
    content: "";
    width: 15px;
    border-top: solid 1px #898989;
    top: 17px;
    left: 0;
}
.link_le {
    color: rgb(255 255 255 / 50%);
}

.p-pagetop {
    line-height: 60px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 998;
    display: block !important;
}
.p-pagetop a:hover{opacity:0.7}
.p-pagetop a {
    display: block;
    position: relative;
    width: 60px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.p-pagetop img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.floating_menu {
    width: 100%;
    margin: 0 auto 0 0;
    left: 0;
    position: fixed;
    bottom: 0;
    background: #8CC46D;
    z-index: 9999;
    display: none;
}
.floating_menu ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 50%;
}
.floating_con01 {
    background: #8CC46D;
}
.floating_con02 {
    background: #dbdbba;
}
.floating_menu ul li img {
    height: 30px;
}
.floating_menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
}

@media screen and (max-width: 767px){
	.footer_inner {
    margin: 30px auto;
}
.p-footer-nav ul li {
    margin: 0 2px 8px;
}
.p-footer-nav a:before {
    top: 21%;
    right: -3px;
}
	.floating_menu{display:block}
}



/** Contactform - お問い合わせフォーム */
.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 100%; margin: 0 0 2.5em !important; padding: 0; width: 100%; box-sizing: border-box; }
.wpcf7 form { margin: 1.5em 1.5em 0; }
.wpcf7 p {
    margin-bottom: 15px;
    font-size: 95%;
}
.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px 12px;
    width: 100%;
    border-radius: 5px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ccc; max-width: 97%; padding: 8px; width: auto; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 14px; line-height: 1.2; }
.wpcf7 .wpcf7-list-item { display: block; }
.wpcf7 textarea { height: 300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5); outline: none; }
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 300px;
    margin: 30px auto 0;
    background-color: #C90500;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 0;
    font-weight: 600;
    border-radius: 0;
}

.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
    background-color:#310000;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color: #310000; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { margin: 10px 0 0; padding: 8px 35px 8px 14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1em; }


.wpcf7 form {
    margin: 0 auto !important;
}
.wpcf7 {
    border: unset !important;
    margin: 0 auto !important;
}
.wpcf7 .wpcf7-list-item {
    display: inline-block !important;
	    margin: 0 10px;
}
.wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
}
table.rec_table02 {
    width: 90%;
    margin: 0 auto !important;
}
table.rec_table02 th {
    padding: 10px 1px 10px 10px;
    border: unset;
    background: unset;
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
    text-align: left;
}
table.rec_table02 td {
    padding: 20px 10px;
    border: unset;
    background: unset;
    vertical-align: middle;
    font-size: 16px;
}
.flex-box {
    display: table;
    width: 90%;
    margin: 15px auto;
}
.flex-block {
    width: 29%;
    float: left;
    margin: 0 2%;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin-left: 4%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, select.wpcf7-form-control.wpcf7-select{
    font-size: 16px;
    box-sizing: border-box;
    padding: 9px 8px;
    width: 100%;
    background: #fff;
}
span.required {
    background: #FF6363;
    color: #fff;
    font-size: 85%;
    padding: 0px 5px 1px;
    margin-left: 10px;
}
.rec_box {
    padding: 20px 0 40px;
    background: #f9f9f9;
    margin: 50px 0;
}
.wpcf7 textarea {
    height: 150px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox span.wpcf7-list-item.first {
    margin: 0 16px 0 0;
}
.pry_box {
    border: solid 1px #ddd;
    padding: 2%;
    height: 200px;
    overflow-y: scroll;
    position: relative;
	background:#fff;
    margin: 10px auto 30px;
}
.c-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.p_txt_ttl {
    font-size: 120% !important;
    font-weight: 600;
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}
.con_f_txt a:hover {
    opacity: 0.7;
    text-decoration: unset;
}

.con_f_txt a {
    text-decoration: underline;
}

.con_f_txt {
    width: 90%;
    margin: 0 auto;
}

/*reCAPTCHA*/
.pf_sds {
    border: solid 1px;
    background: #fff;
    padding: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
}
.grecaptcha-badge {
    visibility: hidden;
}
.pf_sds a:hover {
    opacity: 0.7;
}
.pf_sds p {
    font-size: 90% !important;
    line-height: 1.3em !important;
    margin-bottom: 0 !important;
}
.pf_sds a {
    color: #f00;
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
	.wpcf7 {
    margin: 0 !important;
}
table.rec_table02 {
    width: 100%;
}
table.rec_table02 td {
    padding: 10px 0 20px;
    font-size: 90%;
}

table.rec_table02 th {
    border: unset !important;
    padding: 5px 0 2px;
    font-size: 100%;
}
.pry_box {
    font-size: 90%;
}
.c-inner {
    width: 100%;
}
.flex-box {
    padding: 10px 2% 1px;
    background: #e5e4c1;
    width: 96%;
    margin: 0 auto 15px;
}
.rec_box {
    padding: 20px 5%;
}
.flex-block {
    float: unset;
    width: 100%;
    margin: 0 auto;    
	text-align: center;
}
select.wpcf7-form-control.wpcf7-select {
    font-size: 14px;
}
.pry_box {
    height: 150px;
}
table.rec_table02 th, table.rec_table02 td {
        width: auto;
        display: block;
        text-align: center;
        border: unset !important;
        font-size: 90%;
        padding: 5px 0 2px;
    }
}


.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/** head個別CSS **/
.head_info_block {
    position: absolute;
    right: 130px;
    width: 40%;
    max-width: 650px;
}
.hib_txt01 {
    font-size: 95%;
margin: 2px 0 5px;
}
.head_info_block ul {
    width: 100%;
    display: table;
    position: relative;
}
.head_info_block li:last-child {
    margin: 0;
    padding-top: 7px;
    width: 48%;
}
.head_info_block li {
    width: 50%;
    margin-right: 2%;
    float: left;
}
.hib_txt02 {
    text-align: center;
    line-height: 1.5;
    font-size: 95%;
}
span.hib_spa01 {
    background: #353535;
    color: #fff;
    padding: 0 8px 2px;
    border-radius: 100px;
    font-size: 95%;
    font-weight: 500;
    margin-right: 5px;
}
span.hib_spa02 {
    font-family: "Jost", sans-serif;
    font-size: 105%;
}
span.sqa_spa:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -2px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 6px solid #353535 !important;
    border: 4px solid transparent;
}
span.sqa_spa {
    position: relative;
    margin: 0 6px;
}
.p-global-nav li a:before {
    position: absolute;
    content: "";
    height: 50%;
    border-left: solid 1px #000;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 27%;
    right: 0;
}
#menu-item-867 a {
    color: #8cc46d;
}
#menu-item-867 a:before{display:none}
#menu-item-716 a:before{display:none}

.web_btn a {
    display: block;
    position: relative;
    font-size: 140%;
    color: #8cc46d;
    background: #fff;
    font-weight: 600;
    padding: 10px 0;
}
.web_btn {
    margin: 0 auto 40px;
    text-align: center;
    width: 80%;
    max-width: 380px;
}
span.kako {
    border: solid 1px #0a0a0a;
    padding: 4px 12px 5px;
    font-weight: 600;
    font-size: 95%;
}


@media screen and (max-width: 1000px) {
	.g-nav-block {
    padding-bottom: 10%;
}
}
@media screen and (max-width: 500px) {
	.g-nav-block {
    margin: 80px auto 0;
}
.web_btn a {
    font-size: 120%;
}
.web_btn {
    margin: 0 auto 30px;
	}
.gnav_ttl {
    font-size: 100%;
    text-align: left;
    padding-left: 6px;
}
#g-nav li a {
    text-align: left;
    padding: 6px 7px;
    font-size: 90%;
    border-bottom: dashed 1px #fff;
    line-height: 1.5;
    margin-top: 5px;
}
.g-nav-harf {
    padding: 0 15px;
}
.nairanli a {
    border-bottom: solid 2px #fff !important;
        display: inline-block !important;
}
	#g-nav li{text-align:left}
}

/** toppage **/

/* mv_sec */
.mv_sec {
    position: relative;
}
.mv_img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.mv_img .image {
	padding-top: 39%;
}
.catch {
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 350%;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.catch_img {
    position: absolute;
    width: 27%;
    bottom: -4%;
    left: 14%;
    z-index: 1;
    opacity: 0.95;
}

/* sec_01 */
.sec_01 {
    position: relative;
    background: url(/wp-content/uploads/025.jpg) right top no-repeat;
    background-size: contain;
    padding: 90px 0;
}
.sec_01:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 60%);
}
.inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.t_ul01 {
    width: 100%;
    display: table;
    position: relative;
}
.t_ul01 li:last-child {
    margin: 0;
}

.t_ul01 li {
    float: left;
    width: 47%;
    margin: 0 6% 0 0;
    position: relative;
}
.yh_box {
    background: #FAFAEF;
    position: relative;
    padding: 35px 0;
}
.yh_ttl {
    text-align: center;
    font-size: 130%;
    margin-bottom: 10px;
}
.yh_ttl span:after {
    position: absolute;
    content: "";
    height: 25px;
    border-left: solid 1px #000;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 3px;
    right: -22px;
}
.yh_ttl span:before {
    position: absolute;
    content: "";
    height: 25px;
    border-left: solid 1px #000;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 3px;
    left: -22px;
}
.yh_ttl span {
    position: relative;
    color: #C45695;
    font-weight: 600;
}
.yh_txt {
    text-align: center;
    font-size: 130%;
    line-height: 1.8;
    font-weight: 600;
    color: #4E6449;
}
.btn_01 a span:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow.png) center no-repeat;
    right: -61px;
    top: -51%;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.btn_01 a span {
    position: relative;
    font-weight: 600;
    vertical-align: middle;
}
.btn_01 a {
    display: inline-block;
    padding: 8px 15px;
    position: relative;
}
.btn_01 {
    position: relative;
    margin: 15px auto 0;
    text-align: center;
}
.t_txt03 {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 30px;
}

/* sec_02 */
.w_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
}
.t_ul02 {
    width: 100%;
    position: relative;
    margin: 0 auto 100px;
    display: table;
}
.li02_left_img {
    width: 47%;
    margin: 0 5% 0 0;
    float: left;
    height: 400px;
    position: relative;
}
.li02_right {
    width: 48%;
    float: left;
    position: relative;
}
.po_box {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
font-family: "Jost", sans-serif;
}
.po_box_left {
    width: 18%;
    float: left;
    margin-right: 2%;
    position: relative;
}
.po_box_right {
    width: 80%;
    position: relative;
    float: left;
}
.li02_right_img {
    width: 47%;
    margin: 0 0 0 5%;
    float: right;
    height: 400px;
    position: relative;
}
.t_ul03 {
    position: relative;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.t_ul03 li:last-child {
    margin: 0;
}

.t_ul03 li {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
    position: relative;
}
.t_ul03 {
    position: relative;
    margin: 0 auto 70px;
    display: table;
    width: 100%;
}
.point_img {
    width: 100%;
    margin: 0 auto 30px;
    height: 300px;
    position: relative;
}
.ttl_01 {
    font-size: 230%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #393939;
}
.po_b_txt {
    text-align: center;
    color: #CDA46E;
    font-size: 170%;
    line-height: 1.2;
}
.po_b_num {
    font-size: 500%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    color: #DAC7A2;
}
.num2 {
    color: #B8DABA;
}
.num3 {
    color: #F7C8E1;
}
.num4 {
    color: #E5D9E8;
}
.sec_02:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/haieki_g01.png) center no-repeat;
    background-size: contain;
    width: 54%;
    height: 50%;
    right: 0;
    top: 0;
    z-index: -1;
}
.sec_02 {
    position: relative;
    margin: 100px auto;
}
.sec_02:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/haieki_g02.png) center no-repeat;
    background-size: contain;
    width: 57%;
    height: 58%;
    left: -6%;
    bottom: 10%;
    z-index: -1;
}
.btn_02 a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_01.png) center no-repeat;
    background-size: contain;
    width: 40px;
    height: 100%;
    top: 0;
    right: 11px;
}
.btn_02 a {
    display: block;
    position: relative;
    text-align: center;
    background: #BAD5AC;
    color: #fff;
    font-size: 120%;
    padding: 10px 0;
    border-radius: 100px;
    font-family: "Jost", sans-serif;
}
.btn_02 {
    margin: 35px 0 0 auto;
    max-width: 280px;
    position: relative;
}
.cen_btn {
    margin: 35px auto 0;
}
.cen_btn02 {
    margin: 35px auto;
}
.cen_btn01{
    margin: 35px auto 0;
}
.cen_btn01 a{background:#CCAF6B}
.tt_inner {
    width: 90%;
    margin: 0 auto 50px;
    position: relative;
    max-width: 1270px;
}
.en_ttl01 {
    font-size: 600%;
    font-family: "Jost", sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #E9E9E9;
}
.t_txt04 span {
    font-weight: 600;
    position: relative;
}
.t_txt04 span:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/caraico01.svg) top center no-repeat;
    background-size: contain;
    width: 90px;
    height: 50px;
    top: -20px;
    right: -115px;
}
.t_txt04 {
    font-size: 120%;
}




/*sec_03**/
.sec_03:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

.sec_03 {
    position: relative;
    padding: 90px 0;
    background: url(/wp-content/uploads/haikei03.jpg) center no-repeat;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
}
.t_ul04 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.li04_left {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
    position: relative;
}
.t_image01 img {
    border-radius: 500px;
}
.li04_right {
    width: 65%;
    float: left;
    position: relative;
}
.m_ttl {
    font-size: 230%;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #CDA46E;
    font-family: "Jost", sans-serif;
}
.m_catch {
    font-size: 200%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #393939;
    margin-bottom: 20px;
}
.t_txt02 {
    font-size: 100%;
    margin-bottom: 15px;
}
.col_btn a {
    background: #CDA46E;
}



/*sec_04*/
.menu_img {
    width: 100%;
    margin: 0 auto 20px;
    height: 250px;
    position: relative;
}
.menu_ul {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}
.menu_ul li {
    width: 23%;
    margin: 0 1% 50px;
    float: left;
    position: relative;
}
.sec_04 {
    position: relative;
    margin: 100px auto 50px;
    background: #F6F6F6;
    padding: 90px 0 1px;
}
.menu_catbox {
    position: relative;
    margin: -125px auto 70px;
}
.menu_c_ttl {
    font-size: 500%;
    font-family: "Jost", sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #CADCC0;
    text-align: center;
    font-weight: 500;
}
.menu_c_sub {
    text-align: center;
    margin: 20px auto 0;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.menu_ttl {
    font-size: 180%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #393939;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.85;
    letter-spacing: 0.1em;
}

.t_txt01 {
    font-size: 100%;
}
.menu_ul .t_txt01 {
    width: 96%;
    margin: 0 auto;
}

/*sec_recruit*/
.sec_recruit {
    position: relative;
    padding: 100px 0 70px;
}
.rec_contents {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    border-top: solid 1px #C9C9C9;
    border-bottom: solid 1px #C9C9C9;
}
.rec_inner {
    width: 88%;
    margin: 40px 2% 20px 10%;
    position: relative;
}
.rec_inner:before {
    position: absolute;
    background: #FAFAFA;
    width: 91%;
    height: 111%;
    content: "";
    bottom: -24%;
    right: 7%;
    z-index: -1;
}
.rec_sub_ttl {
    position: absolute;
    top: -71px;
    font-size: 325%;
    color: #f7aaaa;
    line-height: 1;
    font-weight: 300;
    display: inline-block;
    background: #fff;
    padding: 0 17px;
    left: -20px;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.1em;
}
.rec_ul {
    width: 100%;
    position: relative;
    display: table;
}
.rec_li_left {
    width: 18%;
    float: left;
    margin-right: 5%;
}
.rec_li_left img {
    border-radius: 200px;
}
.rec_li_right {
    width: 75%;
    float: left;
    position: relative;
}
.rec_ttl {
    font-size: 170%;
    color: #6f6f6f;
    letter-spacing: 2px;
font-family: "Shippori Mincho", serif;
    margin-bottom: 20px;
}
.rec_li_right ul {
    width: 100%;
    position: relative;
    display: table;
}
.rel_left {
    margin: 0;
    /*float: left;
    width: calc(100% - 350px);*/
}

.rec_txt {
    color: #6f6f6f;
    letter-spacing: 1px;
	font-size: 1.5em;
	text-align: center;
	background-color: #FFE2E2;
	padding: 5px;
	border-radius: 34px;
	width:90%;
}
.rel_right {
    /*width: 350px;*/
    float: left;
    text-align: center;
}

/*sec_05*/
.yh_txt02 span {
    font-size: 120%;
    font-weight: 500;
}

.yh_txt02 {
    text-align: center;
    font-size: 120%;
    line-height: 1.8;
    font-weight: 600;
    color: #575757;
    margin: 10px auto 20px;
}
.yh_txt03 {
    text-align: center;
    font-size: 110%;
    font-weight: 500;
}
.sidecut {
    width: 80%;
    margin: 50px auto 100px;
}
.ico_ira {
    max-width: 100px;
    margin: 0 auto 15px;
}

/*footer_sec*/
.footer_sec {
    position: relative;
    background: #E5EFCF;
    padding: 70px 0 0;
}
.f_logo {
    width: 40%;
    max-width: 180px;
    margin: 0 auto;
}
.fos_txt {
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
}
.fos_txt01 span {
    background: #353535;
    color: #fff;
    padding: 0 8px 2px;
    border-radius: 100px;
    font-weight: 500;
    margin-right: 5px;
}
.fos_txt01 {
    text-align: center;
    margin: 10px auto;
}
.footer_sec .fos_txt02 {
    text-align: center;
    margin: 20px auto;
}
.fos_img {
    max-width: 400px;
    margin: 30px auto 60px;
	width:80%;
}
.ggmap {
    position: relative;
    padding-bottom: 22%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ins_imh {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
}
.ins_txt {
    border-top: solid 1px #575757;
    width: 90%;
    max-width: 400px;
    margin: 8px auto 0;
    padding: 10px 0 0;
    text-align: center;
}
.ins_btn a:hover {
    opacity: 0.8;
    background: #333;
    color: #fff;
}

.ins_btn a {
    display: block;
    position: relative;
    border: solid 2px #333;
    padding: 15px 0;
    text-align: center;
    font-size: 110%;
    font-weight: 500;
    border-radius: 100px;
}
.ins_btn {
    margin: 30px auto 50px;
    width: 90%;
    max-width: 350px;
}

.sec_06 {
    margin: 50px auto 100px;
    position: relative;
}
.sec_06 .inner {
    max-width: 1100px;
}
.ul_news {
    width: 100%;
    position: relative;
    display: table;
}
.new_li_left {
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}
.news_d_ttl {
    font-size: 140%;
    font-weight: 500;
}
.news_d_sub {
    font-family: "Jost", sans-serif;
    color: #c8c49e;
    font-size: 120%;
    font-weight: 300;
}
.new_li_right {
    width: 76%;
    float: left;
    position: relative;
    border-left: solid 1px #ddd;
    padding: 0px 0 10px 3%;
}
.news_date {
    font-family: "Jost", sans-serif;
    line-height: 1.5;
    font-weight: 300;
}
.news_ttl {
    font-size: 110%;
    font-weight: 500;
}
.news_block a:hover {
    opacity: 0.7;
}
.news_block a {
    padding: 5px 5px 10px;
    position: relative;
    display: block;
}

/* respon */
@media only screen and (max-width: 1600px) {
	.catch_img {
    bottom: -8%;
}
}
@media only screen and (max-width: 1400px) {
	.head_info_block {
    width: 60%;
}
.catch_img {
    bottom: -12%;
    left: 6%;
}
nav {
    margin: 0 30px 0 auto;
}
}

@media only screen and (max-width: 1200px) {
.p-global-nav li a {
    padding-left: 20px;
	padding-right: 20px;}
.p-global-nav {
    font-size: 100%;
}
.mv_img .image {
    padding-top: 50%;
}
.catch_img {
    width: 35%;
}
}

@media only screen and (max-width: 1000px) {
    .p-global-nav li a {
        padding-left: 15px;
        padding-right: 15px;
    }
.header_logo {
	max-width: 150px;}
.head_info_block {
        width: 65%;
        right: 110px;
    }
.catch_img {
        width: 35%;
        bottom: -15%;
        left: 4%;
    }
.sidecut {
	width: 90%;}
.menu_ttl {
    font-size: 160%;
}
.menu_img {
    height: 150px;
}
.ttl_01 {
    line-height: 1.5;
    font-size: 200%;
}
.po_box_right {
	width: 70%;}
.po_box_left {
	width: 25%;}
.tt_inner {
    width: 90%;
}
}


@media only screen and (max-width: 767px) {
.catch_img {
        width: 45%;
        bottom: -7%;
        left: 5%;
    }
.p-pagetop {
        bottom: 70px;
        right: 12px;
	}
#js-header {
    height: 60px;
}
.head_info_block {
    display: none;
}
.ggmap {
    padding-bottom: 44%;
}
.catch {
	font-size: 186%;
}
.header_logo {
        position: absolute;
        background: #fff;
        padding: 13px 9px;
        width: 25%;
}
.ins_txt {
    width: 100%;
}
.ins_imh {
    width: 70%;
}
#js-header.fixed {
    position: relative;
}
.mv_img .image {
        padding-top: 75%;
    }
#g-nav {
    display: block;
}
.po_b_txt {
    font-size: 140%;
}
.li02_right {
    width: 100%;
    float: unset;
}
.po_box {
    margin-bottom: 15px;
}
.po_b_num {
    font-size: 400%;
}
    .ttl_01 {
		font-size: 170%;}
.li02_left_img {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
    height: 200px;
}
.en_ttl01 {
    font-size: 400%;
}
    .menu_ttl {
        font-size: 150%;
    }
.t_ul02 {
    margin: 0 auto 50px;
}
.menu_ul li {
    width: 90%;
    margin: 0 auto 50px;
    float: left;
    position: relative;
}
.menu_catbox {
    position: relative;
    margin: -106px auto 30px;
}
.menu_c_ttl {
    font-size: 300%;
}
.li04_right {
    width: 100%;
    float: unset;
}
.li04_left {
    width: 50%;
    float: unset;
    margin: 0 auto 30px;
}
.t_ul03 li {
    width: 100%;
    margin: 0 auto 50px;
    float: unset;
    position: relative;
}
.li02_right_img {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
    height: 200px;
}
.sec_02 {
    margin: 0px auto 50px;
}
.t_image {
    width: 80%;
    margin: 0 auto;
	}
.sidecut {
    width: 94%;
    padding: 35px 3%;
}
.rec_ttl {
    font-size: 150%;
    margin-bottom: 4px;
}
.rel_right {
    width: auto;
}
.rec_inner:before {
    width: 100%;
    height: 111%;
    content: "";
    bottom: -42%;
    right: 0;
}
.rec_li_right {
    width: 100%;
    float: unset;
}
.rec_inner {
    margin: 34px 0% 20px 8%;
}
.t_ul01 li {
    float: unset;
    width: 100%;
    margin: 0 auto 20px;
}
.sec_recruit {
    padding: 50px 0;
}
.rec_sub_ttl {
    font-size: 200%;
    top: -55px;
}
.t_txt03 {
	font-size: 105%;}
.rel_left {
    width: 100%;
}
.yh_txt02 {
    font-size: 100%;
}
.footer_sec {
    padding: 40px 0 0;
}
	.copy_txt span:before{display:none}
.copy_txt span {
    display: block;
}
.copy_txt {
    padding: 9px 0 60px;
}
.news_d_sub {
    font-size: 100%;
}
.new_li_right {
    width: 100%;
    float: unset;
    border-top: solid 1px #ddd;
    padding: 15px 0 0;
    border-left: none;
}
.news_d_ttl {
    font-size: 120%;
}
.new_li_left {
    width: 100%;
    float: unset;
}
}

@media only screen and (max-width: 500px) {
    .catch_img {
        width: 53%;
        bottom: -14%;
    }
}



/*  下層ページ */

.p-page-header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1100px;
    text-align: left;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.page_head_tittle {
    font-size: 210%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 20px;
}

#contents_header {
    background: url(/wp-content/uploads/head_haikei.jpg) center no-repeat;
    background-size: cover;
    height: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 130px;
}
#contents_header:before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(167 206 171 / 80%);
}
.p_en_txt {
    font-family: "Jost", sans-serif;
    font-size: 140%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
.k_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 100px;
    position: relative;
}
.k_con {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.k_ttl01 {
    font-size: 200%;
    text-align: center;
    background: rgb(117, 182, 112);
    background: -moz-linear-gradient(90deg, rgba(117, 182, 112, 1) 0%, rgba(143, 195, 40, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(117, 182, 112, 1) 0%, rgba(143, 195, 40, 1) 100%);
    background: linear-gradient(90deg, rgba(117, 182, 112, 1) 0%, rgba(143, 195, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75b670",endColorstr="#8fc328",GradientType=1);
    padding: 10px 0;
    margin-bottom: 50px;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
.k_ul01 {
    width: 100%;
    display: table;
    margin: 0 auto 50px;
    position: relative;
}
.li_img {
    width: 36%;
    margin: 0 4% 0 0;
    float: left;
    position: relative;
}
.li_img_right {
    width: 36%;
    margin: 0 0 0 4%;
    float: right;
    position: relative;
}
.li_txt {
    width: 60%;
    float: left;
    position: relative;
}
.txt_01 {
    font-size: 100%;
    margin-bottom: 20px;
}
.space {
    height: 70px;
}
.k_ttl02 span {
    color: #8CC46D;
    font-weight: 600;
}

.k_ttl02 {
    font-size: 170%;
    font-weight: 600;
    color: #825A5A;
    margin-bottom: 20px;
    line-height: 1.5;
}
.box_01 {
    border: solid 1px #E2D9C9;
    position: relative;
}
.box01_ttl {
    background: #E2D9C9;
    text-align: center;
    padding: 10px 0;
    font-size: 140%;
    font-weight: 600;
    color: #483030;
    margin-bottom: 30px;
}
.box_01 .txt_01 {
    width: 90%;
    margin: 0 auto;
}

.list_01 li:after {
    border-left: 1px solid #483030;
    border-bottom: 1px solid #483030;
    width: 15px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 4px;
    content: '';
}

.list_01 li:before {
    width: 14px;
    height: 14px;
    border: 1px solid #483030;
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}
.list_01 li {
    width: auto;
    margin: 0 45px 10px 0;
    float: left;
    font-size: 105%;
    position: relative;
    padding-left: 24px;
    font-weight: 500;
}
.list_01 {
    position: relative;
    display: table;
    width: 90%;
    margin: 30px auto 10px;
}
.box_01 {
    border: solid 1px #E2D9C9;
    position: relative;
    margin-bottom: 100px;
}
.spacecut {
    margin: 0 auto;
}
.space_line {
    border-top: solid 1px #ddd;
    margin: 50px auto;
}
.k_fea_box {
    background: #f9f6ed;
    padding: 30px 5% 10px;
    position: relative;
}
.por_ttl {
    font-size: 170%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #393939;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
    margin: 0 auto 30px;
    padding: 5px 0;
}

.por_txt span {
    background: #44713c;
    color: #fff;
    padding: 0 8px;
    margin-right: 10px;
}
.por_txt {
    font-size: 120%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.k_fea_box {
    background: #f9f6ed;
    padding: 30px 5% 10px;
    position: relative;
    margin-bottom: 70px;
}
.k_ttl03 {
    font-size: 190%;
    font-weight: 500;
    color: #825A5A;
    margin-bottom: 35px;
    text-align: center;
    border-bottom: solid 1px #ababab;
    padding-bottom: 5px;
    font-family: "Shippori Mincho", serif;
}
.k_ttl04:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #75a386;
    left: 0;
    top: 39%;
}
.k_ttl04 {
    font-size: 140%;
    font-weight: 600;
    color: #825A5A;
    margin: 30px 0 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
table.table_desc th {
    width: 20%;
    background: #e9dfc8;
    border-bottom: solid 1px #fff;
    padding: 20px;
}

table.table_desc td {
    background: #fdfaf4;
    padding: 20px;
    border-bottom: solid 1px #cfc6ba;
}
table.table_desc th span {
    font-size: 100%;
    display: block;
    font-weight: 600;
}
table.table_desc th img {
    background: #fff;
    padding: 12px 0 0;
    margin-top: 7px;
}
.ta_txt01 {
    font-size: 110%;
    font-weight: 500;
    line-height: 1.5;
}
.ta_txt02 {
    line-height: 1.5;
    margin-bottom: 15px;
}
.anchor {
    display: block;
    padding-top: 250px;
    margin-top: -250px;
}
.anchor_high{
    display: block;
    padding-top: 350px;
    margin-top: -350px;
}

.anchor_small{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}


.triangle {
    margin: 25px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 23px solid #a9b1a6;
}
.flow_box {
    border: solid 1px #d7d3c3;
}
.flow_ttl span {
    background: #6b5e5e;
    color: #fff;
    margin-right: 10px;
    padding: 0 12px 1px;
    border-radius: 100px;
    font-weight: 500;
}
.flow_box .txt_01 {
    padding: 20px 3% 5px;
}
.flow_ttl {
    background: #d7d3c3;
    text-align: center;
    padding: 10px;
    font-size: 115%;
    font-weight: 500;
}
.box_02 {
    background: #FAFAEF;
    padding: 20px 5%;
    margin-bottom: 50px;
}
.list_02 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #bdbdbd;
    border-radius: 10px;
    left: 0;
    top: 10px;
}

.list_02 li {
    font-size: 105%;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
}
.list_02 {
    width: 100%;
    display: table;
    position: relative;
}
.ds_ttl {
    color: #825A5A;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.ds_txt {
    text-align: center;
    font-size: 105%;
    font-weight: 500;
}
.faq_box {
    border: solid 1px #e9dfdf;
    margin: 0 auto 40px;
    position: relative;
}
.faq_ttl span {
    background: #d79292;
    padding: 0 5px 1px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
}

.faq_ttl {
    font-size: 110%;
    padding: 10px 0;
    background: #e9dfdf;
    font-weight: 500;
    padding-left: 20px;
}
.faq_txt {
    width: 96%;
    margin: 15px auto 15px;
}
.unker_box {
    background: #f9f7ef;
    padding: 15px 3%;
    margin-bottom: 40px;
}

.unker_box li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.unker_box li a {
    display: block;
    position: relative;
}
.unker_box li {
    margin-bottom: 7px;
    font-size: 105%;
}
.unker_box ul {
    display: table;
    width: 100%;
    position: relative;
}
table.rec_table th {
    width: 20%;
    background: #f7eeee;
    padding: 15px 0;
    border: solid 1px #dfcccc;
    font-weight: 500;
    vertical-align: middle;
}
table.rec_table td {
    padding: 15px 30px;
    background: #fffafa;
    border: solid 1px #dfcccc;
    line-height: 1.5;
}
.centxt {
    text-align: center;
}

table.price_table thead td {
    text-align: center;
    padding: 7px 0;
    font-weight: 500;
}

table.price_table thead th {
    border-right: solid 1px #fff;
    font-weight: 500;
    padding: 7px 0;
}
table.price_table {
    margin-bottom: 15px;
}
table.price_table thead th, table.price_table thead td {
    background: #e9dfc8;
}
table.price_table tbody th {
    width: 50%;
    background: #fdfaf4;
    border: solid 1px #e9dfc8;
    padding: 10px;
    font-weight: 500;
}
table.price_table tbody td {
    text-align: center;
    background: #ffff;
    border: solid 1px #e9dfc8;
    font-weight: 500;
    font-size: 110%;
    padding: 10px 0;
}
.btn_02 span {
    font-size: 85%;
}
.txt_02 {
    font-size: 120%;
    font-weight: 600;
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.com_txt {
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-size: 130%;
    font-weight: 500;
    margin: 20px auto;
}
.post-title {
    font-size: 130%;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
    padding: 0 0 6px 6px;
    margin-bottom: 20px;
}
.ks_inner {
    margin: 0 auto 100px;
    width: 90%;
    max-width: 1000px;
}
.btn_03 a {
    position: relative;
    display: block;
    padding: 15px 0px;
    text-align: center;
    background: #7dae53;
    color: #fff;
    font-size: 110%;
    font-weight: 500;
    border-radius: 100px;
}

.btn_03 {
    width: 90%;
    max-width: 340px;
    margin: 50px auto;
    position: relative;
}


/*news*/
.p-news-block {
    width: 92%;
    margin: 100px auto;
    max-width: 1000px;
    position: relative;
}
.newsblock_inner {
    display: table;
    width: 100%;
    position: relative;
}
.p-article02__content {
    margin: 0 auto 30px;
    position: relative;
    border-bottom: solid 1px #c6c6c6;
    padding: 10px;
}
.p-article02__title {
    font-size: 105%;
    font-weight: 500;
}
.new_thum_img {
    margin-bottom: 15px;
}
.post-title {
    font-size: 150%;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px 10px;
}
.news_posts {
    margin: 100px auto;
}
.btn_05 a:hover {
    opacity: 0.8;
}
.btn_05 a {
    text-align: center;
    position: relative;
    display: block;
    background: #fb8d00;
    padding: 15px 0;
    color: #fff;
    font-size: 110%;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn_05 {
    margin: 50px auto 0;
    position: relative;
    max-width: 350px;
    width: 90%;
}
.p-article02__content a:hover {
    opacity: 0.6;
}
.p-article02__content a {
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
}


/*下層respon**/
@media only screen and (max-width: 767px) {
	.k_ttl01 {
    font-size: 150%;
    text-align: left;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.txt_02 {
    font-size: 110%;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.com_txt {
    font-size: 110%;
}
.k_ttl03 {
    font-size: 140%;
}
.k_con {
    width: 100%;
}
.li_txt {
    width: 100%;
    float: unset;
}
.li_img_right {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.p_en_txt {
    font-size: 110%;
}
.page_head_tittle {
    font-size: 140%;
    margin-bottom: 5px;
}
#contents_header {
    height: 200px;
    margin-bottom: 50px;
}
table.table_desc th img {
    width: 50%;
}
.k_ttl04:before {
    top: 31%;
}
.k_ttl04 {
    font-size: 120%;
    margin: 20px 0 5px;
    padding-left: 15px;
}
table.table_desc th, table.table_desc td {
    width: auto;
    display: block;
	}
.li_img {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.por_ttl {
    font-size: 140%;
    margin: 0 auto 20px;
}
.list_01 li {
    width: 90%;
}
.k_fea_box {
    padding: 20px 5% 10px;
    margin-bottom: 30px;
	}
.space_line {
    margin: 25px auto;
}
.por_txt {
    font-size: 110%;
	}
.k_ttl02 {
    font-size: 155%;
    margin-bottom: 10px;
}
table.rec_table th, table.rec_table td {
    width: auto;
    display: block;
}
table.rec_table td {
    padding: 10px 20px;
}
table.rec_table th {
    padding: 10px 0;
}
.anchor {
    display: block;
    padding-top: 0px;
    margin-top: -0px;
}
.anchor_high{
    display: block;
    padding-top: 0px;
    margin-top: -0px;
}

.anchor_small{
    display: block;
    padding-top: 0px;
    margin-top: -0px;
	}
table.price_table tbody th {
    text-align: left;
    padding: 5px;
    width: 60%;
    font-size: 91%;
}
table.price_table tbody td {
    padding: 5px;
    text-align: right;
    font-size: 100%;
}
.blog_date {
    font-size: 90%;
}
.post-title {
    font-size: 110%;
    padding: 0 0 10px 0;
}
.p-news-block {
    margin: 50px auto;
}
.post-title {
    font-size: 110%;
}
.date_cate_txt {
    font-size: 90%;
}
}



/**SPヘッダー動き調整**/
@media only screen and (max-width: 767px) {
	#js-header.fixed, #js-header {
    height: 0;
	    animation: none;
}
#contents_header {
    margin-top: 60px;
}
.header_logo {
    top: 0;
}
.mv_sec {
    margin-top: 60px;
}
}

/****　追加CSS　****/
.pc_none {
display: none;
}
.red {
color: red;
}
.txt-center {
text-align: center;
}
/*トップページ-求人募集*/
.rel_left {
margin: 0;
float: left;
width: 350px;
}
.rec_txt {
color: #fff;
letter-spacing: 1px;
font-size: 1.3em;
text-align: center;
background-color: #FF9999;
padding: 5px;
border-radius: 34px;
width:90%;
}
.rel_right {
float: left;
text-align: center;
}
.arrow {
width: 30px;
vertical-align:middle;
margin-top: -8px;
}
/*施設基準について*/
.txt_right01 {
text-align:right;
font-weight: bold;
font-size: 1.2em;
}
.txt_right01 span {
font-weight: bold;
font-size: 0.8em;
}
/*求人情報ページ*/
table.recruit_table {
margin-bottom: 15px;
}
table.recruit_table thead th, table.recruit_table thead td {
 background: #e9dfc8;
}
table.recruit_table tbody th {
width: 35%;
background: #fdfaf4;
border: solid 1px #e9dfc8;
padding: 10px;
font-weight: bold;
vertical-align: middle;
}
table.recruit_table tbody td {
text-align: center;
background: #ffff;
border: solid 1px #e9dfc8;
font-weight: 500;
font-size: 110%;
padding: 10px;
}

@media screen and (max-width: 1000px) {
/*トップページ-求人*/
.rec_txt {
width: 290px
}
}

@media screen and (max-width: 770px) {
/*トップページ-求人*/
.rec_inner:before {
width: 120%;
right: -8%;
}
.rel_left {
width: 350px;
text-align: center;
}
}

@media screen and (max-width: 640px) {
.pc_none {
display: block;
}
/*トップページ-求人*/
.rec_inner:before {
width: 120%;
right: -8%;
}
.rel_left {
width: 350px;
text-align: center;
}
.rec_txt {
width: 97%
font-size: 1em;
}
/*求人情報ページ*/
table.recruit_table tbody th {
width: 95%;
display: block;
}
table.recruit_table tbody td {
width: 95%;
display: block;
}
}

@media screen and (max-width: 500px) {
/*トップページ-求人*/
.rel_left {
margin-left: -60px;
}
}