/* ========================================================================== 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 {
    color: #000;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-size: calc(16 / 1920 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    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(15 / 1000 * 100vw);}
	}
	@media only screen and (max-width: 767px) {
		body {
			font-size: 3.6vw;
		line-height: 1.7;}
}




/*  header */
#js-header {
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.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;
    position: relative;
    width: 96%;
    height: 100%;
    margin: 30px auto 0;
}
.header_img {
    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: 27%;
    position: relative;
    margin: 0 5px;
}


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

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


#js-header.fixed .p-global-nav li a {
    color: #000;
    text-shadow: unset;
}


#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;
    max-width: 340px;
    padding-left: 10px;
    width: 40%;
}
.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;
}


/* END */


 /*** global nav*/



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

#home .p-global-nav {
	display:none;
}

#js-header.fixed .p-global-nav {
	display:block;
}

@media only screen and (min-width: 768px) {
    .p-global-nav {
        margin-top: 23px;
    }
}

.p-global-nav li {
    float: left;
    line-height: 2;
    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: 20px;
    padding-right: 20px;
}

.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;
}
span.gr_spa {
    font-size: 85%;
    color: #c3c3c3;
    font-weight: 500;
}




/* 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: -5px;
        left: 0;
        width: 0;
        height: 3px;
		background: #ffb486;
        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;
}
}

.h_tel_block img {
    vertical-align: middle;
}

.h_tel_block {
    width: 30%;
    max-width: 270px;
    margin: 0 130px 0 0px;
}


/*submenu 着地点調整*/
.p-global-nav .menu-item-has-children {
    position: relative;
    padding-bottom: 15px;
}

/***/






/* footer */
.l-footer {
    padding: 50px 0;
    background: #32442E;
    position: relative;
}
.f_logo {
    max-width: 300px;
    margin: 0 auto 35px;
}
.icoul {
    width: 100%;
    display: table;
    position: relative;
    margin: 20px auto 0;
    max-width: 290px;
}
.icoul li img a {
    display: block;
    position: relative;
}

.icoul li img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}
.icoul li {
    width: 18%;
    margin: 0 1%;
    float: left;
    position: relative;
    text-align: center;
}
.footer-menu {
    font-size: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
    margin: 30px auto 0;
    border-top: solid 1px #fff;
    padding-top: 20px;
}
.footer-menu li:before {
    position: absolute;
    content: "";
    border-right: solid 1px #fff;
    height: 60%;
    top: 25%;
    transform: rotate(30deg);
    right: -15px;
}
.footer-menu li:last-child:before{display:none}
.footer-menu li a {
    position: relative;
    display: block;
    color: #fff;
}
.footer-menu li {
    margin: 0 30px 10px 0;
    position: relative;
}
.f_add {
    text-align: center;
    font-size: 100%;
    color: #fff;
}
.f_tel {
    max-width: 300px;
    margin: 18px auto;
}
.f_txt {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 4px;
}
.f_inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.fcoinnner {
    padding: 8px 0;
    background: #061e00;
}
.copy_txt {
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    background: rgb(0 0 0 / 85%);
    transition: all 0.6s;
    max-width: 600px;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 40%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 600px;
}
.g-navul {
    position: relative;
    z-index: 999;
    width: 80%;
    margin: 70px auto 20px;
    left: 0;
    right: 0;
    display: table;
}
.g-navul li {
    list-style: none;
    margin-bottom: 20px;
	position:relative;
line-height: 2;
}

.g-navul li a span {
    font-size: 90%;
    font-family: "Jost", sans-serif;
    line-height: 1;
    margin-right: 16px;
}
.g-navul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px 0 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 110%;
    transition: all 0.3s ease 0s;
    position: relative;
}
.g-navul li a:after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
    }
.g-navul li a:hover:after {
        width: 100%;
    }
.g-navul li a:hover {        
	cursor: pointer;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 24px;
    right: 24px;
    cursor: pointer;
    width: 100px;
    height: 100px;
transition: all 0.4s ease;
}

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

span.gm_spa {
    background: unset;
    color: #fff;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    top: 69px;
    line-height: 1;
}

.openbtn.active {
    position: fixed;
}

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

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

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

