@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/

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

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

p{
	letter-spacing: 0.05em;
}

.josef{
	font-family: "Josefin Sans", sans-serif!important;
	font-weight: 700;
}

select {
	-webkit-appearance: none;
	appearance: none;
	color: #333!important;
}

input[type="date"]{
    -webkit-appearance: none;
	color: #333!important;
}

input[type="date"]::-webkit-date-and-time-value{
    text-align: left;
	color: #333!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #2EBBE6!important;
}
.blue2{
	color: #2A8CDD!important;
}
.blue3{
	color: #C4F1FF;
}
.red{
	color: #E05C5C;
}
.green{
	color: green;
}
.yellow{
	color: #FEEA5E;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #2EBBE6;
}
.bgblu2{
	background: #2A8CDD;
}
.bgblu3{
	background: #EEF9FE;
}
.bggblu{
	background: linear-gradient(to right, #24A5CD , #288FDB);
}
.bgbla{
	background:#333;
}
.bgred{
	background: #E05C5C;
}
.bggre{
	background: green;
}
.bgyel{
	background: #FEEA5E;
}

/*リンク表示方法*/

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

.btn1{
	min-height: 64px;
	max-width: 264px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	font-weight: 700;
	transition: .4s;
	margin: auto;
	position:relative;
}

.arrow:before{
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

.bgwh.arrow:before{
border-top: solid 3px #2A8CDD;
  border-right: solid 3px #2A8CDD;
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.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;
	background: #fff;
	height: 80px;
}

header.headerScroll{
	background: #fff;
}

.hd_left{
	display:flex;
	position: relative;
	height: 80px;
	max-width: 916px;
	width: 56%;
	align-items: center;
}

.hLogo{display: flex;max-width: 500px;width: 57%;align-items: center;}

.hLogo a{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top: 0;
	left: 0;
	background: #fff;
	transition: .4s;
	max-width: 160px;
	width: 20%;
	height: 160px;
}

.hLogo a img{
	max-width:140px;
	width:100%;
	height: 100%;
	object-fit: contain;
	transition: .4s;
}

.hLogo .title{
	font-size:clamp(1.2rem,1.6vw,1.8rem);
	font-weight:700;
	margin-left: 35%;
}

.hLogo .title span{
	display:block;
	font-size:clamp(1rem,0.8vw,1.2rem);
	font-weight:400;
}


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

.hd_div1{
	margin-right: auto;
	width: 80%;
	max-width: 516px;
}

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

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

.hd_tel .text{
	font-size:1.4rem;
	font-weight:700;
	line-height:1.5;
	display:flex;
	align-items:center;
	justify-content:center;
	height:24px;
	border-radius:12px;
	margin-right: 8px;
	border:2px solid #2A8CDD;
	min-width:80px;
}

.hd_tel .text.bgwh{
	border:2px solid #2A8CDD;
}

.hd_tel a{
	color:#2A8CDD;
	font-size: clamp(1.8rem,1.5vw,2.4rem);
	line-height: 1;
	padding-top: 6px;
}

.hd_div1 .text2{
	font-size: clamp(1rem,0.9vw,1.4rem);
	font-weight:400;
	letter-spacing:0.05em;
	line-height:1.428;
	margin-top:7px;
}

.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: 43%;
	display: flex;
	max-width: 680px;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 80px;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 377px;
	width: 42%;
	margin-left: auto;
}

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.429;
	color: #2A8CDD;
}



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

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 120px;
	width: 20%;
	margin-left: auto;
	position: absolute;
	top: 0;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	max-width:160px;
	width:100%;
	height: 120px;
	font-size: clamp(1.2rem,1.2vw,1.6rem);
	font-weight: 700;
	line-height: 1.5;
	transition: .4s;
	text-align: center;
}

.hd_link_btn1 img{
	max-width:40px;
}

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

.headerScroll .hLogo a{
	height:80px;
	max-width:140px;
}

.headerScroll .hd_link_btn1{
	width:100%;
	height: 80px;
}

.headerScroll .hd_link_btn1 .text{
	display:none;
}

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

#modal {
	display: none;
}

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

#cover {
	max-width: 1760px;
	width: 95%;
	margin: 80px auto 0;
	background: url(./img/top/mv.jpg) no-repeat center top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 800px;
	height: 80vw;
	position: relative;
}

#cover .text_area{
	position:relative;
	border-top: 8px solid #2A8CDD;
	max-width: 958px;
	width: 85%;
	margin: auto;
	border-radius: 0 0 8px 8px;
	padding: 41px 2% 50px;
	z-index:1;
}

#cover .text_area:before{
	position:absolute;
	content:"";
	max-width:198px;
	max-height:134.44px;
	width: 35%;
	height: 45%;
	background:url(./img/top/mv2.svg)no-repeat right bottom;
	background-size:contain;
	right:15px;
	bottom:0;
	z-index:-1;
}

