@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.navToggle,nav.globalMenuSp,.tb_1200{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
body{
	color: #313233;
	background: url("../img/bg_gray.jpg") repeat;
	background-attachment: fixed;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4,h5{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #dce2e6;
}
::-webkit-scrollbar-thumb{
	background-color: #c4c9cc;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,0.49);
}
.bg_grad{
	background: linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,0.5))
}
.bg_grad_bt{
	background: linear-gradient(to top , rgba(255,255,255,0) , rgba(255,255,255,0.5))
}

.bg_light{
	background: #dce2e6;
}
.bg_inner{
	padding: 70px 10px;
}

.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/img08.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
.bg_img02{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%), url("../img/img01.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	color: #fff
}
.bg_img03{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%), url("../img/slide02.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	color: #fff
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_img02,
::-webkit-full-page-media, :future, :root .bg_img03{
	background-attachment: scroll;
}


.box_wrap_rt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #e1f2fa;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
	margin-bottom: 70px;
	margin-top: 70px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #e1f2fa;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.contents{
	padding: 70px 0;
}

.contents_in{
	max-width: calc(100% - 100px);
	margin: auto;
	padding: 50px 15px;
}


/* 見出し　テキスト　*/
.txt_lv02{
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	margin-bottom: 15px;
	text-align: center;
}
.txt_lv02 span{
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: clamp(2rem, 1.1rem + 3.2vw, 3.5rem);
	letter-spacing: 0.15em;
}
.txt_lv02 img{
	width: 160px;
	padding: 10px;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 1px #fff;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: "Lato", sans-serif;
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background-color: #666;
}
.txt_lv04{
	display: flex;
    align-items: center;
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	font-weight: 500;
}
.txt_lv04 span{
	text-align: center;
}
.txt_lv04 span.en{
	font-size: clamp(1.4rem, 0.92rem + 1.7067vw, 2.2rem);
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}
.txt_lv04::before,
.txt_lv04::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #939799;
}
.txt_lv04:before {
    margin-right: 1rem;
}
.txt_lv04:after {
    margin-left: 1rem;
}

.txt_copy01{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	font-weight: 500;
	text-align: center;
	color: #313233;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #313233;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #313233;
    border-radius: 3px;
    transform: rotate(25deg);
}
.bg_img03 .txt_copy01{
	color: #fff;
}
.bg_img03 .txt_copy01::before,
.bg_img03 .txt_copy01::after{
	background: #fff
}

.txt_copy02{
	font-size: 1.3rem;
	font-weight: 500;
	text-align: left;
	color: #313233;
	margin-bottom: 1rem;
}

.txt_copy03{
	font-size: clamp(1.2rem, 0.3rem + 3.2vw, 2.7rem);
	 font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: left;
	color: #313233;
	margin-bottom: 1rem;
}

span.bold{
	font-size: 1.2em;
	font-weight: 500;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(248,180,35,0.5) 60%);
	font-size: 1em;
	display: inline;
}

/* 流れるテキスト　*/
.flowing_copy{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.flowing_copy::before{
	content: "MATSUI GROUP";
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	color: rgba(255,255,255,0.3);
	font-size: 11vw;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.0;
	text-align: center;
	z-index: 1;
	animation: flowimg 20s linear infinite;
	pointer-events: none;
}
@keyframes flowimg {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-120%); }
}
@keyframes flowimg_l {
	0% { transform: translateX(-120%); }
	100% { transform: translateX(100%); }
}

