@charset "utf-8";
/* CSS Document */

@font-face {font-family: 'Regular';
	src: url("../fonts/NotoSansJP-Regular.otf");
}
@font-face {font-family: 'bold';
	src: url("../fonts/NotoSansJP-Bold.otf");
}

@font-face {font-family: 'black';
	src: url("../fonts/NotoSansJP-Black.otf");
}

@font-face {font-family: 'klee-one';
	src: url("../fonts/KleeOne-Regular.ttf");
}

@font-face {font-family: 'klee-one_bold';
	src: url("../fonts/KleeOne-SemiBold.ttf");
}

/* 共通
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{max-width:100%;border:0;}
.clear{clear: both;}

/* -------------------------------
 　共通_フォントと見出し
---------------------------------*/

body{
	font-family: Regular, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #231815;
	font-size: 16px;
	background: #fff;
	letter-spacing: 0.1rem;
}

h1,h2{
	font-family: bold, sans-serif;
	-webkit-text-size-adjust:100%;
	letter-spacing: 0.1rem;
	padding-bottom: 0;
}


/*---------title--------------*/
	
h2.section_ti{
	font-family: "black", "sans-serif";
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.5rem;
	z-index: 100;
	font-weight: 400;
	padding: 3rem 0;
}

@media only screen and (min-width: 1600px) {
h2.section_ti{
	padding: 5rem 0;
}
}

h3.cont_ti{
	font-family: "bold", "sans-serif";
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.5rem;
	z-index: 10;
	font-weight: 300;
	padding-bottom: 3rem;
}

h2.section_ti span.name_j,h3.cont_ti span.name_j{
	font-size: 0.9rem;
	font-weight: 300;
	text-align: center;
}

h2.cont_ti span.name_j::before,h3.cont_ti span.name_j::before{
	content: "\A";
	white-space: pre;
}

@media only screen and (max-width: 550px) {

h2.section_ti{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}	
	
h3.cont_ti{
	text-align: left;
	font-size: 1rem;
	line-height: 1.3rem;
	display: inline-block;
}
	
h2.section_ti span.name_j,h3.cont_ti span.name_j{
	font-size: 0.7rem;
	font-weight: 300;
	text-align: center;	
}
}

/*---------link--------------*/

a {
  position: relative;
  text-decoration: none;
  color: #231815;	
}

a:hover,p a:hover{
	color: #999999;
	text-decoration:underline;
	text-decoration-color: #999999;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25rem;
	transition: 0.2s;
}

i{
	margin: 0 1rem;
}

.active{
	font-color: rgba(35,24,21,0.3);
	text-decoration:none;
}

a:active, a:focus,input:active, input:focus{outline:0;}

img.radiusImg{
	border-radius: 15px;
}

/*-------------------------------
g_wrap
-------------------------------*/
#g_wrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	}

/*-------------------------------
header
-------------------------------*/
	
#header{
	position: relative;/*header固定*/
	height: 50px;/*Headerの高さ設定*/
	width: 100%;
    z-index: 999;
	padding: 0;
	background-color: transparent;
}

#header.fixed{
	position: fixed;
	z-index: 999;
    top:0;
    left:0;
	background-color: transparent; 
}


@media screen and (max-width:768px) {
#header{
	height: 60px;/*Headerの高さ設定*/
}
}

/*-------------------------------
navigation
-------------------------------*/


/*g-nav2*/

#g-nav2{
    position:fixed;
    z-index: 9998;
    /*ナビのスタート位置と形状*/
	top:0;
	right: -100%;
	width: 50%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,0.95);
	border-radius: 45px 0 45px 0;
	filter: drop-shadow(-2px 0px 3px rgba(225,225,225,0.75) );
    /*動き*/
	transition: all 0.6s;
}

#g-nav2{
	top:0;
	width:100%;
	overflow: auto;
	border-radius: 0px;
	filter: none;
}


/*アクティブクラスがついたら位置を0に*/
#g-nav2.panelactive{
    right: 0;
}


/*#g-nav2.panelactive {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

/*ナビゲーションの縦スクロール*/
#g-nav2.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: absolute;
    z-index: 9998;
	overflow: scroll;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9998;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
	padding: 0.8em 0 0 0;
    top: 50%;
    left: 50%;
	width: 100%;
	height: auto;
    transform: translate(-50%,-50%);
}


@media screen and (max-width:550px) {
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
	padding: 0.8em 0 0 0;
	width: 100%;
	top: 35%;
    left: 50%;
	height: auto;
    transform: translate(-50%,-50%);
}
}

/*リストのレイアウト設定*/

#g-nav2 ul  li{
  list-style: none;
    text-align: left;
	text-indent: 0.5rem;
}


#g-nav2 ul li a{
	width: 95%;
	padding-bottom: 1.2rem;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#g-nav2 ul li a{
	font-size: clamp(1.2rem, 1.066rem + 0.28vw, 1.4rem);
	color: #231815;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