#cover .ab_text{
	position:absolute;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	font-size: clamp(1.2rem,3vw,2.4rem);
	line-height:1;
	max-width: 168px;
	max-height: 168px;
	width: 21%;
	height: 17vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	left: -61px;
	top: -85px;
}

#cover .ab_text span{
	display:block;
	font-size: clamp(1.8rem,4vw,4.8rem);
	margin-top: 8px;
}

#cover .text_area .title{
	text-align:center;
	font-size: clamp(3rem,7vw,8rem);
	font-weight: 700;
	line-height:1.45;
}

#cover .text_area .title  span.black{
	display:block;
	font-size:clamp(2rem,3vw,3.2rem);
	line-height:1.4375;
}

#cover .text_area .title  span.blue{
	display:block;
	font-size: clamp(1.6rem,2.7vw,2.4rem);
	line-height:1;
	margin-top:17px;
}

#cover .text_area .img{
	position:absolute;
	left: -28%;
	max-width: 392px;
	width: 41%;
	bottom: -50%;
}

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

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

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

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

.inner2.right{
	margin: 0 2.084% 0 auto;
}

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

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

.mainTit .en_tit{
	line-height: 1;
	font-weight:700;
	font-size: large;
	display: block;
	margin-top: 24px;
}

.mainTit2{
	line-height: 1.677;
	font-weight: 700;
	font-size: clamp(2.4rem,3vw,3.2rem);
}

.mainTit2_en{
	line-height: 1;
	font-weight: 700;
	font-size: clamp(4rem,8vw,12.8rem);
}

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


.mainTit3{
	line-height: 1.677;
	font-weight: 700;
	font-size: clamp(2.4rem,3vw,4rem);
	text-align: center;
}


.content01{
	max-width:1920px;
	width:100%;
	padding: 120px 0 160px;
}

.content01 .flex{
	position: relative;
	padding-bottom: 120px;
}

.content01 .flex .text_area{max-width: 720px;width: 50%;}

.content01 .flex .text_area .mainTit2_en{
	margin-bottom:24px;
}

.cont01_div1{
	margin:88px 0 55px;
	border: 4px solid #2A8CDD;
	border-radius: 8px;
	position: relative;
	max-width: 500px;
	padding: 60px 4% 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.cont01_div1 .text{
	position:absolute;
	top: -24px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	font-size:clamp(1.3rem,1.7vw,1.8rem);
	min-height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:8px;
	width: 90.245%;
	font-weight:700;
}

.dot_list li{
	position:relative;
	padding-left:22px;
	font-size: clamp(1.4rem,1.7vw,1.6rem);
}

.dot_list li:before{
	position:absolute;
	content:"●";
	font-size:1.4rem;
	line-height:1;
	color:#2A8CDD;
	left:0;
	top:7px;
}

.content01 .flex .img{
	max-width: 880px;
	width: 61%;
	position: absolute;
	margin-left: auto;
	right: 0;
	z-index: -1;
}

.content01 .flex .img1{
	max-width: 648px;
	width: 75%;
	margin-left:auto;
}

.content01 .flex .img2{
	max-width: 355px;
	width: 41%;
	margin-top: -21%;
}

.cont01_div2{
	display:flex;
	background:#EEF9FE;
	align-items: center;
}

.cont01_div2 .img{
	max-width:580px;
	width: 54%;
	height: 42vw;
	max-height: 275px;
}


.cont01_div2 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:right;
}

.cont01_div2 .text_area{
	max-width:416px;
	width: 44%;
	margin: 0 auto;
}

.cont01_div2 .text_area h3{
	font-size: clamp(2rem,2.4vw,2.4rem);
	font-weight:700;
	line-height: 1.5;
	margin-bottom:5px;
}


.content02{
	background: url(./img/top/bg2.jpg)no-repeat center;
	background-size:cover;
	padding: 80px 0 120px;
}

.feat_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin: 27px auto 40px;
}

.feat_list li{
	margin-top:85px;
	width:32%;
	max-width:333.33px;
	background:#fff;
	position:relative;
	padding: 56px 2.2% 24px;
	z-index: 1;
	border-radius: 8px;
}

.feat_list li .img{
	position:absolute;
	top:-48px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}

.feat_list li .num{
	position:absolute;
	font-size: clamp(7rem,16vw,11.7rem);
	line-height:1;
	color:#EEF9FE;
	z-index:-1;
	right: 0px;
	bottom: 0;
}

.feat_list li h3{
	text-align:center;
	font-size: clamp(2rem,2.7vw,2.4rem);
	font-weight:700;
	margin-bottom:16px;
}

.content02 .btn1{
	margin:auto;
}

.content03{
	padding: 120px 0;
}

.job_list{
	margin: 56px auto 64px;
	display:flex;
	justify-content:space-between;
}

.job_list > li{
	width: 19%;
	max-width: 183px;
}

.job_list > li .img{
	position:relative;
	margin-bottom: 16px;
}

.job_list > li .img p{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	font-size: clamp(1.6rem,2.4vw,2.4rem);
	font-weight:700;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.458;
}

