@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:
Author URI:
Version:7.7
*/

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

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

.dosis{
	font-family: "Dosis", sans-serif!important;
	font-weight:700;
}

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


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #D93D3C;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}
.pink{
	color: #CA24B8;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background:#3EC7C1;
}
.bgpink{
	background: #D93D3C!important;
}
.bgbla{
	background:#333;
}
.bggra{
	background: linear-gradient(to right, #F04847, #EA2487, #00F0FF);
}
.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: 49px 0% 0 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;
}

header.headerScroll{
	padding: 10px 0;
	background: #D93D3C30;
}

.hLogo{
	max-width: 117px;
	width: 50%;
	margin-left: 78px;
}


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

.headerUl{
	padding-right:36px;
}


.menuBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	background: linear-gradient(to bottom, #F04847, #EA2487, #5F0403);
	border-radius: 50%;
	position:relative;
	z-index: 9999;
}

.menuBtn:before{
	position:absolute;
	content:"";
	width:68px;
	height:68px;
	background:#fff;
	border-radius:50%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}


/*--- modal ---*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 100%;
  z-index: 9999;
  display: flex;
  height: 50px;
  cursor: pointer;
}

.menu-trigger p{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	text-align: center;
}
	
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
 background: linear-gradient(to right, #F04847 , #5F0403);
  border-radius: 4px;
  max-width: 31px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}

	
.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: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.7s;
    right: 0;
    top: 0;
    transform: translateX(100%);
    max-width: 768px;
}

.gnav.active{transform: translateX(0px);}

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

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

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

.gnav__menu__item a{
    color: #111;
    font-size: 1.8rem;
    font-weight: 500;
    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;
}

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

table {
	border-collapse: separate;
}


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

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 881px;
	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;
}

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

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

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

.sns_list{
	display:flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	flex-flow: wrap;
}

.sns_list a{
	display:block;
	margin: 0 2% auto;
	max-width: 50px;
	justify-content: center;
	align-items: center;
}
.sns_list a img{
	width: 90%;
}
.hd_link{
	display:flex;
	max-width:320px;
	width: 37%;
	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;
}


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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 0px auto 0;
	height: 52.344vw;
	background: url(./img/top/mv.jpg)no-repeat center;
	background-size: cover;
	position:relative;
	min-height: 480px;
	z-index: 1;
}

#cover .cov-div{
	display:flex;
	justify-content:center;
	align-items:center;
	height: 100%;
	width: 100%;
}

#cover .text_area{
	max-width:650px;
	margin:auto;
	width: 41%;
}

#cover .text_area .title{
	margin-bottom: 7%;
}

#cover .text_area .text{
	max-width:100%;
	font-size: clamp(2.4rem,2.3vw,3.5rem);
	text-align:center;
	color:#fff;
}

#cover .v_img{
	display:none;
}

.news_area{
	position:absolute;
	bottom: -41px;
	right: 0;
	background: linear-gradient(to right, #00F0FF, #EA2487 , #F04847);
	border-radius:20px 0 0 20px;
	max-width: 1070px;
	width: 85%;
	min-height: 111px;
	display: flex;
	align-items: center;
	box-shadow:0 0 16px #00000029;
}

.news_list1{
	margin-left: 5.328%;
	width: 90%;
}

.news_li{
	display:flex;
	align-items:center;
}

.news_li .date{
	padding-right: 5.25%;
	margin-right: 5.25%;
	position:relative;
	font-size: clamp(1.4rem,3vw,2rem);
	font-weight:700;
}

.news_li .date:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#fff;
	right:0;
}

.news_li .title{
	color:#fff;
	font-size: clamp(1.6rem,3vw,2rem);
	font-weight:700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

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

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

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

.mainTit{
	line-height: 1;
	font-weight:700;
	font-size: clamp(2rem,3vw,2.5rem);
}


.mainTit2{
	line-height: 1;
	font-weight: 900;
	font-size: clamp(2.6rem,5vw,8rem);
	text-align: center;
}

.mainTit2 span{
	font-size: clamp(5rem,11.7vw,27.4rem);
	position: absolute;
	opacity: 0.18;
	line-height: 346px;
	text-align: center;
	left: -1%;
	right: 0;
	top: -6%;
	white-space: nowrap;
	line-height: 1.263;
}

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

.content01{padding: 137px 0 156px;background: url(./img/top/bg1.png);background-size: cover;background-position-y: 80%;}

.content01 p{
    margin: 40px 0 0;
    font-size: 1.8rem;
}

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

.content02{
	position:relative;
	padding:0 0 84px;
}

.content02:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	z-index:-1;
	background:url(./img/top/bg2.png)no-repeat left top;
	background-size: 1920px;
	background-position-x: 34%;
	left:0;
	bottom:-112px;
}



.content02 .flex .img{
		max-width:632px;
		width: 49%;
		margin-left: -2.49%;
}

.content02 .flex .text_area{
	max-width:645px;
	width: 50%;
	padding-top: 6.5%;
}

.content02 .flex .text_area .mainTit{
	position:relative;
	margin-bottom: 24%;
}

.content02 .flex .text_area .mainTit span{
	position:absolute;
	display:block;
	right: 8%;
	bottom: 0;
}


.co2_div1 .text1{
	background: linear-gradient(to right, #F04847, #EA2487 , #00F0FF);
	border-radius:21px;
	font-size: clamp(2rem,2.3vw,2.5rem);
	color:#fff;
	display:inline-block;
	padding: 1px 32px;
	font-weight:700;
	margin-bottom: 13px;
}

.co2_div1 .title{
	font-weight:900;
	font-size: clamp(3rem,4vw,7.8rem);
	line-height:1.435;
	margin-bottom:40px;
}

.co2_div1 .title span{
	font-size: clamp(1.8rem,3vw,3rem);
	font-weight:700;
	display: block;
	letter-spacing:0.2em;
	color:#D828A8;
	line-height:1.333;
}

.co2_div1 .text2{
	font-size: clamp(1.6rem,2vw,3rem);
	font-weight:700;
	line-height:1.833;
}

.co3_div{
	width:100%;
	background:url(./img/top/bg3.jpg)no-repeat top center;
	background-size:cover;
	position:relative;
	padding: 8.5% 0 10.286%;
	overflow: hidden;
	z-index: 1;
}

.content03 .inner{
	max-width:1750px;
}

.co3_div1{
	margin-top:75px;
	text-align: center;
}

.co3_div1 .text{
	margin-bottom:35px;
	font-size: clamp(1.5rem,2.3vw,3rem);
	font-weight:700;
	line-height:1.4333;
}

.co3_div1 .btn1{
	margin:100px auto 0;
}

.btn1{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D93D3C!important;
	position: relative;
	max-width: 624px;
	width: 95%;
	height: 108px;
	background: linear-gradient(#fff);
	border-radius:54px;
	font-size: clamp(1.6rem,3vw,2.7rem);
	font-weight:900;
	position:relative;
	transition: .4s;
}

.btn1:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 4px;
	background: linear-gradient(to right,#F04847, #EA2487 , #00F0FF);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.btn1:after{
	position:absolute;
	content:"";
	width:37px;
	height:37px;
	background:url(./img/common/arrow1.svg)no-repeat;
	background-size:contain;
	right:27px;;
	top:0;
	bottom:0;
	margin:auto;
}

.co3_div .img1{
	position:absolute;
	left: 0%;
	bottom: 0%;
	max-width: 395px;
	width: 40%;
	z-index: -1;
}

.co3_div .img2{
	position:absolute;
	max-width: 419px;
	width: 40%;
	z-index: -1;
	right: 0%;
	bottom: 0%;
}


.content04{
	padding: 200px 0 240px;
	background: url(./img/top/bg4.png);
	background-size: cover;
	background-position-y: 32%;
}


.content05{
	padding: 158px 0 158px;
	background: url(./img/top/bg5.jpg) no-repeat;
	background-size: cover;
}

.content05 .inner{
	max-width:1380px;
}

.content05 .mainTit{
	max-width:435px;
	position:relative;
	margin-bottom:120px;
}

.content05 .mainTit span{
	position:absolute;
	display:block;
	right: 4%;
	bottom: 0;
}

.slider .sld{
	width: 90%;
	margin:0px auto;
}

.sld{
	position: relative;
	max-width: 500px;
	/* background: linear-gradient(to bottom, #F4F4F4 , #fff);
	background:
    linear-gradient(45deg,  transparent 20px, #F4F4F4 20px),
    linear-gradient(135deg, transparent 20px, #F4F4F4 20px),
    linear-gradient(225deg, transparent 20px, #F4F4F4 20px),
    linear-gradient(315deg, transparent 20px, #F4F4F4 20px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 51% 51%;
	background-repeat: no-repeat; */
	padding: 51px 0 41px;
	transition:.4s;
	z-index: 1;
}

