@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

body.open{
	height: 100vh;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #008AD2;
}
.blue2{
	color:#1B60A3;
}
.red{
	color: #E36363;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}

.center{
	text-align: center;
}

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

.j_sb{justify-content: space-between;}

.j_sb .j_sb{justify-content: flex-start;}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	background: #fff;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 370px;
	width: 30%;
	margin-left: 40px;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 85%;
	display: flex;
	max-width: 900px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	/* max-width: 421px; */
	/* width: 50%; */
}

.nav_list1 li {
	margin-left:auto;
	margin: 0 35px 0 0;
}

.nav_list1 li:first-child{
	/* margin:0; */
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	/* color:#fff; */
	font-weight: 700;
}

.headerScroll .nav_list1 a {
	color:#111111;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
}

.hd_link_btn1{
	display:flex;
	/* flex-direction:column; */
	justify-content:center;
	align-items:center;
	/* max-width:160px; */
	width:100%;
	height:80px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height:2;
	transition: .4s;
	/* background: #ddd; */
	padding: 0 20px;
	background-image: linear-gradient(90deg, rgba(89, 202, 247, 1), rgba(26, 94, 161, 1));
	color: #fff!important;
}

.hd_link_btn1 img{
	margin: 0 10px 0 0;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


#main .btn01{
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	max-width: 330px;
	height:75px;
	font-size: 1.8rem;
	font-weight: 800;
	line-height:2;
	transition: .4s;
	padding: 5px;
	background-image: linear-gradient(to left, rgba(89, 202, 247, 1), rgba(26, 94, 161, 1));
	color: #fff;
	box-shadow: 5px 5px 10px #0000001f;
}

#main .btn01:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/common/arrow.svg) no-repeat;
	width: 7px;
	height: 13px;
	left: 90%;
}

#main .btn02{
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	max-width: 330px;
	height:75px;
	font-size: 1.8rem;
	font-weight: 800;
	line-height:2;
	transition: .4s;
	padding: 5px;
	background: #fff;
	color: #226CAC;
	box-shadow: 5px 5px 10px #0000001f;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 10px auto 0;
	position: relative;
	height: 105vh;
	overflow: hidden;
	min-height: 820px;
}

#cover .box{
	position: absolute;
	z-index: 2;
	top: 15%;
	left: 17%;
	text-shadow: 0 0 6px #333;
}

#cover h1{
	font-size: clamp(4rem, 4vw, 6rem);
	color: #fff;
}

#cover .box span{
	color: #fff;
}

#cover:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/top/mv_btm.png) no-repeat;
	width: 100%;
	height: 578px;
	z-index: 2;
	bottom: -6vh;
	background-size: 100%;
	background-size: cover;
}

.cov-div{
	position: relative;
	height: 100%;
}

.cov-div:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/top/mv_fil.svg) no-repeat;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.cov-div .btm01{
	position: absolute;
	bottom: 130px;
	z-index: 2;
	left: 100px;
}

.cov-div .btm02{
	position: absolute;
	bottom: 134px;
	z-index: 2;
	right: 100px;
	background-image: linear-gradient(90deg, rgba(89, 202, 247, 0.90), rgba(26, 94, 161, 0.90));
	border-radius: 100%;
	padding: 3% 3.5%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cov-div .btm02 h2{
	width: 250px;
}

.cov-div .btm02 p{
	color: #fff;
	font-size: 2rem;
	text-align: center;
	font-weight: 800;
	margin: 23px 0 15px;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	top: -53px;
	z-index: 5;
}

.inner{
	width: 90%;
	max-width: 1320px;
	margin: 0 auto;
}

.rec_inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4rem;
	line-height: 1.3;
	font-weight: 700;
	font-size: clamp(2.6rem,3.9vw,4.5rem);
}

.mainTit span{display: block;font-size: 2rem;font-weight: 500;color: #B2B2B1;margin: 0 0 20px 0;}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.tit_txt{
	margin-block: 30px;
} 

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.newsArea{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	/* top: -100px; */
}

.newsArea .inner{
	display: flex;
	background: #fff;
	box-shadow:0 0 14px #00000024;
	padding: 15px;
	align-items: center;
}

.newsArea h2{
	width: 20%;
	text-align: center;
	font-size: 4rem;
	border-right: 1px solid #ccc;
}

.newsArea dl{
	display: flex;
	margin-left: 5%;
}

.newsArea dt{
	margin: 0 15px 0 0;
	font-weight: 700;
}

.content01{
	/* margin: 0  0 80px 0; */
	padding: 200px 0 0;
}

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

.content01 .img{
	width: 45%;
}

.content01 .box{
	width: 47%;
}

.content01 p{
    margin: 40px 0 0;
}

.content01 .txt{
	margin: 0 0 55px 0;
}

.content02{
	background: url(../img/common/con_bg01.png) no-repeat top center;
	padding: 170px 0 280px;
	margin: 100px 0 0;
	position: relative;
	background-size: cover;
}

.content02:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/top/content02_btm.png) no-repeat;
	width: 102%;
	height: 28vw;
	bottom: 0;
	text-align: center;
	background-position-x: center;
	z-index: -1;
	background-size: contain;
}

.content02 .inner{
	max-width: 1580px;
}

.content02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 0;
}

.content02 li{
	width: 30.3%;
	background: #fff;
padding: 0 0 40px 0;
	box-shadow: 0px 3px 26px #0000002e;
}

.content02 h3{
	text-align: center;
	color: #008AD2;
	font-size: 3rem;
	margin: 20px 0;
}

.content02 li p{
	padding: 0 5%;
}

.content02 dt{
	text-align: center;
	font-size: 2.1rem;
}

.content02 dd{
	margin: 10px 0 0 0;
}

.content03{
	padding: 0px 0;
}

.content03 .b_box{
	font-size:2rem;
	color: #fff;
	font-weight: 800;
	padding: 5px;
	display: block;
	margin: 0 auto 20px;
}

.content03 .b_box span{
	background-image: linear-gradient(90deg, rgba(89, 202, 247, 1), rgba(26, 94, 161, 1));
	padding: 5px 10px;
}

.content03 ul{
	margin: 60px 0 60px;
}

.content03 li{
	text-align: center;
	font-size: 2.1rem;
	font-weight: 600;
	width: 21%;
}

.content03 li .txt{
	margin: 10px 0 0 0;
}

.content03 .btn01{
	margin: 0 auto;
}

.content04{
	background: url(../img/top/content04_bg.png) bottom center no-repeat;
	padding: 150px 0;
	margin: 100px 0 0;
	background-size: cover;
}

.content04 ul{
	margin: 60px 0;
	justify-content: flex-start;
}

.content04 li{
	width: 21.137%;
	position: relative;
	margin-right: 5.15066667%;
}

.content04 li:nth-child(4n+4){
	margin-right:0;
}

.content04 li:hover{
	opacity:0.7;
}

.content04 li .img{
	width: 100%;
	max-height: 226px;
	height: 15vw;
}

.content04 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.content04 .tag{
	background: #236DAD;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	color: #fff;
	padding: 5px 15px;
}

.content04 .btn01{
	margin: 0 auto;
}

.content04 li dt{
	font-size: 1.4rem;
	color: #008AD2;
	margin: 14px 0 0 0;
	font-weight: 500;
}

.content04 li dd{
	font-weight: 600;
}

.content04 .bnr_area{
	background: url(../img/top/bnr_bg.png) center center no-repeat;
	max-width: 1580px;
	margin: 150px auto 0;
	/* padding: 14px; */
}

.content04 .bnr_area .inner{
	max-width: 100%;
	background-size: cover;
	display: flex;
	/* border: 1px solid #fff; */
	width: 100%;
	/* padding: 5%; */
	position: relative;
}

.content04 .bnr_area .inner:before{
	content: "";
	display: block;
	position: absolute;
	width: 98%;
	height: 96%;
	border: 1px solid #fff;
	left: 1%;
	right: 1%;
	top: 1.5%;
}

.content04 .bnr_area .box{
	width: 42%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 30px 6%;
}

.content04 .bnr_area .mainTit span{
	color: #fff;
	margin: 0 0 5px;
}

.content04 .bnr_area .box p{
	margin: 29px 0 50px;
	font-size: 2.5rem;
}

.content04 .bnr_area .img{
	width: 58%;
	position: relative;
}

.btm_area {
	display: flex;
}

.btm_area > div{
	width: 50%;
}

.btm_area .mainTit{
	font-size: clamp(2.6rem, 3vw, 4.5rem);
}

