@charset "utf-8";

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
  }

body {
	width: 100% !important;
	color: #555555;
	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;
	letter-spacing:0.05em;
	position: relative;
}

.en{
	font-family: "Montserrat", sans-serif!important;
}

.crim{
	font-family: "Crimson Text", serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.green{
	color: #78997C;
}
.yellow{
	color: yellow;
}
.black{
	color: #555555;
}

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

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #555555;
}

a:visited {
	color: #555555;
}

a:active {
	color: #555555;
}

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: 23px 2.343% 17px 3.661%;
	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;
}

header.headerScroll{
	background: #ffffff80;
	backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.hLogo{
	max-width: 190px;
	width: 30%;
}


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

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

.nav_list1 li {
	margin-left:auto;
	display: flex;
	align-items: center;
	position: relative;
}

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

.nav_list1 a {
	display: flex;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 500;
	align-items: center;
	letter-spacing: 0.01em;
	line-height:1.4;
}

.nav_list1 .en a {
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	line-height: 1.1.1875;
	padding-top:4px;
}


.nav_list1 li:before{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:0;
	height:1px;
	background:#555555;
	transition:.4s;
}

.nav_list1 li a:hover{
	opacity:1;
}

.nav_list1 li:hover:before,
.nav_list1 li.active:before{
	width:30px;
}


.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: 123px;
	width: 33%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:160px;
	width:100%;
	height:80px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
}

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

.hd_link .btn1{
	height:25px;
	letter-spacing:0.01em;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:34px;
	font-size:1.6rem;
	border-radius:40px;
	line-height:1;
	max-width: 212px;
	opacity: 1;
	transition: .4s;
	font-weight: 500;
}

.btn1:hover{
	border:1px solid #78997C;
	color:#78997C!important;
	background:#fff;
	opacity:1;
}

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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 0px auto 0;
	position:relative;
}

#cover:before{
	position:absolute;
	width: 74.891%;
	height: 94.234%;
	background:url(./img/top/mv_sou.png)no-repeat center;
	background-size:contain;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	content:"";
	/* width: 100%; */
	/* height: 100%; */
}

.mv_sld{
	width:100%;
	height:100vh;
	min-height:35vw;
}

.mv_sld img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.cov-div{
	position:absolute;
	left:0;
	top:0;
	margin:auto;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	z-index: 2;
}

.cov-div .title{
	max-width: 220px;
	width: 100%;
	margin-bottom: 36px;
	animation-delay: 1.2s!important;
}

.cov-div .text1{
	font-size: 2.5rem;
	line-height:1.6;
	font-weight:500;
	font-size: clamp(2rem,4vw,2.5rem);
	text-align:center;
	animation-delay: .6s!important;
}

.side_cont{
	position:fixed;
	right: clamp(20px,4vw,50px);
	bottom: 21px;
	background: #ffffff99;
	display: flex;
	align-items: center;
	max-width: 420px;
	width: 45%;
	padding: 25px 17px;
	box-shadow: inset -3px -3px 10px #77828D26;
	backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
	border-radius: 8px;
	z-index: 90;
}

.side_cont .img{
	max-width: 126px;
	width: 39%;
	margin-right: 3.2%;
}

.side_cont .text_area{
	font-size: 2rem;
	line-height:1.45;
	font-weight:500;
	text-align:center;
	letter-spacing:0.1em;
	width: 56%;
}


.side_cont .text_area .text1{
	margin-bottom:12px;
}

.side_cont .text_area .btn1{
	margin:0 auto;
}

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

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

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

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

.inner2{
	width: 95%;
	max-width: 886px;
	margin: 0 auto;
}

.mainTit{
	font-size: 1.8rem;
	line-height: 1.4444;
	font-weight: 400;
	font-size: clamp(1.4rem,2vw,1.8rem);
	letter-spacing: 0.05em;
	text-align: center;
}

