@charset "utf-8";
/*
Theme Name:lugna 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/
/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #595757;
	line-height: 2;
	font-size: clamp(1.6rem,2vw,1.8rem);
	letter-spacing: 0.05em;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Maru Gothic", serif !important;
	font-weight: 500;
}

/* fade */
.fade1,
.fade2{
	transition: .4s;
	transform: translateY(50px);
	opacity: 0;
}


.fade1.active,
.active .fade2{
	transform: translateY(0px);
	opacity: 1;
}

.delay-time01{
	transition-delay: 0.2s;
}

.delay-time02{
	transition-delay: 0.4s;
}
	
.delay-time03{
	transition-delay: 0.6s;
}

.delay-time04{
	transition-delay: 0.8s;
}
	
.delay-time05{
	transition-delay: 1s;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #4EB8DE!important;
}
.blue2{
	color: #53A09C!important;
}
.red{
	color: #E2646B!important;
}
.green{
	color: #2EB243!important;
}
.yellow{
	color: #FCCF06!important;
}
.yellow2{
	color: #FAF7ED!important;
}
.orange{
	color: #EFA812!important;
}
.pur{
	color: #9E60A6!important;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background:#4EB8DE;
}
.bgblu2{
	background:#53A09C;
}
.bgred{
	background: #E2646B;
}
.bggre{
	background: #2EB243;
}
.bgyel{
	background: #FCCF06;
}
.bgyel2{
	background: #FAF7ED;
}
.bgor{
	background: #EFA812;
}
.bgpur{
	background: #9E60A6;
}


/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
	color: #595757;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7!important;
}

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 {
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	padding: 0px 0 0 40px;
	z-index: 9999;
	transform: translateY(-100%);
	transition:.4s;
}

header.fixed{
	transform: translateY(0%);
}

.hLogo{
	width:auto;
	max-width: 200px;
}
.hLogo a:hover {
	opacity: 1 !important;
}

.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

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

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

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

table {
	border-collapse: separate;
}



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

nav.pc {
	width: 95%;
	max-width: 750px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav > ul{
	display: flex;
	justify-content: space-between;
	width: 68%;
	max-width: 508px;
}

nav > ul li {position: relative;}

nav li a {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
}

nav li a span{
	font-size:1.2rem;
	display: block;
}

nav .link-area{
	display:flex;
	align-items:center;
	width: 30%;
	justify-content: space-between;
	max-width: 200px;
	font-size: 1.4rem;
}

nav .link-area .btn1{
	width:49%;
	margin: 0;
	padding: 10px 35px;
}



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

table {
	border-collapse: separate;
	width: 100%;
}




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

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/
.top_flex{
	display:flex;
	justify-content:space-between;
	max-width: 1920px;
	width: 100%;
	margin: auto;
}

#cover {
	width: 78.125%;
	position:relative;
	/* max-width:1500px; */
	overflow: hidden;
	max-height: 1000px;
	padding-bottom: 20px;
}

.cov-div{
	position:relative;
	max-height: 1000px;
}

.cov-div:before{
	position:absolute;
	content:"";
	width: 100%;
	height:100%;
	background: url(./img/bg_mv.webp)no-repeat right top;
	background-size:contain;
	top: 0%;
	right: 0%;
	z-index: -10;
}


#cover h1{
	font-size:5.6rem;
	font-weight:500;
	position: absolute;
	bottom: 10%;
	left: 0;
}

#cover h1 > span{
	display:block;
	width: max-content;
	padding: 15px 30px 15px 0;
	border-radius: 16px;
}

#cover h1 > span > span{
	font-weight:900;
}

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

.side-bar{
	margin: 45px auto 0;
	width: 20%;
	position:relative;
	max-width: 260px;
}

.side-bar h1{
font-size: 1.6rem;
text-align: center;
font-weight: 700;
line-height: 1.8;
margin-bottom: 40px;
}


.side-bar .img{
	max-width: 140px;
	margin: 0 auto 15px;
	width: 75%;
}

.side-bar ul{
	row-gap:24px;
	display: flex;
	flex-direction: column;
	margin: 0 auto 40px;
}

.side-bar li{
	position: relative;
	text-align: center;
}

.side-bar li a{
	font-size:1.4rem;
	text-align: center;
}

.side-bar li a span{
	display:block;
	font-size: 1.2rem;
	line-height: 1;
}

.hov-menu li:hover p{
	opacity:0.7;
}


.btn1{
	display: flex;
	align-items: center;
	justify-content:center;
	border-radius:50px;
	max-width:220px;
	width:100%;
	margin:auto;
	position:relative;
	font-size:1.4rem;
	font-weight:500;
	height:72.33px;
}

.btn1 img{
	margin-right:10px;
}


.side-bar .link-area .btn1{
		margin: 0 auto 30px;
}

.side-bar .line-btn{
	display:flex;
	margin:auto;
	justify-content:center;
}

#cover .text_area{
	position:absolute;
	z-index:1;
	bottom: 65px;
	left:0;
}

#cover .text_area .text1{
	font-size:4rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom: 40px;
	font-size: clamp(1.6rem,3.4vw,4rem);
}

#cover .text_area .text1 span{
	background:#fff;
	display:flex;
	max-width:max-content;
	padding: 15px 10px;
	border-radius:8px;
	align-items:center;
	justify-content:center;
	margin-bottom:8px;
}

#cover .text_area .text2{max-width: 670px;width: 81%;}

.soushoku div{
	position:absolute;
	animation: sou 2s steps(2) infinite;
}



@keyframes sou {
	0% {
	  transform: rotate(-5deg);
	}
	100% {
		transform: rotate(15deg);
	}
  }
  

#cover .sou-1{
	left: 1%;
	top: 4%;
}

#cover .sou-2{
	left: 1%;
	top: 18%;
}

#cover .sou-3{
	right: 4%;
	bottom: 12%;
}

#cover .sou-4{
	right: 17%;
	bottom: 5%;
}

#cover .sou-5{
	right: 12%;
	bottom: 5%;
}
/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
}

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

.mainTit{
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	font-size: clamp(2.4rem,3vw,4rem);
}

.mainTit span:not(.text-i){
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
}

.mainTit2{
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	font-size: clamp(1.7rem,2.3vw,2.4rem);
}

.flex{
	display:flex;
}

.content01{
	position: relative;
	padding: 50px 0 140px;
}

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

.content01 .flex .left,
.content02 .flex .left{
	max-width:500px;
	width: 50%;
}

.content01 .flex .right,
.content02 .flex .right{
	max-width:480px;
	width: 48%;
}

.content01 .mainTit,
.content02 .mainTit{
	margin-bottom: 40px;
}

.content01 .mainTit:before{
	position:absolute;
	content:"";
	width:82.71px;
	height:122.64px;
	background:url(./img/co11.svg)no-repeat;
	background-size:contain;
	left: 100%;
	top: -80px;
	animation: sou 2s steps(2) infinite;
}

.content01 .mainTit2{
	margin:0 0 15px;
}

.content01 p,
	.content02 p{
		margin-bottom:55px;
	}
.content01 p .con01intext {
	margin: 1em 0;
	display: block;
	font-weight: 700;
	font-size: 0.95em;
}

.btn2{display: flex;align-items: center;justify-content: center;max-width: 231px;width: 100%;height: 56px;border-radius: 28px;font-size: 1.4rem;font-weight: 500;position:relative;transition:.4s;}

.btn2.arrow:before{
	position:absolute;
	content:"";
	width:11px;
	height:10px;
	background:url(./img/wh_arrow.svg)no-repeat;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
}

.btn2.pc_btn{
	display:flex;
}

.btn2.sp_btn{
	display:none;
}

.btn2.arrow.back:before{transform: rotateZ(-180deg);right: auto;left: 10px;}

.content01 .ab-txt{
	position:absolute;
	right: 20px;
	line-height:1;
	bottom: 16%;
	z-index: -1;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.05em;
	font-size: clamp(7rem,13vw,24rem);
}

.content02{
	position: relative;
	z-index: 1;
	padding: 0 0 160px;
}
.content02.plus{
	padding: 0 0 min(25%, 280px);
}