.h_insurance,.h_solar{
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.h_insurance::after{
	content: "Insurance";
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	color: rgba(255,255,255,0.5);
	font-size: 10vw;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.0;
	mix-blend-mode: overlay;
	text-align: right;
	pointer-events: none;
	z-index: 3;
}
.h_solar::after{
	content: "solar panel";
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	color: rgba(255,255,255,0.5);
	font-size: 10vw;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.0;
	mix-blend-mode: overlay;
	text-align: left;
	z-index: 3;
	pointer-events: none;
}
@media (max-width: 960px){
	.flowing_copy::before,
	.h_insurance::after,
	.h_solar::after{
		font-size: 13vw;
	}
}
@media (max-width: 750px){
	.flowing_copy::before{
		font-size: 15vw;
	}
}

/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background:linear-gradient( to bottom, rgba(0,0,0,0.2),rgba(0,0,0,0.0));
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
	font-size: 1rem;
}
.site-header h1 img{
	width: auto;
	height: 60px;
	vertical-align: middle;
	filter: invert(100%) contrast(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
}
.site-header .h_phone a{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	padding: 0.25rem;
	color: #fff;
}
.site-header.transform .h_phone a{
	color: #313233;
	transition: .5s;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.h_btn_insta a{
	display: block;
	width: 38px;
	font-size: 1.1rem;
	text-align: center;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	background-size: 150%;
	background-position: left;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	transition: .5s;
}
.h_btn_insta a:hover{
	background-position: right;
}
.h_btn_insta a i{
	line-height: 38px;
	vertical-align: middle;
}

.h_btn_mail a{
	display: block;
	width: 38px;
	font-size: 1.1rem;
	text-align: center;
	background: #939799;
	background-size: 150%;
	background-position: left;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	transition: .5s;
}
.h_btn_mail a:hover{
	background-position: right;
}
.h_btn_mail a i{
	line-height: 38px;
	vertical-align: middle;
}

@media (max-width: 750px){
	.h_btn_insta a,
	.h_btn_mail a{
		margin: 0 5px;
	}
}
.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #313233;
}
.site-header nav ul li a span{
	color:#fff;
	font-size: 80%;
	font-family: "Lato", sans-serif;
}
.site-header.transform nav ul li a span{
	color:#939799;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(49,50,51,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(49,50,51,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:linear-gradient(rgba(0,0,0,0.1) , rgba(0,0,0,0.1) ), url("../img/slide03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:linear-gradient(rgba(0,0,0,0.1) , rgba(0,0,0,0.1) ), url("../img/slide02.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider li h2.catch{
	letter-spacing: 0.15em;
	position: absolute;
	top: 45%;
	left: 15%;
	width: 80%;
	transform: translateX(-50%);
	text-align: left;
	font-size: clamp(1.5rem, 0.6rem + 3.2vw, 3rem);
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	opacity: 0.1;
	transition: 2s;
}
.slider li.slick-active h2.catch{
	left: 50%;
	opacity: 1;
}
.slider li.top01 h2.catch img{
	width: 60%;
	max-width: 600px;
}
.slider li.top02 h2.catch img{
	width: 80%;
	max-width: 800px;
}

@keyframes fadezoom{
	0%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

@media (max-width: 1200px){
	.slider li h2.catch{
		top: 40%;
	}
}
@media (max-width: 750px){
	.slider li h2.catch{
		top: 40%;
		left: 10%;
	}
	.slider li.top01 h2.catch img{
		width: 80%;
	}
	.slider li.top02 h2.catch img{
		width: 100%;
	}
}

.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* コンテンツ
   ========================================================================== */



.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	background:rgba(255,255,255,0.55);
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #ccc;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #33a7ff;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
}
.card001 .inner{
	width: calc(100% / 3 - 30px);
	margin: 15px;
	padding: 30px;
	background: rgba(255,255,255,0.30);
	position: relative;
	z-index: 2;
}
.card001 .inner::after{
	position: absolute;
	content: '';
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	background: rgba(255,255,255,0.30);
	z-index: -1
}
.card001 .inner h3{
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
	margin-bottom: 15px;
}
.card001 .inner h3 span{
	display: block;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #dce2e6;
	border-radius: 50%;
	margin: auto;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.card001 .inner h3::after{
	position: absolute;
	content: '';
	bottom: -5px;
	left: calc(50% - 1em);
	width: 2em;
	height: 2px;
	background: #939799;
}
.card001 .inner .img_i{
	width: 90%;
	max-width: 200px;
	display: block;
	margin: 30px auto 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
}
.card001 .inner .img_i img{
	width: 100%;
	padding: 15px;
	
}
.card001 .inner.icon{
	text-align: center;
	background: rgba(255,255,255,0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.card001 .inner.icon img{
	width: 50%;
}
.card001 .inner.icon::after{
	background: rgba(255,255,255,0);
}

@media (max-width: 1200px){
	.card001{
		max-width: 960px;
		margin: auto;
	}
	.card001 figure{
		width: calc(100% / 3 - 20px);
	}
	.card001 .inner{
		width: calc(100% / 2 - 30px);
	}
	

}
@media (max-width: 750px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card001 .inner{
		width: calc(100% - 30px);
	}
	.card001 .inner.icon{
		display: none;
	}
}
@media (max-width: 450px){
	.card001 .inner{
		padding: 30px 10px;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px 0;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.point h3{
	font-family: "Lato", sans-serif;
	font-style: normal;
	color: #e65912;
	font-size: 2rem;
	border-bottom: solid 1px #939799;
	margin-bottom: 30px;
}
.point h3 span.nb{
	font-size: 200%;
	padding-right: 1rem;
}
.point h3 span.ja{
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #313233;
}
.point p.point{
	padding: 10px;
	background: #939799;
	color: #fff;
	font-size: 0.9em;
}
.wrap80{
	padding: 10px 10%;
}


.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #939799;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #fff;
	padding: 1em;
}
.line02 table td i{
	color: #939799;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #666;
	width: 20%;
	min-width: 6em;
	font-weight: 500;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

ul.border01{
	font-size: 1em;
	font-weight: 600;
}
ul.border01 li{
	border-bottom: dotted 1px #939799;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #939799;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #939799;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 500;
}
.dl_border01 dl dt i{
	color: #939799;
}
.dl_border01 dl dd{
	padding: 1em;
}




/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* コンタクト　================================================== */

.footer_contact{
	display: flex;
	justify-content: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	color: #fff;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	color: #313233;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #313233;
}


/* ボタン　================================================== */
.btn {
	color: #fff;
	background: #2ee6e6;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	margin: 0 auto 2em;
	max-width: 250px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
    }
.btn-5 {
        border: 0 solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
        outline: 1px solid;
        outline-color: rgba(255,255,255, 0.5);
        outline-offset: 0px;
        text-shadow: none;
        -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .btn-5:hover {
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-color: rgba(255,255,255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }


/*ボタン*/
.sbtn a{
	display: block;
	position: relative;
	background: rgba(255,255,255,0.3);
	text-align: center;
	color: #313233;
	border: 1px solid #313233;
	padding: 15px 0;
	width: 300px;
	transition: all 0.3s ease-in-out;
	font-size: 0.9rem;
	margin: 0 auto;
	cursor: pointer;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #313233;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.sbtn a:hover{
	border: 1px solid rgba(255,255,255,0);
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #313233;
}
.bg_img01 .sbtn a{
	background: rgba(0,0,0,0.3);
	color: #fff;
	border-color: #fff;
}
.bg_img01 .sbtn a::before,
.bg_img01 .sbtn a::after{
	border-color: #fff;
}
.bg_img01 .sbtn a:hover{
	border: 1px solid rgba(255,255,255,0);
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

.sub_bg01{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/slide04.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 750px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		left: 30px;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* サブページコンテンツ
   ========================================================================== */

.map iframe{
	width: 100%;
	vertical-align: middle;
}

.company_g {
	padding: 1rem;
}
.company_g p{
	font-size: 1rem;
	line-height: 180%;
	text-indent: 1em;
	margin-bottom: 1rem;
}

table.contrast{
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 30px auto;
    padding: 0;
    width:100%;
	max-width: 800px;
}
table.contrast tr{
	border-bottom: solid 1px #ccc;
}
table.contrast th{
	width: calc((100% - 5em) / 2);
	padding: 1em;
	text-align: left;
	font-weight: 500;
}
table.contrast td{
	width: 5em;
	text-align: center;
	color: #e65912;
}

table.contrast th:last-child{
	text-align: right;
}
@media (max-width: 768px){
	table.contrast{
		font-size: 0.9em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 80px;
	}
}
@media (max-width: 450px){
	table.contrast{
		font-size: 0.8em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 65px;
	}
}

/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 3 / 2;
	position: relative;
	background: #f7f6f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: -15px;
	transform: rotate(-10deg);
	font-size: 3em;
	color: #e65912;;
	font-family: "Lato", sans-serif;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.5));
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #939799;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #339966;
	padding-left: 0.5em;
	font-size: 1.5em;
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #313233;
    border-right: 2px solid #313233;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding:0 0 0 60px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    position: absolute;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
	width: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
    display: block;
    content: 'Q';
    color:#fff;
	background: #313233;
	font-weight: 500;
}
.qa-list dl dd::before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
	width: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
    display: block;
    content: 'A';
	color:#fff;
	background: #f8b423;
	font-weight: 500;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 10px 0 0 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa-list a{
	font-size: 0.9rem;
	font-weight: 500;
	display: inline-block;
	background: #313233;
	color: #fff;
	border: solid 1px #939799;
	padding: 0.25em 1em;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
	transition: .5s;
}
.qa-list a:hover{
	background: #dce2e6;
	color: #313233;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 15px 28px 0;
	}
	.qa-list dl::before{
		right: 10px;
	}
	.qa-list dl dt{
		padding: 0 0 0 50px;
		font-size: 1.1rem;
	}
}
/* ながれ ================================================== */

.flow {
	position: relative;
}
.flow::before {
	content: "";
	width: 16px;
	height: 100%;
	background-color:#313233;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ftitle {
	font-weight: 600;
	margin-bottom: 13px;
	ont-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	position: relative;
	z-index: 2;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
.ftitle span {
	font-weight: 600;
	margin-right: 13px;
	font-size: 200%;
	position: relative;
	color: #313233;
}
.flow .fwrap {
	padding: 35px;
	background-color: rgba(255,255,255,0.49);
	border:solid 1px #939799;
	
}
.flow .flowd {
	margin-bottom: 45px;
}
.flow .flowd:last-child {
	margin-bottom: 0 !important;
}
.flow .fwrap .mainbtn a {
	width: 100%;
	padding: 8px 0;
}
.flow .fwrap .mainbtn a::after {
	content: none;
}
.flow .flowd::after, .flow .flowd::before {
	content: "";
	display: block;
	position: absolute;
	top: 57px;
}
.flow .flowd {
	padding-left: 80px;
	position: relative;
}
.flow .flowd::before {
	z-index: 1;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	background: #fff;
	border-radius: 50%;
	left: 3px;
}
.flow .flowd::after {
	width: 63px;
	border-bottom: 1px dashed #313233;
	position: absolute;
	left: 13px;
}
.flow .card003 .f_img{
	width: 100%;
	max-width: 300px;
}
.flow .card003 .f_img img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media (max-width: 1100px) {
	.flow .flexbox {
		align-items: center;
	}

}
@media (max-width: 959px) {

	.flow .flowd {
		padding-left: 0;
	}
	.flow .flowd::before, .flow .flowd::after {
		content: none;
	}
	.flow::before {
		content: none;
	}

	.flow .flowd {
		margin-bottom: 25px;
	}
	.ftitle span {
		margin-right: 8px;
	}
}

@media(max-width: 750px) {
	.flow .flowd {
		margin-bottom: 15px;
	}
	.btns .mainbtn a {
		font-size: 100%;
	}

	.flow .flexbox {
		display: block;
	}

	.flow .flexbox img {
		width: 100%;
	}
	.flow .flexbox div {
		width: 100%;
	}
	.flow .flowd .flexbox img {
		margin-bottom: 10px;
	}
	.flow .flex div {
		margin: 0 5px 8px;
	}
	.flowd .flimg img {
		object-fit: cover;
		width: 100%;
		height: 240px;
	}
	.ftitle {
		font-size: 1rem;
	}

}
@media(max-width: 600px) {
	.flow .flex {
		display: block;
	}
	.flow .flex img {
		width: 100%;
	}
	.flow .flex div {
		width: 100%;
		margin: 0 0 8px;
	}
	.flowd .flimg img {
		height: 100%;
	}
}
@media(max-width: 450px) {
	.flow .fwrap {
		padding: 15px;
	}
	.ftitle {
		margin-bottom: 10px;
	}
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.flow_link li {
	text-align: center;
	align-self: stretch;
}
.flow_link li a{
	font-size: 0.9rem;
	font-weight: 500;
	display: inline-block;
	background: #313233;
	color: #fff;
	border: solid 1px #939799;
	padding: 0.25em 1em;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
	transition: .5s;
}
.flow_link li :hover{
	background: #dce2e6;
	color: #313233;
}
@media (max-width: 750px){
	
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	.flow_link li{
		width: 100%;
	}
	.flow_link li a{
		width: 100%;
	}
}


/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #313233;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #939799;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone .nb{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background: #313233;
	border: solid 1px  #313233;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 500;
	
}
.phone_flex .phone .txt03{
	color: #313233;
	font-size: 0.75rem;
	display: block;
	width: fit-conttent;
	margin: 1rem auto;
}
.phone_flex .illust img{
	width: 150px;
	display: block;
	margin: 15px 0 0 auto;
}

.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 400;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
}

@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}
@media (max-width: 750px){
	
	.phone_flex .phone ul{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0.25em 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: solid 1px #939799;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#939799;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: #313233;
	background-size: 200%;
	background-position: left top;
	color:#fff ;
	border: solid 1px #939799;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background-color: #dce2e6;
	color: #313233;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #939799;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	background: #fff;
	padding: 15px 10px;
	border: solid 1px #939799;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 500;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	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;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 1px #939799;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #939799;
  border-color: #939799;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 1px #313233;
	border-left: solid 1px #313233;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}

