@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%;
	color: #000;
	background-color: transparent;
	overflow-y: scroll;/*縦スクロールバーを常に表示*/
	overflow-x: hidden;
	height: 100vh;
}

body{
	background-color: #f8f6f0;
	line-height: 1.6;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
a,
blockquote {
	margin:0;
	padding:0;
}

input,
textarea,
th,
td {
	margin: 0;
}

table {
	border-spacing:0;
}

ul {
	display: block;
	list-style: none;
}

img{
	vertical-align:bottom;
}
a {
	text-decoration: none;
}
.text-jp {
	font-family: "Noto Serif JP", serif;
	font-weight: normal;
	letter-spacing: 2px;
}
.tit-en {
	font-family: "Jost", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
.goth {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.tit-jp-L {
	font-size: clamp(3.5rem, 3vw, 5.0rem);
	letter-spacing: 5px;
}
.tit-jp-R {
	font-size: clamp(2.5rem, 4vw, 3.0rem);
	letter-spacing: 3px;
	line-height: 200%;
}
.tit-jp-S {
	font-size: clamp(1.8rem, 3vw, 2.0rem);
	letter-spacing: 3px;
	line-height: 200%;
}
.wt {
	color: #fff;
}
.gn {
	color: #7cb066;
}
.dgn {
	color: #325030;
}
.beige {
	color: #d3cec5;
}
.text-s {
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2;
}
.top-m {
	margin: 5% 0 0 0;
}
.bottom-m {
	margin: 0 0 5rem 0;
}

.pc {
	display: block;
}
.sp, .tab {
	display: none;
}
.more-btn a {
	font-family: "Jost", sans-serif;
	color: #325030;
	font-size: 1.6rem;
	display: inline-block;
	border: 1px solid #325030 ;
	padding: 0.5rem 3rem ;
	border-radius: 100vh;
	transition: .3s;
}
.more-btn a:hover {
	color: #ffffff;
	background: rgba(50, 80, 48, 0.9);
  	backdrop-filter: blur(12px);
}

#wrapper {
	width: 100%;
	/*height: 100svh;*/
	margin: 0;
	padding: 0;
}
/*header*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	background: rgba(248, 246, 240, 0.7);
  	backdrop-filter: blur(12px);
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	z-index: 10;
}
.m-header__inner {
	width: 100%;
	padding:  1em 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m-header__logo{
	padding: 0 0 0 3%;
	width: 300px;
	line-height: 0;
}

h1 a {
	line-height: 0;
	display: block;
}
.gnav-pc {
	margin-left: auto;
	display: flex;
	align-items: center;
	padding: 0 3% 0 0 ;
}

.gnav-pc li a {
	display: block;
	margin: 0 0 0 40px;
}
.gnav-pc a {
	color: #000;
	transition: .3s;
}
.gnav-pc a:hover {
	color: #7cb066;
}
.gnav-pc-about a:before,
.gnav-pc-business a:before,
.gnav-pc-recruit a:before,
.gnav-pc-contact a:before
{
	color: #7cb066;
	font-family: "Jost", sans-serif;
	font-size: 1.2rem;
	display: block;
	text-align: center;
}
.gnav-pc-about a:before {
    content: 'ABOUT';
}
.gnav-pc-business a:before {
    content: 'BUSINESS';
}
.gnav-pc-recruit a:before {
    content: 'RECRUIT';
}
.gnav-pc-contact a:before {
    content: 'CONTACT';
}
.gnav {
	display: none;
}


#main {
	margin: 102px 0 0 0;
	padding: 0;
	text-align: center;
}

/*footer*/
#footer {
	background-color: #9f9581;
}
.foot-contact {
	text-align: center;
	color: #fff;
	padding: 10rem 0 ;
	background-image: url("../images/common/footer_contact_backimage.jpg");
	background-repeat: no-repeat;
 	background-size: cover;
	background-position: center;
}
.foot-contact a {
	color: #fff;
}
.foot-contact-text {
	font-size: 1.6rem;
	text-align: left;
	line-height: 2;
	width: 90%;
	max-width: 600px;
	margin: 3rem auto ;
}
.foot-contact-telLink, .contact__telLink {
	display: flex;
	align-items: center;
	margin: 0.5rem 6rem 1rem 0;
	line-height: 100%;
}
.foot-contact-telLink a, .contact__telLink a {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: clamp(3.0rem, 3vw, 5.0rem);
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}
.foot-contact-telLink img, .contact__telLink img {
	width: 25px;
	margin: 0 20px 0 0;
}
.foot-contact-telform {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
.foot-contact-form a {
	font-size: 1.6rem;
	display: inline-block;
	border: 1px solid #FFFFFF ;
	padding: 0.5rem 3rem ;
	border-radius: 100vh;
	transition: .3s;
}
.foot-contact-form a:hover {
	background: rgba(255, 255, 255, 0.1);
  	backdrop-filter: blur(12px);
}

/*footer__main*/
.footer__main {
	font-size: 1.6rem;
	color: #fff;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto ;
	padding: 5rem 0 ;
}
.footer__nav-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 3rem 0;
	border-bottom: 1px solid #c9c3b8 ;
}
.footer__nav-item {
	display: flex;
}
.footer__nav-item li {
	margin: 0 2rem 0 0 ;
}
.footer__main a {
	transition: .3s;
}
.footer__main a:hover {
	color: #d3cec5;
}
.pagetop {
	width: 50px;
}
.footer__info {
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	padding: 5rem 0 ;
	border-bottom: 1px solid #c9c3b8 ;
}
.footer__logo {
	width: 40%;
	max-width: 250px;
	margin: 0 5rem 0 0 ;
}
.footer__company-telmail {
	display: flex;
}
.footer__company-telmail li {
	margin: 0.5rem 5rem 0 0 ;
}
.privacy-copy {
	font-size: 1.4rem;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	margin: 3rem 0 ;
}

/*about*/
.head__tit-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
}
.head__tit-img {
  	overflow: hidden;
  	width: 100%;
  	height: 100vh;
	margin: 0 auto ;
}
.head__tit-img img {
	object-fit: cover;
  	height: 100%;
  	width: 100%;
  	top: 0;
  	left: 0;
	margin: 0 auto;
  	filter: drop-shadow(0px 0px rgba(0,0,0,0));
  	outline: none;
  	border: none;
}
.page-tit {
	font-size: 3.0rem;
	text-align: left;
	position: absolute;
	top: 20%;
	left: 45%;
  	transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
	letter-spacing: 10px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.page-tit .tit-en {
	font-weight: normal;
	display: block;
	margin: 0 0 20px 0;
}
.page-tit-copyright {
	font-family: "Jost", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
	position: absolute;
	color: #ffffff;
	top: 0;
  	bottom: 0;
  	margin: auto 0;
	right: 1.5%;
	z-index: 1;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}


@media screen and (max-width: 1000px) {
.pc {
	display: none;
}
.tab {
	display: block;
}
/*menu*/
.menu{
    width: 40px;
	height: 12px;
    top: 44px;
	right: 5%;
	position: fixed;
    z-index: 99;
	cursor: pointer;    
}

.menu a {
	display: block;
	width: 50px;
	height: 50px;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
    background: #f4f6f7;
}
.menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
    background: #f4f6f7;
}
.menu__title {
  font-size:.6rem;
  font-weight: 600;
  position: absolute;
  bottom: -24px;
  color:#000;
}
.menu__title.active {
  color:#f4f6f7;
}
/*gnav*/
.gnav{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	text-align: center;
	font-size: 2.0rem;
	letter-spacing: 2px;
	color: #fff;
	background: #1d4f34;
	background-image: url("../images/common/gnav_back.png");
	background-position: bottom;
	background-repeat: no-repeat;
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 98;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gnav a {
	color: #fff;
}
.gnav__wrap{
    display: flex;
	align-items:center;
    justify-content: center;
    height: 100vh;
    position: absolute;
    width: 100vw;
	
}
.gnav__logo {
	width: 150px;
	margin: 0 auto 10rem auto;
}
.gnav__menu__item{
	width: 100%;
  margin: 3rem 0;
}
.gnav__tel {
	font-family: "Jost", sans-serif;
	font-weight: medium;
	font-size: 3rem;
	width: 100%;
	display: flex;
	margin: 3rem 0 0 0;
}
.gnav__tel img {
	width: 30px;
	margin: 0 20px 0 0 ;
}
.gnav__time {
	font-size: 1.2rem;
	margin: 2rem 0 0 0;
}
/*.gnav{
    background: #2c303a;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
	top: 0;
	left: -100px;
    align-items:center;
    justify-content: center;
	z-index: 1000;
}*/
/*.gnav__menu__item{
  margin: 3rem 0;
  a {
    color: #f4f6f7;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 2.5rem;
    text-decoration: none;
    transition: .2s;
      color: #ffdd40;
    }
  }*/

/*footer*/
.footer__company-telmail {
	display: flex;
	flex-flow: column;
}
	
}
@media screen and (max-width: 768px) {
.sp {
	display: block;
}
.pc-tab {
	display: none;
}
.m-header__logo{
	padding: 0 0 0 3%;
	width: 250px;
	line-height: 0;
}
/*menu*/
.menu{
    top: 39px;
}
#main {
	margin: 91px 0 0 0;
	padding: 0;
}
	
/*footer*/
.foot-contact-telform {
	display:flex;
  	flex-flow: column;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
.foot-contact-telLink {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5rem auto 1rem auto;
	line-height: 100%;
}
.foot-contact-form {
	margin: 4rem 0 0 0;
}
.footer__nav-wrap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}
.footer__nav-item {
	display: flex;
	flex-wrap: wrap;
}
.footer__nav-item li {
	width: 50%;
	margin: 0 0 3rem 0 ;
}
.footer__info {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	text-align: left;
	padding: 3rem 0 ;
}
.footer__logo {
	margin: 0 0 2.5rem 0 ;
}
.privacy-copy {
	text-align: left;
	display: block;
}
	
}