.content02 .flex{
	justify-content:space-between;
	align-items:center;
	margin-bottom:55px;
}

.content02 .flex .right{
	width: 57%;
}

.content02 .flex .mainTit{
	font-size: clamp(2.4rem,3.5vw,4rem);
}

.content02 .bg-img{
  margin: 0 calc(50% - 50vw) -11%;
  width: 100vw;
}

.co2-div{
	position:relative;
	border-radius:24px;
	padding:80px 10px;
	z-index: 1;
}

.co2-div h3{
	text-align:center;
	font-size:3.2rem;
	font-weight:700;
	position:relative;
	width:100%;
	max-width: 506px;
	margin: 0px auto 25px;
}

.co2-div h3:before,.co2-div h3:after{
	position:absolute;
	content:"";
	width:36px;
	height:41.57px;
	bottom:0;
	top: 0;
	margin: auto;
}

.co2-div h3:before{
	background:url(./img/fuki_left.svg)no-repeat;
	background-size:contain;
	left: 0px;
}

.co2-div h3:after{
	background:url(./img/fuki_right.svg)no-repeat;
	background-size:contain;
	right: 0px;
}

.co2-div .img1{
	position:absolute;
	z-index: -1;
	left: 68px;
	top: 57px;
}

.co2-div .img2{
	position:absolute;
	right: 36px;
	bottom: 30px;
	z-index: -1;
}

.co2-list{
	display: flex;
	max-width: 880px;
	justify-content: space-between;
	margin: 0 auto 60px;
	width: 95%;
}

.co2-list li{
	width: 32%;
	max-width: 266px;
}

.co2-list li h4{
	text-align:center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom:10px;
	line-height: 1.4;
}

.co2-list li h4 span{
	display:block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

.co2-list li p{
	font-size:1.6rem;
	font-weight:500;
}

.co2-div .btn2{
	margin:auto;
}

.loop_wrap {
    left: 0;
    display: flex;
    width: 100%;
    height: 250px;
    /* overflow: hidden; */
    position: absolute;
    bottom: -140px;
    z-index: -1;
  }

.loop_wrap .abp {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 24rem;
    /* overflow: hidden; */
    font-weight: 500;
  }

.loop_wrap .abp:nth-child(odd) {
animation: loop 50s -25s linear infinite;
}

.loop_wrap .abp:nth-child(even) {
animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }

.content03{
	padding: 280px 0 120px;
	position: relative;
}

.content03 .inner{
	position:relative;
}

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

.content03 .img{
	max-width: 520px;
	width: 49%;
}

.content03 .text_area{
	max-width: 480px;
	width: 49%;
}

.content03 .text_area .mainTit{
	margin-bottom:30px;
}

.content03 .text_area .mainTit2{
	margin-bottom:24px;
}

.content03 .text_area .text{
	font-size:1.6rem;
	margin-bottom:40px;
	line-height: 1.8;
}
.content03 .text_area02 {
	max-width: 960px;
	margin: 40px auto 0;
}
.content03 .text_area02 .name{
	text-align:right;
	font-weight: 700;
	font-size: 1.8rem;
	margin-top: 46px;
}

.content03 .text_area .big{
	font-size:2rem;
	font-weight:700;
}

.content03 .text_area .name{
	display:block;
	text-align:right;
	margin-top:32px;
}

.content03 .text_area02 .name span{
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 16px;
}

.content03 .sou-1{
	left:0;
	top:0;
}

.content03 .sou-2{
	left: -8%;
	bottom: 1%;
}

.content03 .sou-3{
	right: -17%;
	top:0;
}

.content03 .sou-4{
	right: -20%;
	top: 48%;
}

.content03 .soushoku div{
	z-index: -1;
}

.sld-area{
	padding:170px 0 0;
	position:relative;
}

.sld-area .ab-txt{
	font-size:24rem;
	position:absolute;
	top: -50px;
	left:0;
	right:0;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: clamp(7rem,13vw,24rem);
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider2 .sld{
	margin: 0 2.7%;
}

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

.content04 .mainTit{
	text-align:center;
	margin:0 auto 90px;
	max-width:560px;
	width:100%;
}

.content04 .mainTit:before,.content04 .mainTit:after{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	margin:auto;
	animation: sou 2s steps(2) infinite;
}

.content04 .mainTit:before{
	left:0;
	width:88px;
	height:83.48px;
	background:url(./img/co41.svg)no-repeat;
	background-size:contain;
}

.content04 .mainTit:after{
	right:0;
	width:117px;
	height:107.33px;
	background:url(./img/co42.svg)no-repeat;
	background-size:contain;
}

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

.content04 .text_area{
	max-width:480px;
	width: 49%;
}

.content04 .map{
	max-width:520px;
	height: 384px;
	width: 49%;
}

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

.tb1 th,
.tb1 td{
	border-bottom:1px solid #CCCCCC;
	padding: 20px 0;
	line-height: 1.8;
}

.tb1 th{
	font-size:1.6rem;
	font-weight:700;
	color:#53A09C;
	text-align: left;
	width: 24%;
	vertical-align: baseline;
}

.tb1 td{
	font-size:1.6rem;
	font-weight:500;
}

.tb1 td span{
	display:block;
	font-size:1.2rem;
	font-weight:500;
}

.tb1 tr:last-child th,
.tb1 tr:last-child td{
	border-bottom:none;
}

.tb1 tr:first-child th,
.tb1 tr:first-child td{
	padding: 0 0 20px;
}

.btn-area{
	display:flex;
	justify-content:space-between;
	margin: 20px auto 0;
}

.btn-area .btn2{
	width:48%;
}

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

footer {
	margin: 0px auto 0;
}

footer .logo {
	width: 100%;
	max-width:288px;
}

footer .inner {
	padding: 0 0 75px;
}

footer ul{
	display:flex;
	justify-content:center;
	border-top:2px dotted #CCCCCC;
	border-bottom:2px dotted #CCCCCC;
	padding:24px 0;
	margin-bottom: 70px;
	text-align:center;
}

footer li{
	margin:auto;
}

footer li a{
	font-size:1.4rem;
	line-height: 1.2;
}

footer li a span{
	display:block;
	font-size:1.2rem;
}

.copyright {
	background: #53A09C;
	color: #fff;
	text-align: center;
	padding: 16px 0 20px;
	font-size: 1.2rem;
	margin-top: -2px;
}

footer .img {
	width: 100%;
}

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

footer .flex .left{
	display:flex;
	max-width: 640px;
	width: 70%;
	justify-content: space-between;
}

.addp1{
	font-size:1.4rem;
}

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

.add-flex a{
	display:flex;
	align-items:center;
	font-size:2.4rem;
	font-weight:700;
}

.add-flex a img{
	margin-right:5px;
}

.addp2{
	font-size:1.2rem;
	font-weight:500;
}

footer .flex .right{
	display: flex;
	align-items: center;
	max-width: 282px;
	width: 30%;
	justify-content: space-between;
}

.hd-btn1{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	width: 100%;
	border-radius: 36px;
	height: 72px;
	font-size: 1.4rem;
	font-weight: 500;
	transition: .4s;
}

.hd-btn1 img{
	margin-right:5px;
}

.hd-btn2{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:80px;
	width: 70%;
	max-width: 120px;
}

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

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

.pankuzu {
	width: 95%;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 14px;
    padding: 34px 0 0 5px;
	line-height: 1.2;
}

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

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

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

.pankuzu li a:hover {
    color: #aaaaaa;
}


/*--- ページトップ ---*/
#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; */
}


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

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

#msg {
	height: 170px;
}
textarea {
	width: 100%;
}
input,
textarea,
button,
select,
option {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	background: #FAFAFA;
	padding: 13px;
	border: none;
}
input[type=submit] {
	color: #595757;
}
input[type=radio] {
	margin: 0 3px 0.2em 0;
}
input[type=radio].right {
	margin-left: 19px;
}
button {
	border: none;
	outline: none;
	background: none;
}
::placeholder {
	color: #ccc;
}

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

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

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

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

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

