@charset "utf-8";
/*
Theme Name: sankakuya_skelton
Theme URL: https://sankakux4.org
Description: original theme
Author:yuya matsuo
Version: 1.0.0
*/

/* reset */

html{
	scroll-behavior:smooth;
}
body{
	margin:0;
	width:100%;
	overflow-x:hidden;
	overflow-y: scroll;
        scrollbar-width: none;
        text-rendering:optimizeSpeed;
        -webkit-text-size-adjust: 100%;
}

*{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
}

*::before,
*::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-size:1rem;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:1.8;
}

p{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style:none;
	padding:0;
	margin:0;
}

figure,
blockquote,
dl,
dd{
	margin:0;
}

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

table th{
	font-weight:400;
	text-align:left;
}

a:not([class]){
	text-decoration-skip-ink:auto;
}

::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font-family: inherit;
	outline: none;
	margin:0;
}

select,
select option{
	color:#222 !important;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
	-moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
	-webkit-appearance: none;
}

@media(prefers-reduced-motion:reduce){
	*{
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
		transition-duration:.01ms !important;
		scroll-behavior:auto !important;
	}
}

.wpcf7-spinner{
	display:none !important;
}

/* common */

html{
	font-size:15px;
}

body{
	background:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	color:#222;
	font-weight:400;
	line-height:1.8;
	margin:0;
}

a{
	display:block;
	color:#222;
	transition: .5s;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}

a:hover{
	color:#222;
	text-decoration:none;
	opacity:0.8;
}

/* layout */

main{
	display:block;
	margin:0 auto 100px;
}

.home main{
	margin:0 auto;
}

.container{
	width:calc(100vw - 200px);
	margin:0 auto;
}

.container-min{
	max-width:calc(100vw - 200px);
	width:1000px;
	margin:0 auto;
}

.flex-wrap{
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
}

/* parts */

.serif{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
}

.sans{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
}

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

.text-right{
	text-align:right;
}

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

