@charset "utf-8";

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

body {
	width: 100% !important;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 400;
}

.sans{
	font-family: "Noto Sans JP", sans-serif!important;
}

.maru{
	font-family: "Zen Maru Gothic", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #4BC8F9;
}
.red{
	color: #FB4671;
}
.green{
	color: green;
}
.yellow{
	color: #FFF65F;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background:#4BC8F9;
}
.bgbla{
	background:#333;
}
.bgred{
	background: #FB4671;
}
.bggre{
	background: green;
}
.bgyel{
	background: #FFF65F;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

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

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

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

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	top:0;
	background: #fff;
}

.header_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	height: 100px;
	max-width:1150px;
	width:95%;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 248px;
	width: 25%;
}


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

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

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

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

table {
	border-collapse: separate;
}



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

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 781px;
	align-items: center;
	justify-content: space-between;
}

.hd_btn1{
	max-width:240px;
	width: 31%;
	transition: .4s;
}

.pc_nav .tel_div{
	max-width:261px;
	width: 34%;
}

.pc_nav .tel_btn{
	font-size: clamp(2.2rem,3vw,3.6rem);
}

.pc_nav .tel_text{
	font-size:1.6rem;
}

.pc_nav .tel_text span{
	font-size: clamp(1.3rem,1.4vw,1.4rem);
	line-height:1.4285;
	margin-right:7px;
	padding:0 6px;
}

.tel_div{
	
}

.tel_btn{
	color: #FB4671!important;
	font-weight: 900;
	display: flex;
	align-items: center;
	line-height:1.4444;
	font-size: clamp(3rem,5vw,5rem);
	justify-content: center;
}

.tel_btn span{
	display:flex;
	align-items:center;
	margin-right:8px;
	padding-top:5px;
}

.tel_text{
	letter-spacing:0.1em;
	font-weight:500;
	line-height:1.5;
	display:flex;
	justify-content:center;
	font-size: clamp(1.5rem,2vw,2rem);
}

.tel_text span{
	font-weight:700;
	border:1px solid #FB4671;
	background:#fff;
	margin-right:10px;
	letter-spacing:0;
	font-size: clamp(1.4rem,1.8vw,1.6rem);
	line-height:1.5;
	padding:0 8px;
}

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

#modal {
	display: none;
}

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

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

.cov_top{
	background:url(./img/bg_mv.jpg)no-repeat;
	background-size:cover;
	padding-top: 123px;
}


.cov_top .flex {
	justify-content:flex-end;
	position: relative;
	width: 100%;
}

.cov_top .flex .title1{
	max-width:550px;
	width: 48%;
	position: absolute;
	left: 0;
	top: 16%;
}

.cov_top .flex .mv{
	max-width:682px;
	width: 60%;
	flex-shrink: 0;
	height: 61vw;
	max-height: 741px;
}

.cov_bot{
	background:#FBE9B0;
	padding:65px 0 27px;
	position:relative;
}

.cov_bot .title2{
	position:absolute;
	background:#fff;
	top: -49px;
	left:0;
	right:0;
	margin:auto;
	padding:12px 0;
	border-radius:46px;
	max-width:1150px;
	width:95%;
	margin:0 auto;
	text-align:center;
	font-size: clamp(2rem,3vw,3rem);
	line-height:1.46667;
	z-index:1;
}

.cov_bot .title2 span{
	font-size: clamp(2.4rem,3.8vw,3.8rem);
	font-weight:900;
	line-height:1.447;
}
.cov_bot .title2:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 29px solid #fff;
	border-bottom: 0;
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:-17px;
	margin:auto;
	z-index:-1;
}

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

.mv_list1 li{
	background:#FB4671;
	color:#fff;
	width:32%;
	max-width:360px;
	min-height:101px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	flex-direction:column;
	position:relative;
	font-size: clamp(1.8rem,3vw,2.5rem);
	font-weight:900;
	line-height: 1.3;
}

.mv_list1 li .bold{
	font-weight:700;
}

.mv_list1 li .big{
	font-size: clamp(2.4rem,3vw,3.5rem);
	line-height: 1;
}

.mv_list1 li .big2{
	font-size: clamp(2rem,3vw,3rem);
	line-height:1.3333;
}

