@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html {
    overflow: auto;
  scroll-padding-top: 100px;
}

body {
	width: 100% !important;
	color: #4e3e36;
	line-height: 2.6667;
	overflow: hidden;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #faf9f3;
	font-family: "Zen Kaku Gothic Antique", sans-serif!important;
	font-weight: 500;
	z-index: 1;
	position: relative;
}

body:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/top/texcha.png);
    background-size: contain;
    top: 0;
    z-index: -1;
    left: 0;
    filter: opacity(0.1);
}

.fo_en{
    font-family: "Lato", sans-serif!important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption, button, input, textarea, select, i{
	letter-spacing:0;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #00a0e9;
}
.blue2{
	color: #19a8c8;
}
.red{
	color: #ff2a00;
}
.red2{
    color: #ff3800;
}
.green{
	color: #1eb381;
}
.green2{
	color: #36b98c;
}
.yellow{
	color: #fac000;
}
.yellow2{
    color: #ffe000;
}
.black{
	color: #4e3e36;
}
.orange{
    color: #ef7f0f;
}
.pink{
	color: #eb68a3;
}

.bgwh{
	background: #ffffff;
}
.bgbla{
	background:#4e3e36;
}
.bgblu{
	background: #00a0e9;
}
.bgblu2{
	background: #19a8c8;
}
.bgblu3{
	background: #c7e7f6;
}
.bglblu{
	background: #c7e4ff;
}
.bgred{
	background: #ff2a00;
}
.bgred2{
	background: #ff3800;
}
.bggre{
	background: #1eb381;
}
.bggre2{
	background: #36b98c;
}
.bgyel{
	background: #fac000;
}
.bgyel2{
	background: #ffe000;
}
.bgora{
    background: #ef7f0f;
}
.bgpink{
	background: #eb68a3;
}
.bgpink2{
	background: #f07bb0;
}
.bgpink3{
	background: #fae4ee;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #4e3e36;
}

a:visited {
	color: #4e3e36;
}

a:active {
	color: #4e3e36;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

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

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

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

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	top: 0;
	padding-left: 2%;
	padding-right: 1.563%;
	background: #fff;
}

header.headerScroll{
	/* background: #fff; */
}

.hLogo{
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 20px 0;
	height: 170px;
}


.hLogo h1{
	width:80%;
	max-width:88px;
}

.hLogo a{
	display:flex;
}


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

header .headerUl{
	display:none;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
}

.top_tb th {
	background: #d1ebfc;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,1.8rem);
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

.top_tb td {
	padding:1% 3%;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,1.8rem);
	letter-spacing: -0.03em;
}

.top_tb td:nth-child(1){
	width: 27.7%;
}

.top_tb td:nth-child(2){
	font-weight:500;
	width: 48.3%;
	padding: 1% 1%;
}

.top_tb td:nth-child(3){
}

.top_tb th,
.top_tb td{
	border-top:1px solid #000000;
	border-right:1px solid #c5c5c5;
	vertical-align: middle;
}


.top_tb th:last-child,
.top_tb td:last-child{
	border-right:none;
}

.top_tb td:last-child{
	padding-right:0;
	text-align:right;
}

.top_tb .top_tb_last_tr{
	border-right:none;
	border-bottom:1px solid #000000;
}

.top_tb .top_tb_last_tr .flex1{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items: center;
}

.top_tb .top_tb_last_tr .flex1 .text2 .red{
	font-size: clamp(1.8rem,2vw,2.3rem);
	color: #004378;
}

.taka_top05_text1{
	font-weight: 400;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	line-height: 2.222;
	margin-top: 3.38%;
}

.taka_top05_text1 span{
	display:block;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.taka_top05_text2{
	text-align:center;
	margin-top: 3.38%;
	font-size: clamp(2.6rem,3vw,4rem);
	font-weight: 700;
	line-height: 1.4;
}

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

.pc_nav{
	width: 85%;
	display: flex;
	max-width: 910px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: space-between;
	max-width: 855px;
	width: 56%;
	margin: 0 auto;
}

.nav_list1 li {
	margin-left:auto;
	position:relative;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: clamp(1.4rem, 1.2vw, 1.6rem);
	font-weight: 500;
}

.nav_list1 li:before{
	position:absolute;
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background: #00a0e9;
	left:0;
	right:0;
	margin:auto;
	display:none;
	top:-8px;
}

.recruit .nav_list1 li.recruit_nv a,
.service .nav_list1 li.service_nv a,
.website .nav_list1 li.top_nv a {
	color: #00a0e9;
}

.recruit .nav_list1 li.recruit_nv:before,
.service .nav_list1 li.service_nv:before,
.website .nav_list1 li.top_nv:before{
	display:block;
}




.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: 280px;
	width: 31%;
	min-width: 210px;
}

a.hd_link_btn1{
	display:flex;
	align-items:center;
	width:100%;
	height: 60px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	transition: .4s;
	color: #fff;
	position: relative;
	border-radius:60px;
	padding-left: 12%;
}


a.hd_link_btn1:hover{
	background: #ffae5d;
	opacity:1;
}


a.hd_link_btn1 img{
	position:absolute;
	right: 9%;
	top: -4px;
}

a.hd_link_btn1 .big{
	font-size:1.7rem;
	margin-right:6px;
}

a.hd_link_btn1:before{
	position:absolute;
	content:"";
	width: 97%;
	height:90%;
	border-radius:60px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	border: 2px dashed #ffffff54;
}

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

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/
.top_main_area{
	position:relative;
	max-width: 1920px;
	margin: 0 auto;
}

.top_main_area:before{
	position:absolute;
	content:"";
	width:100%;
	height: 108.5vw;
	bottom:0;
	left:0;
	background:url(../img/top/bg1.png)no-repeat bottom;
	background-size: cover;
	/* height: 1736px; */
	margin: auto;
	right: 0;
	z-index: -1;
	/* max-height: 2083px; */
	height: 2192px;
}

.mv_slider_area{
	position:absolute;
	right: 5vw;
	top:0;
	width: 42.938%;
}

/* slick内部のスライドに余白をつける */
.mv_slider .slick-slide {
	margin-bottom: 60px;
}

/* slickが内部でtransformを使うため余白を考慮する */
.mv_slider .slick-list {
	margin-bottom: -60px; /* 最後の余白分を打ち消す */
}

.mv_sld img {
	width: 100%;
	display: block;
}

.cov_in{
	height: 43.75vw;
	position:relative;
	height: 840px;
}

.cov_div{
	position:absolute;
	bottom: 25%;
	left: 6%;
}

.cov_div .title1{
	font-weight:700;
	font-size: 4rem;
	font-size: clamp(2rem,2.5vw,4rem);
	line-height:1.6;
	position:relative;
}

.cov_div .title1:before{
	position:absolute;
	content:"";
	width:43px;
	height:51px;
	bottom:0;
	right:18%;
	background:url(../img/top/mv_sou1.png)no-repeat;
	background-size:contain;
}

.cov_div .text1{
	margin-top:5%;
	font-size: 1.6rem;
	font-size: clamp(1.4rem,2vw,1.6rem);
	line-height:2.375;
	font-weight:400;
}

.cov_in .ab_img{
	position:absolute;
	bottom: -6%;
	left: 6%;
	width: 41.594%;
}

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

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

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

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

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

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

.mainTit{
	font-size: 4.6rem;
	line-height: 1;
	font-weight: 700;
	font-size: clamp(3rem,4vw,4.6rem);
	letter-spacing: 0.14em;
	white-space: nowrap;
}

.mainTit .en_tit{
	display:block;
	line-height: 1;
	font-size: 1.4rem;
	margin-bottom: 17px;
	position:relative;
	padding-left:20px;
	max-width:max-content;
}

.mainTit .en_tit:before{
	position:absolute;
	content:"";
	width:16px;
	height:15px;
	background:url(../img/top/tit_sou1.png)no-repeat;
	background-size:contain;
	left:0;
}

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

.mainTit.cen .en_tit{
	margin:0 auto;
}

.mainTit2{
	letter-spacing: 0.1em;
	font-weight:700;
	font-size: clamp(3rem,4vw,5rem);
	line-height: 1;
}

.mainTit2 span.fo_en{
	margin-left: 12px;
	font-size: 1.8rem;
	font-size: clamp(2rem,4vw,4rem);
	font-weight: 600;
}

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

.content01{
	padding: 24.375vw 0 0;
	position: relative;
	z-index: 1;
	padding: 390px 0 0;
	max-width:1920px;
	width:100%;
}


.scroll_img{
	position:absolute;
	left:2%;
	top:10%;
}

.content01 .mainTit{
	font-size: 3.4rem;
	font-size: clamp(2.4rem,3vw,3.4rem);
}

.co1_div{
	background:#fff;
	padding: 4.584% 5% 5%;
	border-radius: 20px;
	min-height: 411px;
}

.top_title_area1{
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
}

.co1_div .no-post{
	margin-top:20px;
}

.btn1{
	border: 2px solid;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:30px;
	max-width:200px;
	width:100%;
	height:50px;
	position:relative;
	font-size:1.7rem;
	line-height:1;
	font-weight:500;
}


.btn1:before{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #4e3e36;
	border-right: solid 2px #4e3e36;
	position: absolute;
	right:8%;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.btn1.blue:before{
	border-top: solid 2px #00a0e9;
	border-right: solid 2px #00a0e9;
}

.btn1.blue{
	color: #00a0e9;
}

.btn1.blue:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.btn1:hover:before{
	right:6%;
}

.btn1.blue:hover{
	color: #fff;
	opacity:1;
	background:#00a0e9;
	border: 2px solid #00a0e9;
}

.btn1.sp{
	display:none;
}

.btn2.sp{
	display:none;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50px;
	max-width:300px;
	width:100%;
	height:80px;
	position:relative;
	line-height:1;
	font-weight:500;
	border: 2px solid;
}


.content07 .btn2.white:hover{
	color:#00a0e9!important;
	background:#fff;
}

.btn2.bgpink{
	border:1px solid #eb68a3;
}

.btn2.bgblu{
	border:1px solid #00a0e9;
}

.btn2.bgblu:hover{
	background:#32b5f1;
	color:#fff;
	opacity:1;
}

.btn2.bgpink:hover{
	background:#f89fc7;
	color:#fff;
	opacity:1;
	border:1px solid #f89fc7;
}

.btn2:hover{
	background:#4e3e36;
	color:#fff;
	opacity:1;
	border: 2px solid #4e3e36;
}

.btn2:before{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #4e3e36;
	border-right: solid 2px #4e3e36;
	position: absolute;
	right:8%;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.content07 .btn2.white:hover:before{
	border-top: solid 2px #00a0e9;
	border-right: solid 2px #00a0e9;
}

.btn2:hover:before{
	right:6%;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.btn2.white:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.news_list{
	margin: 30px auto 0;
}

.news_list li{
	padding: 15px 0;
	display: flex;
	align-items: center;
	border-bottom:1px solid #4e3e36;
	/* transition:.4s; */
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li .dacate{
	display:flex;
	align-items:center;
	flex-shrink:0;
	margin-right: 30px;
	justify-content:space-between;
}

.news_list li .dacate .date{
	font-weight:400;
	font-size: 1.6rem;
	margin-right: 21px;
	line-height: 1;
}

.news_list li .dacate .n_cate{
	width: 130px;
	display:flex;
	height: 20px;
	align-items:center;
	justify-content:center;
	background: #00a0e9;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
}

.news_list li .title{
	line-height: 2;
	font-weight:700;
	font-size: clamp(1.5rem,3vw,1.8rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.content02{
	padding: 160px 0 200px;
	text-align: center;
	padding: 10vw 0 12.5vw;
	padding: 16vw 0 18.5vw;
	padding: 307px 0 355px;
}

.content02 .mainTit .blue{
	background:#fff;
	border-radius:6px;
	padding:0 8px;
}

.content02 .mainTit .en_tit{
	margin-bottom:27px;
}


.content02 .text1{
	margin: 50px auto 50px;
	margin: 3.125vw auto;
	font-weight: 400;
}


.content02 .btn2{
	margin:0 auto;
}

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

.co3_div1{
	display:flex;
	justify-content:space-between;
	margin: 0 auto 10.834%;
}

.co3_div1 .text_area{
	max-width: 540px;
	width: 49%;
}

.co3_div1 .img{
	max-width: 579.5px;
	width: 49%;
}

.co3_div1 .text_area .text1{
	margin-top: 13.7%;
}

.co3_div2{
	display:flex;
	justify-content:space-between;
	width:100%;
	position: relative;
}

.co3_div2:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#e3ded3;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
}

.co3_div21{
	width: 48%;
	max-width:550px;
	position:relative;
}

.co3_div21 .title1{
	line-height: 1.8125;
	font-weight:700;
	font-size:3.2rem;
	font-size: clamp(2.2rem,2.6vw,3.2rem);
	margin-bottom: 24px;
	position: relative;
}

.co3_div21 .title1:before{
	position:absolute;
	content:"";
	width:47px;
	height:123px;
	background:url(../img/top/co32.png)no-repeat;
	background-size:contain;
	right:3%;
	bottom:0;
}

.co3_div21.co3_div21b .title1:before{
	width:74px;
	height:121px;
	background:url(../img/top/co33.png)no-repeat;
	background-size:contain;
}

.co3_div21 .title1 .bgpink{
	padding:0 8px;
	border-radius:6px;
}

.co3_div21 .title1 .pink{
	padding:0 4px;
}

.co3_div21 .title1 .bgyel,
.co3_div21 .title1 .bggre,
.co3_div21 .title1 .bgblu{
	padding:0 8px;
	border-radius:6px;
}

.co3_list1 li{
	margin-bottom:8px;
	background:#fff;
	border-radius:6px;
	display:flex;
	align-items:center;
	padding:13px 16px;
	line-height:1.5;
}

.co3_list1 li .num{
	margin-right:14px;
	width:28px;
	height:28px;
	font-size:1.8rem;
	line-height:1;
	font-weight:700;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
}

.co3_list1 li .text{
	line-height:1.5;
	font-weight:700;
}

.co3_list1 li .num.num1a{
	background:#f7b5d3;
}

.co3_list1 li .num.num2a{
	background:#f098c0;
}

.co3_list1 li .num.num3a{
	background:#ed8cb8;
}

.co3_list1 li .num.num4a{
	background:#ec7caf;
}

.co3_list1 li .num.num5a{
	background:#ea65a1;
}

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

.content04:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/top/texcha.png);
    background-size: contain;
    top: 0;
    z-index: -1;
    left: 0;
    filter: opacity(0.1);
}


.content04 .inner{
	padding: 150px 0 20px;
}

.co4_list{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.co4_list li{
	margin-top:50px;
	background:#fff;
	border-radius:20px;
	position:relative;
	width: 48%;
	max-width: 575px;
	padding: 4.167%;
}

.co4_list li .num{
	position:absolute;
	top: 30px;
	left: 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	color:#fff;
	width:50px;
	height:50px;
	font-size:2rem;
	font-weight:700;
	border-radius:50%;
	background: #f07bb0;
}

.co4_list li .num:before{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	content:"";
	background:url(../img/top/co4_sou1.png)no-repeat;
	background-size:contain;
	top: 85%;
	width: 15px;
	height: 15px;
}

.co4_list li .num.bggre{
	background: #1eb381;
}

.co4_list li .num.bggre:before{
	background: url(../img/top/co4_sou2.png) no-repeat;
	background-size: contain;
}

.co4_list li .num.bgyel{
	background: #fac000;
}

.co4_list li .num.bgyel:before{
	background: url(../img/top/co4_sou3.png) no-repeat;
	background-size: contain;
}

.co4_list li.long{
	display:flex;
	align-items:center;
	padding: 4.167% 8.334%;
	justify-content: space-between;
	width: 100%;
	max-width: initial;
}


.co4_list li.long .img{
	max-width:320px;
	width: 35%;
	margin-bottom: initial;
}

.co4_list li.long .text_area{
	max-width:630px;
	width: 63%;
}

.co4_list li.long .text_area .title1{
	text-align:left;
}

.co4_list li .img{
	text-align:center;
	margin-bottom: 40px;
}

.co4_list li .text_area .title1{
	line-height: 1.64;
	font-weight:700;
	font-size:2.8rem;
	font-size: clamp(2rem,2.8vw,2.8rem);
	text-align:center;
	margin-bottom: 5.0559%;
}

.co4_list li .text_area .text1{
	font-size: clamp(1.5rem, 1.5vw, 1.7rem);
	line-height: 2;
	font-weight: 400;
}


.content05 .inner{
	padding:160px 0 20px;
}

.co5_text{
	font-weight:400;
	margin: 50px 0 80px;
}

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

.co5_li{
	position:relative;
	width: 21.667%;
}

.co5_li .num{
	position:absolute;
	top:20px;
	left:0;
	width:50px;
	height:50px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#d9d2bf;
}

.co5_li .num.bgblu{
	background: #00a0e9;
}

.co5_li .text{
	margin:24px auto 0;
	text-align:center;
	line-height:1.8;
	font-size: clamp(1.5rem,2vw,2rem);
	font-weight:700;
}

.co5_ar{
	padding: 10% 0 0;
}

.co5_div{
	background:#ece7da;
	padding: 4.334% 5%;
	border-radius:20px;
	margin-top: 80px;
}

.co5_div .title1{
	font-size: 2rem;
	line-height: 2;
	font-weight: 700;
}

.co5_div .co5_list2{
	display:flex;
	justify-content:space-between;
	margin-top: 10px;
}

.co5_div .co5_list2 li.long{
	width: 64%;
}

.co5_div .co5_list2 li{
	width: 34%;
}

.co5_div .co5_list2 li span.small{
	font-size:1.5rem;
}

.content06{
	background: #d3f0e8;
	position:relative;
	z-index: 1;
	overflow: hidden;
}

.content06:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(../img/top/texcha.png);
	background-size:contain;
	top:0;
	z-index:0;
	left:0;
	filter: opacity(0.3);
}

.ma1600{
	max-width:1600px;
	width:100%;
	position:relative;
	margin:0 auto;
}

.content06 .ma1600{
	padding:90px 0 135px;
}

.content06 .ma1600:before{
	position:absolute;
	content:"";
	width:926px;
	height:1008px;
	background: url(../img/top/co6.png)no-repeat;
	background-size:contain;
	right:0;
	z-index: -1;
	bottom: -141px;
}

.content06 .text1{
	margin:30px 0 20px;
	line-height:2;
}

.content06 .text2{
	background:#fff;
	max-width:max-content;
	width:100%;
	font-size:clamp(1.5rem, 1.5vw, 1.7rem);
	font-weight:500;
	line-height:2;
	padding: 13px 30px;
	border-radius: 10px;
}

.co7_div{
	background:url(../img/top/bg71.png)no-repeat center;
	background-size:cover;
	position:relative;
	text-align:center;
	z-index: 1;
	padding: 92px 0 100px;
	border-radius: 60px;
	overflow: hidden;
}

.co7_div:before{
	position:absolute;
	content:"";
	width: 100%;
	height:100%;
	background:url(../img/top/bg72.png)no-repeat center;
	background-size: contain;
	left:0;
	top:0;
	z-index: -1;
	right: 0;
	margin: auto;
}

.co7_div .mainTit{
	font-size: 4rem;
	line-height: 1.55;
	font-weight: 700;
	font-size: clamp(3rem, 3vw, 4rem);
}

.co7_div .mainTit .en_tit{
	margin-bottom: 30px;
}

.co7_div .mainTit .en_tit:before{
    background: url(../img/top/tit_sou2.png) no-repeat;
    background-size: contain;	
}

.co7_div .btn2{
	margin:60px auto 0;
}

.content07{
	margin:50px auto 0;
}

.cont_area{
	padding:120px 0;
}

.cont_area .flex{
	align-items:center;
}

.cont_area .flex .left{
	max-width: 550px;
	width: 47%;
}

.cont_area .flex .right{
	max-width: 580px;
	width: 49%;
}

.cont_area .flex .left .mainTit{
	margin-bottom:54px;
}

.cont_area .flex .left .text1{
	font-size:clamp(1.5rem, 1.5vw, 1.7rem);
	line-height:2;
	font-weight:400;
	margin-top:40px;
}

.bot_nav_list1 li{
	display:flex;
	align-items:center;
	background: #fff;
	border-radius: 100px;
	height: 140px;
	margin-top: 20px;
	font-size: 3.4rem;
	line-height: 1.55;
	font-weight: 500;
	font-size: clamp(2.2rem, 3vw, 3.4rem);
	padding-left: 22.416%;
	transition:.4s;
}

.bot_nav_list1 li img.on{
	display:none;
}

.bot_nav_list1 li:hover img.off{
	display:none;
}

.bot_nav_list1 li:hover img.on{
	display:block;
}

.bot_nav_list1 li.tel{
	font-size: 3.6rem;
	line-height: 1.55;
	font-weight: 600;
	font-size: clamp(3rem, 3vw, 3.6rem);
	margin-top:0;
}

.bot_nav_list1 li .img{
	position:absolute;
	left:8%;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	align-items:center;
}


.bot_nav_list1 li:before{
	content: '';
	width: 16px;
	height: 16px;
	border-top: solid 2px #00a0e9;
	border-right: solid 2px #00a0e9;
	position: absolute;
	right: 8%;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	transition:.4s;
}

.bot_nav_list1 li:hover{
	opacity:1;
	background:#00a0e9;;
	color:#fff!important;
}

.bot_nav_list1 li:hover .text{
	color:#fff!important;
}

.bot_nav_list1 li:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.qanda_list{
	margin: 87px auto 0px;
}

.qanda_list li{
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	/* box-shadow: 0 0 10px #00000029; */
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items: center;
	position: relative;
}

.qanda_list li dt{
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight:700;
	color: #4e3e36;
}

.qanda_list li dd{
	align-items: baseline;
	padding: 5px 0 0;
}

.qanda_list li dd p{
	max-width: 1040px;
	width:100%;
	font-size: clamp(1.5rem, 1.5vw, 1.7rem);
	font-weight: 400;
	line-height: 1.88;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right: 2%;
	flex-shrink:0;
	justify-content:center;
	border-radius:50%;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.qanda_list li .que{
	color: #4e3e36;
}

.qanda_list li .ans{
	color: #00a0e9;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 5px;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	align-items: center;
}

.qanda_list dt .pulu span{
	width: 20px;
	background: #4e3e36;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
}

.qanda_list .open  .pulu span + span{transform: rotate(0deg);}

.qanda_list  .pulu span + span{transform: rotate(90deg);}

#pageTop{z-index: 999;position: absolute;bottom: 5%;right: 1%;}

.bot_sou{
	width:100%;
	position: relative;
}

.bot_sou img{
	width:100%;
}

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

footer {
	margin: 0 auto;
	padding: 125px 0;
	background: #fff;
	position: relative;
}

footer .logo {
	width: 30%;
	max-width: 132px;
}

footer .logo a{
	display:flex;
}

footer .inner {
}

.copyright {
	font-size: 1.4rem;
	width: 100%;
	margin-top: 65px;
}

footer .flex .left{
	max-width: 550px;
	width: 48%;
}

footer .flex .right{
	width: 48%;
	max-width: 470px;
}


footer .flex .left .flex2 .add{
	width: 65%;
}

footer .flex .left .flex2 .add .addp1{
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	font-weight:700;
	line-height:1.41;
}

footer .flex .left .addp{
	line-height:1.76;
	margin-top:26px;
	font-weight:400;
	font-size: clamp(1.5rem, 1.5vw, 1.7rem);
}

.ft_list{
	display:flex;
	justify-content:space-between;
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	flex-wrap: wrap;
	font-weight: 500;
	line-height: 2;
	margin-top: -35px;
}

.ft_list li{
	width: 48%;
	position: relative;
	margin-top: 35px;
	padding-left:16px;
}

.ft_list li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #ef7f0f;
	border-right: 0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.ft_list li a {
    display: flex;
    font-weight: 500;
}

#art_cover{
	position:relative;
	z-index: -1;
}

#art_cover:before{
		background: url(../img/company/mv.png)no-repeat bottom;
		background-size: contain;
		position:absolute;
		content:"";
		width: 29.875%;
		height: 75.334%;
		right: 5.9%;
		bottom: -7%;
		z-index: -1;
}

.art_cov_div{
	max-width: 1200px;
	width: 95%;
	margin:0 auto;
	height: 38vw;
	position: relative;
	z-index: 1;
	padding-top: 304px;
	max-height: 600px;
}

.art_cov_div .title{
	font-size: 5rem;
	font-weight:700;
	letter-spacing: 0.14em;
	line-height: 1;
}

.art_cov_div .title span{
	display:block;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 31px;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
}

.company01{
	padding: 140px 0 41px;
	background: #fff;
	position: relative;
}

.comp01_div{
	background:url(../img/company/bg1.png)no-repeat center;
	background-size:cover;
	padding: 104px 2% 164px;
	border-radius: 20px;
	overflow: hidden;
}

.company01 .img{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	width:98%;
}

.comp01_div .title{
	font-size:1.4rem;
	font-weight:700;
	line-height:1;
	padding:6px 19px;
	max-width:max-content;
	margin:0 auto;
	border-radius:50px;
	margin-bottom:34px;
}

.comp01_div .text{
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	line-height:2;
}


.comp01_list1 li{
	display:flex;
	border-top:1px solid #333;
	line-height: 2.23;
}

.comp01_list1 li:last-child{
	border-bottom:1px solid #333;
}

.works02 .comp01_list1 li .left{
	background:#fff;
}

.comp01_list1 li .left{
	width: 16.667%;
	flex-shrink: 0;
	font-weight: 500;
}

.comp01_list1 li .right{
	width: 100%;
	font-weight: 400;
}

.comp01_list1 li .left,
.comp01_list1 li .right{
	min-height:100px;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
	padding: 44px 0;
}
.comp01_list1 li .left .text,
.comp01_list1 li .right .text{
	letter-spacing:0.14em;
}

.comp01_list2{
	display:flex;
	justify-content:space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}

.comp01_list2 > li{
	margin-top:80px;
	width:48%;
	max-width:506px;
}

.comp01_list2 > li .title1{
	font-weight:600;
	font-size: 2.6rem;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height:1.538;
	border-left: 10px solid #ffe000;
	padding-left: 10px;
	margin-bottom: 20px;
}


.comp01_list21 li{
	display:flex;
	margin-top:6px;
}


.comp01_list21 li .left{
	width: 20%;
}

.comp01_list21 li .right{
}

.comp01_list21 li .left,
.comp01_list21 li .right{
	font-weight:500;
}

.comp01_list2 > li .img{
	width:100%;
	margin:40px auto 0;
}

.comp01_list2 > li .img img{
	width:100%;
	border-right:10px;
}

.company02{
	padding:150px 0 140px;
	background:#fff;
}

.company02 .flex .text_area{
	max-width:540px;
	width: 48%;
}

.company02 .flex .img{
	max-width:540px;
	width: 48%;
}

.company02 .flex .text_area .text1{
	margin:60px 0 30px;
	font-weight:400;
	line-height:2.444;
}

.company02 .flex .text_area .text2{
	text-align:right;
	display:flex;
	align-items:flex-end;
	line-height:1;
	font-size:2rem;
	font-weight:500;
	justify-content:flex-end;
}

.company02 .flex .text_area .text2 img{
	margin-left:28px;
}

.works02{
	padding:110px 0 190px;
}

.works02 .title_area{
	display:flex;
	align-items:center;
	border-bottom:2px solid;
	padding-bottom:25px;
	margin-bottom:55px;
}


.works02 .title_area .cate1{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #e3f1ff;
	border-radius: 50px;
	padding: 3px 8px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-right: 3%;
	min-width:150px;
}


.works02 .title_area .title{
	font-weight: 700;
	font-size: clamp(2.4rem, 3vw, 3rem);
	letter-spacing: 0.05em;
	line-height:1.2;
}

.bfaf_flex {
	margin-bottom:70px;
}

.bfaf_flex > div{
	text-align:center;
	width: 48%;
	max-width:520px;
}

.bfaf_flex div p{
	margin-top:12px;
	font-weight: 500;
	font-size: clamp(2rem, 3vw, 3rem);
	font-family: "Poly", serif!important;
}

.works02 .comp01_list1{
	margin-bottom:50px;
}

.voice_div{
	background: #e3f1ff;
	border-radius: 10px;
	padding: 43px 3.426% 50px;
}

.voice_div .title1{
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

.voice_div .text1{
	font-weight:500;
	margin-top: 10px;
}

.btn1.back{
	margin:120px auto 0;
}

.btn1.back:before{
	background:url(../img/common/arrow1.png)no-repeat;
	background-size:contain;
	right:auto;
	left: 15px;
	transform:rotateZ(180deg);
}

.works01{
	padding:80px 0 195px;
}

.works_list2{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	max-width:300px;
	justify-content:space-between;
}

.works01 .works_list1 > li{
	border-radius: 20px;
	border: 2px solid #abbecd;
}

.works_list2 li{
	width:49%;
	display:flex;
}


.works_list1 li .works_list2 li .text1{
	color: #333;
}

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

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 50px;
	height: 50px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	border-radius:50%;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	opacity:1;
	background: linear-gradient(135deg, #5397de, #6bd4ee);
	color:#fff;
}



.pagination-list .page-numbers.prev{
	background:#fff;
	margin: 0px 1.8% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	background:#fff;
	margin: 0px 0% 0 1.8%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	width:12px;
	height: 12px;
	border-top: solid 2px #202020;
	border-right: solid 2px #202020;
	position: absolute;
	left: 0px;
	top:0px;
	transform: rotate(-135deg);
	right:0;
	bottom:0;
	margin:auto;
}

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


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: #ffe000;
}

main{
	padding:80px 0 195px;
	background:#fff
}

.content09{
	padding:0;
}

.comp_map{
	height: 48vw;
	width:100%;
	max-height: 540px;
}

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

.review_div{
	margin:27px auto 6px;
}

a.rev_btn1{
	color: #004378;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	margin-left: auto;
	font-weight: 500;
	position: relative;
	text-decoration: underline;
	padding-left:16px;
}

a.rev_btn1:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #004378;
	border-right: 0;
	left:0;
	top:5px;
	bottom:0;
	margin:auto;
}

.ti-widget.ti-goog .ti-controls-line{
	display:block!important;
	width: 100%!important;
	margin: 60px auto 40px!important;
}

.ti-widget.ti-goog .ti-controls-line .dot{
	background:#19a8c8!important;
}


.link_area{
	background:#fff;
	padding: 80px 0 0;
}

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

.link_lists li{
	width: 19.167%;
}

.link_lists li .btn2{
	height: 70px;
	margin: 0;
}

.link_lists li .btn2:before{
	transform: rotate(135deg);
}

.link_lists li .btn2:hover:before{
	transform: rotate(-45deg);
	right:8%;
}

.company03{
	padding:150px 0 0;
}

.company03 .comp01_list1{
	margin: 60px auto 0;
}

.company04{
	padding:140px 0;
}

.company04 .text1{
	letter-spacing:0.14em;
	line-height:2;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
	font-weight:400;
	margin:60px 0;
}

.company04 .map{
	border:5px solid #fff;
	border-radius:20px;
	width:100%;
	height:500px;
	overflow:hidden;
}

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

.company05{
	padding:260px 0 160px;
	background:#e3f1f9;
}

.company05 .comp01_list1{
	margin: 60px auto 0;
}

.comp05_div1{
	display:flex;
	justify-content:space-between;
	background:#13a3e5;
	color:#fff;
	margin:120px 0 160px;
	border-radius:300px;
	padding: 3.5% 6%;
	align-items: center;
	padding-right: 14%;
}

.comp05_div1 .img{
	max-width: 217px;
	width: 22%;
}

.comp05_div1 .text_area{
	width: 75%;
	max-width: 740px;
}


.comp05_div1 .text_area .title1{
	font-weight:700;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	padding-left:44px;
	position:relative;
	line-height:1.6428;
}

.comp05_div1 .text_area .title1:before{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	left:0;
	top:8px;
	background:#fff;
	border-radius:50%;
}

.comp05_div1 .text_area .text1{
	font-weight:500;
	line-height:2.222;
	margin-top: 3%;
}

.comp05_div2{
	background: #fff;
	overflow: hidden;
	border-radius:20px;
}

.comp05_div2 .title1{
	background:#4e3e36;
	color:#fff;
	padding:30px 0;
	text-align:center;
	font-weight:700;
	font-size: 2.8rem;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height:1.642;
}

.comp5_list1{
	padding:10px 0;
	max-width:1080px;
	width: 95%;
	margin:auto;
}

.comp5_list1 li{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:50px 0;
	border-bottom:1px solid #e4dfce;
}

.comp5_list1 li:last-child{
	border-bottom:none;
}


.comp5_list1 li .img{
	max-width:332px;
	width: 33%;
}

.comp5_list1 li .text_area{
	max-width: 700px;
	width: 65%;
}

.comp5_list1 li .img img{
	border-radius:10px;
}


.comp5_list1 li .text_area .title_area{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding-bottom: 10px;
}

.comp5_list1 li .text_area .title_area .title2{
	font-weight:700;
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height:1.66667;
	letter-spacing:0.12em;
	margin-right:8px;
	margin-bottom: 8px;
}

.comp5_list1 li .text_area .title_area .text{
	background:#00a0e9;
	color:#fff;
	padding:6px;
	line-height:1;
	font-size:1.3rem;
	font-weight:700;
	letter-spacing:0.08em;
	border-radius:5px;
	margin-bottom: 8px;
}

.comp5_list1 li .text_area .text1{
	letter-spacing:0.14em;
	line-height:2;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
}

.comp5_list1 li .text_area .text1 a{
	color:#00a0e9;
}

.service01{
	padding: 14% 0;
	background:#fff;
}

.service01 .mainTit.cen .en_tit{
	margin-bottom: 5%;
}

.service01 .mainTit.cen {
	line-height:1.51;
}

.ser01_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:40px;
}

.ser01_list1 li{
	width:32%;
	max-width:380px;
	margin-top:30px;
	background:#f9f8f2;
	border-radius:20px;
	position:relative;
	padding: 5.834% 3.334% 5%;
}

.ser01_list1 li .num{
	position:absolute;
	top:0;
	left:0;
}

.ser01_list1 li .img{
	margin:0 auto 20px;
	text-align:center;
}

.ser01_list1 li .text_area .title1{
	font-weight:700;
	font-size: 2.6rem;
	font-size: clamp(1.6rem, 2.1vw, 2.6rem);
	text-align:center;
	line-height:1.46;
}

.ser01_list1 li .text_area .title2{
	min-height:76px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.ser01_list1 li .text_area .text1{
	letter-spacing:0.04em;
	line-height:2;
	font-size: clamp(1.5rem, 2vw, 1.7rem);
	margin-top:5%;
}


.ser01_list1 li .num{
	position:absolute;
	top: 20px;
	left: 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	color:#fff;
	width:50px;
	height:50px;
	font-size:2rem;
	font-weight:700;
	border-radius:50%;
	background: #f07bb0;
}

.ser01_list1 li .num:before{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	content:"";
	background:url(../img/service/co1_sou1.png)no-repeat;
	background-size:contain;
	top: 85%;
	width: 15px;
	height: 15px;
}

.ser01_list1 li .num.bggre{
	background: #1eb381;
}

.ser01_list1 li .num.bggre:before{
	background: url(../img/service/co1_sou2.png) no-repeat;
	background-size: contain;
}

.ser01_list1 li .num.bgyel{
	background: #fac000;
}

.ser01_list1 li .num.bgyel:before{
	background: url(../img/service/co1_sou3.png) no-repeat;
	background-size: contain;
}

.ser01_list1 li .num.bgblu{
	background: #00a0e9;
}

.ser01_list1 li .num.bgblu:before{
	background: url(../img/service/co1_sou4.png) no-repeat;
	background-size: contain;
}

.service02{
	padding: 150px 0 0;
}

.ser02_text{
	letter-spacing:0.14em;
	line-height:2;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
	font-weight:400;
	margin: 50px 0 85px;
}

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

.ser_tab li {
  cursor: pointer;
  width: 49.584%;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  font-size: 2.8rem;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  text-align: center;
  line-height: 1.21;
  letter-spacing:0.14em;
  padding: 2.625% 0;
}

.ser_tab li span{
  font-size: 2rem;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.7;
}

.ser_tab li.bgblu{
	background: #c7e7f6;
	color: #5bb6e0;
}

.ser_tab li.bgpink2{
	background: #fae4ee;
	color: #eea3c5;
}

.ser_tab li.active {
  color: #fff;
}

.ser_tab li.bgblu.active {
  background: #00a0e9;
}

.ser_tab li.bgpink2.active {
	background: #f07bb0;
}

.ser_item {
  display: none;
  padding: 5%;
  border-radius: 0 0 20px 20px;
}

.ser_item.active {
  display: block;
}

.ser02_div1{
	margin-bottom:8%;
}

.ser02_div1 .title1{
  font-size: 2rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 2;
	font-weight:700;
	letter-spacing:0.14em;
}

.ser02_div1 .text2{
	margin-top:1%;
	line-height:2;
	font-weight:400;
	letter-spacing:0.14em;
}

.bgblu3 .ser02_div1 .title1{
	color: #00a0e9;
}

.bgpink3 .ser02_div1 .title1{
	color: #f07bb0;
}

.ser02_list1 li{
	position:relative;
	padding:30px 28px 40px;
	margin-bottom:20px;
	background:#fff;
	border-radius:20px;
	padding-left:83px;
}

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

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

.ser02_list1 li:before{
	position:absolute;
	content:"";
	width:38px;
	height:38px;
	background:url(../img/service/co2_sou1.png)no-repeat;;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	bottom:-17px;
}

.ser02_list1 li .img{
	position:absolute;
	right:3%;
	bottom:0;
	top:0;
	margin:auto;
	display:flex;
	align-items:center;
	max-width: 180px;
	width: 18%;
}

.ser02_list1 li .num{
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	width:40px;
	height:40px;
	left:28px;
	top:30px;
	position:absolute;
}

.bgblu3 .ser02_list1 li .num{
  background: #00a0e9;
}

.bgpink3 .ser02_list1 li .num{
  background: #f07bb0;
}

.ser02_list1 li .title1{
	font-weight:700;
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 2.6vw, 2.4rem);
	line-height: 1.7;
	letter-spacing:0.14em;
}

.bgblu3 .ser02_list1 li .title1{
	color: #00a0e9;
}

.bgpink3 .ser02_list1 li .title1{
	color: #f07bb0;
}


.ser02_list1 li .text1{
	line-height:1.8;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
	font-weight:400;
	margin-top: 1.5%;
	letter-spacing: -0.02em;
}


.ser02_list1 li .text2{
	background:#fae4ee;
	padding:14px 18px;
	line-height:1;
	border-radius:40px;
	margin-top:8px;
	max-width:max-content;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
}

.service03 {
    padding: 160px 0;
}

.service03 .flex{
	align-items: center;
	margin-top: 60px;
}

.btn3{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	width:48%;
	max-width:590px;
	height: 120px;
	border-radius: 60px;
	font-size: 2.4rem;
	font-weight: 500;
	transition:.4s;
}

.btn3 span{
	background:#fff;
	line-height:1;
	font-size:2.2rem;
	letter-spacing:0.14em;
	padding:2px 8px 4px;
	border-radius:4px;
	margin-left:12px;
}


.btn3:before{
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right:8%;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.btn3.bgblu:hover{
	background:#fff;
	color:#00a0e9!important;
}

.btn3.bgblu:hover:before{
	border-top: solid 2px #00a0e9;
	border-right: solid 2px #00a0e9;
}

.btn3.bgpink:hover{
	background:#fff;
	color:#eb68a3!important;
}

.btn3.bgpink:hover:before{
	border-top: solid 2px #eb68a3;
	border-right: solid 2px #eb68a3;
}

.service04{
	padding:140px 0;
	background:#fff;
}

.ser04_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:10px;
}

.ser04_list1 li{
	margin-top:50px;
	width:48%;
	max-width:575px;
}

.ser04_list1 li .img img{
	border-radius:10px;
}

.ser04_list1 li .text_area{
	margin-top:30px;
}

.ser04_list1 li .title1{
	font-weight: 700;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	line-height:1.64;
	letter-spacing:0.12em;
}

.ser04_list1 li .title1 img{
	margin-left:12px;
}

.ser04_list1 li .text1{
	margin-top:3%;
	line-height:2;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
}

.service05{
	padding:160px 0;
	background:#e2f0f8;
}

.link_lists.col4 li{
	width: 24.5%;
	max-width: 291px;
}

.recruit01{
	background:#fff;
	padding:130px 0 160px;
}

.recruit01 .mainTit .en_tit{
	margin-bottom:20px;
}

.recruit01 .mainTit{
	margin-bottom:60px;
}

.rec_text1{
	text-align:center;
	line-height:2.5556;
	font-weight:400;
}

.recruit01 .img{
	margin-top:60px;
}

.recruit01 .img img{
	border-radius:20px;
}

.recruit02{
	padding: 160px 0;
}

.recruit02 .mainTit .en_tit{
	margin-bottom:20px;
}

.recruit02 .mainTit{
	margin-bottom:60px;
}

.recruit02 .rec_text1{
	line-height:2;
	margin-bottom:70px;
}

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

.rec02_list li{
	position:relative;
	background:#009fe8;
	width:48%;
	max-width:575px;
	color:#fff;
	border-radius:20px;
	padding: 4.1667%;
	z-index:1;
}

.rec02_list li:last-child{
	background:#f28fbe;
}

.rec02_list li:before{
	position:absolute;
	content:"";
	width:209px;
	height:198px;
	background:url(../img/recruit/co23.png)no-repeat;
	background-size:contain;
	top:0;
	right:0;
	z-index:-1;
}

.rec02_list li .img{
	text-align:center;
	width:50%;
	margin: 0 auto 5%;
}

.rec02_list li .title1{
	font-weight: 700;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 2.8vw, 2.8rem);
	line-height:1.64;
	letter-spacing:0.12em;
	text-align:center;
}

