@charset "utf-8";

/*===========================================================
	フォント読み込み
===========================================================*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&display=swap');

/*===========================================================
	基本設定
===========================================================*/

html {
	font-size: 62.5%;
}

body {
	color: #3e3a39;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.block_tab {
	display: none;
}

.block_sp {
	display: none;
}

/*===========================================================
	ヘッダー
===========================================================*/

header {
	min-width: 1000px;
	height: 80px;
}

#head_inner {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}

#header_logo {
	margin-top: 25px;
	margin-left: 38px;
	width: 325px;
	height: 34px;
	background: url("../images/common/header_logo.svg") no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
}

#menu_button {
	display: none;
}

nav {
	margin-top: 20px;
	margin-right: 10px;
}

nav ul {
	display: flex;
}

nav a {
	width: 100px;
	display: block;
	position: relative;
	color: #333333;
	font-size: 1.4rem;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

nav a::before {
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #075729;
	transform: scaleX(0);
	transition: transform 200ms;
}

nav a:hover::before {
	transform: scaleX(1);
}

/* =======================================
	メインコンテンツ
======================================= */

section {
	margin: 100px auto 0;
	padding: 0;
	min-width: 1040px;
}

section#page_title,
#content_wrapper section:first-child {
	margin-top: 0;
}

.section_inner {
	margin: 0 auto;
	padding: 60px 20px 0;
	max-width: 1040px;
}

.section_inner p {
	text-align: justify;
}

.section_block {
	margin: 30px auto 0;
	max-width: 800px;
}

.section_block p {
	margin-top: 30px;
}

.section_block p:first-child {
	margin-top: 0;
}

#page_title {
	position: relative;
	text-align: right;
}

#page_title_inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1040px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	transform: translateX(-50%) translateY(-50%);
}

#page_title_inner h2 {
	padding: 30px 80px 40px 100px;
	display: inline-block;
	position: relative;
	background-color: #075729;
	color: #ffffff;
	white-space: nowrap;
	transform: translateX(-100px);
}

#page_title_inner h2 .line_en {
	display: block;
	font-size: 7rem;
	font-weight: bold;
	line-height: 1.1;
}

#page_title_inner h2 .line_ja {
	margin-top: 7px;
	display: block;
	font-size: 2rem;
	font-weight: normal;
}

#page_title img {
	width: 80%;
}

#content_wrapper {
	background: url("../images/common/page_title_under_image.svg") no-repeat top left;
	background-size: 20%;
}

.content_title {
	font-weight: normal;
}

.content_title .line_en {
	display: block;
	font-size: 5rem;
	line-height: 1.1;
}

.content_title .line_ja {
	margin-top: 7px;
	display: block;
	font-size: 2rem;
}

.content_title02 {
	margin-top: 50px;
	font-size: 2.6rem;
	font-weight: normal;
}

.content_title02:first-child {
	margin-top: 0;
}

.content_title02 span {
	margin-left: 2em;
	font-size: 1.6rem;
}

/*===========================================================
	コンタクト
===========================================================*/

#sec_contact_link {
	padding: 40px 0;
	background: url("../images/common/contact_bgimage.jpg") no-repeat center center;
	background-size: cover;
}

#contact_link_box {
	padding: 30px 0 40px;
	margin: 0 auto;
	width: 420px;
	background-color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
}

#contact_link_box p {
	margin-top: 15px;
}

#contact_title {
	font-size: 4rem;
	font-weight: bold;
}

p#contact_head {
	margin-top: 0;
	font-size: 2rem;
}

p#contact_tel {
	margin-top: 20px;
}

#contact_tel img {
	width: 285px;
}

#contact_link {
	margin: 30px auto 0;
	width: 240px;
	display: block;
	background-color: #075729;
	border: solid 1px #075729;
	color: #ffffff;
	line-height: 38px;
	transition: 300ms;
}

#contact_link:hover {
	background-color: #ffffff;
	color: #075729;
}

/*===========================================================
	フッター
===========================================================*/

footer {
	padding-top: 30px;
	min-width: 1040px;
	background-color: #ffffff;
}

.footer_inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
	display: flex;
	justify-content: space-between;
}

#footer_logo {
	width: 325px;
	height: 34px;
	background: url("../images/common/header_logo.svg") no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
}

#footer_address {
	margin-top: 30px;
	font-size: 1.2rem;
	line-height: 1.8;
}

#footer_license {
	font-size: 1.2rem;
}

#footer_bottom {
	margin-top: 40px;
	padding: 13px 0;
	background-color: #666666;
	color: #ffffff;
}

#footer_bottom .footer_inner {
	align-items: center;
}

