/*
Theme Name: Z-Nakagawa
Theme URI:　
*/

/*######################################################################

		Reset CSS

************************************************************************/

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:102%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

ol{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/*######################################################################

		General

************************************************************************/

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #4A4A4A;
	font-size: 16px;
	font-family: 'Noto Sans JP', 'Noto Sans JP', sans-serif;
	line-height: 1.61;
}

@media not all and (max-width: 768px){
	body {
		font-size: 15px;
	}
}


/* wordpress */

.sticky{
	display:block;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.wp-caption{
	text-align: center;
	margin: 10px;
	padding: 4px 0 0 0;
}

.wp-caption img{
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption{
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 1.4;
}


/*
 link
/////////////////////////////////////////////////////////*/

a{
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
	transition: 0.3s ease;
}

a:hover img{
	opacity: .7;
}


/*######################################################################

		Header

************************************************************************/
/*
	header-area
/////////////////////////////////////////////////////////*/

/*  header-general */

.header_section {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #f5f5f5;
	opacity:0.9;
}

.header_section.is-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header_section .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	width: auto;
}

@media not all and (min-width: 1070px){
	.header_section .wrap {
		padding-left: 30px;
		width: 100%;
	}
}

@media not all and (min-width: 768px){
	.header_section .wrap {
		padding-left: 10px;
	}
}

.logo a {
	display: block;
	width: 155px;
	height: 49px;
	background: url(./images/logo.svg) no-repeat;
	margin: 0px 0px 0px 20px;
}

.logo a:hover {
	opacity: .5;
}

.is-fixed .logo a {
	width: 35px;
	height: 34px;
	background: url(./images/logomark.svg) no-repeat center/cover;
}

.logo a span {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}

.header_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px auto 0px auto;
}

.header_nav li:not(:last-child) {
	margin-right: 20px;
	font-size: 16px;
}

.header_nav li a:hover {
	text-decoration: none;
	opacity: .5;
}

.is-fixed .header_nav .fixed-non {
	display: none;
}

.header_contact {
	width: 120px;
}

.header_contact a {
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.is-fixed .header_contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 245px;
}

@media not all and (min-width: 1070px){
	.is-fixed .header_contact {
		display: none;
	}
}

.is-fixed .header_contact .item {
	width: 120px;
}

.is-fixed .header_contact a {
	padding: 10px 0;
}

.header_contact .item:nth-child(1) a {
	background-color: #F5A623;
}

.header_contact .item:nth-child(2) a {
	background-color: #FDC801;
}

.header_contact a:hover {
	opacity: .5;
	text-decoration: none;
}

.menu_btn,
.fullnav {
	display: none;
}

@media not all and (min-width: 1070px){
	.header_nav,
	.header_contact {
		display: none;
	}

	.menu_btn {
		display: block;
	}

	.c_button {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border: none;
	  background-color: transparent;
	  cursor: pointer;
	}

	.menu_btn button {
		display: block;
	  position: relative;
	  width: 120px;
	  height: 70px;
	  margin: auto;
	  background-color: #F5A623;
	  box-shadow: 0 0 20px transparent;
	  outline: none;
    transition: all .3s ease-in-out;
    z-index: 150;
	}

	.menu_btn button:hover,
	.menu_btn button:focus {
	  box-shadow: 0 0 5px rgba(255, 255, 255, .5);
	}

	.menu_btn .line {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  width: 25%;
	  height: 2px;
	  background-color: #fff;
    transition: all .3s ease-in-out;
	}

	.menu_btn .line::before,
	.menu_btn .line::after {
	  content: '';
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 2px;
	  background-color: #fff;
    transition: all .3s ease-in-out;
	}

	.menu_btn .line::before {
	  top: -10px;
	}

	.menu_btn .line::after {
	  top: 10px;
	}

	.menu_btn button[aria-expanded="true"] .line {
	  background-color: transparent;
	}

	.menu_btn button[aria-expanded="true"] .line::before,
	.menu_btn button[aria-expanded="true"] .line::after {
	  top: 0;
	  background-color: #fff;
	}

	.menu_btn button[aria-expanded="true"] .line::before {
		transform: rotate(45deg);
	}

	.menu_btn button[aria-expanded="true"] .line::after {
		transform: rotate(-45deg);
	}

	.menu_btn .text {
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
	  font-size: 10px;
	  text-align: center;
	  text-transform: uppercase;
	}

	.fullnav {
	  display: none;
	  position: fixed;
		justify-content: center;
		align-items: center;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
		color: #fff;
		background-color: #f6f6f6;
	  z-index: 100;
	  -webkit-overflow-scrolling: touch;
	  overflow-y: hidden;
	  touch-action: none;
	  z-index: 120;
	}

	.no_scroll {
		overflow: hidden;
		touch-action: none;
	}

	.fullnav_contents {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 100%;
	}

	.fillnav_list li {
		font-size: 20px;
		font-weight: bold;
	}

	.fillnav_list li:not(:last-child) {
		margin-bottom: 15px;
	}

	.fillnav_list li a:hover {
		opacity: .5;
		text-decoration: none;
	}
}

.is-fixed .menu_btn {
	display: block;
}

.is-fixed .menu_btn {
	display: block;
}

.is-fixed .c_button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.is-fixed .menu_btn button {
	display: block;
  position: relative;
  width: 120px;
  height: 70px;
  margin: auto;
  background-color: #F5A623;
  box-shadow: 0 0 20px transparent;
  outline: none;
  transition: all .3s ease-in-out;
  z-index: 150;
}

.is-fixed .menu_btn button:hover,
.is-fixed .menu_btn button:focus {
  box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

.is-fixed .menu_btn .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25%;
  height: 2px;
  background-color: #fff;
  transition: all .3s ease-in-out;
}

.is-fixed .menu_btn .line::before,
.is-fixed .menu_btn .line::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .3s ease-in-out;
}

.is-fixed .menu_btn .line::before {
  top: -10px;
}

.is-fixed .menu_btn .line::after {
  top: 10px;
}

.is-fixed .menu_btn button[aria-expanded="true"] .line {
  background-color: transparent;
}

.is-fixed .menu_btn button[aria-expanded="true"] .line::before,
.is-fixed .menu_btn button[aria-expanded="true"] .line::after {
  top: 0;
  background-color: #fff;
}

.is-fixed .menu_btn button[aria-expanded="true"] .line::before {
	transform: rotate(45deg);
}

.is-fixed .menu_btn button[aria-expanded="true"] .line::after {
	transform: rotate(-45deg);
}

