@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
  }

body {
	width: 100% !important;
	color: #333;
	line-height: 1.5;
	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!important;
	font-weight:400;
}

.zen{
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

.op_sans{
	font-family: "Open Sans", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #0E5AB5;
}
.blue2{
	color: #253A5E;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #0E5AB5;
}
.bgblu2{
	background: #253A5E;
}
.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;
	}
/*-----------------------------------------------------------
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;
	padding: 22px 2.6048%;
	background: #fff;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 252px;
	width: 28%;
}


.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: 66%;
	display: flex;
	max-width: 705px;
	align-items: center;
	justify-content: flex-end;
}

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

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 2rem;
	color: #253A5E;
	font-weight: 700;
}


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

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 284px;
	width: 45%;
	margin-left: auto;
}

.btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:71px;
	font-size:2rem;
	font-weight: 700;
	max-width:284px;
	border-radius:36px;
	border:1px solid #0E5AB5;
	position:relative;
	transition: .4s;
}

.btn1.blue{
	color: #0E5AB5;
}

.btn1 .img1{
	width:25px;
	margin-right: 12px;
	transition: .4s;
	display: flex;
	align-items: end;
}

.btn1 .img1 svg{
	width:100%;
}

.btn1 svg path {
  fill: #ffffff; /* 白 */
  transition: fill 0.4s ease;
}

/* hover時 */
.btn1:hover svg path {
  fill: #0E5AB5;
}

.btn1:before{
	position:absolute;
	content:"";
	width: 18px;
	height: 10px;
	background:url(../img/common/arrow_wh.svg)no-repeat;
	background-size:contain;
	right: 24px;
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.btn1.blue:before{
	background:url(../img/common/arrow_blu.svg)no-repeat;
	background-size:contain;
}

.btn1:hover{
	background:#0E5AB5;
	color:#fff;
	opacity:1;
}

.btn1.white:hover{
	background:#fff;
	color:#0E5AB5!important;
}

.btn1:hover:before{
	background:url(../img/common/arrow_blu.svg)no-repeat;
	background-size:contain;
}

.btn1.blue:hover:before{
	background:url(../img/common/arrow_wh.svg)no-repeat;
	background-size:contain;
}
/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 115px auto 0;
	background: url(../img/top/mv.jpg)no-repeat;
	background-size: cover;
	position: relative;
}

.cov-div{
	width: 54.688%;
	height: 44.011vw;
	display: flex;
	align-items: center;
	position:relative;
	z-index: 1;
	padding-left: 2.6048%;
}

#cover:before{
	background: url(../img/top/mv_sou1.png)no-repeat right top;
	background-size: cover;
	position:absolute;
	content:"";
	width: 54.688%;
	height:100%;
	left: -1px;
	top:0;
	mix-blend-mode: multiply;
	z-index: 1;
}


.cov-div .title1{
	font-size: 9rem;
	line-height: 1.444;
	font-weight:700;
	font-size: clamp(2.4rem,4.6vw,9rem);
}

.cov-div .title1 span{
	font-size: 2.4rem;
	line-height: 1.375;
	font-weight:400;
	font-size: clamp(1.2rem,1.8vw,2.4rem);
	display:block;
	margin-top:16px;
}


#art_cover {
	width: 100%;
	margin: 115px auto 0;
	position: relative;
	height:350px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.service #art_cover {
	background:url(../img/service/mv.jpg)no-repeat center;
	background-size:cover;
}

#art_cover .title1{
	line-height: 1.5;
	font-weight:500;
	font-size: 1.6rem;
	text-align:center;
}

#art_cover .title1 span{
	display:block;
	margin-top:4px;
	font-size: 9rem;
	line-height: 1.355;
	font-weight:700;
}

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

#main {
	width: 100%;
	margin: 0px auto 0;
}

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

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

.mainTit{
	font-size: 11.2rem;
	line-height: 1.36;
	font-weight:700;
	font-size: clamp(4rem,8vw,11.2rem);
	max-width: max-content;
}