.content03 .btn1{
	margin:auto;
}

.content04{
	padding: 80px 0;
	background: #EEF9FE;
}

.content04 .left{
	max-width:210px;
	width: 19%;
}


.content04 .right{
	max-width:860px;
	width: 80%;
}

.content04 .left .mainTit{
	text-align:left;
}

.news_list li{
	padding:32px 0;
	border-bottom:1px solid #CCCCCC;
	position: relative;
}

.news_list li:first-child{
	padding:0px 0 32px;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li .cate{
	background:#FFFFFF;
	max-width:fit-content;
	color:#2EBBE6;
	border:1px solid #2EBBE6;
	border-radius:16px;
	height:32px;
	padding: 0 14px;
	font-size:1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.news_list li .title{
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 700;
}

.news_list li .text{
	margin-bottom: 16px;
}

.news_list li:last-child{
	border:none;
}

.news01 .news_list li:last-child{
	border-bottom:1px solid #CCCCCC;
}

.btn2{
	font-size: 1.4rem;
	font-weight: 700;
	width: 97px;
	display: flex;
	align-items: center;
	justify-content: end;
	margin-left: auto;
	position:relative;
}

.arrow2{
	position:relative;
}

.arrow2:before{
	position:absolute;
	content:"";
	width:16px;
	height:16px;
	background:url(./img/common/btn_arrow.svg)no-repeat;
	background-size:contain;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.content04 .btn1{
	margin:32px auto 0;
}

.contact_area{
	margin-top:185px;
	padding:86px 0 56px;
	background:url(./img/common/bg_contact.jpg)no-repeat center;
	background-size: cover;
	position: relative;
}

.contact_area .mainTit2_en{
	position:absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 130px;
	font-size: clamp(4rem, 11vw, 12.8rem);
}

.contact_area .mainTit2{
	text-align:center;
	margin-bottom: 16px;
}

.contact_area .text{
	text-align:center;
	font-size: clamp(1.4rem,2.3vw,1.6rem);
}

.contact_area .text2{
	text-align:center;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	font-weight:700;
	line-height:1.444;
}

.cont_list{
	margin:56px auto 40px;
	display:flex;
	justify-content:space-between;
	max-width: 880px;
	width: 100%;
}

.cont_list li{
	max-width:266.67px;
	width: 32.5%;
	background:#FFFFFF;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 31px 0.5%;
	position: relative;
	transition:.4s;
}

.cont_list li:nth-child(2):hover,
.cont_list li:nth-child(3):hover{
	opacity:0.7;
}

.conta_div1 a{
	display:flex;
	align-items:center;
}

.conta_div1 a:first-child{

	margin-bottom:16px;
}

.conta_div1 a p{
	font-size: clamp(1.6rem,2.5vw,2.4rem);
	font-weight:700;
	line-height:1;
}

.conta_div1 a .left{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-size:1.2rem;
	width:48px;
	height:48px;
	border-radius:50%;
	margin-right: 8px;
}

.conta_div1 a .left img{
	width:20px;
}

.conta_div2 .img{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:8px;
	font-size: clamp(1.6rem,4vw,2.4rem);
	font-weight:700;
	line-height:1;
}

.conta_div2 .img.mail img{
	max-width:50px;
}

.conta_div2 .img.fax img{
	max-width:45px;
}

.conta_div2 .img img{
	margin-right:7px;
}

.map{
	width:100%;
	height:400px;
}

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

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

.ft_list{
	background:#EEF9FE;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 29.5px 0;
}

.ft_list li{
	font-size:1.4rem;
	margin-right: 2.102%;
}

footer .left .logo {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

footer .logo  a{
	width:88px;
}

footer .logo p{
	font-size: clamp(1.5rem,4vw,2.1rem);
	font-weight:700;
	line-height: 1.52;
	margin-left: 16px;
	letter-spacing: 0.04em;
}

footer .logo p span{
	font-size: clamp(1.2rem,4vw,1.4rem);
	display: block;
}

footer .left .text{
	font-size:1.4rem;
	margin-bottom:24px;
}

.ft_list2 li{
	display:flex;
	margin-bottom:8px;
	align-items:center;
}

.ft_list2 li .text1{
	font-size:1.4rem;
	border:1px solid;
	max-width:104px;
	height:36px;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:104px;
	margin-right:8px;
}

.ft_list2 li .text2{
	font-size:1.4rem;
}

.copyright {
	text-align: center;
	padding: 21px 0;
	font-size: 1.2rem;
}

footer .flex{
	padding: 66px 0 80px 9.26%;
}

footer .flex .left{
	max-width:346px;
	width: 41%;
}

footer .flex .right{
	max-width:520px;
	width: 58%;
}

footer .flex .right .title{
	font-size: clamp(2rem,4vw,2.4rem);
	border-left:7px solid;
	border-bottom:1px solid;
	padding:0 0 10px 8px;
	line-height:1;
	margin-bottom:25px;
}

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

.ft_flex .text_area{
	max-width:196px;
	width:40%;
}

.ft_flex .text_area .text{
	font-size:1.4rem;
}

.ft_flex .text_area .text span{
	display:block;
	font-weight:700;
}

.ft_flex .text_area .text2{
	font-size:1.2rem;
	margin-top:16px;
}

.ft_flex .img{
	max-width:300px;
	width:58%;
}




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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 32px 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;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	height: 100%;
	margin: 0!important;
	text-align: center;
}


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

.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: #FAFAFA;
	border: none;
}

input[type="date"],
select{
	max-width:204px;
	background:#fff;
	border:1px solid #3A3D50;
	border-radius:8px;
	-webkit-appearance: none;
	appearance: none;
	height:42px;
	width:100%;
}

.select_arrow{
	max-width: 204px;
	position: relative;
}


.select_arrow:before{
	position:absolute;
	content:"";
	width: 6px;
	height: 6px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(135deg);
	right: 15px;
	top:0;
	bottom: 0;
	margin: auto;
}

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

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

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

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

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

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

.contact_tb {
	width: 100%;
	margin: 32px auto 88px;
	max-width: 880px;
}

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

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

.contact_tb td {width: 61%;font-weight: 400;}

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

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

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


.pri_div{
	width:100%;
	padding: 29px 1.64% 0;
	height:285px;
	overflow-y:scroll;
	background: #F8F8F8;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-bottom: 56px;
}

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

.pri_div h3{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	margin-bottom:16px;
}

.pri_div .text{
	font-size:1.6rem;
	font-weight: 500;
	margin-bottom:24px;
}

.pri_div dt{
	font-size:1.6rem;
	font-weight: 700;
}

.pri_div dt .title{
	font-size:1.8rem;
}

.pri_div dd{
	font-size:1.6rem;
	font-weight: 500;
	margin-bottom:24px;
}

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 32px;
	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;
}

.contact01_div2{
	margin: 40px auto 44px;
}

.select_arrow2{
	max-width: 204px;
	position: relative;
	width: 100%;
}


.select_arrow:before,
.select_arrow2:before{
	position:absolute;
	content:"";
	width: 6px;
	height: 6px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(135deg);
	right: 15px;
	top:0;
	bottom: 0;
	margin: auto;
}

input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0;
}