.is-fixed .menu_btn .text {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.is-fixed .fullnav {
  display: none;
  position: fixed;
	justify-content: center;
	align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	color: #fff;
	background-color: #f6f6f6;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  touch-action: none;
  z-index: 120;
}

.is-fixed .no_scroll {
	overflow: hidden;
	touch-action: none;
}

.is-fixed .fullnav_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

.is-fixed .fillnav_list li {
	font-size: 20px;
	font-weight: bold;
}

.is-fixed .fillnav_list li:not(:last-child) {
	margin-bottom: 15px;
}

.is-fixed .fillnav_list li a:hover {
	opacity: .5;
	text-decoration: none;
}


/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.page_mv {
	position: relative;
	margin: 124px 0 180px;
	width: 100%;
	height: 300px;
}

@media not all and (min-width: 1070px){
	.page_mv {
		margin: 70px 0 180px;
	}
}

@media not all and (min-width: 768px){
	.page_mv {
		margin: 70px 0 100px;
		height: 200px;
	}
}

.step_header {
	background: url(./images/step-header-bg.jpg) no-repeat center/cover;
}

.customer_header {
	background: url(./images/customer-header-bg.jpg) no-repeat center/cover;
}

.furniture_header {
	background: url(./images/furniture-header-bg.jpg) no-repeat center/cover;
}

.renovation_header {
	background: url(./images/renovation-header-bg.jpg) no-repeat center/cover;
}

.about_header {
	background: url(./images/about-header-bg.jpg) no-repeat center/cover;
}

.contact_mv,
.voice_mv,
.news_mv {
	position: relative;
	margin: 124px 0 20px;
	width: 100%;
	height: 300px;
}

@media not all and (min-width: 1070px){
	.contact_mv,
	.voice_mv,
	.news_mv {
		margin: 70px 0 20px;
	}
}

@media not all and (min-width: 768px){
	.contact_mv,
	.voice_mv,
	.news_mv {
		height: 200px;
	}
}

.contact_header {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: url(./images/contact-header-bg.jpg) no-repeat center/cover;
}

.voice_header {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: url(./images/voice-header-bg.jpg) no-repeat center/cover;
}

.news_header {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: url(./images/news-header-bg.jpg) no-repeat center/cover;
}

.page_mv_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 200px;
	color: #fff;
	background-color: #202020;
}

@media not all and (min-width: 768px){
	.page_mv_contents {
		top: 70%;
		left: 50%;
		width: 90%;
		height: 120px;
	}
}

.page_mv_contents::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background-color: #E59703;
}

.page_mv_contents .en {
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

.page_mv_contents .en:first-letter {
	color: #F5A623;
}

.page_mv_contents .page_title {
	font-size: 18px;
	font-weight: 400;
}

@media not all and (min-width: 768px){
	.page_mv_contents .en {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.page_mv_contents .page_title {
		font-size: 16px;
	}
}

.contact_page_title,
.news_page_title {
	font-size: 25px;
	font-weight: 700;
}

.page_hero {
	width: 100%;
	height: 200px;
}

@media not all and (min-width: 768px){
	.page_hero {
		height: 120px;
	}
}

.page_hero_step {
	background: url(./images/step-hero-bg.jpg) no-repeat center/cover;
}

.page_hero_customer {
	background: url(./images/customer-hero-bg.jpg) no-repeat center/cover;
}

.page_hero_furniture {
	background: url(./images/furniture-hero-bg.jpg) no-repeat center/cover;
}

.page_hero_renovation {
	background: url(./images/renovation-hero-bg.jpg) no-repeat center/cover;
}

.page_hero_about {
	background: url(./images/about-hero-bg.jpg) no-repeat center/cover;
}

.page_hero p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	background-color: rgba(74 74 74 / .3);
}

.section_header {
	padding: 0 0 120px;
	text-align: center;
}

.section_header_icon img {
	display: block;
	margin: 0 auto 60px;
	max-width: 100%;
	height: auto;
}

.section_header_title {
	margin-bottom: 50px;
	color: #507228;
	font-size: 18px;
}

.section_header_text {
	font-size: 16px;
}

@media not all and (min-width: 768px){
	.section_header {
		padding: 70px 10px;
	}

	.section_header_icon img {
		margin: 0 auto 30px;
	}

	.section_header_title {
		margin-bottom: 30px;
	}
}

.section {
	padding: 150px 0 100px;
}

@media not all and (min-width: 768px){
	.section {
		padding: 50px 0;
	}
}

.section_area {
	margin: 0 auto;
	width: 960px;
}

@media not all and (min-width: 960px){
	.section_area {
		padding: 0 10px;
		width: 100%;
	}
}

.section_min_area {
	margin: 0 auto;
	width: 800px;
}

@media not all and (min-width: 800px){
	.section_min_area {
		padding: 0 10px;
		width: 100%;
	}
}

.section_bg {
	background-color: #F5F5F5;
}

.section_title01 {
	margin-bottom: 50px;
	color: #D05202;
	font-size: 13px;
	text-transform: uppercase;
}

.section_title01 span {
	display: block;
	margin-bottom: 10px;
	color: #4d4d4d;
	font-size: 21px;
}

@media not all and (min-width: 768px){
	.section_title01 {
		margin-bottom: 30px;
		font-size: 12px;
	}

	.section_title01 span {
		margin-bottom: 5px;
	}
}

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 10px;
	width: 230px;
	font-size: 15px;
	text-align: center;
}

.btn a:hover {
	text-decoration: none;
	opacity: .7;
}

.btn_left a {
	margin-right: auto;
	margin-left: 0;
}

.btn_full a {
	width: 100%;
}

.btn a img {
	display: block;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	margin-bottom: 0px
}

.btn01 a {
	background-color: #fff;
}

.btn02 a {
	color: #fff;
	background-color: #D05202;
}

.btn03 a {
	color: #fff;
	background-color: #417505;
}

.btn04 a {
	color: #fff;
	background-color: #D05202;
	margin-bottom: 10px
}


.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.txt_center {
	text-align: center;
}

.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
	font-size: 10px;
}

.breadcrumb_nmb ol {
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
}

@media not all and (min-width: 768px){
	.breadcrumb ol,
	.breadcrumb_nmb ol {
		margin-bottom: 50px;
	}
}

.breadcrumb ol li,
.breadcrumb_nmb ol li {
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
}

