
body {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
	height: auto;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

dl,dt,dd { margin: 0; }

p{ line-height: 2; }

img{ width: 100%; vertical-align: top; }


/* ヘッダー */

#side-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 340px;
    height: 100vh;
    background: #fff;
}
.side-header-inner{
    padding: 0 40px;
    overflow-y: scroll;
    height: 100vh;
}
.side-header-inner::-webkit-scrollbar{ display: none; }
.logo{ display: block; padding: 0 15px; margin: 60px 0 40px 0; }
#pc_nav .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#pc_nav .menu ul li{
    position: relative;
    margin-bottom: 15px;
}
#pc_nav .menu ul li a{ 
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid #000;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 15px 15px 60px;
    box-sizing: border-box;
    transition: all .4s;
}
#pc_nav .menu ul li a:hover{ background: #F1FCE7; }
#pc_nav .menu ul li a .en{ font-size: 14px; color:#009333; }
#pc_nav .menu ul li:nth-child(1) a::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    background: url(/images/common/icon-home.svg) no-repeat;
    width: 30px;
    height: 30px;
}
#pc_nav .menu ul li:nth-child(2) a::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    background: url(/images/common/icon-merit.svg) no-repeat;
    width: 28px;
    height: 35px;
}
#pc_nav .menu ul li:nth-child(3) a::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    background: url(/images/common/icon-message.svg) no-repeat;
    width: 32px;
    height: 28px;
}
#pc_nav .menu ul li:nth-child(4) a::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    background: url(/images/common/icon-download.svg) no-repeat;
    width: 32px;
    height: 28px;
}
#pc_nav .menu ul li:nth-child(5) a::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    background: url(/images/common/icon-contact.svg) no-repeat;
    width: 28px;
    height: 21px;
}
.recruit-sp-btn{ display: none; }
.recruit-pc-btn{
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    background: rgb(0,147,51);
    background: linear-gradient(180deg, rgba(0,147,51,1) 0%, rgba(255,221,126,1) 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #000;
    border-radius: 50%;
    margin: 100px auto 60px auto;
    text-align: center;
    color: #fff;
}
.recruit-pc-btn .img{
    position: absolute;
    top: -55px;
    left: 42%;
    transform: translateX(-42%);
    -webkit-transform: translateX(-42%);
    -ms-transform: translateX(-42%);
    display: block;
    width: 80px;
    height: 96px;
}
.recruit-pc-btn .txt{
    display: block;
    margin-top: 50px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

/* トップページ */

.main-visual{ position: relative; }
.page-head-info{
    position: absolute;
    top: -40px;
    right: 0;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-left: 2px solid #000 ;
    border-bottom: 2px solid #000 ;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    z-index: 100;
}
.page-head-inner{ display: flex; }
.page-head-tel{
    display: flex;
    margin: 0;
}
.page-head-tel img{ width: 23px;}
.page-head-tel p{ margin: 0 0 0 6px; font-size: 26px; font-weight: 900; }
.page-head-time{ display: flex; align-items: center; margin: 0 30px; }
.page-head-time-ttl{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px; 
    margin: 0;
    padding: 0 10px;
    text-align: center;
    background: #009333;
    border-radius: 6px;
    color:#fff; 
    height: 40px;
}
.page-head-time-txt{ 
    margin: 0 0 0 15px;
    font-size: 16px; 
    font-weight: 500;
    line-height: 1.2;
}
.page-head-time-txt small{
    font-size: 14px;
}
.page-head-info-sns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 105px;
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.page-head-info-sns li{ width: 30px; }
.page-head-info-sns li a{ display: block; width: 100%; transition: all .4s; }
.page-head-info-sns li a:hover{ opacity: .6; }

#vegas {
    width: 100%;
    height: 640px;
	margin: auto;
	position: relative;
}
#vegas .bg { background-color: rgba(0,0,0,0.2); width: 100%; height: 100%; }
#vegas .caption {
	position: absolute;
  	bottom: 20%;
  	left: 80px;
  	margin: auto;
}
#vegas .caption h2 { 
    display: inline-block;
    color: #fff;
    margin: 0; 
    padding-bottom: 10px;
    border-bottom: 2px dotted #fff;
    font-size: 50px;
}
#vegas .caption h2:not(last-of-type){ margin-bottom: 10px; }
#vegas .caption h2 span{ color: #fff; }
#vegas .caption p{ 
    color: #fff; 
    margin: 0; 
    line-height: 1.8;
}
#vegas .caption .sp-br { display: none; }