.openbtn.active span:nth-of-type(1) {
    left: 0;
    transform: translateY(15px) rotate(-35deg);
    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(-15px) rotate(35deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
    top: 50px;
}


/*==== スクロール時　クラス付与・カラー変更 ===*/
.openbtn.scrolled {
    width: 80px;
    height: 80px;
    background: #061e00;
    top: 30px;
    right: 30px;
}
.scrolled .gm_spa {
    font-size: 14px;
    top: 61px;
}
/***END*****/

.g_txt {
    font-size: 95%;
    width: 80%;
    margin: 0 auto 15px;
    color: #Fff;
    line-height: 1.6;
}
span.sggt:hover {
    opacity: 0.7;
}
span.sggt {
    color: #fff;
    border: solid 1px #fff;
    padding: 1px 9px 3px;
    font-size: 90%;
    margin-left: 12px;
transition: all 0.3s ease 0s;
}
.g_txt a {
    position: relative;
}
span.short {
    font-size: 95%;
    margin-right: 10px;
}
.g_txt01 span {
    font-family: "Jost", sans-serif;
}

.g_txt01 {
    width: 80%;
    margin: 0 auto 7px;
    line-height: normal;
    color: #fff;
}
.icoul02 li img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}
.icoul02 li {
    width: 16%;
    margin: 0 2%;
    float: left;
    line-height: normal;
    text-align: center;
}
.icoul02 {
    width: 80%;
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.gnav_logo img {
    width: 55%;
}

.gnav_logo {
    width: 80%;
    margin: 0 auto 18px;
}
.gnav_tel a {
    display: block;
    position: relative;
}

.gnav_tel img {
	width: 50%;
}
.gnav_tel {
    width: 80%;
    margin: 13px auto 20px;
    line-height: normal;
}



/*==== respon ===*/

@media only screen and (max-width: 1200px) {
	.openbtn {
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
.openbtn span:nth-of-type(2) {
    top: 28px;
}
.openbtn span:nth-of-type(3) {
    top: 43px;
}
.openbtn span:nth-of-type(1) {
    top: 13px;
}
.openbtn.active span:nth-of-type(3) {
    top: 43px;
}
span.gm_spa {
    font-size: 90%;
    top: 53px;
}
.openbtn.scrolled {
    width: 70px;
    height: 70px;
    background: #061e00;
    top: 10px;
    right: 10px;
}
.scrolled .gm_spa {
    font-size: 90%;
    top: 53px;
}
}



/********* 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;
}


/*****メインビジュアル******/
#slider {
    width: 100%;
    height: 100vh !important;
	    position: relative;
}
#slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 23%);
    z-index: 1;
}
#mein_visual {
    position: relative;
}


/* scrolldown */
.scrolldown2 {
    position: absolute;
    left: 3%;
    z-index: 2;
    bottom: -25px;
    font-family: "Montserrat", sans-serif;
}
.scrolldown2 span {
    position: absolute;
    left: 20px;
    bottom: 50px;
    color: #000;
    font-size: 115%;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #222;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:145px;}
     100%{bottom:0px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown2:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 150px;
	background:#000;
}

/*****top page******/

.cat_cc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 240%;
    color: #fff;
    z-index: 9;
    letter-spacing: 0.4em;
    text-shadow: 0 3px 15px #000;
}

#sec_01:before {
    position: absolute;
    content: "";
    width: 63%;
    right: 0;
    top: 0;
    height: 100%;
    background: url(/wp-content/uploads/t_img01.jpg) center no-repeat;
    background-size: cover;
}

/**sec_01**/
#sec_01 {
    position: relative;
    margin: 150px 0 100px;
}
#sec_01 div {
    width: 30%;
    position: relative;
    padding: 1% 3% 4% 4%;
}
.sub_txt {
    font-family: "Montserrat", sans-serif;
    color: #577651;
    font-weight: 500;
    font-size: 135%;
    margin-bottom: 10px;
}