.img-trim{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.img-trim img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-trim.img-trim16x9{
	padding-top: 56.25%;
}

.img-trim.img-trim5x3{
	padding-top: 60%;
}

.img-trim.img-trim3x2{
	padding-top: 66%;
}

.img-trim.img-trim4x3{
	padding-top: 75%;
}

.img-trim.img-trim5x5{
	padding-top: 100%;
}

.img-trim.img-trim4x5{
	padding-top: 125%;
}

.shadow{
	 box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

a.shadow:hover{
	box-shadow:none;
	opacity:1;
}

.youtube,
.googlemap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe,
.googlemap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.heading01{
	line-height:1;
	font-size:3.5rem;
	color:#222;
	font-weight:500;
	margin-bottom:1em;
	letter-spacing:0.1em;
}

.heading01 span{
	display:block;
	line-height:1;
	font-size:1.25rem;
	color:#aaa;
	margin-top:1em;
}

.heading01_wh{
	color:#fff;
}

.btn{
	display:inline-block;
	border:2px solid #222;
	padding:0.5em 3em 0.5em 2em;
	position:relative;
	font-weight:500;
}

.btn::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-1.5em;
	content:"";
	width:3em;
	height:2px;
	background:#222;
	transition:.5s;
}

.btn:hover{
	opacity:1;
}

.btn:hover::after{
	right:-1em;
}

/* breadcrumb */

.breadcrumb ul{
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.breadcrumb ul li{
	margin-left: 2em;
	position: relative;
	font-size:0.8rem;
}

.breadcrumb ul li::before {
	position: absolute;
	top: 0;
	left: -1.5em;
	content: "｜";
	color: #aaa;
}

.breadcrumb ul li:first-child{
	margin-left: 0;
}

.breadcrumb ul li:first-child::before{
	content:none;
}

/* floating */

.floating{
	position:fixed;
	right:0;
	bottom:0;
	z-index:999;
}

.floating a{
	width:60px;
	height:60px;
	background:#000;
	color:#fff;
	line-height:1;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.floating a i{
	font-size:1.25rem;
}

.floating a.tel{
	background:#222;
	height:auto;
	text-align:center;
	padding:1.25rem 0;
}

.floating a.tel i{
	font-size:1.5rem;
}

.floating a.tel span{
	display:block;
	margin:0.5rem auto 0;
	font-size:1.25rem;
	font-weight:700;
	letter-spacing:0.1em;
	writing-mode: vertical-rl;
}

.floating a.mail{
	background:#555;
}

.floating a.line{
	background:#888;
}

/* header */

.header{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	z-index:1000;
	padding:20px 48px;
}

.header .inner{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.header .inner .logo{
	width:160px;
}

.header .inner .h_nav_wrap .h_nav_btn{
	width:40px;
	height:35px;
	position: relative;
	transition: .5s;
	cursor: pointer;
	z-index:1001;
}

.header .inner .h_nav_wrap .h_nav_btn .menu__line{
	background:#222;
	display: block;
	height:2px;
	position:absolute;
	transition:.5s;
	width:100%;
}

.header .inner .h_nav_wrap .h_nav_btn .menu__line--center{
	top:16px;
}

.header .inner .h_nav_wrap .h_nav_btn .menu__line--bottom{
	bottom:0;
}

.header .inner .h_nav_wrap .h_nav_btn .menu__line--top.active{
	top:16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background:#fff;
}

.header .inner .h_nav_wrap .h_nav_btn .menu__line--center.active{
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}

.header .inner .h_nav_wrap .h_nav_btn .menu__line--bottom.active{
	bottom:16px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background:#fff;
}

.header.wh .inner .h_nav_wrap .h_nav_btn .menu__line{
	background:#fff;
}

.header .inner .h_nav_wrap .h_nav{
	position:fixed;
	z-index:999;
	top:0;
	right:0;
	width:320px;
	height:100vh;
	background:#222;
	transition:all .5s ease-in-out;
	transform:translateZ(0) translateX(100%);
	padding:120px 48px 0;
	overflow-y: scroll;
	color:#fff;
}

.header .inner .h_nav_wrap .h_nav a{
	color:#fff;
}

.header .inner .h_nav_wrap .h_nav.active{
	transform:translateZ(0) translateX(0);
}

.header .inner .h_nav_wrap .h_nav ul{
	margin-bottom:1.25rem;
}

.header .inner .h_nav_wrap .h_nav ul li a{
	padding:1.25rem 1rem 1.25rem 2.25rem;
	border-bottom:1px solid #555;
	position:relative;
}

.header .inner .h_nav_wrap .h_nav ul li a:hover{
	opacity:1;
}

.header .inner .h_nav_wrap .h_nav ul li a::before{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:1rem;
	content:"";
	width:0.5rem;
	height:0.5rem;
	background:#555;
	border-radius:50%;
	transition:.5s;
}

.header .inner .h_nav_wrap .h_nav ul li a:hover::before{
	background:#ccc;
}

.header .inner .h_nav_wrap .h_nav ol{
	justify-content: center;
}

.header .inner .h_nav_wrap .h_nav ol li{
	font-size:2rem;
	margin:0 0.25em;
}

/* footer */

.footer{
	background:#222;
	color:#fff;
	padding:80px 0 20px;
}

.footer .inner{
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom:48px;
}

.footer .inner .f_logo{
	width:10%;
}

.footer .inner .f_logo .sns_link{
	-webkit-box-pack: center;
	justify-content: center;
	margin-top:1rem;
}

.footer .inner .f_logo .sns_link a{
	color:#fff;
	font-size:1.2rem;
	margin:0 0.25em;
}

.footer .inner .f_about{
	width:30%;
}

.footer .inner .f_about .img{
	background:#ddd;
	padding:20px;
	margin-bottom:1rem;
}

.footer .inner .f_instagram{
	width:50%;
}

.footer .inner .f_instagram > p{
	font-size:2rem;
}

/* home */

.fv .inner .fv_slick{
	width:50%;
}

.fv .inner .txt{
	width:50%;
	padding:calc(100vw / 1920 * 200) 100px 80px;
}

.fv .inner .txt h1{
	width:32%;
	margin:0 auto 32px;
}

.fv .inner .txt h2{
	font-size:1.5rem;
	margin-bottom:1.25em;
	letter-spacing:0.1em;
}

.fv .inner .txt p{
	line-height:2;
}

.home_content{
	padding:80px 0;
}

.hc01{
	background:#f6f6f6;
	padding:40px 0;
}

.hc01 .content_wrap{
	width:80%;
	margin:0 auto;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	align-items: flex-end;
}

.hc01 .content_wrap h4{
	font-size:2rem;
	line-height:1;
	letter-spacing:0.1em;
}

.hc01 .content_wrap .hc01_slick{
	width:calc(100% - 120px);
	padding-right:100px;
}

.hc01 .content_wrap .hc01_slick .slide-arrow{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:40px;
	height:40px;
	background:#222;
	color:#fff;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.hc01 .content_wrap .hc01_slick .slide-arrow.prev-arrow{
	right:44px;
	transform:translateY(-50%) rotate(180deg);
}

.hc01 .content_wrap .hc01_slick .slide-arrow.next-arrow{
	right:0;
}

.hc01 .content_wrap .hc01_slick .slick-slide a{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	
}

.hc01 .content_wrap .hc01_slick .slick-slide a p{
	width:5rem;
	font-weight:700;
	line-height:1;
}

.hc01 .content_wrap .hc01_slick .slick-slide a h5{
	width:calc(100% - 6rem);
	line-height:1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.hc02{
	background: linear-gradient(180deg, #222 0%, #222 64%, #fff 64%, #fff 100%);
}

.hc02 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top:28px;
}

.hc02 .content_wrap .img{
	width:23%;
}

.hc03{
	background:#f6f6f6;
}

.hc03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.hc03 .content_wrap .box{
	width:48%;
	padding:40px 48px;
	background:#fff;
}

.hc03 .content_wrap .box h4{
	font-size:2rem;
	letter-spacing:0.1em;
	margin-bottom:0.5em;
}

.hc03 .content_wrap .box h4 span{
	position:relative;
	font-size:1.25rem;
	color:#aaa;
	padding-left:1em;
	letter-spacing:0;
}

.front_event_archive{
	margin-bottom:2rem;
}

.hc04{
	padding:0;
}

.hc04 .content_wrap a{
	width:calc(100% / 3);
	position:relative;
}

.hc04 .content_wrap a::after{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	content:"";
	width:calc(100% - 96px);
	height:calc(100% - 96px);
	background:rgba(0,0,0,0.6);
	z-index:2;
	transition:.5s;
}

.hc04 .content_wrap a .txt{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:calc(100% - 96px);
	padding:50px;
	color:#fff;
	z-index:3;
}

.hc04 .content_wrap a .txt h3{
	font-size:1.5rem;
	margin-bottom:0.5em;
}

.hc04 .content_wrap a:hover{
	opacity:1;
}

.hc04 .content_wrap a:hover::after{
	width:100%;
	height:100%;
}

/* page */

.page_header{
	margin-bottom:80px;
	background:#f6f6f6;
}

.page_header .content_wrap{
	-webkit-box-align: center;
	align-items: center;
}

.page_header .content_wrap .img{
	width:50%;
}

.page_header .content_wrap .txt{
	width:50%;
	padding:0 72px;
}

.page_header .content_wrap .txt .heading01{
	margin-bottom:0;
	text-transform:capitalize;
}

.page_content.not_mv{
	padding:200px 0 100px;
}

.page_content.not_mv h1{
	font-size:2rem;
	font-weight:700;
	line-height:1;
	margin-bottom:40px;
}

/* policy */

#policy .page_content .block{
	margin-bottom:40px;
}

#policy .page_content .block .child{
	margin-bottom:1rem;
}

#policy .page_content .block .child:last-child{
	margin-bottom:0;
}

#policy .page_content .block h2{
	font-weight:700;
	font-size:1.25rem;
}

#policy .page_content .block h3{
	font-weight:700;
}

/* contact */

#contact .block{
	margin-bottom:48px;
}