#vegas::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/common/maru-kado-top-left.svg") no-repeat;
    width: 40px;
    height: 40px;
    z-index: 100;
}
#vegas::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/common/maru-kado-bottom-left.svg") no-repeat;
    width: 40px;
    height: 40px;
    z-index: 100;
}


/* ※SMARTPHONE MENU */
.button_container { display: none; }
.overlay { display: none; }

/* scroll */
.scroll-Block { position: absolute; bottom: 6rem; right: 0px; z-index: 5; }
.scroll-Block .Txt {
    display: block;
	position: relative;
	bottom: 1.7rem;
	right: 0;
	font-size: 12px;
	font-weight: bold;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scroll-Block .Txt a { color: #fff; text-decoration: none; letter-spacing: .1em; }
.scroll-Block .Line {
    position: relative;
    margin: 30px 0 0 50px;
    width: 2px;
    height: 30px;
    overflow: hidden;
    z-index: 10;
}
.scroll-Block .Line:after, .scroll-Block .Line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
}
.scroll-Block .Line:before {
    background: #FFF;
    z-index: 10;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
}
.scroll-Block .Line:after {
    background: transparent;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
	}
	15% {
		-webkit-transform: translate3d(0,-98%,0);
	}
	85% {
		-webkit-transform: translate3d(0,98%,0);
	}
	100% {
		-webkit-transform: translate3d(0,100%,0);
	}
}


/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	width: 120%;
	height: 100%;
	background: #111;
	transform: skewX(-25deg);
}
.bgskew:hover::before {
	animation: skewanime .5s forwards;
}

@keyframes skewanime {
	100% {
		left: -10%;
	}
}

.main-contents{
    margin-top: 40px;
    margin-left: 340px;
    overflow: hidden;
}
.t-about-sec{ 
    position: relative;
    /*display: flex; 
    justify-content: space-between; 
    align-items: center;*/
    width: 85%;
    margin: 0 auto;
    padding-top: 70px;
}

/*.t-about-ttl{ width: 360px; }*/
.t-about-ttl{ margin-bottom: 30px; }
.t-about-ttl .ja{ 
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 10px 0 0 0; 
}
.t-about-ttl .en{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #009333;
    margin: 0;
    padding: 0 0 0 45px;
}
.t-about-ttl .en::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #6DB130;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.t-about-ttl .en::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #000;
    width: 20px;
    height: 1px;
}
.t-about-txt{ /*width: calc( 100% - 400px ); */margin: 0;}
.t-card-link-sec{ margin-bottom: 100px; }
#t-card-link-bg{ 
    width: 100%; 
    height: 560px;
    border-radius: 20px 0 0 20px!important;
    overflow: hidden;
}

.t-card-link-list{
    position: relative;
    width: 85%;
    list-style: none;
    margin: 85px auto 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid #000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.t-card-link-list li{
    display: flex;
    justify-content: space-between;
    
}
.t-card-link-list li:first-child{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dotted #ddd;
}
.t-card-link-list li figure{ width: 340px; margin: 0; }
.t-card-link-list li figure img{ border-radius: 6px; }
.t-card-ttl .ja{ 
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 10px 0 0 0; 
}
.t-card-ttl .en{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #009333;
    margin: 0;
    padding: 0 0 0 45px;
}
.t-card-ttl .en::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #6DB130;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.t-card-ttl .en::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #000;
    width: 20px;
    height: 1px;
}
.t-card-txt-area{ width: calc( 100% - 380px ); }
.t-card-text{ margin: 20px 0 35px 0; }

/* 代表挨拶 */

.mess-text-sec{
    position: relative;
    width: 85%;
    margin: 100px auto;
}
.mess-ttl{ text-align: center; }
.mess-ttl h2{ font-size: 30px; margin: 10px 0 60px 0; }
.mess-ttl p{ 
    margin: 0; 
    color:#009333;
    font-size: 20px;
    font-weight: 500;
}
.mess-txt{ margin: 0; }

.mess-img-sec{ 
    width: 100%;
    padding: 0 0 100px 7%;
    overflow: hidden;
}
.mess-img-sec img{ border-radius: 20px 0 0 20px !important; }

/* 組合員加入のメリット */

