@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{font-family:"Arial", Noto Sans JP, Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}



/* ******************************************
	General
****************************************** */

html,
body {
	margin: 0;
	padding: 0;
	/* font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif; */
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75em;
	color: #000;
	position: relative;
}
html {
	/* padding-top: 160px; */
	scroll-behavior: smooth;
}

main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 100px;
	position: relative;
}
article {
	width: 100%;
	margin: 0;
	padding: 85px 0;
	text-align: center;
}
section {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
section.min {
	max-width: 950px;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 45px;
	line-height: 1.2em;
	letter-spacing: 1px;

  font-weight: 600;
  font-style: normal;
}
h2 {
	margin: 0 0 40px;
	padding: 0;
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
h3 {
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.7em;
}
h4 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}

p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #313332;
}
a:hover {
	border-bottom: 1px dashed #f8dc4a;
}

img {
	width: 100%;
	height: auto;
	border: none;
}
picture {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	line-height: 0.1em;
	overflow: hidden;
}
picture img {
	width: 100%;
}

i, address {
	font-style: normal;
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		margin: 0 0 25px;
		font-size: 35px;
	}
}
@media screen and (max-width:600px) {
	article {
		padding: 50px 0;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		/* margin: 0 0 25px; */
		font-size: 24px;
		letter-spacing: normal;
		line-height: 1.5em;
	}
}


/* ******************************************
	class
****************************************** */
.wrap {
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
}
.wrap.min {
	max-width: 950px;
}

/* 余白 */
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr75 { padding-right: 75px; }
.pr100 { padding-right: 100px; }

.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl75 { padding-left: 75px; }
.pl100 { padding-left: 100px; }

.mt15 { margin-top: 15px; }
.mt50 { margin-top: 50px; }

.mb15 { margin-bottom: 15px; }
.mb25 { margin-bottom: 25px; }
.mb50 { margin-bottom: 50px; }