.rec02_list li .text1{
	line-height:2;
	font-size: clamp(1.6rem, 2vw, 1.7rem);
	font-weight:400;
	margin-top: 3%;
}

.recruit03{
	width:100%;
}

.recruit03 img{
	width:100%;
}

.recruit04{
	padding: 10% 0;
	background:#e1f0f8;
}

.recruit04 .mainTit .en_tit{
	margin-bottom:20px;
}

.rec04_list{
	margin-top:80px;
	position:relative;
	z-index: 1;
}

.rec04_list:before{
	position:absolute;
	content:"";
	width:1px;
	height:102%;
	bottom:0;
	left:0;
	right:0;
	background:#009fe8;
	margin:auto;
	z-index: -1;
}

.rec04_list li{
	width: 54.167%;
	margin-left:auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding-bottom: 3%;
}

.rec04_list li:last-child{
	padding-bottom: 1.667%;
}

.rec04_list li:nth-child(4),
.rec04_list li:nth-child(5){
	margin-right:auto;
	margin-left:0;
	flex-direction: row-reverse;
}

.rec04_list li:nth-child(4) .text_area,
.rec04_list li:nth-child(5) .text_area{
	text-align:right;
	margin-left:0;
	margin-right: 1%;
}

.rec04_list li .img{
	position:absolute;
}

