@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	background-color: #ffffff;
	font-size: 1.4rem;/* 14px */
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family:'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 767px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.futo {
	font-weight: bold;
}
.en {
	font-family: 'Roboto', sans-serif;
}

 h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 767px){
 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.8rem;
  }
}


.catch {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.catch {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.7rem;
	}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.catch2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.5rem;
	}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}

.box_center {
	text-align: center;
}

.btn_link {
	display: block;
	width: 200px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #b41e00;
	color: #ffffff;
	text-align: center;
	transition: .4s;
}
.btn_link:hover {
	cursor: pointer;
	opacity: .7;
}




/*---------------フッター*/
.footer {
	background-color: #2d2a2a;
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 90%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	margin: 40px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #ffffff;
}
.footer .footer_inner .contents .company_info .company_name img {
	width: 220px;
}
.footer .footer_inner .contents .company_info .company_name > p {
	font-weight: 600;
	margin-top: 0.3em;
}
.footer .footer_inner .contents .company_info .text {
	font-size: 1.3rem;
	margin-top: 1.4em;
}
.footer .footer_inner .contents .footer_link_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footer .footer_inner .contents .footer_link_wrap > div:first-child {
	padding-right: 40px;
}
.footer .footer_inner .contents .footer_link_wrap .footer_link li {
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #ffffff;
}
.footer .footer_inner .contents .footer_link_wrap .footer_link a {
	font-size: 1.2rem;
	color: #ffffff;
}
.footer .footer_inner .contents .copyright {
	width: 100%;
	font-size: 1rem;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.footer .footer_inner {
		width: 100%;
	}
	.footer .footer_inner .contents .spnone {
		display: none;
	}
	.footer .footer_inner .contents {
		flex-direction: column;
		align-items: center;
		margin: 40px 0 60px;
	}
	.footer .footer_inner .contents .company_info {
		text-align: center;
		margin-bottom: 30px;
	}
	.footer .footer_inner .contents .company_info .text {
		font-size: 1.2rem;
	}
	.footer .footer_inner .contents .footer_link_wrap {
		justify-content: flex-start;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_link li {
		padding-left: 13px;
		position: relative;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_link li::before {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		position: absolute;
		left: 0;
		top: 8px;
		transform: rotate(45deg);
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_link li a {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .copyright {
		text-align: center;
	}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	/*padding: 15px 10px;*/
	width: 40px;
	border-radius: 10px 0 0 10px;
	transition: .3s;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn1 {
	background-color: #db0000;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn2 {
	background-color: #780000;
	margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	width: 50px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: #ffffff;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a > p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		width: 50%;
		text-align: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn + .contact_fixed_btn {
		border-left: 1px dotted #cccccc;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn1 {
		background-color: #db0000;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background-color: #780000;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px;
		font-size: 1.3rem;
		font-weight: 600;
		color: #ffffff;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		height: 40px;
		margin: 0 auto;
	}
}


/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
}
/*.page-title-out::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(232,221,210);
	background: -moz-linear-gradient(180deg, rgba(232,221,210,1) 20%, rgba(250,244,240,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(232,221,210,1) 20%, rgba(250,244,240,1) 100%);
	background: linear-gradient(180deg, rgba(232,221,210,1) 20%, rgba(250,244,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8ddd2",endColorstr="#faf4f0",GradientType=1);
	opacity: .8;
}
.page-title-out::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image:radial-gradient(#dbcabf 12%, transparent 12%), radial-gradient(#d6bfb2 12%, transparent 12%);
	background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}*/
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	/*padding-top: calc(6em + 60px);*/
	margin-top: 60px;
	padding-top: 6em;
	padding-bottom: 6em;
	/*z-index: 1;*/
	background-color: #b41e00;
}
#page-title::before {
	content: "";
	display: block;
	width: 134px;
	height: 100%;
	background-image: url("../img/common/bg_kv_w.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
	text-align: center;
}
#page-title .page-title-text h3 {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 300;
	color: #ffffff;
}
@media screen and (max-width: 1199px) {
	#page-title .page-title-text h3 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px) {
	#page-title {
		padding-top: calc(4em + 60px);
		padding-bottom: 4em;
	}
	#page-title .page-title-text h3 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title .page-title-text h3 {
		font-size: 1.6rem;
	}
}

.section_kv {
	position: relative;
	/*padding-top: 60px;*/
	margin-top: 60px;
	background-color: #b41e00;
}
.section_kv .kv_inner {
	padding: 12em 0 12em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.section_kv .kv_inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(45,42,42,0.5);
}
.section_kv .kv_inner::after {
	content: "";
	display: block;
	width: 300px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../img/common/bg_kv.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}
.section_kv .kv_inner .kv_title_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.section_kv .kv_inner .kv_title {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(45, 42, 42, 0.8);
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	.section_kv .kv_inner .kv_title {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px) {
	.section_kv .kv_inner .kv_title {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.section_kv .kv_inner {
		padding: 10em 0 10em;
	}
	.section_kv .kv_inner .kv_title {
		font-size: 2rem;
	}
}


.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.daini .section {
		padding: 40px 0;
	}
}
.daini .section-heading {
	margin-bottom: 40px;
	text-align: center;
}
.daini .section-heading h2 {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.daini .section-heading .lead {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
.daini .section-heading .catch {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.daini .section-heading h2 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.daini .section-heading h2 {
		font-size: 1.8rem;
	}
	.daini .section-heading .lead {
		font-size: 1.1rem;
	}
}






