@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Rajdhani:wght@300&display=swap');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined);

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #232f3e;
	-webkit-print-color-adjust: exact; /* 印刷時、背景画像含む */
}

.navi a:hover{
	font-weight: bold;
	text-shadow: #cccccc 0px 0 5px;
}
/*ナビゲーションメニュー背景透明化*/
.header-container,.navi{
background:rgba(255,255,255,0.3);
}

.entry-title { /* ページタイトル非表示 */
	display: none;
}

/* anime.js用 */
.str__animation{
	display: flex;
	justify-content: center;
}
.str__animation .str{
	will-change: auto;
	min-width: .3rem;
	transform: translateY(0);
	opacity: 0;
}
/*
.str__animation .str:nth-child(-n+5) {color: #C8A063;}
.str__animation .str:nth-child(n+6):nth-child(-n+9) {color: #A38B77;}
.str__animation .str:nth-child(n+10) {color: #614C3F;}
*/

/* アピールエリア */
.appeal{	/* jsあり */
/*	width: calc(100vw - var(--scrollbar));
	position: relative;
	left: 50%;
	transform: translateX(-50%);*/
	width: 100%;
	padding: 0;
	margin: 0;
}
/*
.appeal-in{
	width:100%;
	height:98vh!important;
}
*/
.appeal-content{
	background: none;
	padding: 0;
	border: none;
}


