@charset "UTF-8";
/*
Theme Name: NIK総合サイト　会社概要ページ
Author: あそびラボ
*/

/*===========================
ヘッダー
===========================*/
.header_bg {
	background: url(../images/about/header_bg.jpg) top center no-repeat;
	background-size: 2000px;
	height: 456px;
	text-align: center;
	padding: 170px 0 0;
	color: #cdc69e;
}
#check .header_bg {
	background: url(../images/about/header_bg_check.jpg) top center no-repeat;
	background-size: 2000px;
	height: 456px;
	text-align: center;
	padding: 170px 0 0;
	color: #cdc69e;
}
.header_bg h1 img {
	width: 289px;
}
.header_bg h1 span {
	margin: 35px 0 0;
	display: block;
	font-size: 22px;
	letter-spacing: 0.09em;
}
.header_bg h1 span::after {
	content: "";
	display: block;
	height: 2px;
	width: 90px;
	margin: 11px auto 0;
	background: #cdc69e;
}

@media screen and (max-width: 750px) {
	.header_bg {
    	background: url(../images/sp/about/header_bg.jpg) top right no-repeat;
    	background-size: 750px;
		height: 480px;
	}
}

/*===========================
共通
===========================*/
section:not(#intro) h2 {
	margin: 0 auto 35px;
	position: relative;
	text-align: center;
}
section:not(#intro) h2::after {
	content: "";
    background: url(../images/common/h2_img.svg) no-repeat;
    display: block;
    width: 48px;
    height: 74px;
	position: absolute;
	top: -20px;
    right: -70px;
}
section:not(#intro) h2 span {
	font-size: 16px;
	letter-spacing: 0.06em;
	color: #cdc69e;
	display: block;
	margin: 20px 0 0;
	font-weight: bold;
}
section:not(#intro) h2 span::after {
	content: "";
	margin: 15px auto 0;
	display: block;
	width: 46px;
	height: 4px;
	background: #a59c6d;
}

@media screen and (max-width: 750px) {
	section:not(#intro) h2 span {
		font-size: 22px;
		font-weight: bold;
		color: #999966;
		margin: 15px 0 0;
	}
	section:not(#intro) h2::after {
    	content: "";
    	background: url(../images/common/h2_img.svg) no-repeat;
		width: 65px;
    	height: 96px;
    	right: -90px;
		top: -30px;
		background-size: contain;
	}
	section:not(#intro) h2 span::after {
    	content: "";
    	width: 79px;
	}
}

/*===========================
はじめに
===========================*/
#intro {
	background: url(../images/about/mosaique_bg.png) top -126px center no-repeat;
	background-size: 2000px;
	text-align: center;
	padding: 48px 0 70px;
	margin: -25px 0 0;
}
#intro h2 {
	font-size: 30px;
	font-weight: bold;
	color: #a59c6d;
	letter-spacing: 0.06em;
	margin: 0 0 30px;
}
#intro h2::after {
	content: "";
	margin: 15px auto 0;
	display: block;
	width: 46px;
	height: 4px;
	background: #a59c6d;
}
#intro h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px;
}
#intro p {
	line-height: 2;
	font-size: 17px;
}

@media screen and (max-width: 750px) {
	#intro {
		background: url(../images/sp/about/mosaique_bg.png) top 127px right no-repeat;
		background-size: 212px;
		padding: 48px 0 55px;
	}
	#intro h2 {
    	font-size: 40px;
	}
	#intro h2::after {
    	content: "";
    	margin: 15px auto 0;
    	width: 100px;
		height: 6px;
	}
	#intro h3 {
		font-size: 32px;
		line-height: 1.43;
	}
	#intro p {
    	line-height: 1.5;
    	font-size: 28px;
	}
}


/*===========================
経営理念
===========================*/
#philosophy {
	background: url(../images/about/navy_bg.png) top center no-repeat;
	background-size: 2000px;
	margin: -60px 0 0;
	padding: 147px 0 137px;
}
#philosophy h2 {
	width: 240px;
}
#philosophy p {
	font-size: 16px;
	color: #fff;
	line-height: 1.625;
	margin: 0 0 25px;
}
#philosophy p.ceo {
	justify-content: flex-end;
	display: flex;
	align-items: center;
}
#philosophy p.ceo span {
	width: 113px;
	margin: 0 0 0 20px;
}

