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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 400;
	line-height: 1.7;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}

.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.h-m20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

span.red{
	color: #f05742;
}
/*蛍光マーカー*/
span.marker{
	background: linear-gradient(transparent 60%, #ff6 60%);
}


/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.4;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	line-height: 1;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3rem;
	}
	h2.title span.ja{
		font-size: 0.9rem;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
}
@media (max-width: 450px){
	h2.title span.en{
		font-size: 2.6rem;
	}
}


/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
	padding-right: 0;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 8px;
}
.mtitle::before{
    width: 25%;
    top: -8px;
    background: #008000;
	opacity: 0.6;
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -8px;
    background: #008000;
    border-radius: 0 0 5px 5px;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.4rem;
	}
}

/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.4rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::first-letter{
	color:#0091AB;
	font-size: 1.4em;
	margin-right: 3px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background:#0091AB;
}

/*dtitle*/
.dtitle{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 140px;
	height: 1px;
	background: #666;
	margin: 20px auto 40px;
}

/*wtitle*/
.wtitle{
	position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: 'Noto Serif JP', serif;
	font-weight: 500;
    background: linear-gradient(60deg,#0091AB 0%,#0091AB 85%, #87cefa 85%);
    padding: 12px 18px;
	color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 750px){
	.wtitle{
		font-size: 1.4rem;
	}
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.ntitle{
	font-size: 1.2rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	color:#0091AB;
	font-size: 0.8rem;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}

.bold{
	font-weight: 500;
	font-size: 1.2rem;
}
.s_bold{
	font-weight: 500;
}

.white {
  color: #fff !important;
}
/*ボタン*/
.sbtn a{
	position: relative;
	display: block;
	border: 1px solid rgba(18, 18, 18, 0.2);
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	text-transform: uppercase;
	font-size: 0.8rem;
	overflow: hidden;
	transition: 0.6s;
}
.sbtn a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	background: #d60d18;
	z-index: -1;
	transform: translateX(-120%) skewX(40deg);
	transition: 0.6s;
}
.sbtn a:hover{
	border: 1px solid #d60d18;
	color: #fff;
}
.sbtn a:hover::after{
	transform: translateX(-10%) skewX(40deg);
}
.sbtn.white a{
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.hamburger_nav .sbtn p{
	font-size: 0.7rem;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn:not(:last-child) a{
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}

/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #F3CE25;
	font-weight: 500;
	color: #F3CE25;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	margin-bottom: 5px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #334b01;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color:#0091AB;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #334b01;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

/*===// 共通部分ここまで ===========*/

/*左から*/
.bgextend{
	position: relative;
	overflow: hidden;
	opacity:0;
}
.bgextend.inview section{
	opacity: 0;
}
.bgextend::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0091AB;
}

.bgextend.inview{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes bgextendAnimeBase{
	from {
	  opacity:0;
	}
	to {
	  opacity:1;  
  }
}
.bgextend.inview section{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
}
@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}
.bgextend.inview::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 2s;
	transition-delay: 0.4s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 1.6s;
	transition-delay: 0.3s;
}
.img_up.inview img{
	transform: translateX(0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

/*===ヘッダー==============================*/

.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	border-bottom: none;
	padding: 20px 0;
}
.site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
}
#home .site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	border-bottom: none;
	padding: 20px 0;

}

#home .site_header:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    background-color: #fff;
}
#home .site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 300px;
	transition: 0.6s;

}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
	filter: brightness(0) invert(1);
}
.site_header.transform h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
	filter: brightness(1) invert(0);
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header.transform .info{
	filter: brightness(1) invert(0);
}
.site_header .info{
	filter: brightness(0) invert(1);
}
.site_header .tr{
	display: block;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 5px auto;
	text-align: center;
}
.site_header .tr .tel_btn a{
	color:#0091AB;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.6rem;
}

.site_header .tr .sbtn a{
	margin-left: 15px;
	width: 180px;
	padding: 8px 0;
	font-size: 0.75rem;
	color: #444;
}
.site_header .tr .sbtn a:hover{
	color: #fff;
}
.site_header .tr p{
	font-size: 0.7rem;
	color: #FF0004;
}
	
/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 30px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
	color: #555;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	color:#0091AB;
	font-size: 0.8rem;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background:#0091AB;
	margin: 3px auto 5px;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span::after{
	width: 14px;
}
@media (max-width: 1100px){
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header h1{
		width: 240px;
	}
	.site_header .info{
		display: none;
	}
}