.merit-mess-sec{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 100px auto 120px auto;
}
.merit-mess-img{ width: 540px; }
.merit-mess-img img{ border-radius: 6px; }
.merit-mess-text{ width: calc(100% - 600px); }
.merit-ttl{  }
.merit-ttl h2{ font-size: 30px; margin: 10px 0 30px 0; }
.merit-ttl p{ 
    margin: 0; 
    color:#009333;
    font-size: 20px;
    font-weight: 500;
}
.merit-txt{ margin: 0; }

.merit-list-sec{ 
    position: relative;
    width: 85%;
    margin: 100px auto 80px auto;
}
.merit-list-sec ul{ padding: 0; margin: 0; list-style: none; }
.merit-list-sec ul li{
    position: relative;
    background: #F1FCE7;
    border-radius: 6px;
    padding: 60px 45px 45px 45px;
}
.merit-list-sec ul li:not(:last-of-type){ margin-bottom: 65px; }
.merit-list-sec ul li h3{
    position: absolute;
    top: -20px;
    left: 45px;
    margin: 0;
    padding: 5px 25px 5px 55px;
    color: #fff;
    background: #6DB130;
    border-radius: 6px;
    box-sizing: border-box;
}
.merit-list-nam{
    position: absolute;
    top: -8px;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009333;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 28px;
}
.merit-list-ttl{ font-size: 24px; }
.merit-list-txt{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 10px 10px 65px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 6px;
}
.merit-list-txt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../images/merit/merit-illust-img01.svg") no-repeat;
    width: 70px;
    height: 70px;
}
.merit-contact-sec{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto 100px auto;
    padding: 25px 40px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid #000;
    border-radius: 6px;
    box-sizing: border-box;
}
.merit-contact-txt-area{ width: calc( 100% - 200px ); }
.merit-contact-txt-area h2{
    position: relative;
    font-size: 24px;
    margin: 0 0 20px 0;
    padding-left: 50px;
}
.merit-contact-txt-area h2::before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 25px;
    background: #009333;
    border-radius: 8px;
}
.merit-contact-txt-area h2::after{
    content: "";
    position: absolute;
    top: 7px;
    left: 20px;
    width: 15px;
    height: 25px;
    background: #6DB130;
    border-radius: 8px;
}
.merit-contact-txt-area p{
    margin: 0;
}
.merit-contact-illust-area{ margin: 0; width: 160px;}

/* 資料ダウンロード */

.down-list-sec{
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 100px 0 80px 0;
}
.down-list{ 
    margin: 0;
    padding: 0; 
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.down-list li{ 
    width: 49%; 
    background: #F1FCE7;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 20px;
}
.down-list li h3{ 
    font-size: 20px;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.down-btn{
    display: block;
    width: 100%;
    color: #000;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #000;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    transition: .4s;
}
.down-btn span{ position: relative; padding-left: 42px; }
.down-btn span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/common/icon-download.svg) no-repeat;
    width: 32px;
    height: 28px;
}
.down-list a:hover{ color: #009333; }

/* 共通 */

#pc-br{ display: block; }
#sp-br{ display: none; }
#pc-block{ display: block; }
#sp-block{ display: none; }
#sp-cation{ display: none!important; }

.page-head-sec{ position: relative; }
#page-head-img{
    position: relative;
    height: 480px;
    overflow: hidden;
    border-radius: 30px 0 0 30px ;
}
#page-head-img::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 480px;
    background: rgba(0,0,0,0.15);
    z-index: 10;
}
#page-head-img .js-parallax{ height: 560px; object-fit: cover; }
.page-head-ttl-area{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 20;
}
.page-head-ttl{ display: flex; flex-direction: column; margin: 0 0 20px 0; }
.page-head-ttl .ja{ 
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 10px 0 0 0; 
    color: #fff;
}
.page-head-ttl .en{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0 0 0 45px;
}
.page-head-ttl .en::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #6DB130;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.page-head-ttl .en::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    width: 20px;
    height: 1px;
}
#bread {
	width: 100%;
	font-size: 14px;
    color: #fff;
}
#bread a {
	text-decoration: none;
	position: relative;
	font-weight: 500;
	color: #fff;
}
#bread-box .list-item {
	display: inline;
	position: relative;
	margin-left: 25px;
    line-height: 1.2;
	list-style-type: none;
}
#bread-box .list-item::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
    background: #fff;
}