.mainTit.cen{
	margin:0 auto;
}

.mainTit .subTit{
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 500;
	font-size: clamp(1.8rem,1.8vw,2rem);
	display: block;
	text-align: right;
	margin-top: 8px;
	position: relative;
	display: flex;
	align-items:center;
}


.mainTit .subTit span{
	flex-shrink:0;
	margin-left:18px;
}


.mainTit .subTit:before{
	content:"";
	width:80%;
	height:1px;
	background:#8B9BB0;
	display:block;
}

.mainTit.white .subTit:before{
	background:#fff;
}

.mainTit2{
	font-size: 4rem;
	line-height: 1.45;
	font-weight: 700;
	font-size: clamp(2.4rem,3vw,4rem);
	color: #fff;
	text-align: center;
}

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


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

.content01{
	padding: clamp(80px,9vw,170px) 0 clamp(80px,11vw,210px);
	position: relative;
}


.content01:before{
	position:absolute;
	content:"";
	width: 34.4799%;
	height: 88.777%;
	background: #F3F4F6;
	right: 0;
	top: 0;
	z-index: -1;
}

.content01 .flex{
	justify-content: initial;
}

.content01 .img{
	max-width:870px;
	width: 46%;
	margin-right: 4.688%;
}

.content01 .text_area{
	max-width:660px;
	width: 46%;
}


.content01 .text_area .text1{
	line-height:2.25;
	margin-top: 12.123%;
}

.content01 .text_area .text1 span{
	font-weight:700;
}

.content02{
	background: url(../img/top/bg2.jpg)no-repeat;
	padding: clamp(80px,8vw,150px) 0 clamp(80px,10vw,185px);
	background-size: cover;
}

.co2_div1{
	margin:80px auto 150px;
}

.co2_list1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px 0 0;
}

.co2_list1 li{
	width: 48%;
	background: #fff;
	margin: 50px 0 0;
	max-width:635px;
	position: relative;
	border: 1px solid #fff;
}

.co2_list1 li .text_area{
	padding: 30px 4.737% 141px;
}


.co2_list1 li .text_area .title1{
	color:#253A5E;
	font-size: 2.4rem;
	line-height:1.458333;
	font-weight:700;
	font-size: clamp(2rem,3vw,2.4rem);
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CAD1DB;
}

.co2_list1 li .text_area .btn1{
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	margin:auto;
}

.content02 .inner > .btn1{
	margin:0 auto;
}

.content03{
	padding: clamp(80px,8vw,150px) 0 clamp(80px,8vw,150px);
}

.co3_list1{
	margin-top:52px;
}

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

.co3_list1 li .left{
	width: 18.183%;
	padding: 32px 0 30px;
	border-bottom: 1px solid #253A5E;
	font-weight:700;
	font-size: clamp(1.6rem,3vw,1.8rem);
}


.co3_list1 li .right{
	width: 81.137%;
	border-bottom: 1px solid #CAD1DB;
	padding: 32px 0 30px;
}

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

.co3_list1 li .right .text2{
	margin-bottom:6px;
	font-weight:500;
	position:relative;
	padding-left:14px;
}

.co3_list1 li .right .text2.matop{
	margin-top:30px;
}

.co3_list1 li .right .text2:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#333333;
	left:0;
	top:8px;
}

.map{
	width:100%;
	height:300px;
	margin-top:20px;
}

.map iframe{
	width:100%;
	height:100%;
}

.co3_list1 li .right .map_link{
	border-bottom:1px solid;
	margin-left:40px;
}

.contact_area{
	background:url(../img/common/bg_cont.jpg)no-repeat center;
	background-size:cover;
	padding: 70px 0 clamp(80px,6vw,110px);
}

.contact_area .text1{
	text-align:center;
	color:#fff;
	margin:60px auto 45px;
	line-height:2;
}

.contact_area .btn1{
	margin:0 auto;
	max-width:526px;
	height:96px;
	border-radius:50px;
	font-size:3.2rem;
	line-height: 1.4375;
}