@media screen and (max-width: 750px) {
	#philosophy {
		background: url(../images/sp/about/navy_bg.png) top center no-repeat;
		background-size: 750px;
		margin: 0;
		padding: 116px 0 119px;
	}
	#philosophy h2 {
    	width: 315px;
	}
	#philosophy h2 span {
		color: #cccc99!important;
	}
	#philosophy h2 span::after {
		background: #cccc99!important;
	}
	#philosophy p {
    	font-size: 28px;
		padding: 0 10px 0 0;
		margin: 0 0 35px;
		line-height: 1.5;
	}
	#philosophy p.ceo {
		margin: 73px 0 0;
	}
	#philosophy p.ceo span {
    	width: 185px;
    	margin: 0 0 0 25px;
	}
}

/*===========================
沿革
===========================*/
#history {}
#history h2 {
	width: 158px;
}
#history h2 span {
	color: #a59c6d!important;
}
#history .timeline {
	margin: 85px 0 0;
	position: relative;
}
#history .timeline::after {
	content: "";
    border-left: 2px solid #a59c6d;
    height: 90%;
    position: absolute;
    top: 0;
    left: 161px;
}
#history .timeline > li {
	margin: 0 0 35px;
	padding: 0 0 25px;
	border-bottom: 1px solid #d6d6d6;
	display: flex;
}
#history .timeline > li:first-of-type {
	padding: 0 0 20px;
}
#history .timeline > li:last-of-type {
	border: none;
}
#history .timeline-date {
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#history .timeline-content {
	font-size: 16px;
	line-height: 1.75;
	padding-left: 30px;
}
#history .timeline-content p:first-line {
	line-height: 1;
}
#history .timeline-date::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #a59c6d;
  position: absolute;
  left: 156px;
  top: 0;
  border-radius: 100%;
}
#history li:last-of-type .timeline-content {
	position: relative;
}
#history li:last-of-type .timeline-content::before {
	position: absolute;
	left: 0;
	top: 20px;
	width: 3px;
	content: "";
	height: 48px;
	background: url(../images/about/dot.svg) no-repeat;
}

@media screen and (max-width: 750px) {
	#history {
		padding: 80px 0 45px;
	}
	#history h2 {
    	width: 205px;
	}
	#history .timeline-date {
    	width: 145px;
    	font-size: 28px;
		line-height: 1.3;
		flex-shrink: 0;
	}
	#history .timeline-date span {
		font-size: 22px;
	}
	#history .timeline-content {
    	font-size: 26px;
    	line-height: 1.75;
    	padding-left: 38px;
	}
	#history .timeline-date::after {
    	content: '';
    	width: 16px;
    	height: 16px;
    	left: 125px;
	}
	#history .timeline::after {
    	content: "";
    	height: 95%;
    	left: 131px;
	}
	#history li:last-of-type .timeline-content::before {
    	left: -15px;
    	top: 65px;
    	width: 6px;
    	content: "";
    	height: 71px;
    	background: url(../images/about/dot.svg) no-repeat;
    	background-size: contain;
	}
	#history .timeline > li:last-of-type {
    	margin: 0 0 5px;
	}
}

/*===========================
会社情報
===========================*/
#company {
	background: url(../images/about/light_blue_bg.png) top center no-repeat;
	padding: 150px 0 133px;
}
#company h2 {
	width: 203px;
}
#company h2 span {
	color: #a59c6d!important;
}
#company table {
	width: 744px;
	margin: 0 auto;
}
#company table tr {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #bababa;
	font-size: 16px;
	line-height: 1.625;
	padding: 20px 0 18px
}
#company table tr:last-of-type {
	border: none;
}
#company table th {
	text-align: left;
	padding: 0 0 0 30px;
	width: 260px;
}

