@charset "UTF-8";

body,html {
	margin: 0;
	padding: 0;
}

html {font-size: 62.5%;}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.clear {
	clear: both;
}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

@media screen and (max-width: 640px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}

.sp_only_add {
	display: none;
}
.pc_only_add {
	display: inline;
}

@media screen and (max-width: 640px) {
	.sp_only_add {
		display: inline;
	}
	.pc_only_add {
		display: none;
	}
}

.mv_area {
}

.mv_area > .in {
	width: 100%;
	margin: 0 auto;
}

.mv_area .ph img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {

	.mv_area {

	}
}


.sec_message {
}

.sec_message > .in {
	width: 100%;
	max-width: 144rem;
	margin: 0 auto;
	padding-top: 10rem;
}

.sec_message .ttl_box .ttl {
	font-size: 4.2rem;
	letter-spacing: 0.13em;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.sec_message .ttl_box .ttl .color_red {
	color: #800718;
}

.sec_message .ttl_box .ttl > img {
	width: 100%;
	height: auto;
	max-width: 39.2rem;
	margin-top: 6.5rem;
}
.sec_message .ttl_box .ttl .sp_only {
	display: none;
}

@media screen and (max-width: 640px) {

	.sec_message > .in {
		padding-top: calc(25 * 100vw / 375);
	}
	.sec_message .ttl_box .ttl {
		font-size: calc(18 * 100vw / 375);
		line-height: 1.39;
	}
	.sec_message .ttl_box .ttl .sp_only {
		display: block;
	}
	.sec_message .ttl_box .ttl img {
		width: calc(141 * 100vw / 375);
		margin-top: calc(15 * 100vw / 375);
	}
}





.sec_home_message {
	background-color: #2B4448;
	margin-top: 10rem;
}

.sec_home_message .triangle {
	position: relative;
	overflow: hidden;
}

.sec_home_message .triangle::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	border-top: 10vw solid #FFF;  /* 好みで高さ色を変えてください */ 
	border-right: 98vw solid transparent;
}

.sec_home_message > .in {
	position: relative;
	z-index: 10;
}

.sec_home_message .sec_home_message_box .details {
	position: relative;
	padding-top: 16rem;
	padding-bottom: 10.7rem;
}

.sec_home_message .sec_home_message_box .details::before {
	content: "";
	width: 131.4rem;
	height: 58.4rem;
	max-width: 131.4rem;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background-image: url(../img/sec_home_message_box_bg.svg);
}

.sec_home_message .sec_home_message_box .details > h3,p {
	position: relative;
	z-index: 10;
}

.sec_home_message .sec_home_message_box .tit {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	max-width: 76.5rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 6rem;
}

.sec_home_message .sec_home_message_box .tit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5rem;
	height: 5rem;
	background-color: #000;
}

.sec_home_message .sec_home_message_box .text {
	font-size: 2.5rem;
	font-weight: 500;
	max-width: 76.5rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 5.8rem;
}

.sec_home_message .sec_home_message_box .text02 {
	font-size: 3rem;
	font-weight: 600;
	max-width: 76.5rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 0.7rem;
}

.sec_home_message .sec_home_message_box .text02 > span {
	font-size: 2.5rem;
	font-weight: 600;
}

.sec_home_message .sec_home_message_box .remarks {
	font-size: 2.5rem;
	font-weight: 500;
	max-width: 96.5rem;
	width: 100%;
	margin: 0 auto;
	line-height: 1.4;
	margin-top: 5.8rem;
}