.ttl01 {
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.ttl01 span {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 105%;
}
.txt01 {
    margin-bottom: 25px;
}


/**sec_02**/

.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.can_img {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.t_ul01 li {
    width: 32.333%;
    margin: 0 0.5%;
    float: left;
    position: relative;
}

.t_ul01 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.w_inner {
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.wh_box {
    width: 70%;
    background: #fff;
    margin: 0 0 0 auto;
    top: -76px;
    position: relative;
	padding: 3% 0 0 6%;
}
.c_ttl {
    font-size: 150%;
    color: #577651;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.6;
}
.c_txt {
    font-size: 95%;
    line-height: 1.6;
    margin-bottom: 10px;
}
.txt_cen {
    text-align: center;
}


/**sec_03***/
#sec_03 {
    position: relative;
    margin: 50px auto;
    padding: 100px 0 0;
}
#sec_03:before {
    width: 80%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/t_img06.jpg) center no-repeat;
    background-size: cover;
    height: 87%;
}
#sec_03:after {
    width: 80%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: rgb(9 33 0 / 85%);
    height: 87%;
}
.t_ul02 {
    z-index: 2;
    width: 100%;
    position: relative;
    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;
}
.li02_left {
    width: 55%;
    float: left;
    position: relative;
    min-height: 500px;
}

.li02_right {
    position: relative;
    width: 45%;
    float: left;
}
.li02_right div {
    margin: 0 7% 24% 9%;
    position: relative;
}
.ttl02 {
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
}

.ttl02 span:after{
    position: absolute;
    content: "";
    width: 20px;
    border-top: solid 1px #fff;
    right: 0;
    top: 50%;
}

.ttl02 span:before {
    position: absolute;
    content: "";
    width: 20px;
    border-top: solid 1px #fff;
    left: 0;
    top: 50%;
}
.ttl02 span {
    font-size: 70%;
    font-weight: 500;
    color: #fff;
    margin: 0 1%;
    padding: 0 30px;
    line-height: 1;
    position: relative;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "SF Pro JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans CJK JP", "Roboto", Meiryo, "Segoe UI", Verdana, sans-serif;
    letter-spacing: 0;
    margin-left: 15px;
}
.ttl02 {
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
}
.whtxt {
    color: #fff;
}



/**sec_04***/
#sec_04 {
    position: relative;
    margin: 180px auto 160px;
}
.t_ul03 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.li03_left {
    width: 45%;
    float: left;
    position: relative;
	height:540px;
}
.li03_left:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 76%;
    background: url(/wp-content/uploads/haikei01.jpg) center no-repeat;
    background-size: cover;
    left: 0;
    top: -60px;
    opacity: 0.5;
}
.li03_right {
    width: 55%;
    float: left;
    position: relative;
}
.li03_left .image {
    width: 60%;
    margin: 0 0 0 auto;
}
.li03_inner {
    position: relative;
    padding: 0 5% 5% 10%;
}
span.sub_span {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #577651;
    font-weight: 500;
    font-size: 80%;
}

/**アコーディオン***/
.ac-box {
    width: auto;
    margin: 0px auto 30px;
    border-bottom: solid 1px #afafaf;
}

.ac-box label {
    max-width: 100%;
    font-weight: 600;
    margin: auto;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0px 3% 30px;
    letter-spacing: 1px;
    font-size: 160%;
}


.ac-box input{
display: none;
}

.ac-box label:before {
    position: absolute;
    content: "";
    display: block;
    right: 8%;
    top: 42%;
    border: 1px solid #333;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
.ac-box label:after {
    position: absolute;
    content: "\002B";
    display: block;
    right: 9%;
    top: 32%;
    font-weight: 100;
}

.ac-box input:checked ~ label::after {
    position: absolute;
    content: "";
    display: block;
    right: 9%;
    top: 55%;
    border-top: solid 1px #3d3d3d;
    width: 13px;
}
.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div {
    height: auto;
    padding: 0;
    opacity: 1;
}
.ac-box div p {
    text-align: justify;
    width: auto;
    font-size: 100%;
    line-height: 1.7;
}
.ac-small p{
margin-bottom: 0px;
}
.ac_an_tag {
    background: #000;
    color: #fff !important;
    text-align: center !important;
    padding: 5px !important;
    line-height: 2em !important;
}
.ac-box p {
    display: none;
}
.ac-small p {
    display: block;
}
.sss {
    margin: 0px 3% 20px !important;
}

span.qa_span {
    font-size: 120%;
    color: #333;
    margin-right: 25px;
    font-weight: 400;
    position: relative;
    z-index: 0;
}
.ac-box input:checked ~ div.padbox {
    padding: 18px 4% !important;
}
/**END***/


/***sec_05*********/
#sec_05:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(7 7 7 / 50%);
}