#company table td a {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
	#company {
		background: url(../images/sp/about/light_blue_bg.png) top center no-repeat;
		padding: 140px 0 163px;
	}
	#company h2 {
    	width: 266px;
	}
	#company table {
    	width: initial;
	}
	#company table tr {
    	font-size: 26px;
    	line-height: 1.38;
    	padding: 25px 0 23px;
	}
	#company table th {
    	text-align: left;
    	padding: 0;
    	width: 215px;
    	flex-shrink: 0;
	}
	#company table td ul li {
		margin: 0 0 13px;
	}
}

/*===========================
アクセス
===========================*/
#access {
	background: url(../images/about/navy_bg2.png) top center no-repeat;
	margin: -156px 0 0;
	padding: 150px 0 60px;
}
#access h2 {
	width: 154px;
}
#access h2 + div {
	display: flex;
}
#access p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 25px;
	line-height: 1.625;
}
#access p a {
	display: block;
	width: 241px;
	height: 62px;
	background: url("../images/sp/about/map_bg.svg") no-repeat;
	background-size: contain;
	position: relative;
	padding: 22px 0 0 49px;
}
#access p a::after {
    position: absolute;
    top: 29px;
    right: 20px;
    content: "";
    background: url(../images/top/more_arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 10px;
    height: 7px;
}
#access p a img {
	width: 119px;
}
#access .gmap{
	margin: 0 57px 0 0;
}
#access .gmap iframe {
	box-shadow: 0 0 8px gray;
	width: 600px;
	height: 400px;
	-webkit-filter: contrast(95%) brightness(95%) saturate(46%) sepia(7%) hue-rotate(206deg);
    filter: contrast(95%) brightness(95%) saturate(46%) sepia(7%) hue-rotate(206deg);
}

@media screen and (max-width: 980px) {
	#access .gmap iframe {
		width: 400px;
		height: 375px;
	}
}
@media screen and (max-width: 750px) {
	#access {
		height: 1317px;
		position: relative;
		background: url(../images/sp/about/navy_bg2.png) top center no-repeat;
		background-size: 750px;
		padding: 120px 0 0;
	}
	#access h2 {
    	width: 201px;
	}
	#access h2 span {
		color: #cccc99!important;
	}
	#access h2 span::after {
		background: #cccc99!important;
	}
	#access h2 + div {
    	flex-wrap: wrap;
	}
	#access .gmap {
		order: 2;
		width: 100%;
		margin: 0;
	}
	#access .gmap iframe {
    	width: 100%;
    	height: 446px;
	}
	#access p {
    	font-size: 28px;
    	margin: 0 0 45px;
    	line-height: 1.5;
	}
	#access .map {
		position: absolute;
		bottom: -190px;
		left: 0;
		right: 0;
	}
	#access .map a {
		margin: 0 auto;
		width: 337px;
		height: 87px;
		background: url(../images/sp/about/map_bg.svg);
		background-size: contain;
		padding: 29px 0 0 65px;
	}
	#access p a img {
    	width: 193px;
	}
	#access p a::after {
    	top: 40px;
    	right: 29px;
    	content: "";
    	background: url(../images/top/more_arrow.svg) no-repeat;
    	background-size: contain;
    	width: 9px;
    	height: 16px;
	}
}