.btm_area .mainTit span{
	color: #fff;
} 

.btm_area > div .inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 7% 5%;
	justify-content: center;
	width: 85%;
}

.btm_area > div .inner p{
	margin: 30px 0;
	text-align: center;
	font-weight: 500;
}

.btm_area .left{
	background: url(../img/top/btm_bg01.png) no-repeat;
	background-size: cover;
}

.btm_area .right{
	background: url(../img/top/btm_bg02.png)no-repeat;
	background-size: cover;
}

.btm_area .btn_area{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.btm_area .btn_area .btn01{
	width: 45%;
}

#main .btm_area .btn_area .btn01{
	max-width: 48%;
	font-size: clamp(1.3rem, 1.3vw, 1.8rem);
}

.btm_area > div .inner .btn_area > p{
	width: 47%;
	background: url(../img/top/tel_mark.svg) 21% 54% no-repeat #fff;
	color: #226CAC;
	padding: 2%;
	margin: 0;
	font-size: 3.2rem;
	font-weight: 600;
	margin-right: 3%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_btm_area.btm_area > div .inner .btn_area > p{
	background: url(../img/top/tel_mark.svg) 10% 54% no-repeat #fff;
	font-size:1.5vw;
	padding: 2% 2% 2% 8%;
}

.btm_area > div .inner .btn_area > p a{
	color: #226CAC;
}

#main .btn01.mail_btn img{margin-right: 3%;}

#main .btn01.mail_btn:after{
	display:none;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 50px auto 0;
	/* padding: 30px 0 0; */
}

footer .logo {
	width: 243px;
	margin: 0 auto;
}

footer .inner {
	padding: 0 0 50px;
	/* text-align: center; */
}

footer .inner .flex{
	justify-content: space-between;
}

footer .left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 38%;
}

footer .inner .right{
	width: 60%;
	justify-content: end;
}

footer ul {
	margin: 0 8% 0 0;
}

footer ul .sub a{
	display: block;
	color: #727272;
	font-size: 1.4rem;
	margin: 5px 0 2px 10px;
}


footer ul li {
	/* display: inline-block; */
	margin: 20px 0 0 0;
}

footer ul li:first-child{
	margin: 0;
}

footer ul li > a {
	font-weight: 600;
	color: #008AD2!important;
}

footer ul li:first-child a {
    border: none;
} 

footer .add li:before {
	content: '\25a1';
}

footer .add li {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.copyright {
	/* background: #333; */
	/* color: #fff; */
	text-align: center;
	font-size: 1.3rem;
}

.copyright small {
    /* width: 1000px; */
    /* margin: 0 auto; */
    /* padding: 20px 0 20px; */
    /* display: block; */
    /* text-align: right; */
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 0;
    max-width: 1320px;
    position: relative;
    top: -50px;
    z-index: 5;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    /* color: #F44336; */
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 60px;
	right: 25px;
	z-index: 9999;
}

#pageTop a{
	display:flex;
	background: #4bb2e4;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position:relative;
}

#pageTop a:before{
	content: '';
	width: 16px;
	height: 16px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	left: 0px;
	transform: rotate(-45deg);
	top: 8px;
	bottom:0;
	right:0;
	margin:auto;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	/* width: 200px; */
	/* margin: 0 0 0 10px; */
	/* float: left; */
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.choose_list1 > li:first-child {
	/* margin: 0; */
}

.choose_list1 {
	/* width: 410px; */
	margin: 20px auto;
	position: relative;
}

.contact_tb td span {
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.privacy_check{
	text-align: center;
	margin: 50px 0;
}

.privacy_check a{
	text-decoration: underline;
	color: #008AD2;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 250px;
	width: 100%;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 50px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #C9C9C9;
	background: #FAFAFA;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 100%;
	margin: 0 auto;
}

.contact_tb th {
	width: 16%;
	text-align: left;
	position: relative;
	line-height: 1.4;
	padding: 0 0 0 0;
	background: none;
	color: #333;
}
 .contact_tb td {
	padding: 20px 10px 20px 20px;
	position: relative;
	background: none;
	color: #333;
}

.contact_tb th em {
	color: #F00;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(../../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(../../img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(../../img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}




/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}

.article.nomv .pankuzu{
	position: static;
	margin-top: 100px;
}

.article #cover {
	max-width: 1920px;
	width: 100%;
	margin: 66px auto 0;
	position: relative;
	height: 62vh;
	overflow: hidden;
	    text-shadow: 0 0 6px #1B60A3;
	    min-height: 586px;
}

.article #cover h2{
	font-size:6rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 5vw 0;
	color: #fff;
	width: 80%;
}

.article #cover h2 span{
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
}

.article  #cover .box span{
	color: #fff;
}

.article  #cover:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/common/art_mv_btm.png) bottom center no-repeat;
	width: 100%;
	height: 396px;
	z-index: 2;
	bottom: 0;
	background-size: 100vw;
	background-size: cover;
}

.article  .cov-div{
	position: relative;
	height: 100%;
}

.article  .cov-div:before{
	display: none;
}

.article .about_mv{
	background: url(../img/about/mv.png) no-repeat;
	background-size: cover;
}

.article .company_mv{
	background: url(../img/company/mv.png) no-repeat;
	background-size: cover;
}

.article .case_mv{
	background: url(../img/cace/mv.png) no-repeat;
	background-size: cover;
}

.article .ser_mv{
	background: url(../img/service/mv.png) no-repeat;
	background-size: cover;
}

.article .ser01_mv{
	background: url(../img/service01/mv.png) no-repeat;
	background-size: cover;
}

.article .ser02_mv{
	background: url(../img/service02/mv.png) no-repeat;
	background-size: cover;
}

.article .ser03_mv{
	background: url(../img/service03/mv.png) no-repeat;
	background-size: cover;
}

.article .news_mv{
	background: url(../img/news/mv.png) no-repeat;
	background-size: cover;
}

.article .contact_mv{
	background: url(../img/contact/mv.png) no-repeat;
	background-size: cover;
}

.article .recruit_mv{
	background: url(../img/recruit/mv.jpg) no-repeat;
	background-size: cover;
}

.article #main {
	margin: 0 auto 0;
	top: 0px;
}

.article .btm_area > div{
	width: 100%;
}

.article .btm_area .right {
	background: url(../img/common/art_con_bg.png) no-repeat;
	background-size: cover;
}

.art_bg{
		background: url(../img/common/art_bg.png) top center no-repeat;
	padding: 100px 0;
}

/* 当社について
----------------------------------------------------------- */
.about01{
	margin: 45px auto 100px;
}

.about01 h2{
	margin-bottom: 45px;
	font-weight: 700;
	font-size: clamp(2.5rem, 3.9vw, 4.5rem);
}

.about02{
	background: url(../img/common/art_bg.png) top center no-repeat;
	padding: 100px 0;
}

.about02 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0 0 0;
}

.about02 li .img{
	width: 45%;
}

.about02 li .box{
	width: 47%;
}

.about02 h3{
	font-size: 3rem;
	margin: 8px 0 35px;
}

.about02 li .box span{
	position: relative;
	color: #008AD2;
}

.about02 li .box span:before{
	content: "";
	display: block;
	position: absolute;
	width: 88px;
	height: 1px;
	background: #008AD2;
	top: 50%;
	left: 120%;
}

.about02 li:nth-of-type(2n){
	flex-direction: row-reverse;
}

/* サービス
----------------------------------------------------------- */
.ser02{
	padding: 150px 0;
}

.ser02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ser02 li{
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin: 70px 0 0 0;
	position: relative;
}

.ser02 li:after{
	content: "01";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #F0F0F0;
	font-size: clamp(7rem,13vw,16rem);
	line-height: 0.8;
	z-index: 0;
}

.ser02 li:nth-of-type(2n):after{
	content: "02";
}

.ser02 li:nth-of-type(3n):after{
	content: "03";
}

.ser02 li:nth-of-type(4n):after{
	content: "04";
}

.ser02 li .img{
	width: 42%;
}

.ser02 li .img img{
	box-shadow: 0 3px 26px #0000003b;
}

.ser02 li .box{
	width: 54%;
	position: relative;
	z-index: 1;
}

.ser02 li  h3{
	font-size: clamp(1.8rem,2.2vw,3rem);
	margin-bottom: 10px;
}

.ser03{
	background: #EDFAFE;
	padding: 100px 0;
}

.ser03 h3 {
	text-align: center;
	margin: 0 0 50px 0;
}