#contact .block h2{
	font-weight:700;
	font-size:1.25rem;
	border-bottom:2px solid #222;
	padding-bottom:0.5em;
	margin-bottom:1rem;
}

#contact .block .content_wrap{
	justify-content:space-between;
}

#contact .block .content_wrap a{
	width:48%;
}

#contact .block .tel{
	padding:16px 0 28px;
	background:#222;
	color:#fff;
	line-height:1;
}

#contact .block .tel h3{
	font-size:2.5rem;
	font-weight:900;
}

#contact .block .tel h3 i{
	margin-right:0.25em;
}

#contact .block .content_wrap .line{
	justify-content: center;
	align-items: center;
	background:#06C755;
	color:#fff;
}

#contact .block .content_wrap .line i{
	font-size:2.5rem;
	line-height:1;
	margin:0 0.5rem;
}

#contact .block .content_wrap .line p{
	font-size:1.75rem;
	font-weight:700;
	line-height:1;
	margin:0 0.5rem;
}

#contact .block > p{
	margin-bottom:2rem;
}

#contact .block > p a{
	display:inline-block;
	color:#888;
}

#contact .block table{
	width:100%;
}

#contact .block table th{
	width:20%;
	padding-bottom:2rem;
}

#contact .block table th span{
	display:inline-block;
	margin-left:1em;
	font-size:0.8rem;
	color:#C85D5A;
}

#contact .block table td{
	width:80%;
	padding-bottom:2rem;
}

/* form */

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width:100%;
	background:#f6f6f6;
	font-size:1rem;
	padding:1.25rem;
	border:1px solid transparent;
	transition:.5s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus{
	border:1px solid #222;
}

.form_btn input[type="submit"]{
	background:#222;
	color:#fff;
	padding:1rem 3rem;
	transition:.5s;
}

.form_btn input[type="submit"]:hover{
	opacity:0.8;
}

/* archive */

.pagination .page-numbers{
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
  	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom:48px;
}

