@charset "UTF-8";
/*
Theme Name: KJK2023theme
Author: II
Description: KJK2023theme
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }


/*base*/
html, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, ite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, ol, ul, li, fieldset, form, label, legend,caption, tbody, tfoot, thead,tt,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video, p{ margin: 0;  padding: 0;  border: 0;  font: inherit;-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
 
}
body {position: relative; right: 0; overflow-x: hidden; margin:0; padding:0;  color:#333; font-size:16px; line-height:2em;font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;}
/*float解除*/
.clearfix{zoom:1;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden;/* 隙間対応 */ font-size: 0.1em;/* 隙間対応 */ line-height: 0;/* 隙間対応 */}
a {text-decoration: none; color:#000;}
a:visited { color: #000; }
a:hover { color: #9a5939; }
a:active { color: #000; }
b{font-weight:bold;}
p{margin-bottom:1em;}
li{list-style:none;}
.center{text-align:center;}

.slick02 {
    display: none;
  }
  .slick02.slick-initialized {
    display: block; 
  }
.slick03 {
    display: none;
  }
  .slick03.slick-initialized {
    display: block; 
  }
img{width:auto; max-width:100%;}
@media screen and (max-width: 768px) {
	p{font-size:14px;}
}
/*フォントサイズ設定*/
.font_30{font-size:30px; line-height:2em;}
.font_40{font-size:40px;}
.gothic{font-family: Lato, NotoSansCJKjp, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;}
@media screen and (max-width: 768px) {
	.font_30{font-size:22px;}
	.font_40{font-size:28px;}
}
/*hタグ設定*/
h2{font-size:26px; position:relative; padding-bottom:50px;}
h2 span{position:absolute; bottom:20px; left:0; font-size:14px;font-family: Lato, NotoSansCJKjp, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;}
.center_title{text-align:center;}
.center_title span{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
h3{font-size:22px; position:relative; padding-bottom:50px;}
h3 span{position:absolute; bottom:20px; left:0; font-size:14px;font-family: Lato, NotoSansCJKjp, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;}
@media screen and (max-width: 768px) {
	h2{font-size:22px;}
}
/*マージン設定*/
.mrg_b30{margin-bottom:30px;}
.mrg_b50{margin-bottom:50px;}
.mrg_b100{margin-bottom:100px;}
.mrg_t100{margin-top:100px;}
/*エリアサイズ設定*/
.eria_80{width:80%; margin:0 auto;}
.eria_60{width:60%; margin:0 auto;}

/*dtdd設定*/
dl{display: flex; flex-wrap: wrap;}
dt{width:25%; font-size:14px;}
dd{width:75%; font-size:14px;}
/*リンク設定*/
.more{display: inline-block; position: relative; color: #9a5939!important; text-decoration: none; font-family: Lato, NotoSansCJKjp, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif; font-size:14px;}
.more:before{content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background: #9a5939;	transform: scale(0, 1);	transform-origin: left;	transition: 0.4s;}
.more:hover:before {transform: scale(1);}
.circle_btn{display:block; width:30%; margin:200px auto; background:#9a5939; color:#fff!important; text-align:center; border-radius:30px; padding:10px 10px; font-size:18px;transition: 1.0s ;}
.circle_btn:hover{opacity: 0.5 ;}
/*ヘッダー設定*/
header {position: fixed; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; z-index: 10; padding: /*20px 30px;*/ transition: 0.5s;}
header .logo {color: #000; text-decoration: none; font-size: 22px; letter-spacing: 1px; transition: 0.5s; padding:20px 30px;}
.home header .logo {color: #fff; text-decoration: none; font-size: 22px; letter-spacing: 1px; transition: 0.5s;}
header .menu-menu-container{padding: 20px 70px 20px 0;}
header #menu-menu{display: flex; justify-content: center; align-items: center;}
header #menu-menu li{list-style: none; display:block;}
header #menu-menu a {display: inline-block; margin-left: 12px; color: #000; font-size: 16px; text-decoration: none; letter-spacing: 1.5px;  transition: 0.5s;}
.home header #menu-menu a {display: inline-block; margin-left: 12px; color: #fff; font-size: 16px; text-decoration: none; letter-spacing: 1.5px;  transition: 0.5s;}

header .section { height: 100vh;}
header.section-a {background: #000;}
header .section-b {background: #fff;}
header.scroll-nav {/*padding: 20px 30px 10px;*/ background: #fff; border-bottom:1px solid #e5e5e5;}

header.scroll-nav .logo,
header.scroll-nav #menu-menu a {
  color: #000;
}

.page-template-default a{color:#000;}
.page-template-default #menu-menu a{color:#000;}
header #menu-menu a:hover{color:#9a5939;}
header.scroll-nav #menu-menu a:hover{color:#9a5939;}
.page-template-default #menu-menu a:hover{color:#9a5939;}

@media screen and (max-width: 768px) {
	header .menu-menu-container{display:none;}
}

/*floatbox設定*/
.left{width:45%; float:left;}
.right{width:45%; float:right;}
.box_04{display:-webkit-box; display:-moz-box; display:-ms-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:-ms-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;}
.box_04 .box{display:block; width:23%; float:left; margin-right:2%; margin-bottom:20px;}
.box_04 .box:nth-child(4n){margin-right:0;}

.frame-border{position:fixed; z-index:1000; border:1px solid #e5e5e5; width:calc(100% - 20px); height:calc(100vh - 20px); margin:10px; left:0; top:0;pointer-events: none;}

@media screen and (max-width: 768px) {
	.left{width:100%; float:none;}
	.right{width:100%; float:none;}
}


/*frontページ設定*/
.front-visual{width: 100%;
    height: 100vh;
    background-image: url(http://reliance.weblike.jp/kjk/wp-content/uploads/mainvisual01.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: -1;
    text-align: center;
    background-attachment: fixed;}
.front-visual::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100svh;
    background-image: url(http://reliance.weblike.jp/kjk/wp-content/uploads/mainvisual01.jpg);
    background-size: cover;
    background-position: top center;
    z-index: -1;
}
.catchcopy{position:absolute; top:50%; color:#fff;  transform:translate-y(-50%); font-size:40px; text-align:left; left:5%;}
.catchcopy p{margin-bottom:10px!important;}
.catchcopy .gothic{font-size:26px;}
.front-about{width:80%; z-index:1; position:relative; margin:0 10% 0; padding:100px 100px 0 100px; background:#fff;}
.front-house{width:80%; margin:100px auto;}
.front-house h2{display:block; margin:0 auto; text-align:center;}
.front-house h2 span {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.front-house ul{display: flex; flex-wrap:wrap; justify-content:space-between; gap:30px; margin-top:50px;}
.front-house ul li{width:calc((100% - 60px) / 2);}
.front-house ul li img{margin-bottom:10px;}
.front-institution{width:100%; /*padding:0 100px 100px 100px;*/ padding-bottom:100px; background:#fff;}
.front-institution .right{width:60%; padding-left:50px;}
.front-institution .right img{width:100%; height:auto;}
.front-institution .left{width:40%; padding-top:50px;}
.business{width:100%; /*padding:0 100px 100px 100px;*/ padding-bottom:100px; background:#fff;}
.business .left{width:60%; padding-right:50px;}
.business .left img{width:100%; height:auto;}
.business .right{width:40%; padding-top:50px;}
.front-aboutme{background:#f7f7f7; padding:100px; width:100%;}
.front-aboutme_01, .front-aboutme_02, .front-aboutme_03{width:100%; max-width:70%; margin:100px auto;}
.front-aboutme_01{position:relative; margin-bottom:300px;}
.front-aboutme_01 img{position:relative; position:absolute; top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%); padding-top:100px;}
.front-office{width:100%; background:#fff; padding:100px;}
.front-information{width:100%; padding:100px 10%; background:#fff;}
.front-information ul{display:flex; gap:20px; margin:100px 0;}
.front-information ul li{width:calc((100% - 60px) / 4);}
.front-information ul li h3{font-size:16px; padding-bottom:10px;}
.front-information ul li p{font-size:12px; line-height:1.4em;}
@media screen and (max-width: 768px) {
	.front-about{width:86%; margin:0 7%; padding:50px 5%;}
	.front-about .right{padding-top:20px;}
	.front-house{width:100%;}
	.front-house ul{width:100%; display:block;}
	.front-house ul li{width:100%;}
	.front-institution .right{width:100%;}
	.front-institution .left{width:100%;}
	.business .left{width:100%;}
	.business .right{width:100%;}
}



/*私たちについてページ*/
#page-aboutme{width:100%; padding-left:10%; padding-top:200px;}
.page-aboutme-eria01{width:90%; float:right;}
.page-aboutme-eria01 img{width:100%; height:auto;}
.page-aboutme-eria01 .left{width:40%; padding:50px;}
.page-aboutme-eria01 .right{width:60%; padding:50px 300px 50px 50px;}
.page-aboutme-eria02{margin:200px 0 50px; padding-right:15%;}
.page-aboutme-eria02 .left{width:40%; padding-bottom:50px; margin-top:100px;}
.page-aboutme-eria02 .right{width:60%; padding-left:50px; padding-top:150px;}
.page-aboutme-eria03{ padding-right:15%; margin-bottom:100px;}
.page-aboutme-eria03 .right{width:40%; padding-bottom:50px; margin-top:100px;}
.page-aboutme-eria03 .left{width:60%; padding-right:50px; padding-top:150px;}
.page-staff{display: flex; flex-wrap:wrap; justify-content:space-between; gap:30px; padding-right:10%;}
.page-staff .staff{width:calc((100% - 90px) / 3); padding-bottom:50px;}
.page-staff img{width:100%; height:auto;}
.page-staff .staff h3{padding-bottom:10px;}
.page-staff .staff .gothic{font-size:14px;}
.single-staff{margin-bottom:100px;}
.single-staff h3{padding-bottom:10px; margin-bottom:10px; padding-top:80px; border-bottom:1px solid #e5e5e5;}
.single-staff ul li{line-height:2em; position:relative;}
.single-staff ul li a{position:absolute;   top:0;
  left:0;
  width:100%;
  height:100%;}

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

	.page-staff{display:block;}
	.page-staff .staff{width:100%;}
}

@media screen and (max-width: 768px) {
.page-aboutme-eria01 .left{width:100%; padding:0;}
.page-aboutme-eria01 .left .font_30{font-size:20px;}
.page-aboutme-eria01 .right{width:100%; padding:0 10% 50px 0;}
.page-aboutme-eria02{margin:200px 0 50px; padding-right:15%;}
.page-aboutme-eria02 .left{width:100%; padding-bottom:50px; margin-top:100px;}
.page-aboutme-eria02 .right{width:100%; padding:0;}
.page-aboutme-eria03 .right{width:100%; padding-bottom:0; margin-top:0;}
.page-aboutme-eria03 .left{width:100%; padding-right:0; padding-top:30px;}
}
/*横並びボックス設定*/
.box_03{display:flex;flex-wrap:wrap; justify-content:space-between; gap:30px; padding-top:20px;}
.box_03 li{width:calc((100% - 60px) / 3);}
/*1カラムページ設定*/
#colmun-1{margin:150px auto; width:100%; max-width:1200px;}
@media screen and (max-width: 768px) {
	#colmun-1{padding:0 30px;}	
	
}
/*２カラムページ設定*/
#colmun-2{padding-left:10%; padding-top:200px;}
#column-2 .left{width:20%; border-right:1px solid #e5e5e5; height:100vh; top:0; padding-top:150px; left:5%; padding-right:20px;}
#column-2 .right{width:70%; padding-top:150px; padding-right:15%; margin-bottom:100px;}
#column-2 h3{margin-top:100px; margin-bottom:20px; padding-bottom:0;}
#column-2 h3 span{font-size:200%;font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; line-height:1.6em;}
#column-2 .right img{max-width:100%; height:auto; margin-bottom:10px;}
.column-2-contents-box{padding:20px 0; border-bottom:1px solid #e5e5e5;}
#column-2 .right100{float:right; width:75%; padding-top:150px;}
#column-2 .right100 .child{width:100%; padding:0 20% 0 10%;}
#column-2 .right100 .child100{width:100%; background: #efe9e2; padding: 30px 20% 30px 10%;}
#column-2 .right100 img{width:auto; max-width:100%;}
#column-2 .right100 .img_100{width:100%;}

@media screen and (max-width: 768px) {
	#column-2 .left{width:100%; height:auto; border:none; padding:150px 20px 20px; }
	#column-2 .left ul{padding-left:20px;}
	#column-2 .right{width:100%; padding:20px;}
	#column-2 h3{margin-top:50px;}
	#column-2 .right100{width:100%; padding-top:30px;}
	#column-2 .right100 .child{padding:0 5%; text-align:left;}
	#column-2 .right100 .child100{padding:20px 5%;}
	
}

/*家づくりについて*/
.about-list{display:flex;flex-wrap:wrap; justify-content:space-between; padding-right:10%; margin:100px 0; font-size:26px;}
.about-list li{width:calc(100% /4); padding:10px; line-height:3em;}
.about-list .about-no{font-size:80px; background:#ddd; color:#645346; border-left:10px solid #645346; line-height:1em;}
.kodawari_img{background:url(http://reliance.weblike.jp/kjk/wp-content/uploads/kodawari.png); width:100%; display:flex;  flex-wrap:wrap; justify-content:space-between; width:100%; max-width:800px; margin:0 auto;}
.kodawari_img li{width:50%;}
.kodawari_img li a:hover{opacity: 0.8 ;}

@media screen and (max-width: 768px) {
	.kodawari_img{background-size:contain;}
}

/*施工事例テンプレート*/
.eria-case{margin:100px 0;}
.eria-case .left{width:40%;}
.eria-case .left h3{padding-bottom:20px;}
.eria-case .left h4{font-size:20px; padding-bottom:20px;}
.eria-cese .left ul{font-size:14px;}
.eria-case h3 span{position:static;}
.eria-case .right{width:55%; overflow:hidden;}
.eria-case .right ul .img-box{-o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 56.2% 0 0;}
.eria-case .left p a{margin-top:20px; text-align:right;}
.eria-case .right ul .img-box img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; margin-top:0!important;
}

.page-case{width:100%; margin:0 auto; padding-top:150px;}
.page-case-texteria{display: flex;}
.page-case .page-case-texteria .left{width:35%; position:relative;}
.page-case .left div{position:absolute; top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);}
.page-case .page-case-texteria .right{width:75%;}
.page-case .page-case-texteria .right img{width:100%;}
.page-case h2{padding-bottom:20px;}
.page-case-eria{width:100%; max-width:1000px; margin:150px auto;}
.page-case-eria img{padding-bottom:30px;}
.page-case-eria p{margin-bottom:80px;}
.page-case .tate{width:60%; margin:0 auto;}

@media screen and (max-width: 768px) {
.eria-case .left{width:100%;}
.eria-case .right{width:100%;}
	.page-case{padding:150px 30px;}
	.page-case-texteria{display:block;}
}

/*マウスオーバーで画像拡大*/
.img-zoom img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.img-zoom img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
	transition: transform 1s,-webkit-transform 1s;}
.category-theme
/*ブログ設定*/

.column-2-contents-box{width:100%; border-bottom:1px solid #e5e5e5; padding:20px 0;}
.column-2-contents-box img{margin:0!important;}
.column-2-contents-box h3{font-size:18px; margin:5px 0!important;}
.column-2-contents-box span{font-size:14px;}
.column-2-contents-box .blog-more{font-size:14px; color:#898989;}
.column-2-contents-box .left_30{width:20%; height:auto; border:none; float:left;}
.column-2-contents-box .right_70{width:80%; float:right; padding-left:20px; position:relative;}
.column-2-contents-box .right_70 .more{position:absolute; bottom:-30px; right:10px;}
.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center;
    width: 80%;
}
.pageokuri{text-align:center;}
.pageokuri .pagination a{background:#9a5939; color:#fff;
    padding: 5px 14px;
    margin-right: 10px;
    border-radius: 20px;}
.pageokuri .pagination span{background:#9a5939; color:#fff;
    padding: 5px 14px;
    margin-right: 10px;
    border-radius: 20px;opacity: 0.5 ;}
.single-blog h2{line-height:2.4em; font-weight:bold;}
.single-blog .blog-cate a{margin-right:10px; background:#9a5939; color:#fff; border-radius:10px; padding:3px 10px; font-size:12px;font-family: Lato, NotoSansCJKjp, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;}
.blog-next{display:flex; border:1px solid #e5e5e5; padding:5px; margin-top:100px;}
#column-2 .right .blog-next li .blog-next_img{width:20%;}
#column-2 .right .blog-next li .blog-next_img img{width:100%; margin-bottom:0;}
#column-2 .right .blog-next li .blog-next_title{width:75%; padding:5px 10px; line-height:1.6em;}
#column-2 .right .blog-next li:first-child{border-right:1px solid #e5e5e5;}
#column-2 .right .blog-next li:first-child .blog-next_img{float:left;}
#column-2 .right .blog-next li:last-child .blog-next_img{float:right;}
#column-2 .right .blog-next li:first-child .blog-next_title{float:left;}
#column-2 .right .blog-next li:last-child .blog-next_title{float:right;}

@media screen and (max-width: 768px) {
	.column-2-contents-box .right_70 .more{bottom:-20px;}
}
/*モデルハウス設定*/
.about-modelhouse .left{width:30%;}
.about-modelhouse .right{width:65%;}
.about-modelhouse .left h3{padding-bottom:20px;}

/*追従させる*/
.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
	height:100%;
}

@media screen and (max-width: 768px) {
	.sticky {position:static;}	
}
/*画像に影を付ける*/
.shadow_left{filter: drop-shadow(-140px -140px 0 #f7f7f7);}
.shadow_right{filter: drop-shadow(100px 100px 0 #f7f7f7);}
@media screen and (max-width: 768px) {
.shadow_left{filter: drop-shadow(-40px -30px 0 #f7f7f7);}
.shadow_right{filter: drop-shadow(60px 20px 0 #f7f7f7);}
}
/*よくある質問設定*/
.page-question .right{padding-right:15%;}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid #e5e5e5;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #222222;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
.cp_qa .cp_actab label:hover {
	color: #222222;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #222222;
	background:#f7f7f7;
	padding-left:5%;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #756c55;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*お問い合わせページ設定*/
.left-contact{width:30%; float:left; overflow:hidden;}
.left-contact img{height:100vh; width:auto; max-width:auto!important;}
.right-contact{width:70%; float:right; padding:200px 10%;}
table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0; text-align:left;
}
table th {
 padding: 10px; vertical-align: top;

}
table td {
 padding: 10px;

}
.contact-text{border: 1px solid #9fa0a0;
    font-family: nimbus-sans,"Yu Gothic Pr6N D",sans-serif;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: rgba(0,0,0,0);
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px 50px 14px 21px;
}

@media screen and (max-width: 768px) {
	table{width:90%; margin-bottom:100px;}
	table th,table td{width:100%; display:block;}
	table td{padding-bottom:20px; border-bottom:1px solid #ddd; padding-top:0;}
}
/***** 全画面を覆う背景 *****/
.mask {
  position: fixed; /*固定表示*/
  z-index: 999; /*最前面へ*/
  top: 0;
  left: 0;
  width: 100vw; /*画面幅*/
  height: 100vh; /*画面の高さ*/
  background: #ffffff; /*好きな色*/
  animation: fadeOut 0.4s forwards; /*フェードアウト*/
  animation-delay: 1.6s; /*円のアニメーション＋遅延時間*/
}
.mask p{position:fixed;   position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%); font-size:30px;}

/*フェードアウトアニメーション*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/*リンク下線アニメーション*/
.animate-link {
  text-decoration: none; /* デフォルトの下線を非表示にする */
  color: #0086e0; /* 文字色 */
	line-height:2.6em;
  background-image: linear-gradient(90deg, #e5e5e5, #e5e5e5); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 2px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
	padding-bottom:5px;
}

.animate-link:hover {
  background-size: 100% 2px; /* 線の横幅を100%にする */
}
/***** 広がる円 *****/
.circle {
  position: absolute; /*固定表示*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; /*中央配置*/
  width: 0;
  height: 0;
  background: #b1b1b1; /*ページ全体の背景色*/
  animation: circle-open 1s linear forwards;
  animation-delay: 0.6s; /*任意の遅延時間*/
}

/*円が拡大するアニメーション*/
@keyframes circle-open {
  0% {
    width: 0;
    height: 0;
    border-radius: 50%;
  }

  99% {
    /*ぎりぎりまで正円*/
    width: 99vw;
    height: 99vw;
    border-radius: 50%;
  }
  100% {
    /*全画面*/
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}

.foot-contents{display:flex; border-top:1px solid #e5e5e5; background:#fff;}
.foot-contents div{width:calc(100% / 3); text-align:center; padding:100px; border-right:1px solid #e5e5e5; position:relative;transition:all .2s;}
.foot-contents div:last-child{border-right:none;}
.foot-contents div p{text-align:left;}
.foot-contents div i{font-size:30px; padding-bottom:10px;}
.foot-contents div h2 span{    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);}
.foot-contents div a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.foot-contents div:hover{color:#9a5939;}
footer{width:100%; background:#f7f7f7; padding:50px; text-align:center;}
footer .logo{color:#222; font-size:28px; font-weight:bold;}
footer p{line-height:2.6em; 14px;}
footer .menu{display:flex; max-width:1000px; margin:50px auto 0; width:100%; justify-content:space-between; line-height:0.8em;}
footer .menu li{ flex-grow: 1;
  text-align: center;
}
footer .menu li + li {
  border-left: 1px solid #222;
}
@media screen and (max-width: 768px) {
	.foot-contents{display:block;}
	.foot-contents div{width:100%; padding:30px; border-bottom:1px solid #ddd;}
	footer .menu-menu-container{display:none;}
}
/*アニメーション設定*/
/*フェードイン*/
.fadeIn {
animation-name: fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
/*1文字ずつ表示*/
.blur {
  color: transparent;
  animation: blur 10s ease-out;
  -webkit-animation: blur 10s ease-out;
	animation-fill-mode: forwards;
}

.blur:nth-child(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.blur:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.blur:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}


@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:1;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 0px #fff;}
  100%  {text-shadow:  0 0 0px #fff;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:1;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 0px #fff;}
  100%  {text-shadow:  0 0 0px #fff;}
}

/*スクロールでフェードイン*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*横並びでずらす*/
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}

/*ハンバーガーメニュー*/
/* ハンバーガーボタン
==============================　*/
.toggle-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
 
.toggle-btn__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}
body  .toggle-btn__line {background: #000;}
body .scroll-nav .toggle-btn__line {background: #000;}
.home .toggle-btn__line {background: #fff;}
.home .scroll-nav .toggle-btn__line {background: #000;}

.toggle-btn__line--top {
  top: 3px;
}
 
.toggle-btn__line--center {
  top: 15px;
}
 
.toggle-btn__line--bottom {
  top: 27px;
}
 
.toggle-btn__line--top.active {
  top: 15px;
  transform: rotate(45deg);
	background-color:#000;
}

.toggle-btn__line--center.active {
  transform: scaleX(0);
}
.toggle-btn__line--bottom.active {
  top: 15px;
  transform: rotate(135deg);
background-color:#000;
}
/* ナビゲーションメニュー
==============================　*/
.global-nav {
  display: none;
  position: fixed;
 background: rgba(255, 255, 255, 1.0);
  width: 100%;
  height: 100%;
  z-index: 1;top:0;
}
 
.global-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.global-nav__list{display:flex; width:80%;} 
.global-nav__item {
  margin-bottom: 30px;
}
.global-nav__item{width:calc(100% / 4); border-right:1px solid #e5e5e5; padding-left:20px;} 
.global-nav__item{
  color: #81683b;
  font-size: 30px;
  text-decoration: none;
  transition: 0.5s;
}
.global-nav__item span{font-size:50px; line-height:1.1em;}
.global-nav__item a:hover {
  opacity: 0.7;
}


.global-nav__list_list{margin-top:20px; margin-left:20px;}
.global-nav__item_item{font-size:18px;}

@media screen and (max-width: 768px) {
.global-nav__list{display:block; width:90%; overflow-y:scroll;}
	.global-nav__item{width:100%; font-size:24px; margin-bottom:0; padding-bottom:20px;}
	.global-nav__item span{font-size:24px; padding-right:10px;}
	.global-nav__item br{display:none;}
	.global-nav__item_item{font-size:16px;}
	.global-nav__list_list #menu-sp-menu02{display:flex; gap:0 20px; flex-wrap:wrap;}
	.global-nav__list_list #menu-sp-menu0 li{width:50%;}
}

/*CM分離発注方式*/
body #column-2 .right .cm_site h3 {
    position: relative;
	margin-bottom:50px;
}

.cm_site h3 span {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    z-index: 1;
    padding-right: .5em;
	font-size:24px;
	bottom:0;
}

.cm_site h3::after {
    content: '';
    position: absolute;
    bottom: .75em;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.cm_site p{margin-bottom:3rem;}
.cm_site p b{color:#87604B;}

.cm_more {margin-bottom:60px;}

.single-blog img{width:45%;}

.single-page{width:100%; max-width:900px; margin:200px auto 100px;}
.single-page h2{text-align:center;}
.interview-contents{width:100%; max-width:900px; margin:0 auto;}
.interview-contents p{font-family: Lato, NotoSansCJKjp, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif; margin-bottom:2em;}
.interview-contents p span{font-weight:bold; padding-right:20px;}
.interview-contents h3{border-left:5px solid #9a5939; padding-bottom:0; margin:80px 0 40px; padding-left:20px;}