.ser03 h3 span{
	background-image: linear-gradient(90deg, rgba(89, 202, 247, 1), rgba(26, 94, 161, 1));
	color: #fff;
	font-size: clamp(2.6rem,5vw,3.8rem);
	padding: 1% 2%;
	display: inline-block;
}

.ser03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ser03 ul li{
	text-align: center;
	width: 29%;
	font-size: clamp(1.8rem,5vw,2.5rem);
	font-weight: 500;
}

.ser04{
	padding: 100px 0;	
}

.ser04 .inner > ul{
	margin-top: 70px;
}

.ser04 .inner > ul > li{
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
}

.ser04 .inner > ul > li .img{
	width: 44%;
}

.ser04 .inner > ul > li .box{
	width: 50%;
}

.ser04 dt{
	font-size: clamp(2rem, 4vw, 3rem);
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	padding: 0 0 15px 0;
	font-weight: 600;
}

.ser04 .box ul{
	background: #EDFAFE;
	padding: 4%;
	margin: 20px 0;
	font-size: 1.8rem;
}

.ser04 .box li{
	display: flex;
	align-items: center;
	margin: 20px 0 0;
}

.ser04 .box li:first-child{
	margin-top: 0;
}

.ser04 .box li img{
	margin: 0 10px 0 0;
}

/* 散水設備工事
----------------------------------------------------------- */
.ser02_01{
	padding: 100px 0;
}

.ser02_01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.ser02_01 li{
	width: 23%;
}

.ser02_01 .img{
	text-align: center;
	box-shadow: 0 3px 26px #00000033;
	max-width: 263px;
	margin: 0 auto;
	border-radius: 200px;
}

.ser02_01 dt{
	font-size: clamp(1.68rem,2vw,2.5rem);
	font-weight: 600;
	line-height: 1.3;
	margin: 20px 0 6.59%;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ser02_01 dd{
	font-size: clamp(1.5rem,1.5vw,1.6rem);
}

.ser02_02 {
	padding: 200px 0 150px;
}

.ser02_02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ser02_02 li{
	width: 49%;
	max-width: 620px;
}

.ser02_02 li .tit{
	display: flex;
	align-items: center;
}

.ser02_02 li .tit .aicon{
	flex-shrink:0;
}

.ser02_02 li .tit h3{
	font-size: clamp(2.4rem,2.4vw,3rem);
	margin: 0 20px 0 0;
}

.ser02_02 li .txt{
	font-size: 1.5rem;
	margin: 20px 0 40px;
	min-height: 72px;
}

.ser02_02 li .img{
	box-shadow: 0 3px 26px #00000033;
	margin: 0 0 35px;
}

.ser02_02 .box{
	background: #EDFAFE;
	padding: 4%;
}

.ser02_02 .box h4{
	font-size: 2rem;
	margin: 0 0 5px;
}

.article .content04{
	background: none;
	padding: 0 0 0;
	margin: 0;
}

.ser02_03{
	background: #EDFAFE;
	padding: 100px 0 200px;
	margin-top: 100px;
}

.flow_list{
	margin-top: 100px;
}

.flow_list  .first{
	padding: 4% 3%;
}

.flow_list li{
	background: #fff;
	box-shadow: 0 3px 26px #00000033;
	padding: 1.5% 3%;
	margin: 40px 0 0;
	display: flex;
	position:relative;
}

.flow_list li:first-child:before{
	display: none;
}

.flow_list li:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/common/btm_arrow.svg) no-repeat;
	width: 50px;
	height: 20px;
	left: 0;
	right: 0;
	margin:0 auto;
	top: -29px;
}

.flow_list  .tit{
	display: flex;
	font-size: clamp(2.4rem,3vw,3.5rem);
	align-items: center;
	flex-shrink: 0;
	width: 100%;
}

.flow_list  .tit h4{
	font-weight: 600;
}

.flow_list  .link{
	width: 73%;
	margin-left: 5%;
}

.flow_list  .link > p{
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 10px;
}

.flow_list  .btn_area{
	display: flex;
}

.flow_list  .btn_area p{
	font-size: clamp(2rem,2.4vw,3.2rem);
	background: #fff;
	font-weight: 600;
	box-shadow: 0 3px 26px #00000033;
	padding: 1% 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 3% 0 0;
	flex-shrink: 0;
}

.flow_list .btn01 img{
	margin: 0 10px 0 0;
}

.flow_list  .btn_area p img{
	margin: 5px 14px 0 0;
}

.flow_list  .tit span{
	font-size: 4rem;
	font-weight: 600;
	background: url(../img/common/wa_no.svg) center  no-repeat;
	width: 80px;
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-top: 20px;
	margin-right: 30px;
	background-size: contain;
	flex-shrink: 0;
}

#main .flow_list .btn_area .btn01{
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

/* 製品販売
----------------------------------------------------------- */
.ser04_01{
	padding: 200px 0 150px;
}

.ser04_01 h3{
	background: #008AD2;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
	padding: .5% 2%;
	margin: 0 0 50px 0;
}

.ser04_01 .left{
	width: 23%;
}

.ser04_01 .right{
	width: 72%;
}

.ser04_01 .left h4{
	font-size: 2.5rem;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

.ser04_01 .link h5{
	font-size: 1.8rem;
	margin: 0 0 5px 0;
}

.ser04_01 .link {
	margin: 0 0 20px 0;
}

.ser04_01 .link a{
	display: block;
	margin: 0 0 5px 0;
}

.ser04_01 .link a:before{
	content: "・";
	color: #008AD2;
}

.ser04_01 .link dt a{
	margin: 0 0 1px 0;
}

.ser04_01 .link dd a{
	font-size: 1.4rem;
	margin: 0 0 2px 16px;
}

.ser04_01 .link dd a:before{
	content: "-";
	color: #333;
}

.ser04_01 .right .box{
	position: relative;
}

.ser04_01 .right .box .tag{
	background: #236DAD;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	color: #fff;
	padding: 5px 6.869%;
}

.ser04_01 .right .j_sb li{
	width: 23.15%;
	margin-bottom: 35px;
	position: relative;
	transition: .5s;
	margin-right: 2.4666667%;
}


.ser04_01 .right li:nth-child(4n+4){
	margin-right:0;
}

.ser04_01 .right li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	left:0;
	right: 0;
}

.ser04_01 .right li:hover{
	opacity: .5;
}

.ser04_01 .right  .img{
	width: 100%;
	height: 15vw;
	display: block;
	background: #fff;
	box-shadow: 0 3px 26px #0000002e;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 220px;
}

.ser04_01 .right  .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.ser04_01 .right  li p{
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 10px;
}

.pager{
	margin: 30px 0 0;
}

.pager  ul.page-numbers {
	text-align: center;
	margin: 0;
	padding: 0;
}
.pager .page-numbers li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	/* background:#9D50BB; */
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}
.pager .page-numbers li a,
.pager .page-numbers li .page-numbers.current{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	/* color: #fff; */
	text-decoration: none;
}
.pager .page-numbers li a span{
	display:table-cell;
	vertical-align:middle;
}
.pager .page-numbers li a:hover,
.pager .page-numbers li .page-numbers.current{
	color: #008AD2;
	/* background: #ccf; */
	font-weight: 600;
}

/* 関連設備工事
----------------------------------------------------------- */
.ser03_01{
	padding: 150px 0;
}

.ser03_01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ser03_01 li{
	width: 30%;
	background: #fff;
	box-shadow: 0 3px 26px #00000033;
	margin: 70px 0 0;
}

.ser03_01 ul::after {
display: block;
content:"";
width: 30%;
}


.ser03_01 li .img img{
	width:100%;
}

.ser03_01 li .box{
	padding: 5%;
}

.ser03_01 li h4{
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 15px;;
}

.ser04_01 li  p{
	padding: 0 0 25px;
}

/* 施工事例
----------------------------------------------------------- */
.ser04_01.case01{
	padding: 100px 0 150px;
}

.case01 .link a:before{
	display: none;
}

.case01 .right dl{
	margin: 10px 0 0 0;
}

.case01 .right dt{
	color: #008AD2;
}

/* 記事詳細
----------------------------------------------------------- */
.detail01{
	margin: 100px 0;
}


.kiji img{
	width:revert-layer;
}

.detail01 .tag{
	display: flex;
	align-items: center;
}

.detail01 .date{
	background: #008AD2;
	color: #fff;
	padding: 5px 1%;
	margin: 0 0 0 10px;
}