.pagination .page-numbers li{
	margin:0 0.5rem;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span{
	text-align:center;
	line-height:1;
	width:48px;
	height:48px;
	border:1px solid #ccc;
	border-radius:50%;
	padding-top:1rem;
	margin-bottom:0;
}

.pagination .page-numbers li span,
.pagination .page-numbers li a:hover{
	background:#222;
	border:1px solid #222;
	color:#fff;
	opacity:1;
}

/* news */

.news_archive{
	margin-bottom:48px;
}

.news_archive a{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding:2rem;
	border-bottom:1px solid #ccc;
	position:relative;
}

.news_archive a::after{
	position:absolute;
	top:100%;
	left:0;
	content:"";
	width:0;
	height:1px;
	background:#222;
	transition:.8s;
}

.news_archive a p{
	width:5rem;
	font-weight:700;
	line-height:1;
}

.news_archive a h2{
	width:calc(100% - 8rem);
	line-height:1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news_archive a:hover::after{
	width:100%;
}

.news_single{
	margin-bottom:48px;
}

.news_single .ns_header{
	padding:0 48px 24px;
	margin-bottom:24px;
	border-bottom:1px solid #ccc;
}

.news_single .ns_header p{
	font-weight:700;
	color:#aaa;
}

.news_single .ns_header h1{
	font-size:2rem;
	font-weight:700;
}

.news_single .inner{
	padding:0 48px;
}

/* event */

.event_article{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding:1rem;
}

.event_article .img{
	width:28%;
}

.event_article .txt{
	width:68%;
}

.event_article .txt .title{
	font-weight:700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.event_article .txt table{
	font-size:0.9rem;
	line-height:1.6;
}

.event_article .txt table th{
	width:5em;
}

.event_article .txt table td{
	width:calc(100% - 5em);
	color:#888;
}

.event_article.end{
	position:relative;
}

.event_article.end .mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color:#fff;
	font-weight:700;
	
}

.event_archive{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.event_archive::after{
	content:"";
	width:31%;
}

.event_archive .event_article{
	width:31%;
	margin-bottom:48px;
	background:#eee;
	padding:0;
	box-shadow: 0px 4px 0px 0px #222;
}

.event_archive .event_article .img{
	width:100%;
	overflow:hidden;
}

.event_archive .event_article .img .img-trim{
	transition:.5s;
}

.event_archive .event_article .txt{
	width:100%;
	padding:1.5rem;
}

.event_archive .event_article:hover{
	opacity:1;
	box-shadow: 0px 8px 0px 0px #222;
}

.event_archive .event_article:hover .img .img-trim{
	transform:scale(1.1);
}

.event_single{
	margin-bottom:48px;
}

.event_single .txt{
	display:inline-block;
	max-width:70%;
	width:auto;
	position:relative;
	padding:20px 48px;
}

.event_single .txt::before,
.event_single .txt::after{
	position: absolute;
	content:'';
	width:40px;
	height:40px;
}

.event_single .txt::before{
	top:0;
	left:0;
	border-left: solid 2px #222;
	border-top: solid 2px #222;
}

.event_single .txt::after{
	bottom:0;
	right: 0;
	border-right: solid 2px #222;
	border-bottom: solid 2px #222;
}

.event_single .txt h1{
	font-size:2rem;
	font-weight:700;
	margin-bottom:0.5em;
}

.event_single .txt table{
	margin-bottom:1rem;
}

.event_single .txt table th{
	width:5rem;
	
}

.event_single .txt table td{
	width:calc(100% - 5rem);
	color:#888;
}

.event_single .gallery{
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top:2rem;
}

.event_single .gallery .img{
	width:48%;
}

.event_single .end_txt{
	background:#222;
	font-size:1.25rem;
	color:#fff;
	font-weight:700;
	padding:0.5em 1em;
	margin-bottom:2em;
}

.past_event_btn{
	font-size:1.25rem;
	margin-bottom:48px;
	border:2px solid #222;
	font-weight:700;
	padding:0.5em 1em;
}

/* class */

.service_header{
	background:#222;
	color:#fff;
}

.service_header .content_wrap .service_slick_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding:0 calc(100vw / 1920 * 72) 0 calc(100vw / 1920 * 120);
}

.service_header .content_wrap .service_slick_wrap .img{
	width:calc(100vw / 1920 * 160);
	opacity:0.2;
}

.service_header .content_wrap .service_slick_wrap .child{
	width:calc(100% - (100vw / 1920 * 160) - (100vw / 1920 * 48));
}

.service_header .content_wrap .service_slick_wrap h1{
	font-size:2rem;
	letter-spacing:0.2em;
	line-height:1.4;
	margin-bottom:1em;
}

.service_slick .slick-slide{
	line-height:2.2;
	padding-right:48px;
}

.service_slick .slick-slide h3{
	font-size:1.5rem;
	color:#888;
	margin-bottom:0.5em;
}

.service_slick .slick-slide p.min{
	font-size:0.8rem;
}

.service_content{
	padding:80px 0;
}

.service_content:last-child{
	padding:80px 0 0;
}

.service_content .title{
	width:32%;
	padding:0 32px;
	margin-bottom:48px;
}

.service_content .title h2{
	font-size:2rem;
	letter-spacing:0.2em;
	margin-bottom:0.5em;
}

.sc01{
	padding:80px 0 0;
}

.sc01 .content_wrap,
.sc03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sc01 .content_wrap .box{
	width:32%;
	margin-bottom:80px;
	background:#f6f6f6;
	padding:56px 32px 40px;
	position:relative;
}

.sc01 .content_wrap .box .number{
	position:absolute;
	top:-36px;
	left:32px;
	width:72px;
	height:72px;
	border-radius:50%;
	background:#222;
	color:#fff;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.sc01 .content_wrap .box .number h3{
	line-height:1;
}

.sc01 .content_wrap .box .number h3 span{
	display:block;
	font-size:1.75rem;
	font-weight:500;
}

.sc01 .content_wrap .box .img{
	margin-bottom:1rem;
}

.sc01 .content_wrap .box h4{
	font-size:1.25rem;
	font-weight:500;
	margin-bottom:0.5rem;
}

.sc01 .content_wrap .box:first-child{
	background:#fff;
}

.sc01 .content_wrap .box h2{
	font-size:2rem;
	letter-spacing:0.2em;
}

.sc01 .content_wrap .box:first-child h4{
	font-weight:400;
}

.sc01 .content_wrap .box h5{
	display:inline-block;
	color:#888;
	border:1px solid #888;
	padding:0.5em 1.5em;
	border-radius:2em;
	margin-top:1rem;
}

.sc02{
	background:#f6f6f6;
	padding:80px 0 60px
}

.sc02 .content_wrap{
	margin-bottom:20px;
}

.sc02 .content_wrap .box{
	width:calc(100% / 8);
	padding:0 16px;
	margin-bottom:28px;
	font-size:0.8rem;
}

.sc02 .content_wrap .box .img{
	background:#fff;
	padding:20px;
	margin:0 auto 0.25rem;
}

.sc02 .point{
	border:1px solid #222;
	background:#fff;
	padding:32px 48px 40px;
}

.sc02 .point h3{
	font-size:1.5rem;
	font-weight:500;
	margin-bottom:0.25em;
}

.sc03{
	background:#222;
	color:#fff;
}

.sc03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom:32px;
}

.sc03 .content_wrap .box{
	width:31%;
	background:#fff;
	color:#222;
}

.sc03 .content_wrap .box h3{
	background:#888;
	color:#fff;
	line-height:1.6;
	padding:1.5rem 0;
}

.sc03 .content_wrap .box h3 span{
	display:block;
	font-size:1.5rem;
}

.sc03 .content_wrap .box .txt{
	padding:20px 40px;
}

.sc03 .content_wrap .box .txt h4{
	font-size:1.25rem;
	font-weight:500;
	margin-bottom:0.75em;
}

.sc03 .content_wrap .box .txt ul li{
	padding-left:0.75em;
	margin-right:1.5em;
	position:relative;
}

.sc03 .content_wrap .box .txt ul li::before{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	content:"";
	width:0.25em;
	height:0.25em;
	background:#888;
	border-radius:50%;
}

.sc03 .content_wrap .box .txt p{
	color:#DF7163;
	font-weight:500;
}

.sc03 .content_wrap .box .txt p span{
	font-size:1.75rem;
	margin-left:0.5rem;
}

.sc03 .comment{
	font-size:0.8rem;
}

.sc04{
	padding:80px 0 0;
}

.sc04 h2{
	font-size:2rem;
	letter-spacing:0.2em;
	text-indent:0.2em;
	margin-bottom:1.5em;
}

.sc04 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sc04 .content_wrap .faq{
	width:46%;
	margin-bottom:40px;
}

.sc04 .content_wrap .faq h3{
	font-size:1.25rem;
	border-bottom:1px solid #ccc;
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
}

.sc04 .content_wrap .faq h3 span{
	font-size:2rem;
	display:inline-block;
	margin-right:0.5rem;
}

.sc04 .content_wrap .faq p{
	padding:0 2rem;
}

.repair01 h2{
	font-size:2rem;
	letter-spacing:0.2em;
	text-indent:0.2em;
	margin-bottom:1.5em;
}

.repair01 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom:60px;
}

.repair01 .content_wrap:nth-child(odd){
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	flex-direction: row-reverse;
}

.repair01 .content_wrap:last-child{
	margin-bottom:0;
}

.repair01 .content_wrap .img{
	width:50%;
}

.repair01 .content_wrap .txt{
	width:44%;
}

.repair01 .content_wrap .txt h3{
	font-size:1.5rem;
	margin-bottom:1em;
}

.maintenance01 .heading{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:3px solid #ddd;
}

.maintenance01 .heading p{
	color:#aaa;
}

.maintenance01 .heading h2{
	font-size:1.5rem;
}

.maintenance01 .content_wrap{
	-webkit-box-align: start;
	align-items: flex-start;
}

.maintenance01 .content_wrap:last-child{
	margin-bottom:0;
}

.maintenance01 .content_wrap .box{
	width:22%;
	margin-right:3%;
	margin-bottom:40px;
	padding-bottom:2rem;
	position:relative;
}