.sld:hover{
	opacity:0.8;
}

.sld .name{
	text-align:center;
	margin:37.6px 53px;
	font-size: clamp(1.6rem,2vw,3.4rem);
	font-weight:700;
	line-height:1.1;
}

.sld .name span{
	display:block;
	color: #D93D3C;
	font-size: clamp(1.4rem,2vw,2rem);
}

.sld:before,
.sld:after{
	position:absolute;
	content:"";
	bottom:1%;
	width:33px;
	height:37px;
}

.sld:before{
	background: url(./img/common/sou1_left.png)no-repeat bottom left;
	background-size:contain;
	left: 5%;
	bottom: 3%;
}

.sld:after{
	background: url(./img/common/sou1_right.png)no-repeat bottom right;
	background-size:contain;
	right: 4%;
	bottom: 3%;
}

/* .sld:before,
.sld:after{
	position:absolute;
	content:"";
	left:0;
	z-index:-1;
	box-shadow: 0 0 19px #00000017;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
} */

/* .sld:before{
	width:100%;
	height: 86%;
} */
/* 
.sld:after{
	width: 88%;
	height:100%;
} */

/* .sld:before{
	height:502px;
	background:url(./img/common/list_top.png)no-repeat top;
	background-size:contain;
	top:-34px;
} */