.page-id-9 .appeal { /*アピールエリア トップページ*/
	background: url("../../uploads/2023/06/img-002-1.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
}

.page-id-9 .appeal-text-area{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
}
.page-id-9 .appeal-text-area img{
	filter: drop-shadow(0px 0px 5px #999999);
	max-width:800px;/*SVGタグの横幅*/
	width:100%;/* レスポンシブ対応にするため100%を指定*/
	height: auto;
}

.page-id-11 .appeal { /*アピールエリア 会社概要*/
	background: url("../../uploads/2023/03/img-004.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-id-13 .appeal { /*アピールエリア 事業内容*/
	background: url("../../uploads/2023/03/img-005-2.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-id-15 .appeal { /*アピールエリア 問い合わせ*/
	background: url("../../uploads/2023/06/img-003-1.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-id-17 .appeal,	/*アピールエリア プライバシーポリシー*/
.page-id-317 .appeal	/*アピールエリア サイトポリシー*/
{
	background: url("../../uploads/2023/06/img-002-1.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

/*
.container{
	border: 1px solid green;
}
*/

/*--- トップページ ---*/
.home-area, .corp-area, .corp-area-2, .pj-area, .spoli-area, .ppoli-area, .contact-area {
	width: 100%;
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.4em;
	margin: 0;
	padding: 10px;
	
}

/* トップページanime */
.home-area .str:nth-child(-n+5) {color: #C8A063;}
.home-area .str:nth-child(n+6):nth-child(-n+8) {color: #A38B77;}
.home-area .str:nth-child(n+9) {color: #614C3F;}

/* 会社概要anime */
.corp-area .str:nth-child(-n+5) {color: #C8A063;}
.corp-area .str:nth-child(n+6) {color: #614C3F;}

.corp-area-2 .str:nth-child(-n+7) {color: #C8A063;}
.corp-area-2 .str:nth-child(n+9) {color: #614C3F;}

/* 事業内容anime */
.pj-area .str:nth-child(-n+8) {color: #C8A063;}
.pj-area .str:nth-child(n+10) {color: #614C3F;}

/* お問い合わせanime */
.contact-area .str:nth-child(-n+7) {color: #C8A063;}
.contact-area .str:nth-child(n+9) {color: #614C3F;}

/* サイトポリシーanime */
.spoli-area .str:nth-child(-n+4) {color: #C8A063;}
.spoli-area .str:nth-child(n+6) {color: #614C3F;}

/* プライバシーポリシーanime */
.ppoli-area .str:nth-child(-n+7) {color: #C8A063;}
.ppoli-area .str:nth-child(n+9) {color: #614C3F;}

.home-area2{
	width: 100%;
	padding: 10px;
	margin: 0;
}
.top-column{
	padding: 10px;
}

.top-column a{
	display: block;
	text-decoration: none;
}
.top-column a:hover{
	opacity: 0.9;
}

.top-column-shadow{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
	margin: 0;
	bottom: 0;
	transition: all .5s;
}
.top-column-shadow:hover{
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
}

.top-column-bg{
	width: 100%;
	padding: 5px;
}
.tc-bg1{
	background: url("../../uploads/2023/03/img-004.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.tc-bg2{
	background: url("../../uploads/2023/03/img-005-2.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

/*	参考URL https://junpei-sugiyama.com/hover-scale/	*/

.top-column-title{
	font-family: 'Rajdhani', sans-serif;
width: 100%;
padding-top: 70px;
padding-bottom: 70px;
border: solid 1px #ffffff;
font-size: 2em;
color: #ffffff;
text-align: center;
	display: flex;/* テキストの中央揃え */
	justify-content: center;/* テキストの中央揃え */
	
}
.top-column-title:hover{
	text-shadow: #ffffff 0px 0 10px;
}

.top-column-content{
color: #333333;
padding: 10px;
}

.sub-title{
	font-weight: bold;
	font-size: 1.6em;
	color: #666666;
	font-family: 'Noto Serif JP', serif;
}

/*--- トップページ ここまで ---*/







/*--- 会社概要 ---*/
.corp-weight{
font-size: 1.6em;
color: #666666;
}
.blank-area{
width: 100%;
height: 100px;
}
.company_title{color: #000000;}
.material-icons-outlined{font-size: 0.8em;}
.corp-line{
border-bottom: 1px solid #cccccc;
padding-top: 20px;
padding-bottom: 20px;
}

/*--- 会社概要 ここまで ---*/




/*--- 規約・規定 ---*/
.gw-kiyaku dl, .gw-kiyaku dt, .gw-kiyaku dd{
	padding: 10px;
	margin: 0;
}
.gw-kiyaku dt{
	border-left: 5px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.gw-kiyaku ul, .gw-kiyaku li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.gw-kiyaku li{}
.gw-kiyaku p{
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.gw-kiyaku-p{
	background-color: #f3f3f2;
}

/*--- 規約・規定 ここまで ---*/

/*--- お問い合わせ ---*/
.g-form-bt{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.g-form-bt a{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 100px;
	line-height: 100px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	background: url("../../uploads/2023/04/bt_002.jpg") no-repeat;
	text-decoration: none;
	color: #000000;
	font-size: 1.5em;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
	transition: all .5s;
}
.g-form-bt a:hover{
	color: #ffffff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
}



/*--- お問い合わせ ここまで ---*/


.video::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}

.video video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* 事業内容 （トップページ）*/
.pj-title{
	padding: 3px 0 0 10px;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	color: #614C3F;
/*	border-left: solid 1px #C8A063;*/
	position: relative;
}
.pj-text{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0px solid red;
	/* overflow: auto; */
}
.pj-text img{
	padding-left: 5px;
	padding-bottom: 5px;
}

.b_anim{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #C8A063;
}
/* 事業内容 ここまで */

/* test css */
.project-title {
	position:relative;
	margin:10px;
	display:inline-block;
	padding:10px 60px;
	border:1px solid #CDB68D;
	background:none;
	font-size: 1.2em;
}
.project-title:after {
	position: absolute;
	top:2px;
	left:6px;
    content:"";
    height:100%;
    width:100%;
    z-index:-999;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
}
.project-bg1:after{background: #A8D3FF;}
.project-bg2:after{background: #B9D2BE;}
.project-bg3:after{background: #A2D0D0;}
/* test css ここまで */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.page-id-9 .appeal { /*アピールエリア トップページ*/
		height: 70vh;
	}
	.page-id-9 .appeal-text-area{
	}
}
/*768px以下 「ipad mini」の縦widthが調整できない*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.container{
		width: 100vw;
		border: 0px solid red;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* アピールエリア */
	.page-id-9 .appeal { /*アピールエリア トップページ*/
		height: 80vh!important;
	}
	.page-id-9 .appeal-text-area{
	}
	.gw-kiyaku dl{
		padding-left: 0;
		padding-right: 0;
	}
	.gw-kiyaku dd{
		padding-left: 2px;
		padding-right: 5px;
	}
}