@media screen and (max-width: 640px) {

	.sec_home_message {
		margin-top: calc(34 * 100vw / 375);
	}
	
	.sec_home_message .triangle::before {
		border-top: 10vw solid #FFF;  /* 好みで高さ色を変えてください */ 
		border-right: 100vw solid transparent;
		top: -1px;
	}
	
	.sec_home_message .sec_home_message_box .details {
		padding-top: calc(48 * 100vw / 375);
		padding-bottom: calc(28 * 100vw / 375);
		padding-left: calc(50 * 100vw / 375);
		padding-right: calc(50 * 100vw / 375);
	}

	.sec_home_message .sec_home_message_box .details::before {
		width: calc(351 * 100vw / 375);
		height: calc(219 * 100vw / 375);
		max-width: none;
		background-image: url(../img/sec_home_message_box_bg_sp.svg);
		background-size: cover;
	}





	.sec_home_message .sec_home_message_box .tit {
		font-size: calc(20 * 100vw / 375);
		max-width: none;
		padding-left: calc(21 * 100vw / 375);
	}

	.sec_home_message .sec_home_message_box .tit::before {
		width: calc(15 * 100vw / 375);
		height: calc(15 * 100vw / 375);
		bottom: auto;
		top: calc(4 * 100vw / 375);
	}

	.sec_home_message .sec_home_message_box .text {
		font-size: calc(12 * 100vw / 375);
		max-width: none;
		margin-top: calc(15 * 100vw / 375);
	}

	.sec_home_message .sec_home_message_box .text02 {
		font-size: calc(10 * 100vw / 375);
		max-width: none;
		margin-top: calc(7 * 100vw / 375);
	}

	.sec_home_message .sec_home_message_box .text02 > span {
		font-size: calc(8 * 100vw / 375);
	}

	.sec_home_message .sec_home_message_box .remarks {
		font-size: calc(10 * 100vw / 375);
		max-width: none;
		margin-top: calc(14 * 100vw / 375);
	}

}


.sec_home_message .sec_charm_box {
	max-width: 131.4rem;
	margin: 0 auto;
	margin-top: 11rem;
	background-color: #fff;
	padding-bottom: 6.5rem;
}

.sec_home_message .sec_charm_box .ttl_box {
	font-size: 4.2rem;
	letter-spacing: 0.13em;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.sec_home_message .sec_charm_box .ttl_box .ph img {
	width: 100%;
	height: auto;
}

.sec_home_message .sec_charm_box .details_box {
}

.sec_home_message .sec_charm_box .details_box .details {
	counter-increment: service-count;
	display: flex;
	max-width: 109rem;
	margin: 0 auto;
	justify-content: space-between;
}

.sec_home_message .sec_charm_box .details_box .details + .details {
	margin-top: 5rem;
}

.sec_home_message .sec_charm_box .details_box .details .left {
	max-width: 52rem;
	width: 100%;
	padding-top: 6rem;
}

.sec_home_message .sec_charm_box .details_box .details .right {
	max-width: 49rem;
	width: 100%;
}

.sec_home_message .sec_charm_box .details_box .details:nth-child(even) .left  {
	order: 2;
	max-width: 45rem;
}

.sec_home_message .sec_charm_box .details_box .details:nth-child(even) .right  {
	order: 1;
}

.sec_home_message .sec_charm_box .details_box .details .left .tit {
	position: relative;
	font-size: 3rem;
	font-weight: 500;
	padding-left: 11.6rem;
}

.sec_home_message .sec_charm_box .details_box .details .left .tit::before {
	content: counter(service-count, decimal-leading-zero);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 7.3rem;
	height: 7.3rem;
	color: #C1D8AC;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.sec_home_message .sec_charm_box .details_box .details .left .text {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 3.5rem;
}

.sec_home_message .sec_charm_box .details_box .details .left .text002 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.67;
	margin-top: 1rem;
}

@media screen and (max-width: 640px) {
	.sec_home_message .sec_charm_box {
		margin-top: calc(29 * 100vw / 375);
		margin-left: calc(18 * 100vw / 375);
		margin-right: calc(18 * 100vw / 375);
		width: calc(100% - (36 * 100vw / 375));
		padding-bottom: calc(38 * 100vw / 375);
	}
	.sec_home_message .sec_charm_box .details_box .details {
		flex-wrap: wrap;
		padding-left: calc(16 * 100vw / 375);
		padding-right: calc(16 * 100vw / 375);
	}
	.sec_home_message .sec_charm_box .details_box .details + .details {
		margin-top: calc(46 * 100vw / 375);
	}
	.sec_home_message .sec_home_message_box .details > h3, p {
		box-sizing: border-box;
	}
	.sec_home_message .sec_charm_box .details_box .details .right img {
		width: 100%;
		height: auto;
	}
	.sec_home_message .sec_charm_box .details_box .details:nth-child(even) .left  {
		order: 1;
	}

	.sec_home_message .sec_charm_box .details_box .details:nth-child(even) .right  {
		order: 2;
	}

	.sec_home_message .sec_charm_box .details_box .details .left {
		padding-top: 0;
	}


	.sec_home_message .sec_charm_box .details_box .details .left .tit {
		font-size: calc(20 * 100vw / 375);
		padding-left: calc(83 * 100vw / 375);
	}

	.sec_home_message .sec_charm_box .details_box .details .left .tit::before {
		font-size: calc(55 * 100vw / 375);
		height: calc(55 * 100vw / 375);
	}

	.sec_home_message .sec_charm_box .details_box .details .left .text {
		font-size: calc(18 * 100vw / 375);
		margin-top: calc(25 * 100vw / 375);
	}

	.sec_home_message .sec_charm_box .details_box .details .left .text002 {
		font-size: calc(12 * 100vw / 375);
		margin-top: calc(25 * 100vw / 375);
	}

	.sec_home_message .sec_charm_box .details_box .details .left .img  {
		margin-top: calc(25 * 100vw / 375);
	}

	.sec_home_message .sec_charm_box .details_box .details .left .img img {
		width: 100%;
		height: auto;
	}

}