.mv_list1 li .small{
	font-size: clamp(1.5rem,2.4vw,2rem);
	font-weight:700;
	line-height:1.4;
}

.mv_list1 li:nth-child(2) .big{
	line-height:1;
}

.mv_list1 li:nth-child(3) .big{
	font-weight:700;
}


.mv_list1 li:before{
	position:absolute;
	content:"";
	width: 78px;
	height: 65px;
	background:url(./img/mv_check.svg)no-repeat;
	background-size:contain;
	left: -15px;
	top: -14px;
}

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

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

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

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

.mainTit{
	font-size: 3.8rem;
	line-height: 1.447;
	font-weight: 900;
	font-size: clamp(2.4rem,4vw,3.8rem);
	text-align: center;
}


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

.content01{padding: 70px 0 126px;background: #F7F7F7;}

.co1_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top:32px;
}

.co1_list1 li{
	width: 18.61%;
	margin-top: 21px;
	margin-right: 1.7375%;
}

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

.content02{
	
}

.co2_div1{
	position:relative;
}

.co2_div1 .inner{
	position:relative;
}

.co2_div1 .title1{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	top:-46px;
	font-size: 3.8rem;
	line-height: 1.447;
	font-weight: 900;
	font-size: clamp(2rem,3vw,3.8rem);
	text-align: center;
	padding:18px 0 17px;
	z-index:1;
}

.co2_div1 .title1:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 29px solid #4BC8F9;
    border-bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    z-index: -1;
}

.co2_div1 .flex{
	position:relative;
	justify-content:flex-end;
	padding: 90px 0 130px;
}

.co2_div1 .flex .img{
	position:absolute;
	z-index:-1;
	max-width:449px;
	width: 40%;
	left: -5.044%;
	bottom: -12.31%;
}

.co2_list1 {
	max-width: 714px;
	width: 63%;
}

.co2_list1 li{
	padding: 27px 0 16px;
	border-bottom: 1px solid #707070;
	padding-left: 33px;
	position:relative;
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight: 700;
	font-size: 2.5rem;
	display: flex;
	align-items: flex-start;
}

.co2_list1 li:before{
	content:"";
	display:block;
	background: url(./img/co2_check.svg)no-repeat;
	background-size: contain;
	width: 50px;
	height: 42px;
	margin-right: 20px;
}

.co2_list1 li span{
	    text-decoration: underline;
	    text-decoration-color: #FFF65F;
	    text-decoration-thickness: 13px;
	    text-underline-offset: -4px;
	    text-decoration-skip-ink: none;
}

.co2_div2{
	background:#FBE9B0;
}

.co2_div2 .inner{
	position:relative;
	padding: clamp(80px,12vw,156px) 0 80px;
}

.co2_div2 .inner .title1{
	position:absolute;
	top: -50px;
	left:0;
	width:100%;
	z-index:1;
}

.co2_div21{
	background:#fff;
	border:5px solid #D9D9D9;
	padding: 46px 20px 28px;
}

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

.co2_list2 > li.cont{
	width:32%;
	max-width:340px;
	padding: 20px 0 16px;
}

.co2_list2 > li.bar{
	background:#D9D9D9;
	width:1px;
	margin: 0 auto;
}


.co2_list2 > li.cont .img{
	margin-bottom:14.5px;
}

.co2_list3 li{
	margin-top:6.5px;
	display:flex;
	font-weight:700;
	font-size: clamp(1.5rem,2.4vw,2rem);
	line-height:1.45;
}

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

.co3_div{
	
}

.co3_div .title_area{
	background:#1DAEDB;
	padding: 1.653% 0;
	padding-left: 4.61%;
	line-height: 1.4545;
	font-weight: 900;
	font-size: clamp(2.2rem,2.4vw,3.3rem);
}

.co3_div .cont_area{
	border:5px solid #1DAEDB;
	border-top:none;
	position: relative;
	background:#fff;
	z-index:1;
	padding: 24px 3.044% 28px;
}

.co3_div .cont_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/bg3.png)no-repeat bottom center;
	background-size:contain;
	bottom:0;
	left:0;
	z-index:-1;
}

.co3_div1{
	max-width:780px;
	width: 73%;
}

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