.rec04_list li .img img{
	border-radius:20px;
}

.rec04_list li .img.img1{
	top:0;
	left:0;
	width: 20%;
}

.rec04_list li .img.img2{
	top:0;
	left: 21%;
	width: 20%;
}

.rec04_list li .img.img3{
	top: 28.5%;
	left:0;
	width: 40.834%;
}

.rec04_list li .img.img4{
	bottom:0;
	right: 21%;
	width: 20%;
}

.rec04_list li .img.img5{
	bottom:0;
	right:0;
	width: 20%;
}

.rec04_list li .rec_time{
	font-weight: 600;
	font-size: 2.2rem;
	font-size: clamp(1.6rem, 1.7vw, 2.2rem);
	line-height:1.5454;
	display:flex;
	justify-content:center;
	align-items:center;
	letter-spacing:0.14em;
	border-radius: 40px;
	padding: 2px 2.134%;
	flex-shrink: 0;
}

.rec04_list li .text_area{
	width: 82%;
	margin-left: 1%;
}

.rec04_list li .text_area .title1{
	font-weight: 700;
	font-size: 2.6rem;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height:1.3;
	letter-spacing:0.08em;
}

.rec04_list li .text_area .text1{
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
	line-height:2;
	margin-top: 3%;
}

.recruit05{
	padding:150px 0 160px;
	background:#fff;
}