.ver{
	vertical-align:top;
}

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

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




.hdbr{
	display:none;
}

/* price */

#cover2{
	height: 320px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:80px;
}

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

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

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

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

#cover2 .title{
	font-size: clamp(1.5rem,4vw,1.6rem);
	font-weight:400;
}

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

.price01{
	padding: 80px 0 0;
}

.tit_text1{
	text-align:center;
	margin-top:40px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.price_area{
	max-width:880px;
	width:100%;
	margin:80px auto 0;
}

.right_text{
	text-align:right;
	font-size:1.4rem;
	margin-bottom:16px;
}

.price_list{
	padding:24px 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.price_list li{
	display:flex;
	justify-content:space-between;
	background:#fff;
	align-items:center;
	padding: 16px 2.729%;
}

.price_list li:nth-child(2n){
	background:#EEF9FE;
}

.price_list li .left{
	font-size:1.6rem;
	font-weight:700;
}

.price_list li .right{
	display:flex;
}

.price_list li .right .text{
	font-weight:700;
}

.price_list li .right .text .small{
	font-size:1.4rem;
}

.price_list li .right .cate{
	font-size:1.4rem;
	background:#fff;
	border:1px solid #2A8CDD;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0 7px;
	margin-right: 16px;
}

/* news */
.news01{
	padding: 80px 0 0;
}

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


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

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

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

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

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

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

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

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background:#2A8CDD;
	color:#fff;
	opacity:1;
}

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

.news01_div .title_area{
	padding-bottom:38px;
	margin-bottom:38px;
	border-bottom:1px solid #ccc;
}

.news01_div .title_area h2{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
}
.news01_div .title_area .cate{
	background:#FFFFFF;
	max-width:fit-content;
	color:#2EBBE6;
	border:1px solid #2EBBE6;
	border-radius:16px;
	height:32px;
	padding: 0 14px;
	font-size:1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.detail_area{
	margin-bottom: 80px;
}

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

.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

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

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

.news01_div .btn1{
	margin:auto;
}

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

/* contact */

.contact01{
	padding:80px 0 0;
}

.contact01_div1{
	background:#EEF9FE;
	margin:56px auto 80px;
	padding: 32px 3.637%;
}

.contact01_div1 .top{
	padding-bottom: 32px;
	border-bottom: 1px solid #2EBBE6;
	margin-bottom: 32px;
}

.contact01_div1 .top > .text{
	line-height: 2;
	margin-bottom: 32px;
}

.contact01_div1 .bottom > .text{
	line-height: 2;
}

.contact01_div1 .top .flex{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

.contact01_div1 .top .flex .left{
	display:flex;
	align-items:center;
	margin-right: 3%;
}

.contact01_div1 .top .flex .left .text{
	border-radius:12px;
	font-size:1.4rem;
	font-weight:700;
	padding: 5px 11px;
	line-height: 1;
	margin-right: 8px;
}

.contact01_div1 .top .flex .left a{
	font-size: clamp(2.4rem,3vw,4rem);
	line-height:1;
	letter-spacing: 0.05em;
}

.contact01_div1 .top .flex .right{
	display:flex;
	align-items:center;
}

.contact01_div1 .top .flex .right .text1{
	font-size:1.4rem;
	border:1px solid #2A8CDD;
	background:#fff;
	color:#2A8CDD;
	padding:4px 8px;
	margin-right:8px;
}

.contact01_div1 .top .flex .right .text2{
	font-size:1.4rem;
}

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

.rad_flex label{
	margin-right:5%;
}

.tb_text{
	position:absolute;
	left: -166px;
	text-align: right;
	top: 0;
	bottom: 0;
	margin: auto;
	height: max-content;
}

.tb_text.tb_text2{
	left: -133px;
}

.contact_tb td .flex{
	position:relative;
	margin-bottom: 16px;
}


input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 3px;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* service */

.serv01{
	margin:140px 0 0;
}

.serv01_div1{
	position:relative;
	z-index: 2;
	padding: 80px 0 48px;
}

.serv01_div1:before{
	position:absolute;
	content:"";
	width:100%;
	height: 88%;
	top:0;
	left:0;
	background:url(./img/service/bg11.png)no-repeat center bottom;
	background-size:cover;
	max-height:816px;
	z-index:-1;
}

.serv01_div1 .mainTit2_en{
	position:absolute;
	line-height: 130px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: -50px;
}

.serv01_div11{
	padding:232px 0 0;
	position:relative;
	margin: 40px auto 71px;
}

.serv01_div11 .img1{
	max-width:544px;
	margin:auto;
	width: 51%;
}

.serv01_div11 .img2{
	position:absolute;
	bottom: 17.6%;
	left: 0%;
	width: 29%;
	max-width: 256px;
}

.serv01_div11 .img3{
	position:absolute;
	max-width:256px;
	top: 4.696%;
	width: 29%;
	left: 17.223%;
}

.serv01_div11 .img4{
	position:absolute;
	max-width:256px;
	right: 17.223%;
	top:0;
	width: 29%;
}

.serv01_div11 .img5{
	position:absolute;
	max-width:256px;
	bottom: 28.55%;
	right: 1.112%;
	width: 29%;
}

.serv01_div1 .title{
	max-width:880px;
	margin:auto;
	min-height:80px;
	border-radius:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.8rem,3vw,3.2rem);
	position:relative;
	text-align: center;
}

.serv01_div1 .title:before{
	position:absolute;
	content:"";
	width:81px;
	height:81px;
	background:url(./img/service/co16.png)no-repeat;
	background-size:contain;
	left:2%;
	top:-49px;
}

.serv01_div2{
	position:relative;
	z-index:1;
	padding: 0 0 80px;
}

.serv01_div2:before{
		position:absolute;
	content:"";
	width:100%;
	height:913px;
	bottom:0;
	left:0;
	background:url(./img/service/bg12.jpg)no-repeat center bottom;
	background-size:cover;
	max-height:816px;
	z-index:-1;
}

.serv01_div2 .fuki_area{
	text-align: center;
}

.serv01_div2 .fuki{
	font-size: clamp(2rem,3vw,3.2rem);
	font-weight:700;
	display: inline-block;
	position:relative;
	padding:0 40px;
	line-height:1.4375;
}

.serv01_div2 .fuki:before,
.serv01_div2 .fuki:after{
	position:absolute;
	content:"";
	width:30px;
	height:35px;
	top:0;
	bottom:0;
	margin:auto;
}

.serv01_div2 .fuki:before{
	background:url(./img/service/fuki_left.svg)no-repeat;
	background-size:contain;
	left:0;
}
.serv01_div2 .fuki:after{
	background:url(./img/service/fuki_right.svg)no-repeat;
	background-size:contain;
	right:0;
}

.ser_list{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.ser_list li{
	width: 30.865%;
	margin-right: 3.7025%;
	background:#fff;
	box-shadow:0 0 8px #00000029;
	margin-top:90px;
	position:relative;
	padding: 38px 0% 32px;
	border-radius: 8px;
	text-align: center;
	font-size: clamp(1.4rem,1.7vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
	font-weight:700;
	z-index:1;
}

.ser_list li .text{
	position:relative;
	z-index:2;
}

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

.ser_list li .num{
	position:absolute;
	font-size: clamp(2.4rem,3vw,4rem);
	left:0;
	right:0;
	margin:auto;
	top: -48px;
	z-index: 2;
	line-height: 96px;
}

.ser_list li:before{
	position:absolute;
	content:"";
	width:96px;
	height:96px;
	background:#fff;
	left:0;
	right:0;
	margin:auto;
	top:-48px;
	border-radius:50%;
	z-index:1;
	box-shadow: 0px 0px 8px #00000029;
}

.ser_list li:after{
	position:absolute;
	content:"";
	background:#fff;
	height:100%;
	width:90%;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
}

.serv02{
	padding:120px 0 0;
}

.serv02 .mainTit{
	margin-bottom:80px;
}

.ser_list2 > li{
	background:#EEF9FE;
	border:8px;
	margin-bottom:105px;
	padding: 80px 9%;
	position:relative;
}

.ser_list2 > li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 25px solid #2EBBE6;
	border-bottom: 0;
	bottom:-65px;
	left:0;
	right:0;
	margin:auto;
}

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

.ser_list2 li .flex > .text_area{
	max-width:400px;
	width: 48%;
}

.ser_list2 li .flex > .img{
	max-width:440px;
	width: 50%;
}

.ser_list2 li .flex .text_area .title_area{
	display:flex;
	align-items:center;
	margin-bottom:16px;
}

.ser_list2 li .flex .text_area .title_area .step{
	text-align:center;
	background:#2A8CDD;
	color:#fff;
	border-radius:50%;
	width:64px;
	height:64px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	line-height:1.2;
	font-size:1.4rem;
	padding-top:8px;
	margin-right:16px;
}

.ser_list2 li .flex .text_area .title_area .step span{
	display:block;
	font-size:2.4rem;
}

.ser_list2 li .flex .text_area .title_area .title{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height: 1.5;
	display:flex;
	align-items:center;
}

.ser_list2 li .flex .text_area .title_area .title span{
	display:flex;
	align-items:center;
	height:28px;
	width:61px;
	margin-left:16px;
	border-radius:16px;
	align-items:center;
	justify-content:center;
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:0.05em;
}

.serv02_div11{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FFFFFF;
	border:4px solid #2EBBE6;
	border-radius:8px;
	position:relative;
	max-width: 400px;
}

.serv02_div12{
	margin-bottom:24px;
}

.serv02_div11 a{
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	min-height: 72px;
}

.serv02_div11 a .left{
	display:flex;
	align-items:center;
	width:48px;
	height:48px;
	border-radius:50%;
	justify-content:center;
	font-size:1.2rem;
	font-weight:700;
	margin-right:8px;
}

.serv02_div11 a .text2{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:700;
}

.serv02_div11 .fax{
	display:flex;
	align-items:center;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	margin-right: 16px;
}

.serv02_div11 .fax img{
	max-width:36px;
	margin-right:8px;
}

.serv02_div13 a > p{
	font-size:1.4rem;
}

.serv02_div1{
	margin-bottom: 40px;
}

.serv02_div2{
	display:flex;
	background:#fff;
	border:4px solid #2A8CDD;
	border-radius:8px;
	margin-top:105px;
	align-items:center;
	justify-content:center;
	min-height:120px;
	position:relative;
}

.serv02_div2:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 25px solid #2EBBE6;
	border-bottom: 0;
	top:-65px;
	left:0;
	right:0;
	margin:auto;
}

.serv02_div2 .left{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:700;
	margin-right: 7%;
}

.serv02_div2 .left .img{
	display:flex;
	align-items:center;
	
}

.serv02_div2 .left img{
	margin-right:16px;
}

.consul_area.contact_area .mainTit2{
	text-align:left;
	margin-bottom: 24px;
}

.consul_area.contact_area .text{
	text-align:left;
	font-size: 1.6rem;
}

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

.consul_area .flex > .left{
	max-width:420px;
	width: 49%;
}

.consul_area .flex > .right{
	max-width:400px;
	width: 49%;
}

.dot > span{
	position:relative;
}

.dot > span:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	background:#2A8CDD;
	border-radius:50%;
	left:0;
	right:0;
	margin:auto;
	top:-5px;
}
.contact_tb  .rad_flex > span  {
    display: block ;
    width: 50%;
}
.contact_tb  .rad_flex span  {
    display: inline-block ;
}
.contact_tb  .rad_flex span label  {
    display: flex;
    align-items: center;
}
.send_btn.btn1 input {
    background: none;
    border: none;
    color: #FFF;
    font-weight: bold;
}
#mw_wp_form_mw-wp-form-15 {
    /* margin: 30px auto; */
    /* max-width: 600px; */
}
.contact #mw_wp_form_mw-wp-form-15 {
    max-width: initial;
}
#mw_wp_form_mw-wp-form-15 h2 {
    /* font-size: 2rem; */
    /* margin-bottom: 1rem; */
}
#mw_wp_form_mw-wp-form-15 a {
    /* display: block; */
    /* margin: 2rem auto 0; */
    /* width: 300px; */
    /* border: 1px solid #CCC; */
    /* text-align: center; */
    /* padding: 1rem; */
}
#mw_wp_form_mw-wp-form-15 a:hover {
    /* background: #292727; */
    /* color: #FFF; */
}
/*-- 固定ここまで --*/


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

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

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


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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.nav_list1{
	max-width: 377px;
	width: 35%;
}
.hLogo{width: 64%;}