.breadcrumb ol li:not(:last-child)::after,
.breadcrumb_nmb ol li:not(:last-child)::after {
	content: '>';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.top_contact_area {
	margin-bottom: 100px;
}

.contact_area {
	position: relative;
	padding: 60px 0 30px;
	background-color: #F4EEDE;
}

@media not all and (min-width: 768px){
	.top_contact_area {
		margin-bottom: 0;
	}

	.contact_area {
		padding: 30px 0;
	}
}

.contact_area::before {
	content: 'Contact';
	position: absolute;
	top: -40px;
	left: 0;
	color: #FFFBF1;
	font-size: 140px;
	font-weight: 700;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-transform: uppercase;
	z-index: 0;
}

@media not all and (min-width: 768px){
	.contact_area::before {
		top: -30px;
		font-size: 80px;
	}
}

@media not all and (min-width: 468px){
	.contact_area::before {
		top: -20px;
		font-size: 50px;
	}
}

.contact_area h2 {
	position: relative;
	margin-bottom: 50px;
	color: #D05202;
	font-size: 13px;
	text-align: center;
	z-index: 1;
}

.contact_area h2 span {
	display: block;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

@media not all and (min-width: 768px){
	.contact_area h2 {
		margin-bottom: 30px;
		font-size: 12px;
	}
}

.contact_area .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact_area .wrap .item:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 48%;
	height: 210px;
	color: #D05202;
	text-align: center;
	background-color: rgba(255 255 255 / .8);
}

.contact_area .wrap .item:nth-child(2),
.contact_area .wrap .item:nth-child(3) {
	width: 24%;
	height: 210px;
	text-align: center;
}

@media not all and (min-width: 768px){
	.contact_area .wrap .item:nth-child(1) {
		margin-bottom: 20px;
		width: 100%;
		height: 180px;
	}

	.contact_area .wrap .item:nth-child(2),
	.contact_area .wrap .item:nth-child(3) {
		width: 48.5%;
		height: 180px;
	}
}

.contact_area .item a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #D05202;
	background-color: rgba(255 255 255 / .8);
}

.contact_area .item a:hover {
	color: #D05202;
	text-decoration: none;
	background-color: #fff;
}

.contact_area .item .title01 {
	font-size: 15px;
}

.contact_area .item .title02 {
	margin: 15px 0 10px;
	font-size: 14px;
}

.contact_area .item .num {
	font-size: 36px;
	font-weight: 700;
}

.contact_area .item .num img {
	display: inline-block;
	margin-right: 10px;
	max-width: 100%;
	height: auto;
}

.contact_area .item .add {
	font-size: 15px;
}

@media not all and (min-width: 768px){
	.contact_area .item .num {
		font-size: 28px;
	}

	.contact_area .item .add {
		font-size: 12px;
	}
}

.contact_area .item .add span {
	display: inline-block;
	margin-right: 10px;
	padding: .2px 10px;
	color: #fff;
	text-align: center;
	background-color: #D05202;
}

.contact_area .item:nth-child(2) img,
.contact_area .item:nth-child(3) img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}


/*
	top
/////////////////////////////////////////////////////////*/

.top_mv {
	position: relative;
	margin-bottom: 100px;
	z-index: -1;
}

.top_mv img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100vh;
	object-fit: cover;
}

@media not all and (min-width: 768px){
	.top_mv img {
		height: 600px;
	}
}

@media not all and (min-width: 568px){
	.top_mv img {
		height: 500px;
	}
}

.top_mv_contents {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	width: 690px;
	height: 440px;
	font-size: 30px;
	background-color: rgba(255 255 255 / .5);
}

@media not all and (min-width: 768px){
	.top_mv_contents {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		height: 300px;
		font-size: 24px;
	}
}

@media not all and (min-width: 468px){
	.top_mv_contents {
		width: 90%;
		height: 240px;
		font-size: 20px;
	}
}

.top_mv_scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.top_mv_scroll a {
	display: block;
	position: relative;
	padding-bottom: 96px;
	color: #D05202;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.top_mv_scroll a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 76px;
	background-color: #D05202;
}

@media not all and (min-width: 768px){
	.top_mv_scroll a {
		padding-bottom: 60px;
		font-size: 12px;
	}

	.top_mv_scroll a::after {
		height: 40px;
	}
}

.top_news {
	padding: 90px 0 68px;
}

.top_news ul {
	margin-bottom: 60px;
}

@media not all and (min-width: 768px){
	.top_news {
		padding: 50px 0;
	}

	.top_news ul {
		margin-bottom: 30px;
	}
}

.top_news ul li {
	margin-bottom: 20px;
}

.top_news ul li a {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 50px;
	font-size: 16px;
	background-color: #fff;
}

@media not all and (min-width: 768px){
	.top_news ul li a {
		padding: 20px;
	}
}

.top_news ul li a:hover {
	opacity: .5;
	text-decoration: none;
}

.top_news ul li a time {
	width: 150px;
	font-size: 16px
}

.top_news ul li a p {
	width: 500px;
	font-size: 16px
}

.top_main_section {
	margin-bottom: 25px;
}

.top_main_section .title_area {
	padding: 140px 0 120px;
	text-align: center;
}

.top_main_section .title_area h2 {
	font-size: 21px;
	line-height: 2.2;
}

.top_main_section .title_area h2.section_title01 {
	margin: 0;
}

@media not all and (min-width: 768px){
	.top_main_section {
		margin-bottom: 20px;
	}

	.top_main_section .title_area {
		padding: 50px 0;
	}

	.top_main_section .title_area h2 {
		font-size: 18px;
	}
}

.top_main_section01 .top_main_section_bg {
	padding: 175px 0 120px;
	background: url(./images/top02.jpg) no-repeat center/cover;
}
.top_main_section02 .top_main_section_bg {
	padding: 175px 0 120px;
	background: url(./images/top04.jpg) no-repeat center/cover;
}
.top_main_section03 .top_main_section_bg {
	padding: 175px 0 120px;
	background: url(./images/top05.jpg) no-repeat center/cover;
}
.top_main_section04 .top_main_section_bg {
	padding: 175px 0 120px;
	background: url(./images/top06.jpg) no-repeat center/cover;
}

@media not all and (min-width: 768px){
	.top_main_section01 .top_main_section_bg,
	.top_main_section02 .top_main_section_bg,
	.top_main_section03 .top_main_section_bg,
	.top_main_section04 .top_main_section_bg {
		padding: 70px 0;
	}
}

.top_main_section01 .wrap,
.top_main_section02 .wrap,
.top_main_section03 .wrap,
.top_main_section04 .wrap {
	color: #fff;
}

.top_main_section_bg .wrap {
	position: relative;
}

.top_main_section .sub_title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
}

.top_main_section .sub_title span {
	display: block;
	text-transform: uppercase;
}