.contact_tb {
	width: 100%;
    margin: 42px auto;
}
.masgtit th{
	vertical-align: top;
}
.contact_tb th {
	max-width: 240px;
	width: 27.27%;
	text-align: left;
	position: relative;
	line-height: 1.4;
}
.contact_tb td {
	width: 72.73%;
	max-width: 640px;
}
.contact_tb th, .contact_tb td {
	padding: 24px 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.contact_tb .masgtit th, .contact_tb .masgtit td {
	border-bottom: none;
}

.contact_tb th em {
	color: #E2646B;
	margin-left: 0.5em;
}


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

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


/* 新着情報
----------------------------------------------------------- */

.news li {
	/* width: 660px; */
	margin: 0;
}

.news dl {
	width: 98%;
	padding: 30px 5px 30px;
	border-top: 1px solid #555;
	display: flex;
}

.news dt{
	min-width: 100px;
	margin: 0 20px 0 0;
}

.news li:first-child dl {
	border-top: 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;
}


.slider1 .sl-cont:not(:first-child),.slider2 .sl-cont:not(:first-child) {
    display: none;
}

.slick-initialized .sl-cont:not(:first-child){
    display: block;
}
.laguna_banner {
	border-radius: 16px;
	max-width: 880px;
	width: 95%;
	margin: auto;
	height: 150px;
}
.bn_left {
	width: 45.45%;
	height: 100%;
	border-radius: 16px 0 0 16px;
}
.bn_left img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 16px 0 0 16px;
}
.bn_right {
	width: 54.55%;
	text-align: center;
	padding: 15px 15px 15px 5px;
	display: grid;
	place-content: center;
}
.bn_right img {
	width: 95%;
}
.cov-div ul.text3 {
	display: flex;
	color: white;
	font-size: clamp(15px, 2vw, 20px);
	line-height: 1.3;
	margin: 60px 10px 0 ;
}
.cov-div ul.text3 li {
	border-radius: 5px;
	margin-right: 20px;
	padding: 5px;
	min-width: 120px;
	height: 70px;
	display: grid;
	place-content: center;
	text-align: center;
}

/*-- 固定ここまで --*/
/* 下層 */
.under header {
	transform: translateY(0) !important;
}
#under_cover {
	margin-top: 80px;
	width: 100%;
	height: 320px;
	background: #f5f5f5;
}
.under .un_cov-div {
	max-width: 1080px;
	width: 95%;
	margin: auto;
	position: static;
	display: flex;
	align-items: center;
	height: 100%;
}
.under.un_price #under_cover {
	background: url(./img/price/cover.webp) no-repeat center center/cover;
}
.under.un_guide #under_cover {
	background: url(./img/guide/cover.webp) no-repeat center center/cover;
}
.under.un_curriculum #under_cover {
	background: url(./img/curriculum/cover.webp) no-repeat center center/cover;
}
.under.un_philosophy #under_cover {
	background: url(./img/philosophy/cover.webp) no-repeat center center/cover;
}
.under.un_contact #under_cover {
	background: url(./img/contact/cover.webp) no-repeat center center/cover;
}
.under.un_company #under_cover {
	background: url(./img/company/cover.webp) no-repeat center center/cover;
}
.under.un_news #under_cover {
	background: url(./img/news/cover.webp) no-repeat center right/cover;
}
.under .first_sec {
	padding: 64px 0 120px;
}
.under .last_sec {
	padding: 0 0 clamp(60px,12%,120px);
}
.under.un_philosophy .last_sec {
	padding: clamp(60px,12%,120px) 0;
}
.under .nor_sec {
	padding: 77px 0 clamp(60px,12%,120px);
}
.under h1 {
	font-size: 18px;
	font-weight: 500;
	margin-left: 5px;
}
.under h1 span {
	font-size: clamp(32px, 6.4vw, 64px);
	display: block;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-top: 5px;
}

.under.un_price #under_cover h1 span {
	color: #2EB243!important
}
.under.un_guide #under_cover h1 span {
	color: #9E60A6!important;
}
.under.un_curriculum #under_cover h1 span {
	color: #EFA812!important;
}
.under.un_philosophy #under_cover h1 span {
	color: #4EB8DE!important;
}
.under.un_contact #under_cover h1 span {
	color: #FCCF06!important;
}
.under.un_company #under_cover h1 span {
	color: #2EB243!important;
}
.under.un_news #under_cover h1 span {
	color: #E2646B!important;
}


.active414,
.active591,
.active768,
.active1000 {
	display: none;
}
.bold {
	font-weight: 700;
}
.center{
	text-align: center;
}
.f14 {
	font-size: 14px;
	line-height: 1.8;
}
.f16 {
	font-size: 16px;
	line-height: 1.8;
}
.f24 {
	font-size: clamp(18px,2.4vw,24px);
}
.f32 {
	font-size: clamp(20px,3.2vw,32px);
}
/* 保育料金 */
.un_price .first_sec .inner {
	max-width: 880px;
}
.un_price .priceItem .lead {
	margin-bottom: 40px;
}
.unTit {
	padding: 16px 24px 15px 36px;
	line-height: 1.5;
	border-radius: 16px;
	color: white;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.un_price .unTit {
	padding: 16px 24px 15px;
}
.unTit span {
	font-size: 16px;
	font-weight: 500;
}
.priceItem {
	margin-bottom: 80px;
}
.priceItem:last-child {
	margin-bottom: 0;
}
.priceItem:first-child {
	margin-top: 70px;
}

.priceItem .flex2{
	display:flex;
	justify-content:space-between;
	max-width: 694px;
	margin:0 auto;
	width:100%;
	align-items:center;
}

.priceItem .flex2 .left{
	background: #FCCF06;
	color: #E2646B;
	font-weight:700;
	display:flex;
	align-items:center;
	max-width: 349px;
	width: 51%;
	font-size: 2.5rem;
	font-weight: 700;
	justify-content: center;
	height: 78px;
	border-radius: 16px;
}

.priceItem .flex2 .right{
	max-width: 300px;
	width: 48%;
}

.priceItem .flex2 .right .text1{
	color:#9E60A6;
	font-size: 4rem;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:space-between;
	line-height: 1.25;
}

.priceItem .flex2 .right .text1 span{
	font-size:1.4rem;
	font-weight:500;
	border:2px solid #9E60A6;
	border-radius:17px;
	height:36px;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 36%;
	max-width: 106px;
	margin-top: 2%;
}

.priceItem .flex2 .right .text2{
	text-align:right;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.8;
}

.price_detail_item dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.priceItem .flex {
	align-items: flex-start;
}
.priceItem .flex h3 {
	width: 30.1%;
	font-size: 24px;
}
.priceItem .flex .pri_right {
	width: 69.9%;
	padding: 0 0 0 12px;
    line-height: 1.8;
}
.priceItem .price_detail dl {
	border-bottom: 1px solid #CCC;
	padding: 24px 0;
	font-size: 16px;
	line-height: 1.6;
}
.priceItem .price_detail .price_detail_item:first-child dl{
	padding-top: 0;
}
.priceItem .price_detail .price_detail_item:last-child dl{
	border-bottom: none;
	padding-bottom: 0;
}
.priceItem .price_detail dt {
	font-weight: 700;
}
.pri_category {
	width: 76px;
	display: inline-block;
	font-size: 14px;
	padding: 8px 12px;
	text-align: center;
	border-radius: 17px;
	border: 2px solid #2EB243;
	margin-right: 16px;
	line-height: 1;
}
.priceItem .flex p {
	font-size: 16px;
	margin-bottom: 0;
}
/* 入園案内 */
.un_guide .laguna_banner {
	margin-bottom: 104px;
}
.fukibox {
	text-align: center;
	line-height: 1;
}
.un_guide p.bold.center.pur {
	position: relative;
	display: inline-block;
}
.un_guide .fukibox {
    margin: 10px auto;
}
.un_guide p.bold.center.pur::before {
	content: "";
	background: url(./img/guide/guide_fuki_left.svg)  no-repeat center center/cover;
	width: calc(1em + 4px);
	height: 1.28em;
	display: block;
	position: absolute;
	left: -2em;
	top: 50%;
	transform: translateY(-50%);
}
.un_guide p.bold.center.pur::after {
	content: "";
	background: url(./img/guide/guide_fuki_right.svg) no-repeat center center/cover;
	width: calc(1em + 4px);
	height: 1.28em;
	display: block;
	position: absolute;
	right: -2em;
	left: initial;
	top: 50%;
	transform: translateY(-50%);
}
.un_guide .priceItem .flex {
	justify-content: space-between;
}
.un_guide .priceItem .flex .pri_right {
	width: 50%;
}
.un_guide .priceItem .flex .gui_right {
	width: calc(50% - 60px);
}
.un_guide .pri_category {
	border: #9E60A6 2px solid;
	width: 11em;
}
.un_guide .priceItem .price_detail .price_detail_item:last-child dl {
	align-items: flex-start;
}
.un_guide .priceItem .price_detail .price_detail_item:last-child dd p {
	margin-bottom: 1em;
}
.un_guide .priceItem .price_detail .price_detail_item:last-child dd p:last-child {
	margin-bottom: 0;
}
.un_guide .priceItem:first-child {
	margin-top: 26px;
}
.flowList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 36px;
}
.flowList li {
	width: calc(100% / 4 - 32px);
	margin-bottom: 56px;
	text-align: center;
	margin-right: 32px;
}
.flowList dt {
	position: relative;
}
.flowList dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -25px;
	width: 15px;
	height: 13px;
	background: url(./img/guide/icon_tringle.svg) no-repeat center center/contain;
  }