.mainTit .en_tit{
	display:block;
	font-size: 3rem;
	line-height: 1.228;
	font-weight: 500;
	font-size: clamp(2.8rem,3vw,3.5rem);
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

.mainTit2{
	font-size: 4rem;
	line-height: 1.45;
	font-weight:400;
	font-size: clamp(2.4rem,4vw,4rem);
	letter-spacing:0.1em;
}

.mainTit2 span{

}

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

.content01{
	padding: 180px 0 120px;
}

.content01 .mainTit2{
	margin-left: 12.007%;
	margin-left: 10%;
}

.content01 .inner{
	position:relative;
}

.cont01_div{
	margin-top:75px;
	position: relative;
	padding-bottom: 503px;
}

.cont01_div .text_area1{
	margin-bottom: 311px;
	margin-left: 12.007%;
}

.cont01_div .text_area2{
	margin-bottom: 186px;
	margin-right: 12.007%;
	margin-left: auto;
	max-width: max-content;
	width: 100%;
}

.cont01_div .text_area3{
	margin-left: 12.007%;
}

.cont01_div .text_area .text1{
	font-size: 2rem;
	line-height:1.6;
	font-weight:400;
	font-size: clamp(1.6rem,2.4vw,2rem);
	letter-spacing:0.05em;
}

.cont01_div .img_area{
	position:absolute;
}

.cont01_div .img_area1{
	right:0;
	top: 57px;
	max-width: 491px;
	width: 43%;
}

.cont01_div .img_area2{
	left: 0;
	top: 352px;
	max-width: 446px;
	width: 39%;
}

.cont01_div .img_area2 .img1{
	width: 68.61%;
	margin-left: auto;
	position: relative;
}

.cont01_div .img_area2 .img2{
	width: 86.323%;
	position: relative;
	margin-top: -28px;
}

.cont01_div .img_area3{
	left: 0;
	max-width: 349px;
	width: 30%;
	bottom: 117px;
}

.cont01_div .img_area4{
	right:0;
	bottom: 0;
	max-width: 609px;
	width: 53%;
}

.cont01_div .img_area4 .img1{
	width: 66.34%;
	margin-left: auto;
	position: relative;
}

.cont01_div .img_area4 .img2{
	width: 77.012%;
	position: relative;
	margin-top: -37px;
}


.co2_div{
	background: linear-gradient(
180deg, #FAF6F0, #fff);
	padding: 87px 0 86px;
}

.co2_div .flex{
	align-items:center;
}

.co2_div .flex .img_area{
	max-width:178px;
	width: 38%;
}

.co2_div .flex .text_area{
	max-width:500px;
	width: 65%;
}

.co2_list1 li{
	display:flex;
	align-items:center;
	margin-bottom:20px;
}

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

.co2_list1 li .left{
	font-size: 2.2rem;
	line-height:1.22;
	font-weight:500;
	letter-spacing:0.05em;
	width:174px;
	flex-shrink:0;
	margin-right: 5.2%;
}

.co2_list1 li .right{
	font-size:1.8rem;
	width:100%;
	letter-spacing:0.05em;
	line-height:1.444;
	font-weight: 400;
}

.nami{
	margin-bottom:-1px;
}

.content03{
	background: #F3F8F4;
	padding-bottom:255px;
	position: relative;
	z-index: 1;
}

.content03:before{
	position:absolute;
	content:"";
	width: 26%;
	height: 25vw;
	background:url(./img/top/co3_sou1.png)no-repeat left;
	background-size:contain;
	left: 0;
	top: 132px;
	mix-blend-mode: darken;
	z-index:1;
	max-width: 342px;
	max-height: 330px;
	transform: translate3d(0,0,0);
}


.content03:after{
	position:absolute;
	content:"";
	width: 27%;
	height: 28vw;
	background:url(./img/top/co3_sou2.png)no-repeat right;
	background-size:contain;
	right: 0;
	top: 85px;
	mix-blend-mode: darken;
	z-index:1;
	max-width: 362px;
	max-height: 371px;
	transform: translate3d(0,0,0);
}

.nami img{
	width:100%;
}

.content03 .nami{
	padding-bottom: 137px;
}

.item_slider_area{
	margin-top:67px;
}

.item_slider{
	display:flex;
	justify-content:center;
}

.item_sld_cont{
	width: 32.591%;
	margin-right: 1.1135%;
}

.item_sld_cont:last-child{
	margin-right: 0%;
}

.item_list1 li{
	background:#FFFFFF;
	border-radius:20px;
	position:relative;
	padding: 12.634% 10.53% 93px;
	margin-top: 13px;
}

.item_list1 li .img{
	margin: 0 auto;
	max-height: 169px;
	height:40vw;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-items: center;
}

.item_list1 li .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.item_list1 li .text_area{
	
}

.item_list1 li .text_area .title_area{
	margin: 18px auto 10px;
}

.item_list1 li .text_area .title_area .title_div{
	min-height: 82px;
	border-bottom: 1px solid #707070;
	display:flex;
	align-items:flex-end;
}

.item_list1 li .text_area .title_area .title_div .title{
	/* font-size: clamp(1.6rem,2.4vw,3rem); */
	font-size: 3rem;
	line-height: 1.3;
	font-weight:400;
	letter-spacing: -0.02em;
	word-break: break-word;
	padding-bottom: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.item_list1 li .text_area .title_area .text{
	padding-top: 4.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 1.41667;
	font-weight:600;
	font-size: clamp(1rem,2.3vw,1.2rem);
	letter-spacing: -0.02em;
}

.item_list1 li .text_area .text1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.428;
	font-weight:400;
	font-size: clamp(1rem,2.3vw,1.4rem);
	letter-spacing: 0em;
	color:#78997C;
	min-height: 40px;
}

.item_list1 li .btn1{
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 279px;
	color: #78997C;
	border: 1px solid #78997C;
	height: 45px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: calc(100% - 21.06%);
}

.btn1.green:hover{
	background:#78997C;
	color:#fff!important;
}


.ec_div{
	padding:87px 0 50px;
	position:relative;
	overflow:hidden;
}

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

.ec_div .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}


.ec_div:hover .back_img img{
	transform:scale(1.1);
}

.ec_div .text_area .img{
	max-width:307px;
	margin:0 auto 22px;
	width:100%;
}

.ec_div .text_area .text1{
	margin:0 auto 12px;
	color:#fff;
	text-align:center;
	font-size: 2rem;
	line-height:1.45;
	font-weight:500;
	font-size: clamp(1.6rem,2.4vw,2rem);
	letter-spacing:0.16em;
}

.ec_div .text_area .btn1{
	
margin: 0 auto;
}

.ec_div:hover .text_area .btn1{
	background:#78997C;
	color:#fff;
}

.ec_area{
	margin-top:-145px;
	position:relative;
	z-index:1;
	margin-bottom:60px;
}

.sns_area{
	padding:150px 0;
}

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

.sns_list1 li{
	display:flex;
	align-items:center;
	max-width: 383px;
	width: 48%;
	justify-content: space-between;
}

.sns_list1 li .img{
	max-width:154px;
	width: 41%;
	border-radius: 50%;
	overflow: hidden;
}

.sns_list1 li .img img{
	transition:.4s;
}

.sns_list1 li:hover .img img{
	transform:scale(1.1);
}

.sns_list1 li .text_area{
	max-width:206px;
	width: 57%;
}

.sns_list1 li .text_area .text1{
	font-size: 2.3rem;
	line-height:1.391;
	font-weight:700;
	font-size: clamp(1.6rem,2.4vw,2.3rem);
	letter-spacing:0.05em;
	margin-bottom:7px;
}

.sns_list1 li .text_area .id{
	font-size: 1.9rem;
	line-height:1.368;
	font-weight:400;
	font-size: clamp(1.5rem,2.4vw,1.9rem);
	letter-spacing:0.05em;
}


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

footer {
	margin: 0px auto 0;
	padding: 42px 0 50px;
	max-width: 1276px;
	border-top: 1px solid #707070;
	width: 95%;
}


footer .flex .left{
	max-width:593px;
	width: 68%;
}

footer .flex .right{
	
}

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


.ft_list li a{
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4285;
	display: block;
}

.copyright{
	    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4285;
}

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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
	max-width: 1080px;
}

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