@media not all and (min-width: 768px){
	.top_main_section .sub_title {
		position: relative;
		margin-bottom: 30px;
		font-size: 20px;
		writing-mode: horizontal-tb;
		letter-spacing: 10px;
	}

	.top_main_section .sub_title span {
		display: block;
		text-transform: uppercase;
	}
}

.top_main_section .wrap_contents {
	margin: 0 auto;
	width: 420px;
}

.top_main_section .wrap_contents .text {
	margin-bottom: 140px;
	line-height: 2.2;
}
@media not all and (min-width: 768px){
	.top_main_section .wrap_contents {
		width: 90%;
	}

	.top_main_section .wrap_contents .text {
		margin-bottom: 50px;
	}
}

.top_work_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_work_wrap .item {
	margin-bottom: 70px;
	width: 32%;
}

.top_work_wrap .item:not(:nth-child(3n+3)) {
	margin-right: 2%;
}

@media not all and (min-width: 768px){
	.top_work_wrap .item {
		margin-bottom: 50px;
		width: 48%;
	}

	.top_work_wrap .item:not(:nth-child(3n+3)) {
		margin-right: 0;
	}

	.top_work_wrap .item:not(:nth-child(2n+2)) {
		margin-right: 4%;
	}
}

.top_work_wrap .item a {
	display: block;
}

.top_work_wrap .item a:hover {
	text-decoration: none;
	opacity: .7;
}

.top_work_wrap .item img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.top_work_wrap .item ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.top_work_wrap .item ul li {
	margin: 0 20px 5px 0;
	font-size: 14px;
}

.top_work_wrap .item p {
	color: #3E7700;
	font-size: 20px;
	font-weight: 700;
}

@media not all and (min-width: 768px){
	.top_work_wrap .item img {
		margin-bottom: 10px;
	}

	.top_work_wrap .item ul {
		margin-bottom: 10px;
	}

	.top_work_wrap .item ul li {
		margin: 0 10px 5px 0;
	}

	.top_work_wrap .item p {
		font-size: 16px;
	}
}

.top_main_section06 .top_main_section_bg {
	padding: 70px 0 180px;
	background: url(./images/top10.jpg) no-repeat center/cover;
}

@media not all and (min-width: 768px){
	.top_main_section06 .top_main_section_bg {
		padding: 50px 0;
	}
}

.top_main_section06 .sub_title {
	color: #D05202;
}

.top_main_section07 {
	padding: 30px 0;
	background: url(./images/top11.jpg) no-repeat center/cover;
}

.top_main_section08 .top_main_section_bg {
	padding: 140px 0 180px;
	background: url(./images/top18.png) no-repeat center/cover;
	text-align: center;
}

@media not all and (min-width: 768px){
	.top_main_section08 .top_main_section_bg {
		padding: 50px 0;
	}
}

.top_main_section08 .sub_title {
	color: #D05202;
}

.top_nav {
	margin-bottom: 70px;
}

.top_nav_area {
	background-color: rgba(255 255 255 / .7);
}

.top_nav_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 0;
}

@media not all and (min-width: 768px){
	.top_nav {
		margin-bottom: 30px;
	}

	.top_nav_wrap {
		padding: 30px 0;
	}
}

.top_nav_wrap .item {
	width: 45%;
}

@media not all and (min-width: 1000px){
	.top_nav_wrap .item:last-child {
		padding-right: 50px;
	}
}

@media not all and (min-width: 768px){
	.top_nav_wrap .item {
		padding-right: 50px;
		width: 100%;
	}

	.top_nav_wrap .item:last-child {
		margin-top: 30px;
	}
}

@media not all and (min-width: 568px){
	.top_nav_wrap .item,
	.top_nav_wrap .item:last-child {
		padding-right: 0;
	}
}

.top_nav_wrap .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 0 40px;
	height: 210px;
	border: 2px solid #4A4A4A;
}

.top_nav_wrap .item a::before {
	content: '';
	position: absolute;
	bottom: 30px;
	right: -30px;
	width: 300px;
	height: 2px;
	background-color: #4A4A4A;
}

.top_nav_wrap .item a::after {
	content: '';
	position: absolute;
	bottom: 35px;
	right: -30px;
	width: 20px;
	height: 2px;
	background-color: #4A4A4A;
	transform: rotate(30deg);
}

@media not all and (min-width: 768px){
	.top_nav_wrap .item a {
		padding: 0 20px;
		height: 160px;
	}

	.top_nav_wrap .item a::before {
		bottom: 20px;
		right: -30px;
		width: 300px;
	}

	.top_nav_wrap .item a::after {
		bottom: 25px;
		right: -30px;
	}
}

@media not all and (min-width: 568px){
	.top_nav_wrap .item a::before,
	.top_nav_wrap .item a::after {
		display: none;
	}
}

.top_nav_wrap .item a:hover {
	text-decoration: none;
	background-color: rgba(255 255 255 / .7);
	opacity: 1;
}

.top_nav_wrap .item a .text,
.top_nav_wrap .item a .icon {
	width: 50%;
}

.top_nav_wrap .item a .text {
	color: #D05202;
	font-size: 13px;
	font-weight: 700;
}

.top_nav_wrap .item a .text span {
	display: block;
	margin-bottom: 10px;
	color: #4A4A4A;
	font-size: 21px;
	text-transform: uppercase;
}

.top_nav_wrap .item a .icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.top_company {
	margin-bottom: 70px;
}

@media not all and (min-width: 768px){
	.top_company {
		margin-bottom: 30px;
	}
}

.top_company .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 0;
}

.top_company .wrap_contents {
	width: 50%;
}

.top_company .img {
	width: 50%;
}

@media not all and (min-width: 768px){
	.top_company .wrap {
		padding: 30px 0;
	}

	.top_company .wrap_contents {
		margin-bottom: 30px;
		width: 100%;
	}

	.top_company .img {
		width: 100%;
	}
}

.top_company .wrap_contents h2 {
	margin-bottom: 30px;
	color: #D05202;
	font-size: 13px;
	font-weight: 700;
}

.top_company .wrap_contents h2 span {
	display: block;
	color: #4A4A4A;
	font-size: 21px;
	text-transform: uppercase;
}

.top_company .wrap_contents p {
	margin-bottom: 30px;
	font-size: 17px;
}

.top_company .img img {
	display: block;
	width: 100%;
	height: auto;
}

.top_access {
	margin-bottom: 70px;
}

.top_access .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.top_access .wrap_contents {
	width: 50%;
}

.top_access .map {
	width: 50%;
}

@media not all and (min-width: 768px){
	.top_access {
		margin-bottom: 30px;
	}

	.top_access .wrap_contents {
		margin-bottom: 30px;
		width: 100%;
	}

	.top_access .map {
		width: 100%;
	}
}