.hd_tel .text{
	font-size:1.2rem;
	margin-right: 4px;
	min-width:70px;
}

.hd_div1{
	width: 78%;
}

.nav_list1 a {
	font-size: 1.2rem;
}


#cover .text_area .img{
	left: -10%;
	width: 30%;
	bottom: -40%;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content01 .flex .img{
	max-width: 880px;
	width: 48%;
}

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

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

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

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

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

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


	
.hLogo .title{
	display:none;
}

.nav_list1{
	width: 70%;
}
.hLogo{width: 26%;}


.hd_left{
	width: 45%;
}

.hLogo a{
	width: 26%;
	height: 140px;
}

.pc_nav{
	width: 53%;
	max-width: 560px;
}

.hd_div1{
	width: 77%;
	max-width: 400px;
}



.hd_link{
	width: 20%;
}

.nav_list1 a {
	font-size: 1.4rem;
}

.ser_list2 > li{
	padding: 50px 4.5%;
	margin-bottom: 80px;
}

.ser_list2 > li:before{
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 18px solid #2EBBE6;
	bottom: -50px;
}

.serv02_div2:before{
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 18px solid #2EBBE6;
	top: -50px;
}
	
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


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




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

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

.hd_link_btn1{
	height: 80px;
}

.nav_list1 a {
	font-size: 1.2rem;
}