.flowList li:last-child dt::before {
	content: none;
}
.flowList li dd {
	margin-top: 1em;
	line-height: 1.5;
	font-size: 16px;
}
.un_curriculum .flowList li:last-child {
	margin-right: 0;
}
.un_curriculum .unTit {
	margin-top: 20px;
}
.contactZone {
	max-width: 880px;
	width: 100%;
	margin: 66px auto 0;
	border-radius: 16px;
}
.contactZone .mainTit {
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    font-size: clamp(2rem,3vw,3.2rem);
	letter-spacing: 0.05em;
}
.contactZone a[href^="tel:"] {
	font-size: clamp(23px, 3.2vw, 32px);
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
.contactZone a[href^="tel:"] img {
	margin-right: 7px;
}
.contactZone .flex {
	padding: 64px 88px;
}
.contactZone .gui_left{
	width: 55.08%;
}
.contactZone .gui_left p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.contactZone .gui_right{
	max-width: 44.32%;
	width: 242px;
	margin: 0px 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contactZone .gui_right .addp2 {
	font-size: 1.4rem;
	margin-top: 4px;
}
.contactbtn_fukiZone {
	text-align: center;
}
.contactbtn_fukiZone p {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
}
.contactbtn_fukiZone p::before {
	content: "";
	display: block;
	width: 15.98px;
	height: 15.57px;
	position: absolute;
	left: -24px;
	top: 8px;
	background: url(./img/guide/contact_left.svg) no-repeat center center/contain;
}
.contactbtn_fukiZone p::after {
	content: "";
	display: block;
	width: 15.98px;
	height: 15.57px;
	position: absolute;
	left: initial;
	right: -24px;
	top: 8px;
	background: url(./img/guide/contact_right.svg) no-repeat center center/contain;
}
.contact_btnZone {
	width: 100%;
	text-align: center;
	color: #595757;
}
.contact_btnZone .hd-btn1 {
	max-width: 280px;
	font-size: 18px;
}
/* カリキュラム */
.un_curriculum .fukibox p {
	position: relative;
	display: inline-block;
}
.un_curriculum .fukibox p::before {
	content: "";
	display: block;
	width: 15.98px;
	height: 15.57px;
	position: absolute;
	left: -24px;
	top: 8px;
	background: url(./img/curriculum/curr_left.svg) no-repeat center center/contain;
}
.un_curriculum .fukibox p::after {
	content: "";
	display: block;
	width: 15.98px;
	height: 15.57px;
	position: absolute;
	left: initial;
	right: -24px;
	top: 8px;
	background: url(./img/curriculum/curr_right.svg) no-repeat center center/contain;
}
.un_curriculum h2.f32 {
	text-align: center;
	line-height: 1.75;
    margin-top: 11px;
    letter-spacing: 0.05em;
	color: #595757;
}
.wrap_div{
	border-radius: 16px;
	padding: 100px;
	margin-top: 80px;
}
.conboxList {
	margin: 80px auto 0;
}
.conboxList_item {
	margin-bottom: clamp(40px,8vw,80px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conboxList_item:last-child {
	margin-bottom: 0;
}
.conboxList_item .curr-right{
	margin-right: clamp(25px,6vw,60px);
}
.conboxList_item .p-img {
	width: 43.18%;
	max-width: 380px;
}
.conboxList_item dl {
	width: 50%;
	max-width: 438px;
}
.conboxList_item dl dd {
	font-size: 16px;
	margin-top: 24px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.un_curriculum .last_sec p.lead{
	margin-top: 24px;
	font-size: 16px;
}
.un_curriculum .flowList dt::before {
	content: none;
}
.curr_div .flex {
	justify-content: space-between;
}
.curr_div .curr-left {
	 max-width: 540px;
	 width: 50%;
}
.curr_div .curr-right {
	width: 43.18%;
	max-width: 480px;
	border-radius: 18px;
	margin-left: 60px;
}
/* 教育理念 */
.un_philosophy .mainTit.mar {
	font-size: clamp(2.4rem,3vw,3.8rem);
}
.un_philosophy .first_sec {
	padding-bottom: clamp(60px,16%,160px);
}
.un_philosophy .first_sec .flex {
	justify-content: space-between;
	align-items: flex-start;
}
.un_philosophy .first_sec .flex dl {
	width: calc(50% - 40px);
	margin-top: 24px;
}
.un_philosophy .flex dt.mainTit {
	margin-bottom: 32px;
}

.un_philosophy .flex dt.mainTit.matop{
	margin-top:32px;
}

.un_philosophy .first_sec .p-img {
	width: calc(50% - 60px);
	position: relative;
}
.un_philosophy .soushoku {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
.un_philosophy .first_sec .soushoku .sou-1 {
    right: -29%;
    top: 20%;
    width: 107px;
    height: 100px;
}
.un_philosophy .first_sec .soushoku .sou-2 {
	right: -4%;
    bottom: -4%;
    width: 85px;
    height: 65px;
}
.un_philosophy .nor_sec .flex {
	justify-content: space-between;
	align-items: center;
}
.un_philosophy .conboxList_item {
	margin-bottom: clamp(40px,8vw,110px);
}
.un_philosophy .conboxList_item:last-child {
	margin-bottom: 0;
}
.un_philosophy .nor_sec .flex dl {
	width: calc(50% - 20px);
}
.un_philosophy .nor_sec .flex .p-img {
	width: calc(50% - 40px);
}
.loop_wrap .abp {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 24rem;
    /* overflow: hidden; */
    font-weight: 500;
}
.un_philosophy .bgwh .conboxList:first-child {
	margin-top: 0;
}
.un_philosophy .wrap_div {
	position: relative;
	margin-top: min(18vw,244px);
	z-index: 2;
}
.un_philosophy .wrap_div::before {
	content: "Lugna kids";
	font-size: clamp(60px,18vw,240px);
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	position: absolute;
    top: -0.9em;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100vw;
    text-align: center;
}
.un_philosophy .nor_sec dl p.f24 {
	position: relative;
	margin: 40px 0 13px 16px;
}
.un_philosophy .nor_sec dl p.f24::before {
	content: "";
	background: #4EB8DE;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -16px;
}
.un_philosophy .bgwh .unTit {
	margin-top: 56px;
}
.un_philosophy .btn2 {
	border: 2px solid #EFA812;
	max-width: 280px;
}
.un_philosophy .btn2.arrow {
	position: relative;
	margin: 30px auto 0;
}
.un_philosophy .btn2.arrow::before {
	/* position: absolute;
	content: "";
	width: 11px;
	height: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(./img/ora_arrow.svg) no-repeat; */
}
.un_philosophy .last_sec .lead {
	margin-top: 32px;
}
.teachList_wrap {
	position: relative;
}
.teachList {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: auto;
}
.teachList li {
	width: calc(100% / 3 - 20px);
	margin: 56px 20px 0;
}
/* .teachList li:first-child {
	margin-left: 0;
}
.teachList li:last-child {
	margin-right: 0;
} */
.teachList dl {
	max-width: 333px;
}
.teachList dt {
	text-align: center;
}
.teachList dt p {
	position: relative;
	top: -22px;
	border-radius: 18px;
	display: inline-block;
	padding: 8px 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
.teachList dd {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}
.teachList dd span {
	font-weight: 500;
	margin-top: 8px;
}
.tea-p {
	margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0.05em;
    max-width: 333px;
    line-height: 1.8;
}
.teachList.top li:first-child dd {
	height: 90px;
}
.un_philosophy .last_sec .soushoku .sou-1{
	right: 0;
	top: 2%;
	width: 173px;
	height: 182px;
	z-index: -1;
}
.un_philosophy .last_sec .soushoku .sou-2{
	left: -16%;
	top: 33%;
	width: 250px;
	height: 189px;
	z-index: -1;
}
.un_philosophy .last_sec .soushoku .sou-3{
	right: -19%;
    bottom: 36%;
	width: 238px;
	height: 294px;
	z-index: -1;
}
/* お問い合わせ */
.un_contact .gohome {
	margin-top: 30px;
}
.under.un_contact .wrap_div {
	max-width: 880px;
	padding: 42px 111px 41px;
	margin: 0 auto clamp(60px,12%,120px);
	display: grid;
	grid-template-columns: 48px 1fr auto;
	align-items: center;
}
.under.un_contact .wrap_div .f16 {
	margin-left: 16px;
	line-height: 1.8;
}
.under.un_contact .wrap_div .telbox {
	margin-left: 42px;
	display: flex;
	flex-direction: column;
}
.under.un_contact .wrap_div a {
	display: flex;
	align-items: center;
	line-height: 1.2;
	font-size: 32px;
}
.under.un_contact .wrap_div a img {
	margin-right: 6px;
}
.un_contact .bgyel.f14 {
	display: inline-block;
	border-radius: 17px;
	padding: 10px 16px;
	line-height: 1;
	margin: 16px auto 48px;
}
#contactForm {
	max-width: 880px;
	width: 100%;
	margin: auto;
	color: #595757;
}
#contactForm .btnZone {
	width: 100%;
	margin-top: 24px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
#contactForm .btnZone::after {
	content: "";
	background: url(./img/arrow.svg) no-repeat center center/contain;
	width: 231px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
    left: calc(50% - -95px);
    transform: translate(-50%,-50%);
	transition: .2s;
	cursor: pointer;
}
#contactForm .btn2.arrow:before {
	content: none;
}
#contactForm .btnZone:hover::after {
    left: calc(50% - -100px);
}
#contactForm .btn2 {
	border: none;
	max-width: 231px;
	width: 80%;
	position: relative;
	margin: auto;
	cursor: pointer;
}
#contactForm .btn2:hover {
	opacity: 0.8;
}
.privacy_area p.f14 {
	margin-top: 20px;
}
.privacy_cont {
	overflow-y: scroll;
	width: 100%;
	height: 285px;
	background: #F8F8F8;
	padding: 35px 32px;
	margin-bottom: 64px;
}
.privacy_cont h3 {
	line-height: 1.5;
}
.privacy_cont dt {
	margin-top: 2em;
}
.text-i {
	display: inline-block;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
	top: -3px;
	margin-right: 16px;
  }
 
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ccc;
    width: 24px;/*チェックボックスの横幅*/
    height: 24px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: -10px;
  }
 
  input[type="checkbox"]::after {
    border-bottom: 3px solid #ccc;/*チェックの太さ*/
    border-left: 3px solid #ccc;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
	top: -1px;
    left: -3px;
  }
 
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }
.privacy_check.center {
	position: relative;
  }