/*===========================
お問い合わせ
===========================*/
#contact {
	font-size: 16px;
	line-height: 1.625;
	padding: 0 0 114px;
}
#contact h2 {
	width: 188px;
}
#contact h2 + p {
	text-align: center;
	margin: 0 0 48px;
}
#contact h2 span {
	color: #a59c6d!important;
}
#contact table {
	width: 773px;
	margin: 0 auto 20px;
}
#contact table tr {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 34px;
	align-items: flex-start;
}
#contact table th {
	width: 218px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0 0;
}
#contact table th span {
	color: #fff;
	font-size: 14px;
	background: #c85831;
	width: 43px;
	height: 20px;
	text-align: center;
}
#contact table td {
	margin: 0 0 0 116px;
	width: 445px;
	display: flex;
	flex-wrap: wrap;
}
#contact table td input,
#contact table td textarea {
	width: 440px;
	background: #dedede;
	border: none;
	padding: 12px 30px 10px;
	border-radius: 20px;
}
#contact table td textarea {
	height: 209px;
}
#contact table td input[type="radio"] {
	border: 1px solid #9d9d9d;
	background: #fff;
	width: 16px;
    padding: 0;
    height: 16px;
	margin: 0 10px 0 0;
}
#contact table td input[type="radio"]:checked {
	background: #dedede;
}
#contact table td label {
	display: flex;
	align-items: center;
	margin: 0 30px 0 0;
}
#contact table td > span:last-of-type label {
	margin: 0;
}
#contact table td > span {
	margin: 0 0 10px;
}
#contact .att {
	text-align: center;
	font-size: 15px;
	color: #999;
	line-height: 1.6;
	margin: 0 0 45px;
}
#contact .att a {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
#contact .att + div {
	display: flex;
	justify-content: center;
}
#contact .att + div div {
	margin: 0 20px;
}
#contact .att + div div:last-of-type {
	width: 272px;
	position: relative;
}
#contact .att + div input[type="submit"] {
    width: 272px;
    height: 70px;
    display: block;
    padding: 4px 0 0 0;
    position: relative;
    margin: 30px 0 0;
    background: url(../images/common/more_bg.svg) no-repeat;
    background-size: contain;
	color: #fff;
	font-size: 22px;
}
#contact .att + div div:last-of-type::after {
	position: absolute;
    top: 529px;
    right: 21px;
    content: "";
    background: url(../images/top/more_arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 12px;
    height: 18px;
}
#contact.check p {
	text-align: center;
	margin: 50px 0 48px;
}
@media screen and (max-width: 750px) {
	#contact {
		font-size: 28px;
		line-height: 1.5;
		padding: 70px 0 79px;
	}
	#contact h2 {
    	width: 245px;
	}
	#contact h2 + p {
    	margin: 0 -10px 70px;
	}
	#contact table {
    	width: 100%;
		margin: 0;
	}
	#contact table tr {
    	display: block;
	}
	#contact table th {
    	width: initial;
		font-weight: bold;
		font-size: 30px;
		margin: 0 0 20px;
	}
	#contact table th span {
    	font-size: 24px;
    	width: 76px;
    	height: 34px;
		font-weight: normal;
	}
	#contact table td {
    	width: initial;
		margin: 0;
	}
	#contact table td input, #contact table td textarea {
    	width: 100%;
    	padding: 17px 30px 14px;
    	border-radius: 30px;
    	font-size: 32px;
	}
	#contact table td input[type="radio"] {
    	width: 28px;
    	height: 28px;
	}
	#contact table td textarea {
    	height: 318px;
	}
	#contact table td label {
    	margin: 0 30px 20px 0;
	}
	#contact table tr:last-of-type td > span:first-of-type {
		margin: 0 171px 10px 0;
	}
	#contact table tr:nth-of-type(7) td > span:first-of-type {
		margin: 0 17px 10px 0;
	}
	#contact table tr:nth-of-type(8) td > span:first-of-type {
		margin: 0 91px 10px 0;
	}
	#contact .att {
    	font-size: 26px;
    	line-height: 1.53;
    	margin: 0 -13px 45px;
	}
}


/*===========================
送信完了
===========================*/
#thanks .header_bg {
	background: url(../images/about/header_bg_check.jpg) top center no-repeat;
	background-size: 2000px;
}
#thanks .header_bg h1 img {
    width: 227px;
}
.thanks {
	padding: 73px 0 167px;
	text-align: center;
	font-size: 16px;
	line-height: 1.625;
	background: url(../images/about/thanks_bg.png) top -112px center no-repeat;
	background-size: 2000px;
	margin: -12px 0 0;
}
.thanks h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
}
.thanks h2::after {
	content: none!important;
}
.thanks p {
	margin: 0 0 50px;
}
.thanks p:last-of-type {
	margin: 0;
}
.thanks p a {
	display: block;
    width: 290px;
    height: 55px;
    background-size: contain;
    background: url(../images/about/back.svg);
    position: relative;
    padding: 16px 0 0;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.thanks p a::after {
	position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    background: url(../images/top/more_arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 9px;
    height: 12px;
}