#sec_05 {
    background: url(/wp-content/uploads/haikei02.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.s_inner {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.sy_ttl {
    font-size: 200%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 10px;
}
.list_inner li span {
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

.list_inner li {
    float: left;
    width: 50%;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.list_inner ul {
    width: 100%;
    position: relative;
    display: table;
}
.list_inner li span:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: solid 1px #ffffff;
    top: 7px;
    left: 0;
}
.list_inner {
    position: relative;
    padding: 15px 4% 5px;
    margin-bottom: 30px;
}
.list_inner li span:after {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 13px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 1px;
    content: '';
}

.list_inner:before {
    position: absolute;
    content: "";
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    height: 100%;
    width: 18px;
    top: 0;
    right: 0;
}
.list_inner:after {
    position: absolute;
    content: "";
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    height: 100%;
    width: 18px;
    top: 0;
    left: 0;
}

.sy_txt {
    text-align: center;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
}


/**sec_06***/
#sec_06 {
    position: relative;
    padding: 100px 0;
}
.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1500px;
}
.flow_li img {
    width: 18%;
    margin: 0 auto;
    height: 45px;
}
.flow_li:before {
    position: absolute;
    content: "";
    border: solid 1px #000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.flow_li {
    width: 16% !important;
    margin: 0 2% !important;
    text-align: center;
    height: 200px;
    padding-top: 40px;
    background: #fff;
}
.flow_ttl {
    font-size: 110%;
    font-weight: 600;
    margin: 12px auto 0px;
}
.flow_txt02 {
    font-family: "Jost", sans-serif;
    font-size: 120%;
    line-height: 1.3;
}
.flow_txt span {
    font-family: "Jost", sans-serif;
    font-weight: 300;
}

.flow_txt {
    font-size: 95%;
    line-height: 1.5;
    font-weight: 300;
    margin: 5px auto 0;
}
.flow_li:last-child:after {
	display:none
}

.flow_li:after {
    position: absolute;
    content: "";
    border-top: solid 1px #000;
    right: -100px;
    width: 200px;
    z-index: -1;
    top: 50%;
}

/**sec_07**/

.voi_ul li {
    width: 46%;
    margin: 0 2% 30px;
    float: left;
    position: relative;
    border-bottom: solid 1px #afafaf;
    padding-bottom: 20px;
}
.voi_ul {
    margin: 0 auto;
    width: 100%;
    display: table;
}
.faq_ttl {
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 1%;
    font-size: 105%;
}
.faq_txt {
    font-size: 95%;
    line-height: 1.5;
    margin: 0 3%;
}


/****sec_08****/
#sec_08 {
    position: relative;
    margin: 100px auto;
}
.faq_ul li {
    width: 46%;
    margin: 0 2%;
    float: left;
    position: relative;
}

.faq_ul {
    display: table;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.faq_ul .ac-box label {
    font-size: 110%;
    padding: 10px 0;
}
.faq_ul .ac-box {
    margin: 0 auto 15px;
    border-bottom: unset;
}
span.qa_spa {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-right: 10px;
}

.faq_ul .ac-box label:before {
    right: 3%;
    top: 22%;
}
.faq_ul .ac-box label:after {
    right: 4.5%;
    top: 17%;
}
.faq_ul .ac-box input:checked ~ label::after {
    right: 4.5%;
    top: 50%;
    width: 10px;
}
.faq_ul .ac-small {
    background: #f7f7f7;
}
.sss_p {
    padding: 25px 5%;
}
.sss_pp {
    padding: 25px 4%;
    font-size: 90% !important;
}


/****sec_news****/
.j_inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}
#sec_news {
    margin-bottom: 100px;
}
.news_ul li a {
    display: block;
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 40px 4%;
}
.news_ul li {
    border-bottom: solid 1px #ddd;
}
.news_ul li a:hover {
    background: #f1f1f1;
}
.news_ul {
    width: 100%;
    display: table;
    position: relative;
}
.news_ul li span {
    display: inline-block;
    width: 20%;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}


/*sec_09**/
#sec_09:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(34 34 34 / 75%);
    top: 0;
    left: 0;
}
#sec_09 {
    background: url(/wp-content/uploads/haikei03.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0 70px;
}
.con_ul li {
    width: 44%;
    margin: 0 3%;
    float: left;
    position: relative;
}

.con_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 40px auto 0;
}