.no_item{
	text-align:center;
}

.sp.btn_area{
	opacity:0;
	pointer-events:none;
	cursor:none;
}

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


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

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

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


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

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

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


	

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

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

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

.item_list1 li .text_area .title_area .title_div{
	min-height: 66px;
}

.item_list1 li .text_area .title_area .title_div .title{
	font-size: 2.4rem;
}

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

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

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


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

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

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


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

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



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

header {
}


#cover:before{
	width:100%;
	height:100%;
}

.side_cont{
	max-width: 300px;
	width: 100%;
	padding: 16px 8px;
	right: 20px;
}

.side_cont .text_area {
    font-size: 1.6rem;
    width: 58%;
}

.side_cont .img{
	width:34%;
}

	.content01 .mainTit2{
	margin-left: -0.5%;
}

.cont01_div{
	padding-bottom: 55%;
}

.cont01_div .text_area1{
	margin-left: 2%;
}

.cont01_div .text_area2{
	margin-right: 2%;
	margin-bottom: 12%;
}

.cont01_div .text_area3{
	margin-left: 2%;
}


.item_list1 li .text_area .title_area .title_div {
    min-height: 66px;
}

.item_list1 li .text_area .title_area .title_div .title{
	font-size: 2.4rem;
}

.sns_area {
    padding: 100px 0;
}