/* .sld:after{
	height: 70px;
	background:url(./img/common/list_bottom.png)no-repeat bottom;
	background-size:contain;
	bottom:-55px;
	left:-1px;
} */

.sld .img{
	max-width:345px;
	margin:auto;
	width: 69%;
	height: 40vw;
	max-height: 240px;
}

.sld .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}

.content05 .btn1{
	margin:75px auto 0;
}

.content06{
	padding: 170px 0 0;
}

.content06 .mainTit{
	max-width:800px;
	text-align:center;
	margin:0 auto 94px;
}

.top_list{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}

.top_list li{
	margin-top:51px;
	width: 31%;
	margin-right: 3.5%;
	position: relative;
	font-size: clamp(1.6rem,3vw,2.5rem);
	font-weight:700;
	text-align:center;
	transition:.4s;
}

.top_list li:hover{
	opacity:0.7;
}

.top_list li .img{
	margin-bottom:18px;
	width:100%;
	max-height: 193px;
	height: 14vw;
}

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



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

.content06 .btn1{
	margin: 80px auto 0;
}

.content07{
	padding: 136px 0 0;
}

.content07 .mainTit{
	max-width:539px;
	text-align:center;
	margin:0 auto 57px;
}

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

footer {
	margin: 153px auto 0;
	padding: 82px 0 0;
	background: url(./img/common/bg_ft.jpg)no-repeat center;
	background-size: cover;
}

footer .logo {
	width: 100%;
}

footer .flex{
	padding:0 0 30px;
}

footer .flex .left{
	max-width:184px;
	width:25%;
}


footer .flex .right{
	max-width:890px;
	width: 78%;
}

footer ul {
	margin: 30px 0 0;
	display: flex;
	justify-content: flex-end;
}

footer ul + ul {
	margin: 5px 0 0;
}

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

footer ul li a {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 1.4rem;
	border-left: 1px solid #fff;
	color: #fff!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 {
	color: #fff;
	text-align: center;
	padding: 26px 0;
	font-size: 1.3rem;
	font-weight: 700;
	border-top: 1px solid #ffffff85;
}

.btn_area{
	display:flex;
	justify-content:flex-end;
}

.btn_area .btn2{
	margin-left:auto;
}

.btn2.bgblu{
	max-width:245px;
}

.btn2 .img{
	display:flex;
	align-items:center;
	justify-content:center;
	width:58px;
	height:58px;
	border-radius:50%;
	margin-right: 13px;
}

.btn2.bgblu .img{
	background:#2ea29d;
}

.btn2.bgwh{
	color: #D93D3C!important;
}


.btn2.bgwh .img{
	background:#D93D3C;
}

.btn2.bggra .img{
	background:#fff;
	margin-right: 20%;
}

.btn2.bggra{
	text-align:center;
}

.btn_area .btn2:first-child{
	margin-left:0;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	max-width:295px;
	width: 32.5%;
	height:77px;
	border-radius:49px;
	font-size: clamp(1.4rem,1.5vw,2rem);
	font-weight:700;
	padding:0px 10px;
	transition: .4s;
}


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

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

.pankuzu {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
}

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

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

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

/*--- ページトップ ---*/
#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: 100%;
	cursor: pointer;
	outline: 0;
	background: transparent;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	height: 100%;
	margin: 0!important;
	text-align: center;
}


.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: 205px;
	width: 100%;
}

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

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

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


input[name="name"]{
	height: 97px;
}

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


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

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



/* プライバシーポリシー
----------------------------------------------------------- */

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

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


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

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


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

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

/* information */
#cover2{
	height: 35vw;
	background: url(./img/common/art_mv.jpg)no-repeat right;
	background-size:cover;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	max-height:450px;
	min-height: 340px;
}

.spirit #cover2{
		background: url(./img/spirit/mv.jpg)no-repeat right;
	background-size:cover;
}