.sec_eco_feature {
	background-color: #2B4448;
	padding-top: 9rem;
	padding-bottom: 8.5rem;
}

.sec_eco_feature > .in {
	position: relative;
	z-index: 10;
	max-width: 104rem;
	margin: 0 auto;
}

.sec_eco_feature .details_box {

}

.sec_eco_feature .details_box .details {
	display: flex;
	justify-content: space-between;
}

.sec_eco_feature .details_box .details .left {
	max-width: 60rem;
}

.sec_eco_feature .details_box .details .right {
}

.sec_eco_feature .details_box .details:nth-child(even) .left {
	order: 2;
	max-width: 80rem;
}

.sec_eco_feature .details_box .details:nth-child(even) .right {
	order: 1;

}

.sec_eco_feature .details_box .details .left .tit {
	font-size: 3.5rem;
	font-weight: 700;
	color: #FFF;
}

.sec_eco_feature .details_box .details .left .text {
	font-size: 2rem;
	font-weight: 400;
	margin-top: 7.6rem;
	color: #FFF;
}
.sec_eco_feature .details_box .details:nth-child(even) .left .tit {
	padding-top: 11.2rem;
}
.sec_eco_feature .details_box .details:nth-child(even) .left .tit,
.sec_eco_feature .details_box .details:nth-child(even) .left .text {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.sec_eco_feature .details_box .details {
		flex-wrap: wrap;
	}
	.sec_eco_feature .details_box .details .right img {
		width: 100%;
		height: auto;
	}




	.sec_eco_feature {
		padding-top: calc(43 * 100vw / 375);
		padding-bottom: calc(17 * 100vw / 375);
		padding-left: calc(34 * 100vw / 375);
		padding-right: calc(34 * 100vw / 375);
	}

	.sec_eco_feature > .in {
		position: relative;
		z-index: 10;
		max-width: none;
		margin: 0 auto;
	}


	.sec_eco_feature .details_box .details + .details {
		margin-top: calc(25 * 100vw / 375);
	}

	.sec_eco_feature .details_box .details .left {
		max-width: none;
	}

	.sec_eco_feature .details_box .details .right {
		margin-top: calc(15 * 100vw / 375);
	}

	.sec_eco_feature .details_box .details:nth-child(even) .left {
		max-width: none;
		order: 1;
	}

	.sec_eco_feature .details_box .details:nth-child(even) .right {
		order: 2;
        text-align: right;
        width: 100%;
	}

	.sec_eco_feature .details_box .details .left .tit {
		font-size: calc(20 * 100vw / 375);
	}

	.sec_eco_feature .details_box .details .left .text {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(15 * 100vw / 375);
	}
	.sec_eco_feature .details_box .details:nth-child(even) .left .tit {
		padding-top: 0;
	}
	.sec_eco_feature .details_box .details:nth-child(even) .left .tit,
	.sec_eco_feature .details_box .details:nth-child(even) .left .text {
		text-align: left;
	}
	.sec_eco_feature .details_box .details:nth-child(even) .right .ph img {
		width: calc(180 * 100vw / 375);
		height: auto;
		margin-top: calc(-25 * 100vw / 375);
	}

}