.item_list1 li {
    padding: 6% 5% 93px;
}

.item_list1 li .btn1{
	    width: calc(100% - 10%);
}

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

} /* 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: 28px;
  height: 20px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #78997C;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  width: 13px;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
  width: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span{
	background: #78997C;
	width: 29px;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(9px) 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(-9px) rotate(45deg);
}

/*gnav*/
.gnav{
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
}

.gnav__menu{
    display: block;
    width: 68%;
    height: 100%;
    padding: 112px 0 75px;
    margin: 0 auto;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0px;
    overflow: scroll;
    right: 0;
    max-width: 292px;
    right: -100%;
    top: 0;
    height: 400px;
    background: #fff;
    box-shadow: 0 13px 16px #0000000d;
    transition: .8s;
    max-width: 292px;
    margin-left: auto;
}

.gnav.active .gnav__wrap{
    right: 0;
}

.gnav.active .gnav__wrap{
	
}

nav .gnav__menu__item{
    margin: 0px auto 35px;
    width: 100%;
    transform: translateX(40px);
    transition: .8s;
    transition-delay: .4s;
    opacity: 0;
}

nav .gnav__menu__item:nth-child(2){
    transition-delay: 0.6s;
}

nav .gnav__menu__item:nth-child(3){
    transition-delay: 0.8s;
}


nav .gnav__menu__item2{
    transform: translateX(40px);
    transition: .8s;
    transition-delay: 1s;
    opacity: 0;
}
.gnav.active .gnav__menu__item2,
.gnav.active .gnav__menu__item{
	transform: translateX(0%);
	opacity: 1;
}

.gnav__menu__item a{
    color: #78997C;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
}

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

.pc_nav{
	display:none;
}

header{
	background:none;
	padding: 14px;
	padding-right: 19px;
}

header.headerScroll{
	background:none;
	backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


header:before{
	background: #ffffff80;
	backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:-1;
}
	
.hLogo {
    width: 131px;
}

.mainTit2{
	font-size:3rem;
	letter-spacing: 0.09em;
	line-height: 1.43;
}

.content01 {
    padding: 14.4% 0 90px;
}

    .cont01_div {
        margin-top: 40px;
        padding: 0 30px;
    }

.cont01_div .text_area .text1{
	font-size:1.8rem;
	letter-spacing: 0.03em;
	line-height: 2.1111;
}

.content01 .inner{
	width: 100%;
}

.cont01_div .text_area{
	margin-left:auto!important;
	margin-right:auto!important;
}

    .cont01_div .text_area1 {margin-bottom: 114.608%;}

.cont01_div .text_area2{
	margin-bottom: 109.21%;
}
.content01 .mainTit2{
	padding:0 30px;
}

.side_cont{
	display: none!important;
}

.cont01_div img{
	width:100%;
}

.cont01_div .img_area1:before{
	position:absolute;
	content:"";
	width:100%;
	height: 54.77%;
	top:0;
	left:0;
	background:linear-gradient(to bottom,#FFFFFF,transparent);
}
	
.cont01_div .img_area3:before{
	position:absolute;
	content:"";
	width:100%;
	height: 36.27%;
	top:0;
	left:0;
	background:linear-gradient(to bottom,#FFFFFF,transparent);
}


.cont01_div .img_area1 {
    right: 0;
    top: 10.31%;
    /* max-width: initial; */
    width: 87.47%;
    z-index: -1;
}

.cont01_div .img_area2 {
    top: 23.145%;
    max-width: 565px;
    width: 91.734%;
    display: flex;
    flex-direction: column-reverse;
}

.cont01_div .img_area3{
	left: 0;
	/* max-width: initial; */
	width: 69.07%;
	bottom: 27.72%;
	z-index: -1;
}

.cont01_div .img_area4{
	right:0;
	bottom: 18.434%;
	/* max-width: initial; */
	width: 88.534%;
	z-index: -1;
	bottom: 10.434%;
}
	
.cont01_div .img_area2 .img1 {
    width: 51.456%;
    margin-top: -29.654%;
    z-index: 2;
}

.cont01_div .img_area2 .img2{
	width: 65.7%;
	margin: 0;
}


.cont01_div .img_area4 .img1{
	width: 54.22%;
}

.cont01_div .img_area4 .img2{
	width: 71.085%;
	margin-top: -9.34%;
}

.co2_div {
    padding: 70px 0 87px;
}

.co2_div .flex{
	flex-direction:column;
}

.co2_div .flex .img_area {
    max-width: 178px;
    width: 36.776%;
    margin: 0 auto 66px;
}

.co2_div .flex .text_area {
    max-width: 290px;
    width: 100%;
}

.co2_list1 li{
	flex-direction:column;
	align-items: flex-start;
}

.co2_list1 li .left{
	margin-bottom: 5px;
	width: 100%;
	margin-right: 0;
}

.co2_list1 li .right{
	line-height: 1.5;
}

body.open:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	content:"";
	left:0;
	background: #E5E5E599;
	z-index: 90;
}

body.open header:before{
	background:#fff;
}

.gnav__menu__item2 .btn1{
	font-size: 1.5rem;
	height: 32px;
}

.gnav__menu__item2 .btn1 .en{
	font-size: 1.6rem;
	padding-top: 4px;
}

.cov-div{
	position:initial;
}

.mv_sld{
	height: 122.67vw;
	max-height: 768px;
}

.mv_sld.mv_sld1 img{
	object-position:50% 50%;
}
	
.mv_sld.mv_sld2 img{
	object-position: 55% 50%;
}

.mv_sld.mv_sld3 img{
	object-position:50% 50%;
}
	

.mv_sld.mv_sld4 img{
	object-position:50% 50%;
}
	

.mv_sld.mv_sld5 img{
	object-position:40% 50%;
}
	

.mv_sld.mv_sld6 img{
	object-position:50% 50%;
}

#cover:before{
	display:none;
}
	
#cover .mv_slider_area{
	position:relative;
}
	