.maintenance01 .content_wrap .box h3{
	width:100%;
	margin:0 auto 15px;
}

.maintenance01 .content_wrap .box p{
	color:#888;
	font-size:0.9rem;
}

.maintenance01 .content_wrap .box .more{
	position:absolute;
	bottom:0;
	right:0;
	color:#aaa;
	cursor:pointer;
}

.maintenance01 .content_wrap .box .more span:nth-child(2){
	display:none;
}

.maintenance01 .content_wrap .box .more.active span:first-child{
	display:none;
}

.maintenance01 .content_wrap .box .more.active span:nth-child(2){
	display:block;
}

.maintenance01 .content_wrap .box .detail{
	display:none;
}

@media (max-width: 1366px) {

	/* common */
	
	html{
		font-size:calc(100vw / 1366 * 15);
	}
	
	/* layout */
	
	main{
		margin:0 auto calc(100vw / 1366 * 100);
	}
	
	.container{
		width:calc(100vw - (100vw / 1366 * 200));
	}
	
	.container-min{
		max-width:calc(100vw - (100vw / 1366 * 200));
		width:calc(100vw / 1366 * 1000);
	}
	
	/* floating */
	
	.floating a{
		width:calc(100vw / 1366 * 60);
		height:calc(100vw / 1366 * 60);
	}
	
	/* header */
	
	.header{
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 48);
	}
	
	.header .inner .logo{
		width:calc(100vw / 1366 * 160);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn{
		width:calc(100vw / 1366 * 40);
		height:calc(100vw / 1366 * 35);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line{
		height:calc(100vw / 1366 * 2);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line--center{
		top:calc(100vw / 1366 * 16);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line--top.active{
		top:calc(100vw / 1366 * 16);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line--bottom.active{
		bottom:calc(100vw / 1366 * 16);
	}
	
	.header .inner .h_nav_wrap .h_nav{
		width:calc(100vw / 1366 * 320);
		padding:calc(100vw / 1366 * 120) calc(100vw / 1366 * 48) 0;
	}
	
	/* footer */
	
	.footer{
		padding:calc(100vw / 1366 * 80) 0 calc(100vw / 1366 * 20);
	}
	
	.footer .inner{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.footer .inner .f_about .img{
		padding:calc(100vw / 1366 * 20);
	}
	
	/* home */
	
	.fv .inner .txt{
		padding:calc(100vw / 1920 * 200) calc(100vw / 1366 * 100) calc(100vw / 1366 * 80);
	}
	
	.fv .inner .txt h1{
		margin:0 auto calc(100vw / 1366 * 32);
	}
	
	.home_content{
		padding:calc(100vw / 1366 * 80) 0;
	}
	
	.hc01{
		padding:calc(100vw / 1366 * 40) 0;
	}
	
	.hc01 .content_wrap .hc01_slick{
		width:calc(100% - (100vw / 1366 * 120));
		padding-right:calc(100vw / 1366 * 100);
	}
	
	.hc01 .content_wrap .hc01_slick .slide-arrow{
		width:calc(100vw / 1366 * 40);
		height:calc(100vw / 1366 * 40);
	}
	
	.hc01 .content_wrap .hc01_slick .slide-arrow.prev-arrow{
		right:calc(100vw / 1366 * 44);
	}
	
	.hc02 .content_wrap{
		margin-top:calc(100vw / 1366 * 28);
	}
	
	.hc03 .content_wrap .box{
		padding:calc(100vw / 1366 * 40) calc(100vw / 1366 * 48);
	}

	.hc04 .content_wrap a::after{
		width:calc(100% - (100vw / 1366 * 96));
		height:calc(100% - (100vw / 1366 * 96));
	}
	
	.hc04 .content_wrap a .txt{
		width:calc(100% - (100vw / 1366 * 96));
		padding:calc(100vw / 1366 * 50);
	}
	
	/* page */
	
	.page_header{
		margin-bottom:calc(100vw / 1366 * 80);
	}
	
	.page_header .content_wrap .txt{
		padding:0 calc(100vw / 1366 * 72);
	}
	
	.page_content.not_mv{
		padding:calc(100vw / 1366 * 200) 0 calc(100vw / 1366 * 100);
	}
	
	.page_content.not_mv h1{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	/* policy */
	
	#policy .page_content .block{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	/* contact */
	
	#contact .block{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	#contact .block h2{
		border-bottom:calc(100vw / 1366 * 2) solid #222;
	}
	
	#contact .block .tel{
		padding:calc(100vw / 1366 * 20) 0;
	}
	
	/* archive */
	
	.pagination .page-numbers{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.pagination .page-numbers li a,
	.pagination .page-numbers li span{
		width:calc(100vw / 1366 * 48);
		height:calc(100vw / 1366 * 48);
	}
	
	/* news */
	
	.news_archive{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.news_single{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.news_single .ns_header{
		padding:0 calc(100vw / 1366 * 48) calc(100vw / 1366 * 24);
		margin-bottom:calc(100vw / 1366 * 24);
	}
	
	.news_single .inner{
		padding:0 calc(100vw / 1366 * 48);
	}
	
	/* event */
	
	.event_archive .event_article{
		margin-bottom:calc(100vw / 1366 * 48);
		box-shadow:calc(100vw / 1366 * 0) calc(100vw / 1366 * 4) calc(100vw / 1366 * 0) calc(100vw / 1366 * 0) #222;
	}
	
	.event_archive .event_article:hover{
		box-shadow:calc(100vw / 1366 * 0) calc(100vw / 1366 * 8) calc(100vw / 1366 * 0) calc(100vw / 1366 * 0) #222;
	}
	
	.event_single{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.event_single .txt{
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 48);
	}
	
	.event_single .txt::before,
	.event_single .txt::after{
		width:calc(100vw / 1366 * 40);
		height:calc(100vw / 1366 * 40);
	}
	
	.past_event_btn{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	/* class */
	
	.service_header .content_wrap .service_slick_wrap{
		padding:0 calc(100vw / 1920 * 72) 0 calc(100vw / 1920 * 120);
	}
	
	.service_header .content_wrap .service_slick_wrap .img{
		width:calc(100vw / 1920 * 160);
	}
	
	.service_header .content_wrap .service_slick_wrap .child{
		width:calc(100% - (100vw / 1920 * 160) - (100vw / 1920 * 48));
	}
	
	.service_slick .slick-slide{
		padding-right:calc(100vw / 1366 * 48);
	}
	
	.service_content{
		padding:calc(100vw / 1366 * 80) 0;
	}
	
	.service_content:last-child{
		padding:calc(100vw / 1366 * 80) 0 0;
	}
	
	.service_content .title{
		padding:0 calc(100vw / 1366 * 32);
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.sc01{
		padding:calc(100vw / 1366 * 80) 0 0;
	}
	
	.sc01 .content_wrap .box{
		margin-bottom:calc(100vw / 1366 * 80);
		padding:calc(100vw / 1366 * 56) calc(100vw / 1366 * 32) calc(100vw / 1366 * 40);
	}
	
	.sc01 .content_wrap .box .number{
		top:calc(100vw / 1366 * -36);
		left:calc(100vw / 1366 * 32);
		width:calc(100vw / 1366 * 72);
		height:calc(100vw / 1366 * 72);
	}
	
	.sc02{
		padding:calc(100vw / 1366 * 80) 0 calc(100vw / 1366 * 60)
	}
	
	.sc02 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 20);
	}
	
	.sc02 .content_wrap .box{
		width:calc(100% / 8);
		padding:0 calc(100vw / 1366 * 16);
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.sc02 .content_wrap .box .img{
		padding:calc(100vw / 1366 * 20);
	}
	
	.sc02 .point{
		padding:calc(100vw / 1366 * 32) calc(100vw / 1366 * 48) calc(100vw / 1366 * 40);
	}
	
	.sc03 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 32);
	}
	
	.sc03 .content_wrap .box .txt{
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 40);
	}
	
	.sc04{
		padding:calc(100vw / 1366 * 80) 0 0;
	}
	
	.sc04 .content_wrap .faq{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.repair01 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.maintenance01 .heading{
		margin-bottom:calc(100vw / 1366 * 30);
		padding-bottom:calc(100vw / 1366 * 20);
		border-bottom:calc(100vw / 1366 * 3) solid #ddd;
	}
	
	.maintenance01 .content_wrap:last-child{
		margin-bottom:0;
	}
	
	.maintenance01 .content_wrap .box{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.maintenance01 .content_wrap .box h3{
		margin:0 auto calc(100vw / 1366 *  15);
	}

}

@media (max-width:768px){

	/* common */

	html{
		font-size:calc(100vw / 750 * 30);
	}
	
	/* layout */
	
	main{
		margin:0 auto calc(100vw / 750 * 100);
	}
	
	.container{
		width:90vw;
	}
	
	.container-min{
		max-width:90vw;
		width:90vw;
	}
	
	/* parts */
	
	.heading01{
		font-size:2rem;
	}
	
	.heading01 span{
		font-size:0.8rem;
	}
	
	/* floating */
	
	.floating{
	  	z-index:1001;
	}
	
	.floating a{
		width:calc(100vw / 750 * 100);
		height:calc(100vw / 750 * 100);
	}
	
	.floating a.tel{
		width:calc(100vw / 750 * 100);
		height:calc(100vw / 750 * 100);
		display:-webkit-box;
	  	display:flex;
	  	flex-wrap: wrap;
	  	-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		padding:0;
	}
	
	.floating a.tel span{
		display:none;
	}
	
	/* header */
	
	.header{
		padding:calc(100vw / 750 * 20) 5vw;
		transition:.5s;
	}
	
	.header.active{
		background:#fff;
	}
	
	.header .inner .logo{
		width:calc(100vw / 750 * 180);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn{
		width:calc(100vw / 750 * 60);
		height:calc(100vw / 750 * 40);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line{
		height:calc(100vw / 750 * 2);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line--center{
		top:calc(100vw / 750 * 18);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line--top.active{
		top:calc(100vw / 750 * 18);
	}
	
	.header .inner .h_nav_wrap .h_nav_btn .menu__line--bottom.active{
		bottom:calc(100vw / 750 * 18);
	}
	
	.header .inner .h_nav_wrap .h_nav{
		width:70vw;
		padding:calc(100vw / 750 * 120) calc(100vw / 750 * 48) 0;
	}
	
	.header .inner .h_nav_wrap .h_nav ol{
		justify-content: flex-start;
	}
	
	.header .inner .h_nav_wrap .h_nav ol li{
		margin:0 0.5em 0 0;
	}
	
	/* footer */
	
	.footer{
		padding:calc(100vw / 750 * 100) 0;
	}
	
	.footer .inner{
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.footer .inner .f_logo{
		width:18%;
	}
	
	.footer .inner .f_logo .sns_link a{
		font-size:0.9rem;
	}
	
	.footer .inner .f_about{
		width:74%;
		font-size:0.8rem;
	}
	
	.footer .inner .f_about .img{
		padding:calc(100vw / 750 * 20);
	}
	
	.footer .inner .f_instagram{
		width:100%;
		margin-top:calc(100vw / 750 * 48);
	}
	
	.footer .inner .f_instagram > p{
		font-size:1.5rem;
	}
	
	/* home */
	
	.fv .inner .fv_slick{
		width:100%;
	}
	
	.fv .inner .txt{
		width:100%;
		padding:calc(100vw / 750 * 100) 5vw calc(100vw / 750 * 100);
		font-size:0.8rem;
	}
	
	.fv .inner .txt h1{
		width:24%;
		margin:0 auto 1.25rem;
	}
	
	.fv .inner .txt h2{
		font-size:1.25rem;
		margin-bottom:1rem;
	}
	
	.home_content{
		padding:calc(100vw / 750 * 100) 0;
	}
	
	.hc01{
		padding:calc(100vw / 750 * 60) 0;
	}
	
	.hc01 .content_wrap{
		width:100%;
	}
	
	.hc01 .content_wrap h4{
		margin-bottom:1rem;
	}
	
	.hc01 .content_wrap .hc01_slick{
		width:100%;
		padding-right:0;
	}
	
	.hc01 .content_wrap .hc01_slick .slide-arrow{
		top:calc(100vw / 750 * -84);
		transform:none;
		width:calc(100vw / 750 * 60);
		height:calc(100vw / 750 * 60);
	}
	
	.hc01 .content_wrap .hc01_slick .slide-arrow.prev-arrow{
		right:calc(100vw / 750 * 68);
		transform: translateY(0) rotate(180deg);
	}
	
	.hc01 .content_wrap .hc01_slick .slick-slide a p{
		width:100%;
		line-height:1.8;
	}
	
	.hc01 .content_wrap .hc01_slick .slick-slide a h5{
		width:100%;
		line-height:1.8;
	}
	
	.hc02{
		background: linear-gradient(180deg, #222 0%, #222 40%, #fff 40%, #fff 100%);
	}
	
	.hc02 .content_wrap{
		margin-top:1rem;
	}
	
	.hc02 .content_wrap .img{
		width:48%;
		margin-bottom:1rem;
	}
	
	.hc03 .content_wrap .box{
		width:100%;
		padding:calc(100vw / 750 * 40) 5vw calc(100vw / 750 * 60);
		margin-bottom:2rem;
	}
	
	.hc03 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	.hc03 .content_wrap .box h4{
		font-size:1.75rem;
	}
	
	.hc03 .content_wrap .box h4 span{
		font-size:1rem;
	}
	
	.front_event_archive{
		margin-bottom:1rem;
	}
	
	.hc04{
		padding:0;
	}
	
	.hc04 .content_wrap a{
		width:100%;
	}
	
	.hc04 .content_wrap a::after{
		width:90vw;
		height:calc(100% - 10vw);
	}
	
	.hc04 .content_wrap a .txt{
		width:90vw;
		padding:calc(100vw / 750 * 40) calc(100vw / 750 * 80);
		font-size:0.8rem;
	}
	
	.hc04 .content_wrap a .txt h3{
		margin-bottom:0;
	}
	
	.hc04 .content_wrap a .txt .waku span::before{
		width:calc(100vw / 750 * 2);
		height:calc(100vw / 750 * 48);
	}
	
	.hc04 .content_wrap a .txt .waku span::after{
		width:calc(100vw / 750 * 48);
		height:calc(100vw / 750 * 2);
	}
	
	.hc04 .content_wrap a:hover::after{
		width:90vw;
		height:calc(100% - 10vw);
	}
	
	.hc04 .content_wrap a:hover .img img{
		filter:none;
	}
	
	.hc04 .content_wrap a .txt .waku span:first-child,
	.hc04 .content_wrap a:hover .txt .waku span:first-child{
		top:0;
		left:calc(100vw / 750 * 40);
	}
	
	.hc04 .content_wrap a .txt .waku span:last-child,
	.hc04 .content_wrap a:hover .txt .waku span:last-child{
		bottom:0;
		right:calc(100vw / 750 * 40);
	}
	
	/* page */
	
	.page_header{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.page_header .content_wrap .img{
		width:100%;
	}
	
	.page_header .content_wrap .txt{
		width:100%;
		padding:calc(100vw / 750 * 60) 5vw;
	}
	
	.page_content.not_mv{
		padding:calc(100vw / 750 * 200) 0 calc(100vw / 750 * 100);
	}
	
	.page_content.not_mv h1{
		font-size:1.5rem;
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	/* policy */
	
	#policy .page_content .block{
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	/* contact */
	
	#contact .block{
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	#contact .block h2{
		border-bottom:calc(100vw / 750 * 2) solid #222;
		text-align:center;
	}
	
	#contact .block .content_wrap a{
		width:100%;
	}
	
	#contact .block .tel{
		width:100%;
		padding:calc(100vw / 750 * 20) 0 calc(100vw / 750 * 40);
		font-size:0.8rem;
		margin-bottom:1rem;
	}
	
	#contact .block .tel h3{
		font-size:2rem;
	}
	
	#contact .block .content_wrap .line{
		padding:calc(100vw / 750 * 66) 0 ;
	}
	
	#contact .block .content_wrap .line i{
		font-size:2rem;
	}
	
	#contact .block .content_wrap .line p{
		font-size:1.75rem;
	}
	
	#contact .block table th{
		display:block;
		width:100%;
		padding-bottom:0.5rem;
	}
	
	#contact .block table td{
		display:block;
		width:100%;
	}
	
	/* archive */
	
	.pagination .page-numbers{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.pagination .page-numbers li a,
	.pagination .page-numbers li span{
		width:calc(100vw / 750 * 80);
		height:calc(100vw / 750 * 80);
		font-size:0.8rem;
		padding-top:1em;
	}
	
	/* news */
	
	.news_archive{
		margin-bottom:calc(100vw / 750 * 80);
		margin-top:-1rem;
	}
	
	.news_archive a{
		padding:1rem 0;
	}
	
	.news_archive a p{
		width:100%;
		line-height:1.8;
	}
	
	.news_archive a h2{
		width:100%;
		line-height:1.8;
	}
	
	.news_single{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.news_single .ns_header{
		padding:0 0 1rem;
		margin-bottom:1rem;
	}
	
	.news_single .ns_header h1{
		font-size:1.25rem;
	}
	
	.news_single .inner{
		padding:0;
	}
	
	/* event */
	
	.event_archive .event_article{
		width:100%;
		margin-bottom:calc(100vw / 750 * 60);
		box-shadow:calc(100vw / 750 * 0) calc(100vw / 750 * 12) calc(100vw / 750 * 0) calc(100vw / 750 * 0) #222;
	}
	
	.event_archive .event_article:last-child{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.event_archive .event_article:hover{
		box-shadow:calc(100vw / 750 * 0) calc(100vw / 750 * 12) calc(100vw / 750 * 0) calc(100vw / 750 * 0) #222;
	}
	
	.event_single{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.event_single .txt{
		width:100%;
		max-width:100%;
		padding:calc(100vw / 750 * 20) calc(100vw / 750 * 48);
	}
	
	.event_single .txt h1{
		font-size:1.5rem;
		margin-bottom:0;
	}
	
	.event_single .txt::before,
	.event_single .txt::after{
		width:calc(100vw / 750 * 40);
		height:calc(100vw / 750 * 40);
	}
	
	.event_single .gallery .img{
		width:100%;
		margin-bottom:1rem;
	}
	
	.event_single .gallery .img:last-child{
		margin-bottom:0;
	}
	
	.past_event_btn{
		margin-bottom:calc(100vw / 750 * 48);
	}
	
	/* class */
	
	.service_header{
		margin-bottom:0;
	}
	
	.service_header .content_wrap .service_slick_wrap{
		padding:calc(100vw / 750 * 100) 5vw;
		position:relative;
	}
	
	.service_header .content_wrap .service_slick_wrap .img{
		position:absolute;
		bottom:calc(100vw / 750 * 48);
		right:calc(100vw / 750 * 24);
		width:calc(100vw / 750 * 160);
	}
	
	.service_header .content_wrap .service_slick_wrap .child{
		width:100%;
	}
	
	.service_header .content_wrap .service_slick_wrap h1{
		font-size:1.5rem;
		margin-bottom:0.5rem;
	}
	
	.service_slick .slick-slide{
		padding-right:calc(100vw / 750 * 80);
		font-size:0.8rem;
	}
	
	.service_slick .slick-slide h3{
		font-size:1rem;
		margin-bottom:0;
	}
	
	.service_content{
		padding:calc(100vw / 750 * 80) 0;
	}
	
	.service_content:last-child{
		padding:calc(100vw / 750 * 100) 0 0;
	}
	
	.service_content .title{
		width:100%;
		padding:0;
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.service_content .title h2{
		font-size:1.5rem;
		margin-bottom:0;
	}
	
	.sc01{
		padding:calc(100vw / 750 * 80) 0 0;
	}
	
	.sc01 .content_wrap .box{
		width:100%;
		margin-bottom:calc(100vw / 750 * 100);
		padding:calc(100vw / 750 * 40) 5vw;
	}
	
	.sc01 .content_wrap .box:first-child{
		padding:0;
		margin-bottom:calc(100vw / 750 * 120);
	}
	
	.sc01 .content_wrap .box .number{
		top:calc(100vw / 750 * -60);
		left:5vw;
		width:calc(100vw / 750 * 120);
		height:calc(100vw / 750 * 120);
	}
	
	.sc01 .content_wrap .box h2{
		font-size:1.5rem;
	}
	
	.sc01 .content_wrap .box:first-child h4{
		font-weight:500;
		font-size:1rem;
	}
	
	.sc02{
		padding:calc(100vw / 750 * 100) 0 calc(100vw / 750 * 100)
	}
	
	.sc02 .content_wrap{
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-bottom:calc(100vw / 750 * 40);
	}
	
	.sc02 .content_wrap .box{
		width:31%;
		padding:0;
		margin-bottom:calc(100vw / 750 * 32);
	}
	
	.sc02 .content_wrap .box .img{
		padding:calc(100vw / 750 * 32);
	}
	
	.sc02 .point{
		padding:calc(100vw / 750 * 32) 5vw calc(100vw / 750 * 40);
	}
	
	.sc02 .point h3{
		font-size:1.25rem;
	}
	
	.sc03 .content_wrap{
		margin-bottom:calc(100vw / 750 * 32);
	}
	
	.sc03 .content_wrap .box{
		width:100%;
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.sc03 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	.sc03 .content_wrap .box h3{
		font-size:0.8rem;
		padding:1rem 0;
	}
	
	.sc03 .content_wrap .box h3 span{
		font-size:1.25rem;
	}
	
	.sc03 .content_wrap .box .txt{
		padding:calc(100vw / 750 * 40) 5vw;
	}
	
	.sc03 .content_wrap .box .txt h4{
		font-size:1.25rem;
	}
	
	.sc03 .content_wrap .box .txt h4 br{
		display:none;
	}
	
	.sc03 .content_wrap .box .txt ul{
		font-size:0.8rem;
	}
	
	.sc03 .content_wrap .box .txt ul li{
		margin-right:1em;
	}
	
	.sc03 .content_wrap .box .txt p span{
		font-size:1.5rem;
	}
	
	.sc04{
		padding:calc(100vw / 750 * 80) 0 0;
	}
	
	.sc04 h2{
		font-size:1.5rem;
		margin-bottom:1em;
	}
	
	.sc04 .content_wrap .faq{
		width:100%;
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.sc04 .content_wrap .faq p{
		padding:0;
	}
	
	.repair01 h2{
		font-size:1.5rem;
		margin-bottom:1em;
	}
	
	.repair01 .content_wrap{
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.repair01 .content_wrap .img{
		width:100%;
		margin-bottom:calc(100vw / 750 * 32);
	}
	
	.repair01 .content_wrap .txt{
		width:100%;
	}
	
	.repair01 .content_wrap .txt h3{
		font-size:1.25rem;
		margin-bottom:0;
	}
	
	.repair01 .content_wrap{
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.maintenance01 .heading{
		margin-bottom:calc(100vw / 750 * 30);
		padding-bottom:calc(100vw / 750 * 20);
		border-bottom:calc(100vw / 750 * 3) solid #ddd;
	}
	
	.maintenance01 .content_wrap{
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	
	
	.maintenance01 .content_wrap:last-child{
		margin-bottom:0;
	}
	
	.maintenance01 .content_wrap .box{
		width:48%;
		margin-right:0;
		margin-bottom:calc(100vw / 750 * 60);
	}
	
	.maintenance01 .content_wrap .box h3{
		margin:0 auto calc(100vw / 750 *  24);
	}
	
	.maintenance01 .content_wrap .box h4{
		font-size:0.9rem;
	}
	
	.maintenance01 .content_wrap .box .more span{
		font-size:0.8rem;
	}
	
	.maintenance01 .content_wrap .box p{
		font-size:0.8rem;
	}
	
	.sp-none{
		display:none;
	}

}

