:root {
	--oc-link-color: #2C2C2C;
	--oc-primary-color: #2C2C2C;

	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	--header-height: 85px;
}

@media screen and (max-width:767px) {
	:root {
		--header-height: 80px;
	}
}

body {
	color: var(--oc-primary-color);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a,
a:hover {
	text-decoration: none;
	color: var(--oc-link-color);
}
img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */
*{
	word-break: break-word;
}
a{
    transition: all .3s;
}
a:hover{
	opacity: 0.5;
}
p{
	margin-bottom: 35px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home dl,
.home dd,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.tb,
.sp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.anchor-parent{
	position: relative;
}
.anchor{
	position: absolute;
	top: calc(-1 * var(--header-height));
}
.f1{
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f2{
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f3{
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.btn-s1{
	display: inline-block;
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	background: url(../img/arrow.svg) no-repeat 0 center;
}
.btn-s1.t2{
	color: #fff;
	background: url(../img/arrow02.svg) no-repeat 0 center;
}
.btn-s1.t3{
	display: inline-block;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	background: url(../img/arrow.svg) no-repeat 0 center;
	background-size: 25px;
}
.img-s1 img,
img.img-s1{
	border-radius: 10px;
}
h2.s1{
	overflow: hidden;
}
h2.s1 span{
	display: inline-block;
	position: relative;
}
h2.s1 span:before{
	content: '';
	position: absolute;
	left: calc(100% + 20px);
	top: 60%;
	width: 2000px;
	height: 2px;
	background: #2c2c2c;
}
a.tel{
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
	.pc.large{
		display: none;
	}
}

@media screen and (max-width:767px) {
	p{
		margin-bottom: 30px;
	}
	p:last-child{
		margin-bottom: 0;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.btn-s1,
	.btn-s1.t2,
	.btn-s1.t3{
		padding-left: 27px;
		background-size: 20px;
	}
	h2.s1 span:before {
	    left: calc(100% + 10px);
	}
	a.tel{
	  pointer-events: auto;
	}
}

/*base*/
#container{
	padding-top: var(--header-height);
	overflow: hidden;
}
.home #container{
	padding-top: 0;
}
.home .container,
.container.sub{
	margin: 0;
	padding: 0;
	margin-bottom: 150px;
	max-width: 100%;
}
.container.sub{
	margin-bottom: 100px;
}
.wrap{
	margin: 0 auto;
	max-width: 1195px;
	padding: 0 25px;
}

@media screen and (max-width:820px) {
	.home .container{
		margin-bottom: 120px;
	}
}

@media screen and (max-width:767px) {
    .home .container {
        margin-bottom: 16vw;
    }
	.container.sub {
	    margin-bottom: 16vw;
	}
}

/*ヘッダー*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(252,252,252, 0.9);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
	z-index: 99;
}
#header #hinr{
	align-items: center;
	position: relative;
	padding: 0 20px;
	height: var(--header-height);
}
#header .left{
	width: 165px;
}
#header .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
	/* width: 820px; */
}
#header .menu ul{
	display: flex;
	gap: 50px;
}
#header .menu a{
	letter-spacing: 3px;
}
#header .contact{
	display: flex;
	align-items: center;
}
#header .contact a{
	display: block;
	padding-left: 60px;
	height: 33px;
	border-left: #2c2c2c 1px solid;
}
#header .contact .t{
	line-height: 1.05;
}
#header .contact .t a{
	font-size: 12px;
	background: url(../img/icon-phone.svg) no-repeat 20px center;
	background-size: auto 100%;
}
#header .contact .t b{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
}
#header .contact .t span{
	margin-left: 5px;
	font-size: 15px;
}
#header .contact .f a{
	margin-left: 20px;
	background: url(../img/icon-mail.svg) no-repeat 20px center;
	background-size: auto 100%;
}
.sp-menu{
	position: fixed;
	top: var(--header-height);
	right: -100%;
	width: auto;
	padding: 0 25px;
	padding-bottom: 50px;
	width: 375px;
	height: calc(100% - var(--header-height));
	color: #fff;
	background: #2C2C2C;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
}
.sp-menu.on{
	right: 0;
}
.sp-menu .upper{
	margin-bottom: 45px;
}
.sp-menu li{
	padding: 40px 0 15px 0;
	border-bottom: #fff 1px solid;
}
.sp-menu li a{
	display: block;
	padding-left: 33px;
	min-height: 25px;
	color: #fff!important;
	font-size: 20px;
	line-height: 1;
	background: url(../img/arrow05.svg) no-repeat 0 center;
}
.sp-menu .bottom{
	text-align: center;
}
.sp-menu .bottom a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1;
}
.sp-menu .bottom b{
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	background: url(../img/icon-phone03.svg) no-repeat 0 center;
	background-size: 25px;
}
.sp-menu .bottom span{
	margin-left: 5px;
	font-size: 15px;
}
.menu-trigger{
	display: none;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 30px;
	height: 17px;
	cursor: pointer;
    transform: translateY(-50%);
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #2C2C2C;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

@media screen and (max-width:1100px) {
	#header .right,
	#header .contact{
		display: none;
	}
	.menu-trigger{
		display: block;
	}
}

@media screen and (max-width:767px) {
	#header .logo{
		width: 122px;
	}
	.menu-trigger{
		width: 16px;
		height: 12px;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(5px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-5px) rotate(45deg);
	}
}