.btn_01 a:hover {
    background: #000000;
    border: solid 1px #000;
}

.btn_01 a {
    position: relative;
    display: block;
    line-height: 90px;
    height: 89px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 130%;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s 
ease 0s;
}
.btn_01 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
span.dsspa {
    font-weight: 600;
    font-size: 115%;
    display: inline-block;
    margin-right: 25px;
}

.sho_txt {
    font-size: 85% !important;
    display: table;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
.sho_txtbox {
    font-size: 90% !important;
    padding: 5px 10px !important;
    border: solid 1px #777;
}
.sho_txtboxss {
    display: inline-block !important;
    background: #333;
    color: #fff;
    font-size: 85% !important;
    padding: 1px 10px 3px;
}

/****下層ページ************/

.entry_inner {
    margin: 100px auto;
    position: relative;
}
#contents_header {
    height: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
     background-position: center;
    background-size: cover;
}
.p-page-header__inner {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    height: 100%;
}
.p-page-header_in {
    position: relative;
    top: 44%;
}
.page_head_tittle {
    font-size: 220%;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 600;
}
#contents_header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
.p_en_txt {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 135%;
}

.breadcrumbs {
    background: #ddd;
    padding: 5px 0;
    text-align: center;
}
.breadcrumbs a, .breadcrumbs span {
    color: #fff;
}
.breadcrumbs {
    background: #000000;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.k_inner {
    width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}
.k_ttl_sub {
    font-family: "Montserrat", sans-serif;
    color: #577651;
    font-weight: 500;
    font-size: 120%;
    margin-bottom: 40px;
    text-align: center;
}
.k_ttl01 {
    font-size: 220%;
    text-align: center;
    font-weight: 600;
}
.space {
    height: 100px;
}
.txt_bi {
    font-size: 170%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.txt_10 span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 1px 10px 2px;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.txt_20 span {
    font-weight: 600;
    color: #0d3d05;
}

.txt_20 {
    text-align: center;
    font-size: 110%;
    margin-bottom: 5px;
}
.txt_ce {
    text-align: center;
    font-size: 110%;
    margin: 20px auto 0;
    font-weight: 600;
}
.txt02 span:after {
    position: absolute;
    content: "";
    width: 50px;
    left: -50px;
    border-top: solid 1px #000;
    top: 50%;
    z-index: 0;
}

.txt02 span:before {
    position: absolute;
    content: "";
    width: 50px;
    right: -50px;
    border-top: solid 1px #000;
    top: 50%;
    z-index: 0;
}
.txt02 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background: #f9f9f9;
    font-weight: 600;
}
.txt02 {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 150%;
}
.txt03 {
    text-align: center;
    margin-bottom: 20px;
}
.txt_10{
    text-align: center;
}
.gr_inner {
    background: #f9f9f9;
    padding: 50px 0;
    margin-bottom: 70px;
}
#sec_news .ttl01 {
	margin-bottom: 15px;
}
.txt_name {
 font-family: "Shippori Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Yu Mincho","MS PMincho","MS Mincho","Noto Serif CJK JP",serif;
    text-align: center;
    font-size: 140%;
    margin: 50px auto 0;
}

.txt_name02 {
font-family: "Shippori Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Yu Mincho","MS PMincho","MS Mincho","Noto Serif CJK JP",serif;
    font-size: 250%;
    text-align: center;
}
table.table01 th {
    width: 30%;
    border-bottom: solid 1px #777;
    padding: 19px 0;
}

table.table01 td a:hover {
    opacity: 0.7;
}

table.table01 td a {
    display: inline-block;
    background: #253709;
    color: #fff;
    padding: 0 14px 3px;
}
table.table01 td {
    border-bottom: solid 1px #777;
    padding: 20px;
}

.sp_kai{display:none}


/****respon******/
@media only screen and (max-width: 1600px) {
	.ac-box label:after {
    right: 9.2%;
    top: 37%;
}
.faq_ul .ac-box input:checked ~ label::after {
    top: 53%;
}
.ac-box input:checked ~ label::after {
    top: 57%;
}
.faq_ul .ac-box label:after {
    top: 24%;
}
.cat_cc {
    font-size: 210%;
}
}

@media only screen and (max-width: 1300px) {
	.can_img {
    height: 280px;
}
.li02_right {
	width: 50%;}
.li02_left {
	width: 50%;}
.cat_cc {
    font-size: 200%;
}
}