.rec_tab {
  display: flex;
  margin: 70px auto 80px;
  flex-wrap: wrap;
}

.rec_tab li {
	cursor: pointer;
	width:24%;
	text-align:center;
	font-size:2.4rem;
	border:2px solid;
	border-radius:50px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	position:relative;
	margin-right: 1.33333%;
}

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

.rec_tab li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 24px solid #4e3e36;
	border-bottom: 0;
	left:0;
	right:0;
	margin:auto;
	bottom: -14px;
	opacity:0
}

.rec_tab li.active {
	background:#4e3e36;
	color:#fff;
}

.rec_tab li.active:before{
	opacity:1;
}

.rec_item {
  display: none;
}

.rec_item.active {
  display: block;
}

.comp01_list1 li .right .text.matop{
	margin-top:2%;
}

.recruit05 .comp01_list1 li .left{
	width: 20.417%;
}

.rec_btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 15% auto 0;
	max-width:400px;
	width:100%;
	height:120px;
	position:relative;
	border-radius:120px;
	font-size:2.4rem;
	font-weight:500;
	position:relative;
	border:1px solid;
	transition:.4s;
}

.rec_btn1:before{
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right:8%;
	transform: rotate(45deg);
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.rec_btn1:hover{
	color: #ef7f0f!important;
	background:#fff;
}

.rec_btn1:hover:before{
	right:6%;
	border-top: solid 2px #ef7f0f;
	border-right: solid 2px #ef7f0f;
}

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content01{
	min-height: initial;
}

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

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

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


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

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

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

.cov_in{
	height: 43.75vw;
}
	
.content01{
	padding: 24.375vw 0 0;
}

.content02 {
    padding: 10vw 0 12.5vw;
}

.top_main_area:before {
    height: 108.5vw;
    max-height: initial;
    height: 75%;
    background: url(../img/top/bg1.png) no-repeat bottom center;
    background-size: cover;
}

.art_cov_div{
	padding-top: 19%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



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

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

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

.cov_in{
	height: 53vw;
}

.content06 .ma1600:before{
	width: 800px;
	height: 871px;
}

.co7_div{
	padding: 55px 0;
}

    #pageTop {
        width: 60px;
    }

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

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

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

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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.hLogo{
	width: 140px;
	height: 140px;
	padding: 20px;
}

#art_cover{
}
	