.sec_trouble {
	background-image: url(../img/sec_trouble_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 10rem;
	margin-top: 5.5rem;
}

.sec_trouble > .in {
	background-image: url(../img/sec_trouble_bg002.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 15rem;
}

.sec_trouble .ttl_box {
	text-align: center;
}

.sec_trouble .list_txt_box {
	max-width: 104rem;
	margin: 0 auto;
	margin-top: 6.5rem;
}

.sec_trouble .list_txt_box > ul {
	display: flex;
	flex-wrap: wrap;
}
.sec_trouble .list_txt_box > ul li:nth-child(n+3) {
	margin-top: 1.8rem;
}

.sec_trouble .txt_box {
	max-width: 104rem;
	margin: 0 auto;
	margin-top: 6.5rem;
	text-align: center;
}

.sec_trouble .txt_box .txt {
	text-align: center;
	display: block;
}

.sec_trouble .txt_box .txt002 {
	text-align: center;
	margin-top: 4.4rem;
	display: block;
}




.sec_trouble .details_box {
	max-width: 94rem;
	margin: 0 auto;
	margin-top: 12.3rem;
}

.sec_trouble .details_box .details {
	display: flex;
	justify-content: space-between;
}

.sec_trouble .details_box .details + .details {
	margin-top: 4.6rem;
}

.sec_trouble .details_box .details .left {
	max-width: 46rem;
}

.sec_trouble .details_box .details .right {
}

.sec_trouble .details_box .details:nth-child(even) .left {
	order: 2;
	max-width: 47.5rem;
}

.sec_trouble .details_box .details:nth-child(even) .right {
	order: 1;
}

.sec_trouble .details_box .details .left .tit {
	font-size: 3rem;
	font-weight: 600;
	padding-top: 8rem;
}

.sec_trouble .details_box .details .left .text {
	font-size: 2rem;
	font-weight: 400;
	margin-top: 5.6rem;
}

.sec_trouble .txt_box_second {
	max-width: 104rem;
	margin: 0 auto;
	margin-top: 8rem;
	text-align: center;
}

.sec_trouble .txt_box_second .txt {
	text-align: center;
	display: block;
}

@media screen and (max-width: 640px) {
	.sec_trouble {
		background-image: url(../img/sec_trouble_bg.jpg);
		background-size: contain;
		padding-top: calc(73 * 100vw / 375);
		margin-top: calc(25 * 100vw / 375);
	}
	.sec_trouble > .in {
		padding-bottom: calc(49 * 100vw / 375);
		background-size: inherit;
	}
	.sec_trouble .ttl_box {
		width: calc(216 * 100vw / 375);
		margin: 0 auto;
	}
	.sec_trouble .ttl_box img {
		width: 100%;
		height: auto;
	}
	.sec_trouble .details_box .details {
		flex-wrap: wrap;
	}
	.sec_trouble .details_box .details .left {
		width: 100%;
		display: none;
	}
	.sec_trouble .list_txt_box {
		width: calc(288 * 100vw / 375);
		margin: 0 auto;
		margin-top: calc(35 * 100vw / 375);
	}
	.sec_trouble .list_txt_box > ul li:nth-child(n+3){
		margin-top: calc(15 * 100vw / 375);
	}
	.sec_trouble .list_txt_box > ul li + li{
		margin-top: calc(15 * 100vw / 375);
	}
	.sec_trouble .list_txt_box img {
		width: 100%;
		height: auto;
	}
	.sec_trouble .txt_box img {
		width: 100%;
		height: auto;
	}
	.sec_trouble .details_box .details .right {
		width: 100%;
	}
	.sec_trouble .details_box .details .right img {
		width: 100%;
		height: auto;
	}
	.sec_trouble .txt_box_second img {
		width: 100%;
	}
	.sec_trouble .txt_box {
		margin-top: 0;
	}
	.sec_trouble .txt_box .txt {
		width: calc(240 * 100vw / 375);
		margin: 0 auto;
		margin-top: calc(35 * 100vw / 375);
	}
	.sec_trouble .txt_box .txt002 {
		width: calc(311 * 100vw / 375);
		margin: 0 auto;
		margin-top: calc(23 * 100vw / 375);
	}
	.sec_trouble .details_box {
		margin-top: calc(35 * 100vw / 375);
	}
	.sec_trouble .details_box .details {
		width: calc(309 * 100vw / 375);
		margin: 0 auto;
	}
	.sec_trouble .details_box .details + .details {
		margin-top: calc(17 * 100vw / 375);
	}
	.sec_trouble .txt_box_second {
		margin-top: calc(35 * 100vw / 375);
	}
	.sec_trouble .txt_box_second .txt {
		width: calc(283 * 100vw / 375);
		margin: 0 auto;
	}
}







.sec_gallery {
	padding-top: 5.5rem;
}

.sec_gallery > .in {
	max-width: 131.4rem;
	margin: 0 auto;
}

.sec_gallery .ttl_box {
	display: flex;
	align-items: center;
	max-width: 104rem;
	margin: 0 auto;
}

.sec_gallery .ttl_box .ttl {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 5rem;
}

.sec_gallery .ttl_box .txt {
	font-weight: 400;
	font-size: 2rem;
	margin-left: 2.5rem;
}



.sec_gallery .details_box {
	margin: 0 auto;
	margin-top: 11.8rem;
}

.sec_gallery .details_box .details {
	display: flex;
	justify-content: space-between;
	max-width: 129rem;
    float: left;
}

.sec_gallery .details_box .details:nth-child(even) {
    float: right;
}

.sec_gallery .details_box .details + .details {
	margin-top: 5rem;
}

.sec_gallery .details_box .details .left {
	max-width: 83.2rem;
	width: 57.70%;
}

.sec_gallery .details_box .details .right {
	max-width: 46rem;
	width: 31.90%;
	border-right: 10px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.sec_gallery .details_box .details:nth-child(even) .left {
	order: 2;
}

.sec_gallery .details_box .details:nth-child(even) .right {
	order: 1;
	padding-left: 4rem;
}

.sec_gallery .details_box .details:nth-child(even) .right {
	border-right: none;
	border-left: 10px solid #000;
}

.sec_gallery .details_box .details .left img {
	width: 100%;
	height: auto;
}

.sec_gallery .details_box .details .right .text {
	font-size: 1.6rem;
	font-weight: 500;
	max-width: 34rem;
	line-height: 1.56;
}

@media screen and (max-width: 640px) {


	.sec_gallery {
		padding-top: calc(40 * 100vw / 375);
	}

	.sec_gallery .ttl_box {
		max-width: none;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.sec_gallery .ttl_box .ttl {
		font-size: calc(25 * 100vw / 375);
		margin-left: calc(34 * 100vw / 375);
	}

	.sec_gallery .ttl_box .txt {
		font-size: calc(12 * 100vw / 375);
		margin-left: calc(34 * 100vw / 375);
		margin-top: calc(3 * 100vw / 375);
	}

	.sec_gallery .details_box {
		margin-top: calc(34 * 100vw / 375);
		padding-left: calc(12 * 100vw / 375);
		padding-right: calc(12 * 100vw / 375);
	}

	.sec_gallery .details_box .details + .details {
		margin-top: calc(25 * 100vw / 375);
	}

	.sec_gallery .details_box .details {
		flex-wrap: wrap;
		float: none !important;
	}
	.sec_gallery .details_box .details .left {
		width: 100%;
	}
	.sec_gallery .details_box .details .right {
		width: 100%;
		display: none;
	}
}









.sec_modelhouse {
	padding-top: 5.5rem;
}

.sec_modelhouse .ttl_box {
	max-width: 104rem;
	margin: 0 auto;
}

.sec_modelhouse .ttl_box .ttl {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 5rem;
	margin-top: 3.3rem;
}

.sec_modelhouse .ttl_box .txt {
	font-weight: 400;
	font-size: 2rem;
	margin-top: 0.5rem;
}

.sec_modelhouse .ttl_box .ttl002 {
	font-weight: 400;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}

.sec_modelhouse .ttl_box .ttl002::before {
	content: "";
	width: 10rem;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: -1rem;
	bottom: -0.5rem;
}

.sec_modelhouse .sec_modelhouse_box {
	display: flex;
	max-width: 107.5rem;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 5rem;
}

.sec_modelhouse .sec_modelhouse_box .left {
}

.sec_modelhouse .sec_modelhouse_box .right {
}

.sec_modelhouse .sec_modelhouse_box img {
	width: 100%;
	height: auto;
}

.sec_modelhouse .btn_box {
	text-align: center;
	margin-top: 7.6rem;
}

@media screen and (max-width: 640px) {

	.sec_modelhouse {
		padding-top: calc(50 * 100vw / 375);
	}

	.sec_modelhouse .ttl_box {
		max-width: none;
		margin: 0 auto;
		padding-left: calc(30 * 100vw / 375);
		padding-right: calc(30 * 100vw / 375);
	}

	.sec_modelhouse .ttl_box .ttl {
		font-size: calc(28 * 100vw / 375);
		margin-top: calc(13 * 100vw / 375);
	}

	.sec_modelhouse .ttl_box .txt {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(5 * 100vw / 375);
	}

	.sec_modelhouse .ttl_box .ttl002 {
		font-size: calc(10 * 100vw / 375);
	}

	.sec_modelhouse .ttl_box .ttl002::before {
		width: calc(40 * 100vw / 375);
		left: 0;
		bottom: calc(-5 * 100vw / 375);
	}

	.sec_modelhouse .sec_modelhouse_box {
		max-width: none;
		margin-top: calc(48 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
	}

	.sec_modelhouse .sec_modelhouse_box img {
		width: 100%;
		height: auto;
	}

	.sec_modelhouse .btn_box {
		text-align: center;
		max-width: calc(248 * 100vw / 375);
		margin: 0 auto;
		margin-top: calc(30 * 100vw / 375);
	}

	.sec_modelhouse .sec_modelhouse_box .right {
		display: none;
	}
	.sec_modelhouse .btn_box img {
		width: 100%;
		height: auto;
	}
}










.sec_contact {
	padding-top: 9.6rem;
	padding-bottom: 11rem;
	position: relative;
	background-image: url(../img/sec_contact_bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 11rem;
}

.sec_contact > .in {
	max-width: 74.6rem;
	width: 100%;
	margin: 0 auto;
}

.sec_contact .ttl_box {
	max-width: 104rem;
	margin: 0 auto;
}

.sec_contact .ttl_box .ttl {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 5rem;
	margin-top: 3.3rem;
}

.sec_contact .ttl_box .txt {
	font-weight: 400;
	font-size: 1.6rem;
	margin-top: 3.4rem;
	line-height: 1.56;
}

.sec_contact .ttl_box .ttl002 {
	font-weight: 400;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}

.sec_contact .ttl_box .ttl002::before {
	content: "";
	width: 10rem;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: -1rem;
	bottom: -0.5rem;
}

.sec_contact .btn_box {
	text-align: center;
	margin-top: 8rem;
}

@media screen and (max-width: 640px) {

	.sec_contact {
		padding-top: calc(45 * 100vw / 375);
		padding-bottom: calc(60 * 100vw / 375);
		background-image: url(../img/sec_contact_bg_sp.svg);
		margin-top: calc(41 * 100vw / 375);
		background-size: contain;
	}

	.sec_contact > .in {
		max-width: 74.6rem;
		width: 100%;
		margin: 0 auto;
	}

	.sec_contact .ttl_box {
		max-width: none;
		margin: 0 auto;
		padding-left: calc(54 * 100vw / 375);
		padding-right: calc(54 * 100vw / 375);
	}

	.sec_contact .ttl_box .ttl {
		font-size: calc(24 * 100vw / 375);
		margin-top: 3.3rem;
	}

	.sec_contact .ttl_box .txt {
		font-size: calc(10 * 100vw / 375);
		margin-top: 3.4rem;
	}

	.sec_contact .ttl_box .ttl002 {
		font-size: calc(10 * 100vw / 375);
	}

	.sec_contact .ttl_box .ttl002::before {
		content: "";
		width: calc(90 * 100vw / 375);
		height: 1px;
		left: -1rem;
		bottom: -0.5rem;
	}

	.sec_contact .btn_box {
		text-align: center;
		margin: 0 auto;
		margin-top: calc(27 * 100vw / 375);
		width: calc(265 * 100vw / 375);
	}

	.sec_contact .btn_box img {
		width: 100%;
		height: auto;
	}
}










.sec_event {
	position: relative;
	margin-top: 11rem;
}

.sec_event > .in {
}

.sec_event .ttl_box {
	max-width: 104rem;
	margin: 0 auto;
}

.sec_event .ttl_box .ttl {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 5rem;
	margin-top: 3.3rem;
}

.sec_event .ttl_box .ttl002 {
	font-weight: 400;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}

.sec_event .ttl_box .ttl002::before {
	content: "";
	width: 10rem;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: -1rem;
	bottom: -0.5rem;
}

.sec_event .event_box {
	text-align: center;
	margin-top: 5rem;
	border-top: 4rem solid #F2F1ED;
	padding-top: 5rem;
}

.sec_event .event_box .ph {
	display: block;
	max-width: 112.4rem;
	margin: 0 auto;
}

.sec_event .event_box .ph +.ph {
	margin-top: 5rem;
}

.sec_event .event_box .ph img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {

	.sec_event {
		margin-top: calc(34 * 100vw / 375);
	}

	.sec_event .ttl_box {
		max-width: none;
		margin: 0 auto;
		padding-left: calc(34 * 100vw / 375);
		padding-right: calc(34 * 100vw / 375);
	}

	.sec_event .ttl_box .ttl {
		font-size: calc(28 * 100vw / 375);
		margin-top: calc(17 * 100vw / 375);
	}

	.sec_event .ttl_box .ttl002 {
		font-size: calc(10 * 100vw / 375);
		position: relative;
		display: inline-block;
	}

	.sec_event .ttl_box .ttl002::before {
		content: "";
		width: calc(90 * 100vw / 375);
		height: 1px;
		left: -1rem;
		bottom: -0.5rem;
	}

	.sec_event .event_box {
		margin-top: calc(15 * 100vw / 375);
		border-top: calc(12 * 100vw / 375) solid #F2F1ED;
		padding-top: calc(23 * 100vw / 375);
		padding-left: calc(34 * 100vw / 375);
		padding-right: calc(34 * 100vw / 375);
	}

	.sec_event .event_box .ph {
		max-width: none;
		margin: 0 auto;
	}

	.sec_event .event_box .ph +.ph {
		margin-top: calc(14 * 100vw / 375);
	}

	.sec_event .event_box .ph img {
		width: 100%;
		height: auto;
	}

}





.sec_company {
	border-top: 4rem solid #F2F1ED;
	padding-top: 15rem;
	padding-bottom: 32rem;
	margin-top: 5rem;
}

.sec_company > .in {
}

.sec_company .ttl_box {
	text-align: center;
}

.sec_company .txt_box {
	max-width: 34rem;
	margin: 0 auto;	
	margin-top: 6.2rem;
}

.sec_company .txt_box .txt {
	font-size: 2rem;
	line-height: 1.75;
}
.sec_company .txt_box .txt02 {
	font-size: 1.6rem;
	line-height: 1.75;
}
.sec_company .txt_box .txt02 .point {
	font-size: 2rem;
	color: #000;
	filter: grayscale(100%);
}
.sec_company .txt_box_second .txt {
	font-size: 1.6rem;
	margin-top: 4rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.sec_company .ttl_box img {
		width: 100%;
		height: auto;
	}



	.sec_company {
		border-top: calc(12 * 100vw / 375) solid #F2F1ED;
		padding-top: calc(50 * 100vw / 375);
		padding-bottom: calc(80 * 100vw / 375);
		margin-top: calc(23 * 100vw / 375);
	}

	.sec_company > .in {
	}

	.sec_company .ttl_box {
		text-align: center;
		padding-left: calc(46 * 100vw / 375);
		padding-right: calc(46 * 100vw / 375);
	}

	.sec_company .txt_box {
		max-width: none;
		margin: 0 auto;	
		margin-top: calc(32 * 100vw / 375);
		padding-left: calc(63 * 100vw / 375);
		box-sizing: border-box;
	}

	.sec_company .txt_box .txt {
		font-size: calc(15 * 100vw / 375);
	}
	.sec_company .txt_box .txt02 {
		font-size: calc(12 * 100vw / 375);
	}
	.sec_company .txt_box .txt02 .point {
		font-size: calc(28 * 100vw / 375);
	}
	.sec_company .txt_box_second .txt {
		font-size: calc(10 * 100vw / 375);
		margin-top: calc(46 * 100vw / 375);
		text-align: center;
	}


}




.fixed_btn {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	max-width: 102.4rem;
	margin: auto;
}



.fixed_btn ul {
	display: flex;	
}
.fixed_btn li {
	width: 50%;
}
.fixed_btn li img {
	width: 100%;
	height: auto;	
}

@media screen and (max-width: 640px) {

}






.footer {
	text-align: center;
}
.footer .copyright {
	font-size: 1.4rem;
}

@media screen and (max-width: 640px) {

}