.co3_list1 li{
	width:32%;
	background:#FB4671;
	color:#fff;
	line-height: 1.46667;
	font-weight: 700;
	font-size: clamp(1.5rem,2.4vw,3rem);
	padding:9px 0 13px;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 245px;
}

.co3_div1 .text{
	text-align:right;
	margin-top:5px;
	font-weight:500;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height:1.444;
}

.co3_div2{
	display:flex;
	justify-content:space-between;
	background:#fff;
	border:4px solid #D9D9D9;
	align-items: flex-start;
	padding: 14px 1.87% 19px;
	margin-top: 18px;
	position:relative;
}


.co3_div2:before{
	position:absolute;
	content:"";
	max-width:256px;
	width: 25%;
	height: 340px;
	background: url(./img/co31.png)no-repeat bottom;
	background-size:contain;
	right:0;
	bottom: 67%;
	z-index: -1;
}

.co3_div2 .left{
	width: 50%;
	padding: 8px 0 6px;
}

.co3_div2 .right{
	width: 50%;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #D9D9D9;
	padding: 8px 0 6px;
}


.co3_div2 .title2{
	font-weight: 700;
	font-size: clamp(1.5rem,2vw,2rem);
	line-height:1.45;
	text-align: center;
}

.co3_btn1{
	max-width:370px;
	width: 90%;
	margin:6px auto 0;
	transition: .4s;
}


.co3_div2 .right .title2{
	margin-bottom: 12px;
}

.co3_div2 .left .tel_div{
	margin:22px auto 0;
	width:100%;
}

.content04{
	background:#FFFAEA;
}

.mainTit2 {
	height:108px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 3.8rem;
	line-height: 1.447;
	font-weight: 900;
	font-size: clamp(2.4rem,3vw,3.8rem);
	padding: 0 20px;
	text-align: center;
}

.mainTit2 .big{
	line-height: 1.462;
	font-weight: 900;
	font-size: clamp(2.6rem,4vw,5.4rem);
}

.content04 .inner{
	padding:85px 0 80px;
}

.co4_list1 li{
	display:flex;
	justify-content:space-between;
	margin-bottom:80px;
}

.co4_list1 li:nth-child(2){
	flex-direction:row-reverse;
}


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

.co4_list1 li .text_area{
	max-width:555px;
	width: 49%;
}

.co4_list1 li .img{
	max-width:555px;
	width: 49%;
}


.co4_list1 li .text_area .title_area{
	display:flex;
	align-items:center;
}

.co4_list1 li .text_area .title_area .num{
	margin-right:15px;
	width:68px;
	height:68px;
	border-radius:50%;
	background:#4BC8F9;
	border:3px solid #AAE7FF;
	box-shadow:0 3px 0 #4BC8F9;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:3.5rem;
	font-weight:700;
	line-height: 1;
	color:#fff;
	padding-bottom: 0.7%;
}

.co4_list1 li .text_area .title_area .title1{
	font-size: 2.5rem;
	line-height: 1.32;
	font-weight: 900;
	font-size: clamp(1.8rem,2.4vw,2.5rem);
}

.co4_list1 li .text_area .text1{
	margin-top:18px;
	font-weight:500;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	line-height:1.5556;
}

.content05{
	background:#DEF3FF;
	position:relative;
	z-index:1;
}


.content05:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/bg5.png)no-repeat bottom center;
	background-size:contain;
	bottom:0;
	left:0;
	z-index:-1;
	mix-blend-mode: multiply;
}

.content05 .inner{
	padding:85px 0 86px;
}

.co5_div{
	margin-top:40px;
	background:#fff;
}

.co5_div .title_area{
	background:#FFEBF0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:9px 0 10px;
}

.co5_div .title_area .img{
	display:flex;
	align-items:center;
	margin-right:5px;
}

.co5_div .title_area .title{
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(1.8rem,2.4vw,2.5rem);
}

.co5_div .text_area{
	padding:19px 20px 26px;
	text-align:center;
}

.co5_div .text_area .text1{
	font-weight:500;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	line-height:1.5556;
}

.co5_div .text_area .text2{
	font-weight:500;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	line-height:1.5556;
	border-bottom:1px solid #333333;
	padding-bottom:4.5px;
	max-width:max-content;
	width:100%;
	margin:21px auto 0;
}

.co5_div .text_area .text2 span{
	font-weight:900;
}

.content06{
	background:#FFFAEA;
}

.content06 .inner{
	padding:80px 0;
}

.co6_list1 li{
	display:flex;
	justify-content:space-between;
	background:#fff;
	margin-bottom:45px;
	padding: 39px 2.783% 28px;
	align-items: flex-start;
}

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

.co6_list1 li .img{
	max-width:174px;
	width: 18%;
}

.co6_list1 li .text_area{
	max-width:861px;
	width: 80%;
}

.co6_list1 li .text_area .title1{
	font-weight: 700;
	font-size: clamp(1.8rem,2.4vw,2rem);
	line-height:1.45;
}

.co6_list1 li .text_area .text1{
	margin-top: 13px;
}

.content07{
	background:#F7F7F7;
}

.content07 .inner{
	padding:80px 0;
}

.co7_list1 li{
	margin-bottom:70px;
	background:#fff;
	border:5px solid #D9D9D9;
	border-radius:9px;
	background:url(./img/bg7.png);
	background-size:contain;
	box-shadow:3px 3px 6px #00000029;
	position:relative;
}


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


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

.co7_list1 li:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	margin:auto;
	bottom: -53px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 35px solid transparent;
	border-left: 35px solid transparent;
	border-top: 24px solid #FB4671;
	border-bottom: 0;
}

.co7_list1 li .title_area{
	padding:25px 0px 20px;
	position:relative;
	display:flex;
	align-items: center;
}

.co7_list1 li .title_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:3px;
	background:url(./img/co7_dot.png);
	background-size: cover;
	bottom:0;
	left:0;
}


.co7_list1 li .title_area .step{
	padding-left:25px;
	padding-right:38px;
	border-radius:0 30px 30px 0;
	background:#4BC8F9;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size: 4.5rem;
	line-height: 0.8;
	font-weight: 900;
	font-size: clamp(2.4rem,4vw,4.5rem);
	height:59px;
	padding-bottom: 6px;
	margin-right: 18px;
	flex-shrink: 0;
}

.co7_list1 li .title_area .step span{
	margin-right:7px;
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(1.8rem,2.4vw,2.5rem);
	padding-top: 7px;
}

.co7_list1 li .title_area .title1{
	font-size: clamp(2rem,3vw,3.5rem);
	line-height:1.457;
	font-weight:700;
}

.co7_list1 li .cont_area{
	padding:28px 23px 25px;
	display: flex;
	justify-content: space-between;
}

.co7_list1 li .cont_area .img{
	max-width:281px;
	width: 26%;
}

.co7_list1 li .cont_area .text_area{
	max-width:785px;
	width: 72%;
}


.content08 .inner{
	padding:80px 0 100px;
}

.co8_div{
	margin:0 auto 115px;
	background:#fff;
	border:1px solid #707070;
	padding:24px 24px 16px;
}

.co8_div .title_area{
	background:#4BC8F9;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:12px 0;
	margin-bottom: 23px;
}

.co8_div .title_area .title1{
	margin-left:21px;
	font-size: clamp(2rem,3vw,3.5rem);
	line-height:1.457;
	font-weight:700;
}

.co8_div .text1{
	line-height: 1.6;
}

.content09{
	background:#FFFAEA;
}

.content09 .inner{
	padding:80px 0;
}

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

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

.co9_list1 li .top{
	background:#1DAEDB;
	border-radius:10px 10px 0 0;
	display:flex;
	align-items:center;
	color:#fff;
	padding: 15px 2.436%;
}

.co9_list1 li .top .title1{
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(1.6rem,2.4vw,2.5rem);
}

.co9_list1 li .bottom{
	border-radius:0 0 10px 10px;
	border:3px solid #D9D9D9;
	background:#fff;
	border-top:0;
	padding: 15px 2.175%;
	display:flex;
}

.co9_list1 li .icon{
	width:42px;
	height:42px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FFFFFF;
	color:#1DAEDB;
	font-size:2.5rem;
	font-weight:900;
	line-height:1;
	margin-right: 16px;
	flex-shrink: 0;
}

.co9_list1 li .icon.ans{
	background:#FB4671;
	color:#fff;
	padding-left: 1px;
	padding-bottom: 3px;
}

.co9_list1 li .bottom .text1{
	font-weight:500;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	line-height:1.7778;
}

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

.cont10_div .title_area{
	padding:18px 0 17px;
	background:#1DAEDB;
	color:#fff;
	text-align:center;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,3.9rem);
	line-height:1.4389;
}

.cont10_div .text_area{
	background:#fff;
	border:5px solid #DEDEDE;
	border-top:0;
	padding:25px 30px 43px;
}

.cont10_div .text_area .text{
	font-weight:400;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	line-height:1.444;
	text-align:center;
	margin-bottom: 25px;
}

.send_btn{
	background:url(./img/form_bg.jpg)no-repeat;
	background-size:cover;
	max-width:445px;
	width:100%;
	margin:0 auto;
	border-radius:66px;
	position: relative;
	transition:.4s;
}

.send_btn:before{
	position:absolute;
	content:"";
	width:100%;
	height: 14px;
	background: url(./img/form_acc.png)no-repeat center;
	background-size:contain;
	top: 0px;
	left:0;
	right:0;
	margin:auto;
}
.send_btn:hover{
	opacity:0.7;
}

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

footer {
	margin: 0px auto 0;
	padding: 34px 0 33px;
	background: #1DAEDB;
	color: #fff;
}

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

footer .inner {
    text-align: center;
}

footer .text1{
	margin-top:26px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.444;
}

footer .text2{
	margin-top:15px;
	font-weight: 500;
}

footer .text3{
	margin-top:10px;
	font-weight: 500;
}

.copyright {
	text-align: center;
	margin-top: 38px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4285;
}



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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    padding: 16px 0 0;
    max-width: 1150px;
	font-weight:700;
}

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

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

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

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


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 2.1rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	text-align: center;
	height: 66px;
	width:100%;
	border-radius:66px;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


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

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 207px;
	width: 100%;
	background: #F4F4F4;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 42px;
	padding: 5px 15px;
	width: 100%;
	width: 100%;
	background: #F7FAFC;
	border: 1px solid #B0C8D8;
}

::placeholder{
	color:#CCCCCC;
}

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


select{
	max-width:340px;
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

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

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

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

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

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

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


.contact_tb th, .contact_tb td {
	position: relative;
	font-weight: 500;
	padding: 16px 0;
}

.contact_tb {
	width: 100%;
	margin: auto;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 23px 4.63% 25px;
}


.contact_tb th {
	text-align: left;
	line-height: 1.444;
	font-weight: 700;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	width: 168px;
}

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

.contact_tb td {font-size: 1.6rem;}

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

.contact_tb th span{
	margin-right:24px;
}

em{
	color: #FB4671;
	white-space: nowrap;
}

em.nini{
	background:#333333;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 23px 1.667%;
	height: 168px;
	overflow-y:scroll;
	margin: 40px auto 31px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #B0C8D8;
	font-size: clamp(1.5rem,1.6vw,1.6rem);
	font-weight: 500;
	line-height: 1.6875;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: 1.8rem;
	line-height: 1.4444;
	margin-bottom: 11px;
	font-weight: 700;
}


.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 31px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.444;
}

.privacy_area label{
	display:flex;
	align-items: center;
}

.privacy_area a{
	color: #009DCD;
	display: inline-flex;
	align-items: baseline;
	border-bottom: 1px solid;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

.privacy_area input{
	width: 26px;
	height: 26px;
	border: 1px solid #F7FAFC;
	border-radius: 0;
	accent-color: #F7FAFC;
	margin-right: 13px;
}

.contact01{
	padding:8.334% 0;
}

.contact01_div1{
	background:#F7F7F7;
	border-radius:32px;
	padding: 56px 2%;
	text-align:center;
	margin-bottom:125px;
	font-weight:500;
}

.tablet{
	display:none;
}

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

.tb_flex label{
	margin-right:3%;
}

.thanks_area .text1{
	margin-top:40px;
	text-align:center;
	line-height: 1.6;
	font-weight: 500;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

#art_cover{
    background: #1DAEDB;
    color: #fff;
}

#art_cover .inner{
	display:flex;
	align-items:center;
	height:350px;
	padding-top: 100px;
}


#art_cover .inner .title{
	font-weight: 900;
	font-size: 4rem;
}

.btn1{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	color: #fff!important;
	font-size: 2.1rem;
	font-weight: 700;
	height: 66px;
}

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


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

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

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


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

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

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


	

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

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

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



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

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

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


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

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

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


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

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



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

header {
}


.pc_nav .tel_btn span{
	width: 12px;
	margin-right: 4px;
}

.pc_nav .tel_btn{
	font-size:2.8rem;
}

.pc_nav .tel_div{
	width:200px;
	flex-shrink: 0;
}
	
.hd_btn1{
	margin-right:1%;
}

.co2_list1 li{
	padding: 16px 0;
	font-size: 1.8rem;
	padding-left: 15px;
}

.co2_list1 li:before{
	height: 26px;
	width: 31px;
	margin-right: 15px;
}

.co2_div1 .flex{
	padding:60px 0 100px;
}

.co2_div1 .flex .img{
	max-width:320px;
}

.co2_div2 .inner .title1{
	top:-30px;
}

.co2_list2 > li.cont{
	padding:8px 0;
}

.tel_btn span{
	width: 17px;
	margin-right: 5px;
}

.co4_list1 li .text_area .title_area .num {
    margin-right: 8px;
    width: 50px;
    height: 50px;
    font-size: 2.6rem;
    padding-bottom: 0.3%;
}

.co8_div .title_area .img{
	width: 24px;
}

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


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

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


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

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


/*--- modal ---*/

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

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

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

.gnav.active{
	display: block;
}

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

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

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

.gnav__menu__item a{
    color: #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;
}

.pc_nav{
	/* display:none; */
	width: 140px;
}


.contact01_div1{
	padding:30px 10px;
	border-radius:10px;
	margin-bottom: 60px;
}

.tb_flex{
	flex-direction:column;
}

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



.hLogo{
	width: 50%;
	width: 180px;
}

.pc_nav .tel_div{
	display:none;
}

.hd_btn2{
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background:#fff;
}
	
.hd_btn2_cont{
	background:#FB4671;
}
	
.hd_btn2_line{
	background:#06C755;
}
	
.header_in{
	height:60px;
}

.cov_top{
	padding-top: 70px;
}

.cov_top .flex{
	flex-direction:column;
}
	
.cov_top .flex .title1{
	width: 85%;
	position:initial;
	margin:0 auto 20px;
	max-width: 450px;
}

.cov_top .flex .mv{
	width: 80%;
	margin:0 auto;
	max-width: 400px;
	height: initial;
}

.cov_bot .title2{
	padding: 8px 0;
}

.mv_list1{
	flex-direction:column;
}
	
.mv_list1 li{
	width:80%;
	margin:0 auto 30px;
	min-height: 80px;
}
	
.mv_list1 li:last-child{
	margin:0 auto 0px;
}

.inner{
	width:89.334%;
}

.mv_list1 li:before{
	width: 60px;
}

.cov_bot{
	padding:70px 0 30px;
}

.co1_list1{
	margin-top:20px;
}

.co1_list1 li{
	width: 32%;
	margin-top: 10px;
	margin-right: 2%;
}

.co1_list1 li:nth-child(5n+5){
	margin-right:2%;
}

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

.co2_list1{
	width:100%;
	max-width:initial;
	
}

.co2_div1 .flex .img{
	bottom: -10%;
}

    .co2_div1 .flex {
        padding: 40px 0 50%;
    }

.co2_div21{
	padding: 8% 20px 20px;
}
	
.co2_list2{
	flex-direction:column;
}

.co2_list2 > li.cont{
	width:100%;
	margin:0 auto 30px;
	padding:0;
	max-width: initial;
}
	
.co2_list2 > li.cont:last-child{
	margin:0 auto 0px;
}

.co2_list2 > li.bar{
	display:none;
}

    .co2_div2 .inner .title1 {
        top: -2%;
    }

.co2_div2 .inner{
	padding: 20% 0 60px;
}

.co3_div2{
	flex-direction:column;
}

.co3_div2 .left{
	width:100%;
	padding: 0;
}

.co3_div2 .right{
	width:100%;
	border-left: none;
	margin:15px auto 0;
	padding: 0;
}

.co3_div2 .title2 {
    font-size:1.8rem;
}

.co3_div2 .left .tel_div{
	margin-top:12px;
}

.co3_div .title_area{
	text-align:center;
}

.co3_div1{
	width:100%;
}

.co3_div2:before{
	display:none;
}

.co3_div .cont_area:before{
	background-size: cover;
	height: 80%;
}

.co4_list1 li{
	flex-direction:column!important;
	margin-bottom: 50px;
}

.content03 {
    padding: 60px 0;
}

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

.co4_list1 li .img{
	width:100%;
	max-width:initial;
	margin:30px auto 0;
}

.co4_list1 li .text_area .title_area .title1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.content05 .inner{
	padding:60px 0;
}

.slide_tb_area{
	overflow-x:scroll;
}

.slide_tb_area .slide_tb{
	width: 800px;
}

.content05 .text{
	font-weight:500;
	margin-top:8px;
}

.content06 .inner{
	padding:60px 0;
}

.co6_list1 li{
	flex-direction:column;
	padding:20px;
}

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

.co6_list1 li .img{
	margin:0 auto 20px;
	width:35%;
}

.co6_list1 li .text_area .title1{
	
}

body{
	font-size:1.5rem;
}

.co8_div{
	padding:20px;
	margin: 0 auto 50px;
}

.content08 .inner {
    padding: 60px 0;
}

.co7_list1 li .title_area .step{
	padding-left: 15px;
	padding-right: 30px;
	height: 46px;
	font-size: 3rem;
}

.co7_list1 li .title_area .step span{
	font-size: 1.8rem;
}
	
.co8_div .title_area .title1{
	margin-left: 10px;
}

.co7_list1 li .title_area{
	flex-direction:column;
	align-items: flex-start;
	padding: 15px 0 20px;
}

.co7_list1 li .title_area .title1{
	padding:15px 20px 0;
}


.co7_list1 li .cont_area{
	padding: 20px 20px 30px;
	flex-direction:column;
}

.co7_list1 li .cont_area .img{
	width:100%;
	margin:0 auto 20px;
}

.co7_list1 li .cont_area .text_area{
	width:100%;
	max-width:initial;
}

.content07 .inner {
    padding: 60px 0;
}

.co9_list1 li .icon {
    width: 36px;
    height: 36px;
    font-size: 2rem;
    margin-right: 8px;
}


.co9_list1 li .top{
	padding: 15px 18px;
}
	
.co9_list1 li .bottom{
	padding:15px;
}

.content010 {
    padding: 80px 0;
}


.contact_tb th, .contact_tb td {
	padding: 0;
	display:block;
	width:100%;
}

.contact_tb {
	padding: 20px 0 0;
}


.contact_tb th {
	width: 100%;
	padding-bottom:8px;
}
	
.contact_tb td{
	padding-bottom: 20px;
}

.cont10_div .text_area{
	padding:20px 20px 30px;
}

.privacy_area{
	font-size:1.6rem;
}

.privacy_area input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
	
content04 .inner {
    padding: 60px 0;
}

#art_cover .inner{
	height: 250px;
	padding-top: 60px;
}

#art_cover .inner .title{
	font-size:4rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}


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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}

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

.co1_list1 li{
	width: 48%;
	margin-right: 0%!important;
}


.co2_list1 li{
	font-size:1.6rem;
	padding-left:8px;
}

    .co2_list1 li:before {
        height: 26px;
        width: 31px;
        margin-right: 5px;
    }

    .co4_list1 li .text_area .title_area .num {
        width: 40px;
        height: 40px;
        font-size: 2.2rem;
        padding-bottom: 0.3%;
        margin-right: 4px;
        border: 1px solid #AAE7FF;
        box-shadow: 0 2px 0 #4BC8F9;
    }

.mainTit2 {
    height: 80px;
}

.slide_tb_area .slide_tb{
	width: 700px;
}
	

#art_cover .inner .title{
	font-size:3rem;
}

    #art_cover .inner {
        height: 200px;
	}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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