/*メインカラム*/
.top-mv {
	position: relative;
	margin: 0 auto 140px;
    max-width: 1440px;
	aspect-ratio: 1920 / 1080;
}
.top-mv .front-hero-video-wrap {
	width: 100%;
}
.top-mv .front-hero-video {
    width: 100%;
    height: 100%;
	border-radius: 15px;
}
.top-mv .image img{
	display: block;
	width: 100%;
}
.top-mv .text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	line-height: 1;
	text-align: center;
    transform: translateY(-27%);
}
.top-mv .text p.s1{
	margin-bottom: 20px;
	font-size: 74px;
	line-height: 1.2;
	letter-spacing: 4px;
}
.top-mv .text p.s1 b.s4{
	font-size: 82px;
}
.top-mv .text p.s1 b.s5{
	font-size: 78px;
	font-weight: 400;
}
.top-mv .text p.s2{
	margin-bottom: 20px;
	height: 45px;
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 1px;
	white-space: nowrap;
	background: url(../img/deco.svg) no-repeat center;
	background-size: auto 100%;
}
.top-mv h1{
	font-size: 38px;
	letter-spacing: 0.05em;
}
.top-mv h1 span{
	letter-spacing: -2px;
}
.top-news {
	margin-bottom: 230px;
}
.top-news .left{
	position: relative;
	width: 200px;
	min-height: 200px;
}
.top-news .right{
	padding-left: 45px;
	width: 73.5%;
	border-left: #2c2c2c 2px solid;
}
.top-news h2{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
}
.top-news .more{
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-news li{
	padding: 15px 0;
	border-bottom: #ddd 1px solid;
}
.top-news li:last-child{
	border: none;
}
.top-news li a{
	line-height: 1.6;
}
.top-news .date{
	padding-top: 2px;
	width: 120px;
	font-size: 14px;
	letter-spacing: 1px;
}
.top-news .p-title{
	width: calc(100% - 140px);
}
.top-content h2{
	font-size: 40px;
	font-weight: 400;
	font-family: "zen-old-mincho", sans-serif;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
}
.top-content.c01 {
	margin-bottom: 230px;
}
.top-content.c01 h2{
	margin-bottom: 40px;
	text-align: center;
}
.top-content.c01 .upper{
	margin-bottom: 40px;
}
.top-content.c01 .more{
	text-align: right;
}
.top-content.c02 {
	margin-bottom: 220px;
}
.top-content.c02 h2{
	margin-bottom: 70px;
}
.top-content.c02 h2 b{
	font-size: 50px;
	font-weight: normal;
}
.top-content.c02 .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2.75%;
}
.top-content.c02 .box{
	width: 31.5%;
	line-height: 1.6;
	letter-spacing: 2px;
}
.top-content.c02 .image img{
	border-radius: 10px;
}
.top-content.c02 h3{
	margin-bottom: 25px;
	padding-top: 20px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 6px;
}
.top-content.c02 dt{
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700;
	border-top: #2c2c2c 1px solid;
	border-bottom: #2c2c2c 1px solid;
}
.top-content.c03 {
	margin-bottom: 140px;
}
.top-content.c03 h2{
	margin-bottom: 80px;
	text-align: center;
}
.top-content.c03 .upper {
	margin-bottom: 90px;
}
.top-content.c03 .upper .box{
	width: 49%;
	line-height: 1.6;
	font-size: 14px;
}
.top-content.c03 .upper .image img{
	border-radius: 10px;
}
.top-content.c03 h3{
	margin-bottom: 20px;
	padding-top: 25px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}