#g-nav2 ul li a{
	font-size: clamp(1rem, 0.857rem + 0.71vw, 1.2rem);
}
}
	
#g-nav2 li.current a,
#g-nav2 li a:hover{
	color: #555555;
	text-decoration:underline;
	text-decoration-color: #999999;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25rem;
	transition: 0.2s;
}


/*-------OPEN BUTTON-------*/

.openbtn{
	position:fixed;
    z-index: 9999;
	top: 5px;
	right: 1rem;
	cursor: pointer;
    width: 60px;
    height: 60px;
}

@media screen and (max-width:550px) {
.openbtn{
  right: 1rem;
}
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .5s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background-color: #3a5da2;
  	width: 45%;
  }


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

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

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

.openbtn span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:5px;
	left:-2px;
	color: #3a5da2;
	font-size: 0.6rem;
	text-transform: uppercase;
}

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}

/*--ハンバーガーメニューが開いたときに背景を動かさないようにする--*/
body.scroll_off {
	overflow:hidden;
}


/*-------------------------------
Section
-------------------------------*/

#section01,
#section02,
#section03,
#section04,
#section05,
#section06,
#section07,
#section08{
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.wrapper{
	width: 100%;
	height: auto;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.wrapper{
	width: 98%;
	height: auto;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
.wrapper{
	width: 100%;
	height: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
}


@media screen and (max-width: 539px) {
.wrapper{
	width: 100%;
	height: auto;
}
}
/*-------------------------------
  footer
-------------------------------*/
	
#footer{
	width: 100%;
    height: 35px;
	padding-top: 0.25rem;
	background-color: #b10020;
}

/*------------FOOTER LINK-------------*/

.footerLink{
	width: 40%;
    margin: 0;
	padding: 0;
	float: right;
	display: table;
	text-align: center;
	border-collapse:collapse;
	vertical-align: middle;
}

.footerLink li{
	display: table-cell;
	padding: 0 1rem;
}

.footerLink li p a{
	font-size: clamp(0.7rem, 0.471rem + 0.36vw, 0.9rem);
	color: #FFFFFF;
}

.footerLink li p a:hover{
	text-decoration-line: underline;
	text-decoration-color: #FFFFFF;
}

#company_logo{
	width: 7%;
	height: auto;
	margin: 0 auto;
	padding: 2rem 0;
	}	


#copyrightWrap{
	width: 100%;
	height: 35px;
	background-color: #231815;
	text-align: center;
	padding: 0.5rem 0;
}
	
#copyrightWrap > div p{
	color: #FFFFFF;
	font-size: clamp(0.7rem, 0.585rem + 0.18vw, 0.8rem);
	}

@media only screen and (max-width: 1279px) {

#footer_lnk{
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: center;
}

}


@media only screen and (max-width: 768px) {

.footerLink{
	width: 90%;
	margin: 0 auto;
	float: none;
}


.footerLink div a{
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.6rem;
}	
}



/*-------------------------------
  bottom_menu
-------------------------------*/
@media only screen and (min-width: 551px) {
	
	ul.bottom-menu {
		display: none;
	}

}
@media only screen and (max-width: 550px) {

.mini-text{font-size:11px;}/*文字大きさ*/	
	
ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;/*高さ*/
    margin:0;
    padding:0;
    background-color:rgba(245,245,245,0.97);/*背景色*/
    border-top:2px solid #999999;/*バーの上の線*/
    
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:20%;
    background-color:transparent;
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
	background-color:transparent;
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}
		
}

/*-------------------------------
改行
-------------------------------*/

@media screen and (min-width:551px){
.css_br::before {
	content: "\A" ;
	white-space: pre ;
}
}
@media only screen and (min-width: 481px) {
.css-br_l::before {
  content:"\A";
  white-space: pre-wrap;
}

}

@media only screen and (max-width: 959px) {
.css-br_a::after {
  content:"\A";
  white-space: pre;
}
}
@media only screen and (max-width: 550px) {
.css-br_a::after {
  content:"\A";
  white-space: pre;
}
	
.css-br_b::before {
  content:"\A";
  white-space: pre;
}
}

/*-------------------------------
   none
-------------------------------*/

.logo b,
li b,
li a b,
h1 b,
h2 b,
h3 b,
h4 b,
p b{
	display:none;
}
	



/*-------------------------------
clear fix
-------------------------------*/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}	


/*-------------------------------
 画像内の文字
-------------------------------*/

.sampleImg {
  position: relative;
  }

.sampleImg p {
  position: absolute;
  top: 5%;
  left: 10%;
  -ms-transform: translate(-5%,-15%);
  -webkit-transform: translate(-5%,-15%);
  transform: translate(-5%,-15%);
	margin:0;
  padding:0;
	font-size: 1.5em;
	color: rgba(85,85,85,0.75);
  }