.detail01 .tit h2{
	font-size: clamp(2.6rem, 4vw, 4.5rem);
	margin: 10px 0 48px;
	font-weight: 600;
}

.detail01 .kiji .img{
	margin: 0 0 50px 0;
}

.detail01 .kiji h2{	
	font-size: clamp(2.6rem, 4vw, 4.5rem);
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

.detail01 .kiji h3{
	font-size: clamp(2.4rem, 4vw, 3rem);
		border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

.detail01 .kiji h4{
	font-size: clamp(2rem, 4vw, 2.5rem);
	margin-bottom:20px;
}

.detail01 .kiji p{
	margin: 0 0 50px 0;
}

.detail01 .kiji  a{
	margin: 100px auto 0;
}

/*お知らせ
----------------------------------------------------------- */
.news01{
	margin: 50px 0 150px;
}

.news01 .inner > ul {
	margin: 0 0 60px 0;
}

.news01 .inner > ul > li{
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
}

.news01 dl{
	display: flex;
}

.news01 dt{
	margin: 0 4% 0 0;
	font-weight: 600;
}


/* プライバシーポリシー
----------------------------------------------------------- */
.privacy01{
	margin-bottom: 150px;
}


.privacy01 h2{
	font-size: clamp(3rem, 4vw, 4.5rem);
	margin-top: 35px;
}

.privacy01 dl {
	margin: 30px 0 0;
}

.privacy01 dt {
	margin: 0 0 10px 0;
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	color: #008AD2;
}

.privacy01 dt:first-child {
	margin-top: 50px;
}

.privacy01 dd {
	margin: 0 0 55px 0;
}

.privacy01 .box{
	margin-bottom: 20px;
}

/* 会社概要
----------------------------------------------------------- */

.company01{
	padding: 50px 0 0;
	text-align: center;
}

.company01 .inner{
	border-bottom: 1px solid #ccc;
	padding: 0 0 75px;
}

.company01 dt{
	font-size: 3rem;
	font-weight: 600;
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	margin: 20px 0 40px 0;
}

.company01 dt .blue{
	font-size: 4.3rem;
	font-weight: 600;
	display: block;
}

.company01 dt:before{
	content: "";
	display: block;
	position: absolute;
	background: #ccc;
	height: 1px;
	width: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

.company02{
	padding: 75px 0 0;
}

.company02 .box{
	display: flex;
	margin-top: 0;
	justify-content: space-between;
	padding: 0 0 100px;
}

.company02 ul{
	width: 50%;
	margin-top: 70px;
}

.img_box{
	width: 48%;
	text-align: right;
}
.img_box .img01{
	margin: 0 0 0 60px;
}

.img_box .img02{
	margin: 30px 60px 0 0;
}

.company02 li{
	padding: 0 0 95px 0;
	position: relative;
}

.company02 li:first-child{
	padding-top: 0;
}

.company02 li:before{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 105%;
	background: #008AD2;
	left: 5px;
}

.company02 li:first-child:before{
	top: 6px;
}

.company02 li:last-child:before{
	display: none;
}

.company02  dl{
	margin: 0 0 0 30px;
}

.company02  dt{
	position: relative;
	font-weight: 600;
	margin: 0 0 5px 0;
	font-size: 2rem;
}

.company02 dt:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: #008AD2;
	top: 20%;
	left: -31px;
	border-radius: 50px;
}

.company03{
	padding: 150px 0;
}

.company03 .box{
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
}

.company03 .img{
	width: 51%;
}

.company03 .txt_box{
	width: 45%;
}

.company03 .txt_box h3{
	font-size: 2.5rem;
}

.company03 .txt_box p{
	margin-top: 30px;
}

.company03 dl{
	display: flex;
	font-weight: 600;
	align-items: baseline;
	justify-content: end;
	margin-top: 50px;
}

.company03 dt{
	font-size: 1.8rem;
	margin: 0 20px 0 0;
}

.company03 dd{
	font-size: 3.5rem;
}

.company04 {
	margin: 0 0 150px 0;
}

.company04 th{
width: 17%;
text-align: left;
background: none;
color: #333;
font-size: 1.8rem;
border-top: 1px solid #008AD2;
}


.company04 table{
	width: 100%;	
	margin-top: 70px;
}

.company04 td{
background: none;
font-size: 1.8rem;
border-top: 1px solid #ccc;
padding: 33px 5%;
}

.company04 td iframe{
	width: 100%;
	max-width: 500px;
	margin-top: 20px;
}

/* wordpress 記事 */
.detail_area img{
	margin-bottom:64px;
}

.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

/* お問い合わせ
----------------------------------------------------------- */

.contact01{
	padding: 100px 0 150px;
}

.contact01 .inner > p{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.contact02{
	background: #EDFAFD;
	padding: 100px 0;
}

.contact02 h2{
	margin: 0 0 50px 0;
}

.contact02 details {
	margin-bottom: 37px;
	border-radius: 5px;
	padding: 3%;
	background-color: #fff;
	transition: .5s;
	box-shadow: 0 0 14px #00000036;
}

.contact02 summary {
	font-weight: bold;
	cursor: pointer;
	display: flex;
	list-style: none;
	font-size: 2rem;
	align-items: center;
	padding: 0 0 0 0;
	position: relative;
	transition: .5s;
}

.contact02 details[open] {
		transition: .5s;
}

.contact02 summary .box{
	position: absolute;
	right: 1%;
}

.contact02 .box > span{
	width: 26px;
	height: 2px;
	background: #008AD2;
	display: block;
	position: absolute;
	transition: .5s;
}

.contact02 .box > span + span{
	transform: rotate(90deg);
}

.contact02 details[open] .box > span + span{
	transform: rotate(0deg);
}

.contact02 .Q{
	color: #008AD2;
	font-size: 3.5rem;
	line-height: 1;
	margin: 0 2% 0 0;
	font-weight: 600;
}

.contact02 .An{
	color: #E36363;
	font-size: 3.5rem;
	line-height: 1;
	margin: 0 2% 0 0;
	font-weight: 600;
}

.contact02 p{
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}


/* service02_det */
.detail03{
padding: 38px 0 195px;
}

.detail03 .tit{
	padding-bottom:20px;
	border-bottom:1px solid #C6C6C6;
	margin-bottom:46px;
}

.detail03 .title{
	font-size: clamp(2.6rem, 4vw, 4.5rem);
}

.det03_flex{
	display:flex;
	justify-content:space-between;
}

.det03_flex .item_area{
	max-width:600px;
	width: 48%;
	position:relative;
}

.det03_flex .cont_area{
	max-width:600px;
	width: 48%;
}


.det03_flex .item_area .slick-img{
	width:100%;
	max-height:585px;
	height: 39vw;
}

.det03_flex .item_area:before{
	position:absolute;
	content:"";
	width:100%;
	max-height:585px;
	height: 39vw;
	top:0;
	left:0;
	background:#fff;
	filter: drop-shadow(0 3px 26px #00000029);
}

.det03_flex .item_area .slick-img img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}

.det03_flex .item_area .text1{
	margin-top: 20px;
}

.det03_flex .item_area .thum_area{
	margin-top: 0px;
	filter: drop-shadow(0 3px 26px #00000029);
	position:relative;
}

.det03_flex .item_area .thumbnail-img{max-width: 190px;width: 98%;margin: 26px auto;height: 10vw;max-height: 133px;background:#fff;}

.det03_flex .item_area .thumbnail-img img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}

.itemslider_btn{
	display:flex;
	justify-content:space-between;
	position:absolute;
	top:50%;
	pointer-events:none;
	width: 104%;
	height:100%;
	align-items:center;
	top: 0;
	left: -2%;
}

.itemslider_btn div{
	pointer-events:initial;
}

.itemslider_btn div:hover{
	opacity:0.7;
}


.detail03 .kiji{
	margin-top:62px
}

.detail03 .kiji .btn01{
	margin:67px auto 0;
}

.slider video{
	width:100%;
	height: 100vh;
	object-fit: cover;
}

.pare_cate{
	margin-bottom:24px;
}

.pare_cate:last-child{
	margin-bottom:0px;
}

.pare_cate > li.pare_li{
	font-size:1.8rem;
	font-weight:700;
}

.chil_cate{
	margin-top:6px;
}

.chil_cate > li.chil_li{
	font-size:1.6rem;
	font-weight:500;
	position:relative;
	line-height:1.9375;
}

.chil_cate > li.chil_li:before{
	content:"・";
	color:#008AD2;
}

.you_cate{
	margin-top:9px;
	margin-left:16px;
}

.you_cate > li{
	font-size:1.4rem;
	font-weight:500;
	position:relative;
	line-height:1.9285;
}

.you_cate > li:before{
	content:"-";
}

.wpcf7-spinner{
	position:absolute;
	bottom:-60px;
}

.open_menu_wrapper {
  position: relative;
}

.dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 160px;
}

.dropdown_menu li {
  padding: 8px 16px;
margin:0;
}

.dropdown_menu li a {
  text-decoration: none;
  color: #333;
  display: block;
}

.dropdown_menu li a:hover {
  background-color: #f0f0f0;
}

.open_menu_wrapper:hover .dropdown_menu {
  display: block;
}

/* 初期状態：非表示＋透明＋少し上に */
.dropdown_menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 160px;
  pointer-events: none;
}

/* ホバー時：表示＋透明度1＋位置戻す */
.open_menu_wrapper:hover .dropdown_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* recruit */

.article #cover.recruit{
height: 100vh;
}

.article #cover.recruit h2{
	font-size: clamp(3.2rem, 6vw, 6.7rem);
	text-align: center;
	padding: 9vw 0 0;
}

