﻿@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
.innerA {
	display: table;
	width: 100%;
	table-layout: fixed
}
.innerA .left, .innerA .right {
	width: 48%;
	float: left
}
@media all and (max-width: 639px) {
	.innerA .left, .innerA .right {
		width: 100%;
		float: none
	}
}
.innerA .right {
	margin-left: 4%
}
@media all and (max-width: 639px) {
	.innerA .right {
		margin-left: 0;
		margin-top: 15px
	}
}
.innerA .left_s {
	width: 30%;
	float: left
}
.innerA .right_l {
	width: 66%;
	float: left;
	margin-left: 4%
}
.innerB {
	display: table;
	width: 100%;
	table-layout: fixed
}
@media all and (max-width: 639px) {
	.innerB {
		display: block
	}
}
.innerB .left, .innerB .right {
	width: 48%;
	float: left
}
@media all and (max-width: 639px) {
	.innerB .left, .innerB .right {
		width: 100%;
		float: none
	}
}
.innerB .right {
	margin-left: 4%
}
@media all and (max-width: 639px) {
	.innerB .right {
		margin-left: 0;
		margin-top: 15px
	}
}
.innerB .left_s {
	width: 30%;
	float: left
}
@media all and (max-width: 639px) {
	.innerB .left_s {
		width: 100%;
		float: none
	}
}
.innerB .right_l {
	width: 66%;
	float: left;
	margin-left: 4%
}
@media all and (max-width: 639px) {
	.innerB .right_l {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
		float: none
	}
}
#entry {
	margin-top: 50px;
	padding-bottom: 100px
}
@media all and (max-width: 800px) {
	#entry {
		padding-bottom: 50px
	}
}
#entry .entry__cotent {
	background: #fff;
	padding: 30px;
	font-family: "YakuHanMP", "Noto Serif JP"
}
@media all and (max-width: 800px) {
	#entry .entry__cotent {
		padding: 15px
	}
}
#entry .entry__cotent .data span {
	background: #F2F2F2;
	padding: .3em .5em
}
#entry .entry__cotent .entry__title {
	border-bottom: 1px solid #B59664;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #B59664;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-weight: 900
}
#entry .entry__cotent .entry__cotent__text {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em
}
.mailbtn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	font-size: 12px;
	margin-right: 10px
}
.rcsLinkType01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.rcsLinkType01 .link_box {
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	max-width: 100%
}
.rcsLinkType01 .link_box ._img_box img {
	max-width: 100%;
	box-shadow: 4px 4px
}
.rcsLinkType01 .link_box ._title_box h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: rgba(0, 51, 102, 0.6);
	color: #FFF;
	position: absolute;
	width: 200px;
	padding: 20px 0;
	bottom: 20px;
	left: -10px;
	margin: 0 auto
}
.rcsLinkType01 .link_box ._title_box h3:before {
	font-family: "fontAwesome";
	content: "\f0da";
	margin-right: 8px
}
.rcsLinkType01 .link_box ._title_box h3 span {
	display: none
}
.rcsLinkType01 .link_box ._explain_box {
	display: none
}
.rcsLinkType01 .link_box ._btn_box {
	display: none
}
.rcsLinkType01._col2 .link_box {
	width: 49%
}
.rcsLinkType01._col3 .link_box {
	width: 32%
}
.rcsLinkType01._col4 .link_box {
	width: 24%
}
.rcsLinkType02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.rcsLinkType02 .link_box {
	margin-bottom: 10px;
	background: #FFF;
	height: 200px;
	border: 2px solid #036;
	position: relative;
	overflow: hidden
}
.rcsLinkType02 .link_box ._img_box {
	text-align: center
}
.rcsLinkType02 .link_box ._img_box img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%)
}
.rcsLinkType02 .link_box ._title_box h3 {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	color: #036;
	font-size: 22px;
	width: 100%;
	z-index: 100;
	bottom: 10px;
	padding: 5px 0 5px 10px;
	line-height: 1.1
}
.rcsLinkType02 .link_box ._title_box h3 span {
	display: block;
	font-size: 20px;
	margin-left: 10px
}
.rcsLinkType02 .link_box ._explain_box {
	display: none
}
.rcsLinkType02 .link_box ._btn_box {
	display: none
}
.rcsLinkType02._col2 .link_box {
	width: 49%
}
.rcsLinkType02._col3 .link_box {
	width: 32%
}
.rcsLinkType02._col4 .link_box {
	width: 24%
}
.rcsLinkType03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.rcsLinkType03 .link_box {
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #FFF;
	height: 200px;
	border: 2px solid #036;
	position: relative;
	overflow: hidden
}
.rcsLinkType03 .link_box ._img_box img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%)
}
.rcsLinkType03 .link_box ._title_box h3 {
	position: absolute;
	background: rgba(0, 51, 102, 0.8);
	color: #FFF;
	font-size: 22px;
	width: 100%;
	z-index: 100;
	bottom: 10px;
	padding: 5px 0 5px 10px;
	line-height: 1.1;
	text-align: center
}
.rcsLinkType03 .link_box ._title_box h3 span {
	display: block;
	font-size: 20px;
	margin-left: 10px
}
.rcsLinkType03 .link_box ._explain_box {
	display: none
}
.rcsLinkType03 .link_box ._btn_box {
	display: none
}
.rcsLinkType03._col2 .link_box {
	width: 49%
}
.rcsLinkType03._col3 .link_box {
	width: 32%
}
.rcsLinkType03._col4 .link_box {
	width: 24%
}
.rcsLinkType04 {
	min-width: 960px;
	max-width: 100%;
	padding: 20px 0
}
.rcsLinkType04 ul {
	overflow: hidden
}
.rcsLinkType04._col1 li {
	width: 100%;
	min-height: 400px
}
.rcsLinkType04._col1 li:first-child {
	width: 100%
}
.rcsLinkType04._col1 .bg {
	height: 400px
}
.rcsLinkType04._col2 li {
	width: 50%;
	min-height: 400px
}
.rcsLinkType04._col2 li:first-child {
	width: 50%
}
.rcsLinkType04._col2 .bg {
	height: 400px
}
.rcsLinkType04._col3 li {
	width: 33.3%;
	min-height: 400px;
	box-sizing: border-box
}
.rcsLinkType04._col3 li:first-child {
	width: 33.4%
}
.rcsLinkType04._col3 .bg {
	height: 400px
}
.rcsLinkType04._col4 li {
	width: 25%;
	min-height: 400px;
	box-sizing: border-box
}
.rcsLinkType04._col4 li:first-child {
	width: 25%
}
.rcsLinkType04._col4 .bg {
	height: 400px
}
.rcsLinkType04 li {
	float: left;
	overflow: hidden;
	position: relative
}
.rcsLinkType04 li a {
	display: block;
	text-align: center;
	overflow: hidden
}
.rcsLinkType04 li a .piclogo {
	position: relative;
	padding: 50px 0
}
.rcsLinkType04 li a .weblogo {
	display: block;
	margin: 50px auto;
	width: 200px;
	position: relative;
	padding: 75px 35px;
	text-align: center;
	background: rgba(0, 51, 102, 0.6);
	border-radius: 50%
}
.rcsLinkType04 li a .weblogo i {
	font-family: "fontAwesome";
	font-size: 60px;
	font-style: normal;
	color: rgba(255, 255, 255, 0.9)
}
.rcsLinkType04 li a .weblogo span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px
}
.rcsLinkType04 li:nth-child(1) .bg {
	background: url(../img/base_img1.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType04 li:nth-child(2) .bg {
	background: url(../img/base_img2.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType04 li:nth-child(3) .bg {
	background: url(../img/base_img3.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType04 li:nth-child(4) .bg {
	background: url(../img/base_img4.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType04 li .bg {
	width: 101%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%)
}
.rcsLinkType04 li:hover .bg {
	opacity: 0.6;
	transform: scale(1.03);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%)
}
.rcsLinkType05 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover
}
.rcsLinkType05._bgimg1 {
	background-image: url(../img/base_img4.jpg)
}
.rcsLinkType05._bgimg2 {
	background-image: url(../img/base_img5.jpg)
}
.rcsLinkType05._bgimg3 {
	background-image: url(../img/base_img6.jpg)
}
.rcsLinkType05 ._boxBase {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	min-width: 960px;
	margin: 0 auto
}
.rcsLinkType05 ._boxBase._ctr {
	justify-content: center;
	margin: 80px auto
}
.rcsLinkType05 ._boxBase._rgt {
	justify-content: flex-end;
	margin: 80px auto
}
.rcsLinkType05 ._boxDetail {
	width: 300px;
	background-color: rgba(255, 255, 255, 0.8);
	vertical-align: middle;
	padding: 15% 5%
}
.rcsLinkType05 h2 {
	text-align: center;
	font-size: 30px;
	line-height: .8;
	margin-bottom: 35px;
	position: relative;
	letter-spacing: 2px
}
.rcsLinkType05 h2:after {
	content: "";
	width: 100px;
	height: 3px;
	background: #036;
	display: block;
	position: absolute;
	top: 60px;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0
}
.rcsLinkType05 h2 span {
	font-size: 18px;
	display: block
}
.rcsLinkType05 ._btn a {
	position: relative;
	z-index: 2;
	background-color: #036;
	border: 2px solid #036;
	font-size: 13px;
	display: block;
	width: 200px;
	margin: 15px auto;
	text-align: center;
	font-weight: normal;
	padding: 2px 0;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s
}
.rcsLinkType05 ._btn a:link, .rcsLinkType05 ._btn a:visited {
	color: #fff;
	text-decoration: none
}
.rcsLinkType05 ._btn a:hover {
	color: #036;
	background-color: #fff;
	border-color: #036
}
.rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #036
}
.rcsLinkType05 ._btn a::before {
	right: 0
}
.rcsLinkType05 ._btn a::after {
	left: 0
}
.rcsLinkType05 ._btn a:hover::before, .rcsLinkType05 ._btn a:hover::after {
	width: 0;
	background-color: #036
}
.rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: ''
}
.rcsLinkType05 ._btn a::before, .rcsLinkType05 ._btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s
}
.rcsLinkType06 {
	width: 100%
}
.rcsLinkType06 ul {
	overflow: hidden
}
.rcsLinkType06 li {
	float: left;
	height: 210px;
	overflow: hidden;
	position: relative;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%)
}
.rcsLinkType06 li:hover {
	opacity: 0.6;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%)
}
.rcsLinkType06 li a {
	display: block;
	text-align: center;
	overflow: hidden
}
.rcsLinkType06 li:nth-child(1) {
	background: url(../img/base_img3.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType06 li:nth-child(2) {
	background: url(../img/base_img4.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType06 li:nth-child(3) {
	background: url(../img/base_img5.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType06 li:nth-child(4) {
	background: url(../img/base_img6.jpg) no-repeat 50% 50%;
	background-size: cover
}
.rcsLinkType06 li .bg {
	width: 101%;
	height: 230px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%)
}
.rcsLinkType06 li:hover .bg {
	opacity: 0.6;
	transform: scale(1.03);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%)
}
.rcsLinkType06 li figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 230px;
	max-height: 200px;
	height: 100%;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-size: 16px
}
.rcsLinkType06 li figure * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease
}
.rcsLinkType06 li figure:after, .rcsLinkType06 li figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.rcsLinkType06 li figure:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	opacity: 0
}
.rcsLinkType06 li figure figcaption {
	z-index: 1;
	padding: 30px 40px;
	background: none
}
.rcsLinkType06 li figure h3, .rcsLinkType06 li figure .links {
	width: 100%;
	margin: 5px 0;
	padding: 0
}
.rcsLinkType06 li figure h3 {
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	left: 0;
	position: relative;
	font-size: 20px;
	text-align: left
}
.rcsLinkType06 li figure h3 span {
	font-size: 12px;
	border-top: 1px solid #fff;
	padding-top: 3px;
	color: #FFF
}
.rcsLinkType06 li figure p {
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 1px;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	text-align: left
}
.rcsLinkType06 li figure i {
	position: absolute;
	bottom: -10px;
	right: 10px;
	padding: 20px 25px;
	font-size: 34px;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px)
}
.rcsLinkType06 li figure a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.rcsLinkType06 li figure:hover:after, .rcsLinkType06 li figure.hover:after {
	opacity: 1;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px
}
.rcsLinkType06 li figure:hover h3, .rcsLinkType06 li figure.hover h3, .rcsLinkType06 li figure:hover p, .rcsLinkType06 li figure.hover p, .rcsLinkType06 li figure:hover i, .rcsLinkType06 li figure.hover i {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1
}
.rcsLinkType06 li figure:hover h3 {
	background: transparent;
	padding: 0px;
	left: 0%
}
.rcsLinkType06._col1 li {
	width: 100%
}
.rcsLinkType06._col2 li {
	width: 50%
}
.rcsLinkType06._col3 li {
	width: 33.3%
}
header {
	background: none
}
header #headA {
	padding-top: 0;
	z-index: 9;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.8)
}
header #headA ._sp {
	display: none
}
@media all and (max-width: 800px) {
	header #headA ._sp {
		display: block
	}
}
header #headA #head {
	background: none;
	padding: 0;
	padding: 15px 0 10px;
	width: auto;
	padding-right: 20px
}
@media all and (max-width: 639px) {
	header #headA #head {
		margin: 0 0 0 10px;
		padding: 0
	}
}
header #headA #head .head_nav {
	margin: auto;
	top: 0;
	width: 100%
}
@media all and (max-width: 800px) {
	header #headA #head .head_nav {
		display: none
	}
}
header #headA #head .head_nav .logo {
	width: 250px;
	margin-left: 15px
}
header #headA #head .head_nav .logo a img {
	width: 100%
}
header #headA #head .head_nav .logo a:hover {
	border-bottom: none
}
header #headA #head .head_nav ul {
	display: table;
	line-height: 0;
	float: right
}
header #headA #head .head_nav ul li {
	width: auto;
	float: left;
	margin: 0 1em;
	padding-top: 1.5em;
	line-height: 1.2em
}
header #headA #head .head_nav ul li.no_padi {
	padding: 0
}
header #headA #head .head_nav ul li a {
	display: table;
	text-align: center;
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 23px;
	font-size: 1.4375rem;
	letter-spacing: .1em;
	font-weight: 700;
	color: #fff
}
header #headA #head .head_nav ul li a span {
	display: block;
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 10px;
	font-size: .625rem;
	letter-spacing: .1em;
	font-weight: 700
}
header #headA #head .head_nav ul li a:hover {
	color: #fff;
	transition: .4s
}
header #headA #head .head_nav img.iso {
	position: absolute;
	width: 216px;
	top: 0px;
	right: 10px
}
header #menuA {
	background: #fff;
	border-top: none;
	border-bottom: none
}
header #menuA #menu ul li {
	border-right: none
}
header #menuA #menu ul li:first-child {
	border-left: none
}
header #menuA #menu ul li a {
	width: 160px
}
body {
	background: #f4ede3
}
.top_main {
	width: 100%;
	position: relative;
	height: 100vh
}
@media all and (max-width: 639px) {
	.top_main {
		height: 40vh
	}
}
.top_main ul.slider li {
	width: 100%;
	height: 100vh;
	background-image: url(../img/slide_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
@media all and (max-width: 639px) {
	.top_main ul.slider li {
		height: 40vh
	}
}
.top_main ul.slider li:nth-child(2) {
	background-image: url(../img/slide_2.jpg)
}
.top_main ul.slider li:nth-child(3) {
	background-image: url(../img/slide_3.jpg)
}
.top_main ul.slider li:nth-child(4) {
	background-image: url(../img/slide_4.jpg)
}
.top_main ul.slider li img {
	position: absolute;
	margin: auto;
	width: 1005px;
	height: 64px;
	left: 10%;
	bottom: 30px
}
@media all and (max-width: 639px) {
	.top_main ul.slider li img {
		width: 95%;
		height: auto;
		left: auto
	}
}
.top_main .top_main__contents {
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	height: 100vh;
	left: 0
}
.top_main .top_main__contents .top_main_box {
	width: 270px;
	height: 384px;
	display: block;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}
.top_main .top_main__contents .top_main_box img {
	width: 100%;
	display: block
}
.top_main img._sp {
	display: none;
	width: 100%
}
.top_main.unnder {
	background-image: url(../img/top_sec_3_menu-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 20vh;
	position: relative;
	margin-top: 92px
}
@media all and (max-width: 639px) {
	.top_main.unnder {
		height: auto;
		margin-top: 60px
	}
}
.top_main.unnder .top_main_box {
	height: 51px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 586px;
	left: 0;
	right: 0
}
@media all and (max-width: 639px) {
	.top_main.unnder .top_main_box {
		height: auto;
		width: 100%;
		padding: 30px 0;
		position: inherit
	}
}
.top_main.unnder .top_main_box h2 {
	text-align: center;
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 44px;
	font-size: 2.75rem;
	letter-spacing: .1em;
	color: #fff;
	font-weight: 700;
	line-height: 1em
}
.top_main.unnder .top_main_box h2 span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 21px;
	font-size: 1.3125rem;
	letter-spacing: .1em;
	display: block
}
#top_sec_1 .innerB {
	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
}
#top_sec_1 .innerB .item-photo {
	background-image: url(../img/top_sec_1_main_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 40%
}
@media all and (max-width: 639px) {
	#top_sec_1 .innerB .item-photo {
		display: none
	}
}
#top_sec_1 .innerB .item-text {
	width: 100%;
    /* width: 60%; */
	padding: 100px 0;
	background: #036
}
#top_sec_1 .innerB .item-text.item-1 {
	background-image: url(../img/top_sec1back_new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
@media all and (max-width: 639px) {
	#top_sec_1 .innerB .item-text {
		width: 100%;
		padding: 0 0 0
	}
}
#top_sec_1 .innerB .item-text ._sp {
	display: none
}
@media all and (max-width: 639px) {
	#top_sec_1 .innerB .item-text ._sp {
		display: block;
		margin-top: 50px
	}
}
#top_sec_1 .innerB .item-text .item-text__inner {
	width: 60%;
	margin: auto
}
#top_sec_1 .innerB .item-text .item-text__inner .read {
	color: #fff;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 23px;
	font-size: 1.4375rem;
	letter-spacing: .1em;
	line-height: 1.7em
}
@media all and (max-width: 639px) {

    #top_sec_1 .innerB .item-text .item-text__inner{
        width: 80%;
    }

	#top_sec_1 .innerB .item-text .item-text__inner .read {
		font-size: 30px;
		font-size: 18px;
		padding-top: 50px
	}
}
#top_sec_1 .innerB .item-text .item-text__inner .item_read {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: .1em;
	line-height: 1em;
	color: #fff
}
#top_sec_1 .innerB .item-text .item-text__inner .item_read span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	font-weight: 400;
	line-height: 1em;
	margin-top: 8px
}
#top_sec_1 .innerB .item-text .item-text__inner .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	font-weight: 400;
	color: #fff
}
#top_sec_1 .innerB .item-text .item-text__inner table {
	width: 100%;
	border: none;
	background: none;
	margin: 20px 0 0
}
#top_sec_1 .innerB .item-text .item-text__inner table th, #top_sec_1 .innerB .item-text .item-text__inner table td {
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	padding: 15px;
	text-align: left
}
@media all and (max-width: 639px) {
	#top_sec_1 .innerB .item-text .item-text__inner table th, #top_sec_1 .innerB .item-text .item-text__inner table td {
		display: block
	}
}
@media all and (max-width: 639px) {
	#top_sec_1 .innerB .item-text .item-text__inner table th {
		border-bottom: none;
		padding-bottom: 0
	}
}
#top_sec_1 .innerB .item-text .item-text__inner a {
	display: block;
	color: #fff;
	background: #666;
	padding: .8em 1.5em;
	width: 250px;
	text-align: center;
	margin: 15px auto 0;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 13px;
	font-size: .8125rem;
	letter-spacing: .1em
}
#top_sec_1 .innerB .item-text .item-text__inner a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left: 5px
}
#top_sec_1 .innerB .item-text .item-text__inner a:hover {
	background: #333;
	transition: .4s
}
#top_sec_3 .inner_contest {
	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
}
@media all and (max-width: 639px) {
	#top_sec_3 .inner_contest {
		display: block
	}
}
#top_sec_3 .inner_contest .top_sec_3_menu {
	width: 70%
}
@media all and (max-width: 639px) {
	#top_sec_3 .inner_contest .top_sec_3_menu {
		width: 100%
	}
}
#top_sec_3 .inner_contest .top_sec_3_menu ._sp {
	display: none;
	background: #222;
	padding: 30px 0
}
#top_sec_3 .inner_contest .top_sec_3_menu ._sp .sec_title {
	color: #fff;
	text-align: center;
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: .1em;
	line-height: 1em
}
#top_sec_3 .inner_contest .top_sec_3_menu ._sp .sec_title span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	font-weight: 400;
	display: block;
	margin-top: 10px;
	line-height: 1em
}
#top_sec_3 .inner_contest .top_sec_3_menu ._sp .sub_read {
	color: #fff;
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	font-weight: 400;
	margin-top: 30px
}
@media all and (max-width: 639px) {
	#top_sec_3 .inner_contest .top_sec_3_menu ._sp {
		display: block
	}
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a {
	display: block;
	background-image: url(https://placehold.jp/150x150.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 80px;
	box-sizing: border-box
}
@media all and (max-width: 639px) {
	#top_sec_3 .inner_contest .top_sec_3_menu ul li a {
		padding: 30px
	}
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a.item-1 {
	background-image: url(../img/top_sec_3_menu-1.jpg)
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a.item-2 {
	background-image: url(../img/top_sec_3_menu-2.jpg)
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a.item-3 {
	background-image: url(../img/top_sec_3_menu-3.jpg)
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a.item-4 {
	background-image: url(../img/top_sec_3_menu-4.jpg)
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a.item-5 {
	background-image: url(../img/top_sec_3_menu-5.jpg)
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a .sub_read {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	font-weight: 400;
	color: #fff
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	color: #fff
}
#top_sec_3 .inner_contest .top_sec_3_menu ul li a .main span {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 65px;
	font-size: 4.0625rem;
	letter-spacing: .1em;
	letter-spacing: .1em;
	line-height: 1em
}
@media all and (max-width: 639px) {
	#top_sec_3 .inner_contest .top_sec_3_menu ul li a .main span {
		font-size: 30px;
		display: block
	}
}
#top_sec_3 .inner_contest .top_sec_3_title {
	width: 30%;
	background: #222;
	position: relative
}
@media all and (max-width: 639px) {
	#top_sec_3 .inner_contest .top_sec_3_title {
		display: none
	}
}
#top_sec_3 .inner_contest .top_sec_3_title .main {
	height: 178px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 100%
}
#top_sec_3 .inner_contest .top_sec_3_title .sec_title {
	color: #fff;
	text-align: center;
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 70px;
	font-size: 4.375rem;
	letter-spacing: .1em;
	line-height: 1em
}
#top_sec_3 .inner_contest .top_sec_3_title .sec_title span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	font-weight: 400;
	display: block;
	margin-top: 10px;
	line-height: 1em
}
#top_sec_3 .inner_contest .top_sec_3_title .sub_read {
	color: #fff;
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	font-weight: 400;
	margin-top: 30px
}
#top_sec_4 {
	padding: 80px 0;
	background-image: url(../img/top_2_back.png)
}
#top_sec_4 ul {
	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
}
@media all and (max-width: 639px) {
	#top_sec_4 ul {
		display: block
	}
}
#top_sec_4 ul li {
	width: 33.33333%
}
@media all and (max-width: 639px) {
	#top_sec_4 ul li {
		width: 100%;
		margin-bottom: 150px
	}
	#top_sec_4 ul li:last-child {
		margin-bottom: 0
	}
}
#top_sec_4 ul li .read {
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	color: #fff
}
@media all and (max-width: 639px) {
	#top_sec_4 ul li .read {
		font-family: "YakuHanMP", "Noto Serif JP";
		font-weight: 500;
		font-size: 18px;
		font-size: 1.125rem;
		letter-spacing: .1em
	}
}
#top_sec_4 ul li .main {
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #fff
}
#top_sec_4 ul li img {
	width: 40%;
	display: block;
	border-radius: 50%;
	margin: 30px auto
}
@media all and (max-width: 639px) {
	#top_sec_4 ul li img {
		margin: 0auto
	}
}
#top_1 {
	background: #aaa;
	padding: 80px 0
}
@media all and (max-width: 639px) {
	#top_1 {
		padding: 30px 0
	}
}
#top_1 .sec_title {
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: .1em;
	color: #fff;
	line-height: 1em;
	padding: 50px 0;
	background: #222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