.privacy_check .formError .formErrorContent {
	top: -2em;
  }
.ac768dis591 {
	display: none;
}
/* company */
/* .un_company .first_sec .flex {
	justify-content: space-between;
    align-items: center;
}
.un_company .first_sec .img {
	max-width: 520px;
    width: 49%;
}
.un_company .first_sec .text_area {
    max-width: 480px;
    width: 49%;
} */
.un_company .first_sec .img {
	position: relative;
	margin-right: 5%;
}
.un_company .delay-time01 p {
	border-radius: 30px;
	display: inline-block;
	padding: 4px 24px;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
}
.un_company .delay-time01 h2 {
	font-size: clamp(2.4rem,3vw,4rem);
	padding: 20px 0 0 5px;
}
.un_company .delay-time01 h2 span {
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	display: block;
}
.un_company .content04 .flex {
    align-items: center;
}
.un_company .content03 .sou-1 {
    left: 0%;
	z-index: 1;
}
.un_company .content03 .sou-2 {
	left: -17%;
    bottom: 10px;
	z-index: 1;
}
.under.un_company .first_sec {
	padding-bottom: 0;
}
/* news */

.news01{
	padding:128px 0 136px;
}

.cate_list{
	display:flex;
	margin-bottom: 45px;
	flex-wrap: wrap;
}

.cate_list li{
	min-width: 139.97px;
	border:4px solid #E2646B;
	border-radius:10px;
	margin-right: 1.7%;
	margin-bottom: 10px;
}

.cate_list li a{
	width:100%;
	height:54.75px;
	padding:5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #E2646B;
	font-size: 1.9rem;
	font-weight: 700;
	background:#fff;
	transition:.4s;
	border-radius:5px;
}

.cate_list li.active a,
.cate_list li:hover a{
	background:#E2646B;
	color:#fff;
	opacity: 1!important;
}

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

.news_list li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom:90px;
	position:relative;
}

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

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

.news_list .img{
	border:1px solid #707070;
	border-radius:16px;
	overflow:hidden;
	width: 100%;
	height: 18vw;
	max-height: 216px;
}

.news_list .img img{
	border-radius:16px;	
	transition:.4s;
	width:100%;
	height:100%;
	object-fit:cover;
}

.cate{
	border:2px solid #E2646B;
	display:inline-block;
	margin:12.8px 0 7.5px;
	color:#E2646B;
	font-size:1.5rem;
	font-weight:700;
	border-radius:10px;
	line-height: 1.65;
	padding: 0 9px;
	margin-right: auto;
}

.date{
	font-weight:700;
	font-size:2rem;
	line-height:1.45;
}

.news_list .title{
	font-weight:700;
	font-size:2rem;
	line-height:1.45;
}

.pagination-list{
	display:flex;
	align-items:flex-end;
	justify-content:center;
	margin-top: -13px;
	width: 100%;
}

.page-numbers{
	font-size:2rem;
	font-weight:700;
	margin: 0 0.5%;
	display: flex;
	color: #595757!important;
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:.4s;
}

.page-numbers.current,
.page-numbers:hover{
	background:#E2646B;
	color:#fff!important;
	border:1px solid transparent;
	opacity:1!important;
}

.page-numbers.dots{
	border: none!important;
	background: none!important;
	color: #595757!important;
}

.page-numbers.prev,
.page-numbers.next{
	display:none;	
}

.news01 .title_area{
	max-width: 880px;
	margin: 0 auto 21px;
	width: 100%;
	padding-bottom: 21px;
	border-bottom: 2px dotted #CCCCCC;
}



.news01 .detail_area{
	max-width:880px;
	width:100%;
	margin:auto;
}

.news01 .detail_area img{
	margin-bottom:42px;
}

.news01 .title_area .title{
	font-size:3rem;
	font-weight:700;
	line-height:1.4667;
}

.news01 .detail_area p{
	margin-bottom:32px;
	font-size:2rem;
	line-height:2;
	letter-spacing:0.05em;
}