.recruit01{
	background: url(../img/recruit/bg1.png) top no-repeat;
	background-size: cover;
	position: relative;
	overflow:hidden;
	z-index: 1;
	margin-top: 27px;
}

.recruit01:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: url(../img/recruit/bg1.svg) top center no-repeat;
	background-size: cover;
	max-width: 476px;
	margin: auto;
	right: 0;
	z-index: -1;
}

.recruit01 .ab_img1{
	position:absolute;
	max-width: 198px;
	width: 11%;
	right: 75.2%;
	top: 28%;
}
.recruit01 .ab_img2{
	position:absolute;
	max-width:238px;
	width: 13%;
	left: 75.7%;
	top: 3.5%;
}

.ft30{
	font-size: clamp(2.4rem, 3.3vw, 3rem);
	line-height:1.63333;
}

.ft25{
	font-size: clamp(2rem, 2.4vw, 2.5rem);
	font-weight: 700;
}

.recruit01 .title1{
	text-align:center;
	margin: 6.667% auto 33px;
}

.recruit01 .text1{
	text-align:center;
	font-size: clamp(1.5rem,2vw,1.8rem);
	line-height:2;
}

.ma1920{
	max-width:1920px;
	margin: 0 auto;
	position:relative;
	width:100%;
}

.recruit01 .ma1920{
	padding: 43px 0 120px;
}

.recruit02{
	padding: 88px 0 206px;
	background:url(../img/recruit/bg2.jpg)no-repeat;
	background-size:cover;
	position: relative;
}

.rec02_list{
	display:flex;
	justify-content:space-between;
	margin-top:75px;
}

.rec02_list li{
	width: 32.5%;
	max-width:343px;
}

.rec02_list li .img{
	max-width:160px;
	margin:0 auto 24px;
	width: 50%;
}

.rec02_list li .title1{
	text-align:center;
	margin:0 auto 16px;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.rec02_list li .text1{
	color:#fff;
	font-size: clamp(1.5rem,1.6vw,1.8rem);
	line-height:1.66667;
	font-weight:700;
}

.btn_area1{
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 17px #00000029;
	padding:53px 0;
	position: absolute;
	bottom: -130px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	max-width: 1200px;
}

.rec_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:1076px;
	width:95%;
	margin:0 auto;
	height:155px;
	color: #fff!important;
	background: linear-gradient(270deg, rgba(89, 202, 247, 1), rgba(26, 94, 161, 1));
	border-radius: 19px;
	box-shadow: 5px 5px 10px #00000029;
	font-size: clamp(2.6rem, 4vw, 4.5rem);
	font-weight: 700;
}

.rec_btn img{
	margin-right: 4.3%;
}

.recruit03{
	background:#EDFAFE;
	padding:230px 0 150px;
}

.rec03_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 20px;
}

.rec03_list li{
	background:#FFFFFF;
	border-radius:9px;
	width:24%;
	max-width:250px;
	margin-top: 90px;
	text-align: center;
	padding: 0 1% 20px;
	box-shadow: 0 0 17px #00000029;
}

.rec03_list li .img{
	margin: -32px auto 23px;
}

.rec03_list li .text1{line-height: 1.36;min-height: 70px;display: flex;align-items: center;justify-content: center;font-size: clamp(1.8rem, 2vw, 2.5rem);}

.rec_img_area{
	display:flex;
	justify-content:space-between;
	margin-left:40px;
	margin-right:40px;
}

.rec_img_area img{
	width:24%;
	display:block;
}

.recruit04{
	padding:150px 0 160px;
}

.recruit04 .text{
	text-align:center;
	margin-top:33px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
}

.rec04_list{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}


.rec04_list li{
	width:24%;
	text-align:center;
	padding:24px 0 42px;
}

.rec04_list li.bar{
	width:1px;
	background:#BCBCBC;
	padding:0;
}

.rec04_list li .img{
	max-width:71px;
	width:100%;
	margin: 0 auto 25px;
}

.rec04_list li .text1{
	text-align:center;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.recruit05.art_bg{
	padding: 178px 0 150px;
}

.rec05_list{
	margin-top: 140px;
}

.rec05_list li{
	margin-top:45px;
	background:#fff;
	padding:14px 23px 40px;
	position:relative;
	z-index:1;
	box-shadow:0 3px 26px #00000029;
}

.rec05_list li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	background:#fff;
}


.rec05_list li:after{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 55px solid #fff;
	border-right: 0;
	filter: drop-shadow(0 3px 26px #00000029);
	top:0;
	bottom:0;
	margin:auto;
	left:98%;
	z-index:-2;
}


.rec05_list li:nth-child(2n):after{
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-right: 55px solid #fff;
	border-left: 0;
	left:auto;
	right:98%;
}

.rec05_list li > div{
	display:flex;
	align-items:flex-start;
	padding:0 11px;
}

.rec05_list li > div.ques{
	border-bottom:1px solid #C4C4C4;
	padding-bottom:23px;
	margin-bottom:6px;
}

.rec05_list li .icon{
	font-size: clamp(2.6rem, 4vw, 3.5rem);
	line-height:1.45714;
	font-weight:700;
	margin-right: 2.386%;
	flex-shrink: 0;
}

.rec05_list li .text_area{
	padding-top:13px;
}

.rec05_list li .title1{
	line-height:1.44;
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

.rec05_list li > div.answ .title1{
	margin-bottom:11px;
}

.rec05_list li .text1{
	line-height:1.5;
	font-weight:500;
}

.recruit06{
	padding:158px 0 150px;
	background: #EDFAFE;
}

.flow_list.rec06_list li{
	padding: 3% 3%;
}

.flow_list.rec06_list li .tit span{
	background:#1B60A3;
	border-radius:50%;
	padding: 0;
	height: 80px;
}

.flow_list.rec06_list li .text_area{
	width: 100%;
}

.flow_list.rec06_list li .text_area .title1{
	
}

.flow_list.rec06_list li .text_area .text{
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:1.4444;
	font-weight:700;
	margin-top: 12px;
}

.recruit07{
	padding:160px 0 150px;
}

.rec07_list{
	margin:86px auto 94px;
	display:flex;
}

.rec07_list li{
	width:25%;
	background:#EDFAFE;
	position:relative;
	padding: 57px 2.667% 26px;
}

.rec07_list li:nth-child(2n){
	background:#fff;
}

.rec07_list li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 23px solid #1B60A3;
	border-right: 0;
	left:97%;
	z-index:1;
	top:0;
	bottom:0;
	margin:auto;
}


.rec07_list li:last-child:before{
	display:none;
}

.rec07_list li .step{
	max-width:100px;
	margin: 0 auto 14%;
	width: 60%;
}

.rec07_list li .title1{
	text-align: center;
	line-height: 1.44;
	margin-bottom: 6.4%;
}

.rec07_list li .text1{
	font-weight: 500;
	line-height: 1.5;
}

.company03.recruit08{
	
padding: 180px 0 150px;
}

.company03.recruit08 .box {
    margin: 130px 0 0;
}

.company03.recruit08 .txt_box h3 {
	font-size: clamp(2.4rem, 3vw, 4.5rem);
	line-height:1.4444;
}

.company03.recruit08 .img{
	width: 43.667%;
}

.company03.recruit08 .txt_box{
	width: 48%;
}


.article .btm_area.rec_btm > div {
    width: 50%;
}

.btm_area.rec_btm .right {
    background: url(../img/top/btm_bg02.png) no-repeat center;
    background-size: cover;
}
/*-- 固定ここまで --*/



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

#cover:before{
	    height: 30.1045vw;
}
	