@media only screen and (max-width: 1200px) {
	.h_tel_block {
    width: 23%;
}
.l-header__inner {
    margin: 20px auto 0;
}
.cat_cc {
    font-size: 2.8vw;
}
#sec_01 div {
    width: 70%;
    position: relative;
    padding: 3% 0 0 4%;
    background: #fff;
}
#sec_03 {
    padding: 70px 0 0;
}
#sec_01:before {
    width: 85%;
    height: 54%;
}
.li02_left {
    width: 90%;
    height: 280px;
    min-height: unset;
    float: unset;
}
.li02_right {
        width: 100%;
        float: unset;
    }
.li03_left {
    height: 368px;
	}
.faq_ul li {
    width: 100%;
    margin: 0 auto;
    float: unset;
}
#g-nav.panelactive #g-nav-list {
    width: 70%;
}
#g-nav {
    width: 70%;
}
.flow_li {
    width: 18% !important;
    margin: 0 1% !important;
    text-align: center;
    height: 176px;
    padding-top: 15px;
}
#sec_04 {
    margin: 0px auto 100px;
}
#sec_03:before, #sec_03:after {
    width: 95%;
}
.li02_right div {
    margin: 27px 5% 20% 9%;
}
.li03_left .image {
	width: 85%;}
.wh_box {
    width: 90%;
}
#sec_01 {
    padding-top: 250px;
}
}


@media only screen and (max-width: 767px) {
.sp_kai{display:block}
	.h_tel_block {
    display: none;
}
.news_ul li a {
    padding: 30px 4%;
}
.news_ul li span {
    width: auto;
    display: block;
    float: unset;
    font-size: 90%;
    margin-bottom: 5px;
}
.cat_cc {
        font-size: 140%;
        letter-spacing: 0.5em;
        line-height: 2;
        top: 48%;
    }
.openbtn.scrolled {
    top: 0;
    right: 0;
}
#js-header {
    height: 70px;
    line-height: 70px;
}
.l-header__inner {
    margin: 0 auto;
}
.scrolled .gm_spa {
    font-size: 11px;
    text-align: center;
}
.sub_txt {
    font-size: 110%;
    margin-bottom: 5px;
}
.ttl01 {
    font-size: 160%;
    line-height: 1.6;
    margin-bottom: 30px;
	}
.ac-box label {
    font-size: 120%;
    padding: 0px 3% 15px;
}
.li03_right {
    width: 100%;
    float: unset;
    margin: 0 auto;
}
.ac-box label:before {
    right: 6.5%;
    top: 36%;
    width: 26px;
    height: 26px;
}
.sy_txt {
    font-size: 95%;
    font-weight: 400;
}
.list_inner li span:after {
    top: 4px;
    left: 1px;
}
.list_inner li span:before {
    width: 10px;
    height: 10px;
    top: 5px;
}
.list_inner li {
    float: unset;
    width: auto;
    font-size: 105%;
}
#sec_05 {
    padding: 60px 0;
}
.sy_ttl {
    font-size: 140%;
    margin: 0 auto 20px;
}
.ac-box input:checked ~ label::after {
    width: 8px;
    top: 58%;
    right: 9.5%;
}
.sss {
    margin: 0px 2% 16px !important;
    line-height: 1.5 !important;
}
.li03_inner {
    padding: 0;
    width: 92%;
    margin: 33px auto 0;
}
.li03_left {
    width: 100%;
    float: unset;
    height: 160px;
}
.li03_left:before {
    top: -44px;
    width: 84%;
    height: 107%;
}
#sec_03 {
    margin: 50px auto 130px;
}
.ttl02 span {
    display: inline-block;
}
.li02_right div {
    margin: 27px 5% 0 9%;
    padding-bottom: 17px;
}
#sec_03:before, #sec_03:after {
    height: 100%;
}
.ttl02 {
    font-size: 160%;
}
.li02_left {
    height: 200px;
}
.c_ttl {
	font-size: 136%;}
    .wh_box {
        width: 80%;
	        top: -50px;
        padding: 4% 3% 0 6%;
    }
    .can_img {
        height: 200px;
    }