.hLogo a{
	width: 29%;
	height: 120px;
}

.hd_tel .text{
	min-width:initial;
	padding:0 5px;
}


.hd_tel a{
	font-size: clamp(1.4rem,2vw,3rem);
}

.cont01_div1{
	margin:50px 0 20px;
	padding: 40px 4% 25px;
}

.hdbr{
	display: contents;
}


footer .flex{
	padding: 66px 0 80px 0%;
}

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

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

	.serv01_div1 .mainTit2_en{
	top: -60px;
}

.ser_list li{
	width: 32.5%;
	margin-right: 1.25%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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



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

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


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

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

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

.nav_list1{
	display:none;	
}

.hLogo{width: 100%;}

.hLogo a{
	width: 100%;
	height: auto!important;
	position: initial;
	max-width: 100px!important;
}


header {
	padding: 0 15px 0 0;
}

#cover {
	min-height: 450px;
}

#cover .text_area{
	border-top: 4px solid #2A8CDD;
	width: 95%;
	padding: 31px 2% 35px;
}

#cover .text_area .img{
	left: -5%;
	width: 34%;
	bottom: -61%;
}

#cover .ab_text{
	font-size: clamp(1.2rem,2.2vw,2.4rem);
	width: 19%;
	height: 15vw;
	left: -40px;
	top: -65px;
}