#main-container{
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 100px 0;
}

.parallax{ display: block; position: relative; }
.js-parallax { width: 100%; }

.sub-ttl{
    position: relative;
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
    margin: 0 0 30px 0;
}
.sub-ttl::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #009333;
}

.common-btn{
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    padding-right: 40px;
    transition: all .4s;
}
.common-btn:hover{ color: #009333; }
.common-btn:hover::before{
    right: -5px;
}
.common-btn:hover::after{
    right: 5px;
}
.common-btn::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #009333;
    border-radius: 50%;
    transition: all .4s;
}
.common-btn::after{
    content: "";
    position: absolute;
    top: 6px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: all .4s;
}

.bg-inner{ position: relative; }
.bg-inner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #F1FCE7;
    /*border-radius: 100px 0 0 0;*/
    opacity: .5;
    width: 50%;
    height: 50rem;
    z-index: -10;
}
#t-about-container{
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 100px 0;
}

/* footer */
#footer {
	background: #2A2A2A;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 40px 0;
	color: #FFF;
    border-radius: 30px 0 0 0;
}
.footer-column{ 
    display: flex; 
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
.footer-left-area,
.footer-right-area{ width: 48%; }
.footer-contact-ttl{
    
}
.footer-contact-ttl .ja{ 
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 10px 0 0 0; 
}
.footer-contact-ttl .en{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0 0 0 45px;
}
.footer-contact-ttl .en::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #6DB130;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.footer-contact-ttl .en::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    width: 20px;
    height: 1px;
}
.footer-contact-text{ 
    margin: 20px 0 40px 0; 
    padding-bottom: 40px;
    border-bottom: 1px dotted #ddd;
}
.add{ margin: 20px 0; font-size: 14px; }
.footer-company-info figure{ width: 180px; margin: 0; }
.footer-company-info figure a{ display: block; width: 100%; }
.footer-sns-inner{ display: flex; align-items: center; }
.footer-sns-inner .txt{ color: #fff; font-size: 14px; margin: 0 10px 0 0; } 
.footer-sns-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.footer-sns-list li{ width: 25px; }
.footer-sns-list li a{ display: block; width: 100%; transition: all .4s; }
.footer-sns-list li a:hover{ opacity: .6; }
.footer-sns-list li a img{ border-radius: 50%; border: 1px solid #fff; }
.footer-link-inner{ display: flex; align-items: center; margin: 20px 0 0 0; }
.footer-link-inner p{ color: #fff; font-size: 14px; margin: 0 10px 0 0; }
.footer-link{ 
    display: block;
    width: 155px;
    transition: all .4s;
}
.footer-link:hover{ opacity: .8; }
.footer-link img{ border-radius: 6px; }
.web-contact-inner{
    width: 100%;
    padding: 30px 20px;
    margin: 15px 0;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
}
.web-contact-inner .common-btn{ width: 145px;}
.tel-contact-inner{
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.tel-contact-inner .tel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-contact-inner .tel p{ 
    color: #000;
    margin: 0 0 0 6px;
    font-size: 28px;
    font-weight: 900;
}
.tel-contact-inner .tel figure{ width: 25px; margin: 0; }
.tel-contact-inner .time{
    display: flex;
}
.tel-contact-inner .time .time-ttl{
    
}
.tel-contact-inner .time{ 
    display: flex; 
    justify-content: center;
    align-items: center; 
    margin: 10px 0 0 0; 
}
.tel-contact-inner .time .time-ttl{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px; 
    margin: 0;
    padding: 0 10px;
    text-align: center;
    background: #009333;
    border-radius: 6px;
    color:#fff; 
    height: 40px;
}
.tel-contact-inner .time .time-txt{ 
    margin: 0 0 0 15px;
    font-size: 16px; 
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}
.tel-contact-inner .time .time-txt small{
    font-size: 14px;
}

.btn-txt{ margin: 0; }
.pc-copy-right{ margin: 30px 0 0 0; color: #707070; font-size: 12px; }
.sp-copy-right{ display: none; }

.footer_nav ul {
	width: 100%;
	margin: 0;
	margin-bottom: 60px;
	padding: 0;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.footer_nav li {
	padding: 10px;
	margin: 0 5px;
	display: inline-block;
	font-size: 1em;
    font-style: normal;
    font-weight: 500;
	letter-spacing: .05em;
}

.footer_nav li a {
	text-decoration: none;
	padding-bottom: 3px;
	display: block;
	position: relative;
	font-weight: 500;
	color: #fff;
	transition: .3s;
}

.footer_nav li a:hover {
	color: #B5B5B5;
}

/* お問い合わせフォーム */
.contact-sec{
    width: 85%;
    margin: 0 auto;
    padding: 100px 0;
}
.contact-ttl { margin-bottom: 30px; }
.contact-ttl .ttl_en {
	margin: 0 0 20px 0;
    font-size: 1.6em;
    font-weight: 600!important;
    color: #ccc!important;
}
.contact-ttl .ttl_ja {
	position: relative;
    font-size: 2.5em;
    font-weight: 800;
	color: #2f3739;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    margin: 0;
}

.contact-text { margin-bottom: 40px; font-weight: 500; line-height: 2rem; }
.contact-text span {color: #d9534f; }
.contact-text p{ margin: 0; }

.form-policy { padding: 40px 0 20px!important; font-weight: 500; text-align: center; border-top: 1px solid #efefef; }
.form-policy a { color: #009333; }

input::placeholder { color: #bbb; }


/* プライバシーポリシー */
.policy .intro_box { padding: 3rem 4rem; border: 1px solid #2f3739; }
.policy .intro_box h2.ttl { margin: 0; }

.policy .text_box { margin-top: 60px; }
.policy .text_box h3.sub-ttl {
	position: relative;
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
    font-weight: 700 ;
	color: #333;
	letter-spacing: 0.05rem;
}

.contact-message-sec{ margin-bottom: 100px; }

/* プライバシーポリシー */
.text_box{ margin: 0; }
.text_box:not(:last-of-type){ margin-bottom: 80px; }
.text_box p{ margin: 0; }

/* Page Top */
/*#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	z-index: 80;
}
#page-top a {
	display: block;
	width: 120px;
	padding: 12px 0px;
	color: #2f3739;
	border-radius: 30px;
	text-decoration: none;
	transition: .3s;
	background-color: #fff;
    border: 1px solid #ddd;
}
#page-top a:hover { color: #fff; background-color: #2f3739; }*/



/* 改行調整 */
@media screen and (min-width: 896px){
	.br-pc { display: block; }
	.br-sp { display: none; }
}
@media screen and (max-width: 896px){
	.br-pc { display: none; }
	.br-sp { display: block; }
}


/* ローディング */
#loading {
	transition: all 0.5s;
	background-color: #000;
	backdrop-filter: blur(10px);
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: grid;
	place-items: center;
}
.loaded {
	opacity: 0;
	visibility: hidden;
}
.spinner {
	width: 40px;
	height: 40px;
	margin: 0 auto; /* 上下マージン - 可変 */
	position: relative;
}
.cube1, .cube2 {
	background-color: #fff; /* ベースの色 - 可変 */
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
	25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
	100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
	25% { 
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	} 50% { 
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	} 50.1% { 
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	} 75% { 
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	} 100% { 
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}


/* スクロールアニメ関連CSS */
.border_h2 { position: relative; }
.border_h2 span {
	position: relative;
	display: inline-block;
	padding: 0.3vw 1vw 0.3vw;
}
.border_h2 span .border_x_left,
.border_h2 span .border_x_right,
.border_h2 span .border_y_top,
.border_h2 span .border_y_bottom {
	transition-delay: 0.3s;
}

.img_anim { overflow: hidden; }
.img_anim img { opacity: 0; transform: translateZ(0) scale(1.1); }
.img_anim.on img {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, opacity 1s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s;
	transform: translateZ(0) scale(1);
}

.text_b { filter: blur(20px); opacity: 0; }
.text_b.on {
	filter: blur(0);
	opacity: 1;
	transition: filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fade_y, .text {
	transform: translateY(10%);
	opacity: 0;
}
.fade_y.on, .text.on {
	opacity: 1;
	transform: translateY(0%);
	transition: 0.5s;
}

.border_y_top {
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	background: #1E537B;
	transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_y_bottom {
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: bottom;
	background: #1E537B;
	transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_x_left {
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left;
	background: #1E537B;
	transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_x_right {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: right;
	background: #1E537B;
	transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}

#bar {
	background-color: #1E537B;
	position: fixed;
	top: 0;
	left: 0;
	height: 7px;
	z-index: 9999;
}