#cover2 .title{
	font-size: clamp(1.6rem,2.3vw,2.5rem);
	text-align:center;
}

#cover2 .title span{
	display:block;
	font-size: clamp(4rem,5vw,7rem);
	line-height:1.4;
}

.pan_area{
	position:absolute;
	bottom: -27px;
	left:0;
	max-width:1070px;
	width: 90%;
	background: linear-gradient(to right, #F04847, #EA2487 , #00F0FF);
	border-radius:0 20px 20px 0;
	min-height:55px;
	padding: 10px 10px 10px 15.5%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.info01{
	padding:205px 0 90px;
}

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

.info_list li{
	width:49%;
	max-width:610px;
	margin-bottom: 71px;
}

.info_list li .img{
	width:100%;
	height: 22vw;
	max-height:294px;
	margin-bottom: 17px;
}

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

.info_list li .date{
	font-size: clamp(1.4rem,2.5vw,2.3rem);
	font-weight:700;
}

.info_list li .title{
	font-size: clamp(1.6rem,2.3vw,2.5rem);
	font-weight:700;
}

/* information */
.info02{
	padding:140px 0 0;
}

.info02 .title_area{
	
padding-bottom: 32px;
}

.info02 .title_area .date{
	font-size: clamp(1.6rem,2.3vw,2.5rem);
	font-weight:700;
}

.info02 .title_area .title{
	font-size: clamp(2.4rem,2.3vw,4rem);
	font-weight:700;
}

.info02 .detail_area{
	padding-bottom:62px;
	border-bottom:1px solid #ccc;
}

.btn_area2{
	padding-top:62px;
	display:flex;
	align-items:center;
	position:relative;
}

.btn3{
	display:flex;
	justify-content:center;
	align-items:center;
	border:4px solid;
	border-radius:49px;
	max-width:331px;
	width:32%;
	height:77px;
	background:#fff;
	font-size: 2rem;
	transition: .4s;
}

.btn3:hover{
	opacity:0.7;
}

.btn3.bgpink{
	border: 4px solid #D93D3C;
	margin: auto;
	position:relative;
}

.btn3.prev{
	position:absolute;
	left:0;
}

.btn3.next{
	position:absolute;
	right:0;
}

.btn3.bgpink:after{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(./img/common/arrow2.svg)no-repeat;
	background-size:contain;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
}


/* audition */
.audition01_div1{
	padding:137px 0 139px;
	background:url(./img/audition/bg1.png)bottom;
	background-size:cover;
}

.audition01_div1 .img{
	position:relative;
}

.audition01_div1 .img:before,
.audition01_div1 .img:after{
	position:absolute;
	content:"";
	max-width: 300px;
	max-height:474px;
	width: 30%;
	height: 41vw;
	bottom: 5%;
}

.audition01_div1 .img:before{
	left: -3%;
	background:url(./img/audition/co11.gif)no-repeat bottom;
	background-size:contain;
}

.audition01_div1 .img:after{
	right: -3%;
	background:url(./img/audition/co12.gif)no-repeat bottom;
	background-size:contain;
}

.audition01_div2{
	padding:90px 0 185px;
}

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

.art_list1 li{
	width: 32.5%;
	text-align:center;
}

.audition01_div2 .art_list1 li .text{
	color:#D93D3C;
}

.spirit01 .audition01_div2 .art_list1 li .text{
	color:#B14E7F;
}

.art_list1 li .text{
	font-size: clamp(1.5rem,2.3vw,3rem);
	line-height:1.6333;
	padding-bottom:28px;
	margin-bottom:18px;
	position:relative;
	font-weight:900;
}

.art_list1 li .text:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 16px solid #D93D3C;
	border-bottom: 0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.spirit01 .art_list1 li .text:before{
		border-top: 16px solid #B14E7F;
}

.art_list1 li .img{
	max-width:346px;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height: 30.4vw;
	max-height:346px;
	background: #fcfcfc;
	position:relative;
	border-radius:50%;
}


.art_list1 li .img:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius:50%;
	padding: 4px;
	background: linear-gradient(135deg, #F04847, #EA2487, #00F0FF);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.spirit01 .art_list1 li .img:before{
	background: linear-gradient(135deg, #D16A9D,#D3699D, #F69CC8);
}

.audition02{
	background:url(./img/audition/bg3.jpg)no-repeat;
	background-size:cover;
	position: relative;
	padding: 7% 0 10.286%;
}

.audition02.spirit02{
	background:url(./img/spirit/bg2.jpg)no-repeat;
	background-size:cover;
}

.audition02_div1{
	padding:0 0 111px;
}

.audition02_div1 .mainTit2 span{
	top: -107px;
	line-height: 346px;
}

.audition02_div1 .text{
	margin:45px auto 0;
	text-align:center;
	font-size: clamp(1.6rem,2.3vw,3rem);
	font-weight:700;
	line-height: 2;
}

.audition02_div2{
	background:#FFFFFFb5;
	margin-bottom: 74px;
}

.audition02_div2 h3{
	background:#333333;
	color:#fff;
	text-align:center;
	font-size: clamp(2.4rem,2.3vw,4rem);
	font-weight:900;
	padding: 21.5px 0;
}

.audition02_list{
	padding:86px 0 78px;
}

.audition02_list li{
	position:relative;
	max-width:1178px;
	width:95%;
	margin:0 auto 93px;
	background:#fff;
	text-align:center;
	border-radius:154px;
	padding:47px 0 22px;
	min-height:187px;
}

.audition02_list li:before{
		position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 28px solid transparent;
	border-left: 28px solid transparent;
	border-top: 24px solid #D93D3C;
	border-bottom: 0;
	bottom:-52px;
	left:0;
	right:0;
	margin:auto;
}

.spirit02 .audition02_list li:before{
	border-top: 24px solid #CB16B6;
}

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

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

.audition02_list li .step{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-24px;
	font-size: clamp(1.6rem,3.3vw,3rem);
	font-weight:700;
	background:#D93D3C;
	border-radius:49px;
	max-width:331px;
	height:47px;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
}

.spirit02 .audition02_list li .step{
	background:#D93D3C;
}

.audition02_list li .title{
	font-size: clamp(1.8rem,4.3vw,3rem);
	font-weight:900;
	color:#D93D3C;
	margin-bottom:12px;
}

.spirit02 .audition02_list li .title{
	color:#D93D3C;
}

.audition02_list li .text{
	font-size: clamp(1.4rem,2.3vw,1.6rem);
	font-weight:700;
	line-height:1.625;
}


.audition02_div3{
	position:relative;
}

.audition02_div3:before{
	position:absolute;
	content:"";
	background:url(./img/audition/co3.gif)no-repeat bottom;
	background-size:contain;
	max-width: 285px;
	max-height:384px;
	width: 35%;
	height: 40vw;
	top: -22%;
	right: 0%;
}


.spirit02 .audition02_div3:before{
	display:none;
}

.audition02_div3 h3{
	font-size: clamp(1.8rem,2.3vw,3rem);
	font-weight:500;
	padding-bottom:14.5px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:25.5px;
}

.audition02_list2{
	position:relative;
	z-index:1;
}

.audition02_list2 li{
	font-size: clamp(1.4rem,2.3vw,1.6rem);
	font-weight:500;
	line-height:1.625;
	text-indent: -1em;
	padding-left: 1em;
}

.audition02_div3 .btn1{
	margin:95px auto 0;
}

.audition footer,
.spirit footer{
	margin: 0 auto;
}

/* spirit */

.spirit01 .audition01_div1{
	padding:150px 0 100px;
	background:none;
}

.spirit01 .audition01_div1 .img:before,
.spirit01 .audition01_div1 .img:after{
	display:none;
}

.spirit02_div{
	padding-bottom:90px;
}

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

.spirit02_list li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom:64px;
}

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

.spirit02 .mainTit2{
	font-size: clamp(2.4rem,5vw,8rem);
}

.sld .shadow1,
.sld .shadow2{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-shadow:0 0 19px #00000017;
	z-index: -2;
}

.sld .shadow1{
	width: 86%;
	height: 100%;
}

.sld .shadow2{
	width: 100%;
	height: 86%;
}

.sld .back{
	position:absolute;
	width: 100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:
    linear-gradient(45deg,  transparent 20px, #F4F4F4 20px),
    linear-gradient(135deg, transparent 20px, #F4F4F4 20px),
    linear-gradient(225deg, transparent 20px, #F4F4F4 20px),
    linear-gradient(315deg, transparent 20px, #F4F4F4 20px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	z-index:-1;
}

.sld .border{
	position:absolute;
	width:calc( 100% + 2px);
	height:calc( 100% + 2px);
	top:-1px;
	bottom:0;
	left:-1px;
	right:0;
	margin:auto;
	background:
    linear-gradient(45deg,  transparent 20px, #E8E8E8 20px),
    linear-gradient(135deg, transparent 20px, #E8E8E8 20px),
    linear-gradient(225deg, transparent 20px, #E8E8E8 20px),
    linear-gradient(315deg, transparent 20px, #E8E8E8 20px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	z-index:-2;
}

.member01{
	padding:175px 0 90px;
}

.member01 .btn1{
	margin: 34px auto 0;
}


/* contact */

.contact01{
	padding:130px 0 0;
}

.contact01_div .title{
	font-size: clamp(2.4rem,2.3vw,4rem);
	font-weight:900;
	text-align:center;
	margin:0 auto 70px;
}

.contact01_div .text1{
	font-size: clamp(1.5rem,2.3vw,2rem);
	font-weight:700;
	line-height:2.2;
}

.contact01_div span{
	display:block;
	color: #D93D3C;
}

.contact_tb {
	width: 100%;
	margin: 32px auto 60px;
}

.contact_tb th {
	width: 41%;
	text-align: left;
	font-weight: 700;
	font-size: clamp(1.6rem,2.8vw,2.7rem);
	line-height: 1.44;
}

.contact_tb th p{
	font-size: clamp(1.4rem,1.6vw,2rem);
	margin-top: 13px;
}

.contact_tb th.ver{
	vertical-align:top;	
}

.contact_tb td {width: 59%;font-weight: 400;font-size: 1.6rem;}

.contact_tb td .text{
	font-size:1.4rem;
	line-height: 1.8;
}

.contact_tb th, .contact_tb td {
	padding: 32px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb td .map{
	margin:16px auto 0;
	width:100%;
	height:200px;
}

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

em {
	color: #D93D3C;
	font-size: clamp(1.4rem,2.3vw,2rem);
	font-weight: 700;
	vertical-align: top;
}

.contact footer{
	margin:108px auto 0;
}


.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 36px;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.5rem,2.3vw,2rem);
	font-weight: 700;
}

.privacy_area label a{
	text-decoration:underline;
}



.privacy_area input{
	width: 29px;
	height: 29px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 20px;
}

.send_btn.btn3.bgpink{
	width: 100%;
	max-width:380px;
}

/* member */
.member02{
	padding:153px 0 0;
	position:relative;
	max-width:1920px;
	width:100%;
}

.member02 .flex{
	align-items:center;
	margin-bottom: 278px;
}

.member02 .flex .img_area{
	max-width: 645px;
	width: 50%;
}

.member02 .flex .text_area{
	max-width: 547px;
	width: 48%;
	padding-bottom: 20%;
}

.member02 .flex .text_area .title{
	text-align: center;
	font-size: clamp(3rem,4.3vw,6.5rem);
	font-weight: 700;
	margin-bottom: 36px;
}

.member02 .flex .text_area .title span{
	text-align: center;
	font-size: clamp(1.6rem,4.3vw,2.5rem);
	font-weight: 700;
	display:block;
}

.member02 .flex .text_area .text{
	margin-bottom:65px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	font-weight: 700;
	line-height:2;
}

.member02 .flex .img_area .back_img{
	position:absolute;
	left: -5%;
	top:0;
	z-index:-1;
	width: 70%;
}

.sub-img.js-sub-img{
	display:flex;
	justify-content: center;
	margin-top:55px;
}

.sub-img.js-sub-img li{
	overflow:hidden;
	border: 3px solid #333333;
	background:#fff;
	max-width:130px;
	max-height:150px;
	width: 21%;
	margin-right: 5.3333%;
	cursor:pointer;
	transition:.4s;
	padding-top: 7%;
	height: 12vw;
}

.sub-img.js-sub-img li:last-child{
	margin-right:0;
}

.sub-img.js-sub-img li.current,
.sub-img.js-sub-img li:hover{
	border: 3px solid #D93D3C;
}

.sub-img.js-sub-img li img{
	width: 100%;
	display: block;
	transform: scale(2.5);
	object-fit: cover;
	object-position: top;
	height: 100%;
}

.main-img.js-main-img{
	min-height: 800px;
}


.pagination-list{
	display:flex;
	margin: 80px auto 100px;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	width: 63px;
	height: 62px;
	background: #fff;
	border: 1px solid #E3E3E3;
	margin: 0 0.5%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	border-radius:8px;
}

.pagination-list .page-numbers.prev{
	margin: 0px 5% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 5%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 3px #D93D3C;
  border-right: solid 3px #D93D3C;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: .4s;
  transform: rotate(45deg);
  right:0;
}

.pagination-list .page-numbers.prev:before{
	transform: rotate(-135deg);
}

.pagination-list .page-numbers.prev:hover:before,
.pagination-list .page-numbers.next:hover:before{
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background:#D93D3C;
	color:#fff;
	opacity:1;
}
.staff dl {
    display: flex;
}
.staff dt, .staff dd {
    width: 48%;
}
.staff dd img {
    width: 100%;
    max-width: 450px;
}
.noList {
    color: #FFF;
}
.noList p{
    width: 100%;
    text-align: center;
    font-size: 2rem;
}
/*-- 固定ここまで --*/


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content02:before{
	background:url(./img/top/bg2.png)no-repeat left top;
	background-size: 100%;
	background-position-x: 0%;
}

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

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

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


	

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.news_area{
	bottom: -40px;
	min-height:80px;
}

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

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

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


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

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

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


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

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



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

header {padding: 20px 0% 0 0%;}


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

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






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


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



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

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


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


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

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

.btn2 .img{
	width: 45px;
	height: 45px;
	margin-right: 5px;
}

footer .flex .right{
	width: 80%;
}

footer .flex .left{
	width: 18%;
}

.btn2{
	padding:0 5px;
	height: 60px;
}

.hLogo{
	margin-left: 15px;
}
	
.headerUl{
	padding-right:15px;
}

.content02:before{
	background:url(./img/top/bg2.png)no-repeat left top;
	background-size: 1920px;
	background-position-x: 27%;
	bottom: -45%;
	height: 150%;
}



.mainTit2 span{
	font-size: clamp(4.5rem,12vw,27.4rem);
	top: -3%;
}


.art_list1 li .img{
	padding:20%;
}

.art_list1 li:last-child .img{
	padding:25%;
}

.audition02_div1 .mainTit2 span{
	top: -138px;
}

.spirit02_list li{
	width: 32%;
	margin-right: 2%;
}

.spirit02_list li.sld:before{
	left: 4%;
	bottom: 3%;
}

.spirit02_list li.sld:after{
	right: 4%;
	bottom: 4%;
}

.main-img.js-main-img{
	min-height: 600px;
}

.member02 .flex{
	margin-bottom: 100px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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


.pc_nav{
	display:none;
}

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

.top_list li{
	margin-top:30px;
	width: 48%;
	margin-right:0;
}

.top_list li .img{
	height:23vw;
}

.btn1{
	height: 80px;
}

	
.content06 .btn1{
	margin: 60px auto 0;
}


.content06 .mainTit{
	margin:0 auto 40px;
}

.content06{
	padding: 80px 0 0;
}

.content07{
	padding: 80px 0 0;
}


footer .flex{
	flex-direction:column;
}

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


footer .flex .right{
	width: 100%;
	margin:auto;
}


.btn_area{
	justify-content:center;
	flex-direction:column;
}

.btn_area .btn2{
	margin:0 auto 16px!important;
	width:100%;
	max-width:290px;
	position:relative;
	justify-content:center;
}

.btn_area .btn2 .img{
	position:absolute;
	margin:0;
	left:10px;
}

footer ul{
	justify-content:center;
}

#cover {
	height: 100vw;
	background: url(./img/top/mv_sp.jpg)no-repeat center;
	background-size: cover;
	min-height: 560px;
}

#cover .text_area{
	width: 85%;
}

#cover .text_area .title{
	margin-bottom: 13%;
}


#cover .v_img{
	display:block;
}

#cover .v_img .img1{
	position:absolute;
	max-width: 107px;
	left:0;
	top: 17px;
	z-index:-1;
}

#cover .v_img .img2{
	position:absolute;
	max-width: 121px;
	left:0;
	bottom:0;
	z-index:-1;
}

#cover .v_img .img3{
	position:absolute;
	max-width: 150px;
	right:0;
	top:0;
	z-index:-1;
}

#cover .v_img .img4{
	position:absolute;
	max-width:90px;
	right:0;
	bottom:0;
	z-index:-1;
}

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

.content01 .img{
	max-width:500px;
	margin:auto;
}

.content02 .flex{
	flex-direction:column-reverse;
}

.content02 .flex .img{
	max-width:350px;
	width: 100%;
	margin: 0% auto;
}

.content02 .flex .text_area{
	width:100%;
	padding-top: 0%;
}

.content02 .flex .text_area .mainTit{
	position:relative;
	margin-bottom: 10%;
}


.co2_div1 .text2{
	font-size: clamp(1.5rem,4vw,2.4rem);
}

.content02:before{
	background:url(./img/top/bg2.png)no-repeat left top;
	background-size: 1920px;
	background-position-x: 13%;
	bottom: -42%;
	height: 100%;
}


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

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

.co3_div1{
	margin-top:40px;
}


.co3_div1 .btn1{
	margin:50px auto 0;
}


.content05{
	padding: 60px 0;
}

.content05 .mainTit{
	margin:0 auto 60px;
}


.info_list li{
	margin-bottom: 40px;
}

footer {
	margin: 100px auto 0;
}

.info01{
	padding:120px 0 0;
}


.pan_area{
	padding: 10px 10px 10px 5%;
}

.btn3{
	border:2px solid;
	height:50px;
	font-size: 1.5rem;
}

.btn3.bgpink{
	border: 2px solid #D93D3C;
	margin: auto;
}

.btn3.bgpink:after{
	width:20px;
	height:20px;
	right:5px;
}

.info02 .detail_area{
	padding-bottom:40px;
}

.btn_area2{
	padding-top:40px;
}

.detail_area img{
	margin-bottom: 40px;
}

.info02{
	padding:80px 0 0;
}


.audition01_div1 .img:before{left: -8%;bottom: 0;}

.audition01_div1 .img:after{
	right: -12%;
	bottom: 0%;
}
	
.audition01_div1{
	padding:80px 0;
}

.audition01_div2{
	padding: 10px 0 40px;
}

.audition02{
	padding: 13% 0 80px;
}

.audition02_div1{
	padding:0 0 60px;
}


.audition02_list li{
	margin:0 auto 93px;
	padding: 24px 2% 16px;
	min-height: 115px;
	border-radius: 24px;
}

	
.audition02_list li .step{
	height: 35px;
}

.audition02_div3 .btn1{
	margin:40px auto 0;
}


.spirit01 .audition01_div1{
	padding:80px 0;
}

.spirit02_list li{
	width: 100%;
	margin: 0 auto 40px!important;
	max-width: 390px;
}


.sld .img{
	width: 60%;
}

.spirit02_div{
	padding-bottom:40px;
}

.member01{
	padding:80px 0 0;
}


.send_btn.btn3.bgpink{
	max-width:280px;
}

.contact01_div .title{
	margin:0 auto 40px;
}

.contact01{
	padding:80px 0 0;
}


.member02 .flex .text_area{
	max-width: initial;
	width: 100%;
	padding-bottom: 0%;
	padding-top: 40px;
}

.member02 .flex{
	flex-direction:column;
	margin-bottom: 80px;
}

.member02  .btn3.bgpink{
	width:100%;
	max-width:280px;
}

.main-img.js-main-img{
	min-height: initial;
}

.member02 .flex .img_area{
	max-width: 645px;
	width:100%;
}

.member02 .flex .img_area .main-img.js-main-img{
	width:70%;
	margin:auto;
}


.member02{
	padding: 120px 0 0;
}

.sub-img.js-sub-img{
	margin-top:20px;
}

.sub-img.js-sub-img li{
	width: 24%;
	margin-right:1.3333%;
	padding-top: 7%;
	height: 21vw;
}

.member02 .flex .img_area .back_img{
	top:5%;
}

.co2_div1 .title{
	margin-bottom:20px;
}

.audition02_div3:before{
	width: 35%;
	height: 40vw;
	top: -22%;
	right: -6%;
}
.staff dl {
    display: block;
	margin: 50px auto;
}
.staff dt, .staff dd {
    width: 100%;
}
.staff dd img {
    width: 100%;
    max-width: 300px;
	display: block;
	margin: 30px auto;
}
	
.sld .img{
	height: 40vw;
	max-height: 240px;
}
	
.sld .name {
    margin: 20px 53px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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;
	background: #329026;
}



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

.contact_tb th {
	border-bottom:none;
	padding:16px 0 0;
}

.contact_tb td {
	padding:10px 0 016px;
}

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

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

footer ul li a {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}


.co3_div .img1{
	bottom: 0%;
}

.co3_div .img2{
	bottom: 0%;
}


.btn1:after{
	width:27px;
	height:27px;
	right:17px;
}

.mainTit2 span{top: 2%;}


.sld{
	width: 95%;
	padding: 15px 0 40px;
}


.info_list li{
	width:100%;
	margin-bottom: 40px;
}

.info_list li .img{
	height: 45vw;
	margin-bottom: 17px;
}

.btn3{
	width:25%;
	height: 50px;
}

.btn3.bgpink{
	width:48%;
}
	


.art_list1{
	flex-direction:column;
}
	
.art_list1 li{
	width:100%;
	margin:0 auto 40px;
}


.art_list1 li .text{
	font-size: 2rem;
}

.art_list1 li .img{
	height: 100vw;
	max-width: 200px;
	max-height: 200px;
	padding: 35px;
}

.art_list1 li:last-child .img{
	padding: 50px;
}

.audition02_div3:before{
	width: 160px;
	top: -80px;
	right: -10%;
	height: 180px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 45px;
}

.content02:before{
	bottom: -40%;
	background: url(./img/top/bg2.png) no-repeat left top;
	background-size: 1920px;
	background-position-x: 18%;
}

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

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

.content02:before{
	bottom: -31%;
	background: url(./img/top/bg2.png) no-repeat left top;
	background-size: 1920px;
	background-position-x: 19%;
}


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

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

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




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

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

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


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

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

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