.article #cover:before {
    height: 20.625vw;
}

#cover {
	max-width:initial!important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 10px auto 0;
	position: relative;
	height: 99vh;
	overflow: hidden;
}


#cover:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/top/mv_btm.png) no-repeat;
	width: 100%;
	height: 578px;
	z-index: 2;
	bottom: 0;
	background-size: 100%;
	/* background-size: cover; */
}

.cov-div .btm02{
	width: 40%;
	max-width: 430px;
}

.cov-div .btm02 h2{
	width: 85%;
}

.cov-div .btm02 p{
	color: #fff;
	font-size: 1.2vw;
	text-align: center;
	font-weight: 800;
	margin: 23px 0 15px;
}

.article #cover h2{
	font-size:6rem;
	padding: 8vw 0;
}

.slider video{
	height: 99vh;
}
	
.btm_area > div .inner .btn_area > p {
    background: url(../img/top/tel_mark.svg) 16% 54% no-repeat #fff;
}

.recruit01 .ab_img1{
	right: auto;
	left: 3%;
}
.recruit01 .ab_img2{
	left: auto;
	right: 3%;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.nav_list1 a{
	font-size: 1.3rem;
}

.hd_link_btn1:link{
	font-size: 1.3rem;
}

.nav_list1 li {
	margin-left:auto;
	margin: 0 25px 0 0;
}

.content04 .bnr_area .box{
	width: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	padding: 0 30px;
}

.content04 .bnr_area .mainTit{
	
}

.content04 .bnr_area .box p{
	margin: 20px 0;
	font-size: 1.7rem;
}

.content04 .bnr_area .img{
	width: 50%;
	position: relative;
}

.btm_area .mainTit {
	font-size: 3rem;
}

.btm_area .btn_area{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.btm_area .btn_area .btn01{
	width: 45%;
}

#main .btm_area .btn_area .btn01{
	max-width: 330px;
	width: 100%;
	font-size: 1.8rem;
}

.btm_area > div .inner .btn_area > p{
	width: 100%;
	background: url(../img/top/tel_mark.svg) 10% 54% no-repeat #fff;
	color: #226CAC;
	padding: 2% 2% 2% 8%;
	margin: 0 0 18px 0;
	font-size: 3.2rem;
	font-weight: 600;
	margin-right: 0;
	height: 75px;
	max-width: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cov-div .btm02{
	width: 40%;
	max-width: 338px;
	right: 2%;
}

.cov-div .btm02 h2{
	width: 63%;
}
.cov-div .btm01{
	position: absolute;
	bottom: 200px;
	z-index: 2;
	left: 50px;
}

.article #cover h2{
	font-size:5rem;
	padding: 12vw 0;
}

.about02 li{
	align-items: start;
}

.about02 li .img{
	width: 45%;
}

.about02 li .box{
	width: 50%;
}

.about02 h3{
	font-size: 2rem;
	margin: 8px 0 20px;
}

.top_btm_area.btm_area > div .inner .btn_area > p{
	font-size: clamp(2rem, 3vw, 3rem);
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
	
img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.article #cover h2{
	padding: 14vw 0;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}


.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}






/* 全ページ共通クラス
----------------------------------------------------------- */


/* トップページ
----------------------------------------------------------- */
.btm_area .mainTit {
	font-size: 2.6rem;
	letter-spacing: 0;
}

.btm_area > div .inner p {
    margin: 30px 0;
    text-align: center;
    font-weight: 500;
	font-size: 1.4rem;
	text-align: le;
}

.cov-div .btm02{
	width: 30%;
	max-width: 415px;
	right: 2%;
	bottom: auto;
	top: 37vh;
}

.cov-div .btm02 h2{
	width: 59%;
}

    .cov-div .btm02 p {
        color: #fff;
        font-size: 1.2vw;
        text-align: center;
        font-weight: 800;
        margin: 23px 0 15px;
    }

#cover h1{
	font-size: 4rem;
	color: #fff;
}

#cover .box span{
	color: #fff;
}

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 10px auto 0;
	position: relative;
	height: 80vh;
	overflow: hidden;
	min-height: 615px;
}

#cover:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/top/mv_btm.png) no-repeat;
	width: 100%;
	height: 384px;
	z-index: 2;
	bottom: 0;
	background-size: 100%;
	/* background-size: cover; */
}

.cov-div .btm01{
	display: none;
}

.hLogo{
	max-width: 370px;
	width: 20%;
	margin-left: 2%;
}
	
/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	/* width: 48%; */
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}


.nav_list1 a{
	font-size: 1.2rem;
}

.hd_link_btn1:link{
	font-size: 1.2rem;
}

.nav_list1 li {
	margin: 0 15px 0 0;
}

.content02:after{
	background-size: contain;
	height: 200px;
}

.content03 li{
	font-size: 1.6rem;
}

footer .inner .right{


}
	footer ul {
 margin: 0 6% 0 0;
 letter-spacing: 0;
};

#cover h1{
	font-size: 3rem;
	color: #fff;
}

footer ul li > a:link {
	font-size: 1.4rem;
}

footer ul li .sub a{
	font-size: 1.3rem;
}

.ser02 li {
    width: 49%;
}

.ser02_01 dt {
    min-height: 50px;
}

#main .btn01:after {
    left: 95%;
}

.flow_list .tit span {
    font-size: 3rem;
    width: 60px;
    height: 84px;
    margin-right: 15px;
}

.slider video{
	height: 80vh;
	min-height: 535px;
}

.content04 li{
	width: 24%;
	margin-right: 1.3333334%;
}
	
.content04 li .img{
	height: 17vw;
}

.ser02_02 li .tit h3{
	min-height: 76px;
}


.article #cover.recruit {
    height: 80vh;
}

    .article #cover.recruit h2 {
        padding: 14vw 0 0;
    }

.rec_inner {
    /* width: 95%; */
}

.rec02_list li .title1 {
    font-size: clamp(1.7rem, 2vw, 2.5rem);
}

.rec03_list li .img {
    margin: -32px auto 8px;
}

.flow_list.rec06_list li .tit span {
    height: 60px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.article #cover h2{
	padding: 17% 0;
	font-size: 4rem;
}

/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008AD2;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	/* background:#111; */
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 22px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
}

.gnav__menu__item .gnav2{
	margin-top:-10px;
	position:relative;
	z-index:1;
}

.gnav__menu__item .gnav2 a{
    font-size: 1.6rem;
    padding: 0 0 10px 0;
}

.gnav__menu__item .gnav2 li:last-child a{
	margin-bottom:10px;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

.hLogo{
	max-width: 300px;
	width: 40%;
	margin-left: 0;
}

header{
	padding: 20px 5%;
}

.newsArea .inner{
	display: flex;
	background: #fff;
	box-shadow:0 0 14px #00000024;
	padding: 15px 0;
	flex-direction: column;
	align-items: baseline;
	width: 100%;
}

.newsArea h2{
	width: 90%;
	text-align: left;
	font-size: 2.5rem;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 10px;
	padding-bottom: 3px;
	border-right: none;
}

.newsArea dl{
	display: flex;
	margin-left: 5%;
	margin:0 auto;
        width: 90%;
}

.newsArea dt{
	margin: 0 15px 0 0;
}

.newsArea{
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* top: -100px; */
}

.content01 .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.content02{
	padding: 10vh 0 15vh;
	background-size: contain;
}

.content02 h3{
	font-size: 2rem;
}

.content03 ul{
	
}

.content03 li{
	width: 46%;
	margin: 0 0 40px 0;
}


.content04 li{
	width: 47%;
	position: relative;
	margin: 0 0 40px 0;
}

    .content04 li .img {
        height: 31vw;
    }

.content04 .bnr_area .inner{
	max-width: 100%;
	background-size: cover;
	display: flex;
	/* border: 1px solid #fff; */
	width: 100%;
	/* padding: 5%; */
	position: relative;
	flex-direction: column-reverse;
	background-size: cover;
}

.content04 .bnr_area{
	background-size: cover;
}

.content04 .bnr_area .img{
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.content04 .bnr_area .box{
	width:100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3vh 30px 8vh;
}

#main .btn02,#main .btn01{
	/* height:60px; */
}

.btm_area {
	flex-direction: column;
}

.btm_area > div {
	width: 100%;
}

.btm_area > div .inner .btn_area > p{
	font-size: 3rem;
	background: url(../img/top/tel_mark.svg) 12% 54% no-repeat #fff;
}

footer .inner .flex {
	flex-direction: column;
}

footer .inner .right,footer .inner .left{
	width: 100%;
}

	footer .inner .left{
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}

	footer .inner .right{
		flex-direction:initial;
		justify-content: space-between;
	}

#cover:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/top/mv_btm.png) no-repeat;
	width: 100%;
	height: 28vh;
	z-index: 2;
	bottom: 0;
	background-size: 100%;
}