.t_ul01 li {
    width: 100%;
    margin: 0 auto;
    float: unset;
}
#sec_01 div {
    width: 92%;
    padding: 20px 0 0;
    background: unset;
    margin: 0 auto;
}
    #sec_01 {
        padding-top: 200px;
    }
span.gm_spa {
    font-size: 11px;
    text-align: center;
	}
#sec_01:before {
    width: 90%;
    height: 200px;
}
.scrolldown2:after {
    height: 100px;
    background: #fff;
}
.scrolldown2 span {
    font-size: 80%;
    color: #fff;
    left: 12px;
    bottom: 10px;
}
.header_logo {
    padding-left: 0;
    width: 50%;
    margin-top: 14px;
}
.scrolldown2:before {
    background: #fff;
    width: 8px;
    height: 8px;
}
.scrolldown2 {
    bottom: 8%;
}
#sec_01 {
    margin: 100px 0;
}
#slider {
    height: 96vh !important;
}
.openbtn {
    top: 0;
    right: 0;
}
@keyframes circlemove{
      0%{bottom:95px;}
     100%{bottom:0px;}
 }
.flow_li {
    width: 90% !important;
    margin: 0 auto 30px !important;
    height: auto;
    padding: 17px 0;
}
.flow_li img {
    width: 10%;
    margin: 0 auto;
    height: auto;
}
.voi_ul li {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
#sec_06 {
    padding: 60px 0;
}
.flow_li:after {
    border-top: unset;
    right: 0;
    width: 1px;
    top: 50%;
    border-left: solid 1px #000;
    height: 100%;
    left: 0;
    margin: 0 auto;
}
.con_ul {
    margin: 28px auto 0;
}
.f_tel {
    max-width: 280px;
    margin: 30px auto 15px;
	}
.copy_txt {
    font-size: 10px;
}
.footer-menu {
    font-size: 90%;
}
.icoul {
    max-width: unset;
    margin: 40px auto 0;
}
.con_ul li:last-child {
    margin: 0 auto !important;
}
span.sggt {
    padding: 1px 9px 3px;
    font-size: 90%;
    display: block;
    width: 120px;
    text-align: center;
    margin: 11px auto 0;
}
span.short {
    display: block;
}
.f_logo {
    width: 65%;
}
.btn_01 a {
    line-height: 76px;
    height: 76px;
    width: 90%;
    margin: 0 auto;
    font-size: 125%;
}
.con_ul li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.sss_p {
    padding: 17px 5%;
    font-size: 95% !important;
}
.sss_pp {
    padding: 19px 5%;
    font-size: 85% !important;
}
.faq_ul .ac-box label {
    font-size: 110%;
    padding: 8px 15% 8px 0;
}
.faq_ul .ac-box label:before {
    width: 22px;
    height: 22px;
    top: 26%;
    right: 2.5%;
}
.icoul02 {
    padding: 14px 0;
}
.g-navul li {
    margin-bottom: 13px;
}
.icoul02, .gnav_logo, .g_txt, .gnav_tel, .g_txt01 {
    width: 88%;
    text-align: center;
}
.g-navul {
    width: 88%;
}
#g-nav.panelactive #g-nav-list {
        width: 90%;
    }
#sec_09 {
    padding: 35px 0 40px;
}
#g-nav{
        width: 90%;
    }
table.table01 th {
    width: 25%;
    font-size: 95%;
}
table.table01 td {
    padding: 20px 10px;
}
.gr_inner {
    padding: 50px 0 30px;
}
.txt_name02 {
    font-size: 180%;
}
.txt_name {
    font-size: 110%;
}
.txt02 span:after {
    left: -30px;
}
.txt03 {
    text-align: left;
}
.txt02 span:before {
    right: -30px;
}
.txt02 span:before, .txt02 span:after {
    width: 30px;
}
.page_head_tittle {
    font-size: 150%;
}
.txt02 {
    font-size: 130%;
}
.space {
    height: 50px;
}
.txt_10 span {
    font-size: 100%;
    margin-bottom: 14px;
}
.txt_bi {
    font-size: 140%;
    margin-bottom: 23px;
}
.k_ttl_sub {
    font-size: 110%;
    margin-bottom: 25px;
}
.k_ttl01 {
	font-size: 170%;}
.entry_inner {
    margin: 50px auto;
}
.p_en_txt {
    font-size: 119%;
}
#contents_header {
    height: 250px;
}
}