.contact_area .btn1 .img1{
	margin-right:12px;
	width:33px;
	padding-top: 4px;
}

.contact_area .btn1:before{
	width:20px;
	height: 12px;
}




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

footer {
	padding: 80px 0 0;
	background: #F3F4F6;
}


footer .flex{
	
}


footer .flex .left{
	max-width:252px;
	width:30%;
}


footer .flex .right{
	max-width:670px;
	width: 65%;
}

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

.ft_list1 li{
	
}

.ft_list1 li:has(.btn1){
	width: 45%;
	max-width:284px;
}

.ft_list1 li a.blue2{
	color:#253A5E;
	font-size:2rem;
	font-weight:700;
}

.copyright {
	text-align: right;
	padding: 90px 0 32px;
	font-weight: 500;
	color: #253A5E;
}



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

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

.pankuzu_area{
	background:#F3F4F6;
	padding-top:22px;
}

.pankuzu {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
	font-weight:500;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
	color:#253A5E;
}

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

.pankuzu li a {
    margin: 0 10px 0 0;
	color:#253A5E;
}

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


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

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;
}

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

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.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;
}


#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;
}

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

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

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

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: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	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;
}




/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.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;
}

.ser01_div1{
	padding:80px 0;
	background:#F3F4F6;
}

.ser01_div1 .inner{
	width:95%;
}

.ser01_div1 .text{
	text-align:center;
	line-height:2.08333;
	font-size: clamp(1.6rem,2.2vw,2.4rem);
	font-weight:500;
}

.ser01_div2{
	padding:clamp(80px,6vw,100px) 0 clamp(80px,10vw,200px);
}

.ser01_div2 .mainTit2{
	color:#253A5E;
}

 .mainTit2 .bar{
	 border-bottom:1px solid #8B9BB0;
	 padding-bottom:20px;
	 display: block;
	 max-width: max-content;
	 margin: 0 auto;
	}

.ser01_list1{
	display:flex;
	margin: 20px auto 100px;
	flex-wrap: wrap;
}

.ser01_list1 li{
	width: 24.243%;
	margin-top: 20px;
	margin-right: 1.0093333%;
}


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

.ser01_list1 li a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:73px;
	font-size: clamp(1.2rem,1.5vw,2rem);
	font-weight: 700;
	border-radius:40px;
	border:1px solid #0E5AB5;
	position:relative;
	transition: .4s;
	color:#0E5AB5;
	text-align:center;
	line-height:1.2;
	opacity:1;
}


.ser01_list1 li a:hover{
	background:#0E5AB5;
	color:#fff;
}

.ser01_list2{
	margin:150px auto 0;
}

.ser01_list2 li{
	display:flex;
	justify-content: flex-end;
	padding-top: 3.438%;
	position: relative;
	z-index:1;
	margin-bottom: clamp(80px,8vw,150px);
}

.ser01_list2 li:nth-child(2n){
	justify-content: flex-start;
}

.ser01_list2 li:last-child{
	margin-bottom:0;
}


.ser01_list2 li:nth-child(2n) .img{
	left:auto;
	right:0;
}

.ser01_list2 li:nth-child(2n) .text_area{
	background:#D6D9E0;
	padding: 1.042% 5.99% 3.125% 6.771%;
}

.ser01_list2 li .img{width: 54.688%;position: absolute;left: 0;z-index:-1;top: 0;}

.ser01_list2 li .text_area{
	z-index: 1;
	position: relative;
	width: 54.688%;
	background: #F8F8F8;
	padding: 1.042% 6.771% 3.125% 5.99%;
	box-shadow:5px 5px 20px #00000029;
}

.ser01_list2 li .text_area .title1{
	font-size: 4rem;
	line-height: 1.45;
	font-weight: 700;
	font-size: clamp(2.4rem, 2.1vw, 4rem);
}

.ser01_list2 li .text_area .title1 .num{
	font-size: 10rem;
	line-height: 1.36;
	font-weight: 700;
	font-size: clamp(4rem, 5.3vw, 10rem);
	margin-right: clamp(8px, 2vw, 30px);
}