/*===スライダー==============================*/
.top_slider{
	position: relative;
	height: 100vh;
	min-height: 400px;
}
.top_slider::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  z-index: 1;
}
.top_slider::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    margin: auto 0 0;
    width: 100%;
    height: 100%;
    background: url("../img/cover_zigzag_bottom.svg")bottom no-repeat;
    z-index: 1;
}
@media (max-width: 960px){
	.top_slider{
		height: 70vh;
	}
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 90%;
	max-width: 600px;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*scroll*/
.scroll_arrow{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translateX(-50%);
    padding-top: 60px;
    color: #fff;
	text-shadow: 0 0 5px #333;
	letter-spacing: 0.1em;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	z-index: 3;
	font-size: 0.9rem;
}
.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::before,
.scroll_arrow span::after{
    content: '';
    position: absolute;
    box-sizing: border-box;
}
.scroll_arrow span::before{
    top: 0;
    left: 0;
    z-index: -1;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%);
    border-radius: 100%;
    opacity: 0;
    animation: sdb 3s infinite;
}
.scroll_arrow span::after{
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
@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;
	}
}

/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background: url(../img/stylish07.png);
}
.bg02{
	background-color:#0091AB;
	background-color: #0A9CC2;
	background-color: #87cefa;
	background: linear-gradient(270deg, #0A9CC2 0%, #87cefa 50%, #fff 100%);
}
@media (max-width: 750px){
	.bg02{
		background: linear-gradient(310deg, #0A9CC2 0%, #87cefa 80%, #fff 100%);
	}
}
.stripe{
	background: url(../img/stripe01.png);
}

/*==greeting=====================*/
.greeting{
	position: relative;
    width: 100%;
    height: 100%;
    padding: 1px 0;

}

.greeting::before {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url("../img/gr_bg.jpg");
    background-position: center;
    background-size: cover;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.greeting::after {
    content: "";
    position: absolute;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, rgba(255, 255, 255, 0.5)));
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 90%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 0;
}

.greeting .inner {
	max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

/*=====*/
[data-aos="slidein"] {
  opacity: 0;
}

[data-aos="slidein"].aos-animate {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

[data-aos="slidein"].aos-animate:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, #0091AB 11.2%, #fff 91.1%);
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slidein_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.small-box {
  max-width: 800px;
  margin: 20px auto;
  position: relative;
}

@media all and (max-width: 639px) {
  .small-box .mtitle_box {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 639px) {
  .small-box.p40-25 {
    padding: 0 20px;
  }
}

@media all and (max-width: 639px) {
  .small-box {
    padding: 5px 0;
  }
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list3 > li {
  width: 30% !important;
  position: relative;
  margin: 1%;
}

@media all and (max-width: 896px) {
  .list3 > li {
    width: 100% !important;
    margin: 0 auto 20px;
  }
}

@media all and (max-width: 639px) {
  .list3.res_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .list3.res_none > li {
    width: 31% !important;
  }
}
.point_box01 {
  padding-bottom: 60px;
}

.point_box01.contain li figure {
  height: 300px;
}

.point_box01.contain li figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 639px) {
  .point_box01.contain li figure {
    height: 300px;
  }
}

.point_box01.contain li .txtbox {
  margin: 0px auto 0;
}

.point_box01.radius li {
  border-radius: 20px;
}

.point_box01.radius li figure {
  border-radius: 20px 20px 0 0;
}

.point_box01.radius li .txtbox {
  background: none;
}

.point_box01.rhombus {
  margin: 200px 0 0;
}

.point_box01.rhombus li {
  background-color: rgba(255, 255, 255, 0) !important;
}

.point_box01.rhombus li figure {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  right: 0;
  left: 0;
  transform: skewY(20.25deg);
  transform-origin: top right;
  -webkit-transform: skewY(20.25deg);
  -webkit-transform-origin: top right;
}

.point_box01.rhombus li figure img {
  position: absolute;
  top: -60%;
  height: 160%;
  transform: skewY(-20.25deg);
  transform-origin: top right;
  -webkit-transform: skewY(-20.25deg);
  -webkit-transform-origin: top right;
}

.point_box01.rhombus li .txtbox {
  background: none;
}

.point_box01.rhombus li:nth-child(2n) figure {
  top: -133px;
  transform: skewY(-20.25deg);
  transform-origin: bottom right;
  -webkit-transform: skewY(-20.25deg);
  -webkit-transform-origin: bottom right;
}

@media screen and (max-width: 1189px) {
  .point_box01.rhombus li:nth-child(2n) figure {
    top: -11.0vw;
  }
}

.point_box01.rhombus li:nth-child(2n) figure img {
  position: absolute;
  top: 0%;
  height: 156%;
  transform: skewY(20.25deg);
  transform-origin: bottom right;
  -webkit-transform: skewY(20.25deg);
  -webkit-transform-origin: bottom right;
}

@media all and (max-width: 639px) {
  .point_box01.rhombus {
    margin: 140px 0 0;
  }
  .point_box01.rhombus li figure {
    width: 100%;
    height: 200px;
  }
  .point_box01.rhombus li figure img {
    top: -62%;
    height: 162%;
  }
  .point_box01.rhombus li:nth-child(2n) figure img {
    height: 162%;
  }
  .point_box01.rhombus li:nth-child(2n) .txtbox {
    margin: 25px auto 49px;
  }
}

.point_box01.type1 li figure {
  height: 500px;
}

@media all and (max-width: 639px) {
  .point_box01.type1 li figure {
    height: 300px;
  }
}

.point_box01.type1 li .txtbox {
  position: relative;
  margin: -180px auto 0;
  padding: 40px 80px 80px;
  width: 95%;
  max-width: 1200px;
  background-color: white;
}

@media all and (max-width: 1100px) {
  .point_box01.type1 li .txtbox {
    width: 90%;
  }
}

@media all and (max-width: 639px) {
  .point_box01.type1 li .txtbox {
    width: 90%;
    padding: 20px 10px 0px;
  }
}

.point_box01 li {
  position: relative;
  width: 100%;
  background-color: white;
}

.point_box01 li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.point_box01 li > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.point_box01 li figure {
  width: 100%;
  height: 16vw;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 639px) {
  .point_box01 li figure {
    height: 50vw;
  }
}

.point_box01 li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point_box01 li .txtbox {
  position: relative;
  margin: -60px auto 0;
  width: calc(100% - 10%);
  background-color: #fff;
  padding: 20px 30px 30px;
}

@media all and (max-width: 639px) {
  .point_box01 li .txtbox {
    padding: 20px 10px 30px;
  }
}

.point_box01 li .txtbox > .num {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 50%;
  border: 1px solid #0091AB;
  color: #0091AB;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin: 0 auto 15px;
}

.point_box01 li .txtbox > .num span {
  font-size: 50%;
}

.point_box01 li .txtbox .ttl {
  font-size: 1rem;
  text-align: center;
  margin: 15px auto 35px;
  position: relative;
  color: #0091AB;
}

.point_box01 li .txtbox .ttl:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #0091AB;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point_box01 li .txtbox .more {
  position: relative;
  bottom: 120px;
  right: 0;
  left: 0;
  width: auto;
  margin: 0 auto;
}

.grid5 {
  display: -ms-grid;
  display: grid;
  gap: 60px 60px;
}

.grid5.gap_none {
  gap: 0px 0px;
}

.grid5.gap_small {
  gap: 10px 10px;
}

.grid5.p-center {
  place-items: center;
}


.grid5.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}


.grid5.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.grid5.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
 
.grid5 > li,
.grid5 .child {
  position: relative;
}

.grid5 > li .mtitle_circle,
.grid5 .child .mtitle_circle {
  position: absolute;
  top: -20px;
  left: -20px;
}
.grid5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 896px) {
  
  .grid5 .res_none{
    display: -ms-grid !important;
    display: grid !important;
  }
  .grid5 {
    gap: 30px 30px;
  }
	  .grid5 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 639px) {
  .grid5.gap_none {
    gap: 0px 0px;
  }

  .grid5.gap_none > li,
  .grid5.gap_none .child {
    margin-bottom: 0px;
  }	

.grid5.gap_small{
    gap: 10px 10px;
  }

  .grid5.gap_small > li,
  .grid5.gap_small .child {
    margin-bottom: 10px;
  }	
   .grid5 .res_none{
    display: -ms-grid !important;
    display: grid !important;
  }
  .grid5 {
    gap: 10px 10px;
  }

  .grid5 > li,
  .grid5 .child {
    margin-bottom: 20px;
  }
    .grid5 {
    display: block;
  }
}



@media all and (max-width: 896px) {

}

@media all and (max-width: 639px) {

}

@media all and (max-width: 639px) {
  .grid5.sp2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .grid5.sp2 > li,
  .grid5.sp2 .child {
    margin-bottom: 0px;
  }
}
.page_title02 {
    position: relative;
    width: 100%;
    z-index: 0;
}
.page_title02 .photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.picture_trapezium {
    -webkit-clip-path: polygon(20% 0%, 80% 16%, 80% 98%, 20% 84%);
    clip-path: polygon(0% 0%, 100% 16%, 100% 98%, 0% 84%);
    overflow: hidden;
    position: relative;
}
.page_title02 {
  position: relative;
  width: 100%;
  z-index: 0;
}

.page_title02.type_r .photo {
  border-radius: 30px;
  width: 96%;
}

.page_title02.type_clip .photo {
  -webkit-clip-path: polygon(0% 0, 50% 100%, 100% 0);
  clip-path: polygon(0% 0, 50% 100%, 100% 0);
}

.page_title02.bigger .photo img {
  width: 100%;
  height: 650px;
}

@media all and (max-width: 639px) {
  .page_title02.bigger .photo img {
    height: 350px;
  }
}

.page_title02 .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.page_title02 .photo img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 639px) {
  .page_title02 .photo img {
    height: 250px;
  }
}

