@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.6rem;/* 14px */
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family: /*"Albert Sans", */"Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	/*letter-spacing: 1px;*/
	font-display: swap;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}
@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: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}

.en {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.c_orange {
	color: #ff4b1e;
}
.futo {
	font-weight: bold;
}

 h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 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: 768px) {
	.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: 768px) {
	.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: 768px) {
	.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: 180px;
	background: #ff5c36;
	background: linear-gradient(90deg, #ff5c36 0%, #ff8a52 50%, #ff5c36 100%);
	background-position: 0 50%;
	background-size: 200% auto;
	color: #ffffff;
	line-height: 50px;
	border-radius: 25px;
	font-weight: 700;
	text-align: center;
	/*margin-top: 2em;
	margin-left: auto;*/
	transition: .3s;
}
.btn_link:hover {
	cursor: pointer;
	background-position: 100% 50%;
}



/*---------------フッター*/
.footer {
	background-color: #1e1e1e;
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	margin: 40px auto;
}
.footer .footer_inner .contents .footer_link_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo img {
	width: 200px;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info {
	font-size: 1.3rem;
	line-height: 1.8;
	color: #ffffff;
	margin-top: 2em;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info a {
	color: #ffffff;
	transition: .4s;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info a:hover {
	opacity: .7;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(2),
.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(3) {
	padding-left: 50px;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .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_right .footer_link a {
	font-size: 1.2rem;
	color: #ffffff;
	transition: .4s;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link a:hover {
	opacity: .7;
}
.footer .footer_inner .contents .copyright {
	width: 100%;
	font-size: 1rem;
	color: #ffffff;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.footer .footer_inner .contents .footer_link_wrap {
		flex-direction: column;
	}
	.footer .footer_inner .contents .footer_link_wrap .company_logo {
		margin-bottom: 30px;
	}
	.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info {
		font-size: 1.2rem;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right {
		justify-content: flex-start;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div {
		width: 100%;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(2),
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(3) {
		padding-left: 0;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link {
		display: flex;
		flex-wrap: wrap;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li {
		width: 50%;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li:nth-child(2n) {
		padding-left: 10px;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li a {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .copyright {
		text-align: center;
	}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.contact_fixed_btn_wrap .flex_box {
	display: flex;
	flex-wrap: wrap;
}
.contact_fixed_btn_wrap .flex_box .contact_fixed_btn {
	width: calc(100% / 2);
	text-align: center;
}
.contact_fixed_btn_wrap .flex_box .contact_fixed_btn + .contact_fixed_btn {
	border-left: 1px solid #ceb89b;
}
.contact_fixed_btn_wrap .contact_fixed_btn.btn1 {
	background-color: #3c281e;
}
.contact_fixed_btn_wrap .contact_fixed_btn.btn2 {
	background-color: #503c1e;
}
.contact_fixed_btn_wrap .contact_fixed_btn a {
	display: block;
	padding: 10px;
	color: #ffffff;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
}
.contact_fixed_btn_wrap .contact_fixed_btn a span {
	position: relative;
}
.contact_fixed_btn_wrap .contact_fixed_btn a span::after {
	content: "";
	display: block;
	width: 23px;
	height: 5px;
	background-image: url("../img/common/arrow.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 23px auto;
	position: absolute;
	right: -28px;
	top: 4px;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap .contact_fixed_btn a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.contact_fixed_btn_wrap .contact_fixed_btn a {
		font-size: 1.3rem;
	}
	.contact_fixed_btn_wrap .contact_fixed_btn a span::after {
		width: 14px;
		height: 3px;
		background-size: auto 3px;
		right: -18px;
		top: 5px;
	}
}


/*-----------------------第二階層共通*/
/*-------------背景画像*/
.bg_object {
	position: absolute;
}
.bg_object.object01 {
	margin-left: -30vmax;
	width: 65vmax;
}
.bg_object.object02 {
	right: 0;
	top: 78vmax;
}

.daini {
	position: relative;
}

.section_kv {
	position: relative;
	padding-top: 80px;
}
.section_kv .kv_inner {
	padding: 6em 0 6em;
	background: linear-gradient(180deg, rgba(255,75,30,1) 0%, rgba(255,115,50,1) 100%);
	position: relative;
}
.section_kv .kv_inner .kv_title_wrap {
	width: 90%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.section_kv .kv_inner .kv_title {
	text-align: left;
	font-size: 5rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;
	font-family: "Albert Sans", sans-serif;
}
.section_kv .kv_inner .lead {
	text-align: left;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.section_kv .kv_inner {
		padding: 5em 0 5em;
	}
}
@media screen and (max-width: 768px) {
	.section_kv {
		padding-top: 60px;
	}
	.section_kv .kv_inner .kv_title_wrap {
		width: 100%;
	}
	.section_kv .kv_inner .kv_title {
		font-size: 3.6rem;
	}
	.section_kv .kv_inner .lead {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.section_kv .kv_inner {
		padding: 4em 0 4em;
	}
	.section_kv .kv_inner .kv_title {
		font-size: 3rem;
	}
	.section_kv .kv_inner .lead {
		font-size: 1.4rem;
	}
}


.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.daini .section {
		padding: 40px 0;
	}
}
.daini .section-heading {
	margin-bottom: 4em;
	text-align: center;
}
.daini .section-heading h2 {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 2px;
	font-family: "Albert Sans", sans-serif;
	margin-bottom: 1em;
}
.daini .section-heading h2 span {
	display: inline-block;
	position: relative;
}
.daini .section-heading h2 span::before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	border-radius: 2px;
	background-color: #ff5c36;
	position: absolute;
	left: 50%;
	bottom: -0.4em;
	transform: translateX(-50%);
}
.daini .section-heading .lead {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.8;
}
.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.8rem;
	}
	.daini .section-heading h2 span::before {
		width: 50px;
	}
	.daini .section-heading .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.daini .section-heading h2 {
		font-size: 2.4rem;
	}
	.daini .section-heading .lead {
		font-size: 1.2rem;
	}
}