#copyright {
	font-size: 1rem;
}

#link_menber_page {
	margin-right: 24px;
	width: 120px;
	background-color: #000000;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	line-height: 24px;
}

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

	.block_tab {
		display: block;
	}

	/*===========================================================
		ヘッダー
	===========================================================*/

	header {
		min-width: 100%;
		height: 60px;
	}

	#head_inner {
		min-width: 100%;
		display: block;
	}

	#header_logo {
		display: inline-block;
		margin-top: 14px;
		margin-left: 10px;
		width: 240px;
		height: 30px;
	}

	/* ハンバーガーメニュー */

	#menu_button {
		display: block;
		width: 60px;
		height: 60px;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		cursor: pointer;
	}

	#menu_bar{
		width: 34px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	#menu_bar span{
		width: 100%;
		height: 3px;
		background-color: #075729;
		position: absolute;
		top: 50%;
		left: 50%;
		transform-origin: center center;
		transform: translateX(-50%) translateY(-50%);
		transition: width 300ms;
	}

	#menu_bar::before,
	#menu_bar::after {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background-color: #075729;
		position: absolute;
		transition: all 300ms;
	}

	#menu_bar::before {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#menu_bar::after {
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.on #menu_bar span {
		width: 0;
	}

	.on #menu_bar::before {
		top: 50%;
		transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
	}

	.on #menu_bar::after {
		bottom: 50%;
		transform: translateX(-50%) translateY(50%) rotateZ(45deg);
	}

	nav {
		margin-top: 0;
		margin-right: 0;
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #ffffff;
		transform: translateX(100%);
		transition: transform 300ms;
		z-index: 200;
	}

	nav.on {
		transform: translateX(0);
	}

	nav ul {
		padding: 20px;
		display: block;
	}

	nav a {
		padding: 22px 10px;
		width: 100%;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	nav a::after {
		content: "";
		height: 1px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to right, #cccccc, #ffffff);
	}

	nav a::before {
		display: none;
	}

	/* =======================================
		メインコンテンツ
	======================================= */

	section {
		min-width: 100%;
	}

	.section_inner {
		width: 100%;
		padding: 40px 20px 0;
	}

	#page_title_inner h2 {
		padding: 20px;
		transform: translateX(-20px);
	}

	#page_title_inner h2 .line_en {
		font-size: 5.5rem;
	}

	#page_title_inner h2 .line_ja {
		font-size: 1.6rem;
	}

	.content_title .line_en {
		font-size: 3.5rem;
	}

	.content_title .line_ja {
		font-size: 1.6rem;
	}

	/*===========================================================
		コンタクト
	===========================================================*/

	#contact_link_box {
		padding: 20px 0;
		width: 100%;
		max-width: 335px;
	}

	#contact_title {
		font-size: 3.6rem;
	}

	p#contact_head {
		margin-top: 0;
		font-size: 1.6rem;
	}

	p#contact_tel {
		margin-top: 15px;
	}

	/*===========================================================
		フッター
	===========================================================*/

	footer {
		min-width: 100%;
	}

	.footer_inner {
		padding: 0 20px;
		width: 100%;
		display: block;
	}

	#footer_logo {
		width: 100%;
		max-width: 325px;
	}

	#footer_address {
		margin-top: 15px;
	}

	#footer_license {
		margin-top: 30px;
	}

	#footer_bottom {
		margin-top: 40px;
		padding: 13px 0;
		background-color: #666666;
		color: #ffffff;
	}

	#footer_bottom .footer_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#link_menber_page {
		margin-right: 0;
	}

}

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

	.block_pc {
		display: none;
	}

	.block_sp {
		display: block;
	}

	/*===========================================================
		メインコンテンツ
	===========================================================*/

	#page_title {
		padding-top: 60px;
	}

	#page_title_inner {
		padding: 0;
		width: 100%;
		top: 0;
		left: 0;
		transform: none;
	}

	#page_title_inner h2 {
		padding: 20px;
		width: calc(100% - 20px);
		white-space: wrap;
		transform: none;
	}

	#commodity #page_title_inner h2 .line_en {
		font-size: 4rem;
	}

	#page_title img {
		margin: 0 auto;
		width: 100%;
		max-width: 520px;
	}

	#content_wrapper {
		background: none;
	}

	/*===========================================================
		コンタクト
	===========================================================*/

	#sec_contact_link {
		padding: 40px 20px;
		background: url("../images/common/contact_bgimage.jpg") no-repeat center center;
		background-size: cover;
	}

	#contact_link_box {
		padding: 20px;
	}

	#contact_tel img {
		width: 100%;
		max-width: 285px;
	}

}