#cover .ab_text span{
	font-size: clamp(2.4rem,4vw,4.8rem);
}


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

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

.content01 .flex .text_area{max-width: 720px;width: 100%;}

.content01 .flex .img{
	max-width: 500px;
	width: 80%;
	position:initial;
	margin:50px auto 0;
}

.cont01_div1{
	margin:50px 0 20px;
	padding: 40px 4% 25px;
}


.cont01_div2{
	flex-direction:column;
}

.cont01_div2 .img{
	max-width:initial;
	width: 100%;
	height: 30vw;
}


.cont01_div2 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:right;
}

.cont01_div2 .text_area{
	max-width:initial;
	width: 95%;
	margin:20px auto;
}


.feat_list li{
	margin-top: 65px;
	width: 49%;
}

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

.content03{
	padding: 60px 0;
}


.job_list{
	margin: 30px auto 10px;
	justify-content:center;
	flex-wrap:wrap;
}

.job_list > li{
	width: 29%;
	margin-right: 6%;
	margin-bottom:30px;
}

.job_list > li:nth-child(3),
.job_list > li:last-child{
	margin-right:0;
}

.content04 .flex{
	flex-direction:column;
}
	
.content04 .left{
	max-width:210px;
	width: 100%;
	margin: 0 auto 20px;
}

.content04 .right{
	width: 100%;
}


.news_list li{
	padding:20px 0;
	border-bottom:1px solid #CCCCCC;
}

.news_list li:first-child{
	padding:20px 0;
}

.mainTit .en_tit{
	margin-top: 12px;
}

.contact_area{
	margin-top:120px;
	padding: 50px 0 50px;
}

.map{
	height:240px;
}

footer .flex{
	padding:30px 0 40px;
	flex-direction:column;
}

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

footer .flex .right{
	max-width:520px;
	width: 100%;
	margin:auto;
}

	
.content04 .left .mainTit{
	text-align:center;
}

.price_list li .left{
	font-size:1.5rem;
}

.price_list li .right{
	font-size:1.5rem;
}

.price_list li .right .text .small{
	font-size:1.2rem;
}

.price_list li .right .cate{
	font-size:1.2rem;
}

#cover2{
	height: 240px;
}


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

.contact_tb th{
	padding: 20px 0 0;
	border-bottom:none;
	line-height: 1.8;
}