.art_cov_div {
    height: 400px;
    padding-top: 180px;
}


.content01 {
        padding: 10vw 0 0;
    }

    .cov_div .title1 {
        font-size: 4rem;
        font-size: clamp(2rem, 3.4vw, 4rem);
    }

a.hd_link_btn1 img{
	right: 0%;
}

    .content06 .ma1600:before {
        width: 700px;
        height: 771px;
    }

	.co7_div {
        padding: 40px 0;
        /* border-radius: 20px; */
    }

.co7_div .btn2 {
    margin: 30px auto 0;
}

.co7_div .mainTit .en_tit{
	margin-bottom:15px;
}

.comp01_div{
	padding: 80px 2% 100px;
}

#art_cover:before{
	width: 280px;
}

.rec04_list li .img.img3{
	top: 19vw;
}

.rec04_list li .text_area .text1{
	/* text-align:left; */
}


.scroll_img{
	top:3%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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



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


.hd_link{
	/* width: 16%; */
}

header {
    padding: 10px 0;
}


.flow_list1 li .left .num {
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    font-size: 3rem;
}

.flow_list1 li {
    padding:3%;
}



#pageTop {width: 60px;}





.flow_list2 .num {
    width: 60px;
    height: 60px;
    font-size: 3rem;
}

.flow_list2 li:before{
	left: 29px;
}


.flow_list2 li:after{
	left: 21px;
}





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

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

.ft_list {
    padding-top: 0%;
}




    .cov_in {
        height: 60vw;
    }

.btn2{
	height:60px;
}

    .hLogo {
        width: 120px;
        height: 120px;
    }

.cov_div {left: 2%;}
	
.mv_slider_area{
	right:2%;
}

.co3_list1 li{
	padding: 13px 10px;
}

.co3_div21 .title1:before{
	width: 34px;
	height: 89px;
	right:0%;
}

.co3_div21.co3_div21b .title1:before{
	width: 49px;
	height: 81px;
	right: -3%;
}

.co5_li .num{
	top:0;
}

.co5_div .co5_list2{flex-direction: column;}

.co5_div .co5_list2 li.long{
	width: 100%;
}

.co5_div .co5_list2 li{
	width: 100%;
}

    .content06 .ma1600:before {
        width: 600px;
        height: 720px;
		right:-150px
    }

.bot_nav_list1 li.tel .img{
	width:30px;
}

.bot_nav_list1 li.mail .img{
	width:30px;
}

.bot_nav_list1 li{
	height:100px;
}

footer .logo{
	width:28%;
}

footer .flex .left .flex2 .add {
    width: 70%;
}

.comp05_div1{
	padding: 2% 5%;
}

.comp05_div1 .text_area .title1{
	padding-left:28px;
}
	
.comp05_div1 .text_area .title1:before{
	width:24px;
	height:24px;
}

.link_lists li .btn2{
	font-size:1.2rem;
	height:50px;
}

.ser01_list1 li .text_area .title2{
	min-height: 47px;
}

.rec_tab li{
	font-size: 2rem;
	height: 60px;
}

.rec04_list li .img.img4{
	right: auto;
	width: 20%;
	left:0;
}

.rec04_list li .img.img5{
	right: auto;
	width: 20%;
	left: 21%;
}

.rec04_list li:nth-child(4), .rec04_list li:nth-child(5){
	margin-right:0;
	margin-left:auto;
	flex-direction: initial;
}

.rec04_list li:nth-child(4) .text_area, .rec04_list li:nth-child(5) .text_area{
	text-align:left;
	margin-left:1%;
	margin-right:0;
}

.rec04_list li {
    width: 54.5%;
}

.co1_div{
	min-height: 360px;
}
	
.scroll_img{
	display:none;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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





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

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

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

a.hd_link_btn1{
	padding-left:8%;
}
	
a.hd_link_btn1 .big {
    font-size: 1.5rem;
    margin-right: 3px;
}

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

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

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




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

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

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

.hd_link{
	width: 78%;
	max-width: 310px;
	margin-left: 0;
	margin-right: auto;
	min-width: initial;
}

a.hd_link_btn1 .big{
	font-size:2rem;
}

a.hd_link_btn1{font-size: 1.5rem;padding-left: 12%;}

a.hd_link_btn1 img{right: 8%;}
	
header .headerUl{
	display: flex!important;
	width: 50px;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.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: 50px;
  height: 34px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(15px) 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(-15px) rotate(45deg);
}
	
.menu-trigger p{
	position:absolute;
	bottom: -20px;
	line-height: 1;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
	left: 0;
	right: 0;
	margin: auto;
}

/*gnav*/
.gnav{
    background: #faf9f3;
    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: 22% 0;
    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: 0px auto 92px;
    width: 78.667%;
}

nav .gnav__menu__item2{
    margin: 0 auto;
    width: 78.667%;
}

nav .gnav__menu__item2:last-child{
	padding-bottom:40px;
}
	
.gnav__menu__item a{
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    color: #4e3e36;
    position:relative;
    padding-left:56px;
}

.gnav__menu__item a:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:#00a0e9;
	border-radius:50%;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.gnav__menu__item2 a.hd_link_btn1 {
	height:106px;
	font-size: 2.8rem;
	font-size: clamp(1.4rem, 3.8vw, 2.8rem);
	line-height: 1;
	padding-left: 9%;
	letter-spacing: 0.1em;
	max-width: initial;
}
	
.gnav__menu__item2 a.hd_link_btn1 .big{
	font-size:3.8rem;
	font-size: clamp(1.9rem, 5.1vw, 3.8rem);
	line-height: 1;
	letter-spacing: 0.1em;
	}

.gnav__menu__item2 a.hd_link_btn1 img{
	width: 15.41%;
	right: 7%;
	top: -10%;
}


	
.pc_nav{width: 70%;background: none;border-radius: 0;max-width: 390px;}

.nav_list1{
	display:none;
}	

    .hLogo {
    height: 170px;
    width: 170px;
    }

a.hd_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:620px;
	width: 100%;
	margin:0 auto;
	border-radius:60px;
	height: 16vw;
	position: relative;
}
	


a.hd_btn.hd_tel{
	background: #96dbf2;
	text-align:center;
	font-size: clamp(0.9rem, 2.5vw, 1.8rem);
	font-weight:700;
	
}

a.hd_btn.hd_tel img{
	
}
	



.mainTit {
	font-size: 5.4rem;
	font-size: clamp(3rem, 7.2vw, 5.4rem);
	line-height: 1.4;
}

.mainTit .en_tit{
    font-size: 1.8rem;
    font-size: clamp(1.4rem,2.5vw,1.8rem);
    padding-left: 29px;
    margin-bottom: 2.5%;
}

.content01 .mainTit {
    font-size: 4.2rem;
    font-size: clamp(2.1rem, 5.6vw, 4.2rem);
}



body{
    font-size: 2.6rem;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    line-height: 1.84;
}

.mainTit3 {
	font-size:3.6rem;
	font-size: clamp(3rem, 4.8vw, 3.6rem);
}



.qanda_list li {
    padding: 20px 4.35%;
    margin-bottom: 20px;
}

.qanda_list li dt {
	font-size: 2.6rem;
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	line-height: 1.4;
	align-items: start;
}

.qanda_list li .que, .qanda_list li .ans{
	margin-right: 5.715%;
	line-height: 1.2;
}

.qanda_list li dd p{
	font-size: clamp(1.5rem, 3.2vw, 2.2rem);
}

.qanda_list dt .pulu {
    right: -5%;
    width: 20px;
    height: 20px;
}


footer .flex .left{
	max-width: initial;
	width: 100%;
	margin: 0 auto 15%;
	text-align: left;
}

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

footer .logo{
	max-width: initial;
	margin:0 auto;
	width: 30%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}

.add{
	margin:0 auto;
	width: 71%;
}
	
.ft_list{
	flex-wrap: wrap;
}

footer .flex .left .addp{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	text-align: center;
	margin-top: 4.5%;
}

.ft_list li{
	width:48%;
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	margin: 0 0 8%;
	padding-left: 30px;
}

footer {
    padding: 8.667% 0 29%;
}

.copyright{
	font-size: 1.6rem;
	text-align: left;
	position: absolute;
	bottom: 4.45%;
	left: 0;
	right: 0;
	margin: auto;
	width: 89.334%;
	font-weight: 400;
	max-width: 590px;
}


#pageTop {bottom: 3.69% !important;right: 0%;width: 17%;max-width: 120px;}


#cover{
	padding: 29.334% 0 0;
}