.news01 .detail_area h2{
	margin-bottom:32px;
	font-size:3rem;
	line-height:2;
	letter-spacing:0.05em;
}

.news01 .detail_area h3{
	margin-bottom:32px;
	font-size:2.6rem;
	line-height:2;
	letter-spacing:0.05em;
}

.news01 .detail_area h4{
	margin-bottom:32px;
	font-size:2.2rem;
	line-height:2;
	letter-spacing:0.05em;
}

.news01 .detail_area ul{
	margin-bottom:32px;
}

.news01 .detail_area li{
	font-size:2rem;
	line-height:2;
	letter-spacing:0.05em;
}

.news01 .detail_area{
	margin-bottom: 95px;
}

.news01 .btn2{
	margin:auto;
}

.top_news{
	margin: 0 auto 160px;
}

.top_news .flex{
	display:flex;
	align-items: flex-end;
	margin-bottom: 60px;
}

.top_news .flex .btn2{
	margin-left:50px;
	margin-bottom: 10px;
}

.sld3{
	margin: 0 5.3% 70px;
	flex-direction: column;
}

.sld3.news_list .img{
	max-height: 254px;
}

.radio_flex .wpcf7-list-item{
	margin-right:10px;
}

.radio_flex .wpcf7-list-item:last-child{
	margin-right:0px;
}

.wpcf7-spinner{
	position:absolute;
	bottom: -30px;
	left:0;
	right:0;
	margin:auto;
}

.add_text{
	width: 85%;
	margin: 0 auto 36px;
	background: #FCCF06;
	color: #E2646B;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	border-radius: 16px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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



#cover .text_area{
	bottom: 20px;
}

#cover .text_area .text1{
	margin-bottom: 20px;
}

#cover .text_area .text1 span{
	padding: 5px 10px;
}

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

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

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



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

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

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


.content03 .sou-1{
	left:0;
	top:0;
}

.content03 .sou-2{
	left: -8%;
	bottom: 1%;
}

.content03 .sou-3{
	right: -4%;
	top:0;
}

.content03 .sou-4{
	right: -10%;
	bottom: -11%;
	top: auto;
}

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

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

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


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

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

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




.side-bar{
	margin: 20px auto 0;
	width: 20%;
	max-width: 260px;
}

.side-bar h1{font-size: 1.2rem;margin-bottom: 10px;}


.side-bar .img{
	margin: 0 auto 15px;
}

.side-bar ul{
	row-gap: 15px;
	margin: 0 auto 15px;
}


.side-bar li a{
	font-size:1.4rem;
}

.side-bar li a span{
	font-size: 1.2rem;
}

.side-bar .link-area .btn1{
		margin: 0 auto 15px;
}


#cover .text_area{
	bottom: -20px;
}

#cover .text_area .text1{
	margin-bottom: 10px;
}

#cover .text_area .text1 span{
	padding: 0px 10px;
}
/* 教育理念 */
.un_philosophy .first_sec .soushoku .sou-1 {
	right: -18%;
}
.un_philosophy .first_sec .soushoku .sou-2 {
    right: 7%;
}

.content03 {
    padding: 190px 0 120px;
}

.loop_wrap{
	bottom: -60px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



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

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

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


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

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



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

header {transform: translateY(0%);padding: 0 0 0 15px;}

header h1 {
	font-size: 80%;
}

.logo {
	width: 28%;
}

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

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


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


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

#main {
}


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


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

.copyright small {
	width: 96%;
}



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

.pankuzu {
	width: 98%;
}


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

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}


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

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


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

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

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

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

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

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

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

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

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

.zip2formError {
	left: 54% !important;
}

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

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

.top_flex{
	margin-top: 80px;
}

.side-bar{
	display:none;
}

#cover {
	width: 100%;
}


	
.loop_wrap .abp {
    font-size: 15rem;
}

footer .flex{
	flex-direction:column;
}

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

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

#cover .sou-1{
	left: 5%;
	top: 2%;
	width: 80px;
}

#cover .sou-2{
	left: 1%;
	top: 14%;
	width: 40px;
}

#cover .sou-3{
	right: 2%;
	bottom: 15%;
	width: 70px;
}

#cover .sou-4{
	right: 13%;
	bottom: 2%;
	width: 60px;
}

#cover .sou-5{
	right: 8%;
	bottom: 6%;
	width: 30px;
}
.bn_right img {
	max-width: 345px;
}
/* カリキュラム	 */
.wrap_div {
    padding: 60px;
}
.conboxList {
	margin-top: min(8%,80px);
}
/* カリキュラム */
.flowList li {
    width: calc(100% / 4 - 3%);
    margin-right: 3%;
}
.un_curriculum dd .vanish768 {
	display: none;
}
/* 教育理念 */
.vanish1000 {
	display: none;
}
.teachList li {
    width: calc(100% / 2 - 40px);
	display: grid;
    place-content: center;
}


.content03 {
    padding: 160px 0 120px;
}

.loop_wrap{
	bottom: -115px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc {
	display: none!important;
}

.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: 34px;
  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: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: 100vh;
    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: 100vh;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0px;
    overflow: scroll;
}

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

nav .gnav__menu__item.line {
	border:none;
}
	
nav .gnav__menu__item.line a{
	text-align: center;
}

.gnav__menu__item a,.gnav__menu__item p{
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    text-align: left;
    padding: 2.5px 0 7.5px 10px;
}

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


.content01 .flex{
	flex-direction:column;
}
.content01 .flex.laguna_banner {
	flex-direction: row;
}

.content01 .flex .left,
.content02 .flex .left{
	max-width:initial;
	width: 100%;
}

.content01 .flex .right{
	width: 100%;
	margin:50px auto 0;
}

.content01 .ab-txt{
	bottom: 0%;
}

.content01{
	padding: 60px 0;
}

.content02{
	padding: 60px 0;
}
.content02.plus {
    padding: 0 0 60px;
}

.content02 .flex{
	margin-bottom: 60px;
	flex-direction:column;
}

.content02 .flex .left{
	width:100%;
	margin:0 0 10px;
}

.content02.plus .flex {
	margin-bottom: 35px;
}
.content02 .flex .right{
	width: 100%;
	margin-top: 20px;
}
.content02.plus .mainTit {
	margin-bottom: 0;
}
.content02.plus .flex .left {
	margin: 0 auto;
}
.content02.plus .flex .right{
	max-width: 100%;
}

.co2-div h3{
	font-size:2.4rem;
	max-width: 400px;
}

.co2-list li h4{
	font-size: 2rem;
	margin-bottom: 5px;
}

.co2-div .img1{
	max-width: 55px;
	left: 15px;
	top: 10px;
}

.co2-div .img2{
	max-width: 80px;
	right: 10px;
	bottom: 10px;
}

.content03{
	padding: 70px 0 120px;
}

.loop_wrap {
    bottom: -40px;
    height: 160px;
  }

	
.loop_wrap .abp {
    font-size: 12rem;
}


.co2-div{
	padding: 30px 10px;
}


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

.content03 .img{
	max-width: 320px;
	width: 100%;
}

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

.content03 .sou-4{
	bottom: -7%;
    right: initial;
    left: 10%;
}

.sld-area{
	padding: 90px 0 0;
	position:relative;
	margin-top: 50px;
}

.sld-area .ab-txt{
	top: 0px;
	font-size: clamp(7rem,13vw,24rem);
	height: auto;
}

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


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

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

.content04 .map{
	max-width:initial;
	height: 250px;
	width: 100%;
	margin:30px auto 0;
}

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

.content04 .mainTit:before{
	left:0;
	width: 60px;
	height: 56.48px;
}

.content04 .mainTit:after{
	right:0;
	width: 80px;
	height: 74.33px;
}

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

footer .logo {
	margin-bottom:10px;
	max-width: 250px;
}

footer ul{
	margin-bottom: 30px;
	flex-direction: column;
	padding: 15px 0;
	row-gap: 10px;
}


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

.content02 .bg-img{
  margin: 0 calc(50% - 50vw) -3%;
}