.top_access .wrap_contents h2 {
	margin-bottom: 30px;
	color: #D05202;
	font-size: 13px;
	font-weight: 700;
}

.top_access .wrap_contents h2 span {
	display: block;
	color: #4A4A4A;
	font-size: 21px;
	text-transform: uppercase;
}

.top_access .wrap_contents .text {
	margin: 0 auto;
	width: 230px;
}

.top_access .wrap_contents p {
	margin-bottom: 30px;
	font-size: 17px;
}

.top_access .map {
	position: relative;
	padding-bottom: 25.9%;
	height: 0;
	overflow: hidden;
}

.top_access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media not all and (min-width: 768px){
	.top_access .map {
		padding-bottom: 50%;
	}
}

.top_request {
	margin-bottom: 70px;
	padding: 45px 0;
	background: url(./images/top15.jpg) no-repeat center/cover;
}

.top_request_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	border: 1px solid #fff;
}

@media not all and (min-width: 768px){
	.top_request_wrap {
		padding: 30px 0;
	}
}

@media not all and (min-width: 568px){
	.top_request_wrap {
		flex-direction: column;
	}
}

.top_request_wrap .img {
	margin-right: 80px;
}

@media not all and (min-width: 768px){
	.top_request_wrap .img {
		margin-right: 30px;
	}
}

@media not all and (min-width: 568px){
	.top_request_wrap .img {
		margin-right: 0;
	}
}

.top_request_wrap .img img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media not all and (min-width: 568px){
	.top_request_wrap .img img {
		margin: 0 auto;
	}
}

.top_request_wrap .wrap_contents h2 {
	margin-bottom: 30px;
	font-size: 13px;
}

.top_request_wrap .wrap_contents h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 21px;
	text-transform: uppercase;
}

.top_request_wrap .wrap_contents p {
	margin-bottom: 30px;
	font-size: 17px;
}

@media not all and (min-width: 568px){
	.top_request_wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.top_request_wrap .wrap_contents {
		width: 100%;
		text-align: center;
	}

	.top_request_wrap .wrap_contents .btn a {
		margin: 0 auto;
	}
}


/*
	about
/////////////////////////////////////////////////////////*/

.about_section_bg {
	padding: 50px 0;
}

.about_bg {
	margin-bottom: 50px;
}

.about_bg img {
	display: block;
	width: 100%;
	height: auto;
}

.about_contents p {
	text-align: center;
	margin-bottom: 30px;
}

.about_contents {
	margin-bottom: 25px;
	padding: 70px 50px;
	background-color: #fff;
}

@media not all and (min-width: 768px){
	.about_contents {
		margin-bottom: 25px;
		padding: 30px 20px;
	}
}

.about_contents_icon img {
	display: block;
	margin: 0 auto 60px;
	max-width: 100%;
	height: auto;
}

.about_contents_title {
	color: #507228;
	font-size: 18px;
	text-align: center;
}

.about_contents_title + .about_contents_icon {
	margin-top: 30px;
}

.about_contents_title_margin {
	margin-bottom: 70px;
}

.about_contents_text {
	font-size: 16px;
}

.about_contents01 {
	margin-bottom: 20px;
	padding: 30px 0;
}

.about_contents01 .item_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_contents01 .item_wrap .img {
	width: 230px;
}

.about_contents01 .wrap_contents {
	width: calc(100% - 250px);
}

@media not all and (min-width: 768px){
	.about_contents01 .item_wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.about_contents01 .wrap_contents {
		width: 100%;
	}
}

.about_contents01 .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.about_contents01 .wrap_contents .subtitle {
	margin-bottom: 10px;
	font-size: 14px;
}

.about_contents01 .wrap_contents h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.about_contents01 .wrap_contents .text {
	font-size: 16px;
}



/*
	furniture
/////////////////////////////////////////////////////////*/

.furniture_contents01 img,
.furniture_contents03 img {
	display: block;
	margin: 0 auto 50px;
	max-width: 100%;
	height: auto;
}

.furniture_contents02 img {
	display: block;
	margin: 0 auto 50px;
	width: 100%;
	height: auto;
}

.furniture_contents p {
	margin-bottom: 30px;
}

.furniture_contents02 .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.furniture_contents02 .wrap:not(:last-child) {
	margin-bottom: 70px;
}

.furniture_contents02 .wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.furniture_contents02 .wrap .img {
	width: 50%;
}

.furniture_contents02 .wrap .wrap_contents {
	padding: 0 50px;
	width: 50%;
}

@media not all and (min-width: 768px){
	.furniture_contents02 .wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.furniture_contents02 .wrap .wrap_contents {
		padding: 0 10px;
		width: 100%;
	}
}

.furniture_contents02 .wrap .wrap_contents h3 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.furniture_contents02 .wrap .wrap_contents h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 126px;
	height: 1px;
	background-color: #979779;
}




/*
	renovation
/////////////////////////////////////////////////////////*/

.renovation_contents01 img,
.renovation_contents04 img {
	display: block;
	margin-bottom: 50px;
	width: 100%;
	height: auto;
}

.renovation_contents01 p,
.renovation_contents03 p,
.renovation_contents04 p {
	margin-bottom: 30px;
}

.renovation_contents02 .wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.renovation_contents02 .wrap .item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	width: 32%;
	height: 150px;
	border: 1px solid #2A6812;
}

.renovation_contents02 .wrap .item:not(:nth-child(3n+3)) {
	margin-right: 2%;
}

@media not all and (min-width: 568px){
	.renovation_contents02 .wrap {
		margin-bottom: 50px;
	}

	.renovation_contents02 .wrap .item {
		width: 48%;
		height: 190px;
	}

	.renovation_contents02 .wrap .item:not(:nth-child(3n+3)) {
		margin-right: 0;
	}

	.renovation_contents02 .wrap .item:not(:nth-child(2n+2)) {
		margin-right: 4%;
	}
}

.renovation_contents02 .wrap .item img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}

.renovation_contents02 .wrap .item p {
	color: #2A6812;
	text-align: center;
}

.renovation_contents03 .img_wrap {
	margin-bottom: 50px;
	padding: 80px 0;
	background-color: #EBDDD5;
}

.renovation_contents03 .img_wrap div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.renovation_contents03 .img_wrap .item {
	width: 50%;
}

@media not all and (min-width: 768px){
	.renovation_contents03 .img_wrap {
		margin-bottom: 30px;
		padding: 30px 0;
		background-color: #EBDDD5;
	}

	.renovation_contents03 .img_wrap .item {
		width: 100%;
	}
}