.page_title02 .photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.3;
  z-index: 1;
}

.page_title02 .icon {
  margin-bottom: 20px;
  position: relative;
}

.page_title02 .icon img {
  width: 60px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.page_title02 .ttl {
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.page_title02 .ttl .mtitle_ja .ja,
.page_title02 .ttl .mtitle_ja .eng,
.page_title02 .ttl .mtitle .ja,
.page_title02 .ttl .mtitle .eng {
  color: #fff;
}

.page_title02 .ttl .mtitle_ja .ja::first-letter,
.page_title02 .ttl .mtitle_ja .eng::first-letter,
.page_title02 .ttl .mtitle .ja::first-letter,
.page_title02 .ttl .mtitle .eng::first-letter {
  color: #fff;
}

.page_title02 .ttl .mtitle_ja .ja {
  font-size: 5rem;
}

@media all and (max-width: 639px) {
  .page_title02 .ttl .mtitle_ja .ja {
    font-size: 2rem;
  }
}

.page_title02 .ttl .mtitle_ja .small {
  font-size: 2.8rem;
}

@media all and (max-width: 639px) {
  .page_title02 .ttl .mtitle_ja .small {
    font-size: 2rem;
  }
}
.mbox {
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.mbox.type1 {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(17, 17, 17, 0.1) 3px 3px 3px 3px;
          box-shadow: rgba(17, 17, 17, 0.1) 3px 3px 3px 3px;
}

.mbox.transparent {
  background: transparent;
}

@media all and (max-width: 639px) {
  .mbox.transparent {
    padding: 0;
  }
}

.mbox.border {
  border: 3px double #0091AB;
  background: #fefefe;
  padding: 35px 30px 30px;
}

@media all and (max-width: 639px) {
  .mbox.border {
    padding: 20px 10px;
  }
}

@media all and (max-width: 639px) {
  .mbox {
    padding: 30px 10px;
  }
}
.mtitle_box3 {
  background: #0091AB;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin: 25px 0;
}

@media all and (max-width: 639px) {
  .mtitle_box3 {
    font-size: 1rem;
  }
}

.mtitle_box3.b-m0 {
  margin-bottom: 0px !important;
}

.mtitle_box3::before {
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
  display: block;
  opacity: 0.1;
  position: absolute;
  top: 350%;
  left: -4%;
  width: 200%;
  height: 930%;
}

@media all and (max-width: 639px) {
  .mtitle_box3::before {
    top: 280%;
    left: -64%;
  }
}

.mtitle_box3::after {
  background-color: #fff;
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: -190%;
  left: 85%;
  width: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 620%;
}

@media all and (max-width: 639px) {
  .mtitle_box3::after {
    width: 40%;
  }
}

.mtitle_box3 .photo {
  margin: 0 auto;
  text-align: center;
}
.inner .area {
    padding: 120px;
}

.bg_area {
  position: relative;
  padding: 100px auto 0;
}

.bg_area.chiz {
  background: url("../img/area.jpg") no-repeat center;
}
@media all and (max-width: 639px) {
  .bg_area {
    padding: 50px 0;
  }
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex .flex-70 {
  width: 70%;
}

@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%;
  }
}
.mtitle4 {
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}

.mtitle4.tleft {
  text-align: left;
}

.mtitle4 .eng {
  font-size: 2rem;
  color: #0091AB;
  display: block;
  line-height: 1.2;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: lowercase !important;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -35px;
}

.mtitle4 .eng:first-letter {
  text-transform: uppercase;
}

.mtitle4 .ja {
  font-size: 1.5rem;
  color: #333;
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.mtitle4 .ja:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  bottom: -30px;
  background-color: #0091AB;
}

@media all and (max-width: 639px) {
  .mtitle4 {
    text-align: center;
  }
  .mtitle4 .eng {
    font-size: 1.3rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    position: inherit;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  .mtitle4 .ja {
    font-size: 1rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .mtitle4 .ja:before {
    width: 70px;
    height: 1px;
    bottom: -10px;
  }
}
.area-box {
    position: relative;
    line-height: 2.5;
    text-align: left;
}
.txtdeko3 {
    line-height: 3rem;
    position: relative;
    font-size: 1.2rem;
    margin: 6px 0;
}
.t-m20 {
    margin-top: 32px !important;
}
.txtdeko3 span {
    background-color: #0091AB;
    color: #fff;
    padding: 2px 10px;
}
.txt_tel {
  margin: 10px 0;
}

.txt_tel.large a {
  font-size: 2vw;
}

@media all and (max-width: 639px) {
  .txt_tel.large a {
    font-size: 6vw;
  }
}

.txt_tel.white a {
  color: #fff;
}

@media all and (max-width: 639px) {
  .txt_tel {
    text-align: center;
  }
}

.txt_tel a {
  background: transparent;
  font-size: 2rem;
  position: relative;
  color: #0091AB;
}

@media all and (max-width: 896px) {
  .txt_tel a {
    pointer-events: inherit;
  }
}

@media all and (max-width: 639px) {
  .txt_tel a {
    font-size: 2rem;
  }
}

.txt_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 80%;
}

.txt_tel a:hover {
  color: #999999;
}

/*===施工実績==============================*/
.beforeafter_sd{
	margin: 0 auto;
}
.beforeafter_sd li{
	background-color: #fff;
	padding: 15px;
}
.beforeafter_sd li .flex{
	display: flex;
	justify-content: space-between;
}
.beforeafter_sd li a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	background-color: #fff;
	width: 49%;
}
.beforeafter_sd a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.beforeafter_sd a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.beforeafter_sd a:hover img{
	opacity: .8;
	transform: scale(1.15);
}

.beforeafter_sd li a.before::after,
.beforeafter_sd li a.after::after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding: 5px 18px;
}
.beforeafter_sd li a.before::after{
	content: 'Before';
	background-color:#0091AB;
}
.beforeafter_sd li a.after::after{
	content: 'After';
	background-color: #d60d18;
}

.beforeafter_sd .slide_left, .beforeafter_sd .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #87cefa;
	font-weight: normal;
}
.beforeafter_sd .slide_left{
	left: 0;
}
.beforeafter_sd .slide_right{
	right: 0;
}
.beforeafter_sd .slide_left i, .beforeafter_sd .slide_right i{
	display: block;
	font-size: 35px;
	transition: .8s;
}
.beforeafter_sd .slide_left:hover i{
	transform: translate(-6px);
}
.beforeafter_sd .slide_right:hover i{
	transform: translate(6px);
}