.ser01_list2 li .text_area .text1{
	margin-top: 1.989%;
	line-height: 2.25;
}

.ser01_list2 li .text_area .ser01_div21{
	background: #fff;
	padding: 3.107%;
	margin-top: 4.97%;
}

.ser01_list2 li .text_area .ser01_div21 .title2{
	line-height:1.4583;
	font-size: clamp(2rem,2.3vw,2.4rem);
	font-weight:700;
}

.ser01_list2 li .text_area .ser01_div21 .text2{
	line-height: 2.25;
	text-indent: -1em;
	padding-left: 1em;
}

.ser01_list2 li .text_area .ser01_div21 .text2.mato{
	margin-top: 2.65%;
}

/*-- 固定ここまで --*/


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.cov-div {
    width: 48%;
    justify-content: center;
    padding-left: 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.cov-div .title1 {
    font-size: 9rem;
}


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

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

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


	

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

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

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


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

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

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


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

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

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


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

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



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

header {
	padding: 10px 2%;
}


#cover {
    margin: 91px auto 0;
}

.contact_area .btn1 {
    max-width: 400px;
    height: 80px;
    font-size: 2.4rem;
}

.co2_div1 {
    margin: 50px auto 80px;
}

#art_cover{
	margin: 91px auto 0;
	height: 300px;
}

#art_cover .title1{
	font-size: 1.5rem;
}

#art_cover .title1 span{
	font-size: 7rem;
}

.ser01_list1 li a{
	height: 60px;
}

.ser01_list1 {
    display: flex;
    margin: 0px auto 60px;
}

.mainTit2 .bar{
	padding-bottom:10px;
}

.ser01_list2 {
    margin: 0px auto 0;
}

.ser01_list2 li .img {
    width: 80%;
}

.ser01_list2 li .text_area {
    width: 80%;
    padding: 3% ;
}

.ser01_list2 li:nth-child(2n) .text_area{
	padding:3%;
}

.ser01_list2 li{
	padding-top:35%;
	width:95%;
	margin:0 auto clamp(80px,8vw,150px);
}

.contact_area .btn1 .img1{
	padding:0;
}

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


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

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


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

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


/*--- 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: #333;
  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: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

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

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

.pc_nav{
	display:none;
}

    header {
        padding:20px;
    }

.hLogo {
    width: 180px;
}

    #cover {
        margin: 70px auto 0;
        /* background: none; */
        display:flex;
        flex-direction:column-reverse;
        background: url(../img/top/mv.jpg) no-repeat center;
        background-size: cover;
    }

#cover:before{
	/* position:initial; */
	/* display:block; */
	/* height: 50vw; */
	/* background: url(../img/top/mv.jpg) no-repeat right; */
	/* background-size: cover; */
	/* width: 100%; */
	width: 74%;
}

/* 
#cover:after {
	width: 100vw;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background: #253a5e;
	position:absolute;
	content:"";
	bottom: 0;
	top:auto;
	left:0;
	height: calc(50vw + 1px);
} */

.cov-div {
    /* width: 100%; */
    height: 65vw;
    /* background:#253A5E; */
    /* padding: 9% 0; */
    width: 65%;
}

.cov-div .title1{
	/* width:89.334%; */
	/* margin:0 auto; */
}

.cov-div .title1{
	font-size: clamp(2.4rem, 6vw, 9rem);
}

.cov-div .title1 span{
	margin-top: 8px;
	font-size: clamp(1.2rem, 2vw, 2rem);
}

.content01 .flex{
	flex-direction:column-reverse;
	width: 89.334%;
	margin: 0 auto;
}

.content01 .text_area {
    max-width: initial;
    width: 100%;
}

.content01 .img{
	width:100%;
	margin:40px auto 0;
}

.inner{
	width:89.334%;
}

.co2_list1 li{
	width:100%;
	margin:40px auto 0;
}

.co2_list1{
	margin:0 auto;
}

.btn1{
	height:55px;
	max-width:250px;
	font-size: 1.8rem;
}