.renovation_contents03 .img_wrap .item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.renovation_contents05 .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.renovation_contents05 .wrap:not(:last-child) {
	margin-bottom: 70px;
}

.renovation_contents05 .wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.renovation_contents05 .wrap .img {
	width: 50%;
}

.renovation_contents05 .wrap .wrap_contents {
	padding: 0 50px;
	width: 50%;
}

@media not all and (min-width: 768px){
	.renovation_contents05 .wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.renovation_contents05 .wrap .wrap_contents {
		padding: 0 10px;
		width: 100%;
	}
}

.renovation_contents05 .wrap .wrap_contents h3 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.renovation_contents05 .wrap .wrap_contents h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 126px;
	height: 1px;
	background-color: #979779;
}

/*
	step
/////////////////////////////////////////////////////////*/

.step_contents_bg {
	padding: 100px 0;
	background: url(./images/step-contents-bg.png) repeat center top;
}

.step_contents {
	margin: 0 auto;
	width: 700px;
	font-size: 14px;
}

.step_contents .item {
	margin-bottom: 40px;
}

@media not all and (min-width: 768px){
	.step_contents_bg {
		padding: 50px 0;
	}

	.step_contents {
		padding: 0 10px;
		width: 100%;
	}

	.step_contents .item {
		margin-bottom: 30px;
	}
}

.step_contents .item .num {
	margin-bottom: 5px;
	color: #A47E43;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.step_contents .box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	background-color: #fff;
}

.step_contents .box_wrap .title {
	color: #A47E43;
	padding-left: 30px;
	width: 200px;
}

.step_contents .box_wrap .wrap_contents {
	width: calc(100% - 200px);
}

@media not all and (min-width: 568px){
	.step_contents .box_wrap {
		padding: 30px 20px 20px;
	}

	.step_contents .box_wrap .title {
		margin-bottom: 30px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.step_contents .box_wrap .wrap_contents {
		width: 100%;
	}
}

.step_contents .item_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.step_contents .wrap_contents .item_wrap .img {
	width: 40%;
}

.step_contents .wrap_contents .item_wrap .text {
	width: 55%;
}

@media not all and (min-width: 568px){
	.step_contents .wrap_contents .item_wrap .img {
		margin-bottom: 20px;
		width: 100%;
	}

	.step_contents .wrap_contents .item_wrap .text {
		width: 100%;
	}

	.step_contents .btn a {
		width: 100%;
	}
}

.step_contents .wrap_contents .item_wrap .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.step_contents .wrap_contents p {
	margin-bottom: 30px;
}


/*
	customer
/////////////////////////////////////////////////////////*/

.customer_contents_bg {
	padding: 100px 0;
	background: url(./images/customer-contents-bg.png) repeat center top;
}

.customer_contents {
	margin: 0 auto;
	width: 700px;
	font-size: 14px;
}

.customer_contents .item {
	margin-bottom: 40px;
}

@media not all and (min-width: 768px){
	.customer_contents_bg {
		padding: 50px 0;
	}

	.customer_contents {
		padding: 0 10px;
		width: 100%;
	}

	.customer_contents .item {
		margin-bottom: 30px;
	}
}

.customer_contents .item .num {
	margin-bottom: 5px;
	color: #A47E43;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
    margin: 110px 0 40px 0;
}

.customer_contents .box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	background-color: #fff;
}

.customer_contents .box_wrap .title {
	color: #A47E43;
	width: auto;
    text-align: center;
    margin: auto;
    padding: 0 0 20px 0;
    font-size: 16px
}

.customer_contents .box_wrap .wrap_contents {
	max-width: 100%;
}