.cov-div .btm02{
	width: 34%;
	max-width: 430px;
	right: 2%;
	bottom: auto;
	top: 43vh;
}

    .cov-div .btm02 p {
        color: #fff;
		font-size: clamp(1.3rem, 2.44vw, 1.5rem);
        text-align: center;
        font-weight: 800;
        margin: 23px 0 15px;
    }

#cover .box{
	position: absolute;
	z-index: 2;
	top: 19%;
	left: 10%;
}

.about02 li{
	flex-direction: column;
}

.about02 li .box{
	width: 100%;
	max-width: 595px;
	margin: 0 auto;
}

.about02 li .img{
	width: 100%;
	text-align: center;
	margin: 0 0 50px 0;
} 

.about02 li:nth-of-type(2n){
	flex-direction: column;
}

.det03_flex{
	flex-direction:column;
}

.det03_flex .item_area{
	max-width:initial;
	width: 100%;
}

.det03_flex .cont_area{
	max-width:initial;
	width: 100%;
	margin:40px auto 0;
}


.det03_flex .item_area .slick-img{
	height: 65vw;
}

.det03_flex .item_area:before{
	height: 65vw;
}


.det03_flex .item_area .thumbnail-img{max-width: initial;height: 24vw;max-height: initial;}

.detail03 {
    padding: 38px 0 120px;
	
}

.detail01 .kiji .img {
    margin: 0 0 30px 0;
}

.detail01 .tit h2 {
    margin: 10px 0 30px;
}

body{
	font-size:1.5rem;
}

.ser04_01 .j_sb {
    flex-direction:column-reverse;
}

.j_sb .j_sb{
	flex-direction:initial;
}

.ser04_01 .left{
	width: 100%;
}

.ser04_01 .right{
	width: 100%;
	margin-bottom: 50px;
}

.ser04_01 .right  .img{
	height: 17vw;
}

.pager .page-numbers li {
    width: 30px;
    height: 30px;
}

.ser04_01.case01 {
    padding: 80px 0 120px;
}

.news01 dl{
	flex-direction:column;
}

.news01 dt{
	margin: 0px 0 8px;
}
	
.news01 .inner > ul > li {
    padding: 20px 0;
}

.company02 .box{
	padding: 0 0 100px;
	flex-direction:column;
}

.company02 ul{
	width: 100%;
	margin-top: 40px;
}

.img_box{
	width:100%;
	max-width: 500px;
	margin: 30px auto 0;
}

.company02 li {
    padding: 0 0 30px;
}

.company03{
	padding: 80px 0;
}

.company03 .box{
	margin: 30px 0 0;
	flex-direction:column-reverse;
}

.company03 .img{
	width: 100%;
	margin: 30px auto 0;
}

.company03 .txt_box{
	width: 100%;
}



.company04 th{
width: 100%;
font-size: 1.6rem;
border-top: none;
padding:16px 0 0px;
}


.company04 table{
	margin-top: 30px;
}

.company04 td{
font-size: 1.5rem;
border-bottom: 1px solid #ccc;
border-top: none;
padding:8px 0 16px;
	position:relative;
}
	
.company04 td:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:20%;
	height:1px;
	background:#008AD2;
}


.ser02 li{
	width: 100%;
	margin: 50px 0 0 0;
}

.ser02 li .img{
	width: 100%;
	margin:0 auto 30px;
	text-align: center;
}


.ser02 li .box{
	width: 100%;
}
	
.ser03 ul li {
    width: 32%;
}

.ser03 h3 {
    margin: 0 0 30px 0;
}

.ser03 {
    padding: 60px 0;
}


.ser04 .inner > ul{
	margin-top: 40px;
}

.ser04 .inner > ul > li{
	margin-bottom: 70px;
	flex-direction:column;
}

.ser04 .inner > ul > li .img{
	width:100%;
	margin:0 auto 30px;
}

.ser04 .inner > ul > li .box{
	width: 100%;
}

.ser02 li h3 {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.article #cover h2 span {
    font-size: 2rem;
}

.ser02_01 ul {
    margin-top: 30px;
}

.ser02_01 li {
    width: 48%;
	margin-top:40px;
}

.ser02_01 dt {
    min-height: 50px;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.about01 {
    margin: 45px auto 40px;
}

.ser02_01 {
    padding: 80px 0 60px;
}

.ser02_02 {
    padding: 80px 0;
}

.ser02_02 li{
	width: 100%;
	margin:60px auto 0;
}

.content04 ul {
    margin: 40px 0;
    flex-direction:initial;
    justify-content: space-between;
}

.flow_list {
    margin-top: 60px;
}

.flow_list li{
	flex-direction:column;
	padding: 20px!important;
}

.flow_list .tit span {
	font-size: 2.4rem;
	width: 50px;
	height: 71px;
	margin-right: 15px;
}

.flow_list .link > p {
    font-size: 1.6rem;
	margin-bottom:20px;
}

.flow_list .link {
    width: 100%;
    margin-left: 0%;
    margin-top: 16px;
}

.flow_list .btn_area {
	flex-direction:column;
}

.flow_list .btn_area p{
	width: 100%;
	height: 60px;
	font-size: 2.6rem;
	margin: 0 auto 16px;
	max-width: 330px;
}

#main .flow_list .btn_area .btn01 {font-size: 1.8rem;height: 60px;margin: 0 auto;}

.flow_list .tit {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.ser02_03 {
    padding: 80px 0 60px;
    margin-top: 60px;
}

.ser04_01 {
    padding: 80px 0 60px;
}

.ser03_01{
	padding: 80px 0;
}


.ser03_01 li{
	width: 48%;
	margin: 50px 0 0;
}

.contact02 summary .box {
    right: 3%;
}

.contact02 summary{
	width:100%;
	padding-right: 10px;
}

.content04 {
    padding: 80px 0 60px;
    margin: 60px 0 0;
}


.top_btm_area.btm_area > div .inner .btn_area > p {
        font-size: 3rem;
}
	
.article #cover{
	min-height:initial;
	min-height: 410px;
}
	
.company03 .txt_box h3{
	font-size: 2rem;
}
	
.company03 dt{
	font-size: 1.6rem;
}

.company03 dd{
	font-size: 2.4rem;
}

	.ser04 .box li{
		font-size:1.5rem;
	}
	
.ser03_01 li h4 {
	font-size: 2rem;
	}

.ser02_02 li .tit h3{
	min-height: initial;
}

.ser02_02 li .txt {
    min-height: initial;
}

    .article #cover.recruit {
        height: 70vh;
        min-height: 500px;
    }

.article #cover.recruit h2 {
    padding: 17% 0 0;
}

.recruit01 .ab_img1{
	right: auto;
	left: 3%;
	top: auto;
	bottom: 2%;
	width: 18%;
}
	
.recruit01 .ab_img2{
	left: auto;
	right: 2%;
	width: 24%;
	top: 0;
}

.recruit01 .ma1920 {
    padding: 23% 0 34%;
}

.recruit02{
	padding: 80px 0 150px;
}

.rec02_list{
	margin-top:40px;
}

.rec02_list {
	flex-wrap:wrap;
}
	
.rec02_list li{
	width: 47%;
	margin:40px auto 0;
}


.btn_area1{
	padding:30px 0;
	bottom: -80px;
}

.rec_btn{
	height:100px;
	max-width:500px;
	width: 90%;
}

.rec03_list li {
    width: 48%;
    max-width: initial;
    margin-top: 60px;
}

    .rec03_list li .img {
        margin: -32px auto 23px;
        width: 50%;
    }
	
.rec03_list li .text1 {
    font-size: clamp(1.8rem, 3.4vw, 2.2rem);
}

.recruit03 {
    padding: 120px 0 80px;
}

.rec_img_area{
	flex-wrap:wrap;
}

.rec_img_area img{
        width: 47%;
        margin-bottom: 5%;
}