.co3_list1 li{
	padding:20px 0;
	border-bottom:1px solid #CAD1DB;
	flex-direction:column;
}

.co3_list1 li .left{
	width: 100%;
	padding: 0 0 12px;
	border-bottom: none;
}


.co3_list1 li .right{
	width: 100%;
	border-bottom: none;
	padding: 0px;
}

.co3_list1 li .right .map_link {
    margin-left:20px;
}

.map {
    height: 200px;
}

.co3_list1 {
    margin-top: 20px;
}

.contact_area .text1 {
    margin: 30px auto 20px;
}

    .contact_area .btn1 {
        max-width: 280px;
        height: 65px;
        font-size: 1.8rem;
    }

.contact_area .btn1 .img1 {
    margin-right: 8px;
    width: 25px;
}

.contact_area .btn1:before {
    width: 18px;
    height: 10px;
    right: 12px;
}

.contact_area{
	padding:50px 0;
}

footer {
    padding: 60px 0 0;
}

footer .flex {
	flex-direction:column;
}

footer .flex .left {
    max-width: 200px;
    width: 100%;
	margin:0 auto 30px;
}

footer .flex .right {
    max-width: initial;
    width: 100%;
}

.ft_list1{
	flex-direction:column;
}
	
.ft_list1 li{
	margin-top:10px;
}
	
.ft_list1 li:has(.btn1) {
    width: 100%;
	margin:20px auto 0;
}
	
.ft_list1 li .btn1{
	margin:0 auto;
}

.copyright {
    text-align: center;
    padding: 60px 0 20px;
}

.ser01_list2 li .img {
    width: 100%;
    position:initial;
    margin: 40px auto 0;
}

.ser01_list2 li .text_area {
    width: 100%;
    padding: 20px 4%;
}

.ser01_list2 li:nth-child(2n) .text_area{
    padding: 20px 4%;
}

.ser01_list2 li{
	padding-top:0%;
	width:89.334%;
	margin: 0px auto 80px;
	flex-direction:column-reverse;
}

.ser01_list2 li .text_area .ser01_div21{
	padding: 20px 3%;
}

.ser01_list2 li .text_area .ser01_div21 .title2 {
    font-size: clamp(1.8rem, 2.3vw, 2.4rem);
}

.ser01_list2 li .text_area .title1 .num{
	display:block;
}

.ser01_list2 li .text_area .title1 {
    font-size: clamp(2.2rem, 3vw, 4rem);
}

.ser01_list1{
	justify-content:space-between;
	margin:30px auto 60px;
}
	
.ser01_list1 li {
    width: 49%;
    margin-top: 10px;
    margin-right: 0%;
}

.ser01_list1 li a{
	font-size:1.5rem;
}

#art_cover{
	margin: 70px auto 0;
	height: 270px;
}

#art_cover .title1{
	font-size: 1.5rem;
}

#art_cover .title1 span{
	font-size: 5rem;
}

.ser01_list2 li .text_area .text1 {
    margin-top: 12px;
}

.ser01_list2 li .text_area .ser01_div21 .text2{
	line-height:2;
}

.ser01_list2 li .text_area .ser01_div21 .text2.mato{
	margin-top: 8px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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;
}




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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}


body{
	font-size:1.5rem;
}

.co3_list1 li .right .text2:before{
	top: 7px;
}

.co2_list1 li .text_area {
    padding: 20px 20px 20px;
}

.co2_list1 li .text_area .btn1{
	bottom:20px;
	width: 100%;
	max-width: initial;
	position: relative;
	margin: 20px auto 0;
	bottom: initial;
}

.ser01_list1 li {
	width:100%;
}

.ser01_list1 li a{
	font-size: 1.5rem;
}

.cov-div {
    height: 85vw;
    width: 65%;
    padding-left: 5%;
}


.cov-div .title1{
	font-size: clamp(3.4rem, 9vw, 9rem);
}

.cov-div .title1 span{
	margin-top: 8px;
	font-size: clamp(1.4rem, 3vw, 2rem);
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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