.contact_tb td{
	padding: 15px 0 20px;
}


.tb_text{
	position:initial;
	margin: 0 8px 0 0;
	height: auto;
	text-align:left;
}

.contact_tb td .flex{
	flex-direction:column;
	margin-bottom: 8px;
}


.privacy_area label{
	font-size: 1.5rem;
}


.contact01_div1 .top .flex{
	flex-direction:column;
}

.contact01_div1 .top .flex .left{
	margin-bottom:10px;
}

.contact01_div1 .top .flex .left a{
	font-size: clamp(3rem,5vw,4rem);
}

.contact01_div1{
	margin:50px auto 40px;
	padding: 24px 3.637%;
}

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

.consul_area .flex > .left{
	max-width:initial;
	width: 100%;
	margin: auto;
}

.consul_area .flex > .right{
	width: 100%;
	margin: 40px auto 0;
}

.serv01_div11{
	padding: 176px 0 0;
	margin: 40px auto 90px;
}

.serv01_div1{
	padding: 60px 0 48px;
}


.serv01_div1:before{
	height: 91%;
	max-height:816px;
}

.serv01{
	margin:80px 0 0;
}

.ser_list li{
	width: 100%;
	font-size: 1.8rem;
	max-width: 500px;
	margin: 75px auto 0!important;
}

.ser_list{
	margin-top:40px;
}

.serv01_div2:before{
	width:100%;
	height: 115%;
	max-height: initial;
}

.serv02{
	padding:80px 0 0;
}

.serv02 .mainTit{
	margin-bottom:40px;
}

.ser_list2 > li > .flex{
	flex-direction:column;
}

.ser_list2 li .flex > .text_area{
	max-width:initial;
	width: 100%;
}

.ser_list2 li .flex > .img{
	max-width:320px;
	width: 100%;
	margin:30px auto 0;
}

.serv02_div1 .serv02_div11{
	margin:auto;
}

.serv02_div1 .serv02_div12{
	margin:0 auto 16px;
}

.serv02_div2{
	margin-top: 80px;
	min-height: 150px;
	flex-direction:column;
	padding: 0 5%;
}

.serv02_div2 .left{
	margin-bottom:15px;
}

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

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

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

.listUl li {
	width: 48%;
}





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

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

#cover .text_area .img{
	left: -5%;
	width: 40%;
	bottom: -61%;
	min-width: 178px;
}
	
#cover .ab_text{
	font-size: clamp(1.5rem,2.2vw,2.4rem);
	width: 19%;
	height: 15vw;
	left: -20px;
	top: -40px;
	min-width: 94px;
	min-height: 94px;
}

.feat_list li{
	width: 100%;
	margin: 65px auto 0;
}

.job_list > li{
	width: 32%;
	margin-right: 2%;
	margin-bottom:30px;
}

.dot_list li{
	position:relative;
	padding-left:8px;
	font-size: clamp(1.3rem,1.7vw,1.6rem);
}

.dot_list li:before{
	position:absolute;
	content:"●";
	font-size:1rem;
	line-height:1;
	color:#2A8CDD;
	left:-5px;
	top:7px;
}

.cont_list{
	margin: 35px auto 20px;
	flex-direction:column;
}

.cont_list li{
	width: 100%;
	padding: 20px 0.5%;
	margin:0 auto 20px;
	max-width:400px;
}


.conta_div1 a p{
	font-size:2.4rem;
}
.contact_area .text{
	font-size: 1.6rem;
}

.ft_list{
	padding: 15px 0;
	flex-direction:column;
}

.ft_list li{
	font-size:1.4rem;
	margin-right: 0%;
	padding:5px 0;
}


.ft_flex .img{
	width:100%;
}

.ft_flex{
	flex-direction:column;
}

.ft_flex .text_area{
	max-width:initial;
	width:100%;
	margin:0 auto 30px;
}


.content01 .btn1{
	margin:auto;
}

.cont01_div1{
	margin:50px auto 20px;
}

.pagination-list .page-numbers{
	width: 40px;
	height: 40px;
}

.serv01_div11{
	padding: 175px 0 0;
	margin: 0 auto 70px;
}


.serv01_div11 .img1{
	width: 45%;
}

.serv01_div11 .img2{
	bottom: 8.6%;
	width: 40%;
	max-width: 150px;
	left: -7%;
}

.serv01_div11 .img3{
	top: 15%;
	width: 40%;
	max-width: 150px;
	left: 7.223%;
}

.serv01_div11 .img4{
	right: 13.223%;
	top: 18%;
	width: 40%;
	max-width: 150px;
}

.serv01_div11 .img5{
	bottom: 8.55%;
	right: -8%;
	width: 40%;
	max-width: 150px;
}

.serv01_div1 .title:before{
	width: 71px;
	height: 71px;
	left: 0%;
	top: -60px;
}

.dot > span:before{
	width:6px;
	height:6px;
	top:-4px;
}



.serv01_div1:before{
	height: 88%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


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

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

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




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

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

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


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

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

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