@media all and (max-width: 639px) {
	#top_1 .sec_title {
		padding: 20px 0
	}
}
#top_1 .sec_title span {
	display: block;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	margin-top: 5px
}
#top_1 .cms_contents {
	height: 152px;
	overflow-y: scroll
}
#top_1 .cms_contents ul {
	margin-right: 30px;
	border-top: 1px solid #F2F2F2
}
#top_1 .cms_contents ul li {
	padding: .8em 0;
	border-bottom: 1px solid #F2F2F2
}
#top_1 .cms_contents span {
	background: #F2F2F2;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	display: inline-block;
	padding: .1em .8em;
	color: #333
}
#top_1 .cms_contents a {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #fff
}
@media all and (max-width: 639px) {
	#top_1 .cms_contents a {
		text-align: center
	}
}
#top_1 .cms_contents a:hover {
	color: #333;
	transition: .4s
}
#top_2 {
	background-image: url(../img/top_2_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0
}
@media all and (max-width: 639px) {
	#top_2 {
		padding: 30px 0
	}
}
#top_2 .top_2__contemts {
	position: relative;
	min-height: 400px
}
#top_2 .main {
	position: absolute;
	right: 0;
	max-height: 400px;
	line-height: 1.9;
	letter-spacing: 0.03em
}
@media all and (max-width: 639px) {
	#top_2 .main {
		position: initial;
		max-height: inherit
	}
}
#top_2 .main p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Noto Serif JP";
	font-weight: 300;
	font-size: 15px;
	font-size: .9375rem;
	letter-spacing: .1em;
	text-indent: 1em;
	letter-spacing: .12em
}
#top_2 .main p .text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all
}
@media all and (max-width: 639px) {
	#top_2 .main p {
		writing-mode: inherit
	}
}
#top_2 .main p .sec_title {
	font-family: "Noto Serif JP";
	font-weight: 300;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: .1em;
	color: #333;
	line-height: 1.6em;
	display: block;
	margin-left: 50px;
	font-weight: 500;
	color: #55462f
}
@media all and (max-width: 639px) {
	#top_2 .main p .sec_title {
		margin-left: 0;
		font-size: 20px;
		margin-bottom: 30px
	}
}
#top_2 .main p .span {
	display: block;
	font-family: "Noto Serif JP";
	font-weight: 300;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	text-indent: 0;
	color: #333
}
#top_2 .main p .main_text {
	margin-top: 40px;
	margin-left: 30px;
	display: block;
	text-indent: 0
}
@media all and (max-width: 639px) {
	#top_2 .main p .main_text {
		margin-left: 0;
		margin-top: 0
	}
}
#top_6 {
	padding: 80px 0;
	background-image: url(../img/top_6_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
@media all and (max-width: 639px) {
	#top_6 {
		padding: 30px
	}
}
#top_6 .sec_title {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	color: #fff;
	margin-bottom: 50px;
	line-height: 1.5em
}
@media all and (max-width: 639px) {
	#top_6 .sec_title {
		text-align: left;
		font-size: 18px
	}
}
#top_6 .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #fff;
	text-align: center
}
@media all and (max-width: 639px) {
	#top_6 .main {
		text-align: left
	}
}
@media all and (-ms-high-contrast: none) {
	#top_6 .main {
		font-weight: bold
	}
}
#top_6 .top_6__main_contents {
	width: 80%;
	margin: 50px auto 0
}
.top_2_bottom {
	background: #fff;
	padding-bottom: 80px;
	padding-top: 50px
}
.top_2_bottom .read {
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: .1em
}
.top_2_bottom ul {
	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;
	margin-top: 30px
}
.top_2_bottom ul li {
	width: 20%;
	margin-bottom: 15px
}
.top_2_bottom ul li img {
	width: 98%;
	display: block;
	margin: auto
}
.top_2_bottom .bottom_read {
	text-align: center;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em
}
#otoiawase {
	padding: 10px 0;
	background-image: url(../img/otoiawase_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background: #333
}
#otoiawase .otoi_1, #otoiawase .otoi_2, #otoiawase .otoi_3 {
	float: left;
	width: 33.33333%
}
@media all and (max-width: 639px) {
	#otoiawase .otoi_1, #otoiawase .otoi_2, #otoiawase .otoi_3 {
		float: none;
		width: 100%
	}
}
#otoiawase .otoi_1 p {
	color: #fff
}
@media all and (max-width: 639px) {
	#otoiawase .otoi_1 p {
		text-align: center
	}
}
#otoiawase .otoi_1 p.read {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: .1em;
	font-weight: 500
}
#otoiawase .otoi_1 p.sub {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-weight: 400;
	margin-top: 5px
}
@media all and (max-width: 639px) {
	#otoiawase .otoi_1 p.sub {
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px
	}
}
#otoiawase .otoi_2 {
	padding-top: 20px
}
@media all and (max-width: 639px) {
	#otoiawase .otoi_2 {
		padding-top: 0
	}
}
#otoiawase .otoi_2 a {
	color: #fff;
	text-align: center;
	display: block
}
#otoiawase .otoi_2 a span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: .1em;
	line-height: 1em;
	font-weight: 500
}
#otoiawase .otoi_2 a span:before {
	font-family: 'FontAwesome';
	content: "\f095";
	margin-right: 5px;
	font-size: 22px
}
#otoiawase .otoi_2 p {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	line-height: 1em;
	color: #fff;
	font-weight: 400;
	text-align: center
}
#otoiawase .otoi_3 {
	padding-top: 20px
}
#otoiawase .otoi_3 a {
	color: #fff;
	text-align: center;
	display: block
}
#otoiawase .otoi_3 a span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: .1em;
	line-height: 1em;
	font-weight: 500
}
#otoiawase .otoi_3 a span:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	margin-right: 5px
}
.otoiawase_gggmap {
	line-height: 0
}
footer {
	border-top: none;
	height: auto;
	position: static;
	background: #222;
	border-bottom: 10px solid #000
}
footer .imags {
	display: block
}
footer .imags img {
	display: inline-block;
	vertical-align: middle
}
footer .imags img.logo {
	width: 185px;
	margin-right: 10px;
	float: left;
	margin-top: 30px
}
@media all and (max-width: 639px) {
	footer .imags img.logo {
		float: none;
		margin: auto
	}
}
footer .imags ul {
	display: table;
	float: left;
	margin-top: 43px
}
@media all and (max-width: 639px) {
	footer .imags ul {
		float: none;
		margin: 15px auto 0
	}
}
footer .imags ul li {
	display: inline;
	margin-left: 1em
}
footer .imags ul li a {
	color: #fff;
	font-size: 30px;
	line-height: 1em
}
footer .foot_contens {
	display: table;
	width: 100%;
	position: relative
}
footer .foot_contens .texts {
	text-align: left;
	color: #fff;
	margin-left: 15px;
	display: table;
	margin-top: 20px
}
footer .foot_contens .texts .info_company {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 10px;
	font-size: .625rem;
	letter-spacing: .1em
}
footer .foot_contens .texts .foot_nav {
	display: table;
	table-layout: fixed
}
@media all and (max-width: 639px) {
	footer .foot_contens .texts .foot_nav {
		display: none
	}
}
footer .foot_contens .texts .foot_nav li {
	display: inline-block
}
footer .foot_contens .texts .foot_nav li a {
	display: block;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	margin-right: 10px
}
footer .foot_contens .texts .foot_nav li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-right: 5px
}
footer .foot_contens .copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff
}
@media all and (max-width: 639px) {
	footer .foot_contens .copyright {
		position: inherit;
		padding-top: 10px
	}
}
#page_top {
	background-image: url(../img/page_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0;
	padding-top: 140px
}
#page_top .sec_title {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 21px;
	font-size: 1.3125rem;
	letter-spacing: .1em;
	line-height: 1.1em;
	text-align: center;
	color: #036;
	font-weight: 500;
	background-image: url(../img/sec_title_back.png);
	background-position: center;
	padding: 15px 0 15px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	font-size: 41px;
	color: #fff
}
@media all and (max-width: 639px) {
	#page_top .sec_title {
		font-size: 28px
	}
}
#about_1 {
	padding: 50px 0;
	background: #333
}
#about_1 .sec_title {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
	line-height: 1em
}
#about_1 .sec_title span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	display: block
}
#about_1 .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #333;
	text-align: center
}
#about_1 ul {
	width: 100%;
	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
}
#about_1 ul li {
	width: 33.333333%
}
@media all and (max-width: 639px) {
	#about_1 ul li {
		width: 50%
	}
}
#about_1 ul li a {
	display: block;
	width: 100%;
	height: 239px;
	overflow: hidden;
	vertical-align: middle
}
@media all and (max-width: 639px) {
	#about_1 ul li a {
		height: 139px
	}
}
#about_1 ul li a img {
	width: 100%;
	max-width: inherit;
	min-height: 100%;
	height: auto;
	object-fit: cover
}
#about_1 ul li p {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	color: #fff;
	margin-top: 5px
}
#about_2 {
	padding: 30px 0;
	background: #444
}
#about_2 .sec_title {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
	line-height: 1em
}
#about_2 .sec_title span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	display: block
}
#about_2 .company_1__main {
	background: #fff;
	padding: 30px;
	margin-top: 30px
}
@media all and (max-width: 639px) {
	#about_2 .company_1__main {
		margin-top: 15px;
		padding: 15px
	}
}
#about_2 .company_1__main img {
	width: 150px;
	margin: auto;
	display: block
}
#about_2 .company_1__main table {
	width: 80%;
	margin: auto;
	border-top: 1px solid #F2F2F2;
	margin-top: 30px
}
@media all and (max-width: 639px) {
	#about_2 .company_1__main table {
		width: 100%
	}
}
#about_2 .company_1__main table th, #about_2 .company_1__main table td {
	background: none;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #333;
	padding: .5em .8em;
	border: none;
	border-bottom: 1px solid #F2F2F2
}
@media all and (max-width: 639px) {
	#about_2 .company_1__main table th {
		white-space: nowrap
	}
}
#about_2 .company_1__main .gggmap {
	width: 80%;
	margin: 30px auto 0
}
@media all and (max-width: 639px) {
	#about_2 .company_1__main .gggmap {
		width: 100%
	}
}
#feature_1 {
	padding: 50px 0;
	background: #333
}
#feature_1 .sec_title {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
	line-height: 1em
}
#feature_1 .sec_title span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	display: block
}
#feature_1 .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: .1em;
	color: #fff;
	text-align: center
}
#feature_2 {
	background: #444;
	padding: 50px 0
}
#feature_2 ul {
	width: 90%;
	margin: auto
}
#feature_2 ul li {
	margin-bottom: 30px
}
#feature_2 ul li:last-child {
	margin-bottom: 0
}
#feature_2 ul li .innerB {
	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
}
#feature_2 ul li .innerB .item-photo {
	background-image: url(../img/feature_2-item-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 40%
}
#feature_2 ul li .innerB .item-photo.item-2 {
	background-image: url(../img/feature_2-item-6.jpg)
}
#feature_2 ul li .innerB .item-photo.item-3 {
	background-image: url(../img/feature_2-item-3.jpg)
}
#feature_2 ul li .innerB .item-photo.item-4 {
	background-image: url(../img/feature_2-item-4.jpg)
}
#feature_2 ul li .innerB .item-photo.item-5 {
	background-image: url(../img/feature_2-item-7.jpg)
}
@media all and (max-width: 639px) {
	#feature_2 ul li .innerB .item-photo {
		display: none
	}
}
#feature_2 ul li .innerB .item-text {
	width: 60%;
	padding: 50px 0;
	background-image: url(../img/top_sec1back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
@media all and (max-width: 639px) {
	#feature_2 ul li .innerB .item-text {
		width: 100%;
		padding: 0 0 50px
	}
}
#feature_2 ul li .innerB .item-text ._sp {
	display: none
}
@media all and (max-width: 639px) {
	#feature_2 ul li .innerB .item-text ._sp {
		display: block
	}
}
#feature_2 ul li .innerB .item-text .item-text__inner {
	width: 80%;
	margin: auto
}
@media all and (max-width: 639px) {
	#feature_2 ul li .innerB .item-text .item-text__inner {
		width: 95%
	}
}
#feature_2 ul li .innerB .item-text .item-text__inner .item_read {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: .1em;
	line-height: 1em;
	color: #fff
}
@media all and (max-width: 639px) {
	#feature_2 ul li .innerB .item-text .item-text__inner .item_read {
		margin-top: 15px
	}
}
#feature_2 ul li .innerB .item-text .item-text__inner .item_read span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	font-weight: 400;
	line-height: 1em;
	margin-top: 8px
}
#feature_2 ul li .innerB .item-text .item-text__inner .sub_read {
	color: #fff;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	margin: 15px 0 30px
}
#feature_2 ul li .innerB .item-text .item-text__inner .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	font-weight: 400;
	color: #fff;
	background: rgba(255, 255, 255, 0.5);
	padding: 15px
}
@media all and (max-width: 639px) {
	#feature_2 ul li .innerB .item-text .item-text__inner .main {
		padding: 1em
	}
}
#coating_2 {
	padding: 50px 0 0;
	background: #444
}
#coating_2 .coating_2__itme {
	margin-bottom: 80px
}
#coating_2 .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #fff
}
#coating_2 .main span {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: .1em;
	letter-spacing: .1em;
	line-height: 1em
}
@media all and (max-width: 639px) {
	#coating_2 .main span {
		font-size: 30px;
		display: block
	}
}
#coating_2 .main_text {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #fff
}
#coating_2 .imags {
	margin-top: 30px
}
#coating_2 img {
	width: 100%;
	display: block
}
#works_2 {
	background: #444;
	padding: 50px 0
}
#works_2 ul {
	display: table;
	width: 100%;
	margin-top: 50px;
	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
}
@media all and (max-width: 639px) {
	#works_2 ul {
		display: block
	}
}
#works_2 ul li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	border: 1px solid #fff;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 30px
}
@media all and (max-width: 639px) {
	#works_2 ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px
	}
}
#works_2 ul li .top_3__content__list__item a {
	position: relative;
	width: 100%;
	overflow: hidden
}
#works_2 ul li .top_3__content__list__item a .blog_card__item__contents__thumbnail {
	height: 150px;
	overflow: hidden;
	min-height: 100px;
	position: relative;
	margin: 10px auto
}
#works_2 ul li .top_3__content__list__item a .blog_card__item__contents__thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	max-height: 100%;
	width: auto
}
#works_2 ul li .blog_card__item__contents__taxt {
	padding: 15px
}
#works_2 ul li .blog_card__item__contents__taxt .data {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	font-weight: 500
}
#works_2 ul li .blog_card__item__contents__taxt .data span {
	background: #036;
	padding: .3em .8em;
	color: #fff
}
#works_2 ul li .blog_card__item__contents__taxt a {
	text-decoration: none;
	margin-top: 5px;
	display: block
}
#works_2 ul li .blog_card__item__contents__taxt a .blog_card__item__contents__title {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	font-weight: 600;
	line-height: 1.5em
}
#works_2 ul li .blog_card__item__contents__taxt a:hover p {
	color: #036;
	transition: .4s
}
#works_2 ul li:nth-child(4n) {
	margin-right: 0
}
#flow_1 {
	padding: 50px 0;
	background: #F2F2F2
}
#flow_1 .sec_title {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	color: #333;
	margin-bottom: 50px;
	line-height: 1.5em
}
#flow_1 .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #333;
	text-align: center
}
#flow_1 .top_6__main_contents {
	width: 80%;
	margin: 50px auto 0
}
#flow_1 .top_6__main_contents a {
	display: block;
	width: 100%;
	border: 1px solid #55462f;
	text-align: center;
	color: #55462f;
	padding: 1em 0
}
#flow_1 .top_6__main_contents a span {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	font-weight: 400
}
#flow_1 .top_6__main_contents a:hover {
	background: #55462f;
	transition: .4s
}
#flow_1 .top_6__main_contents a:hover span {
	color: #fff;
	transition: .4s
}
#flow_1 .top_6__main_contents a.teel span:before {
	font-family: 'FontAwesome';
	content: "\f095"
}
#flow_1 .top_6__main_contents a.maaaile span:before {
	font-family: 'FontAwesome';
	content: "\f0e0"
}
#flow_1 .flow_contest {
	background: #fff;
	padding: 30px;
	margin-top: 50px
}
@media all and (max-width: 639px) {
	#flow_1 .flow_contest {
		padding: 15px
	}
}
#flow_1 .flow_contest ul {
	width: 80%;
	margin: auto;
	border-top: 1px solid #F2F2F2
}
@media all and (max-width: 639px) {
	#flow_1 .flow_contest ul {
		width: 100%
	}
}
#flow_1 .flow_contest ul li {
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding: 30px 0 30px 90px
}
@media all and (max-width: 639px) {
	#flow_1 .flow_contest ul li {
		padding: 30px 0
	}
}
#flow_1 .flow_contest ul li .namber {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%
}
@media all and (max-width: 639px) {
	#flow_1 .flow_contest ul li .namber {
		position: initial;
		margin-bottom: 15px
	}
}
#flow_1 .flow_contest ul li .namber span {
	text-align: center;
	display: block;
	width: 1em;
	height: 1em;
	margin: auto;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-top: 17px
}
#flow_1 .flow_contest ul li .read {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: .1em;
	margin-bottom: 20px
}
@media all and (max-width: 639px) {
	#flow_1 .flow_contest ul li .read {
		text-align: center
	}
}
#flow_1 .flow_contest ul li .main {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 13px;
	font-size: .8125rem;
	letter-spacing: .1em;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left
}
@media all and (max-width: 639px) {
	#flow_1 .flow_contest ul li .main {
		text-align: center
	}
}
#news_1 {
	background: #F2F2F2
}
#news_1 .post_item {
	border-bottom: 1px solid #036;
	padding: 50px 0
}
#news_1 .post_item:last-child {
	margin-bottom: 50px
}
#news_1 .post_item .schedule_1__main {
	background: #fff;
	padding: 30px 50px;
	width: 760px;
	margin: auto
}
@media all and (max-width: 800px) {
	#news_1 .post_item .schedule_1__main {
		width: auto
	}
}
@media all and (max-width: 639px) {
	#news_1 .post_item .schedule_1__main {
		padding: 15px
	}
}
#news_1 .post_item .schedule_1__main span.data {
	display: table;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	background: #f2f2f2;
	padding: 0.3em 1em
}
#news_1 .post_item .schedule_1__main .title {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: .1em;
	border-bottom: 1px solid #333;
	color: #333;
	line-height: 1.5em;
	margin-top: 10px
}
@media all and (max-width: 639px) {
	#news_1 .post_item .schedule_1__main .title {
		font-size: 18px
	}
}
#news_1 .post_item .schedule_1__main .main {
	margin-top: 10px;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #333
}
#news_1 .post_item .schedule_1__main .main img {
	max-width: 100%;
	display: block
}
#news_1 .page_links {
	padding: 0 30px;
	margin-bottom: 30px
}
#news_1 .page_links .pages {
	border-top: 1px solid #F2F2F2;
	padding-top: 30px;
	display: table;
	width: 100%
}
#news_1 .page_links .pages .page_prev a, #news_1 .page_links .pages .page_next a {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	padding: .5em .8em
}
#news_1 .page_links .pages .page_prev a:hover, #news_1 .page_links .pages .page_next a:hover {
	background: #F2F2F2;
	transition: .4s
}
#news_1 .page_links .pages .page_prev {
	float: right
}
#news_1 .page_links .pages .page_next {
	float: left
}
#contact_1 {
	padding: 30px 0;
	background: #444
}
#contact_1 .sontent_lin {
	margin-bottom: 80px
}
#contact_1 .sontent_lin.sec {
	margin-top: 80px;
	margin-bottom: 0
}
#contact_1 .sontent_lin img {
	width: 100%;
	display: block
}
#contact_1 .sontent_lin .main {
	color: #fff;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	background: #333;
	padding: 15px;
	margin-bottom: 15px
}
#contact_1 .sontent_lin .main_bottom {
	color: #fff;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em
}
#contact_1 .main_read {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #fff
}
#contact_1 .main_read span {
	font-family: "YakuHanJP", "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: .1em;
	letter-spacing: .1em;
	line-height: 1em
}
@media all and (max-width: 639px) {
	#contact_1 .main_read span {
		font-size: 30px;
		display: block
	}
}
#contact_1 .read {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .1em;
	text-align: center
}
#contact_1 .contact_1_main {
	background: #fff;
	padding: 50px;
	margin-top: 30px
}
@media all and (max-width: 639px) {
	#contact_1 .contact_1_main {
		padding: 15px
	}
}
#contact_1 .contact_1_main .form {
	width: 100%
}
#contact_1 .contact_1_main .form dl {
	border-top: 1px solid #eee
}
#contact_1 .contact_1_main .form dt, #contact_1 .contact_1_main .form dd {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em
}
#contact_1 .contact_1_main .form .textarea, #contact_1 .contact_1_main .form textarea, #contact_1 .contact_1_main .form .dropdown {
	width: 98%
}
#contact_1 #mailform button {
	background: #333;
	border-radius: 0;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em
}
#contact_1 .fm-text p {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em
}
#contact_1 .thanks p {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em
}
#contact_1 .bottom {
	background: #222;
	padding: 30px
}
#contact_1 .bottom .read {
	text-align: center;
	color: #fff;
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: .1em
}
#contact_1 .bottom .play {
	padding: 10px;
	height: 150px;
	margin: 8px 0;
	overflow-y: scroll
}
#contact_1 .bottom .play .top {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	color: #fff;
	line-height: 1.5em
}
#contact_1 .bottom .play .item {
	font-family: "YakuHanMP", "Noto Serif JP";
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .1em;
	margin: 15px auto 15px;
	line-height: 1.5em;
	color: #fff
}
@media all and (max-width: 639px) {
	#contact_1 .bottom .play .item {
		width: 100%
	}
}
#contact_1 .bottom .play .item span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: blod;
	margin-bottom: 10px
}
#contact_1 .bottom .play .item span:before {
	content: "■";
	margin-right: 3px
}
/*# sourceMappingURL=custom.css.map */