@media (max-width: 750px){
	.beforeafter_sd li{
		padding: 10px;
	}
	.beforeafter_sd li .flex{
		display: block;
	}
	.beforeafter_sd li a{
		width: 80%;
	}
	.beforeafter_sd li a.before{
		margin-bottom: 10px;
	}
	.beforeafter_sd li a.after{
		margin: 0 0 0 auto;
	}
	.beforeafter_sd .slide_left, .beforeafter_sd .slide_right{
		width: 45px;
	}
}


/*===link==============================*/
.link .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.link .flex .box{
	width: 48%;
}
.link .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	z-index: 1;
	padding: 30px;
}
.link .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
	transition: 0.4s;
}
.link .flex .box.link01 a{
	background-image: url(../img/link01.jpg);
}
.link .flex .box.link02 a{
	background-image: url(../img/link02.jpg);
}

.link .flex .box a .wrapper{
	border: 3px solid #fff;
	text-align: center;
	padding: 30px;
}
.link .flex .box a .wrapper h3{
	color: #fff;
	margin-bottom: 30px;
}
.link .flex .box a .wrapper h3 .en{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.link .flex .box a .wrapper h3 .ja{
	font-weight: 500;
	font-size: 1.2rem;
}
.link .flex .box a .wrapper .click{
	background-color: #fff;
	width: 200px;
	margin: 0 auto;
	transition: 0.4s;
	border: 1px solid transparent;
	font-size: 0.8rem;
	padding: 3px 0;
}

.link .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0.4);
}
.link .flex .box a:hover .wrapper .click{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	transform: scale(0.98);
}
@media (max-width: 750px){
	.link .flex .box{
		width: 100%;
		margin-bottom: 15px;
	}
}