.top-content.c03 .bottom{
	font-size: 30px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 2px;
}
.top-content.c04 {
	margin-bottom: 140px;
	padding-top: 170px;
	padding-bottom: 90px;
	color: #fff;
	background: #2c2c2c;
}
.top-content.c04 h2{
	margin-bottom: 40px;
}
.top-content.c04 h2.s1 span:before{
	background: #fff;
}
.top-content.c04 .inr{
	position: relative;
}
.top-content.c04 .inr:before{
	content: '';
	position: absolute;
	top: 0;
	left: -4000px;
	width: 4000px;
	height: 100%;
	background: #2c2c2c;
	z-index: 10;
}
.top-content.c04 .slider-sub{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 45px;
}
.top-content.c04 .slider-sub .index{
	display: block;
	margin-right: 30px;
	height: 23px;
	line-height: 23px;
	letter-spacing: 2px;
}
.top-content.c04 .slider-sub .arrow{
	height: 23px;
	cursor: pointer;
}
.top-content.c04 .slider-sub .arrow i{
	display: inline-block;
}
.top-content.c04 .slider-sub .prev{
	margin-right: 35px;
}
.top-content.c04 .slider-sub .arrow img{
	display: block;
}
.top-content.c04 .slider{
	margin-bottom: 40px;
	width: 700px;
}
.top-content.c04 .slick-list{
	overflow: visible;
}
.top-content.c04 .box{
	margin-right: 30px;
	line-height: 1.6;
	background: #fff;
	border-radius: 10px;
}
.top-content.c04 .image{
	position: relative;
}
.top-content.c04 .image:before{
	content: '';
	display: block;
	padding-top: 78%;
}
.top-content.c04 .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.top-content.c04 .content{
	padding: 20px 15px;
	padding-bottom: 25px;
}
.top-content.c04 h3{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top-content.c04 .date{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.top-content.c04 .date b{
	padding: 0 7px;
	height: 26px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.1em;
	border: #2c2c2c 1px solid;
}
.top-content.c04 .date span{
	font-size: 17px;
	letter-spacing: 2px;
}
.top-content.c04 .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
	letter-spacing: 0.03em;
}
.top-content.c05 {
	margin-bottom: 130px;
}
.top-content.c05 h2{
	margin-bottom: 80px;
}
.top-content.c05 .upper {
	margin-bottom: 90px;
}
.top-content.c05 .upper .u{
	margin-bottom: 110px;
}
.top-content.c05 .upper .box{
	width: 48.5%;
}
.top-content.c05 .upper .b{
	display: flex;
	flex-wrap: wrap;
	gap: 60px 2.75%;
}
.top-content.c05 .upper .b .box{
	width: 31.5%;
}
.top-content.c05 .upper .image img{
	border-radius: 10px;
}
.top-content.c05 .upper h3{
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
.top-content.c05 .upper .box p{
	letter-spacing: 0.1em;
}
.top-content.c05 .upper p:not(:last-child){
	margin-bottom: 25px;
}
.top-content.c05 .bottom{
	gap: 30px 0;
}
.top-content.c05 .bottom .box{
	width: 48.5%;
	border: #ddd 1px solid;
	border-radius: 10px;
}
.top-content.c05 .bottom .box > div{
	display: flex;
	align-items: center;
	position: relative;
	padding: 18px;
	padding-left: 140px;
	min-height: 140px;
}
.top-content.c05 .bottom .image{
	position: absolute;
	top: 50%;
	left: 18px;
    transform: translateY(-50%);
}
.top-content.c05 .bottom .image img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}
.top-content.c05 .bottom .text{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top-content.c05 .bottom .box span{
	display: block;
	font-size: 16px;
}
.top-content.c06 {
	position: relative;
	margin-bottom: 315px;
	padding-top: 140px;
	padding-bottom: 240px;
	color: #fff;
	background: #2c2c2c;
}
.top-content.c06:before {
	content: '';
	position: absolute;
	right: 50%;
	bottom: -130px;
	width: calc(50% + 500px);
	height: 260px;
	background: url(../img/top-c06-02.jpg) no-repeat center;
	background-size: cover;
	border-radius: 0 10px 10px 0;
    transform: translateX(500px);
}
.top-content.c06 h2{
	margin-bottom: 90px;
}
.top-content.c06 h2.s1 span:before{
	background: #fff;
}
.top-content.c06 .inr{
	text-align: center;
}
.top-content.c07 {
	margin-bottom: 180px;
}
.c07 .inr {
    letter-spacing: 0.03em;
}
.top-content.c07 h2{
	margin-bottom: 80px;
	text-align: center;
	letter-spacing: 0.1em;
}
.top-content.c07 .inr p.s1{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
}
.top-content.c07 .inr p.s2{
	font-size: 14px;
	text-align: right;
	line-height: 2.7;
}
.top-content.c07 .inr p.s2 span{
	display: block;
	font-weight: bold;
}
.top-content.c07 .inr p.s2 b img{
	display: inline-block;
	margin-left: 10px;
	width: 127px;
	height: 30px;
    transform: translateY(-6px);
}
.top-content.c07.environment ol li{
	list-style-type: dicimal !important;
}
.top-content.c08{
	position: relative;
	margin-bottom: 180px;
	padding-bottom: 255px;
}
.top-content.c08:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 580px;
	background: url(../img/top-c08-05-2.jpg) no-repeat center;
	background-size: cover;
}
.top-content.c08 .wrap{
	position: relative;
	max-width: 1205px;
	padding: 0 30px;
	padding-bottom: 90px;
	background: #fff;
	border-radius: 10px;
}
.top-content.c08 h2{
	padding-top: 10px;
	font-size: 25px;
	border-top: #2c2c2c 2px solid;
}
.top-content.c08 .inr{
	margin: 0 auto;
	max-width: 910px;
}
.top-content.c08 .middle,
.top-content.c08 .upper {
	margin-bottom: 200px;
}
.top-content.c08 .upper h2{
	margin-bottom: 90px;
}
.top-content.c08 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: #ddd 1px solid;
}
.top-content.c08 .middle dl,
.top-content.c08 .upper dl{
	padding: 30px 0;
}
.top-content.c08 .upper dl{
	letter-spacing: 0.03em;
	text-align : justify;
}
.top-content.c08 dt{
	font-weight: normal;
}
.top-content.c08 .middle dt,
.top-content.c08 .upper dt{
	padding-right: 10px;
	width: 38%;
}
.top-content.c08 .upper dt{
	font-weight: bold;
}
.top-content.c08 .middle dd,
.top-content.c08 .upper dd{
	width: 62%;
}
.top-content.c08 .middle h2{
	margin-bottom: 75px;
}
.top-content.c08 .bottom h2{
	margin-bottom: 60px;
}
.top-content.c08 .bottom .left{
	width: 51.5%;
}
.top-content.c08 .bottom .right{
	padding-top: 45px;
	width: 35%;
}
.top-content.c08 .bottom dl{
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.top-content.c08 .bottom dt{
	width: 89%;
}
.top-content.c08 .bottom dd{
	width: 11%;
	text-align: right;
}
.top-content.c08 .bottom dt span{
	font-size: 13px;
}
.top-content.c08 .bottom .box:not(:last-child){
	margin-bottom: 60px;
}
.top-content.c08 .bottom figure{
	display: block;
}
.top-content.c08 .bottom .right img{
	display: block;
	margin-bottom: 3px;
	border-radius: 10px
}
.top-content.c08 .bottom .right .box:last-child figcaption{
	display: flex;
}
.top-content.c08 .bottom .right .box:last-child figcaption span{
	flex: 1 0 auto;
}
.top-content.c09 .left{
	width: 49%;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
.top-content.c09 .right{
	width: 44%;
}
.top-content.c09 .right .inr{
	padding-right: 25px;
	max-width: 545px;
}
.top-content.c09 iframe{
	display: block;
}
.top-content.c09 h2{
	margin-bottom: 110px;
}
.top-content.c09 .company{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.top-content.c09 .tel a{
	display: block;
	padding-left: 35px;
	font-size: 20px;
	background: url(../img/icon-phone02.svg) no-repeat 0 center;
}
.top-content.c09 dt{
	margin-bottom: 15px;
	padding-left: 35px;
	min-height: 37px;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/icon-pin.svg) no-repeat 0 center;
}
.top-content.c09 ul{
	padding-left: 60px;
}
.top-content.c09 li{
	margin-bottom: 15px;
	line-height: 1.6;
	list-style: disc;
}

@media screen and (max-width:1000px) {
	.top-mv .text p.s1{
		font-size: 50px;
	}
	.top-mv .text p.s1 b.s4{
		font-size: 58px;
	}
	.top-mv .text p.s1 b.s5{
		font-size: 55px;
	}
}

@media screen and (max-width:820px) {
	.top-mv {
	    margin-bottom: 80px;
	}
	.top-news {
		position: relative;
		margin-bottom: 100px;
		padding-bottom: 70px;
	}
	.top-news .left{
		position: static;
		margin-bottom: 5px;
		width: 100%;
		min-height: initial;
	}
	.top-news .right{
		padding-left: 0;
		width: 100%;
		border: none;
		border-top: #2c2c2c 2px solid;
	}
	.top-news h2{
		font-size: 30px;
	}
	.top-news .more{
		width: 100%;
		text-align: center;
	}
	.top-news li{
		padding: 20px 0;
	}
	.top-news li:last-child{
		border-bottom: #ddd 1px solid;
	}
	.top-content h2{
		font-size: 30px;
	}
	.top-content.c08,
	.top-content.c07,
	.top-content.c05,
	.top-content.c02,
	.top-content.c01 {
	    margin-bottom: 120px;
	}
	.top-content.c02 h2 b {
	    font-size: 40px;
	}
	.top-content.c02 h3{
		font-size: 20px;
	}
	.top-content.c02 dt{
		font-size: 18px;
	}
	.top-content.c04 {
	    margin-bottom: 120px;
	    padding: 80px 0;
	}
	.top-content.c05 .upper h3 {
	    font-size: 20px;
	}
	.top-content.c05 .bottom .box {
	    width: 100%;
	}
	.top-content.c06 {
	    margin-bottom: 250px;
	    padding-top: 80px;
	}
	.top-content.c07 .left{
		width: 50%;
	}
	.top-content.c07 .right{
		width: 45%;
	}
	.top-content.c08 .wrap {
	    border-radius: 0;
	}
	.top-content.c08 .upper h2 {
	    margin-bottom: 50px;
	}
	.top-content.c09 {
		position: relative;
		padding-top: 80px;
	}
	.top-content.c09 .right,
	.top-content.c09 .left{
		width: 100%;
		border-radius: 0;
	}
	.top-content.c09 .right{
		padding: 0 25px;
	}
	.top-content.c09 .left{
		margin-bottom: 60px;
	}
	.top-content.c09 iframe{
		height: 450px!important;
	}
	.top-content.c09 h2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.top-mv {
		aspect-ratio: 375 / 600;
	}
	.top-mv .front-hero-video-wrap {
		height: 100%;
		overflow: hidden;
	}
	.top-mv .front-hero-video {
		width: auto;
		transform: translateX(-36%);
	}
	.top-mv .text{
	    transform: translateY(7%);
	}
	.top-mv .text p.s1{
		margin-bottom: 15px;
		font-size: 42px;
	}
	.top-mv .text p.s1 b.s4{
		font-size: 47px;
	}
	.top-mv .text p.s1 b.s5{
		font-size: 44px;
	}
	.top-mv .text p.s2{
		margin-bottom: 15px;
		height: 32px;
		font-size: 17px;
		line-height: 32px;
		background: url(../img/deco.svg) no-repeat center;
		background-size: auto 100%;
	}
	.top-mv h1{
		font-size: 28px;
	}
	.top-content h2,
	.top-news h2{
		font-size: 25px;
	}
	.top-news{
		margin-bottom: 18vw;
	}
	.top-news .p-title,
	.top-news .date{
		width: 100%;
	}
	.top-news .date{
		margin-bottom: 10px;
	}
    .top-content.c08,
    .top-content.c07,
    .top-content.c05,
    .top-content.c03,
    .top-content.c02,
    .top-content.c01 {
        margin-bottom: 28vw;
    }
	.top-content.c01 .upper{
		margin: 0 -25px;
		margin-bottom: 10vw;
	}
	.top-content.c01 .upper img{
		width: 100%;
	}
	.top-content.c01 h2 {
	    margin-bottom: 8vw;
	}
	.top-content.c01 .more{
		text-align: center;
	}
	.top-content.c02 h2 {
	    margin-bottom: 10vw;
	}
    .top-content.c02 h2 b {
        font-size: 30px;
    }
	.top-content.c02 .inr {
	    gap: 16vw;
	}
	.top-content.c02 .box {
	    width: 100%;
	}
	.top-content.c02 h3 {
	    padding-top: 25px;
	}
	.top-content.c02 dt {
	    padding: 15px 0;
	}
	.top-content.c03 h2 {
	    margin-bottom: 15vw;
	}
	.top-content.c03 .upper .box {
	    width: 100%;
	}
	.top-content.c03 .upper {
	    margin-bottom: 14vw;
	    gap: 16vw;
	}
	.top-content.c03 .bottom {
	    font-size: 20px;
	}
	.top-content.c04 {
		margin-bottom: 22vw;
        padding: 15vw 0;
        padding-bottom: 20vw;
    }
	.top-content.c04 .slider-sub {
	    margin-bottom: 10vw;
	}
	.top-content.c04 .slider {
		margin-bottom: 12vw;
	    width: calc(100% + 30px);
	}
	.top-content.c04 .more{
		text-align: center;
	}
	.top-content.c05{
		margin-bottom: 24vw;
	}
	.top-content.c05 h2 {
	    margin-bottom: 8vw;
	}
	.top-content.c05 .upper .b,
	.top-content.c05 .upper .u {
	    margin-bottom: 14vw;
	    gap: 14vw;
	}
	.top-content.c05 .upper .box{
		width: 100%!important;
	}
	.top-content.c05 .upper .more{
		text-align: center;
	}
	.top-content.c05 .upper p:not(:last-child){
		margin-bottom: 15px;
	}
	.top-content.c05 .bottom {
    	gap: 10px;
	}
	.top-content.c05 .bottom .box{
		border-radius: 5px;
	}
	.top-content.c05 .bottom .box > div{
		padding: 10px;
		padding-left: 80px;
		min-height: 80px;
	}
	.top-content.c05 .bottom .image{
		left: 10px;
	}
	.top-content.c05 .bottom .image img{
		width: 60px;
		height: 60px;
	}
	.top-content.c05 .bottom .text{
		font-size: 18px;
	}
	.top-content.c05 .bottom .box span{
		font-size: 12px;
	}
    .top-content.c06 {
        margin-bottom: 16vw;
        padding-top: 12vw;
        padding-bottom: 80vw;
    }
	.top-content.c06:before {
		right: 0;
		bottom: 0;
		width: 100%;
		height: 68vw;
		background: url(../img/top-c06-02-sp.jpg) no-repeat center;
		background-size: cover;
		border-radius: 0;
	    transform: translateX(0);
	}
	.top-content.c06 h2 {
	    margin-bottom: 8vw;
	}
	.top-content.c06 .inr img{
		width: 100%;
	}
	.top-content.c07{
		margin-bottom: 16vw;
	}
	.top-content.c07 h2 {
	    margin-bottom: 14vw;
	}
	.top-content.c07 .left,
	.top-content.c07 .right{
		width: 100%;
	}
	.top-content.c07 .left{
		order: 2;
	}
	.top-content.c07 .right{
		margin-bottom: 6vw;
	}
	.top-content.c07 .right img{
		border-radius: 0;
	}
	.top-content.c07 .left p.s1{
		margin-bottom: 15px;
	}
	.top-content.c07 .left p.s2 span{
	    font-size: 16px;
	}
	.top-content.c08{
		margin-bottom: 14vw;
		padding-bottom: 53vw;
	}
	.top-content.c08:before{
		height: 52vw;
		background: url(../img/top-c08-05-sp.jpg) no-repeat center;
		background-size: cover;
	}
	.top-content.c08 .wrap {
	    padding: 0 25px;
	    padding-bottom: 14vw;
	    border-radius: 0;
	}
	.top-content.c08 .upper {
	    margin-bottom: 12vw;
	}
	.top-content.c08 .middle{
		margin-bottom: 22vw;
	}
	.top-content.c08 .middle h2,
	.top-content.c08 .upper h2 {
	    margin-bottom: 7vw;
	}
	.top-content.c08 .middle dl,
	.top-content.c08 .upper dl{
		margin-bottom: 6vw;
		padding: 0;
		border: none;
	}
	.top-content.c08 .middle dt,
	.top-content.c08 .upper dt,
	.top-content.c08 .middle dd,
	.top-content.c08 .upper dd{
		padding: 10px;
		width: 100%;
	}
	.top-content.c08 .middle dt,
	.top-content.c08 .upper dt{
		background: #d9d9d9;
	}
	.top-content.c08 .bottom h2 {
	    margin-bottom: 16vw;
	}
	.top-content.c08 .bottom .right{
		padding-top: 0;
		width: 100%;
	}
	.top-content.c08 .bottom figure{
		margin-bottom: 5vw;
		text-align: center;
	}
	.top-content.c08 .bottom .right img {
	    margin-bottom: 10px;
	}
	.top-content.c08 .bottom .sp dl {
		align-items: center;
	    padding: 10px 0;
	    border-bottom: #ddd 1px dotted;
	}
	.top-content.c08 .bottom dt{
		width: 84%;
	}
	.top-content.c08 .bottom dd{
		width: 14%;
	}
	.top-content.c08 .bottom dt span {
		display: block;
	}
    .top-content.c09 {
        padding-top: 20vw;
    }
	.top-content.c09 .right .inr {
    	padding-right: 0;
    	max-width: 100%;
	}
    .top-content.c09 .left {
        margin-bottom: 7vw;
    }
    .top-content.c09 iframe {
        height: 330px !important;
    }
	.top-content.c09 .company {
		margin-bottom: 10px;
	    font-size: 22px;
	}
	.top-content.c09 ul {
	    padding-left: 25px;
	}
	.top-content.c09 li {
	    font-size: 14px;
	}
}

/*下層ページ*/
.pankuzu {
	margin-bottom: 120px;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1.6;
}
.pankuzu ul{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 0;
	padding: 0;
}
.pankuzu li{
	font-size: 14px;
	list-style: none;
}
.pankuzu li:first-child{
	padding-left: 20px;
	background: url(../img/icon-home.svg) no-repeat 0 center;
}
.pankuzu li:not(:first-child){
	position: relative;
}
.pankuzu li:not(:first-child):before{
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 10px;
	height: 100%;
	background: url(../img/arrow06.svg) no-repeat 0 center;
    transform: translateY(-46%);
}
.pankuzu li a{
	text-decoration: underline;
}
.page-header {
	margin-bottom: 170px;
}
.page-header h2{
	margin-bottom: 85px;
	font-size: 40px;
	text-align: center;
}
.page-header h3{
	margin-bottom: 35px;
	font-size: 27px;
	letter-spacing: 2px;
}
.page-header .image{
	margin-bottom: 45px;
}
.page-header .image img{
	border-radius: 10px;
}
.page-header .text{
	letter-spacing: 0.03em;
}
.container.sub h2{
	font-size: 40px;
	font-weight: 400;
	font-family: "zen-old-mincho", sans-serif;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
}

@media screen and (max-width:820px) {
	.pankuzu{
		margin-bottom: 10vw;
	}
	.page-header {
		margin-bottom: 15vw;
	}
	.container.sub h2{
		font-size: 30px;
	}
	.sub .page-header h2{
		font-size: 35px;
	}
}

@media screen and (max-width:767px) {
	.pankuzu {
		padding-left: 15px;
		padding-bottom: 10px;
		background: #d9d9d9;
	}
	.page-header {
		margin-bottom: 12vw;
	}
	.container.sub h2{
		font-size: 25px;
	}
	.sub .page-header h2{
		margin-bottom: 10vw;
		font-size: 30px;
	}
	.page-header h3{
		margin-bottom: 15px;
		font-size: 25px;
		text-align: center;
	}
	.page-header .image {
	    margin-bottom: 15px;
	}
}

/*事業内容*/
body.services dl,
body.services dd{
	margin-bottom: 0;
}
body.services .content.c01 {
	position: relative;
	margin-bottom: 110px;
	padding-top: 140px;
	padding-bottom: 210px;
	color: #fff;
	background: url(../img/services/services-c01-bg.jpg) no-repeat center;
	background-size: cover;
}
body.services .content.c01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 50px);
	max-width: 910px;
	height: 100%;
	background: #2c2c2c;
    transform: translateX(-50%);
}
body.services .content.c01 h2{
	margin-bottom: 150px;
}
body.services .content.c01 h2.s1 span:before{
	background: #fff;
}
body.services .content.c01 .inr{
    counter-reset: count1;
	position: relative;
	margin: 0 auto;
	max-width: 910px;
	padding: 0 11%;
}
body.services .content.c01 .box{
	line-height: 1.6;
}
body.services .content.c01 .box:not(:last-child){
	margin-bottom: 60px;
}
body.services .content.c01 .left{
	position: relative;
	width: 30%;
	border-radius: 5px;
	overflow: hidden;
}
body.services .content.c01 .right{
	width: 64.5%;
	letter-spacing: 0.03em;
}
body.services .content.c01 .left:after,
body.services .content.c01 .left:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: rgba(44,44,44, 0.7);
	border-radius: 0 0 5px 0;
}
body.services .content.c01 .left:after{
    counter-increment: count1;
    content: counter(count1);
    padding-right: 5px;
    font-size: 27px;
    font-style: italic;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
    text-align: center;
    line-height: 37px;
	background: none;
}
body.services .content.c01 h3{
	margin-bottom: 25px;
	font-size: 30px;
	letter-spacing: 2px;
}
body.services .content.c02 {
	margin-bottom: 140px;
}
body.services .content.c02 h2{
	margin-bottom: 80px;
	text-align: center;
}
body.services .content.c02 .box{
	width: 49%;
	line-height: 1.6;
}
body.services .content.c02 .image img{
	border-radius: 10px;
}
body.services .content.c02 h3{
	margin-bottom: 20px;
	padding-top: 25px;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 2px;
}
body.services .content.c02 dl{
	letter-spacing: 0.1em;
}
body.services .content.c02 dt{
	margin-bottom: 15px;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
body.services .content.c03 h2{
	margin-bottom: 80px;
}
body.services .content.c03 .upper {
	margin-bottom: 90px;
}
body.services .content.c03 .upper .u{
	margin-bottom: 110px;
}
body.services .content.c03 .upper .box{
	width: 48.5%;
	letter-spacing: 0.1em;
}
body.services .content.c03 .upper .b{
	display: flex;
	flex-wrap: wrap;
	gap: 60px 2.75%;
}
body.services .content.c03 .upper .b .box{
	width: 31.5%;
}
body.services .content.c03 .upper .image img{
	border-radius: 10px;
}
body.services .content.c03 .upper h3{
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
body.services .content.c03 .upper p:not(:last-child){
	margin-bottom: 25px;
}
body.services .content.c03 .bottom{
	gap: 30px 0;
}
body.services .content.c03 .bottom .box{
	width: 48.5%;
	border: #ddd 1px solid;
	border-radius: 10px;
}
body.services .content.c03 .bottom .box > div{
	display: flex;
	align-items: center;
	position: relative;
	padding: 18px;
	padding-left: 140px;
	min-height: 140px;
}
body.services .content.c03 .bottom .image{
	position: absolute;
	top: 50%;
	left: 18px;
    transform: translateY(-50%);
}
body.services .content.c03 .bottom .image img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}
body.services .content.c03 .bottom .text{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
}
body.services .content.c03 .bottom .box span{
	display: block;
	font-size: 16px;
}
body.privacy .content {
	margin-bottom: 20px;
}
.link-cate {
	padding: 0 0.75em;
    border-radius: 4px;
	background: #ececec;
}
.contact-form .field-group .label-wrap .group-label,
.contact-form .field-group .text-input {
	font-size: 18PX;
}
.contact-form .field-group.radio {
	height: auto;
}
.contact-form .field-group.radio .label-wrap {
	align-self: flex-start;
}
.contact-form .field-group.radio .input-wrap {
	height: auto;
    flex-direction: column;
	align-items: flex-start;
}
.contact-form .field-group .contact-radio input[type="radio"] ~ label {
	font-size: 18px;
	padding: 0 0 0 1em;
}
.contact-form .field-group.radio .contact-radio {
	width: 360px;
    margin-bottom: 1em;
}
.contact-form .field-group.radio .input-wrap {
    flex-direction: column;
	align-items: flex-start;
}
@media screen and (max-width:820px) {
	body.services .content.c01 {
	    margin-bottom: 15vw;
	    padding-top: 10vw;
	    padding-bottom: 15vw;
	}
	body.services .content.c01:before {
	    width: 100%;
	}
	body.services .content.c01 h2 {
	    margin-bottom: 15vw;
	}
	body.services .content.c01 .inr {
	    padding: 0;
	}
	body.services .content.c01 h3 {
	    font-size: 22px;
	}
	body.services .content.c02 {
	    margin-bottom: 15vw;
	}
	body.services .content.c02 h3 {
	    font-size: 22px;
	}
	body.services .content.c03 .upper h3 {
	    font-size: 20px;
	}
	body.services .content.c03 .bottom .box {
	    width: 100%;
	}
}

@media screen and (max-width:767px) {
    body.services .content.c01 {
        margin-bottom: 12vw;
        padding-bottom: 18vw;
    }
	body.services .content.c01 h2.s1 span{
		padding-bottom: 20px;
	}
	body.services .content.c01 h2.s1 span:before{
		top: auto;
		left: 0;
		bottom: 0;
	}
	body.services .content.c01 h2{
		margin-bottom: 30px;
	}
	body.services .content.c01 .box:not(:last-child){
		margin-bottom: 40px;
	}
	body.services .content.c01 .left{
		margin-bottom: 20px;
		width: 100%;
		border-radius: 5px;
	}
	body.services .content.c01 .right{
		width: 100%;
	}
	body.services .content.c01 h3 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
    body.services .content.c02 {
        margin-bottom: 13vw;
    }
	body.services .content.c02 h2 {
	    margin-bottom: 7vw;
	}
	body.services .content.c02 .inr {
	    margin-bottom: 14vw;
	    gap: 13vw;
	}
	body.services .content.c02 .box {
	    width: 100%;
	}
    body.services .content.c02 h3 {
        font-size: 20px;
    }
	body.services .content.c02 dt{
		padding: 16px 0;
		font-size: 16px;
	}
	body.services .content.c03 h2 {
	    margin-bottom: 8vw;
	}
	body.services .content.c03 .upper .b,
	body.services .content.c03 .upper .u {
	    margin-bottom: 14vw;
	    gap: 14vw;
	}
	body.services .content.c03 .upper .box{
		width: 100%!important;
	}
	body.services .content.c03 .upper .more{
		text-align: center;
	}
	body.services .content.c03 .upper p:not(:last-child){
		margin-bottom: 15px;
	}
	body.services .content.c03 .bottom {
    	gap: 10px;
	}
	body.services .content.c03 .bottom .box{
		border-radius: 5px;
	}
	body.services .content.c03 .bottom .box > div{
		padding: 10px;
		padding-left: 80px;
		min-height: 80px;
	}
	body.services .content.c03 .bottom .image{
		left: 10px;
	}
	body.services .content.c03 .bottom .image img{
		width: 60px;
		height: 60px;
	}
	body.services .content.c03 .bottom .text{
		font-size: 18px;
	}
	body.services .content.c03 .bottom .box span{
		font-size: 12px;
	}
}

/*各加工技術ページ用テンプレート*/
.container.template1 h3,
.container.template1 h2,
.container.template1 h1{
	margin-bottom: 70px;
	font-size: 40px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
}
.container.template1 h2{
	margin: 45px 0;
	padding: 15px;
	font-size: 30px;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
}
.container.template1 h3{
	margin: 35px 0;
	padding: 20px 0;
	font-size: 25px;
	border-top: #a3a3a3 1px solid;
	border-bottom: #a3a3a3 1px solid;
}
.container.template1 h4{
	margin: 30px 0;
	font-size: 20px;
	font-weight: bold;
}
.container.template1 .content .eyecatch{
	margin-bottom: 75px;
	text-align: center;
}
.container.template1 .eyecatch img{
	border-radius: 10px;
}
.container.template1 .wp-block-image,
.container.template1 .wp-block-columns{
	margin-bottom: 100px;
}
.container.template1 figure.aligncenter{
	width: 100%;
}
.container.template1 .table-s1.wp-block-columns{
	margin-bottom: 50px;
}
.container.template1 .table-s1 table{
	width: 100%;
	border: #2c2c2c 1px solid;
}
.table-s1 .wp-block-table thead,
.table-s1 .wp-block-table td,
.table-s1 .wp-block-table th {
    border: none;
}
.container.template1 .table-s1 tbody tr:nth-of-type(even) th,
.container.template1 .table-s1 tbody tr:nth-of-type(even):not(:last-child) td{
	border-bottom: none;
    background-size: 9px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #2c2c2c 3px, transparent 3px, transparent 9px);
}
.container.template1 .table-s1 thead th{
	padding: 20px;
	width: 35%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #868686;
	border-right: #2c2c2c 1px solid;
	border-bottom: #2c2c2c 1px solid;
}
.container.template1 .table-s1 tbody th{
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	background: #efefef;
	border-right: #2c2c2c 1px solid;
	border-bottom: #2c2c2c 1px solid;
}
.container.template1 .table-s1 thead th:nth-of-type(1),
.container.template1 .table-s1 tbody th{
	width: 30%;
}
.container.template1 .table-s1 td{
	padding: 15px 10px;
	width: 35%;
	border-right: #2c2c2c 1px solid;
	border-bottom: #2c2c2c 1px solid;
}
.container.template1 .content li{
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	.container.template1 .pankuzu{
		margin-bottom: 8vw;
	}
	.container.template1 h3,
	.container.template1 h2,
	.container.template1 h1{
		margin-bottom: 20px;
		font-size: 25px;
	}
	.container.template1 h2{
		margin: 20px 0;
		padding: 5px 10px;
		font-size: 20px;
	}
	.container.template1 h3{
		margin: 20px 0;
		padding: 10px 0;
		font-size: 18px;
	}
	.container.template1 h4{
		margin: 20px 0;
		font-size: 18px;
	}
	.container.template1 .content .eyecatch{
		margin-bottom: 10vw;
	}
	.container.template1 .wp-block-image,
	.container.template1 .wp-block-columns{
		margin-bottom: 15vw;
	}
	.container.template1 .table-s1.wp-block-columns{
		margin-bottom: 25px;
	    margin-right: -25px;
	    padding-right: 25px;
	    overflow-x: auto;
	    scroll-snap-type: x mandatory;
	}
	.container.template1 .table-s1.wp-block-columns .wp-block-column table,
	.container.template1 .table-s1.wp-block-columns .wp-block-column{
		flex-basis: 540px!important;
	    width: 540px!important;
	}
	.wide-content-wrap::-webkit-scrollbar {
	  display: none;
	}
	.container.template1 .table-s1 thead th:nth-of-type(1),
	.container.template1 .table-s1 tbody th{
		/* position: sticky; */
		left: 0;
		z-index: 1;
		width: 15%;
		text-align: center;
	}
	.container.template1 .table-s1 td{
		width: 42.5%;
	}
}

/*フッター*/
body:not(.home) #footer {
    margin-top: 80px;
}
#footer .upper {
	margin-bottom: 90px;
}
#footer .upper .u{
	margin-bottom: 20px;
	text-align: justify;
}
#footer .upper h2{
	margin-bottom: 30px;
	font-size: 30px;
	letter-spacing: 0.1em;
}
#footer .upper .b{
	position: relative;
	height: 200px;
	color: #fff;
	background: #2c2c2c;
	border-radius: 10px;
	overflow: hidden;
}
#footer .upper .right,
#footer .upper .left{
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .upper .right{
	width: 50%;
}
#footer .upper .left{
	position: relative;
	width: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#footer .upper .left:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/footer-contact.jpg) no-repeat center;
	background-size: cover;
	opacity: 0.3;
}
#footer .upper .left span{
	position: relative;
}
#footer .upper .t a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
}
#footer .upper .t a:hover{
	opacity: 1;
}
#footer .upper .t b{
	display: inline-block;
	padding-left: 35px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	background: url(../img/icon-phone03.svg) no-repeat 0 center;
}
#footer .upper .t:hover b{
	background: url(../img/icon-phone04.svg) no-repeat 0 center;
}
#footer .upper .t i{
	margin-left: 10px;
}
#footer .upper .f a{
	display: block;
	position: relative;
	width: 330px;
	height: 58px;
	font-weight: bold;
	text-align: center;
	line-height: 58px;
	background: #fff;
	border: #fff 1px solid;
	border-bottom: #e6e6e6 1px solid;
	border-radius: 3px;
}
#footer .upper .f a:hover{
	color: #fff;
	opacity: 1;
}
#footer .upper .f a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: #e6e6e6 4px solid;
	border-radius: 3px;
    transition: all .3s;
}
#footer .upper .f a:hover:before{
	background: #555;
	border-bottom: #4C4C4C 4px solid;
}
#footer .upper .f a span{
	position: relative;
}
#footer .bottom {
	color: #fff;
	background: #2c2c2c;
}
#footer .bottom a{
	color: #fff;
}
#footer .bottom .u{
	padding: 50px 0;
	border-bottom: #555 1px solid;
}
#footer .bottom .l{
	width: 205px;
}
#footer .bottom .r{
	position: relative;
	padding-bottom: 30px;
	width: 69%;
}
#footer .bottom .r ul{
	display: flex;
    flex-wrap: wrap;
    gap: 25px 45px;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    max-width: 591px;
}
#footer .bottom .sns{
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer .bottom .sns a{
	display: block;
	padding-left: 30px;
	background: url(../img/icon-instagram.svg) no-repeat 0 center;
}
#footer .bottom .b{
	height: 50px;
	color: #ccc;
	font-size: 13px;
	line-height: 50px;
	text-align: right;
}

