@charset "UTF-8";
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, p, a, span {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: lighter;
}


.section_title .main_title h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #3D3D3D;
}
.section_title.black_back .main_title h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.section_title .main_title p {
	font-size: 35px;
	text-align: center;
	color: #6C3424;
	font-weight: bold;
}
.section_title.black_back .main_title p {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.section_title .sub_title h3 {
	text-align: center;
	font-size: 17px;
	line-height: 1.6;
	margin-top: 8px;
	font-weight: bold;
	color: #3D3D3D;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.section_title.black_back .sub_title h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.section_title .sub_title p {
	font-size: 15px;
	color: #3D3D3D;
	margin-top: 30px;
	line-height: 1.8;
	text-align: justify;
}
.section_title.black_back .sub_title p {
	color: #FFFFFF;
}
.section_title .sub_title p br {
	display: none;
}
.section_title .sub_title h3 span {
	color: #6C3424;
	font-size: 26px;
	font-weight: bold;
}
.section_title.black_back .sub_title h3 span {
	color: #CC9E29;
}
.top_box {
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	overflow-x: hidden;
}
.top_box.sub {
	padding-bottom: 0px;
}
.top_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.contact_box {
	margin-top: 40px;
	text-align: center;
}
.clm_box {
	margin-top: 45px;
	position: relative;
	margin-bottom: -50px;
}
.clm_box section {
	margin-bottom: 50px;
	position: relative;
	background-color: #6C3424;
	padding-top: 25px;
	padding-bottom: 25px;
}
.clm_box section .left_top_corner {
	width: 25px;
	height: 25px;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	position: absolute;
	top: 10px;
	left: 10px;
}
.clm_box section .right_top_corner {
	width: 25px;
	height: 25px;
	border-right: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	position: absolute;
	top: 10px;
	right: 10px;
}
.clm_box section .left_bottom_corner {
	width: 25px;
	height: 25px;
	border-left: 1px solid #E2E2E2;
	border-bottom: 01px solid #E2E2E2;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.clm_box section .right_bottom_corner {
	width: 25px;
	height: 25px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.clm_box .text_box h3 {
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.clm_box .text_box h3 span {
	color: #9ACFFF;
	font-weight: bold;
	font-size: 25px;
}
.clm_box .text_box p {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 1.8;
	text-align: justify;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.clm_box .img {
	width: 100%;
	height: 210px;
	border: 3px solid #6C3424;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}
.separate_box {
	margin-top: 45px;
}
.separate_box section:last-child {
	margin-bottom: 0px;
}
.separate_box section {
	margin-bottom: 50px;
}
.separate_box .text_box h3 {
	font-size: 21px;
	color: #3D3D3D;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.separate_box.black_back .text_box h3 {
	color: #FFFFFF;
}
.separate_box .text_box h3 span {
	color: #6C3424;
	font-weight: bold;
	font-size: 30px;
}
.separate_box.black_back .text_box h3 span {
	color: #FFFFFF;
}
.separate_box .text_box h4 {
	font-size: 18px;
	color: #6C3424;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.separate_box .text_box p {
	font-size: 15px;
	color: #3D3D3D;
	margin-top: 15px;
	line-height: 1.8;
	text-align: justify;
}
.separate_box.black_back .text_box p {
	color: #FFFFFF;
}
.separate_box .text_box p.center {
	text-align: center;
	margin-bottom: 10px;
}
.separate_box .text_box {
	margin-top: 30px;
}
.separate_box .img_cover_box {
	width: 100%;
	height: 210px;
	/* [disabled]border-radius: 8px; */
	border: 3px solid #6C3424;
	box-sizing: border-box;
}
.separate_box .img_back {
	display: none;
}
.separate_box .img_box {
	width: 100%;
	height: auto;
}
.separate_box .img_box img {
	border: 3px solid #6C3424;
	box-sizing: border-box;
}

.separate_box .img_cover_box.advantage_A {
	background-image: url(img/advantage_A.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.separate_box .img_cover_box.advantage_B {
	background-image: url(img/advantage_B.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.separate_box .img_cover_box.advantage_C {
	background-image: url(img/advantage_C.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.separate_box .img_cover_box.service_A {
	background-image: url(img/service_A.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.separate_box .img_cover_box.service_B {
	background-image: url(img/service_B.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.back_fixed_filter {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	background-position: right;
	background-color: rgba(0,0,0,0.55);
}
.transparent_filter_top {
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0px;
}
.transparent_filter_bottom {
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0px;
}
.common_box {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow-x: hidden;
}
.common_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section_title .sub_title .side_img_box {
	display: flex;
	justify-content: space-between;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.section_title .sub_title .side_img_box .img_left {
	width: 50%;
	height: 150px;
	margin-top: 35px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.section_title .sub_title .side_img_box .img_right {
	width: 50%;
	height: 150px;
	margin-top: 35px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.section_title .sub_title .side_img_box .common_left {
	background-image: url(img/common_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .common_right {
	background-image: url(img/common_right.jpg);
	background-position: center center;
}

.section_title .sub_title .side_img_box .works_left {
	background-image: url(img/works_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .works_right {
	background-image: url(img/works_right.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .contact_left {
	background-image: url(img/contact_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .contact_right {
	background-image: url(img/contact_right.jpg);
	background-position: center center;
}

/*------------背景スクロール固定（ios対応）----------*/
.back_fixed_box {
	position: relative;
	overflow-x: hidden;
}
.back_fixed_box .container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 70px;
}
.back_fixed_box .fixed_inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.back_fixed_box .fixed_img{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.back_fixed_box .fixed_img.advantage{
	background-image: url(img/advantage.jpg);
}


.contact_box .tel {
	text-decoration: none;
	color: #6C3424;
	font-size: min(9vw,36px);/*（基本サイズ、最大サイズ）*/
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.contact_box .mail {
	text-decoration: none;
	display: inline-block;
	background-color: #FFFFFF;
	color: #6C3424;
	border-radius: 30px;
	border: 2px solid #6C3424;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
}
.contact_box .tel span {
	font-size: 16px;
	color: #212121;
	margin-right: 3px;
	font-weight: normal;
}
.contact_box .fax {
	font-size: 16px;
	margin-bottom: 35px;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.contact_box .time {
	font-size: 16px;
	margin-bottom: 40px;
	text-align: center;
}
.case_box section {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.case_box .case_slick {
	background-color: #9A9A9A;
	width: 95%;
	heighr: 280px;
	margin-left: auto;
	margin-right: auto;
}
.case_box .case_slick .slick1 {
	margin-left: auto;
	margin-right: auto;
}
.case_box .case_slick .slick1 .slide_img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
}
.case_box .case_slick .slide_img .before {
	background-color: #353535;
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.12em;
	position: absolute;
	border-radius: 30px;
	left: 5px;
	top: 8px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.case_box .case_slick .slide_img .after {
	background-color: #6C3424;
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.12em;
	position: absolute;
	border-radius: 30px;
	left: 5px;
	top: 8px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.case_box .text_box {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.case_box .text_box h3{
	margin-bottom: 8px;
	font-size: 17px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
}
.case_box .text_box p{
	margin-bottom: 8px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	font-size: 15px;
}

.case_box .case_slick .works_A_01{
	background-image: url(works_img/works_A_01.jpg);
}
.case_box .case_slick .works_A_02{
	background-image: url(works_img/works_A_02.jpg);
}
.case_box .case_slick .works_B_01{
	background-image: url(works_img/works_B_01.jpg);
}
.case_box .case_slick .works_B_02{
	background-image: url(works_img/works_B_02.jpg);
}
.case_box .case_slick .works_C_01{
	background-image: url(works_img/works_C_01.jpg);
}
.case_box .case_slick .works_C_02{
	background-image: url(works_img/works_C_02.jpg);
}
.case_box .case_slick .works_D_01{
	background-image: url(works_img/works_D_01.jpg);
}
.case_box .case_slick .works_D_02{
	background-image: url(works_img/works_D_02.jpg);
}
.case_box .case_slick .works_E_01{
	background-image: url(works_img/works_E_01.jpg);
}
.case_box .case_slick .works_E_02{
	background-image: url(works_img/works_E_02.jpg);
}
.case_box .case_slick .works_F_01{
	background-image: url(works_img/works_F_01.jpg);
}
.case_box .case_slick .works_F_02{
	background-image: url(works_img/works_F_02.jpg);
}

/*フッター*/
footer {
	padding-bottom: 73px;
}
footer .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 55px;
	padding-bottom: 25px;
	border-top: 1px solid #6C3424;
}
footer .footA {
	text-align: center;
}
footer .footA img {
	width: 165px;
}
footer p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #3D3D3D;
	line-height: 2;
}
footer .title {
	font-size: 22px;
	color: #044372;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 5px;
}
footer .footer_menu .title {
	font-size: 22px;
	color: #6C3424;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
footer .footer_menu .inner {
	display: flex;
	flex-flow: column;
	text-align: center;
}
footer .footer_menu a.link {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #3D3D3D;
}
.copyright {
	font-size: 13px;
	color: #6E6E6E;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}
.copyright small {
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright small span {
	font-size: 17px;
	margin-right: 3px;
}

.produce {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	text-align: center;
}
.produce a {
	font-size: 12px;
	text-decoration: none;
	transition: all 0.3s;
	color: #3D3D3D;
	display: block;
}
.produce a:hover {
	transition: all 0.3s;
	opacity: 0.7;
}
.produce a img {
	width: 58px;
	margin-bottom: -3px;
	margin-left: 2px;
}

/*------------フェードイン（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-in {
	opacity : 0;
	transform : translate(0, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------フェードレフト（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-left {
	opacity : 0;
	transform : translate(-90px, 0);/*フェードする距離*/
	transition : all 800ms;
}
/* 画面内に入った状態 */
.fade-left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------フェードライト（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-right {
	opacity : 0;
	transform : translate(90px, 0);/*フェードする距離*/
	transition : all 800ms;
}
/* 画面内に入った状態 */
.fade-right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*タイトルアイコンアニメーション*/
.wave_icon {
	width: 18px;
	height: 18px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	position: relative;
	opacity: 1;
}
.wave_icon:before, .wave_icon:after {
	content: '';
	border: 1px #6C3424 solid;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
}
.wave_icon:before {
	transform: scale(1, 1);
	opacity: 1;
	-webkit-animation: spWaveBe 0.9s infinite linear;
	animation: spWaveBe 0.9s infinite linear;
}
.wave_icon:after {
	transform: scale(0, 0);
	opacity: 0;
	-webkit-animation: spWaveAf 0.9s infinite linear;
	animation: spWaveAf 0.9s infinite linear;
}
.black_back .wave_icon:before, .black_back .wave_icon:after {
	content: '';
	border: 1px #FFF solid;
}

@keyframes spWaveAf {
	from {
		transform: scale(0.5, 0.5);
		opacity: 0;
	}
	to {
		transform: scale(1, 1);
		opacity: 1;
	}
}
@keyframes spWaveBe {
	from {
		transform: scale(1, 1);
		opacity: 1;
	}
	to {
		transform: scale(1.5, 1.5);
		opacity: 0;
	}
}


/*会社概要テーブル*/
table.outline_content {
	border-left-style: none;
	border-right-style: none;
	border-bottom: 1px solid #A5A5A5;
	border-top: 1px solid #A5A5A5;
	border-collapse: separate;
	border-spacing: 0 8px;
	letter-spacing: 0.04em;
	width: 100%;
	position: relative;
	margin-top: 30px;
}
table.outline_content th {
	vertical-align: middle;
	width: 200px;
	margin: 0;
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-right: 5px;
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.outline_content td.data {
	margin: 0;
	/*border-left: 1px solid #A5A5A5;*/
	color: #FFFFFF;
	font-size: 13px;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 10px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height: 40px;
	line-height: 1.6;
}
table.outline_content td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
table.outline_content td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #A5A5A5;
}

.privacy_box section {
	margin-bottom: 30px;
}
.privacy_box section h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
.privacy_box section p {
	font-size: 15px;
	line-height: 1.5;
}

/*メールフォーム*/
form {
	position: relative;
}
form h4 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #6C3424;
	margin-bottom: 20px;
}
form p {
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 15px;
	padding-top: 10px;
}
form p.mail_text {
	font-size: 14px;
	color: #3D3D3D;
	text-align: center;
	line-height: 1.6;
	padding-bottom: 40px;
}
form .textfield_label {
	font-size: 15px;
	display: inline-block;
	width: 125px;
	color: #3D3D3D;
	font-weight: bold;
}
form .icon_any {
	font-size: 13px;
	background-color: #003E93;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
form .icon_require {
	font-size: 13px;
	background-color: #FF6A17;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
form .short_text {
	padding: 3px;
	width: 97%;
	font-size: 15px;
	margin-top: 8px;
}
form .long_text {
	width: 97%;
	height: 180px;
	padding: 3px;
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.5;
}
form .submit {
	border-bottom-style: none;
	margin-top: 10px;
	text-align: center;
}
form .submit input {
	font-size: 14px;
	background-color: #6C3424;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
form .img_send {
	font-size: 15px;
	width: 100%;
	display: block;
	line-height: 1.6;
	text-align: center;
}





















@media (min-width:600px) and (max-width:959px){
footer {
	padding-bottom: 73px;
}
footer .container {

}
.top_box .container {
	max-width: 600px;
}
.back_fixed_box .container {
	max-width: 600px;
	padding-top: 80px;
	padding-bottom: 90px;
}
.common_box .container {
	max-width: 600px;
}

.section_title .sub_title p {
	text-align: center;
}
.section_title .sub_title .side_img_box .img_left {
	height: 190px;
}
.section_title .sub_title .side_img_box .img_right {
	height: 190px;
}
.separate_box .img_cover_box {
	height: 350px;
}
.clm_box .img {
	height: 300px;
}
.case_box section {
	padding-top: 14px;
	padding-bottom: 5px;
}
.case_box .case_slick .slick1 .slide_img {
	height: 330px;
}

form {
	width: 65%;
}








































}



















@media (min-width:960px){
/*タイトルアイコンアニメーション*/
.wave_icon {
	width: 23px;
	height: 23px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.section_title .main_title h2 {
	font-size: 20px;
}
.section_title .main_title p {
	font-size: 55px;
}
.section_title .sub_title {
	position: relative;
}
.section_title .sub_title h3 {
	font-size: 32px;
	line-height: 1.6;
	margin-top: 22px;
	z-index: 10;
	position: relative;
}
.section_title .sub_title h3 span {
	font-size: 43px;
}
.top_box {
	padding-top: 130px;
	padding-bottom: 170px;
}
.top_box.sub {
	padding-bottom: 0px;
}
.top_box .container {
	width: 90%;
	max-width: 1350px;
}
.sub_box .container {
	width: 90%;
	max-width: 1350px;
}
.contact_box {
	margin-top: 90px;
}
.contact_box .pc_event {
	pointer-events: none;
}
.contact_box .tel {
	font-size: 53px;
	margin-bottom: 20px;
}
.contact_box .tel span {
	font-size: 24px;
	margin-right: 10px;
}
.contact_box .mail {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 17px;
	transition: all 0.3s;
}
.contact_box .mail:hover {
	color: #FFFFFF;
	background-color: #6C3424;
}
.contact_box .fax {
	font-size: 24px;
	margin-bottom: 35px;
	text-align: center;
}
.contact_box .time {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}

.clm_box {
	margin-top: 130px;
	margin-bottom: -50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clm_box .img {
	height: 220px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.clm_box .text_box h3 {
	font-size: 25px;
}
.clm_box .text_box p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.8;
	width: 85%;
}
.clm_box section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.clm_box.three section {
	width: 31%;
}
.clm_box section .left_top_corner {
	width: 30px;
	height: 30px;
	top: 12px;
	left: 12px;
}
.clm_box section .right_top_corner {
	width: 30px;
	height: 30px;
	top: 12px;
	right: 12px;
}
.clm_box section .left_bottom_corner {
	width: 30px;
	height: 30px;
	left: 12px;
	bottom: 12px;
}
.clm_box section .right_bottom_corner {
	width: 30px;
	height: 30px;
	bottom: 12px;
	right: 12px;
}

.separate_box .flex_A {
	display: flex;
	justify-content: space-between;
}
.separate_box .flex_A.reverse {
	flex-direction: row-reverse;
}
.separate_box .flex_center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.separate_box .flex_center.reverse {
	flex-direction: row-reverse;
}
.separate_box .text_box {
	width: 46.5%;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.separate_box .img_cover_box {
	width: 46.5%;
	height: auto;
	/* [disabled]border-radius: 8px; */
	min-height: 400px;
	border: none;
	z-index: 1;
}
.separate_box .img_box {
	width: 46.5%;
	z-index: 1;
}
.separate_box .text_box h3 {
	font-size: 32px;
	text-align: left;
}
.separate_box .text_box p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.8;
}
.separate_box .text_box p.center {
	text-align: left;
}
.separate_box {
	margin-top: 130px;
}
.separate_box .text_box h4 {
	font-size: 20px;
	margin-top: 25px;
	text-align: left;
}
.back_fixed_box .container {
	width: 90%;
	max-width: 1350px;
	padding-top: 160px;
	padding-bottom: 170px;
}
.separate_box section {
	margin-bottom: 130px;
	position: relative;
}
.common_box {
	padding-top: 140px;
	padding-bottom: 160px;
}
.common_box .container {
	width: 90%;
	max-width: 1350px;
}
.section_title .sub_title p {
	font-size: 17px;
	margin-top: 45px;
	line-height: 2;
	text-align: center;
}
.section_title .sub_title p br {
	display: inline;
}
.section_title .sub_title .side_img_box {
	position: absolute;
	top: -190px;
}
.section_title .sub_title .side_img_box .img_left {
	width: 23%;
	height: 315px;
	margin-top: 0px;
	margin-bottom: 0px;
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
	opacity: 0.75;
}
.section_title .sub_title .side_img_box .img_right {
	width: 23%;
	height: 315px;
	margin-top: 0px;
	margin-bottom: 0px;
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
	opacity: 0.75;
}
.separate_box .img_back {
	display: inline;
	width: 46.5%;
	height: 100%;
	position: absolute;
	background-color: #6C3424;
	opacity: 0.8;
}
.separate_box .img_back.left {
	left: -55px;
	bottom: -55px;
}
.separate_box .img_back.right {
	right: -55px;
	bottom: -55px;
}
.separate_box section:last-child {
	margin-bottom: 60px;
}
.separate_box .text_box h3 span {
	font-size: 46px;
}
.clm_box .text_box h3 span {
	font-size: 33px;
}

.transparent_filter_top {
	height: 30px;
}
.transparent_filter_bottom {
	height: 30px;
}
.case_box {
	margin-top: 100px;
}
.case_box section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	align-items: center;
	flex-direction: row-reverse;
}
.case_box .case_slick {
	width: 50%;
	margin-right: auto;
	margin-left: 0px;
}
.case_box .case_slick .slick1 {
	margin-left: auto;
	margin-right: auto;
}
.case_box .case_slick .slick1 .slide_img {
	height: 400px;
}
.case_box .case_slick .slide_img .before {
	font-size: 18px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 15px;
	top: 18px;
}
.case_box .case_slick .slide_img .after {
	font-size: 18px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 15px;
	top: 18px;
}
.case_box .text_box {
	width: 44%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.case_box .text_box h3 {
	margin-bottom: 11px;
	font-size: 22px;
	font-weight: bold;
}
.case_box .text_box p {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
.case_box .text_box p:last-child {
	margin-bottom: 0px;
}

footer {
	padding-bottom: 25px;
}
footer .container {
	max-width: 1350px;
	padding-top: 140px;
	padding-bottom: 140px;
	width: 90%;
}
footer .footA {

}
footer p {
	font-size: 16px;
	margin-bottom: 14px;
}
footer .title {
	font-size: 26px;
	margin-bottom: 15px;
}
footer .footer_menu {
	margin-top: 35px;
}
footer .footer_menu .title {
	font-size: 28px;
	margin-bottom: 15px;
}
footer .footer_menu .inner {
	text-align: left;
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
}
footer .footer_menu a.link {
	font-size: 17px;
	margin-bottom: 10px;
	transition: all 0.3s;
	display: inline-block;
	margin-right: 19px;
	margin-left: 19px;
}
footer .footer_menu a:hover {
	opacity: 0.7;
}
footer .flex {
}
footer .footA img {
	width: 180px;
}
.copyright {
	max-width: 1350px;
}
.copyright small {
	justify-content: flex-start;
}

.produce {
	max-width: 1350px;
	text-align: left;
}

/*会社概要テーブル*/
table.outline_content {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
table.outline_content th {
	font-size: 16px;
	width: 250px;
}
table.outline_content td.data {
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
	padding-left: 30px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.privacy_box .flex {
	display: flex;
	justify-content: space-between;
}
.privacy_box section {
	margin-bottom: 50px;
	width: 48%;
}
.privacy_box section h2 {
	font-size: 21px;
	margin-bottom: 10px;
}
.privacy_box section p {
	font-size: 16px;
}

form {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
form h4 {
	font-size: 40px;
	margin-bottom: 20px;
}
form p.mail_text {
	font-size: 16px;
	text-align: center;
	display: block;
	padding-bottom: 60px;
}
form p {
	padding-bottom: 25px;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
form .textfield_label {
	font-size: 17px;
	width: 200px;
}
form .icon_any {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
form .icon_require {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
form .short_text {
	padding: 8px;
	width: 400px;
	font-size: 16px;
	margin-top: 0px;
}
form .long_text {
	width: 400px;
	height: 200px;
	padding: 8px;
	font-size: 16px;
	margin-top: 0px;
}
form .submit {
	margin-top: 10px;
	display: block;
}
form .submit input {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	transition: all 0.3s;
}
form .submit input:hover {
	opacity: 0.8;
	cursor: pointer;
}
form .img_send {
	font-size: 16px;
	text-align: center;
}

















































}