/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.footer_middle{
	text-align: center;
	padding: 30px 0 40px;
	background: url(../img/stylish07.png);
}

.footer_nav{
	margin-bottom: 60px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	width: calc(100% / 3);
	text-align: center;
	border-right: 1px solid #ccc;
	font-size: 0.9rem;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}

footer h3{
	width: 80%;
	max-width: 300px;
	margin: 0 auto 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	text-align: center;
	padding: 15px 0;
	background-color:#0091AB;
	color: #fff;
}

@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
	.footer_nav ul{
		display: block;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.footer_nav ul li a{
		display: block;
		width: 100%;
		height: auto;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	.footer_middle{
		display: none;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: linear-gradient(to bottom, #333, #eee);
  	z-index: 50;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 150px 0;
}
.kasou_top::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    margin: auto 0 0;
    width: 100%;
    height: 100%;
    background: url(../img/cover_zigzag_bottom.svg) bottom no-repeat;
    z-index: 2;
}
/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===事業紹介ページ==============================*/
.service .box{
	padding-top: 100px;
}
@media (max-width: 750px){
	.service .box{
		padding-top: 0;
		margin-bottom: 60px;
	}
	.service .box:last-child{
		margin-bottom: 0;
	}
}

.strength .flex{
	display: flex;
	justify-content: space-between;
}
.strength .flex .box{
	width: calc(100% / 2);
	border-right: 1px solid #ddd;
	padding: 30px 20px;
	margin-bottom: 1em;
}

.strength .flex .box:nth-child(2),.strength .flex .box:last-child{
	border: none;
}
.strength .flex .box .image{
	position: relative;
	max-width: 250px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 30px;
}
.strength .flex .box .image::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 6px 0px inset, #7FC6E2 -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
}
.strength .flex .box .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 960px){
	.strength .flex{
		display: block;
	}
	.strength .flex .box{
		width: 100%;
		border-right: none;
		padding: 40px 20px;
		border-bottom: 1px solid #ddd;
	}
	.strength .flex .box:nth-child(2){
		width: 100%;
		border-right: none;
		padding: 40px 20px;
		border-bottom: 1px solid #ddd;
	}
	.strength .flex .box:first-child{
		padding-top: 0;
	}
	.strength .flex .box:last-child{
		padding-bottom: 0;
	}
}




/*===会社概要ページ==============================*/
.vision h3{
	font-size: 2.7rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom: 50px;
}
.vision .vision_bg{
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 10%;
	width: 400px;
}
@media (max-width: 750px){
	.vision h3{
		font-size: 2.2rem;
		margin-bottom: 50px;
	}
	.vision .vision_bg{
		position: absolute;
		z-index: -1;
		bottom: 0;
		right: 5%;
		width: 90%;
		max-width: 400px;
		opacity: 0.6;
	}
}

.map{
	height: 50vh;
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	background-color: #f9f9f9;
	padding: 15px 0;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.7;
	color: #d60d18;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .9rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background:#0091AB;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background:#0091AB;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid#0091AB;
}
.mailform .postal_btn:hover{
	background:#0091AB;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background:#0091AB;
	border: 1px solid#0091AB;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color:#0091AB;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid#0091AB;
    border-bottom: 3px solid#0091AB;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color:#0091AB;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color:#0091AB;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 0.8);
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy p span{
	font-weight: 500;
	display: block;
	color:#0091AB;
}
.privacy p span::before{
	content: "■";
	font-size: 0.6rem;
	margin-right: 0.5em;
	vertical-align: text-top;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .class{
	background-attachment: scroll;
}