#cover .mv_slider_area:before{
	background: linear-gradient(to top,#FFFFFF 0,#FFFFFF 40%,transparent);
	position:absolute;
	content:"";
	width:100%;
	height: 21.09%;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.cov-div .title {
    max-width: 176px;
    width: 100%;
    margin-bottom: 46px;
    animation-delay: 0.6s !important;
}

.cov-div .text1 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing:0.04em;
    margin-bottom: 42px;
    animation-delay: .8s !important;
}

.btn_area{
	background:#FFFFFF99;
	box-shadow: inset -3px -3px 10px #77828D26;
	width: 100%;
	padding: 18px;
	width: 84%;
	margin: 0 auto;
	border-radius: 8px;
	animation-delay: 1.2s !important;
	position: fixed;
	bottom: 5px;
	z-index: 99;
}

.btn_area .btn1{
	max-width: 196px;
	margin:0 auto;
	height: 32px;
}

.btn1{
	font-size:1.5rem;
}

.btn_area .btn1 .ec{
	font-size:1.6rem;
}

.content03:before{
	width: 30.27%;
	height: 78.67vw;
	background: url(./img/top/co3_sou1_sp.png)no-repeat left top;
	background-size:contain;
	left: 0;
	top: 95px;
	mix-blend-mode: darken;
	max-width: 165px;
	max-height: initial;
}


.content03:after{
	width: 40.67%;
	height: 78.378vw;
	background: url(./img/top/co3_sou2_sp.png)no-repeat right top;
	background-size:contain;
	right: -7%;
	top: 89px;
	mix-blend-mode: darken;
	max-width: 180px;
	max-height: initial;
}


.content03 .inner{
	width:100%;
}

.item_sld_cont{
	margin: 0;
}

.item_sld{
	width: 95%;
	/* margin-right:auto; */
	margin: 0 auto;
}

.item_slider_area{
	position: relative;
	width:100%;
	margin-top: 26px;
}

.item_slider_div{
	/* margin-left: auto; */
	/* width: 90.667%; */
	/* padding-right: 5%; */
	/* overflow: hidden; */
}