.content01 .mainTit{
	margin-bottom: 20px;
}

.content01 .mainTit:before{
	width:60px;
	height: 92px;
	left: 320px;
	top: -32px;
}

.mainTit span:not(.text-i){
	font-size: 1.6rem;
}

#cover .text_area{
	bottom: -20px;
}

#cover .text_area .text1{
	margin-bottom: 5px;
}

#cover {
}

#cover .sou-1{
	left: 3%;
	top: 0%;
	width: 50px;
}

#cover .sou-2{
	left: 0%;
	top: 14%;
	width: 30px;
}

#cover .sou-3{
	right: 1%;
	bottom: 60px;
	width: 40px;
}

#cover .sou-4{
	right: 8%;
	bottom: 10px;
	width: 35px;
}

#cover .sou-5{
	right: 3%;
	bottom: 35px;
	width: 20px;
}

#cover .text_area .text2{width: 90%;}

header {padding: 17.5px 15px;}

.btn-area {
    justify-content: center;
}
.btn-area .btn2 {
	margin: 0 15px;
}
/* .laguna_banner {
	margin-bottom: 60px;
} */
.un_guide .laguna_banner {
	margin-bottom: 60px;
}
/* 画像を間に入れたい */
.content01 p {
	margin-bottom: 440px;
}
.content01 .flex .left {
	position: relative;
}
.content01 .flex .right {
	margin: 0;
	position: absolute;
	bottom: 155px;
	max-width: 435px;
	width: 90%;
}
.content01 .btn2 {
	margin: auto;
}
/* 入園案内 */
.contactZone .flex {
    padding: 6vw;
}
.contactZone .gui_right .addp2 {
    font-size: 1.3rem;
}
.flowList dt::before {
    right: -18px;
}
.un_guide .priceItem .flex .pri_right {
	width: 60%;
}
.un_guide .priceItem .flex .gui_right {
    width: calc(40% - 30px);
}
.un_guide .pri_category {
	font-size: 13px;
}
/* お問い合わせ	 */
.vanish768 {
	display: none;
}
.under.un_contact .wrap_div {
	padding: 8%;
}
/* カリキュラム */
.flowList li dd {
	font-size: 15px;
}
.un_philosophy .nor_sec dl p.f24 {
	margin-top: 12px;
}
/* 教育理念 */
.un_philosophy .bgwh .unTit {
	flex-direction: column;
	align-items: flex-start;
}
.un_philosophy .bgwh .unTit span {
	font-size: 13px;
	margin-top: 5px;
}
.ac768dis591 {
	display: block;
}
/* カンパニー */

.un_company .content03 .sou-1 {
	left: initial;
    right: -8%;
}
.un_company .content03 .sou-2 {
    left: -20%;
}
.un_company .first_sec .img {
    margin-right: 0;
}
.un_company .content03 .text_area {
	text-align: center;
	margin-top: 20px;
}
.un_company .delay-time01 h2 {
    padding: 8px 0 0;
}
.un_company .f15 {
	text-align: left;
}

.cate{
	font-size:1.4rem;
}

.date{
	font-size:1.6rem;
}

.news_list .title{
	font-size:1.6rem;
}

.cate_list li a{
	height:44.75px;
	font-size: 1.6rem;
}
	
.cate_list{
	justify-content:space-between;
}
	
.cate_list li {
    min-width: 100px;
	width:48%;
	margin-right:0;
}

.news01{
	padding:60px 0;
}

.under.un_news #under_cover {
	background: url(./img/news/cover.webp) no-repeat center right/cover;
	background-position-x: 85%;
}


.news01 .detail_area img{
	margin-bottom:32px;
}

.news01 .title_area .title{
	font-size:2.6rem;
}

.news01 .detail_area p{
	margin-bottom:20px;
	font-size:1.6rem;
}

.news01 .detail_area h2{
	margin-bottom:20px;
	font-size:2.6rem;
}

.news01 .detail_area h3{
	margin-bottom:20px;
	font-size:2.2rem;
}

.news01 .detail_area h4{
	margin-bottom:20px;
	font-size:1.8rem;
}

.news01 .detail_area ul{
	margin-bottom:20px;
}

.news01 .detail_area li{
	font-size:1.6rem;
}

.news01 .detail_area{
	margin-bottom: 55px;
}

.btn2.pc_btn{
	display:none;
}

.btn2.sp_btn{
	display:flex;
}

.top_news .btn2{
	margin:70px auto 0;
}

.sld3{
	margin: 0 2.3% 20px;
	flex-direction: column;
}

.sld3.news_list .img{
	max-height: 254px;
	height:30vw;
}

.top_news{
	margin: 0 auto 60px;
}

.top_news .flex{
	margin-bottom: 30px;
}

.content03 .text_area .big{
	font-size:1.8rem;
}

.priceItem .flex2{
	flex-direction:column;
}

.priceItem .flex2 .left{
	width: 100%;
	height: 45px;
	font-size: 2rem;
}

.priceItem .flex2 .right{
	width: 100%;
	margin:16px auto 0;
}

.priceItem .flex2 .right .text1{
	font-size:3rem;
}


.add_text{
	width: 90%;
	margin: 0 auto 36px;
	font-size: 2rem;
	height: 50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

th, td {
	width: 100% !important;
	display: block;
	max-width: 100% !important;
}
.contact_tb th {
	border-bottom: none;
	padding-bottom: 0;
}
.contact_tb td {
	padding-top: 12px;
}



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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}



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

.listUl li {
	width: 48%;
}

.choose_list1 {
	width: 80%;
}

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

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

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

.co2-list{
	margin: 0 auto 30px;
	width: 95%;
	row-gap:20px;
	flex-wrap:wrap;
}

.co2-list li{
	width: 100%;
	max-width: initial;
	margin:auto;
}

.co2-list li .img{
	max-width:220px;
	margin:auto;
}

.co2-div h3{
	font-size:2rem;
	max-width: 300px;
}

.co2-div h3:before,.co2-div h3:after{
	width:20px;
	height:25px;
}

.tb1 th,
.tb1 td{
	border-bottom:none;
	line-height: 1.8;
}

.tb1 th{
	padding: 15px 0 5px !important;
}

.tb1 td{
	border-bottom:1px solid #CCCCCC;
	padding: 0 0 20px !important;
	font-size: 1.5rem;
}