/* 文字カラー */
.f_color_wh { color: #fff; }
.f_color_bl { color: #75BFD3; }
.f_color_pk { color: #DE7E7B; }


/* 背景カラー */
.bg_color_gr { background-color: #ECECEC; }
.bg_color_lgr { background-color: #F6F6F6; }
.bg_color_wh { background-color: #fff; }
.bg_color_gre { background-color: #E8EDD8; }


/* 縦書き */
.vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/* 文字揃え */
.talign_l {
	text-align: left;
}
.talign_r {
	text-align: right;
}
.talign_c {
	text-align: center;
}



/* 改行 */
.wbr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr i {
	display: inline-block;
	font-style: normal;
	white-space: nowrap;
}


/* ボタン */
.btn_more {
	display: block;
	margin-top: 50px;
	text-align: center;
}
.btn_more a {
	background-color: #fff;
	border: 1px solid #313332;
	color: #313332;
	padding: 20px 40px;
	margin: 0 auto;
	line-height: 1em;
	transition: 0.8s;
	position: relative;
	display: inline-block;
}
.btn_more a:hover {
	background-color: #313332;
	color: #fff;
}
.btn_more a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #313332;
	border-right: 1px solid #313332;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	margin-top: 5px;
}



/* フレックス */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex .item {}

@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}



/* ******************************************
	header
****************************************** */
header {
	/* position: fixed; */
	/* top: 0; */
	/* z-index: 999; */
	width: calc(100% - 6px);
	/* height: 140px; */
	border: 3px solid #000;
	background-color: #fff;
	padding: 30px 0;
}
header .wrap {
	width: 90%;
	/* height: 100%; */
	max-width: none;
	position: relative;
}
header .flex {
	align-items: center;
}

header h1 {
	padding: 0;
	margin: 0;
	width: 123px;
}
header h1 a {
	display: block;
	line-height: 1em;
}
header h1 img {
	width: 100%;
	height: auto;
}

header nav {
	width: calc(100% - 150px);
	text-align: right;
}
header nav .contact {
	background-color: #000;
	border-radius: 10px;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
}
header nav .contact .flex {
	/* display: flex; */
	/* flex-wrap: wrap; */
	justify-content: flex-end;
	/* align-items: center; */
}
header nav .contact a {
	color: #fff;
	font-size: max(2.5vw,30px);
	font-weight: bold;
	line-height: 1em;
	padding-left: 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header nav .contact a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/common/ico_tel.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
header nav .contact dl {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	text-align: left;
	font-weight: bold;
	line-height: 1em;
}
header nav .contact dl dt {
	position: absolute;
	width: 60px;
	padding: 4px 0;
	margin: 0;
}
header nav .contact dl dd {
	position: relative;
	padding: 4px 0;
	padding-left: 60px;
	margin: 0;
}

header nav ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
header nav ul li {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	margin-top: 10px;
}
header nav ul li a {
	display: block;
	line-height: 1em;
	font-weight: bold;
	white-space: nowrap;
}
header nav ul li a:hover {
	border-bottom: none;
	color: #f8dc4a;
}

@media screen and (max-width:768px) {
	header {
		padding: 15px 0;
	}
	header h1 {
		width: 70px;
	}
	header nav {
		display: none;
	}
}
@media screen and (max-width:600px) {	
}



/* ******************************************
	footer
****************************************** */
footer {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #213f98;
}
footer section.flex {
	padding: 50px 0;
	color: #fff;
	align-items: stretch;
}
footer h2 {
	text-align: center;
	font-size: min(5vw,57px);
	line-height: 1.1em;
}
footer h2 span {
	display: block;
	font-size: 18px;
	line-height: 1em;
	padding-top: 8px;
}

footer .company {
	width: 50%;
}
footer .company.flex {
	justify-content: center;
	align-content: center;
}
footer .company .logo {
	align-content: center;
}
footer .company .logo.flex {
	align-items: center;
}
footer .company .logo picture {
	width: 30%;
}
footer .company .logo .companyinfo {
	width: 60%;
}
footer .company .logo .companyinfo h3 {
	text-align: left;
	margin-bottom: 0;
}
footer .company .logo .companyinfo a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}


footer .group {
	width: 46%;
}
footer .group.flex {
	justify-content: center;
	align-content: center;
}
footer .group h2 {
	width: 100%;
}
footer .group .group_logo {
	width: 80%;
	max-width: 600px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
footer .group .group_logo a {
	width: 35%;
}
footer .group .group_logo a img {
	width: 100%;
	height: auto;
}

footer .copyright {
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 0;
}


@media screen and (max-width:1024px) {
	footer .company {
		width: 100%;
		margin-bottom: 50px;
	}
	footer .group {
		width: 100%;
	}
}
@media screen and (max-width:450px) {
	footer .company .logo picture {
		width: 100%;
		max-width: 150px;
		margin-bottom: 25px;
	}
	footer .company .logo .companyinfo {
		width: 100%;
		text-align: center;
	}
	footer .company .logo .companyinfo h3 {
		text-align: center;
	}
	footer .company .logo .companyinfo address.wbr {
		justify-content: center;
	}
}



/* ******************************************
	page_title
****************************************** */
#page_title {}
#page_title h1 {
}
#page_title h1::before {
	content: '';
	display: block;
	width: 70px;
	height: 50px;
	margin: 0 auto 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
	#page_title {
		padding: 0;
	}
	#page_title h1::before {
		width: 40px;
		height: 30px;
		margin: 0 auto 10px;
	}
}



/* ******************************************
	breadcrumb
****************************************** */
#breadcrumb {
	padding: 0;
}
#breadcrumb .wrap {
	padding: 20px 0;
	position: relative;
	text-align: left;
}
#breadcrumb .wrap a {
	display: inline-block;
	margin-right: 20px;
}
#breadcrumb .wrap a::after {
	content: ' /';
}

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