.recruit04 {
    padding: 80px 0 60px;
}

.rec04_list{
	flex-wrap:wrap;
	position: relative;
}
	
.rec04_list:before,
.rec04_list:after{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background: #BCBCBC;
}

.rec04_list:after{
	width:1px;
	height:100%;
}

.rec04_list li{
	width:50%;
	padding: 24px 0;
}


.rec04_list li.bar{
	display:none;
}

.rec04_list li .text1 {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
}

.rec04_list li .img {
    margin: 0 auto 7%;
    width: 30%;
}

.recruit05.art_bg {
    padding: 100px 0;
}

.rec05_list {
    margin-top: 50px;
}

.rec05_list li:after{
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 27px solid #fff;
	left:98%;
}


.rec05_list li:nth-child(2n):after{
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 27px solid #fff;
	right:98%;
}

.rec05_list li {
    padding: 20px;
}	

.rec05_list li .text_area {
    padding-top: 9px;
}

.rec05_list li > div {
    padding: 0;
}

.rec05_list li > div.ques {
    padding-bottom: 12px;
}

.recruit06 {
    padding: 80px 0 60px;
}

    .flow_list.rec06_list li .tit span {
        height: 50px;
    }

.flow_list.rec06_list li .text_area .text {
    margin-top: 6px;
}

.recruit07 {
    padding: 80px 0 60px;
}

.rec07_list {
    margin: 60px auto 40px;
	flex-wrap:wrap;
}

.rec07_list li {
    width: 50%;
    padding: 20px;
}

.rec07_list li:nth-child(3) {
    background: #fff;
}

.rec07_list li:nth-child(4) {
    background: #EDFAFE;
}

	.rec07_list li:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 17px solid #1B60A3;
    left: 96%;
}

.rec02_list li .title1 {
    font-size: clamp(2rem, 3vw, 2.5rem);
}

.recruit01:before{
	max-width: initial;
	background-size: contain;
}

.company03.recruit08 {
    padding: 100px 0;
}

.company03.recruit08 .box {
    margin: 30px 0 0;
}

.company03.recruit08 .img{
	width:100%;
}

.company03.recruit08 .txt_box{
	width: 100%;
}
	
	.article .btm_area.rec_btm > div {
    width: 100%;
}
	
    .company03.recruit08 .txt_box h3 {
        text-align: center;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	/* width: 96% !important; */
	display: block;
}


.article #cover h2{
	font-size: 3.2rem;
	width: 90%;
}



.article  #cover:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/common/art_mv_btm.png) bottom center no-repeat;
	width: 100%;
	height: 62vh;
	z-index: 2;
	bottom: 0;
	background-size: 100vw;
	background-size: 244%;
}

.article #cover {
	max-width: 1920px;
	width: 100%;
	position: relative;
	height: 43vh;
	overflow: hidden;
	min-height: 315px;
}

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 0;
    max-width: 1320px;
    position: relative;
    top: 0;
    z-index: 5;
}

	
/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


/* トップページ
----------------------------------------------------------- */

#main {
}

.content01 .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.content01 .img{
	width: 100%;
	max-height:300px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px 0;
}

.content01 .box{
	width: 100%;
}

/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;
	width: 100%;
}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	/* width: 96%; */
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.content02 li{
	width: 100%;
	margin: 0 auto 50px;
	max-width: 478px;
}

.btm_area > div .inner .btn_area > p{
	font-size: 2.4rem;
	background: url(../img/top/tel_mark.svg) 9% 54% no-repeat #fff;
}

	footer .inner .right li{
		font-size: 1.4rem;
	}

	footer .inner .right li .sub a{
		font-size: 1.3rem;
	}

.copyright{
	margin: 0 0 30px 0;
}

	footer .inner .right{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	footer .inner .right ul{
		margin: 30px 0 0;
	}

	footer .inner .left{
		margin-bottom: 0px;
	}


.newsArea dl{
	flex-direction: column;
	margin-left: 5%;
	margin:0 auto;
}

.cov-div .btm02{
	position: absolute;
	bottom: 35px;
	z-index: 2;
	right: 0;
	background-image: linear-gradient(90deg, rgba(89, 202, 247, 0.90), rgba(26, 94, 161, 0.90));
	border-radius: 100%;
	padding: 3% 5%;
	text-align: center;
	display: flex;
	flex-direction: inherit;
	align-items: center;
	width: 90%;
	max-width: 90%;
	left: 0;
	margin: 115px auto 0;
	justify-content: center;
	height: 200px;
}

	.cov-div .btm02 h2{
		width: 26%;
		margin: 0 5% 0 0;
	}

	.cov-div .btm02 p{
		font-size: clamp(1.3rem, 2.44vw, 1.5rem);
		text-align: left;
	}

.hLogo{
	max-width: 249px;
	width: 60%;
	margin-left: 0;
}

#main{
	top: -10px;
}

.contact02 summary {
	font-size: 1.5rem;
}

.contact02 .Q{
	font-size: 2.5rem;
}

.contact02 .An{
	font-size: 2.5rem;
}

.contact02 summary .box{
	position: absolute;
	right: 3%;
}

.contact02 .box > span{
	width:15px;
	height: 2px;
}

.j_sb .j_sb{
	justify-content:space-between;
}
	
.ser04_01 .right .j_sb li {
    width: 48%;
    margin-right: 0%;
}

.ser04_01 .right  .img{
	height: 35vw;
}


.company01 dt{
	font-size: 2.2rem;
}

.company01 dt .blue{
	font-size: 2.4rem;
}


.ser02 li{
	flex-direction:column;
}

.ser02 li h3 {
    font-size: 2rem;
    text-align: center;
}

    .ser03 h3 {
        margin: 0 0 0px;
    }

.ser03 ul{justify-content: center;margin-top: 20px;}

.ser03 ul li {
    width: 48%;
    margin-top:40px;
    font-size: 2rem;
    margin: 20px auto 0;
}

.ser03 h3 span{
	padding:12px 16px;
	line-height:1.4;
}


.ser02_01 ul {
    margin-top: 10px;
}


.top_btm_area.btm_area > div .inner .btn_area > p {
        font-size: 2.4rem;
}
	
.ser03_01 li{
	width: 100%;
	margin: 50px auto 0;
}

.article #cover.recruit h2 span {
	font-size:1.6rem;
}

    .article #cover.recruit {
        height: 50vh;
        min-height: 400px;
    }

    .rec_btn {
        height: 70px;
        font-size: clamp(2rem, 4vw, 4.5rem);
    }

.rec_btn img{
	width:30px;
}

    .btn_area1 {
        padding: 20px 0;
        bottom: -55px;
    }
	
	.rec03_list li .text1 {
    min-height: 50px;
    }


.rec07_list li {
    width: 100%;
    padding: 30px 20px;
}

.rec07_list li:nth-child(3) {
    background: #EDFAFE;
}

.rec07_list li:nth-child(4) {
    background: #ffffff;
}

	.rec07_list li:before {
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 17px solid #1B60A3;
  border-bottom: 0;
  left: 0;
  right: 0;
  top: 97%;
  bottom: auto;
}

.rec07_list li .step {
    margin: 0 auto 8px;
    width: 30%;
}


    .rec02_list li {
        width: 100%;
    }
.rec02_list li .img {
    width: 30%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 100%;
	font-size: 90%;
}

.choose_list1 > li {
	/* width: 49%; */
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 390px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.cov-div .btm02 p{
		font-size: 1.2rem;
		text-align: left;
	}
.cov-div .btm02{
	position: absolute;
	bottom: 26px;
	z-index: 2;
	right: 0;
	background-image: linear-gradient(90deg, rgba(89, 202, 247, 0.90), rgba(26, 94, 161, 0.90));
	border-radius: 100%;
	padding: 3% 5%;
	text-align: center;
	display: flex;
	flex-direction: inherit;
	align-items: center;
	width: 90%;
	max-width: 90%;
	left: 0;
	margin: 115px auto 0;
	justify-content: center;
	height: 153px;
}

#cover h1{
	font-size: 3rem;
	color: #fff;
	text-align: center;
	margin: 0 0 15px 0;
}

#cover .box{
	position: absolute;
	z-index: 2;
	top: 24%;
	left: 0;
	right: 0;
	text-align: center;
}

#cover .box span {
        text-align: center;
        margin: 0 auto;
    }

.btm_area .mainTit {
	font-size: 2.3rem;
	letter-spacing: 0;
}
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */