@charset "utf-8";
/*
Theme URI: 
Description:re-alize
Author:  atgungun
Author URI: 
Version:1.0.1
*/
html{
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}


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

body {
	width: 100% !important;
	color: #333;
	line-height: 2;
	overflow: hidden;
	font-size: 1.8rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.pale{
	font-family: "Palette Mosaic", system-ui!important;
	font-weight: 400!important;
	}

.anm_img{
	animation: sou 2s steps(2) infinite;
}

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


  .anm .fade,
  .anm.fade,
  .anm .fade-2,
  .anm .fade-3,
  .anm .fade-4,
  .anm .fade-5
  {
	transform: translate(0px, 100px);
	opacity:0;
	transition:.4s;
}

.anm.active .fade,
.anm.active.fade,
.anm.active .fade-2,
.anm.active .fade-3,
.anm.active .fade-4,
.anm.active .fade-5{
	transform: translate(0px, 0px);
	opacity:1;
}

.anm.active .fade-2{
	transition-delay: .4s;
}

.anm.active .fade-3{
	transition-delay: 0.8s;
}

.anm.active .fade-4{
	transition-delay: 1.2s;
}

.anm.active .fade-5{
	transition-delay: 1.6s;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #17A9E3!important;
}
.red{
	color: red;
}
.orange{
	color: #FF7E1F;
}
.green{
	color: #17C112;
}
.yellow{
	color: #FFDF41;
}
.black{
	color: #333;
}
.gray{
	color: #EDEDED;
}

.bgwh{
	background: #ffffff;
}
.bgor{
	background: #FF7E1F;
}
.bgblu{
	background: #17A9E3;
}
.bgblu2{
	background: #C4EEFF;
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: #17C112;
}
.bgyel{
	background: #FFDF41;
}

/*リンク表示方法*/

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,.sp-sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	height: 80px;
	background: #fff;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 217px;
	width: 30%;
	margin-left: 16px;
	min-width: 150px;
}


.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: 446px;
	align-items: center;
	justify-content: flex-end;
	margin-right: 2.1%;
}

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

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	color:#fff;
	transition: .4s;
	font-weight: 700;
}

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

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

.sns_list li{
	width:32%;
	max-width: 40px;
}

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

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

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


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

#modal {
	display: none;
}

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

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 80px auto 0;
	position: relative;
}

#cover .sou-1{width: 5%;left: 2%;bottom: 16.4%;max-width: 86px;z-index: -1;}

#cover .sou-2{width: 6%;max-width: 70px;left: 4.17%;top: 12.73%;z-index: -1;}

#cover .sou-3{max-width: 90px;width: 6%;left: 14.6%;top: 7.3%;}

#cover .sou-4{max-width: 108px;width: 6%;left: 27%;top: 45%;z-index: 1;min-width: 45px;}

#cover .sou-5{max-width: 89px;width: 6%;left: 36%;z-index: 1;bottom: 27%;min-width: 45px;}

#cover .sou-6{max-width: 78px;width: 4%;right: 18%;bottom: 9%;}

#cover .sou-7{max-width: 100px;width: 6%;right: 12%;bottom: 19%;z-index: 1;}

#cover .sou-8{z-index: 1;max-width: 165px;width: 8%;right: 8%;top: 6%;min-width: 45px;}

.soushoku div{
	position:absolute;
}

.cov-div{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

.cov-div .left{
	max-width: 420px;
	width: 21.875%;
	padding: 0 1%;
}

.cov-div .right{
	max-width: 1500px;
	width: 78.125%;
	position:relative;
	max-height: 880px;
	height: 50vw;
}

.cov-div1{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-top: 52%;
}

.cov-div1 .img{
	max-width:239px;
	width:100%;
	margin-bottom:32px;
}

.mv_list{
	width:100%;
	max-width:200px;
}

.mv_list li{
	padding:16px 0;
	/* border-top:2px solid #ccc; */
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.6;
}

.mv_list li a{
	display:flex;
	align-items:center;
	justify-content:center;
}

.mv_list li img{
	margin-right:23px;
}


.mv_list li:first-child{
	border:none;
}

.cov-div .left .ab_text{
	text-align:center;
	margin-top: 42%;
}

.cov-div .left .ab_text span{
	position:relative;
}

.cov-div .left .ab_text span:before{
	position:absolute;
	content:"";
	width:1px;
	height:88px;
	background:#CCCCCC;
	left:0;
	right:0;
	top:40px;
	margin:auto;
}

.cov-div .right .img1{
	position:absolute;
	max-width:292px;
	width: 20%;
	left:0;
	top:0;
}

.cov-div .right .img2{
	position:absolute;
	max-width:664px;
	width: 45%;
	left: 6.66%;
	bottom:0;
}

.cov-div .right .img3{
	position:absolute;
	max-width: 459px;
	width: 31%;
	right: 2.66%;
	top: 21%;
}

.cov-div .right .text_area{
	position:absolute;
	top: 10%;
	left: 25%;
	max-width:548px;
	width: 38%;
	z-index: 2;
}

.cov-div .right .text_area .title{
	font-size: clamp(4rem, 7vw, 9.2rem);
	font-weight:700;
	display:inline-block;
	line-height: 1.34;
	letter-spacing:0.05em;
	position:relative;
}

.cov-div .right .text_area .title span{
	font-size: clamp(2rem, 3vw, 3.5rem);
	display:block;
	text-align:center;
	line-height: 1;
	color: #777777;
}

.cov-div .right .text_area .title:before{
	position:absolute;
	content:"";
	width: 65%;
	height:160px;
	background: url(./img/top/mv14.webp)no-repeat left top;
	background-size:contain;
	right: -43%;
	z-index:-1;
	top: -57px;
	max-width: 196px;
	max-height: 160px;
}

.cov-div .right .text_area .text{
	font-size: clamp(2.4rem, 3.8vw, 7rem);
	font-weight:700;
	letter-spacing:0.05em;
}

.mv_list2{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:24px;
}

.mv_list2 li{
	width:32%;
}

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

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

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

.mainTit{
	font-size: 4rem;
	line-height: 1.7;
	font-weight:700;
	font-size: clamp(2.6rem,4vw,4rem);
	letter-spacing: 0.05em;
}

.mainTit .en_tit{
	display:block;
	font-size: clamp(1.6rem,4vw,2.4rem);
}

.mainTit .small{
	font-size: clamp(1.6rem,4vw,2.4rem);
}

.mainTit2{
	line-height: 1;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4rem);
	text-align: center;
	position: relative;
}

.mainTit2 .small{
	font-size: clamp(1.6rem,4vw,2.4rem);
}

.mainTit2 .en_tit{
	display:inline-block;
	font-size: clamp(3.2rem,9vw,9.6rem);
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	margin:auto;
	text-align: center;
	bottom: 10px;
	letter-spacing: 0.05em;
}

.ye_line{
	position:relative;
}

.ye_line:before{
	position:absolute;
	content:"";
	width:100%;
	height:8px;
	background:url(./img/common/ye_line.webp);
	left:0;
	bottom:-5px;
}

.blu_line{
	position:relative;
}

.blu_line:before{
	position:absolute;
	content:"";
	width:100%;
	height:4px;
	background:url(./img/common/blu_line.webp);
	left:0;
	bottom: 0px;
}

.gra_line{
	position:relative;
}

.gra_line:before{
	position:absolute;
	content:"";
	width:100%;
	height:4px;
	background:url(./img/common/gra_line.webp);
	left:0;
	bottom: 0px;
}

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

.contact_area{
	margin: 144px auto 120px;
}

.contact_div{
	background:url(./img/common/bg_contact.webp)no-repeat center top;
	background-size:cover;
	border-radius:20px;
	position:relative;
	padding:81px 0;
}

.contact_div .img{
	top: -5%;
	position:absolute;
	right: 14%;
}

.contact_div .mainTit{
	text-align:center;
}

.contact_list{
	display:flex;
	justify-content:space-between;
	margin: 32px auto 40px;
}

.contact_list li{
	width:48%;
	max-width:420px;
}

.contact_list li a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:80px;
	border-radius:8px;
	font-size: clamp(2.4rem,4vw,3.2rem);
	font-weight:700;
}

.contact_list li:last-child a{
	font-size: clamp(1.8rem,4vw,2.4rem);
}

.contact_list li a img{
	margin-right:10px;
}

.contact_div .text{
	text-align:center;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	padding: 16px 0;
	border-top: 3px dotted;
	border-bottom: 3px dotted;
	word-break: auto-phrase;
	overflow-wrap: break-word;
}

.contact_div .content_in{
	position:initial;
}

.content_in{
	max-width:880px;
	width: 95%;
	margin:auto;
	position: relative;
	z-index: 1;
}

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

.content01{
	margin: 0 auto 160px;
	max-width:1920px;
}

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


.content01 .flex .left{
	max-width:232px;
	width: 20%;
}

.content01 .flex .right{
	width: 79%;
	max-width: 1172px;
}

.content01 .btn1{
	margin-top: 27.2%;
}

.btn1{
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	height: 56px;
	border-radius: 41px;
	position: relative;
	max-width: 232px;
	margin: auto;
}

.btn1:before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 3px #333333;
  border-right: solid 3px #333333;
  position: absolute;
  right: 15px;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
}

.btn1.back:before{
	right:auto;
	transform: rotate(-135deg);
	left:15px;
	top:3px;
}

.btn1:hover{
	opacity:0.7;
}

.btn1.sp_btn{
	display:none;
}

.btn1.pc_btn{
	display:flex;
}

.sld{
	margin-right: 40px;
	position: relative;
	max-width: 320px;
	width: 100%;
}

.sld .img{
	width:100%;
	height: 27vw;
	max-height:240px;
	position:relative;
	overflow:hidden;
	border-radius:10px;
}

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

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

.news_cate{
	position:absolute;
	top:0;
	z-index:1;
	left:0;
	background:#fff;
	font-size:1.6rem;
	font-weight:500;
	line-height:1;
	padding: 8px 23px;
	border-radius: 10px 0 10px 0;
}

.sld .date{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	margin: 16px 0 8px;
}

.sld .text{
	line-height: 1.6;
}


.content02{
	padding: 180px 0 265px;
	position: relative;
	background: url(./img/top/bg2.webp);
}

.content02 .img1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	height: 394px;
}
.content02 .img1 img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.co2-sou1 .sou-1{max-width: 133px;width: 10%;left: -4%;top: 9%;}

.co2-sou1 .sou-2{max-width: 149px;width: 10%;left: 11%;top: -2%;}

.co2-sou1 .sou-3{max-width: 106px;width: 6%;right: 15%;top: -2%;}

.co2-sou1 .sou-4{max-width: 130px;width: 10%;right: 4%;top: 12.5%;}

.co2_div{
	position:relative;
	z-index:2;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 10px #00000029;
	padding: 120px 0;
}

.co2_div1{
	margin-bottom:80px;
}

.co2_div1 .mainTit2{
	margin-bottom:40px;
}

.co2_div1 .text{
	text-align:center;
	letter-spacing:0.05em;
	font-weight: 700;
}

.co2_div1 .text.matop{
	margin-top:36px;
}

.co2_div2{display: flex;justify-content: space-between;padding-bottom: 80px;}

.co2_div2 .text_area{
	max-width:440px;
	width: 53%;
}

.co2_div2 .text_area .mainTit{
	margin-bottom:38px;
}

.co2_div2 .text_area .text.matop.blue{
	margin-top:30px;
}

.co2_div2 .text_area .text.matop{
	margin-top:16px;
}

.co2_div2 .img{
	max-width: 380px;
	width: 45%;
}

.co2_div3{
	padding:80px 0 0;
}

.fuki1{
	display:block;
}

.fuki11{
	max-width: 264px;
	height: 40px;
	font-size:2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	margin: 0 auto 30px;
	position: relative;
}

.fuki11:before{
	position:absolute;
	content:"";
	background:url(./img/top/blu_tri.webp)no-repeat;
	background-size:contain;
	width:32px;
	height:28px;
	left:0;
	right:0;
	margin:auto;
	bottom:-20px;
	z-index:-1;
}

.fuki11 .small{
	font-size:1.4rem;
	margin-top: 6px;
}

.co2_div3 .mainTit2 .en_tit{
	bottom: 50px;
}

.co2_div3 > .text{
	font-weight:700;
	text-align:center;
	margin: 16px auto 70px;
}

.co2_div3 .flow_list{
	position:relative;
	margin-bottom: 40px;
}

.co2_div3 .flow_list:before{
	position:absolute;
	content:"";
	width:110px;
	height:135px;
	background:url(./img/top/co26.webp)no-repeat;
	background-size:contain;
	left: -5%;
	z-index:-1;
}

.co2_div3 .flow_list:after{
	position:absolute;
	content:"";
	width: 65px;
	height: 80px;
	background:url(./img/top/co27.webp)no-repeat;
	background-size:contain;
	right: 0%;
	z-index:-1;
	bottom: 0%;
}

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

.flow_list li{
	width:32%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	flex-direction:column;
	height: 27vw;
	font-size: clamp(1.6rem,2vw,2.4rem);
	font-weight: 500;
	line-height: 1.5;
}

.flow_list li:nth-child(1){
	background:url(./img/top/co231.webp)no-repeat center;
	background-size:contain;
	max-height:271px;
}

.flow_list li:nth-child(2){
	background:url(./img/top/co241.webp)no-repeat center;
	background-size:contain;
	max-height:254px;
}

.flow_list li:nth-child(3){
	background:url(./img/top/co251.webp)no-repeat center;
	background-size:contain;
	max-height:255px;
}

.flow_list li:before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 3px #333333;
  border-right: solid 3px #333333;
  position: absolute;
  right: -4%;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
}

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

.flow_list li .num{
	line-height:1;
	font-size: clamp(3rem,8vw,8rem);
	position:absolute;
	top: -15%;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 0 #FF7E1F, -1px -1px 0 #FF7E1F,
              -1px 1px 0 #FF7E1F, 1px -1px 0 #FF7E1F,
              0px 1px 0 #FF7E1F,  0-1px 0 #FF7E1F,
              -1px 0 0 #FF7E1F, 1px 0 0 #FF7E1F; */
	text-shadow: 2px 2px 0 #FF7E1F, -2px -2px 0 #FF7E1F,
		  -2px 2px 0 #FF7E1F, 2px -2px 0 #FF7E1F,
		  0px 2px 0 #FF7E1F,  0 -2px 0 #FF7E1F,
		  -2px 0 0 #FF7E1F, 2px 0 0 #FF7E1F;
}

.flow_list li .text{
	font-weight:700;
	margin-top:0px;
	text-align:center;
}

.flow_list li:nth-child(2) .text,
.flow_list li:nth-child(3) .text{
	margin-top:26px;
}

.img2{
	text-align:center;
}

.co2-sou2 .sou-1{max-width: 77px;width: 10%;left: 0;bottom: 0;}

.co2-sou2 .sou-2{max-width: 77px;width: 10%;left: 6%;top: 17%;}

.co2-sou2 .sou-3{max-width: 77px;width: 10%;right: 12%;top: 9%;}

.co2-sou2 .sou-4{max-width: 77px;width: 10%;right: 4%;bottom: -5%;}

.co2_div31{
	position:relative;
	padding:58px 0 0;
	text-align:center;
}

.co2_div31 .fukidashi{font-size: 3.2rem;font-weight: 700;position:relative;display:inline-block;line-height: 1.4375;padding: 0 39px;letter-spacing: 0.05em;}

.co2_div31 .fukidashi:before,
.co2_div31 .fukidashi:after{
	  content: "";
	  display: inline-block;
	  background: #000;
	  width: 1px;
	  position: absolute;
	  height: 22px;
	  bottom: 8px;
}


.co2_div31 .fukidashi:before{
  left: 5px;
  transform: rotate(-30deg);
}
.co2_div31 .fukidashi:after{
  right: 5px;
  transform: rotate(30deg);
}

.co2_div31 .text2{font-size: 5.6rem;font-weight: 700;line-height: 1.446;}

.co2_div31 .text2 .small{
font-size: 4rem;
}

.content02 .contact_div{
	margin:144px auto 0;
}

.content03{
	margin-top:-73px;
	position:relative;
	z-index:1;
	margin-bottom: 167px;
}

.bg_ye_top{
	background:url(./img/common/ye_bg_top.webp)top left;
	background-size:cover;
	height:73px;
	width:100%;
	margin-bottom:-1px;
}

.bg_ye_cen{
	background:url(./img/top/bg3.webp)top left;
	background-size:cover;
	padding: 195px 0 120px;
}

.bg_ye_bottom{
	background: url(./img/common/ye_bg_bottom.webp)bottom left;
	background-size:cover;
	height:73px;
	width:100%;
	margin-top: -1px;
}

.bg_ye_cen h2{
	font-size: clamp(5rem,12vw,20.6rem);
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -2.5%;
	line-height: 412px;
}

.co3_div1{
	background:#fff;
	border:8px solid #333333;
	border-radius:20px;
	padding: 72px 0 48px;
}

.co3_div1 > .content_in > .text{
	font-weight:700;
}

.co3_div1 .title_area{
	display:flex;
	margin-bottom: 42px;
	align-items: center;
}

.co3_div1 .title_area .step{
	
background: url(./img/top/co3_num.webp)no-repeat center;
background-size: contain;
width: 80px;
height: 77px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 3.2rem;
line-height: 1.2;
margin-right: 2.73%;
}

.unli{
	text-decoration:underline;
}

.co3_div1 .title_area .step span{
	display:block;
	font-size: 1.6rem;
}

.co3_div1 .title_area h3{
	font-weight:700;
	font-size: clamp(2rem,3vw,3.2rem);
	line-height: 1.9;
	word-break: auto-phrase;
	overflow-wrap: break-word;
}

.co3_div1 .title_area h3 span{
	display:block;
	font-size: clamp(1.6rem,2vw,1.8rem);
	line-height:1;
}

.co3_div11{
	margin-top:40px;
}

.title_area1{
	display:flex;
	justify-content:space-between;
	padding-bottom:20px;
	margin-bottom:40px;
	align-items: center;
}

.title_area1 p{
	line-height:1.6;
}

.co3_div1 h4{
	font-size: clamp(1.8rem,4vw,2.4rem);
	display:flex;
	align-items:center;
	line-height: 1.4;
}

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

.co3_list1 li{
	width:32%;
	max-width:277px;
	font-size: clamp(1.6rem,2vw,1.8rem);
	line-height: 1.6;
}

.co3_list1 li .img{
	margin-bottom:10px;
}

.co3_div12{
	margin-top:80px;
}

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

.co3_list2 li{
	width: 17.818%;
	background:#FFDF41;
	display:flex;
	align-items:center;
	justify-content:center;
	height:88px;
	border-radius:10px;
	font-size: clamp(1.4rem,1vw,1.6rem);
	font-weight:500;
	margin-right: 2.7275%;
	flex-direction:column;
	margin-bottom:24px;
	text-align: center;
}

.co3_list2 li span{
	display:block;
	font-size:1.2rem;
	font-size: clamp(1rem,1vw,1.2rem);
}

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

.co3_div2{
	position:relative;
	width:100%;
	height:114px;
}

.co3_div2:before{
	  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 5px #333333;
  border-right: solid 5px #333333;
  position: absolute;
  right: 0%;
	transform: rotate(135deg);
	top:0;
	bottom:0;
	margin:auto;
	left:0;
}

.co3_div3{
	position:relative;
}

.co3_div3 .sou-1{
max-width: 122px;
width: 10%;
left: 6%;
bottom: 41%;
}

.co3_div3 .sou-2{
max-width: 140px;
width: 10%;
right: 8%;
top: 9%;
}

.co3_div3 .img{
	text-align:center;
	margin:81px auto;
}

.co3_div31{
	padding: 80px 0% 220px;
	border-radius: 20px;
}

.co3_div31 .title_area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.co3_div31 .title_area .left{
	max-width: 215px;
	width:100%;
	position: relative;
}

.co3_div31 .title_area .left .mainTit{
	line-height: 1.7;
}

.co3_div31 .title_area .left .ab_img{
	position:absolute;
	top: -125px;
	left: 20px;
	max-width: 196px;
}

.co3_div31 .title_area .text{
	max-width:596px;
	width:100%;
	line-height: 1.7778;
}

.co3_list3{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:8px;
}

.co3_list3 li{
	width:24%;
	max-width:202px;
	border-radius:10px;
	border:2px solid #17A9E3;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.2rem,1.6vw,1.6rem);
	line-height:1.8;
	font-weight:500;
	min-height:56px;
	padding:5px;
	margin-bottom:24px;
}

.co3_div31 .text2{
	text-align:center;
	font-size: clamp(1.8rem,4vw,2.4rem);
	line-height:1.45;
}

.sld_area{
	margin-top:-170px;
}

.sld2{
	margin:0 2%;
}

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

.content04 .sou-1{
    max-width: 208px;
    width: 10%;
    left: 13%;
    bottom: 1%;
}

.content04 .sou-2{
    max-width: 163px;
    width: 10%;
    left: 27%;
    bottom: -2%;
}

.content04 .sou-3{
    max-width: 142px;
    width: 10%;
    left: 6%;
    top: 10%;
}

.content04 .sou-4{
    max-width: 106px;
    width: 10%;
    left: 15%;
    top: 19%;
}

.content04 .sou-5{
    max-width: 193px;
    width: 10%;
    right: 12%;
    bottom: 13%;
}

.content04 .sou-6{
    max-width: 139px;
    width: 10%;
    right: 7%;
    bottom: 26%;
}

.content04 .sou-7{
    width: 10%;
    top: -5%;
    max-width: 168px;
    right: 20%;
}

.content04 .sou-8{
    max-width: 74px;
    width: 6%;
    right:9%;
    top: 6%;
}

.bg_blu_top{
	background: url(./img/common/bg_blu_top.webp)top center;
	background-size:cover;
	height:198px;
	width:100%;
	margin-bottom:-1px;
}

.bg_blu_bottom{
	background: url(./img/common/bg_blu_bottom.webp)bottom center;
	background-size:cover;
	height:198px;
	width:100%;
	margin-top:-1px;
}

.title_area2{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:40px;
}

.co4_div{
	
/* position: relative; */
	
z-index: 1;
}

.co4_div .inner{
	max-width:880px;
}

.co4_div .flex{
	margin-top:55px;
	position: relative;
	z-index: 1;
}

.co4_div .flex .text_area{
	max-width: 480px;
	width: 57%;
}

.co4_div .flex .img_area{
	max-width: 360px;
	width: 41%;
}

.img_list{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	height: 100%;
}

.sche_list{
	position:relative;
}

.sche_list:before{
	position:absolute;
	content:"";
	width:2px;
	height:100%;
	background:#FF7E1F;
	left: 163px;
	top: 8px;
}

.img_list li{
	margin-bottom:24px;
}

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

.sche_list li{
	display:flex;
	position:relative;
	
}

.sche_list li:nth-child(1){
	margin-bottom:70px;
}

.sche_list li:nth-child(2){
	margin-bottom:30px;
}

.sche_list li:nth-child(3){
	margin-bottom:122px;
}

.sche_list li:nth-child(4){
	margin-bottom:100px;
}
.sche_list li:nth-child(5){
	margin-bottom:90px;
}

.sche_list li:nth-child(6){
	margin-bottom:25px;
}

.sche_list li:before{
	position:absolute;
	content:"";
	width:17px;
	height:17px;
	background:#FF7E1F;
	left: 155px;
	top: 6px;
	border-radius:50%;
}

.sche_list li .left{
	padding-right:41px;
	line-height:1.6;
	letter-spacing:0.05em;
	font-weight:700;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.sche_list li .right{
	padding-left:24px;
	line-height:1.6;
	letter-spacing:0.05em;
	font-weight:500;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.content05{
	padding: 120px 0;
	position:relative;
}

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

.content05:before{
	position:absolute;
	content:"";
	width: 78.125%;
	height:100%;
	background:url(./img/top/bg5.webp)no-repeat top left;
	background-size:cover;
	right:0;
	top:0;
	z-index:-1;
}

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

.content05 .title_area .right{
	display:flex;
	justify-content:space-between;
	max-width:88px;
	width:100%;
}

.content05 .title_area .right .sld_arrow{
	display:flex;
	justify-content:space-between;
	width:100%;
}


.content05 .title_area .right .sld_arrow div{
	cursor:pointer;
}

.content05 .title_area .right .sld_arrow div:hover{
	opacity:0.7;
}

.sld3{
	width:100%;
	max-width:320px;
	margin:0 40px;
}

.sld3 .title{
	font-size: clamp(1.8rem,4vw,2.4rem);
	font-weight:700;
	letter-spacing:0.05em;
	margin:20px 0 10px;
	line-height:1.458;
}

.sld3 .text{
	line-height:1.8;
}

.content06{
	padding: 160px 0 145px;
}

.co6-div1 .mainTit{
	text-align:center;
	margin-bottom:82px;
}

.content06 .flow_list li .text{
	margin-top:24px;
}

.content06 .title_area{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin: 120px auto 0;
	padding-bottom: 40px;
}

.co6_list li{
	padding:40px 0;
}


.co6_list li .title{
	font-size: clamp(1.8rem,4vw,2.4rem);
	display:flex;
	align-items:center;
	margin-bottom:24px;
	font-weight:700;
}

.co6_list li .text{
	line-height:1.8;
}

.side_btn_area{
	position:fixed;
	right:0;
	bottom:0;
	z-index: 99;
}

.side_btn_area a{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-align:center;
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.5;
	width:104px;
	height:104px;
	border-radius:4px 0 0 4px;
	margin-bottom:16px;
}

.side_btn_area a p.pc{
	margin-top:10px;
}

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

footer {
	margin: 0px auto 0;
}


footer .bottom:before{
	position:absolute;
	content:"";
	background:url(./img/common/ft_bg2.webp)no-repeat bottom center;
	background-size: cover;
	width: 100%;
	height: 982px;
	bottom: -1px;
	z-index: -1;
	max-height: 1000px;
	max-width: 1920px;
	left: 0;
	margin: 0 calc(50% - 50vw);
}

footer .bottom{
	position:relative;
}

footer .contact_area{
	margin: 0 auto 80px;
}

footer .logo {
	width: 217px;
	margin:0 0 41px;
}

footer > .bottom > .inner {
	padding: 0 0 340px;
}

footer .flex .left{
	max-width: 275px;
	width:50%;
}

footer .flex .left .addp1{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:0.05em;
}

footer .flex .left .addp1 a{
	display:flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.458;
	margin: 8px 0;
}

footer .flex .left .addp1 a img{
	margin-right:10px;
}

footer .flex .right{
	max-width:278px;
	width:50%;
}

.ft_list{
	display:flex;
	justify-content:space-between;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:0.05em;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	height:56px;
	border-radius:50px;
	max-width:232px;
	width:100%;
	font-size:1.8rem;
	font-weight:700;
}

footer .btn2{
	margin:33px 0 62px auto;
}

footer .btn2 img{
	width:19px;
}

footer .sns_list{
	width: 100%;
}

.copyright {
	background: #B9CE4A;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}


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

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

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

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

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

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

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

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	background: transparent;
	border: none;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	height: 100%;
	margin: 0!important;
	text-align: center;
	color: #333!important;
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 48px;
}


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

.send_btn.btn3{
	max-width: 226px;
}


textarea {
	padding: 10px 5px;
	height: 170px;
}

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

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

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	width: 100%;
	background: #EDEDED;
	border: none;
	border-radius: 10px;
}


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



.pri_div{
	width:100%;
	padding: 32px 4% 0;
	height:285px;
	overflow-y:scroll;
	margin: 0px auto 40px;
	background: #C4EEFF;
	border-radius: 20px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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

.pri_div h3{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	margin-bottom:24px;
	letter-spacing:0.05em;
}

.pri_div dt{
	font-size:1.4rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.pri_div dd{
	font-size:1.4rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom:24px;
}

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 24px;
	font-size: 1.8rem;
	font-weight: 400;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
}



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

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

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

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}




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

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



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

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

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

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

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


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

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

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

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

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

/* news */
#cover2{
	margin:80px auto 0;
	height:227px;
	display:flex;
	align-items:center;
}

.news #cover2{
	background:url(./img/news/mv.webp)no-repeat center;
	background-size:cover;
}

.guide #cover2{
	background:url(./img/guide/mv.webp)no-repeat center;
	background-size:cover;
}

.contact #cover2{
	background:url(./img/contact/mv.webp)no-repeat center;
	background-size:cover;
}

#cover2 .cov2-div{
	max-width:1080px;
	width:95%;
	margin:auto;
}

#cover2 .cov2-div h1{
	font-size: clamp(2.6rem,4vw,4rem);
	line-height: 1.2;
	letter-spacing:0.05em;
}

#cover2 .cov2-div h1 span{
	color:#777777;
	font-size: clamp(1.8rem,4vw,2.4rem);
	line-height:1.2;
	letter-spacing:0.05em;
	display:block;
}

.news01{
	margin-bottom:185px;
}

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

.news01 .flex .news_cate_area{
		max-width:244px;
	width:28%;
}

.news01 .flex .content_area{
	max-width:716px;
	width:70%;
}

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

.news_list1 li.sld{
	width:48%;
	margin:0 0 64px;
	max-width:338px;
}


.news_cate_div{
	margin: 0 auto 64px;
}

.news_cate_div .title{
	font-size: clamp(1.8rem,4vw,2.4rem);
	font-weight:700;
	color: #17A9E3;
	padding-bottom:16px;
	border-bottom:1px solid #17A9E3;
	line-height:1.333;
}

.news_cate_list li{
	padding:16px 0;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing:0.1em;
	line-height: 2;
	border-bottom:1px solid #ccc;
	position:relative;
}

.news_cate_list li a{
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
}

.news_cate_list li:before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 3px #333333;
  border-right: solid 3px #333333;
  position: absolute;
  right: 0px;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
}


.pagination-list{
	width:100%;
}


.pagination-list{
	display:flex;
	margin: 56px auto 0;
	justify-content: center;
	max-width: 542px;
	width: 100%;
}

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

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

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

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-top: 6px solid transparent;
	  border-bottom: 6px solid transparent;
	  border-left: 8px solid #333333;
	  border-right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

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



.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background:#FFDF41;
	opacity:1;
	border:1px solid #FFDF41;
}

.news01 .content_area .title_area .title{
	font-weight: 700;
	font-size: clamp(1.8rem,4vw,2.4rem);
	line-height: 1.333;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 56px;
}

.news01 .content_area .title_area .top{
	display:flex;
	align-items: center;
	margin-bottom: 16px;
}

.news01 .content_area .title_area .top .news_cate{
	position:initial;
	border: 1px solid #17A9E3;
	margin-right: 15px;
}

.news01 .content_area .title_area .top .date{
font-size: 1.6rem;
font-weight: 700;
color: #777777;
}

.news01 .content_area .detail_area{
	margin-bottom:80px;
}

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

.news01 .content_area .detail_area p{
	margin-bottom:64px;
}


.news01 .content_area .detail_area h2{
	letter-spacing:0.05em;
	font-weight:700;
	font-size: clamp(2.4rem,2.3vw,3.2rem);
	line-height:1.2;
margin-bottom: 24px;
}

.news01 .content_area .detail_area h3{
	letter-spacing:0.05em;
	font-weight:700;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:1.2;
	margin-bottom: 24px;
}

.news01 .content_area .detail_area h4{
	letter-spacing:0.05em;
	font-weight:700;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:1.2;
margin-bottom: 24px;
}

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

.img_list2 li{
	width:48%;
}

/* guide */
.guide01{
	padding:0 0 120px;
}

.guide01 .flex{
	margin-bottom: 56px;
}

.guide01 .text_area{
	max-width:520px;
	width:50%;
}

.guide01 .text_area .text{
	font-size:1.8rem;
	line-height:2;
	margin: 30px 0 20px;
}

.guide01 .img{
	max-width:500px;
	width:48%;
}

.guide01_div{
	border:2px solid #17A9E3;
	border-radius:10px;
	padding: 20px 4%;
}

.guide01_div h3{
	font-size:1.6rem;
	font-weight:700;
	display:flex;
	align-items:center;
}

.guide01_div h3 img{
	margin-right:8px;
}

.guide01_div p{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.8;
	margin-top:8px;
}

.guide01 .map{
	width:100%;
	height:328px;
}

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

.bg_ye_cen2{
	background:url(./img/guide/bg2.webp)top center;
	background-size:cover;
	padding: 80px 0;
}


.guide02 .text_area{
	max-width:520px;
	width:50%;
}

.guide02 .text_area .text{
	font-size:1.8rem;
	line-height:2;
	margin: 30px 0 0px;
}

.guide02 .img{
	max-width:500px;
	width:48%;
}

.guide02 .img img{
	border-radius:10px;
}

.guide03{
	position:relative;
	padding: 120px 0;
}

.guide03:before{
	position:absolute;
	content:"";
	width:100%;
	height:2896px;
	background:url(./img/guide/bg3.webp)top center;
	background-size: cover;
	z-index:-1;
	top:-73px;
}

.guide03 .mainTit{
	text-align:center;
	margin:0 auto 60px;
}

.guide03_div{
	background:#fff;
	border-radius:20px;
	box-shadow: 0 0 10px #00000029;
	padding: 60px 0%;
}

.guide_tb{
	max-width:880px;
	width:95%;
	margin:auto;
}

.guide_tb th,
.guide_tb td{
	padding:40px 0;
	position:relative;
}

.guide_tb th:before,
.guide_tb td:before{
	position:absolute;
	content:"";
	width:100%;
	height:4px;
	background:url(./img/common/gra_line.webp);
	left:0;
	bottom: 0px;
}

.guide_tb tr:last-child th:before,
.guide_tb tr:last-child td:before{
	display:none;
}

.guide_tb th{
	width:20%;
	text-align:left;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 700;
	color: #17A9E3;
}

.guide_tb td{
	width:80%;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.guide_tb td a.blue{
	text-decoration:underline;
}

.guide_tb_div.mabo{
	margin-bottom:64px;
}

.guide_tb_div .img{
	margin-top:20px;
}

.btn3{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	min-height: 80px;
	border-radius: 8px;
	margin-top: 40px;
	max-width: 420px;
	width: 100%;
	font-weight: 700;
	font-size: clamp(1.8rem,4vw,2.4rem);
	line-height: 1.333;
}

.btn3 span{
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:0.05em;
	display:block;
}

.gaibu{
	position:relative;
}

.gaibu:before{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(./img/guide/gaibu.webp)top center;
	background-size:contain;
	top:0;
	bottom:0;
	margin:auto;
	right:8px;
}


.contact_tb {
	width: 95%;
	max-width: 880px;
	margin: auto;
}

.contact_tb th {
	width: 27.5%;
	text-align: left;
	position: relative;
	line-height: 1.5;
	font-weight: 700;
}

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

.contact_tb td {width: 72.5%;font-weight: 500;}

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

.contact_tb th, .contact_tb td {
	padding: 32px 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	position: relative;
	line-height: 1.8;
}

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

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

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

em {
	color: #FF0008;
	font-size: 1.6rem;
	font-weight: 700;
}

.contact01_div1{
	max-width:880px;
	width:100%;
	margin:auto;
	position: relative;
}

.contact01_div1 .artTit{
	text-align:center;
	font-weight: 700;
	font-size: clamp(2.4rem,4vw,3.2rem);
	margin-bottom:24px;
}

.contact01_div1 .text{
	text-align:center;
	line-height:1.8;
	font-size: 1.6rem;
}

.contact01_div2{
	border:8px solid #17A9E3;
	margin:56px auto 0;
	padding:68px 0;
	border-radius:20px;
}

.contact01_div3{
	max-width:880px;
	margin:auto;
	width:100%;
	position: relative;
	padding: 64px 0 160px;
}

.contact01_div1 .sou-1{
	top: -30px;
	left: 0;
	max-width: 130px;
	width: 13%;
}

.contact01_div1 .sou-2{
	top: -50px;
	right:0;
	max-width: 83px;
	width: 10%;
}

.contact01_div3 .sou-3{
	bottom: 114px;
	left: 0;
	max-width: 102px;
	width: 10%;
}

.contact01_div3 .sou-4{
	bottom: 77px;
	right: 0;
	max-width: 149px;
	width: 15%;
}

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

.rad_flex label{
	margin-right: 6%;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}


input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sld3 .img img {
    border-radius: 10px;
    object-fit: cover;
    max-height: 200px;
    width: 100%;
}


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


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

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

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


footer .bottom:before{
	width: 100%;
	background:url(./img/common/ft_bg2.webp)no-repeat bottom center;
	background-size: cover;
	max-height: initial;
	max-width: initial;
	height: 51.041vw;
}


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

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

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




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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content04 .sou-3{
    left: 0%;
    top: 3%;
}

.content04 .sou-4{
    left: 11%;
    top: 6%;
}

.content04 .sou-5{
    right: 6%;
    bottom: 6%;
}

.content04 .sou-6{
    right: 0%;
    bottom: 14%;
}

.guide03:before{
	background:url(./img/guide/bg3.webp)top center;
	background-size: contain;
}

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

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

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

	

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

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

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

	
.content01 .flex .left{
	max-width:400px;
	width: 30%;
}

.content01 .flex .right{
	width: 62%;
	max-width: 1172px;
}


.co3_div3 .sou-1{left: -4%;}

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

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

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


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

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

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


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

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



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




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

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






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


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



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

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


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

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2% 15px 4rem;
}


.contact_tb th {
	width: 30%;
	font-size: 80%;
}

.contact_tb td {
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

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

.cov-div .left{
	display:none;
}

.cov-div .right{
	max-width: 1500px;
	width: 100%;
	height: 65vw;
}

.nav_list1 a {
	color:#333;
}


.co2_div3 > .text{
	font-size:1.6rem;
}


.co3_div31{
	padding: 80px 0% 220px;
}

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

.sp-sp2{
	display:block;
}
	

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


.contact_tb th {
	font-size: 70%;
}

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

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


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

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

.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;
}
	
nav .gnav__menu__item2{
	margin-top:30px;
}

nav .gnav__menu__item2 .sns_list{
	margin-right:auto;
	margin-left:5%;
}

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

header {
	padding: 0 15px;
	height: 60px;
}


.cov-div .right .img1{
	width: 25%;
}

.cov-div .right .img2{
	width: 50%;
}

.cov-div .right .img3{
	max-width: 459px;
	width: 33%;
	right: 2.66%;
	top: 32%;
}

.cov-div .right .text_area{
	top: 10%;
	left: 0;
	width: 80%;
	right: 0;
	margin: auto;
	max-width: 520px;
}

.cov-div .right .text_area .title span{
	font-size: clamp(2rem, 7vw, 3.5rem);
}

.cov-div .right .text_area .title:before{width: 50%;top: -3%;}

.cov-div .right .text_area .text{
	font-size: clamp(2.4rem, 10vw, 7rem);
}

.cov-div .right .text_area .title{
	font-size: clamp(4rem, 17vw, 9.2rem);
}
	

.side_btn_area{display: flex;justify-content: space-around;left: 0;margin: auto;}

.side_btn_area a{
	font-size:1.2rem;
	width:30%;
	height: 70px;
	border-radius:4px 4px 0 0px;
	margin-bottom:0px;
}


.side_btn_area a img{
	width: 25px;
}

.cov-div .right{
	height: 100vw;
	min-height: 460px;
}

.contact_list{
	margin: 20px auto 0;
	flex-direction:column;
}

.contact_list li{
	width:100%;
	max-width:420px;
	margin:0 auto 20px;
}


.contact_div{
	padding:40px 0;
}

.contact_div .img{
	right: 0%;
	top: -10%;
}


.contact_list li a{
	
height: 60px;
}

.contact_area{
	margin: 80px auto 60px;
}

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

.content01 .flex .left{
	max-width:initial;
	width: 95%;
	margin:0 auto 30px;
}

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

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

.btn1.pc_btn{
	display:none;
}

.btn1.sp_btn{
	display:flex;
}
	
.content01 .inner{
	margin:0;
	width:100%;
}

.content01{
	margin: 0 auto 80px;
}
	
.sld .img{
	height: 50vw;
}

.sld{
	width: 95%;
	margin: 0 auto;
}
	
.co2-sou1 .sou-1{width: 45px;left: -8%;}

.co2-sou1 .sou-2{width: 45px;top: 0;}

.co2-sou1 .sou-3{width: 35px;top: 0;}

.co2-sou1 .sou-4{width: 45px;right: -4%;}


.mainTit2 .en_tit{	
bottom: 20px;
}

.co2_div{
	padding: 80px 0;
}

.content02 .img1{
	height:300px;
}


.content02{
	padding: 120px 0 120px;
}

.co2_div2{padding-bottom: 60px;flex-direction: column;}

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

.co2_div2 .text_area .mainTit{
	margin-bottom:24px;
}

.co2_div2 .text_area .text.matop.blue{
	margin-top:20px;
}


.co2_div2 .img{
	max-width: 380px;
	width: 100%;
	margin: 30px auto 0;
}


.co2_div3{
	padding:60px 0 0;
}

.fuki11{
	max-width: 264px;
	height: 40px;
	font-size:2rem;
	margin: 0 auto 20px;
}

.fuki11:before{
	bottom:-10px;
}

.fuki11 .small{
	font-size:1.4rem;
}

.co2_div3 .mainTit2 .en_tit{
	bottom: 15px;
}

.flow_list li:nth-child(2) .text,
.flow_list li:nth-child(3) .text{
	margin-top:12px;
}

.flow_list li{
	font-size:1.5rem;
}

.co2_div3 > .text{
	margin: 16px auto 50px;
}

.co2_div31 .text2{font-size: 4rem;}

.co2_div31 .text2 .small{
font-size: 2.4rem;
}

.co2_div31 .fukidashi{font-size: 2.4rem}


.co2_div31{
	padding:30px 0 0;
}

.content02 .contact_div{
	margin:80px auto 0;
}

.bg_ye_cen h2{
	top: 0%;
	line-height: 2;
}


.bg_ye_cen{
	padding: 120px 0 60px;
}

.co3_div1{
	padding: 25px 0 30px;
}


.co3_div1 .title_area .step{
	margin-bottom:20px;
	font-size: 2.4rem;
	width: 70px;
}

.co3_list1{
	flex-direction:column;
}

.co3_list1 li{
	width:100%;
	margin:0 auto 30px;
	max-width:500px;
}

.co3_div12{
	margin-top:20px;
}

.co3_list2 li{
	width: 30%;
	height:88px;
	margin-right: 3.5%;
}

.co3_list2 li span{
	display:block;
	font-size:1.2rem;
	font-size: clamp(1rem,1vw,1.2rem);
}

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

.co3_list2 li:nth-child(3n+3){
	margin-right:0;
}
	
.co3_div31 .title_area{
	margin-bottom: 40px;
	flex-direction:column;
}

.co3_div31 .title_area .left{
	max-width: initial;
	width:100%;
	margin-bottom:20px;
}

.co3_div31 .title_area .text{
	max-width:initial;
	width:100%;
}

.bg_ye_top{
	height:40px;
}

.bg_ye_bottom{
	height:40px;
}

.co3_div3 .img{
	margin:40px auto;
}

.co3_list3 li{
	width:32%;
	margin-bottom: 10px;
}
	
.sld2{
	margin:0 10%;
}

.co4_div .flex .text_area{
	max-width: 480px;
	width: 64%;
}

.co4_div .flex .img_area{
	max-width: 360px;
	width: 36%;
}

.sche_list li .left{
	padding-right: 25px;
}


.sche_list li:before{
	width:12px;
	height:12px;
	left: 80px;
}

.sche_list:before{
	left: 85px;
	top: 8px;
}



.co4_div .flex{
	max-width:595px;
	margin:30px auto 0;
}


.sche_list li{
	margin-bottom:40px!important;
}

.content03{
	margin-top:-40px;
	margin-bottom: 120px;
}


.content05{
	padding: 80px 0;
}

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


.flow_list li .img{
	width: 40%;
}

.title_area2{
	padding-bottom:20px;
}

.content06 .title_area{
	margin: 80px auto 0;
	padding-bottom: 20px;
}


.co6_list li{
	padding:30px 0;
}

.co6_list li .title{
	margin-bottom:15px;
}


footer > .bottom > .inner {
	padding: 0 0 200px;
}

footer .bottom:before{
	height: 600px;
}
	
.hLogo{
	margin-left: 0px;
}

#cover {
	margin:60px auto 0;
}

.co3_div31 .title_area .left .ab_img{
	top: -110px;
	max-width:150px;
	left: 30px;
}


.news01 .flex .news_cate_area{
		max-width:initial;
	width:100%;
	order:3;
}

.news01 .flex .content_area{
	max-width:initial;
	width:100%;
	order:1;
}

.pagination-list{
	margin: 30px auto 60px;
	width: 100%;
	order:2;
}

.news_list1 li.sld{
	margin:0 0 32px;
}

.news01{
	margin-bottom:60px;
}

.news01 .content_area > .btn1{
	margin:0 auto 60px;
}

.guide01{
	padding:0 0 60px;
}

.guide01 .flex{
	margin-bottom: 30px;
	flex-direction:column;
}

.guide01 .text_area{
	max-width:initial;
	width:100%;
	margin-bottom:30px;
}


.guide01 .img{
	max-width:400px;
	width:100%;
	margin:auto;
}

	
.guide02 .flex{
	margin-bottom: 30px;
	flex-direction:column-reverse;
}

.guide02 .text_area{
	max-width:initial;
	width:100%;
	margin-bottom:30px;
}


.guide02 .img{
	max-width:400px;
	width:100%;
	margin:auto;
}

.guide03_div{
	padding: 30px 0%;
}

.guide03{
	padding: 60px 0 120px;
}

.guide02 .text_area .text{
	font-size:1.6rem;
}

.guide01 .text_area .text{
	font-size:1.6rem;
}

.contact01_div2{
	border:4px solid #17A9E3;
	margin:30px auto 0;
	padding:30px 0;
	border-radius:10px;
}

.contact01_div3{
	padding: 40px 0 120px;
}

.contact01_div1 .text{
	text-align:left;
}
.clearForm, .clearForm2, .toHome{
	padding-left: 2em;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.sp-sp2{
	display:none;
}

.spTel  {
	display: inline;
}

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

table {
	width: 100%;
}

th, td {
	width: 100% !important;
	display: block;
}

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

#pageTop {
	display: none !important;
}

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

.sp nav {
	margin: 0 auto;
}

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

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;
	padding: 16px 0 0;
	border-bottom: none;
}

.contact_tb td {
	font-size: 100%;
	padding:10px 0 16px;
}


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

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


.contact_div .img{
	max-width: 140px;
}


body {
	line-height: 1.8;
	font-size: 1.6rem;
}

.flow_list{
	flex-direction:column;
}

.flow_list li{
	width:100%;
	height:80vw;
	max-width: 210px;
	margin: 0 auto 50px;
	max-height: 200px!important;
}


.flow_list li:before{
	transform: rotate(135deg);
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
	top: auto;
}

.flow_list li:last-child{
	margin:0 auto;
}

.flow_list li .num{
	top: -16px;
}

.flow_list li .text{
	margin-top:12px!important;
}


.co2_div31 .text2{font-size: 3.2rem;}


.co2-sou2 .sou-1{left: -1%;bottom: -31%;}

.co2-sou2 .sou-2{left: 6%;top: -5%;}

.co2-sou2 .sou-3{right: 2%;top: -18%;}

.co2-sou2 .sou-4{right: -4%;bottom: -40%;}


.co2_div3 .flow_list:before{
	width: 80px;
	height: 102px;
	left: 7%;
}

.co2_div3 .flow_list:after{
	width: 50px;
	height: 62px;
	bottom: 0%;
}


.bg_ye_cen h2{
	top: 40px;
}

.co3_div1 .title_area{
	margin-bottom: 20px;
	flex-direction:column;
	align-items:flex-start;
}

.co3_div1 h4 img{
	margin-right:10px;
}
	
.title_area1{
	flex-direction: column-reverse;
	align-items:flex-start;
}

.title_area1 p{
	text-align:right;
	font-size: 2rem;
	display: none;
}

.co3_list2{
	justify-content:space-between;
}
	
.co3_list2 li{
	width:48%;
	margin-right:0!important;
	height: 70px;
}


.co3_list3 li{
	width:48%;
	max-width:400px;
	font-size:1.2rem;
}

.sld2{
	margin:0 10%;
}

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

.co4_div .flex .img_area{
	display:none;
}

.co4_div .flex{
	max-width:400px;
	margin:30px auto 0;
}

.sche_list li .left{
	padding-right: 0px;
	width: 32%;
}


.sche_list li:before{
	left: 120px;
}

.sche_list:before{
	left: 125px;
}


.sche_list li .right{
	padding-left: 0;
	width: 61%;
	font-size: 1.4rem;
}


.sche_list li{
	justify-content:space-between;
}


.bg_blu_top{
	height:80px;
}

.bg_blu_bottom{
	height:80px;
}

footer .flex{
	flex-direction:column;
}
	
footer .flex .left{
	width:100%;
	margin: 20px auto 30px;
}


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

footer .contact_area{
	margin: 0 auto 30px;
}

footer .btn2{
	margin:33px auto;
}


footer .sns_list{
	margin: auto;
}



footer > .bottom > .inner {
	padding: 0 0 50px;
}

footer .bottom:before{
	height: 600px;
}

	
.sld .img{
	height: 40vw;
}

.guide_tb th:before{
	display:none;
}

.guide_tb th{
	padding:20px 0 0;
}

.guide_tb td{
	padding:5px 0 20px;
	font-size:1.6rem;
}

.content04 .sou-5{
    right: 13%;
    bottom: 9%;
    width: 20%;
}

.content04 .sou-6{
    right: 2%;
    bottom: 25%;
    width: 20%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

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

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

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




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

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

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


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

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

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