@media not all and (min-width: 568px){
	.customer_contents .box_wrap {
		padding: 30px 20px 20px;
	}

	.customer_contents .box_wrap .title {
		margin-bottom: 30px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.customer_contents .box_wrap .wrap_contents {
		width: 100%;
	}
}

.customer_contents .item_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.customer_contents .wrap_contents .item_wrap .img {
	width: 100%;
}

.customer_contents .wrap_contents .item_wrap .text {
	width: 90%;
	margin: auto;
}

@media not all and (min-width: 568px){
	.customer_contents .wrap_contents .item_wrap .img {
		margin-bottom: 20px;
		width: 100%;
	}

	.customer_contents .wrap_contents .item_wrap .text {
		width: 100%;
	}

	.customer_contents .btn a {
		width: 100%;
	}
}

.customer_contents .wrap_contents .item_wrap .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.customer_contents .wrap_contents p {
	margin: 40px 0 40px 0
}




/*
	voice archive
/////////////////////////////////////////////////////////*/

.voice_archive_section {
	margin-top: 200px;
}

@media not all and (min-width: 768px){
	.voice_archive_section {
		margin-top: 120px;
	}
}

.voice_archive_section .item_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

@media not all and (min-width: 768px){
	.voice_archive_section .item_wrap {
		margin-bottom: 30px;
	}
}

.voice_archive_section .item_wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.voice_archive_section .item_wrap .img {
	width: calc(100% - 275px);
}

.voice_archive_section .item_wrap .num_area {
	padding: 0 40px;
	width: 275px;
	text-align: center;
}

@media not all and (min-width: 768px){
	.voice_archive_section .item_wrap .img {
		width: calc(100% - 150px);
	}

	.voice_archive_section .item_wrap .num_area {
		padding: 0 20px;
		width: 150px;
	}
}

@media not all and (min-width: 568px){
	.voice_archive_section .item_wrap .img {
		width: calc(100% - 100px);
	}

	.voice_archive_section .item_wrap .num_area {
		padding: 0 10px;
		width: auto;
		float: left;
    	margin: 5px;
	}
}

.voice_archive_section .item_wrap .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.voice_archive_section .item_wrap .num_area .num {
	font-size: 90px;
	font-weight: 700;
}

@media not all and (min-width: 768px){
	.voice_archive_section .item_wrap .num_area .num {
		font-size: 45px;
	}
}

@media not all and (min-width: 568px){
	.voice_archive_section .item_wrap .num_area .num {
		font-size: 26px;
	}
}

.voice_archive_section .item_wrap .num_area ul {
	display: flex;
	flex-wrap: wrap;
}

.voice_archive_section .item_wrap .num_area ul li {
	margin: 0 10px 10px 0;
	font-size: 13px;
}

@media not all and (min-width: 568px){
	.voice_archive_section .item_wrap .num_area ul li {
		font-size: 11
		px;
	}
}

.voice_archive_section .item_wrap .num_area ul li a {
	color: #D63933;
	text-decoration: underline;
}

.pagenation ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagenation ul li {
	margin-right: 10px;
}










/*
	voice single
/////////////////////////////////////////////////////////*/

.voice_single_section {
	margin-top: 200px;
}

@media not all and (min-width: 768px){
	.voice_single_section {
		margin-top: 120px;
	}
}

.voice_single_header {
	margin-bottom: 30px;
	border-bottom: 10px solid #D63933;
}

.voice_single_header .num {
	font-size: 70px;
	font-weight: 700;
}

.voice_single_title {
	font-size: 70px;
}

@media not all and (min-width: 768px){
	.voice_single_header {
		margin-bottom: 20px;
		border-bottom: 5px solid #D63933;
	}

	.voice_single_header .num,
	.voice_single_title {
		font-size: 24px;
	}
}

.voice_single_cat {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.voice_single_cat li {
	margin-right: 20px;
	font-size: 13px;
}

.voice_single_cat li a {
	color: #D63933;
	text-decoration: underline;
}

.voice_single_cat li a:hover {
	text-decoration: none;
}

.voice_single_contents p {
	margin-bottom: 50px;
}

.voice_single_contents img {
	display: block;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}


/*
	contact
/////////////////////////////////////////////////////////*/

.contact_section_bg {
	margin-bottom: 70px;
	padding: 90px 0 70px;
	background: url(./images/contact-contents-bg.png);
}

@media not all and (min-width: 768px){
	.contact_section_bg {
		margin-bottom: 30px;
		padding: 30px 0;
	}
}

.contact_section_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact_section_wrap .item {
	padding: 50px 20px;
	width: 32%;
}

@media not all and (min-width: 768px){
	.contact_section_wrap .item {
		margin-bottom: 20px;
		padding: 20px;
		width: 100%;
		text-align: center;
	}
}

.contact_more_contents {
	text-align: center;
}

.contact_info_contents {
	height: 100%;
	background-color: #fff;
}


.contact_section_wrap .item h2,
.contact_section_wrap .item h3 {
	margin-bottom: 20px;
	color: #2A6812;
	text-align: center;
}

.contact_section_wrap p {
	margin-bottom: 30px;
	font-size: 14px;
}

.contact_info_contents p {
	height: 4em;
}

@media not all and (min-width: 768px){
	.contact_info_contents p {
		height: auto;
	}
}

.contact_info_contents img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.contact_works_contents {
	padding: 60px;
	width: 64%;
	background-color: #fff;
}

@media not all and (min-width: 768px){
	.contact_works_contents {
		padding: 20px;
		width: 100%;
	}
}

.contact_works_contents h3 {
	margin-bottom: 20px;
	color: #D05202;
}

@media not all and (min-width: 768px){
	.contact_works_contents h3 {
		text-align: center;
	}
}

.contact_works_contents .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.contact_works_contents .wrap .img {
	width: 60%;
}

.contact_works_contents .wrap .text {
	width: 35%;
}

@media not all and (min-width: 768px){
	.contact_works_contents .wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.contact_works_contents .wrap .text {
		width: 100%;
	}
}

.contact_works_contents .wrap .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.contact_works_contents p {
	margin-bottom: 30px;
}

.contact_more_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 100%;
	color: #fff;
	background-color: #2B5B89;
}

.contact_more_btn a:hover {
	opacity: .5;
	text-decoration: none;
}

.contact_form_header {
	margin: 0 auto 80px;
	padding-bottom: 50px;
	width: 630px;
	text-align: center;
	border-bottom: 1px solid #4A4A4A;
}

@media not all and (min-width: 768px){
	.contact_form_header {
		margin: 50px auto;
		padding-bottom: 30px;
		width: 100%;
	}
}

.contact_form_icon img {
	display: block;
	margin: 0 auto 40px;
	max-width: 100%;
	height: auto;
}

.contact_form_title {
	color: #D05202;
	font-size: 13px;
}

.contact_form_title span {
	display: block;
	color: #4A4A4A;
	font-size: 21px;
	text-transform: uppercase;
}

.contact_form_main .wrap {
	padding: 25px 70px;
	font-size: 14px;
	border-bottom: 1px solid #979797;
}

@media not all and (min-width: 940px){
	.contact_form_main .wrap {
		padding: 25px 30px;
	}
}

@media not all and (min-width: 768px){
	.contact_form_main .wrap {
		padding: 20px;
	}
}

.contact_form_main .wrap.wrap_textarea {
	margin-bottom: 80px;
}

.contact_form_main .wrap label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact_form_main .wrap.wrap_textarea label {
	align-items: flex-start;
}

.contact_form_main .wrap .title {
	width: 150px;
	text-align: right;
}

.contact_form_main .wrap .req {
	display: block;
	width: 60px;
	color: #D0021B;
}

.contact_form_main .wrap .input {
	width: calc(100% - 240px);
}

@media not all and (min-width: 568px){
	.contact_form_main .wrap label {
		justify-content: flex-start;
	}

	.contact_form_main .wrap .title {
		margin: 0 30px 10px 0;
		width: auto;
		text-align: left;
	}

	.contact_form_main .wrap .req {
		margin-bottom: 10px;
		width: auto;
	}

	.contact_form_main .wrap .input {
		width: 100%;
	}
}

.contact_form_main .wrap input[type="text"],
.contact_form_main .wrap input[type="name"],
.contact_form_main .wrap input[type="email"],
.contact_form_main .wrap input[type="tel"] {
	display: block;
	padding: 15px;
	width: 100%;
	border: 1px solid #979797;
	border-radius: 1px;
}

.contact_form_main .wrap .radio_list {
	display: flex;
	flex-wrap: wrap;
}

.contact_form_main .wrap .radio_list label {
	display: block;
	width: 32%;
}

@media not all and (min-width: 768px){
	.contact_form_main .wrap .radio_list label {
		width: 100%;
	}
}

.contact_form_main .wrap textarea {
	display: block;
	padding: 15px;
	width: 100%;
	height: 270px;
	border: 1px solid #979797;
	border-radius: 1px;
}

.contact_form_main .wrap .input .add {
	color: #D0021B;
}

.contact_form_main .submit {
	margin-bottom: 100px;
}

.contact_form_main .submit input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 20px;
	width: 300px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	background-color: #EBDDD5;
	border-radius: 4px;
	border: 0;
}



/*
	news
/////////////////////////////////////////////////////////*/





.news_section,
.news_single_section {
	padding: 60px 0 100px;
}

.news_section .news_wrap,
.news_single_section .news_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_section main {
	width: 78.5rem;
	margin-bottom: 5rem;
	border-top: 1px solid #979797;
}