.mv_slider_area{
	position: initial;
	width: 100%;
}

	.mv_slider .slick-slide {
		margin-bottom: 0 !important;
		margin:0 30px 0;
	}

	.mv_slider .slick-list {
		margin-bottom: 0 !important;
	}
.cov_in{
	height: auto;
	width: 89.334%;
	margin: 0 auto;
}

.cov_div{
	position:initial;
	padding: 9% 0 0;
}
	
.inner2,
.inner {
    width: 89.334%;
}

    header {
        padding: 15px 23px;
    }

    .top_main_area:before {
        height: 108.5vw;
        max-height: initial;
        height: 75%;
        background: url(../img/top/sp/bg1.png) no-repeat bottom center;
        background-size: cover;
        display: none;
    }

    .cov_div .title1 {
        font-size: 4.2rem;
        font-size: clamp(2.1rem, 5.6vw, 4.2rem);
        letter-spacing: 0.1em;
    }

.cov_div .title1:before{
	right: 20%;
}

.cov_div .text1 {
    margin-top: 8%;
    font-size: 2.4rem;
    font-size: clamp(1.4rem, 3.2vw, 2.4rem);
    line-height: 1.8333;
    font-weight: 400;
}

.news_list li{
	flex-direction:column;
	align-items: flex-start;
	justify-content:flex-start;
	padding: 7.5% 0 8.3%;
}

.news_list li .dacate{
	margin-bottom: 15px;
}

.news_list li .title{
	display: block;
	-webkit-box-orient: initial;
	-webkit-line-clamp: initial;
	overflow: initial;
	line-height: 1.538;
	font-size: 2.6rem;
	font-size: clamp(1.5rem, 3.5vw, 2.6rem);
}


.news_list li .dacate .date{
	font-size: 2.2rem;
	font-size: clamp(1.1rem, 3vw, 2.2rem);
	margin-right: 19px;
}

