@charset "utf-8";
a{text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}
body {
    min-width: 1300px;
    position: relative;
    margin:0 auto;
    font-feature-settings: "palt";
}

/*  共通 */
.fs18,.li_fs18 > *{font-size: 18px;}
.fs20,.li_fs20 > *{font-size: 20px;}
.mb10,.li_mb10 > *:not(:last-child){margin-bottom: 10px!important;}
.mb15,.li_mb15 > *:not(:last-child){margin-bottom: 15px!important;}
.mb20,.li_mb20 > *:not(:last-child){margin-bottom: 20px!important;}
.mb25,.li_mb25 > *:not(:last-child){margin-bottom: 25px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb80{margin-bottom: 80px!important;}
.br20,.li_br20 > *{border-radius: 20px;}
.wb{font-family: 'Zen Kaku Gothic bold';}
.ffm{font-family: 'Montserrat-Regular';}
.ffm_b{font-family: 'Montserrat-Bold';}
.sp_on,.tb_on{display: none;}
.lh2{line-height: 2;}
.txt_line{
	border-bottom: 1px dashed #666;
    padding-bottom: .4em;
}
.fcy{color: #FFE578!important;}
.fcb{color: #24B0D1;}
.txt_frame{
	text-shadow:1px 1px 0 #1A1A1A, -1px -1px 0 #1A1A1A,-1px 1px 0 #1A1A1A, 1px -1px 0 #1A1A1A,
		0px 1px 0 #1A1A1A,  0 -1px 0 #1A1A1A,-1px 0 0 #1A1A1A, 1px 0 0 #1A1A1A;
}
.link{
	text-decoration: underline;
	transition: .2s;
}
.link:hover{opacity: .5;}
.center,.center_l{text-align: center;}

/* ヘッダー
------------------------------------------------------------*/
header{width: 100%;}
.header_l{
	width: min(305px,20%);
	margin-left: 30px;
	padding-top: 25px;
}
h1{margin-bottom: 20px;}
.header_l > a,.header_l > a img{
	display: block;
	width: 100%;
}

/* フッター
------------------------------------------------------------*/
footer{width: 100%;}
.footer_arch{position: relative;}
.footer_arch::before{
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio: 1/.292;
	background: url("../images/footer_arch.webp") center bottom / contain no-repeat;
	left: 0;
	bottom: -1px;
	z-index: -1;
}
.footer_top h2,.footer_top h2 *{
	font-size: 30px;
	font-weight: bold;
}
.footer_top h2{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
}
.footer_top h2::before{
	content: "";
	width: 42px;
	aspect-ratio:1/1;
	background: url("../images/footer_title_icon.webp") center / contain no-repeat;
	display: block;
	margin: 0 auto 15px;
}
.contact_box{
	border: 1px solid #1A1A1A;
	border-radius: 20px;
}
.contact_box > div{
	background: #fff url("../images/check_clear_bg.svg") center / 15px repeat;
	position: relative;
	border-radius: 20px 20px 0 0;
	border-bottom: 1px solid #1A1A1A;
}
.contact_box > div > picture img{
	position: absolute;
	left: 85px;
	bottom: 30px;
	max-width: 388px;
	width: 34%;
}
.contact_box > div > div{
	padding: 60px 60px 60px 45%;
	width: 100%;
}
.contact_box > div > div p:last-child{margin-left: 13px;}
.contact_btn > li{width: 50%;}
.contact_btn > li:first-child{border-right: 1px solid #1A1A1A;}
.contact_btn a{
	display: block;
	padding: 30px 30px 90px;
	position: relative;
	overflow: hidden;
}
.contact_btn > li:first-child a{
	background: #D9F0FC;
	border-bottom-left-radius: 20px;
	transition: .2s;
}
.contact_btn > li:first-child a:hover{background: #0497AF;}
.contact_btn > li:last-child a{
	background: #FFE578;
	border-bottom-right-radius: 20px;
}
.contact_btn a > p:first-child{
	font-size: 40px;
	font-family: 'Montserrat-Regular';
	display: flex;
	align-items: center;
}
.contact_btn > li:first-child a > p:first-child{transition: .2s;}
.contact_btn > li:first-child a:hover > p:first-child{color: #fff;}
.contact_btn a > p:first-child::before{
	content: "";
	width: 45px;
	aspect-ratio: 1/1;
	margin-right: 10px;
}
.contact_btn a:hover > p:first-child::before{animation: coin .5s ease;}
.contact_btn li:first-child a > p:first-child::before{background: url("../images/footer_contact.webp") center / contain no-repeat;}
.contact_btn li:last-child a > p:first-child::before{background: url("../images/footer_tel.webp") center / contain no-repeat;}
.contact_btn a > p:last-child{
	background: #fff;
	padding: 17px 20px;
	border-top-left-radius: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.contact_btn li:first-child .btn_b{padding-right: 2.2em;}
.contact_btn li:first-child .btn_b::after,.contact_btn li:first-child .btn_b::before{
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contact_btn li:first-child a:hover .btn_b::after{opacity: 0;}
.contact_btn li:first-child a:hover .btn_b::before{opacity: 1;}
.contact_btn li:last-child a > p:last-child span{
	font-size: 14px;
	background: #E8C30A;
	color: #fff;
	padding: 2px 6px;
	border-radius: 20px;
	border: 1px solid #1A1A1A;
	font-weight: bold;
	margin-right: 5px;
}
.contact_btn a > p:last-child::before,.contact_btn a > p:last-child::after{
	content: "";
	width: 20px;
	aspect-ratio: 1/1;
	background: url("../images/radius_w.svg") center / contain no-repeat;
	position: absolute;
}
.contact_btn a > p:last-child::before{
	right: 100%;
	bottom: 0;
}
.contact_btn a > p:last-child::after{
	right: 0;
	bottom: 100%;
}
.footer_btm{
	background: #0497AF;
	padding: 100px 0;
}
.map{
	width: 420px;
	height: auto;
	margin-right: 70px;
}
.map iframe{
	filter: grayscale(.5);
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.overview{padding: 40px 0;}
.overview > a{display: block;}
.overview > div p{
	font-size: 18px;
	color: #fff;
}
.overview > div p:first-child{margin-bottom: 20px;}
.overview > div p:first-child span{
	color: #0497AF;
	font-size: 16px;
	background: #fff;
	padding: 3px 10px;
	border-radius: 30px;
	margin-right: 10px;
}
.copy{
	font-family: 'Montserrat-Regular';
	color: #fff;
	padding-bottom: 70px;
	background: #0497AF;
	text-align: center;
}

/* 共通ナビゲーション
------------------------------------------------------------*/
.gnav_r a{
	font-family: 'Montserrat-Regular';
	font-size: clamp(16px,1.4vw,20px);
	padding: 10px 18px 10px 10px;
	border: 1px solid #1A1A1A;
	display: flex;
	align-items: center;
	border-radius: 50px;
	white-space: nowrap;
}
.gnav_r a:first-child{background: #D9F0FC;}
.gnav_r a:last-child{background: #FFE578;}
.gnav_r a::before{
	content: "";
	width: 1.5em;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	margin-right: 10px;
}
.gnav_r a:first-child::before{background: url("../images/header_contact.webp") center / contain no-repeat;}
.gnav_r a:last-child::before{background: url("../images/header_tel.webp") center / contain no-repeat;}

/* pc-nav */
.pc-nav{
	position: fixed;
	right: 15px;
	top: 15px;
	backdrop-filter: blur(10px);
	padding: 15px 15px 15px 40px;
	border-radius: 50px;
	z-index: 5;
}
.pc-nav > div,.pc-nav > div > *{display: flex;}
.pc-nav > div{align-items: center;}
.pc-nav .gnav_l{margin-right: clamp(25px,2.2vw,35px);}
.pc-nav .gnav_l > li:first-child{display: none;}
.pc-nav .gnav_l > li:not(:last-child){margin-right: clamp(20px,2vw,30px);}
.pc-nav .gnav_l > li > a,.pc-nav .gnav_l > li > p{
	font-size: clamp(16px,1.1vw,18px);
	color: #666;
	position: relative;
	padding-left: 1.2em;
	line-height: 100%!important;
	display: block;
	white-space: nowrap;
	transition: .2s;
}
.pc-nav .gnav_l > li > a:hover,.pc-nav .gnav_l .menu.open p{color: #1A1A1A;}
.pc-nav .gnav_l > li > a::before,.pc-nav .gnav_l > li > p::before{
	content: "";
	width: .6em;
	aspect-ratio: 1/1;
	background: #ccc;
	border: 1px solid #666;
	border-radius: 50%;
	position: absolute;
	top: .3em;
	left: 0;
}
.pc-nav .gnav_l > li > a:hover::before,.pc-nav .gnav_l .menu.open p::before{
	background: #E8C30A;
	border-color: #1A1A1A;
}
.pc-nav .gnav_l .menu{position: relative;}
.pc-nav .gnav_l .menu p{cursor: default;}
.pc-nav .gnav_l .menu p svg{
	width: .9em;
	aspect-ratio:1/1;
	margin-left: .4em;
	transition: .2s;
}
.pc-nav .gnav_l .menu p polygon{
	fill: #ccc;
	stroke: #666;
	stroke-miterlimit: 10;
}
.pc-nav .gnav_l .menu.open p svg{transform: rotate(45deg);}
.pc-nav .gnav_l .menu.open p polygon{
	fill: #E8C30A;
	stroke: #1A1A1A;
}
.pc-nav .gnav_l .sub_menu{
	visibility: hidden;
	opacity: 0;
	width: 300px;
	padding: 30px 20px;
	border: 1px #1A1A1A solid;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}
.pc-nav .gnav_l .menu:hover .sub_menu{
	visibility: visible;
	opacity: 1;
}
.pc-nav .gnav_l .sub_menu li:not(:last-child){
	border-bottom: 1px #1A1A1A dashed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pc-nav .gnav_l .sub_menu a{transition: .2s;}
.pc-nav .gnav_l .sub_menu a:hover{opacity: .6;}
.pc-nav .gnav_r a:first-child{margin-right: 10px;}
.pc-nav .gnav_r a:hover::before{animation: coin .5s ease;}
@keyframes coin{
	0%{transform: scale(1);}
	25%{transform: scale(.1,1);}
	50%{transform: scale(1);}
	75%{transform: scale(.1,1);}
	100%{transform: scale(1);}
}

/* drawer */
.drawer-hamburger {display: none !important;}
.drawer-hamburger {
	width: auto!important;
	padding: 27px 15px!important;
	position: fixed;
	z-index: 99!important;
	background: #24B0D1!important;
	border-bottom-left-radius: 15px;
	transition: .6s ease!important;
	border-left: 1px solid #333!important;
	border-bottom: 1px solid #333!important;
}
.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before {
	background-color: #fff !important;
	height: 1px !important;
	width: 25px!important;
}
.drawer-hamburger-icon{margin: 0!important;}
.drawer-open .drawer-hamburger-icon {background-color: transparent !important;}
.drawer-hamburger-icon:after {top: 8px !important;}
.drawer-hamburger-icon:before {top: -8px !important;}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {top: 0 !important;}
.drawer-overlay{
	z-index: 3!important;
	background-color: rgba(232, 195, 10, .2)!important;
	backdrop-filter: blur(5px);
	opacity: 0;
	transition: .2s;
	display: inherit!important;
	visibility: hidden;
}
.drawer-open .drawer-overlay{
	opacity: 1;
	visibility: visible;
}

/* ドロワーをふわっと表示↓ */
.drawer--top .drawer-nav{
	opacity: 0!important;
	transition: .3s ease!important;
	visibility: hidden;
}
.drawer--top .drawer-nav a{pointer-events: none!important;}
.drawer--top.drawer-open .drawer-nav{
	opacity: 1!important;
	top: 50%!important;
	visibility: visible;
}
.drawer--top.drawer-open .drawer-nav a{pointer-events: auto!important;}

 /*この下でデザイン*/ 
.drawer-nav {
	display: flex;
	background: #fff!important;
	border: 1px solid #333;
	width: calc(100% - 40px)!important;
	height:  calc(100% - 40px)!important;
	z-index: 4!important;
	left: 50%!important;
	top: 51%!important;
	transform: translate(-50%,-50%)!important;
	border-radius: 20px;
}
.drawer-nav .drawer-menu{
	width: 85%!important;
	margin: 0 auto!important;
	overflow-y: scroll;
	padding: 80px 0!important;
}
.drawer-nav .gnav_l{margin-bottom: 35px;}
.drawer-nav .gnav_l > li{
	padding-bottom: 25px;
	border-bottom: 1px dashed #333;
}
.drawer-nav .gnav_l > li:not(:last-child){margin-bottom: 25px;}
.drawer-nav .gnav_l > li > a{font-size: 16px;}
.drawer-nav .menu > p{
	color: #666;
	margin-bottom: 15px;
}
.drawer-nav .menu svg{display: none;}
.drawer-nav .sub_menu{padding-left: 1em;}
.drawer-nav .sub_menu li:not(:last-child){margin-bottom: 15px;}
.drawer-nav .sub_menu a{font-size: 16px;}
.drawer-nav .gnav_r > a:not(:last-child){margin-bottom: 5px;}

/* コンテンツ
------------------------------------------------------------*/
#page-top {
    position: fixed;
    right: 25px;
	z-index: 2!important;
}
#page-top a{
	font-size: 40px;
	font-family: 'Montserrat-Bold';
	color: #D9F0FC;
	text-shadow:1px 1px 0 #1A1A1A, -1px -1px 0 #1A1A1A,-1px 1px 0 #1A1A1A, 1px -1px 0 #1A1A1A,
		0px 1px 0 #1A1A1A,  0 -1px 0 #1A1A1A,-1px 0 0 #1A1A1A, 1px 0 0 #1A1A1A;
}

.inner_box,.inner_box2{margin: 0 auto;}
.inner_box{
	max-width: 1200px;
	width: 90%;
}
.inner_box2{
	max-width: 1450px;
	width: 92%;
}
.content{padding: 110px 0;}
.content_btm{padding-bottom: 110px;}
.content_top{padding-top: 110px;}
.content2{padding: 160px 0;}
.content2_top{padding-top: 160px;}
.content2_btm{padding-bottom: 160px;}
.w900{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/* title */
.title.center > *{text-align: center;}
.title > p{
	font-size: 85px;
	font-family: 'Montserrat-Bold';
	color: #D9F0FC;
	text-shadow:1px 1px 0 #1A1A1A, -1px -1px 0 #1A1A1A,-1px 1px 0 #1A1A1A, 1px -1px 0 #1A1A1A,
		0px 1px 0 #1A1A1A,  0-1px 0 #1A1A1A,-1px 0 0 #1A1A1A, 1px 0 0 #1A1A1A;
	margin-bottom: 15px;
	line-height: 1;
}
.bg_b .title > p{color: #fff!important;}
.title > h2{
	font-size: 22px;
	font-weight: bold;
}
.title h2::after{
	content: "";
	background: url("../images/exclamation.webp") center / contain no-repeat;
	height: 1.2em;
	aspect-ratio: 1/1.952;
	margin: 0 0 -.2em .2em;
	display: inline-block;
}
.title_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.title_wrap .title{margin-right: 75px;}
.title_wrap > *:not(.title){margin-top: 100px;}
.subtitle{
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: flex-end;
}
.subtitle h3{
	font-weight: bold;
	font-size: 24px;
	margin-right: 10px;
}
.subtitle p{
	font-family: 'Montserrat-Regular';
	color: #666;
	font-size: 18px;
}

/* flexbox */
.flex_center,.flex_between,.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.flex_center{justify-content: center;}
.flex_between{justify-content: space-between;}
.c2 > *,.c3 > *{margin: 1%;}
.c2 > *{width: 49%;}
.c3 > *{width: 32%;}
.c2 > *:nth-child(2n+1),.c3 > *:nth-child(3n+1){margin-left: 0!important;}
.c2 > *:nth-child(2n),.c3 > *:nth-child(3n){margin-right: 0!important;}

/* btn */
.btn_b,.btn_y{
	position: relative;
	transition: .2s;
}
.btn_b::after,.btn_b::before,.btn_y::after,.btn_y::before{
	content: "";
	position: absolute;
	width: 1.7em;
	aspect-ratio: 1/1;
	transition: .2s;
}
.btn_b::after{background: url("../images/btn_b.webp") center / contain no-repeat;}
.btn_b::before{
	background: url("../images/btn_y.webp") center / contain no-repeat;
	opacity: 0;
}
.btn_y::after{background: url("../images/btn_y.webp") center / contain no-repeat;}
.btn_y::before{
	background: url("../images/btn_b.webp") center / contain no-repeat;
	opacity: 0;
}
.btn_b:hover::after,.btn_y:hover::after{opacity: 0;}
.btn_b:hover::before,.btn_y:hover::before{opacity: 1;}
.btn2,.btn2 span{
	display: block;
	position: relative;
}
.btn2{
	margin: 0 auto;
	width: 340px;
	padding: 0 7px 7px 0;
}
.btn2::after,.btn2 span{border-radius: 50px;}
.btn2::after,.btn2 span::after,.btn2 span::before{
	content: "";
	position: absolute;
}
.btn2::after{
	background: url("../images/check_bg.svg") center / 10px repeat;
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	right: 0;
	bottom: 0;
	z-index: 2;
	border: 1px solid #666;
}
.btn2 span,.btn2 span::after,.btn2 span::before{transition: .2s;}
.btn2 span{
	padding: 1.5em 0;
	z-index: 3;
	background: #D9F0FC;
	border: 1px solid #1A1A1A;
	text-align: center;
	width: 100%;
	right: 0;
	bottom: 0;
	font-weight: bold;
}
.btn2:hover span{
	background: #FFE578;
	right: -7px;
	bottom: -7px;
}
.btn2 span::after,.btn2 span::before{
	width: 1.8em;
	aspect-ratio: 1/1;
	top: 50%;
	right: .8em;
	transform: translateY(-50%);
}
.btn2 span::after{background: url("../images/btn_b.webp") center / contain no-repeat;}
.btn2 span::before{
	background: url("../images/btn_y.webp") center / contain no-repeat;
	opacity: 0;
}
.btn2:hover span::after{opacity: 0;}
.btn2:hover span::before{opacity: 1;}

/* background */
.bg_b{position: relative;}
.bg_b::before{
	content: "";
	width: calc(100% - 60px);
	height: 100%;
	background: #EBF9FF;
	border: 1px solid #1A1A1A;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}
.bg_b > div{
	max-width: 1460px;
	width: 92%;
	margin: 0 auto;
}
.wave_bg{
	position: relative;
	border-bottom: 1px dashed #1A1A1A;
}
.wave_bg::before{
	content: "";
	width: 100%;
	height: 40%;
	background-color: #F4F4F4;
	background-image: url("../images/wave_bg.webp");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_b2{
	border: 1px solid #1A1A1A;
	background: #0497AF;
}
.bg_b2 *{color: #fff;}

/* list */
.list_g > *{
	position: relative;
	padding-left: 1.2em;
}
.list_g > *::before{
	content: "";
	width: .6em;
	aspect-ratio: 1/1;
	background: #ccc;
	border-radius: 50%;
	border: 1px solid #1A1A1A;
	position: absolute;
	left: 0;
	top: .4em;
}
.li_bg_b > *,.li_bg_g > *,.li_bg_check > *{border: 1px solid #1A1A1A;}
.li_bg_b > *{background: #0497AF;}
.li_bg_g > *{background: #F4F4F4;}
.li_bg_check > *{background: #fff url("../images/check_clear_bg.svg") center / 15px repeat;}
.li_bg_b *{color: #fff;}
.num,.num span{font-family: 'Montserrat-Bold';}
.num{
	font-size: 18px;
	color: #fff;
	background: #E8C30A;
	text-align: center;
	width: 95px;
	padding: 25px 0 15px;
	border: 1px solid #1A1A1A;
	border-top: none!important;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: absolute;
}
.num span{
	font-size: 45px!important;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,-1px 1px 0 #fff, 1px -1px 0 #fff,
		0px 1px 0 #fff,  0 -1px 0 #fff,-1px 0 0 #fff, 1px 0 0 #fff;
	color: #E8C30A!important;
	display: block;
}

/* 実績スライダー */
.work_slide.slick-center{transform: scale(1);}
.work_slide_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.work_slide_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 60%;
}
.work_slide_img > p{position: relative;}
.work_slide_img > p::before{
	content: "";
	position: absolute;
	width: 100%;
}
.work_slide_img > p:first-child::before{
	background: url("../images/top/work_slide_pc.webp") center / contain no-repeat;
	aspect-ratio:1/0.572;
}
.work_slide_img > p:last-child::before{
	background: url("../images/top/work_slide_sp.webp") center / contain no-repeat;
	aspect-ratio:1/1.71;
}
.work_slide_img > p:first-child{width: 73.1%;}
.work_slide_img > p:last-child{width: 24.3%;}
.work_slide_img > p img{
	object-fit: cover;
	object-position: center top;
}
.work_slide_img > p:first-child img{
	aspect-ratio: 1/0.477;
	width: 97%;
	margin: 1.3% auto;
}
.work_slide_img > p:last-child img{
	aspect-ratio: 1/1.772;
	width: 91%;
	margin: 5% auto;
}
.work_slide_txt{width: 35%;}
.work_slide_txt > p{
	background: #D9F0FC;
	padding: 6px 14px;
	border-radius: 20px;
	border: 1px solid #1A1A1A;
	width: fit-content;
	margin-bottom: 20px;
}
.work_slide_txt > h3,.work_slide_txt > h3 span{font-weight: bold;}
.work_slide_txt > h3{
	font-size: 24px;
	width: fit-content;
}
.work_slide_txt > h3 span{
	font-size: 18px;
	margin-left: .5em;
}
.work_slide_txt .btn_b{
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	padding-right: 45px;
	margin-top: 30px;
	display: block;
	width: fit-content;
}
.work_slide_txt .btn_b::after,.work_slide_txt .btn_b::before{
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}
.work_content{position: relative;}
.arrow_box{
	max-width: 1250px;
	width: 83vw;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.slick-arrow{
	border: none;
	color: transparent;
	width: 35px;
	aspect-ratio: 1/1.143;
	z-index: 3;
	cursor: pointer;
}
.slick-prev{background: url("../images/prev.webp") center / contain no-repeat;}
.slick-next{background: url("../images/next.webp") center / contain no-repeat;}
.work_slide{
	max-width: 1200px;
	width: 80vw;
	border: 1px solid #1A1A1A;
	border-radius: 20px;
	margin-right: -3vw;
	background: #fff;
	transform: scale(.8);
	transition: transform .3s;
	padding: 50px;
}

/* inviewアニメーション */
.fade_up,.fade_up_li > *,.blur,.blur2{opacity: 0;}
.fade_up,.fade_up_li > *{
	transform: translate(0, 15px);
	transition: .5s;
}
.blur,.blur2{
	transform: scale(1.2);
	transition: 1s;
}
.fade_up.is-show,.fade_up_li.is-show  > *,.blur.is-show,.blur2.is-show{opacity: 1;}
.fade_up.is-show,.fade_up_li.is-show  > *{transform: translate(0, 0);}
.fade_up_li.is-show > *:nth-child(2){transition-delay: .2s;}
.fade_up_li.is-show > *:nth-child(3){transition-delay: .4s;}
.fade_up_li.is-show > *:nth-child(4){transition-delay: .6s;}
.fade_up_li.is-show > *:nth-child(5){transition-delay: .8s;}
.fade_up_li.is-show > *:nth-child(6){transition-delay: 1.0s;}
.fade_up_li.is-show > *:nth-child(7){transition-delay: 1.2s;}
.fade_up_li.is-show > *:nth-child(8){transition-delay: 1.4s;}
.fade_up_li.is-show > *:nth-child(9){transition-delay: 1.6s;}
.blur.is-show,.blur2.is-show{transform: scale(1);}
.blur2.is-show{transition-delay: .4s;}

/* お知らせ・コラム一覧 */
.column_li li{
	border: 1px solid #1A1A1A;
	border-radius: 20px;
	overflow: hidden;
}
.column_li a > p{
	overflow: hidden;
	border-bottom: 1px dashed #1A1A1A;
}
.column_li a > p img{
	object-fit: cover;
	object-position: center;
	transition: .2s;
	aspect-ratio:1/0.698;
}
.column_li a:hover > p img{transform: scale(1.15);}
.column_li a > div{padding: 35px 30px;}
.column_li a > div > p{
	background: #0497AF;
	color: #fff;
	font-weight: bold;
	border: 1px solid #1A1A1A;
	padding: 3px 10px;
	border-radius: 20px;
	margin-bottom: 15px;
	width: fit-content;
}
.column_li h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}
.column_li a > div > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.column_li a > div > div p{font-family: 'Montserrat-Regular';}
.column_li a > div > div p:first-child{color: #666;}
.column_li .btn_b{padding-right: 2.2em;}
.column_li .btn_b::after,.column_li .btn_b::before{
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.column_li a:hover .btn_b::after{opacity: 0;}
.column_li a:hover .btn_b::before{opacity: 1;}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	body {min-width: 980px!important;}
	
	/* 共通 */
	.fs18,.li_fs18 > *{font-size: 14px;}
	.fs20,.li_fs20 > *{font-size: 16px;}
	.mb10,.li_mb10 > *:not(:last-child){margin-bottom: 7px!important;}
	.mb15,.li_mb15 > *:not(:last-child){margin-bottom: 10px!important;}
	.mb20,.li_mb20 > *:not(:last-child),.mb25,.li_mb25 > *:not(:last-child){margin-bottom: 15px!important;}
	.mb40{margin-bottom: 25px!important;}
	.mb50{margin-bottom: 30px!important;}
	.mb60{margin-bottom: 40px!important;}
	.mb80{margin-bottom: 50px!important;}
	.br20,.li_br20 > *{border-radius: 15px;}
	.txt_frame{text-shadow:.7px .7px 0 #1A1A1A, -.7px -.7px 0 #1A1A1A,-.7px .7px 0 #1A1A1A, .7px -.7px 0 #1A1A1A,
			0px .7px 0 #1A1A1A,  0  -.7px 0 #1A1A1A,-.7px 0 0 #1A1A1A, .7px 0 0 #1A1A1A;}
	
	/* ヘッダー
	------------------------------------------------------------*/
	.header_l{
		width: 97%;
		margin: 0 auto;
		padding: 15px 55px 0 0;
	}
	.header_l > a{width: 200px;}
	h1{margin-bottom: 15px;}
	
	/* フッター
	------------------------------------------------------------*/
	.footer_top h2,.footer_top h2 *{font-size: 22px;}
	.footer_top h2{margin-bottom: 20px;}
	.footer_top h2::before{
		width: 30px;
		margin-bottom: 10px;
	}
	.contact_box{border-radius: 15px;}
	.contact_box > div{border-radius: 15px 15px 0 0;}
	.contact_box > div > picture img{
		left: 60px;
		bottom: 20px;
	}
	.contact_box > div > div{padding: 40px 40px 40px 45%;}
	.contact_box > div > div p:first-child img{width: 340px;}
	.contact_btn a{padding: 20px 20px 65px;}
	.contact_btn > li:first-child a{border-bottom-left-radius: 15px;}
	.contact_btn > li:last-child a{border-bottom-right-radius: 15px;}
	.contact_btn a > p:first-child{font-size: 28px;}
	.contact_btn a > p:first-child::before{
		width: 34px;
		margin-right: 7px;
	}
	.contact_btn a > p:last-child{
		padding: 12px 15px;
		border-top-left-radius: 15px;
	}
	.contact_btn li:last-child a > p:last-child span{
		font-size: 12px;
		padding: 0 4px;
	}
	.contact_btn a > p:last-child::before,.contact_btn a > p:last-child::after{width: 15px;}
	.footer_btm{padding: 60px 0;}
	.map{
		width: 320px;
		margin-right: 40px;
	}
	.map iframe{border-radius: 10px;}
	.overview{padding: 30px 0;}
	.overview > a{width: 220px;}
	.overview > div p{font-size: 14px;}
	.overview > div p:first-child{margin-bottom: 15px;}
	.overview > div p:first-child span{
		font-size: 13px;
		padding: 2px 7px;
		margin-right: 7px;
	}
	.copy{padding-bottom: 40px;}
	
	/* ナビゲーション
	------------------------------------------------------------*/
	.drawer-hamburger {display: block!important;}

	
	/* コンテンツ
	------------------------------------------------------------*/
	#page-top {right: 20px;}
	#page-top a{font-size: 28px;}
	
	.content{padding: 70px 0;}
	.content_btm{padding-bottom: 70px;}
	.content_top{padding-top: 70px;}
	.content2{padding: 90px 0;}
	.content2_top{padding-top: 90px;}
	.content2_btm{padding-bottom: 90px;}
	.w900{max-width: 700px;}
	
	/* title */
	.title > p{
		font-size: 60px;
		text-shadow:.7px .7px 0 #1A1A1A, -.7px -.7px 0 #1A1A1A,-.7px .7px 0 #1A1A1A, .7px -.7px 0 #1A1A1A,
			0px .7px 0 #1A1A1A,  0 -.7px 0 #1A1A1A,-.7px 0 0 #1A1A1A, .7px 0 0 #1A1A1A;
		margin-bottom: 10px;
	}
	.title > h2{font-size: 16px;}
	.title_wrap .title{margin-right: 40px;}
	.title_wrap > *:not(.title){margin-top: 65px;}
	.subtitle{padding-bottom: 18px;}
	.subtitle h3{
		font-size: 18px;
		margin-right: 7px;
	}
	.subtitle p{font-size: 14px;}
	
	/* btn */
	.btn2{
		width: 280px;
		padding: 0 5px 5px 0;
	}
	.btn2::after{
		background-size: 12px;
		width: calc(100% - 5px);
		height: calc(100% - 5px);
	}
	.btn2:hover span{
		right: -5px;
		bottom: -5px;
	}
	
	/* background */
	.bg_b::before{
		width: calc(100% - 30px);
		border-radius: 15px;
	}
	
	/* list */
	.num{
		font-size: 14px;
		width: 75px;
		padding: 18px 0 12px;
	}
	.num span{
		font-size: 30px!important;
		text-shadow:.7px .7px 0 #fff, -.7px -.7px 0 #fff,-.7px .7px 0 #fff, .7px -.7px 0 #fff,
			0px .7px 0 #fff,  0 -.7px 0 #fff,-.7px 0 0 #fff, .7px 0 0 #fff;
	}
	
	/* 実績スライダー */
	.work_slide_txt > p{
		padding: 4px 10px;
		margin-bottom: 15px;
	}
	.work_slide_txt > h3{font-size: 18px;}
	.work_slide_txt > h3 span{font-size: 14px;}
	.work_slide_txt .btn_b{
		font-size: 15px;
		padding-right: 38px;
		margin-top: 25px;
	}
	.slick-arrow{width: 28px;}
	.work_slide{
		border-radius: 15px;
		padding: 35px;
	}
	
	/* お知らせ・コラム */
	.column_li li{border-radius: 15px;}
	.column_li a > div{padding: 25px 20px;}
	.column_li a > div > p{
		padding: 2px 7px;
		margin-bottom: 10px;
	}
	.column_li h3{
		font-size: 18px;
		margin-bottom: 25px;
	}
}
	
/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	body {min-width: 700px!important;}
	a[href^="tel"]{pointer-events: auto;}
		
	.tb_non{display: none;}
	.tb_on{display: block;}
	
	/* フッター
	------------------------------------------------------------*/
	.contact_box > div > div{padding: 35px 25px 35px 42%;}
	.contact_box > div > picture img{
		left: 30px;
		bottom: 30px;
	}
	
	/* コンテンツ
	------------------------------------------------------------*/
	/* title */
	.title_wrap .title{margin: 0 auto 25px;}
	.title_wrap .title > *{text-align: center;}
	.title_wrap > *:not(.title){margin: 0;}
	
	/* 実績スライダー */
	.work_slide{padding: 35px 20px 25px;}
	.work_slide_wrap > *{width: 100%;}
	.work_slide_img{margin: 0 auto 25px;}
	.work_slide_txt .btn_b{margin: 25px 0 0 auto;}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
    body {min-width: inherit!important;width: 100%;}
	
	.sp_on{display: block;}
	.sp_non{display: none;}
	.center_l{text-align: left;}
	
	/* フッター
	------------------------------------------------------------*/
	.footer_arch::before{
		background-size: 160%;
		background-position: center top;
	}
	.footer_top h2{padding: 0 2% 0 43%;}
	.footer_top h2,.footer_top h2 *{font-size: 20px;}
	.contact_box > div > div{padding: 35px 15px;}
	.contact_box > div > picture img{
		bottom: calc(100% - 25px);
		left: 0;
		width: 130px;
	}
	.contact_box > div > div p:first-child img{
		margin: 0 auto;
		display: block;
	}
	.contact_box > div > div p:last-child{
		margin: 0;
		width: 100%;
	}
	.contact_btn > li{width: 100%;}
	.contact_btn > li:first-child{
		border-right: none;
		border-bottom: 1px solid #1A1A1A;
	}
	.contact_btn > li:first-child a{border-radius: 0;}
	.contact_btn > li:last-child a{border-radius: 0 0 15px 15px;}
	.footer_btm .flex_center{flex-direction:column-reverse;}
	.overview{
		padding: 0;
		margin-bottom: 30px;
	}
	.overview > a{margin: 0 auto;}
	.overview > div p{text-align: center;}
	.map{
		width: 100%;
		height: 220px;
		margin: 0;
	}
	
	/* コンテンツ
	------------------------------------------------------------*/
	/* background */
	.bg_b::before{width: calc(100% - 25px);}
	.bg_b > div{width: 85%;}
	
	/* 実績スライダー */
	.work_slide_img{justify-content: center;}
	.work_slide_img > p:first-child{
		width: 100%;
		margin-bottom: 15%;
	}
	.work_slide_img > p:last-child{width: 42%;}
}