.slider1{
	/* max-height:380px; */
}
.addp1 {
	font-size: 1.2rem;
}
.add-flex a {
	font-size: 2rem;
}
.un_guide .flex.laguna_banner,
.content01 .flex.laguna_banner {
	flex-direction: column;
	height: auto;
	align-items: center;
}
.bn_left {
	width: 100%;
	max-height: 110px;
}
.bn_left img {
	border-radius: 16px 16px 0 0;
	height: 110px;
}
.bn_right {
	max-width: 320px;
	width: 80%;
}
.content03 .text_area02 {
	margin-top: 0px;
}
.content03 .text_area02 .name {
	margin-top: 2rem;
}
/* 下層 */
#under_cover {
	height: 180px;
}
.under.un_price #under_cover {
	background: url(./img/price/cover_sp.webp) no-repeat center center/cover;
}
.under.un_guide #under_cover {
	background: url(./img/guide/cover_sp.webp) no-repeat center center/cover;
}
.under.un_curriculum #under_cover {
	background: url(./img/curriculum/cover_sp.webp) no-repeat center center/cover;
}
.under.un_philosophy #under_cover {
	background: url(./img/philosophy/cover_sp.webp) no-repeat center center/cover;
}
.under.un_contact #under_cover {
	background: url(./img/contact/cover_sp.webp) no-repeat center center/cover;
}
.under.un_company #under_cover {
	background: url(./img/company/cover_sp.webp) no-repeat center center/cover;
}
.under h1 {
	font-size: 15px;
}
.unTit {
	font-size: 20px;
	padding: 13px 20px 12px;
}
.pankuzu {
	font-size: 12px;
	padding: 25px 0 0;
}
.active591 {
	display: block;
}
/* 保育料金 */
.un_price .unTit span {
    font-size: 13px;
	width: 53%;
    min-width: 100px;
}
.priceItem .flex h3 {
	font-size: 20px;
}
/* 入園案内 */
.un_guide p.bold.center.pur {
	font-size: 16px;
}
.un_guide .priceItem .flex {
	flex-direction: column;
}
.un_guide .priceItem .flex .pri_right {
	width: 100%;
	order: 2;
}
.un_guide .priceItem .flex .gui_right {
	width: 100%;
	max-width: 435px;
	order: 1;
	margin: 0 auto 35px;
}
.flowList li {
	width: calc(100% / 2 - 32px);
	margin-bottom: 8vw;
}
.flowList dt::before {
    right: -25px;
}
.flowList li dd {
    font-size: 14px;
}
.contactZone .flex {
	flex-direction: column;
	align-items: center;
}
.contactZone .gui_left {
	width: 100%;
}
.contactZone .gui_right {
	margin-top: 20px;
	max-width: 100%;
}
.contactZone .gui_right {
	 margin: 20px auto 0;
}
/* カリキュラム */
.wrap_div {
    padding: 8%;
	margin-top: 40px;
}
.conboxList_item {
	flex-direction: column;	
}
.conboxList_item .p-img {
	order: 1;
	margin: 0 auto 20px;
	width: 100%;
}
.conboxList_item dl {
	order: 2;
	width: 100%;
}
.conboxList_item dl dd {
    margin-top: 12px;
}
.curr_div .flex {
	flex-direction: column;
}
.curr_div .curr-left {
	width: 100%;
	order: 2;
}
.curr_div .curr-right {
	width: 100%;
	order: 1;
	margin: 0 auto 20px;
}
.un_curriculum .flowList li {
	width: calc(100% / 2 - 10px);
	margin-right: 0;
}
.un_curriculum dd .vanish768 {
	display: block;
}
.content01 p {
	margin-bottom: clamp(280px,94vw,440px);
}

/* お問い合わせ */
.under.un_contact .wrap_div {
	display: flex;
	flex-wrap: wrap;
	padding: 6%;
}
.under.un_contact .wrap_div .f16 {
    width: calc(100% - 64px);
}
.under.un_contact .wrap_div .telbox {
	margin: 12px auto 0;
}
.privacy_cont {
	padding: 5%;
	height: 160px;
	margin-bottom: 20px;
}
.f16 {
	font-size: 15px;
}
/* 教育理念 */
.un_philosophy .first_sec .flex,
.un_philosophy .nor_sec .flex {
	flex-direction: column;
}
.un_philosophy .flex dl.phi_left {
	width: 100%;
	order: 2;
	margin-bottom: 20px;
}
.un_philosophy .first_sec .p-img.phi_right,
.un_philosophy .nor_sec .p-img.phi_right {
	max-width: 385px;
	width: 95%;
	margin: auto;
}
.un_philosophy .flex dt.mainTit {
	margin-bottom: 20px;
}
.un_philosophy .bgwh .unTit {
	flex-direction: column;
}
.teachList_wrap {
	margin-top: 40px;
}
.teachList {
	flex-wrap: wrap;
}
.teachList li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 40px;
}
.teachList.bottom li:last-child {
	margin: 0 auto 40px 0;
}
.un_philosophy .last_sec .soushoku .sou-3 {
    right: 2%;
    bottom: 15%;
}
.btn-area {
    justify-content: space-between;
}
.btn-area .btn2 {
	margin: 0;
}
.ac768dis591 {
	display: none;
}
.dis591ac414 {
	display: none;
}
.content02.plus {
    padding: 0;
}
.cov-div ul.text3 {
    margin: 20px 10px 0;
}
.cov-div ul.text3 li {
	min-width: 90px;
	height: 50px;
	margin-right: 8px;
}
.cov-div{
	padding-bottom: 20px;
}

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

.news_list li{
	width: 48%;
	margin-right: 0%;
	margin-bottom:40px;
}


.news_list .img{
	height: 29vw;
}

.sld3.news_list .img{
	height:35vw;
}

.add_text{
	width: 100%;
	height:auto;
	font-size:1.6rem;
	border-radius:10px;
	min-height:40px;
	line-height:1.4;
	padding:4px;
	margin:0 auto 16px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.telBtn {
	width: 12%;
}




.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.choose_list1 {
	width: 96%;
	font-size: 90%;
}
.choose_list1 > li {
	width: 49%;
}
.slider1{
	/* max-height:270px; */
}
.bn_right {
	max-width: 275px;
	padding: 10px 0px 15px 0px;
}
.bn_left img {
    height: 80px;
}
/* 下層 */
#under_cover {
    height: 145px;
}
.unTit {
	margin-bottom: 30px;
}
.under .first_sec {
	padding-bottom: 80px;
}
.active414 {
	display: block;
}
/* 保育料金 */
.priceItem {
	margin-bottom: 50px;
	font-size: 14px;
}
.priceItem:first-child {
	margin-top: 50px;
}
.priceItem .flex {
	flex-direction: column;
}
.priceItem .flex h3 {
	width: 100%;
	margin-bottom: 12px;
	padding: 0 12px;
}
.price_detail {
	padding: 0 12px 0;
}
.pri_category {
	margin-right: 12px;
}
.priceItem .flex .pri_right {
	 width: 100%;
	 padding: 0 12px;
}
.un_price .unTit {
	flex-direction: column;
	align-items: flex-start;
}
.un_price .unTit span {
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
}
/* 入園案内 */
.priceItem .flex p {
	font-size: 14px;
}
.pri_category {
	font-size: 12px;
}
.un_guide .flowList {
    justify-content: space-around;
}
.flowList dt::before {
    right: -21px;
}
.pri_category {
    margin-right: 0;
}
.un_guide .unTit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.un_guide .unTit span {
	margin-top: 5px;
}
.un_guide .priceItem .price_detail .price_detail_item:last-child dd p {
	text-align: center;
}
.un_guide .pri_category {
    display: block;
	margin-bottom: 5px;
}
/* カリキュラム */
.un_curriculum .fukibox p::before {
    top: 28px;
}
.un_curriculum .fukibox p::after {
    top: 28px;
}
.un_curriculum dd .vanish768 {
	display: none;
}
.un_curriculum .unTit {
    font-size: 17px;
}
/* お問い合わせ */
input[type="text"], textarea, select, option {
	padding: 8px 13px;
}
.contact_tb td span {
	display: block;
}
input[type=radio].right {
	margin-left: 0;
}
#msg {
    height: 120px;
}
/* 教育理念 */
.un_philosophy .nor_sec dl p.f24 {
	line-height: 1.4;
	margin-bottom: 6px;
}
.teachList li {
    width: 95%;
    margin: 0 auto 40px !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.teachList.top li:first-child dd {
	height: auto;
}
.un_philosophy .last_sec .soushoku .sou-1 {
    top: -4%;
}
.teachList dt p {
	padding: 8px 10px;
	line-height: 1.2;
	min-height: auto;
	font-weight: 700;
}
.tea-p {
	font-size: 14px;
	line-height: 1.8;
}
.vanish414 {
	display: none;
}
.un_contact .gohome {
	margin: 30px auto 0;
}
input[type="checkbox"] {
    margin-right: 12px;
}
input[type="checkbox"]::before {
    width: 18px;
    height: 18px;
    left: 0px;
	top: 51%;
}
input[type="checkbox"]::after {
    top: 0px;
    left: 3px;
}
.under h1 span {
	margin-bottom: 12px;
}

.content01 .mainTit:before {
	width: 52px;
	left: auto;
	top: -45px;
	right: 0;
}
/* 保育料金 */
.un_price .priceItem .lead {
	padding: 0 12px;
}
/* カンパニー */
.un_company .content03 .sou-2 {
    left: -10%;
}
.dis591ac414 {
	display: block;
}
.content02.plus .bg-img {
    width: 170vw;
}
.cov-div ul.text3 {
	font-size: 13px;
}
.cov-div ul.text3 li {
	min-width: 75px;
	height: 45px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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