.news_list li .dacate .n_cate{
	width: initial;
	height: initial;
	font-size: 2.2rem;
	font-size: clamp(1.1rem, 3vw, 2.2rem);
	padding: 4px 8px;
	min-width: 180px;
}

.news_list {
    margin: 17px auto 0;
}

.co1_div {
    padding: 12% 6%;
    min-height: initial;
}

.btn1.sp{
	display:flex;
}

.btn2.sp{
	display:flex;
}
	
.btn2,
.btn1{
	max-width:initial;
	width:100%;
	margin:60px auto 0;
	height:90px;
	border-radius:50px;
	font-size: 2.6rem;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}
	
.btn2:before,
.btn1:before {
    width: 16px;
    height: 16px;
	right:5%;
}

.btn2{
	max-width:460px;
	width: 80%;
}

.content02 .text1 {
    margin: 50px auto 50px;
    margin: 8% auto 10%;
}

    .content01 {
        padding: 46.667% 0 0;
        background: url(../img/top/sp/bg1_top.png) no-repeat top center #b4e1fc;
		background-size:contain;
    }

    .content02 {
        padding: 16% 0 29.334%;
        background: url(../img/top/sp/bg1_bot.png) no-repeat bottom center , linear-gradient(to top, transparent 10%, #b4e1fc 30%,#b4e1fc 100%);
		background-size:contain;
    }

.content03 {
    padding: 19% 0 14%;
}

.co3_div1 {
    margin: 0 auto 10.834%;
	flex-direction:column;
}



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

.co3_div1 .img{
	max-width: initial;
	width: 100%;
	margin: 5.38% auto 0;
}

.co3_div1 .text_area .text1{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.91;
	margin-top: 8%;
}




.co3_div2{flex-direction: column;}

.co3_div2:before{
	display:none;
}

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

.co3_div21a{
	padding-bottom: 10.45%;
	margin-bottom: 12%;
	border-bottom:1px solid #e3ded3;
}

.co3_div21 .title1{
	line-height: 1.45;
	font-size:4rem;
	font-size: clamp(2rem,5.4vw,4rem);
	margin-bottom: 24px;
	letter-spacing: 0.12em;
}

.co3_div21 .title1:before{
	width: 6.267vw;
	height: 16.4vw;
	right: 0%;
}

.co3_div21.co3_div21b .title1:before{
	width: 9.867vw;
	height: 16.134vw;
}

.co3_div21 .title1 .bgpink{
	letter-spacing: 0.12em;
}


.co3_list1 li{
	margin-bottom:10px;
	padding: 2.4% 2.7%;
}

.co3_list1 li .num{
	margin-right: 15px;
	width: 36px;
	height: 36px;
	font-size: 2.2rem;
}

.content04 .inner {
    padding: 18.667% 0 20px;
}



.co4_list{
	margin-top: 7%;
}
	
.co4_list li.long,
.co4_list li{
	margin-top: 6%;
	width: 100%;
	max-width: initial;
	padding: 10.45% 8.21%!important;
	display:block!important;
}

.co4_list li .num{
	width: 60px;
	height: 60px;
	font-size: 2.4rem;
}

.co4_list li .num:before{
	top: 90%;
}
	
.co4_list li.long .img,
.co4_list li .img{
	text-align:center;
	margin-bottom: 40px;
	max-width: initial;
	width: 64.286%;
	margin: 0 auto;
}

.co4_list li.long .text_area .title1,	
.co4_list li .text_area .title1{
	line-height: 1.5;
	font-size: 3.6rem;
	font-size: clamp(1.8rem,4.8vw,3.6rem);
	margin-bottom: 4%;
	text-align:center;
}

.co4_list li .text_area .text1{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.8333;
}

.co4_list li.long .text_area,
.co4_list li .text_area{
	max-width:initial;
	width:100%;
	margin-top: 8%;
}

.content04 {
    background: #f1e5eb;
}

.content05 .inner {
    padding: 18.667% 0 20px;
}


.co5_text{
	margin: 8% 0 3%;
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.8333;
}

.co5_list1{justify-content: flex-start;flex-wrap: wrap;}

.co5_li{
	width: 41.793%;
	margin-top: 7.46%;
}

.co5_li .num{
	width: 54px;
	height: 54px;
	font-size: 1.8rem;
	font-weight: 500;
	top: 20px;
}

.co5_li .num.bgblu{
	background: #00a0e9;
}

.co5_li .text{
	margin: 8% auto 0;
	font-size: 2.6rem;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	line-height: 1.53;
}

.co5_ar{
	padding: 18% 0 0;
	margin: 7.46% auto 0;
	width: 3.584%;
}

.co5_ar.sp{
	opacity:0;
}

.co5_div{
	background: #ece7da;
	padding: 9% 6% 8%;
	margin-top: 18%;
}

.co5_div .title1{
	font-size: 2.8rem;
	font-size: clamp(1.8rem, 3.7vw, 2.8rem);
	line-height: 1.428;
}

.co5_div .co5_list2{
	display:flex;
	justify-content:space-between;
	margin-top: 10px;
}

.co5_div .co5_list2 li{
	line-height:2.153;
}

.co5_div .co5_list2 li > span{
	line-height:1.769;
}
	
.co5_div .co5_list2 li span.small{
	font-size: clamp(1.2rem, 2.7vw, 2rem);
	line-height: 1.5;
	display: block;
}


.content06{
	background:#cce9e1;
	position:relative;
	z-index: 1;
	overflow: hidden;
}

.ma1600{
	max-width:1600px;
	width:100%;
	position:relative;
	margin:0 auto;
}

.content06 .ma1600{
	padding: 20% 0 21.334%;
}

.content06 .ma1600:before{
	width: 113.6vw;
	height: 119.6vw;
	bottom: 8.648%;
	right: auto;
	left: 13.2%;
}

.content06 .text1{
	margin: 5% 0;
	line-height:2;
}

.content06 .text2{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.6667;
	padding: 11px 27px;
}

.content06 .mainTit .sp{
	width:50%;
}


.co7_div{
	background: url(../img/top/sp/bg71.png)no-repeat center;
	background-size:cover;
	padding: 12% 0 15%;
	border-radius: 7%;
}

.co7_div:before{
	background:url(../img/top/sp/bg72.png)no-repeat center;
	background-size: contain;
}

.co7_div .mainTit{
	font-size: 3.6rem;
	line-height: 1.5;
	font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.co7_div .mainTit .en_tit{
	margin-bottom: 4.5%;
}

.co7_div .btn2{
	margin: 5.972% auto 0;
	max-width: 300px;
	font-size: 2.4rem;
	height: 80px;
}

.content07{
	margin:50px auto 0;
}

.cont_area {
    padding: 21.334% 0 22.667%;
}

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


.cont_area .flex .left{
	max-width: inherit;
	width: 100%;
}

.cont_area .flex .right{
	max-width: initial;
	width: 100%;
	margin: 7.5% auto 0;
}

.cont_area .flex .left .mainTit{
	margin-bottom: 9%;
}

.cont_area .flex .left .text1{
	margin-top: 6.7%;
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.916667;
}


.bot_nav_list1 li{
	height: 140px;
	font-size: 3.4rem;
	font-size: clamp(2.2rem, 4.6vw, 3.4rem);
}

.bot_nav_list1 li.tel{
	font-size: 3.6rem;
	line-height: 1;
	font-size: clamp(3rem, 4.8vw, 3.6rem);
}
	
.bot_nav_list1 li.tel .text{
	letter-spacing: 0.06em;
}

.bot_nav_list1 li.tel .img {
	width: initial;
}

.bot_nav_list1 li.mail .img {
width: initial;
}

footer .flex{
	flex-direction:column;
}

footer .flex .left .flex2 .add{
	width:100%;
	text-align:center;
	margin: 7.5% auto 0;
}

footer .flex .left .flex2 .add .addp1{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	text-align: center;
}

.art_cov_div .title{
	font-size: 4rem;
}

.art_cov_div .title span{
	margin-bottom: 15px;
}

    .art_cov_div {
        padding-top: 200px;
    }

    #art_cover:before {
        width: 200px;
    }

.link_lists.col4 li,
.link_lists li{
	width: 48%;
	margin-bottom: 4%;
	max-width: initial;
}

.link_lists li .btn2{
	width:100%;
	height: 80px;
	font-size: 2.6rem;
	font-size: clamp(1.4rem, 3.2vw, 2.4rem);
}

.company01{
	padding:16% 0 20px;
}

    .comp01_div {
        padding: 16% 2% 9%;
        background: url(../img/company/bg1.png) no-repeat right;
        background-size: cover;
    }

.comp01_div .title{
	margin-bottom:10px;
	font-size: clamp(1.4rem, 3vw, 1.8rem);
}

.company02 {
    padding: 16% 0;
}

.company02 .flex {
	flex-direction:column;
}
	
.company02 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.company02 .flex .img{
	max-width:initial;
	width: 100%;
	text-align: center;
	margin: 10% auto 0;
}

.comp01_div .text{
	font-size: clamp(1.8rem, 3.8vw, 2.4rem);
}


.comp01_list1 li .left{
	width: 100%;
	padding: 16px 0 8px;
}

.comp01_list1 li .right{
	padding: 0 0 16px;
	width:100%;
}

.comp01_list1 li .left,
.comp01_list1 li .right{
	min-height:initial;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.comp01_list1 li{
	flex-direction:column;
}

.company02 .flex .text_area .text1 {
    margin: 8% 0 30px;
}

.company03 {
    padding: 16% 0 0;
}

.company03 .comp01_list1 {
    margin:8% auto 0;
}
	
.company04 .text1 {
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    margin: 9% 0;
}

.company04 {
    padding: 16% 0;
}

.company04 .map{
	height:60vw;
}

.company05 {
    padding: 16% 0 20%;
}

.comp05_div1{
	flex-direction:column;
	border-radius:20px;
	padding: 8% 5%;
	margin: 20% auto 20%;
}

.comp05_div1 .img{
	max-width: initial;
	width: 50%;
	margin:0 auto 30px;
	text-align: center;
}

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

.comp05_div1 .text_area .title1{
	font-size: 3rem;
	font-size: clamp(1.8rem, 4vw, 3rem);
}

    .comp05_div1 .text_area .title1:before {
		top: 23%;
		}

.comp05_div2 .title1 {
    padding: 20px 0;
    font-size: 4rem;
    font-size: clamp(2.4rem, 5.4vw, 3.6rem);
}

.comp5_list1{
	width:90%;
}

.comp5_list1 li .text_area .title_area{
	flex-direction:column;
	align-items:flex-start;
}

.comp5_list1 li{
	flex-direction:column;
}

.comp5_list1 li .img {
    max-width: initial;
    width: 100%;
	margin:0 auto; 5%;
}
	
.comp5_list1 li .img img{
	width:100%;
}

.comp5_list1 li .text_area{
	max-width:initial;
	width:100%;
	margin:24px 0 0;
}

.comp5_list1 li .text_area .title_area .title2 {
    font-size: 4rem;
    font-size: clamp(2rem, 5.4vw, 4rem);
}

.comp5_list1 li .text_area .title_area .text{
    font-size: clamp(1.3rem, 3.2vw, 2.4rem);
}

.comp5_list1 li .text_area .text1 {
    font-size: clamp(1.6rem, 3.8vw, 2.4rem);
}

.service01 .mainTit.cen{
	font-size: 3.6rem;
	font-size: clamp(2rem, 4.8vw, 3.6rem);
}

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

.ser01_list1 li .img{
	width:50%;
}
	
.ser01_list1 li .text_area .title1 {
    font-size: 3.6rem;
    font-size: clamp(2.6rem, 4.8vw, 3.6rem);
}

.service02 {
    padding: 16% 0 0;
}

.ser02_text{
	margin: 8% 0 10%;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.ser_tab li{
	padding: 4% 0;
}

.ser02_list1 li{
	padding: 20px 20px 30px;
}

.ser02_list1 li .num{
	position:initial;
	margin-bottom:2%;
	font-size: 1.8rem;
}

.ser02_list1 li .title1 {
    font-size: 2.8rem;
    font-size: clamp(2.4rem, 3.8vw, 2.6rem);
    line-height: 1.6;
    margin: 3% 0;
}

.ser02_list1 li .text1{
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.ser02_list1 li .img{
	position:initial;
	margin-left:auto;
	margin-right: 0;
	width: initial;
	max-width: initial;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	width: 30%;
}

.service03 {
    padding: 16% 0;
}

.service03 .flex{
	flex-direction:column;
	margin-top: 6%;
}

.btn3{
	width:100%;
	margin-top: 20px;
}

.service04 {
    padding: 16% 0;
}

.qanda_list {
    margin: 10% auto 0px;
}

.ser04_list1 li .title1{
	font-size: 2.8rem;
	font-size: clamp(2.2rem, 3.8vw, 2.8rem);
}

.ser04_list1 li .text1{
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}


.service05 {
    padding: 16% 0;
}

.recruit01 {
    padding: 12% 0 16%;
}
	
.recruit01 .mainTit {
    margin-bottom: 8%;
}

.recruit01 .img {
    margin-top: 8%;
}
	
.recruit02 .mainTit {
    margin-bottom: 8%;
}

.recruit02 .rec_text1{
	margin-bottom:0;
}

.rec02_list{
	flex-direction:column;
	margin-top:0;
}

.rec02_list li{
	width:100%;
	margin:8% auto 0;
}

.rec02_list li .title1 {
    font-size: clamp(2.4rem, 5vw, 3.2rem);
}

.recruit04 {
    padding: 16% 0;
}

.rec04_list {
    margin-top: 8%;
}

.rec04_list li {
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 10%;
}

.rec04_list li .text_area{
	width: calc(100% - 100px);
	margin-left:auto;
}

.rec04_list li .img{
	position:initial;
	width: calc(100% - 100px)!important;
	margin-left:auto;
	margin-top:20px;
}

.rec04_list:before{
	left:45px;
	right:auto;
}

.rec04_list li .rec_time{
	width:90px;
	font-size: 1.8rem;
	margin-top: 1%;
}

.rec04_list li .text_area .title1 {
    font-size: 3.6rem;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.rec04_list li .text_area .text1{
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.recruit05 {
    padding: 15% 0 16%;
}

.rec_tab li{
	width:48%;
	margin-bottom:5%;
	margin-right: 0;
}

.recruit05 .comp01_list1 li .left{
	width: 100%;
}

.rec_btn1{
	height: 80px;
	width: 80%;
}

.rec_tab {
    margin: 12% auto 14%;
    justify-content: space-between;
}


.rec02_list li .text1{
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}
	
.recruit02{
	padding: 16% 0;
}


.ser01_list1 li .text_area .text1{
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.ser02_list1 li .text2{
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.5;
	border-radius: 200px;
	padding: 6%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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






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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}





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


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}

a.hd_btn{
	height:18vw;
}

a.hd_btn.hd_mail .img{
	margin-right: 4%;
}
	
a.hd_btn.hd_line .img{
	margin-right: 4%;
}

a.hd_link_btn1{
	height:70px;
}

header .headerUl{
}



    .menu-trigger {
        width: 40px;
        height: 26px;
    }
	
.menu-trigger span {
  height: 3px;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11.5px) rotate(45deg);
}

#cover{
}


.qanda_list li .que, .qanda_list li .ans {
    margin-right: 3%;
    font-size: 2rem;
    line-height: 1;
}

.qanda_list dt .pulu{right: -8%;}



nav .gnav__menu__item{
    margin: 0px auto 46px;
}

	
.gnav__menu__item a{
	padding-left:28px;
}

.gnav__menu__item a:before{
	width:10px;
	height:10px;
}
	
.gnav__menu__item2 a.hd_link_btn1{
	height: 73px;
}

    .hLogo {
        height: 85px;
        width: 85px;
        height: 120px;
        width: 120px;
        padding: 10px;
    }

    header {
        padding: 15px 8px;
    }

    .pc_nav {
        width: 67%;
        max-width: 300px;
 }

a.hd_link_btn1 .big{
	font-size:1.8rem;
	margin-right: 4px;
}

a.hd_link_btn1{
	font-size: 1.4rem;
	height:50px;
	padding-left: 7%;
	max-width: 240px;
}

a.hd_link_btn1 img{
	right: 0%;
	width: 34px;
	top: 0;
}

.btn2,
.btn1{
	margin:40px auto 0;
	height:60px;
}

.btn2:before,
.btn1:before {
    width: 8px;
    height: 8px;
}

    .news_list li .dacate .n_cate {
        min-width: 120px;
    }

.cov_div .title1:before{
	right: 22%;
	bottom: 0%;
	width: 30px;
	height: 36px;
}

    .co3_list1 li .num {
        margin-right: 7px;
        width: 24px;
        height: 24px;
        font-size: 1.6rem;
    }

.co3_div21 .title1{
	letter-spacing:0.06em;
}

.co4_list li .num{
	width: 40px;
	height: 40px;
	font-size: 2rem;
	top: 15px;
	left: 15px;
}

.co4_list li .num:before{
	top:80%;
}

    .co5_li .num {
        width: 40px;
        height: 40px;
        font-size: 1.6rem;
        top: 0px;
    }

.content06 .text2{
	padding: 11px 14px;
}

    .co7_div .btn2 {
        font-size: 1.8rem;
        height: 50px;
        width: 55%;
        max-width: 200px;
        margin: 3% auto 0;
    }

    .co7_div {
        padding: 13% 0;
        border-radius: 20px;
    }

.bot_nav_list1 li.tel .img{
	width:30px;
}

.bot_nav_list1 li.mail .img{
	width:30px;
}

.bot_nav_list1 li{
	height:80px;
}

.ft_list li{
	padding-left:18px;
}

    .link_lists li .btn2 {
        height: 50px;
    }

.comp05_div1 .text_area .title1:before{
	width:20px;
	height: 20px;
	top:27%;
}


.ser01_list1 li .num {
	width: 40px;
	height: 40px;
	font-size: 2rem;
	top: 15px;
	left: 15px;
}

.ser01_list1 li .num:before{
	top:80%;
}

.btn3{
	height: 80px;
	font-size: 2rem;
	max-width: 340px;
}

.btn3 span{
	font-size:1.8rem;
}

.ser04_list1 li .text_area{
	margin-top:20px;
}

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

.ser04_list1 li .title1{
	font-size:2.8rem;
}

.rec02_list li:before{
	width: 100px;
}

	
.rec04_list li .text_area{
	width: calc(100% - 80px);
}

.rec04_list li .img{
	width: calc(100% - 80px)!important;
}

.rec04_list:before{
	left:35px;
}

.rec04_list li .rec_time{
	width:70px;
	font-size: 1.6rem;
}

    .art_cov_div .title {
        font-size: 3.2rem;
    }

.menu-trigger p{
	font-size: 1.4rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.comp05_div1 .text_area .title1:before{
	width: 15px;
	height: 15px;
	top: 21%;
}

.comp05_div1 .text_area .title1{
	padding-left:20px;
}

.gnav__menu__item2 a.hd_link_btn1{
	height:63px;
}

    .cov_div .title1:before {
        right: 20%;
        bottom: 0%;
        width: 22px;
        height: 27px;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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