.slider1_btn{
	display:flex;
	align-items:center;
	justify-content:space-between;
	pointer-events:none;
	position: absolute;
	width: 91.5%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.slider1_btn div{
	pointer-events:initial;
}


/* slickが勝手に切り取るのを防ぐ */
/* .item_slider .slick-list {
  overflow: visible;
} */

/* スライド間隔と見切れ補正 */
/* .item_sld_cont {
	box-sizing: border-box;
	margin-left:0;
	margin-right: 1%;
	margin: 0 auto;
} */

/* 高さ安定化 */
/* .item_slider .slick-slide {
  height: auto;
  box-sizing: border-box;
} */

/* slick-trackで横にずらさないように補正 */
/* .item_slider .slick-track {
  margin-left: 0 !important;
} */


.item_list1 li{margin-top: 2.34%;padding: 6% 5% 93px;}

.item_list1 li .btn1{
	width: 54.66%;
}


.item_list1 li .text_area .title_area .text{
	font-size: 1.2rem;
}

.item_list1 li .text_area .text1{
	font-size: 1.4rem;
}

    .item_list1 li .text_area .title_area .title_div {
        min-height: 81px;
    }

.item_list1 li .text_area .title_area .title_div .title {
     font-size: 3rem;
}

.content03{
	padding-bottom:107px;
}

.ec_area{
	margin: 0 auto 60px;
}

.ec_area .inner{
	margin:0 auto;
	width:100%;
}

.ec_div{
	padding:56px 0;
	background-position: 63% 0;
}

.ec_div .text_area .img {
    max-width: 257px;
    margin: 0 auto 18px;
    width: 100%;
}

.btn1{
	height:29px;
	max-width: 178px;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
}

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

.sns_list1{
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.sns_list1 li{
	max-width:262px;
	width:100%;
	margin-bottom: 56px;
}
	
.sns_list1 li:last-child{
	margin-bottom:0;
}



.sns_list1 li .img{
	max-width: 69px;
	width: 27%;
}

.sns_list1 li .text_area{
	max-width: 172px;
	width: 66%;
}

.sns_list1 li .text_area .text1{
	font-size: 2rem;
	line-height: 1.35;
	margin-bottom: 8px;
}

.sns_list1 li .text_area .id{
	font-size: 1.6rem;
	line-height: 1.375;
}


footer {
	padding: 30px 0 41px;
	width: 84%;
}


footer .flex{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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

footer .flex .right{
	
}

.ft_list{flex-wrap: wrap;max-width: 264px;width: 100%;margin: 0 auto -15px;}

.ft_list li{
	margin-bottom: 15px;
}

.content03 .nami {
    padding-bottom: 130px;
}

.sp.btn_area{
	opacity:1;
	pointer-events:initial;
	cursor:initial;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.co2_div .flex .text_area {
    max-width: 242px;
    width: 100%;
}


.co2_list1 li .right{
	font-size: 1.6rem;
	line-height: 1.5;
}

    .item_list1 li .text_area .title_area .title_div {
        min-height: 55px;
    }

.item_list1 li .text_area .title_area {
    margin: 2px auto 5px;
}

.item_list1 li .text_area .title_area .text{
	font-size: 1.2rem;
}

.item_list1 li .text_area .text1{
	font-size: 1.2rem;
}

.item_list1 li .text_area .title_area .title_div .title {
     font-size: 2rem;
}


.item_list1 li{
margin-top: 2.34%;
padding: 4.01% 11.02% 47px;
}

.item_list1 li .btn1{
	width: 54.66%;
	height: 17px;
	font-size: 1.2rem;
	line-height: 1;
	bottom: 16px;
}

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

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

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



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

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

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


.cont01_div .img_area4{
	bottom: 17%;
}

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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.cont01_div .img_area1 {
    top: 10.31%;
    max-width: initial;
    width: 87.47%;
}

.cont01_div .img_area2 {
    top: 23.145%;
    max-width: initial;
    width: 91.734%;
}

.cont01_div .img_area3{
	max-width: initial;
	width: 69.07%;
	bottom: 27.72%;
}

.cont01_div .img_area4{
	bottom: 18.434%;
	max-width: initial;
	width: 88.534%;
}

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

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

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




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

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

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


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

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

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


.fade {
	opacity:0;
}

.active .fade,
.active.fade{
animation:fade 0.6s linear forwards;
}

@keyframes fade {
from {
transform:translateY(5%);
	opacity:0;
}
to {
transform:translateY(0%);
	opacity:1;
}
}

.fade2 {
	opacity:0;
}

.active .fade2,
.active.fade2{
animation:fade2 0.6s linear forwards;
}

@keyframes fade2 {
from {
	opacity:0;
}
to {
	opacity:1;
}
}