@media screen and (max-width:1000px) {
	#footer .upper .left {
	    font-size: 24px;
	}
	#footer .upper .f a {
	    width: 300px;
	}
	#footer .bottom .u{
		padding-top: 4px;
		padding-bottom: 20px;
	}
	#footer .bottom .b,
	#footer .bottom{
		text-align: center;
	}
	#footer .bottom .l{
		margin-bottom: 15px;
	}
	#footer .bottom .r{
		padding-bottom: 0;
	}
	#footer .bottom .r ul{
		display: none;
	}
	#footer .bottom .r,
	#footer .bottom .l{
		width: 100%;
	}
	#footer .bottom .sns{
		position: static;
	}
	#footer .bottom .sns a{
		display: inline-block;
	}
	#footer .bottom .b{
		height: 35px;
		font-size: 11px;
		line-height: 35px;
	}
	#footer .logo a{
		display: inline-block;
	}
	#footer .logo img{
		width: 145px;
	}
}

@media screen and (max-width:767px) {
	#footer .upper {
	    margin-bottom: 12vw;
	}
	#footer .upper h2 {
	    font-size: 25px;
	}
	#footer .upper .b{
		height: auto;
	}
	#footer .upper .left{
		padding: 30px 10px;
		width: 100%;
		line-height: 1.4;
		text-align: center;
	}
	#footer .upper .right{
		padding: 25px;
		width: 100%;
	}
	#footer .upper .t a{
		margin-bottom: 15px;
	}
	#footer .upper .t span{
		padding-left: 35px;
		width: 100%;
	}
    #footer .upper .f a {
        width: 100%;
    }
    #footer .bottom .u{
    	margin: 0 -25px;
    }
}