.news_single_section main {
	width: 78.5rem;
	margin-bottom: 5rem;
}

.news_section .article-list,
.news_single_section .article-list {
	width: 100%;
}

.news_section .article-list li {
	position: relative;
	border-bottom: 1px solid #979797;
	padding: 3rem 4rem;
}

.news_single_section .article-list li {
	position: relative;
	padding: 3rem 4rem;
}

.news_section .article-list p:not(.cat),
.news_single_section .article-list p:not(.cat) {
	margin-top: 3rem;
}

.news_single_section .article-list img {
	max-width: 80%;
	display: block;
	margin: 3rem auto;
}

.news_section .article-list a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.news_section .article-list a:hover {
	background: rgba(255,255,255,.5);
}

.news_section .meta,
.news_single_section .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.news_section .meta time,
.news_single_section .meta time {
	font-weight: bold;
	margin-right: 1rem;
}

.news_section .meta .cat,
.news_single_section .meta .cat {
	padding: .6rem 3rem .7rem;
	line-height: 1;
	background-color: #FFECE3;
}

.news_section h1,
.news_single_section h1 {
	font-size: 2rem;
	margin-bottom: 1.5rem
}

.news_section .pagenation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem
}

.news_section .pagenation li:not(:first-child) {
	margin-left: 1.5rem
}

.news_section .pagenation li a {
	display: block;
	font-size: 1.6rem;
	padding: 0.5rem
}

.news_section .pagenation li .prev,
.news_section .pagenation li .next {
	transform: scale(0.6, 2);
}

.news_section .side-nav,
.news_single_section .side-nav {
	min-height: 16rem;
	margin-left: 1.5rem
}

.news_section .side-nav ul:first-of-type,
.news_single_section .side-nav ul:first-of-type {
	margin-bottom: 3rem;
	margin-left: 1.5rem;
}

.news_section .side-nav h1,
.news_single_section .side-nav h1 {
	font-size: 1.8rem;
}

.news_section .side-nav h1 span,
.news_single_section .side-nav h1 span {
	display: block;
	font-size: 1.4rem;
	color: #D71028;
	margin-top: -0.3rem;
}

.news_section ul.accordion,
.news_single_section ul.accordion {
	width:100%;
	font-size:1.4rem;
	margin-left: 1.5rem;
}

.news_section ul.accordion h2,
.news_single_section ul.accordion h2 {
	display: inline-block;
	position: relative;
	padding-left: 1rem
}

.news_section ul.accordion h2 span:before,
.news_single_section ul.accordion h2 span:before {
	width: 5px;
	height: 5px;
	position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
	vertical-align: middle;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 5px solid #D71028;
	margin: auto;
}

.news_section ul.accordion h2:hover span:before,
.news_section ul.accordion h2 .open:before,
.news_single_section ul.accordion h2:hover span:before,
.news_single_section ul.accordion h2 .open:before {
	border: 5px solid transparent;
	border-top: 5px solid #D71028;
}

.news_section ul.accordion a,
.news_single_section ul.accordion a { 
	display:block; 
	padding:5px; 
	background-position:97% center; 
	background-repeat:no-repeat; 
	text-decoration:none;
}

.news_section ul.accordion a:hover,
.news_single_section ul.accordion a:hover {
	background: #D71028;
	color: #FFF; 
}

.news_section ul.accordion span,
.news_single_section ul.accordion span { 
	display:block; 
	padding:5px; 
	background-position:97% center; 
	background-repeat:no-repeat; 
}

.news_section ul.accordion span:hover,
.news_single_section ul.accordion span:hover { 
	background: #D71028;
	color: #FFF;
	cursor: pointer; 
}

.news_section ul.accordion ul,
.news_single_section ul.accordion ul { 
	display:none;
}

.news_single_section .btn-box {
	margin-top: 3rem;
}

.news_single_section .btn-box .text-link {
	text-align: center;
}

@media not all and (min-width: 968px){
	.news_section .side-nav,
	.news_single_section .side-nav {
		margin-left: 2rem;
	}
}

@media screen and (max-width: 768px){
	.news_section .article-list li {
		padding: 2rem;
	}
	.news_single_section .article-list img {
		max-width: 90%;
	}
}

@media screen and (max-width: 568px){
	.news_single_section .article-list img {
		max-width: 100%;
	}
}



/*######################################################################

		Footer

************************************************************************/

.footer_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_wrap .footer_meta {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 30px 0;
	width: 40%;
}

.footer_wrap .footer_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 60%;
	background-color: #D05202;
}

@media not all and (min-width: 768px){
	.footer_wrap .footer_meta {
		width: 100%;
		text-align: center;
	}

	.footer_wrap .footer_nav {
		padding: 30px 0;
		width: 100%;
	}
}

.footer_wrap .footer_meta .wrap {
	width: 180px;
}

.footer_logo {
	margin-bottom: 20px;
	width: 135px;
}

.footer_logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media not all and (min-width: 768px){
	.footer_logo {
		margin: 0 auto 20px;
	}
}

.footer_meta .adress {
	margin-bottom: 10px;
	font-size: 13px;
}

.footer_meta .num {
	margin-bottom: 20px;
	font-weight: 700;
}

.footer_meta ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_meta ul li:not(:last-child) {
	margin-right: 20px;
}

@media not all and (min-width: 768px){
	.footer_meta ul {
		justify-content: center;
	}
}

.footer_wrap .footer_nav .wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
}

.footer_wrap .footer_nav ul:not(:last-child) {
	margin-right: 80px;
}

@media not all and (min-width: 468px){
	.footer_wrap .footer_nav .wrap {
		padding: 0 10px;
		width: 100%;
	}

	.footer_wrap .footer_nav ul:not(:last-child) {
		margin-right: 0;
	}

	.footer_wrap .footer_nav ul {
		width: 100%;
	}
}

.footer_wrap .footer_nav ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.footer_wrap .footer_nav ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #fff;
}

.footer_wrap .footer_nav ul li a {
	color: #fff;
}

@media not all and (min-width: 468px){
	.footer_wrap .footer_nav ul li {
		margin-bottom: 0;
		padding-left: 0;
		border-bottom: 1px solid rgba(255 255 255 / .5);
	}

	.footer_wrap .footer_nav ul li::before {
		display: none;
	}

	.footer_wrap .footer_nav ul li a {
		display: block;
		padding: 10px;
		text-align: center;
	}
}

.copyright {
	padding: 20px;
	font-size: 12px;
	text-align: center;
	background-color: #F5F5F5;
}

.copyright span {
	text-transform: uppercase;
}