/* ******************************************
	photo_list
****************************************** */
.photo_list,
.photo_list_2 {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.photo_list li,
.photo_list_2 li {
  padding: 0;
  margin: 0;
  margin-right: 2%;
  margin-bottom: 33px;
}
.photo_list li {
  width: 32%;
}
.photo_list_2 li {
  width: 49%;
}
.photo_list li:nth-child(3n) {
  margin-right: 0;
}
.photo_list_2 li:nth-child(2n) {
  margin-right: 0;
}
.photo_list li a:hover,
.photo_list_2 li a:hover {
	opacity: 1;
}
.photo_list li picture,
.photo_list_2 li picture {
	overflow: hidden;
	position: relative;
  margin-bottom: 10px;
}
.photo_list li img,
.photo_list_2 li img {
  width: 100%;
	transition: all 0.5s ease-in-out;
}
.photo_list li img:hover,
.photo_list_2 li img:hover {
	transform: scale(1.1);
}
.photo_list li p,
.photo_list_2 li p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.2em;
}
#woodwall_works .photo_list li p {
  font-size: 16px;
}
#woodwall_works .photo_list li p span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}



@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	.photo_list li {
    margin-right: 2%;
    width: 49%;
  }
  .photo_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .photo_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:425px) {
  .photo_list_2 li {
    margin-right: 0;
    width: 100%;
  }
}




/* ******************************************
	page_link
****************************************** */
#page_link {}
#page_link .btn_more {
	margin-top: 0;
}



/* 下から上のフェードイン */
.fadeInUp {
	opacity: 0;
	transform: translateY(65px);
}
/* フェードインアニメーション */
@keyframes fadeIn {
	0% {
	}
	100% {
			opacity: 1;
			transform: translate(0);
	}
}
/* フェードインさせるクラス */
.fadeIn {
	animation-name: fadeIn;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}





/* ******************************************
	pagetop
****************************************** */
/* トップへ戻る */
.gotop {
	display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow:hidden;
	cursor: pointer;
	-webkit-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
  z-index:9000;
}
#top {
	background-color: rgba(0,0,0,0.7);
  width: 48px;
  height: 48px;
  text-align:center;
  position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px){
}





/* ******************************************
	colorbox
****************************************** */
.gallery {
	margin:0 20px 20px 0;
}
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#inline-content {
	/* margin: 20px; */
}
#ajax-wrap {
	/* margin: 20px; */
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #000000;
-webkit-box-shadow: 0px 1px 10px #000000;
box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible;
}
#cboxTitle {
	color: #fff;
}


/* ******************************************
	foot_contact
****************************************** */
#foot_contact {
	background-color: #F6F6F6;
}
#foot_contact .flex {
	align-items: stretch;
}
#foot_contact .btn_more {
	max-width: 800px;
	margin: 30px auto 0;
}
#foot_contact .btn_more .box {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
#foot_contact .btn_more .box.white {
	font-size: 24px;
}
#foot_contact .btn_more .box.white small {
	font-size: 16px;
	margin-right: 5px;
}
#foot_contact .btn_more .box.white span {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 300;
}

@media screen and (max-width:600px) {
	#foot_contact .btn_more .box {
		width: 100%;
		margin-bottom: 12px;
	}
}



/* ******************************************
	foot_recruit
****************************************** */
#foot_recruit {}
#foot_recruit dl {
	padding: 0;
	margin: 0;
	border: 2px solid #75BFD3;
	text-align: center;
}
#foot_recruit dl dt {
	padding: 10px 0;
	margin: 0;
	background-color: #75BFD3;
	color: #fff;
	position: absolute;
	width: 250px;
}
#foot_recruit dl dd {
	padding: 10px 0;
	padding-left: 250px;
	margin: 0;
	position: relative;
	color: #231815;
}

@media screen and (max-width:1024px) {
	#foot_recruit dl dt {
		position: relative;
		width: 100%;
	}
	#foot_recruit dl dd {
		padding-left: 0;
	}
}

