@charset "utf-8";

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

html{
	scroll-padding: 100px;
}

body {
	width: 100% !important;
	color: #333;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-size: 1.8rem;
	line-height: 1.8889;
	font-weight:500;
	font-size: clamp(1.6rem,2vw,1.8rem);
}

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

.en{
	font-family: "Roboto", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #2680EB;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #2680EB;
}
.bgblu_gra{
	background: linear-gradient(to right, #0771E0 , #27A1E6);
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

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

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

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

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 0 3.125%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	/* transition: .4s; */
	height: 84px;
	box-shadow: 0px 5px 6px #00000029;
	background: #fff;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 244px;
	width: 22%;
}


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

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

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

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

table {
	border-collapse: separate;
}



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

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

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

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.5rem;
	color:#333333;
	font-weight: 700;
	line-height: 1.4;
}

.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: 232px;
	width: 27%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 49px;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 0;
	transition: .4s;
	color:#fff!important;
	border-radius:25px;
}

.hd_link_btn1 .icon{
	display:flex;
	margin-right:8px;
}


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

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/
.fv_wrap{
	margin:146px auto 0;
	width:100%;
	position:relative;
}

.fv_wrap:before{
	position:absolute;
	content:"";
	width: 100%;
	height: 65.045%;
	background: url(./img/top/bg_fv.png)no-repeat top left;
	background-size: cover;
	left:0;
	bottom: 0;
}

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

.cov_in{
	margin:0 auto;
	width: 93.75%;
	position: relative;
}

.cov_in .scroll{
	position:absolute;
	left:0;
	top: 26%;
	max-width:21px;
	width:100%;
}

.mv_slider_area{
	/* max-width:1716px; */
	width: 95.334%;
	margin-left: auto;
	position: relative;
	height: calc(100vh - 146px);
	max-height: 765px;
	min-height: 35vw;
	overflow: hidden;
}

.mv_sld{
	margin-right:9px;
	height: calc(100vh - 146px);
	max-height: 765px;
	/* min-height: 45vw; */
	min-height: 35vw;
}

.mv_sld1{
	background:url(./img/top/mv1.jpg)no-repeat ;
	background-size:cover;
}

.mv_sld2{
	background: url(./img/top/mv2.jpg)no-repeat right;
	background-size:cover;
}

.mv_sld3{
	background:url(./img/top/mv3.jpg)no-repeat right;
	background-size:cover;
}

.cov-div{
	position:absolute;
	bottom: -1px;
	left: -1px;
	background:linear-gradient(to right,#0771E0,#27A1E6);
	color:#fff;
	padding-top:33px;
	padding-right:113px;
	padding-left: 1px;
	padding-bottom: 1px;
}

.cov-div .text1{
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight:500;
	font-size: clamp(1.6rem,2vw,2.5rem);
	margin-bottom:14px;
}

.cov-div .title{
	font-size: 5.5rem;
	line-height: 1.2545;
	font-weight:900;
	font-size: clamp(3rem,5.2vw,5.5rem);
}

.top_news_area{
	margin-top: 7.188%;
}

.top_news_div{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.429% 5.537% 1.429% 7.858%;
	z-index: 1;
}

.top_news_div:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:linear-gradient(to right,#0771E0,#27A1E6);
	opacity:0.78;
	left:0;
	top:0;
	border:1px solid #1267BA;
	z-index: -1;
}

.top_news_div .left{
	flex-shrink:0;
	margin-right: 4%;
}

.top_news_div .right{
	max-width:693px;
	width: 100%;
}

.news_list1 li{
	display:flex;
	align-items:center;
	padding: 5.32% 0;
	padding-left: 3.36%;
	color:#fff;
	border-bottom:1px solid #FFFFFF;
}

.news_list1 li:hover{
	opacity:0.7;
}

.news_list1 li .date{
	margin-right: 8.003%;
	font-size:1.5rem;
	font-weight:500;
	line-height:1.4;
}

.news_list1 li .tit{
	font-size:1.5rem;
	font-weight:500;
	line-height:1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

.news_list1 li:last-child{
	border-bottom:0;
}

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

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

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

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

.inner_r{
	width: 95%;
	max-width: 1520px;
	margin-left:auto;
}

.mainTit{
	font-size: 1.8rem;
	line-height: 1.444;
	font-weight:700;
	font-size: clamp(1.5rem,4vw,1.8rem);
}

.mainTit .en_tit{
	display: block;
	line-height: 1.314;
	font-weight: 500;
	font-size: clamp(5rem, 6vw, 7rem);
}

.mainTit2{
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight:500;
	font-size: clamp(1.5rem,3vw,1.6rem);
	color: #fff;
}

.mainTit2 span{display: block;line-height: 1.327;font-weight: 500;font-size: clamp(4rem, 4vw, 6.1rem);}

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

.content01{padding: 125px 0;}

.content01 .text{
	margin-top:30px;
}

.content01 .text.text1{
	padding-top:45.5px;
	margin-top:45.5px;
	position:relative;
}

.content01 .text.text1:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background:#707070;
	width:67px;
	height:1px;
}

.content01 .btn1{
	margin-top:68px;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:297px;
	width:100%;
	height:63px;
	border-radius:32px;
	font-size:1.9rem;
	font-weight:700;
	line-height:1;
	position:relative;
	background: #fff;
	color:#2680EB!important;
	transition: .4s;
}

.btn1:hover{
	opacity:0.7;
}

.btn1.bgblu_gra {
    background: linear-gradient(to right, #0771E0, #27A1E6);
	color:#fff!important;
}

.btn1:before{
	position:absolute;
	content:"";
	width:24px;
	height:24px;
	background:url(./img/common/arrow_wh.svg)no-repeat;
	background-size:contain;
	right:18px;
	top:0;
	bottom:0;
	margin:auto;
}

.btn1.bgblu_gra:before{
	background:url(./img/common/arrow_blu.svg)no-repeat;
	background-size:contain;
}

.content01 .flex{
	align-items:flex-end;
}

.content01 .text_area{
	max-width:510px;
	width: 47%;
	padding-bottom: 5.593%;
}

.content01 .img{
	max-width:763px;
	width: 51%;
}

.ma1920{
	max-width:1920px;
	margin:0 auto;
	width:100%;
}


.content02{
	background:linear-gradient(to right,#0168DE,#4BD6EE);
	padding: 115px 0 142px;
	border:1px solid #707070;
}

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

.co2_list1{
	margin-top:82px;
	display:flex;
	justify-content:space-between;
}

.co2_list1 li{
	width:32%;
	max-width:331px;
	position:relative;
	padding-bottom:64px;
}

.co2_list1 li .text_area{
	background: linear-gradient(135deg, #ffffff30, #ffffff66);
	color: #fff;
	padding: 8.16% 4.536% 45px;
}

.co2_list1 li .text_area .title1{
	font-size: 2.3rem;
	line-height: 1.478;
	font-weight:700;
	font-size: clamp(1.7rem,2.2vw,2.3rem);
	margin-bottom:13px;
}

.co2_list1 li .text_area .text1{
	line-height: 1.86667;
	font-weight:500;
	font-size: 1.5rem;
}


.co2_list1 li .ab_text{
	position:absolute;
	bottom:0;
	right:5px;
	color:#fff;
	font-size:2.2rem;
	font-weight:300;
	font-style:italic;
	line-height:1.318;
	letter-spacing:0.05em;
}

.co2_list1 li .ab_text span{
	font-size:9.1rem;
	font-weight:500;
	font-style:italic;
	line-height:1.318;
	letter-spacing:0em;
	margin-left: 13px;
}


.content02 .btn1{
	margin:58px auto 0;
}

.content03{
	padding: 130px 0 140px;
	position: relative;
}

.content03:before{
	position:absolute;
	content:"";
	width: 101%;
	height:100%;
	background: url(./img/top/bg3.png)no-repeat bottom left;
	background-size: contain;
	bottom: -6%;
	left:0;
}

.content03 .flex{
	margin-bottom: 130px;
}

.content03 .flex .img{
	max-width:504px;
	width:48%;
}

.content03 .flex .text_area{
	max-width:482px;
	width:48%;
	margin-top: -1.6%;
}

.content03 .text{
	margin-top:33px;
}

.content03 .text.text1{
	padding-top:45.5px;
	margin-top:45.5px;
	position:relative;
}

.content03 .text.text1:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background:#707070;
	width:67px;
	height:1px;
}

.content03 .btn1{
	margin-top:46px;
}

.recruit_bnr{
	background:url(./img/common/rec_bnr.jpg)no-repeat center right;
	background-size:cover;
	position:relative;
	padding: 8.036% 4.822% 7.5%;
	transition:.4s;
}

.recruit_bnr:hover{
	opacity:0.7;
}

.recruit_bnr .lista{
	z-index:3;
}

.recruit_bnr:before{
	position:absolute;
	content:"";
	width: 66.608%;
	height:100%;
	background:linear-gradient(to right,#0168DE,#4bd6ee80,#4BD6EE00);
	left:0;
	top:0;
	z-index:0;
}

.recruit_bnr .text_area{
	position:relative;
	z-index:1;
	color: #fff;
	width: 100%;
}

.recruit_bnr .mainTit > span{
	display:flex;
	align-items:center;
}

.recruit_bnr .mainTit span .img{
	margin-left:25px;
}

.recruit_bnr .text_area .text1{
	margin-top: 2.175%;
}

.content04{
	padding: 12.136% 0 0;
	position:relative;
	z-index: 1;
}

.content04:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/top/bg4.jpg)no-repeat top center;
	background-size:contain;
	top: 0;
	left: 0;
	z-index: -1;
}

.co4_div{
	background:#fff;
	padding: 4.912% 3.572% 13.84%;
}

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

.co4_div .text1{
	text-align:center;
	padding-top:45.5px;
	margin-top:40.5px;
	position:relative;
}

.co4_div .text1:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background:#707070;
	width:67px;
	height:1px;
	right:0;
	margin:auto;
}

.co4_div .flex{
	margin: 6.963% auto 0;
	max-width: 1040px;
	width: 100%;
}

.co4_div .flex .btn1{
	width: 32%;
	max-width: 330px;
	height:96px;
	border-radius:98px;
	font-size: clamp(2rem,2.4vw,2.8rem);
}

.co4_div .flex .btn1:first-child{
	justify-content:flex-start;
	padding-left: 4.616%;
}

.co4_div .flex .btn1:before{
	width:36px;
	height:36px;
	right:28px;
}

.contact_area{
	padding:101px 0 103px;
	background:linear-gradient(to right , #0168DE ,#0168DE ,#4BD6EE ,#4BD6EE)
}

.contact_area_div{
	border:1px solid #1267BA;
	background:linear-gradient(to right , #0771E0 ,#27A1E6);
	padding: 4.018% 6.697% 5.894% 7.144%;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	overflow: hidden;
	box-shadow: 16px 16px 44px #00000029;
}

.contact_area_div:before{
	position:absolute;
	content:"";
	width: 28%;
	height: 225px;
	background:url(./img/common/contact_icon.svg)no-repeat bottom left;
	background-size:contain;
	left:0;
	bottom:0;
	max-width: 312px;
}

.contact_area_div .left{
	max-width:250px;
	width: 43%;
}

.contact_area_div .left .text1{
	padding-top:30.5px;
	margin-top:25.5px;
	position:relative;
}

.contact_area_div .left .text1:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background:#FFFFFF;
	width:50px;
	height:1px;
}

.contact_area_div .right{
	max-width:521px;
	width: 55%;
}

.contact_area_div .right .btn1{
	height: 110px;
	max-width: initial;
	font-size: 2.6rem;
	border-radius: 110px;
	box-shadow:10px 10px 19px #00000029;
}

.contact_area_div .right .btn1 .icon{
	margin-right:16px;
}

.contact_area_div .right .btn1:before{
	width:35px;
	height:35px;
	right:29px;
}

.side_btn{
	position:fixed;
	bottom: 2.654%;
	right: 1.198%;
	max-width:219px;
	width: 20%;
	z-index: 99;
	transition: .4s;
}

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

footer {
	margin: 0px auto 0;
	padding: 83px 0 52px;
}

footer .logo {
	width: 100%;
}

footer .inner{
	max-width:1800px;
}

footer .inner .flex{
	
}

footer .inner .flex .left{
	max-width:280px;
	width:30%;
}

footer .inner .flex .right{
	max-width:756px;
	width: 66%;
	display: flex;
	justify-content: space-between;
}

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

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

.ft_list li a{
	line-height:1.4444;
	font-weight:700;
}

.copyright {
	color: #C9C9C9;
	padding: 2px 0 0;
	font-size: 1.3rem;
	font-weight: 500;
}



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

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

.pankuzu {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4615;
}

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

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

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

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


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

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

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


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

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


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

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

textarea {
	padding: 10px;
	height: 220px;
	width: 100%;
	background: #fff;
}

input,
textarea,
button,
select,
option {
	outline: none;
	border-radius:0!important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 37px;
	padding: 5px 15px;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
}

::placeholder{
	color:#CCCCCC;
}

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


select{
	max-width:340px;
}

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

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

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

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

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

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

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


.contact_tb th, .contact_tb td {
	position: relative;
	font-size: 1.5rem;
	border-top: 1px solid #CECECE;
	padding:20px 0;
	line-height: 1.4;
}


.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom: 1px solid #CECECE;
}

.contact_tb {
	width: 100%;
	margin: auto;
}


.contact_tb th {
	text-align: left;
	font-weight: 700;
	width: 29%;
}

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

.contact_tb td {font-weight: 500!important;}

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

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

em{
	background: #EB5E5E;
	color:#fff;
	padding: 0px 7px;
	white-space: nowrap;
	font-size: 1.5rem;
	margin-left: 25px;
	line-height: 1.4rem;
}

em.nini{
	background:#333333;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 25px 2.679%;
	height: 180px;
	overflow-y:scroll;
	margin: 55px auto 60px;
	background: #FAFAFA;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #A2A2A2;
	font-size: clamp(1.6rem,1.6vw,2rem);
}

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

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


.pri_div h3{
	font-size: clamp(2rem,2.4vw,2.3rem);
	line-height: 1.478;
	margin-bottom: 22px;
}


.pri_div dt{
	line-height: 1.4444;
	font-weight: 700;
	margin-bottom: 10px;
}

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

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 30px;
	width: 100%;
	font-weight: 700;
	line-height: 1.4444;
}

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

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

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

.privacy_area input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.contact01{
	padding: 50px 0 150px;
}

.cont_text{
	line-height: 1.478;
	font-weight:700;
	font-size: clamp(1.8rem, 2.4vw, 2.3rem);
	margin-bottom:55px;
}

.tablet{
	display:none;
}

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

.mwform-radio-field{
	margin-right: 6%;
	margin-left: 0!important;
}


.mwform-radio-field label{
	display:flex;
	align-items:center;
}

.mwform-checkbox-field label, .mwform-radio-field label{
	font-weight: 500 !important;
}

.news01{padding: 45px 0 150px;}



.news01 .main_cont{
	max-width:1108px;
	width: 74%;
}


.news01 .side_cont{
	max-width:192px;
	width: 23%;
}

.side_div{
	width:100%;
	margin-bottom: 56%;
}

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

.side_div .title1{
	line-height: 1.45833;
	font-weight:500;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	padding-bottom:14px;
	border-bottom:1px solid #C6E0F7;
}

.cate_list li{
	margin-top:28px;
	font-weight:500;
	line-height:1.5;
}

.cate_list li a.active{
	color:#1982D8;
}



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

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.9rem;
	width: 33px;
	height: 40px;
	background: #fff;
	margin: 0 1%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #707070;
	border: 1px solid #707070;
	font-family: "Roboto", sans-serif!important;
	line-height: 1;
	padding-top: 2px;
}


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



.pagination-list .page-numbers.dots{
	border:none;
	pointer-events:none;
}


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


.det_cont .title_area{
	padding-bottom:28px;
	margin-bottom:56px;
	border-bottom:1px solid #E5E5E5;
}

.det_cont .title_area .dacate{
	margin-bottom:24px;
	width:100%;
}

.det_cont .title_area .title1{
	line-height: 1.45;
	font-weight:500;
	font-size: clamp(2.4rem, 3vw, 4rem);
}

.news_list {
	width:100%;
}

.news_list li{
	display:flex;
	align-items:center;
	padding: 18px 0;
	border-bottom: 1px solid #CECECE;
}

.news_list li:hover{
	opacity:0.7;
}

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

/* .news_list li:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: url(./img/common/arrow.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.dacate{
	width: 100%;
}

.dacate .cate{
	width:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid;
	height: 32px;
	line-height: 1;
	border-radius: 40px;
}
.dacate .cate.cate1{
	background:#0D5AB5;
	color:#fff;
}

.dacate .cate.cate2{
	background:#51ABF4;
	color:#fff;
}

.dacate .cate.cate3{
	background:#809EBA;
	color:#fff;
}

.news_list li .date{
	color: #707070;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.333;
	margin-right: 4.554%;
	font-family: "Roboto", sans-serif!important;
	flex-shrink: 0;
	padding-top: 6px;
}


.news_list li .title1{
	width: 70%;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 1.4444;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:40px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
}

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

.detail_area h4{
	margin-bottom:12px;
}

#art_cover{
	position:relative;
	margin-top:84px;
}

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

.mv_img{
	width: 65%;
	height: 400px;
	margin-left:auto;
}

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

.about .mv_img{
	background: url(./img/about/mv.jpg)no-repeat right;
	background-size:cover;
}

.service .mv_img{
	background: url(./img/service/mv.jpg) no-repeat;
	background-size: cover;
	background-position-x: 67%;
}

.company .mv_img{
	background: url(./img/company/mv.jpg)no-repeat center;
	background-size:cover;
}

.manda .mv_img{
	background: url(./img/manda/mv.jpg)no-repeat center;
	background-size:cover;
}

.facility .mv_img{
	background: url(./img/facility/mv.jpg)no-repeat left;
	background-size:cover;
}

.message .mv_img{
	background: url(./img/message/mv.jpg)no-repeat center;
	background-size:cover;
}

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

.art_cov_div{
	position:absolute;
	bottom:0;
	left:0;
	width: 45%;
	background: linear-gradient(to right,#1068DE,#2096E5);
	color:#fff;
	max-height: 299px;
	padding-top: 5.417%;
	padding-left: 7.396%;
	margin-bottom: -1px;
	padding-top: 5.417%;
	max-width: 820px;
	padding-bottom: 3.386%;
}

.about .art_cov_div{
	padding-top: 3.386%;
}

.art_cov_div .title1{
	line-height: 1.45833;
	font-weight:900;
	font-size: clamp(3rem, 3.1vw, 5.5rem);
}

.art_cov_div .title1 span{
	display:block;
	line-height: 1.44;
	font-weight:500;
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	margin-bottom: 1.919%;
}

.art_cov_div .title1 span.mid{
	line-height: 1.46667;
	font-size: clamp(2rem, 2.4vw, 3rem);
	margin-bottom: 0%;
}

.pankuzu_area{
	background: linear-gradient(to right,#1068DE,#4BD6EE);
	padding: 20px 0 36px;
	padding-left: 7.396%;
	position:relative;
	z-index:1;
}

.pankuzu_area:before{
	position:absolute;
	content:"";
	width:100%;
	height: 95%;
	background: linear-gradient(to top,#ffffff,#ffffff00);
	left:0;
	bottom:-1px;
	z-index:-1;
}

.pankuzu_area.no_bef:before{
	display:none;
}

.cover_area{
	background: linear-gradient(to right,#1068DE,#4BD6EE);
	padding: 81px 0 156px;
	color: #fff;
	text-align: center;
	position:relative;
	z-index:1;
	margin-top: -1px;
}

.cover_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background: linear-gradient(to top,#ffffff,#ffffff00);
	left:0;
	bottom:-1px;
	z-index:-1;
	max-height:226px;
}


.cover_area .title{
	line-height: 1.90625;
	font-weight:700;
	font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.cover_area .text1{
	margin-top:33px;
}

.about01{
	padding: 100px 0 19.167%;
	position: relative;
}

.about01:before {
    position: absolute;
    content: "";
    width: 101%;
    height: 100%;
    background: url(./img/top/bg3.png) no-repeat bottom left;
    background-size: contain;
    bottom: -4vw;
    left: 0;
}

.about01_list > li{
	display:flex;
	justify-content:space-between;
	margin-bottom: 10.715%;
}

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

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


.about01_list li .text_area{
	max-width:545px;
	width: 49%;
}

.about01_list li .img{
	max-width:500px;
	width: 47%;
}

.about01_list li .text_area .mainTit{
	padding-bottom: 8.258%;
	margin-bottom: 8.258%;
	position:relative;
}

.about01_list li .text_area .mainTit:before{
	width:67px;
	height:1px;
	position:absolute;
	content:"";
	background:#707070;
	bottom:0;
	left:0;
}

.about01_list li .text_area .title1{
	line-height: 1.478;
	font-weight:700;
	font-size: clamp(2rem, 3vw, 2.3rem);
	color: #2680EB;
}

.about01_list li .text_area .text1{
	margin-top: 5.507%;
}

.about01_list li .text_area .title1 span{
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3333;
}

.about01_list2 li{
	margin-bottom: 5.14%;
}

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

.about01_list li .text_area .text2{
	margin-top: 2.388%;
	line-height: 1.5556;
}

.art_link_area1{
	padding:140px 0 120px;
}

.about .art_link_area1{
	padding:0px 0 155px;
}

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

.link_list1 li{
	position:relative;
	max-width:340px;
	width:32%;
	transition:.4s;
}

.link_list1 li:hover{
	opacity:0.7;
}

.link_list1 li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/about/link_color.png)no-repeat;
	background-size:cover;
}

.link_list1 li .text{
	position:absolute;
	left: 8.828%;
	line-height:1.4444;
	font-weight:700;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.link_list1 li .text span{
	display:block;
	line-height: 1.478;
	font-size: clamp(2.4rem, 4vw, 5rem);
	font-weight:500;
}

.service .cover_area{
padding: 80px 0 122px;
}

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

.ank_list1 li{
	width:32.5%;
	max-width:360px;
}

.ank_list1 li .btn1{
	max-width:initial;
	height: 96px;
	font-size: 2.2rem;
	border-radius: 100px;
}

.ank_list1 li .btn1 span{
	text-align:left;
	line-height:1.454545;
}

.service01{
	padding:40px 0 150px;
}

.about01_list li .text_area .title{
	line-height: 1.4375;
	font-size: clamp(2.4rem, 3.6vw, 3.2rem);
	font-weight:700;
	padding-bottom: 8.258%;
	margin-bottom: 8.258%;
	position:relative;
}

.about01_list li .text_area .title:before{
	width:67px;
	height:1px;
	position:absolute;
	content:"";
	background:#707070;
	bottom:0;
	left:0;
}

.about01_list li .text_area .title > span.en{
	display:block;
	color:#2680EB;
	opacity:0.7;
	font-style:italic;
	font-weight:300;
	font-size: 2.2rem;
}

.about01_list li .text_area .title span .big{
	line-height: 1.318;
	font-size: clamp(3rem, 6vw, 9.1rem);
	font-weight:500;
	margin-left:13px;
	line-height:1;
}

.service .about01_list li .img{
	margin-top: 6.25%;
}

.service_flex{
	margin-top: 10.715%;
}

.service01_div {
	max-width:535px;
	width:48%;
}

.service01_div .title_area{
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:80px;
}

.service01_div .title_area .title{
	margin-left:30px;
	line-height: 1.5;
	font-size: clamp(2.4rem, 3vw, 3.2rem);
	font-weight:700;
}

.service01_list1{
	margin-top:35px;
}

.service01_list1 li{
	margin-top:30px;
	background:#FAFAFA;
	box-shadow:0 8px 22px #00000014;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7.478%;
}

.service01_div2 .service01_list1 li{
	background:#EDEFF0;
}

.service01_div3 .service01_list1 li{
	background: linear-gradient(135deg, #FFFFFF30, #FFFFFF66);
}

.service01_list1 li .title1{
	width:100%;
	line-height: 1.478;
	font-weight:700;
	font-size: clamp(1.8rem, 2.4vw, 2.3rem);
}

.service01_list1 li .title1 span{
	display:block;
	line-height:1.333;
	font-size:1.5rem;
	font-weight:300;
	font-style:italic;
}

.service01_list1 li .text{
	line-height:1.86667;
	font-size:1.5rem;
	margin-top: 4px;
	width: 100%;
}

.service02{
	background: linear-gradient(to right, #0168DE 10%, #4BD6EE 100%);
	padding:90px 0 150px;
}

.service02 .about01_list > li{
	flex-direction:row-reverse;
}

.service02 .about01_list li .text_area .title{
	color:#FFFFFF;
}


.service02 .about01_list li .text_area .title:before{
	background:#FFFFFF;
}

.service02 .about01_list li .text_area .title > span{
	color:#FFFFFF;
	opacity:0.7;
}


.service02 .about01_list li .text_area .text{
	color:#FFFFFF;
}

.service01_div .title_area .title2{
	text-align:center;
	color:#FFFFFF;
	line-height: 1.5;
	font-size: clamp(2rem, 3.6vw, 3.2rem);
	font-weight:700;
}

.service01_div .title_area .title2 span{
	display:block;
	color:#FFFFFF;
	opacity:0.7;
	margin-bottom:13px;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	line-height:1.3333;
	letter-spacing:0.05em;
	font-weight:500;
}

.service02 .service01_list1 li {
	min-height:194px;
}

.service02 .service01_list1 li .text{
	color:#fff;
}

.service03{
	padding:104px 0 155px;
}

.about01_list li .text_area .btn1{
	margin-top: 9.544%;
}

.company01{
	padding:75px 0 155px;
}

.company01 .mainTit{
	padding-bottom: 3.884%;
	margin-bottom: 3.884%;
	position:relative;
}

.company01 .mainTit:before{
	width:67px;
	height:1px;
	position:absolute;
	content:"";
	background:#707070;
	bottom:0;
	left:0;
}

.company01 .flex{
	position:relative;
}

.company01 .flex .img_area{
	position:absolute;
	max-width: 502px;
	width: 45%;
	right: 0;
	top: 6%;
}

.company01 .flex .text_area{
	width:100%;
}

.history_list1{
	position:relative;
}

.history_list1:before{
	position:absolute;
	content:"";
	width:5px;
	height:calc(100% - 8px);
	background:#126EDF;
	left: 11px;
	top: 8px;
}

.history_list1 li{
	padding-left:50px;
	margin-bottom:40px;
	position:relative;
}

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

.history_list1 li:before{
	position:absolute;
	content:"";
	width:18px;
	height:18px;
	border:4px solid #C3E5FF;
	background:#126EDF;
	border-radius:50%;
	left:0;
	top: 6px;
}


.history_list1 li .day{
	margin-bottom:8px;
	font-weight:500;
	letter-spacing:0.05em;
	color:#2680EB;
	font-size: 1.8rem;
}

.history_list1 li .text1{
	line-height: 1.478;
	font-weight:700;
	font-size: clamp(2rem, 2.4vw, 2.3rem);
	letter-spacing:0.05em;
}

.history_list1 li .text1 span{
	display:block;
	line-height: 1.4444;
    font-weight: 500;
    font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.company01 .flex .img_area .img1{
	max-width:432px;
	width: 87%;
}

.company01 .flex .img_area .img2{
	max-width:304px;
	width: 61%;
	margin-left:auto;
	margin-top:25px;
}

.company02{
	background: linear-gradient(to right,#1068DE,#4BD6EE);
	padding:140px 0;
}

.comp02_div{
	background:#fff;
	padding: 7.144% 6.25% 7.59%;
	box-shadow:0 8px 22px #00000014;
}

.comp02_div .title{
	margin-bottom:50px;
	text-align:center;
	line-height: 1.4375;
	font-size: clamp(2.6rem, 3.6vw, 3.2rem);
	font-weight:700;
}

.comp02_div .title span{
	margin-bottom:12px;
	display:block;
	line-height: 1.3333;
    font-weight: 500;
    font-size: clamp(1.6rem, 2vw, 1.8rem);
	letter-spacing:0.05em;
}

.company02_list1 li{
	display:flex;
	justify-content:space-between;
	padding: 20px 0;
	border-top: 1px solid #CECECE;
}

.company02_list1 li:last-child{
	border-bottom: 1px solid #CECECE;
}

.company02_list1 li .text{
	width: 25%;
	flex-shrink:0;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	max-width: 185px;
}

.company02_list1 li .right{
	width:100%;
	font-size:1.5rem;
	font-weight:500;
	line-height:1.4;
}

.company02_list1 li .right .map{
	margin-top:16px;
	width:100%;
	height:200px;
}

.company02_list1 li .right .map iframe{
	width:100%;
	height:100%;
}

.manda01{
	padding:100px 0 0;
}

.manda01_div{
	padding: 7.144% 14%;
	background:#fff;
	box-shadow:0 8px 22px #00000014;
	margin-bottom: -6.34%;
	position: relative;
	z-index: 1;
}

.manda01_div .title1{
	text-align:center;
	line-height: 1.4375;
	font-size: clamp(2.2rem, 3.4vw, 3.2rem);
	font-weight:700;
}

.manda01_div .title1 span{
	display:block;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	padding: 6px 35px;
	max-width: max-content;
	margin: 0 auto 14px;
}

.manda01_div .text1{
	margin:34px auto 0;
	position:relative;
	line-height: 1.478;
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	font-weight:700;
	text-align:center;
	background:#EDEFF0;
	padding: 6px 0 12px;
}

.manda01_div .text1 span{
	line-height: 1.4375;
	font-size: clamp(2.3rem, 3.6vw, 3.2rem);
	font-weight:700;
	color:#1068DE;
}

.manda01_div .text1:before{
	position:absolute;
	content:"";
	width:51px;
	height:13px;
	background:url(./img/manda/tri.svg)no-repeat;
	background-size:contain;
	top:100%;
	left:0;
	right:0;
	margin:auto;
}

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

.manda01_list1 li{
	margin-top:33px;
	text-align:center;
	max-width: 242px;
	width: 32%;
	background: linear-gradient(135deg, #4BD6EE, #0168DE);
	color:#fff;
	border-radius:50%;
	max-height:242px;
	height: 21.889vw;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height: 1.478;
	font-size: clamp(1.8rem, 2vw, 2.3rem);
	font-weight:700;
	text-shadow:6px 5px 6px #00000029;
	box-shadow:5px 6px 6px #00000029;
	border:1px solid #3B93E2;
}



.manda02{
	padding:223px 0 155px;
	background: linear-gradient(to right,#0168DE,#4BD6EE);
}

.manda02 .title{
	display: flex;
	justify-content: space-between;
	line-height: 1.4375;
	font-size: clamp(2.6rem, 4.6vw, 3.2rem);
	font-weight:700;
	color:#fff;
	max-width: 704px;
	margin: 0 auto;
}

.manda02 .title .logo{
	max-width:386.5px;
	width: 60%;
	display: block;
	margin-right: 16px;
}

.manda02 .inner > .text{
	color:#fff;
	text-align:center;
	margin:32px auto 97px;
	line-height:1.8889;
}


.artTit1{
	line-height: 1.4375;
	font-size: clamp(2.6rem, 3.6vw, 3.2rem);
	font-weight:700;
	text-align:center;
	color:#fff;
}

.artTit1 .en{
	display:block;
	line-height: 1.3333;
	font-weight: 500;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	letter-spacing: 0.05em;
}

.manda02_div1 .artTit1 .big{
	line-height: 1;
	font-size: clamp(3rem, 4vw, 7rem);
}

.artTit1 .en{
	opacity:0.7;
	line-height: 1;
}

.manda02_div1 .service01_list1{
	margin-top:-17px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.manda02_div1 .service01_list1 li{
	margin-top:50px;
	max-width:535px;
	width:48%;
	background: linear-gradient(135deg, #FFFFFF30, #FFFFFF66);
	padding: 0;
	min-height: 280px;
	color: #fff;
	padding: 3.572%;
}

.manda02_div1 .service01_list1 li .title1{
	color: #fff;
}

.manda02_div2{
	padding:120px 0 0;
}

.manda02_div2 .artTit1 .en{
	opacity:1;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	margin-bottom: 12px;
}

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

.manda02_list2 li{
	background:#fff;
	width:32%;
	max-width:350px;
	margin-top:35px;
	padding: 35px 2.679%;
	box-shadow:0px 8px 22px #00000014;
}

.manda02_list2 li .img{
	text-align:center;
	max-width: 102px;
	margin: 0 auto 11.038%;
	width: 30%;
}

.manda02_list2 li .title1{
	margin-bottom:15px;
	line-height: 1.478;
	font-size: clamp(1.8rem, 2vw, 2.3rem);
	font-weight:700;
	min-height:68px;
	display:flex;
	align-items:center;
}

.manda02_list2 li .text{
	font-size:1.5rem;
	font-weight:500;
	line-height:1.86667;
}

.manda03{
	padding:140px 0 160px;
}

.manda03 .about01_list li .text_area .title > span.en{
	font-size:1.8rem;
	font-weight:500;
	font-style:initial;
	color:#4391ED;
	opacity:1;
	letter-spacing: 0.05em;
}

.manda04{
	padding:145px 0 150px;
	background:#FAFAFA;
}

.manda04 .title{
	line-height: 1.4375;
	font-size: clamp(2.3rem, 4.6vw, 3.2rem);
	font-weight:700;
	text-align:center;
	margin-bottom:35px;
}

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

.manda04_div1{max-width: 479px;width: 43%;background: linear-gradient(135deg, #4BD6EE, #0168DE);color: #fff;border-radius: 50%;max-height: 479px;height: 40.85vw;display: flex;align-items: center;justify-content: center;line-height: 1.478;font-size: clamp(1.8rem, 3vw, 2.8rem);font-weight: 700;text-shadow: 6px 5px 6px #00000029;box-shadow: 5px 6px 6px #00000029;border: 1px solid #3B93E2;}

.manda04_div2{
max-width: 138px;
width: 13%;
margin: 0 auto;
}

.manda04_list1 li{
	margin-bottom: 12.99%;
}

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

.faci01{
	padding:45px 0 100px;
}


.artTit2{
	border-bottom:1px solid #CECECE;
	padding-bottom:30px;
	line-height: 1.4375;
	font-size: clamp(2.6rem, 3.6vw, 3.2rem);
	font-weight:700;
}

.faci01_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top:-30px;
}

.faci01_list1 li{
	width: 29.465%;
	margin-right: 5.8025%;
	margin-top:70px;
}

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


.faci01_list1 li .title1{
	margin-top:20px;
	line-height: 1.478;
	font-size: clamp(1.8rem, 2vw, 2.3rem);
	font-weight:700;
}

.faci01_list1 li .text1{
	margin-top:10px;
	font-size:1.5rem;
	line-height:1.6;
}

.faci02{
	padding:140px 0;
	background: linear-gradient(to right,#0168DE,#4BD6EE);
}

.faci02_div{
	background:#fff;
	box-shadow:0 8px 22px #00000014;
	padding: 5.358% 6.25%;
	display:flex;
	justify-content:space-between;
}

.faci02_div .img{
	max-width:400px;
	width: 46%;
}

.faci02_div .text_area{
	max-width:490px;
	width: 50%;
}


.faci02_div .text_area .title{
	line-height: 1.4375;
	font-size: clamp(2.2rem, 2.8vw, 3.2rem);
	font-weight:700;
}

.faci02_div .text_area .title span{
	margin-bottom:12px;
	display:block;
	line-height: 1.3333;
	font-weight: 500;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	letter-spacing: 0.05em;
	color:#4391ED;
}

.faci02_div .text_area .title2{
	margin-top: 6.123%;
	line-height: 1.478;
	font-size: clamp(1.8rem, 2vw, 2.3rem);
	font-weight:700;
}

.faci02_div .text_area .text1{
	margin-top: 6.123%;
}


.mess01{
	padding:74px 0 0px;
}


.mess01 .flex .img{
	max-width:436px;
	width: 46%;
}

.mess01 .flex .text_area{
	max-width:560px;
	width: 50%;
}

.mess01 .flex .text_area .mainTit{
	padding-bottom: 7.77%;
	margin-bottom: 7.77%;
	position:relative;
}

.mess01 .flex .text_area .mainTit:before{
	width:67px;
	height:1px;
	position:absolute;
	content:"";
	background:#707070;
	bottom:0;
	left:0;
}


.mess01 .flex .text_area .title2{
	line-height: 1.478;
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	font-weight:700;
}

.mess01 .flex .text_area .text1{
	margin-top: 5.895%;
}

.mess01 .flex .text_area .text2{
	margin-top: 10.715%;
	text-align: right;
}

.mess01 .flex .text_area .text2 span{
	line-height: 1.478;
	font-size: 2.3rem;
	font-weight:700;
	margin-left:20px;
}

.mess02{
	padding:150px 0 0px;
}

.mess02 .mainTit{
	padding-bottom: 3.884%;
	margin-bottom: 3.884%;
	position:relative;
	text-align:center;
}

.mess02 .mainTit:before{
	width:67px;
	height:1px;
	position:absolute;
	content:"";
	background:#707070;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

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

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

.mess02_list1 li .img_area{
	max-width:414px;
	width: 38%;
}

.mess02_list1 li .text_area{
	max-width:604px;
	width: 58%;
}

.mess02_list1 li .img_area .name{
	margin-top:20px;
	line-height: 1.478;
	font-size: clamp(1.8rem, 2vw, 2.3rem);
	font-weight:700;
}

.mess02_list1 li .img_area .name span{
	display:block;
	font-size:1.5rem;
	font-weight:500;
	line-height:1.4;
	margin-bottom:8px;
}


.mess02_list1 li .text_area .title1{
	line-height: 1.478;
	font-size: clamp(1.8rem, 3vw, 3.2rem);
	font-weight:700;
}

.mess02_list1 li .text_area .text1{
	margin-top: 5.464%;
}

.news02{
	padding:45px 0 155px;
}

.news02 .title_area{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #CECECE;
}

.news02 .title_area .date{
	font-size:1.5rem;
	line-height:1.333;
	margin-bottom: 8px;
}

.news02 .title_area .title1{
	line-height: 1.478;
	font-size: clamp(2.4rem, 5vw, 3.2rem);
	font-weight:700;
}

.btn1.back{
	background:#fff;
	border:1px solid #2680EB;
	color:#2680EB;
	margin:100px auto 0;
}

.btn1.back:before{
	right:auto;
	left: 15px;
	background: url(./img/common/arrow_back.svg) no-repeat;
	background-size: contain;
}

.send_btn.btn1{
	margin:0 auto 0;
	max-width: 453px;
	height: 96px;
	border-radius: 48px;
	font-size: 2.8rem;
	font-weight: 700;
}

.send_btn.btn1:before {width: 36px;height: 36px;}

.thanks_area{
	text-align:center;
	margin:40px auto;
}

.thanks_area .title1{
	text-align:center;
	font-size: clamp(2.4rem, 4vw, 3.8rem);
	line-height: 1.6;
	font-weight:700;
	margin-top:40px;
}

.thanks_area .text1{
	margin:40px auto;
}

.thanks_area .btn1{
	margin:0 auto;
}

.btn1.gaibu{
	margin:100px auto 0;
	max-width:504px;
	height: 80px;
	border-radius: 80px;
}

.btn1.gaibu:before{
	background:url(./img/service/gaibu.svg)no-repeat;
	background-size:contain;
	width: 18px;
	height: 18px;
	right: 21px;
}

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.art_cov_div{
	width: 42.709%;
	max-width: initial;
	}


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

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

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



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

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

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

.mv_slider_area{
	min-height: 45vw;
}

.mv_sld{
	min-height: 45vw;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.mv_sld {
    min-height: 53vw;
}

.mv_slider_area{
	min-height: 53vw;
}

.art_cov_div{
	padding-left: 4%;
}

.pankuzu_area{
	padding-left: 4%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.content03:before {
    bottom: -4%;
}

.art_cov_div{
	width: 50%;
}

.mv_img{
	width: 70%;
	height: 300px;
}

.service01_list1 li{
	padding:5% 3% 3%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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



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

header {padding: 0 2%;}

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

.nav_list1{
	width:75%;
}

.hd_link{
	width:24%;
}


.fv_wrap {
    margin: 100px auto 0;
}

.mv_sld {
    height: calc(100vh - 100px);
    min-height: 63vw;
}

.mv_slider_area{
    height: calc(100vh - 100px);
    min-height: 63vw;
}

.content01 .text_area{
	padding:0;
}

.content01 .flex {
    align-items: flex-start;
}


.co2_list1 li .ab_text{
	font-size:1.8rem;
}

.co2_list1 li .ab_text span{
	font-size:6rem;
	margin-left: 6px;
}

.co2_list1 li {
    padding-bottom: 36px;
}

.co2_list1 li .text_area{
	padding: 8.16% 4.536% 26px;
}

.recruit_bnr:before{
	width:80%;
}

.co4_div .flex .btn1 {
    height: 70px;
}

.co4_div .flex .btn1:before {
    right: 16px;
    width: 24px;
    height: 24px;
}

.contact_area_div .right .btn1 {
    height: 90px;
    font-size: 2.2rem;
}

.contact_area_div .right .btn1 .icon {
    margin-right: 8px;
	width:24px;
}
	
.contact_area_div .right .btn1:before{
	right:18px;
}

.content01 .text.text1 {
    padding-top: 30px;
    margin-top: 30px;
}

.content01 .btn1 {
    margin-top: 40px;
}

.co2_list1 {
    margin-top: 50px;
}

.content03 .text.text1 {
    padding-top: 30px;
    margin-top: 30px;
}

.content03:before {
    bottom: -3%;
}

.co4_div .text1 {
    padding-top: 35px;
    margin-top: 30px;
}

.content02 {
    padding: 80px 0;
}

.top_news_div{
	padding:2% 3%;
}



.service01_list1 li{
	min-height: 260px;
	padding: 5% 5% 1%;
}

.ank_list1 li .btn1{
	font-size: 1.7rem;
	height: 70px;
}

.ank_list1 li .btn1:before{
	right:8px;
}

.manda02_list2 li{
	padding:20px 1%;
}

.manda02_list2 li .title1{
	min-height: 53px;
}

.faci01_list1 {
	margin:0;
}

.faci01_list1 li {
    width: 32%;
    margin-right: 2%;
    margin-top: 40px;
}

.faci02_div {
    padding: 5.358% 2%;
}

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


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

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


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

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


/*--- modal ---*/

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

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

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

.gnav.active{
	display: block;
}

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

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

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

.gnav__menu__item a{
    font-size: 1.8rem;
    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;
}


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

.tb_flex{
	flex-direction:column;
}

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


.news01{padding: 45px 0 80px;}

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

.news01 .main_cont{
	max-width:initial;
	width: 100%;
}


.pagination-list{
	margin:40px auto 0;
}

.news01 .side_cont{
	width: 100%;
	margin:60px auto 0;
	display:flex;
	justify-content:space-between;
	max-width:initial;
}

.side_div{
	margin:0;
	width:48%;
}


.det_cont .title_area .dacate{
	max-width:180px;
}

.det_cont .title_area {
    padding-bottom: 28px;
    margin-bottom: 28px;
}


.news_list li{
	flex-direction:column;
	align-items: flex-start;
}

.news_list li .title1{
	width:100%;
	margin-top:8px;
}

.news_list li .dacate{
	width:100%;
	max-width: initial;
	justify-content: flex-start;
}

.news_list li .dacate .date{
	margin-right:16px;
}

.news_list li:before{
	top: auto;
	bottom: 73px;
}

.cov-div {
    padding: 20px;
    padding-left: 5px;
    padding-bottom: 5px;
    background: linear-gradient(to right, #0169de, #1d91e4);
}

.cov_in .scroll{
	display:none;
}

.mv_slider_area{
	width:89.334%;
	margin:0 auto;
}

    .mv_sld {
        height: calc(80vh - 90px);
        min-height: 460px;
        margin:0;
    }



.mv_slider_area{
	height: calc(80vh - 90px);
	min-height: 460px;
}
	
.hLogo{
	width: 200px;
}

header{
	padding:0 20px;
	height: 70px;
}

    .fv_wrap {
        margin: 90px auto 0;
    }

.side_btn{
	display:none;
}


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

.top_news_div .mainTit2{
	text-align:center;
}

.news_list1 li{
	flex-direction:column;
	align-items:flex-start;
	padding: 16px 0;
}

.content01 {
    padding: 80px 0;
}

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

.content01 .text_area{
	width:89.334%;
	max-width: initial;
	margin: 0 auto;
}

.content01 .img{
	width:89.334%;
	margin:50px auto 0;
	margin-right:0;
	max-width: 500px;
}

.inner_r{
	width:100%;
}

.co2_list1{
	margin:0 auto;
	flex-direction:column;
}


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

    .co2_list1 li .text_area {
        padding: 20px 20px 40px;
    }

.co2_list1 li .text_area .title1{
	font-size: clamp(2rem, 4vw, 2.3rem);
}

.content03 {
    padding: 80px 0;
}

.content03 .flex{
	flex-direction:column-reverse;
	margin-bottom: 70px;
}

.content03 .flex .img{
	width:100%;
	margin:0 auto;
}

.content03 .flex .text_area{
	max-width:initial;
	width:100%;
	margin:0 auto 50px;
}

.inner{
	width:89.334%;
}
	
.content03 .btn1 {
	margin:30px auto 0;
}

    .recruit_bnr:before {
        width: 100%;
	background:linear-gradient(to right,#0168DE 20%,#4bd6ee80 80%,#4BD6EE00 100%);
    }

.recruit_bnr{
	background-position-x:80%;
}

.content03:before{
	bottom: -2%;
}

.co4_div {
    padding: 30px 20px 60px;
}

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


.co4_div .flex .btn1{
	margin:20px auto 0;
	width:100%;
}


.co4_div .flex .btn1:before{
	right:13px;
}

.content04 {
    padding: 20% 0 0;
}

.contact_area {
    padding: 60px 0;
}

.contact_area_div{
	padding: 30px 20px;
	flex-direction:column;
}

.contact_area_div .left{
	max-width:initial;
	width:100%;
	text-align:center;
}

.contact_area_div .left .text1{
	margin-top:20px;
	padding-top: 15px;
	font-size:1.6rem;
}


.contact_area_div .left .text1:before{
	right:0;
	margin:auto;
}

.contact_area_div .right{
	max-width:initial;
	width:100%;
	text-align:center;
	margin: 24px auto 0;
}

.contact_area_div .right .btn1{
	height:70px;
	max-width:350px;
	margin:0 auto;
	font-size:2rem;
}

.contact_area_div:before{
	width: 28%;
	/* background: url(./img/common/contact_icon.svg) no-repeat top left; */
	/* background-size: contain; */
	/* top: -5%; */
	/* bottom: auto; */
	/* right: 0; */
	width: 40%;
	/* margin: auto; */
}

footer {
    padding: 50px 0 80px;
}

footer .inner .flex{
	flex-direction:column;
}

footer .inner .flex .left{
	width:100%;
	margin: 0 auto 40px;
	max-width: 280px;
}

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


footer .inner .flex .right .ft_list{
	width:49%;
}


footer .inner .flex .right .ft_list li{
	margin-bottom: 12px;
}

.copyright{
	text-align:center;
	padding: 15px 0 0;
}

.bottom_btn {
	display: none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: linear-gradient(to right, #0771E0, #27A1E6);
	z-index:99;
	color:#fff!important;
	align-items:center;
	justify-content:center;
	height:60px;
}

.bottom_btn.active{
	display:flex;
}

.bottom_btn .icon{
	position: absolute;
	right: 20px;
}

.bottom_btn .text1{
	line-height:1.5;
	text-align:center;
	font-size:2.8rem;
	font-weight:700;
	display:flex;
	align-items:center;
}
	
.bottom_btn .text1 span{
	display:block;
	font-size:1.5rem;
	background:#FFFFFF;
	color:#0E7BE2;
	font-weight:700;
	padding:2px 4px;
	margin-right:8px;
}

.content02 .btn1 {
    margin: 40px auto 0;
}

.hd_link_btn1{
	max-width:300px;
	margin:30px auto;
	font-size: 1.6rem;
	height: 60px;
	border-radius: 60px;
}

.co2_list1 li {
	padding-bottom:50px;
}

.co2_list1 li .ab_text{
	font-size:2rem;
}

.co2_list1 li .ab_text span{
	font-size:8rem;
}

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

#art_cover{
	margin-top:70px;
}

.mv_img{
	width: 94.667%;
	height: 300px;
}

.art_cov_div {
	height: initial;
	width: 94.667%;
	padding: 30px 0;
	padding-left: 5.337%;
	background: linear-gradient(to right,#1068DE,#4BD6EE);
}

    .about .art_cov_div {
        padding-top: 20px;
    }

.art_cov_in{
	padding-bottom:30px;
	padding-bottom: 90px;
}

.about .art_cov_in {
        /* padding-bottom: 70px; */
    }

.pankuzu_area{
	padding:10px 0 20px;
	padding-left: 5.337%;
}

.cover_area {
    padding: 41px 0 80px;
}

.cover_area:before{
	height:35%;
}

.about01 {
    padding: 80px 0 15%;
}

.about01_list > li{
	margin-bottom:60px;
	flex-direction:column!important;
}

	
.about01_list > li .text_area{
	width:100%;
	max-width:initial;
}
	
.about01_list > li .img{
	width:100%;
	margin: 40px auto 0;
}

.about01_list li .text_area .mainTit {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

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

.cover_area .text1 {
    margin-top: 20px;
    text-align: left;
}

.service_flex{
	flex-direction:column;
	margin-top:60px;
}

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

.service01_list1 li{
	min-height:initial;
	padding: 30px;
}

.service01_div:last-child{
	margin-top: 60px;
}

.service01 {
    padding: 80px 0;
}

.service02 .service01_list1 li{
	min-height:initial;
}

.service01_div .title_area .title2 {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
}

.about01_list li .text_area .btn1{
	margin:30px auto 0;
}

.about01_list li .text_area .title{
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: clamp(2.4rem, 4vw, 3.2rem);
}

.about01_list li .text_area .title span .big{
	font-size: clamp(5rem, 10vw, 9.1rem);
}

.service01_list1 {
    margin-top: 25px;
}

	
.service01_list1 li{
    margin-top: 20px;
}

.company01{
	padding: 80px 0;
}
	
.company01 .flex{
	flex-direction:column;
}

.company01 .flex .img_area{
	position:initial;
	width:100%;
	margin:50px auto 0;
}
.company01 .mainTit {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
	
.pankuzu_area:before{
	height:70%;
}
	
.company02{
	padding:80px 0;
}

.comp02_div .title{
	margin-bottom:30px;
}

.company02_list1 li{
	flex-direction:column;
}

.company02_list1 li .text{
	width:100%;
	max-width:initial;
	margin-bottom:8px;
}

.comp02_div {
    padding: 30px 20px;
}

.art_link_area1 {
    padding: 60px 0;
}
	
.manda01 {
    padding: 80px 0 0;
}

.manda01_div {
    padding: 40px 20px;
}
	
.manda01_list1 li {
    height: 26.423vw;
}


.manda02 {
    padding: 130px 0 80px;
}

.manda02 .title{
	flex-direction:column;
	justify-content:center;
	align-items:center;
}


.manda02 .title .logo{
	margin-bottom:20px;
	width:100%;
	max-width:300px;
}

.manda02 .inner > .text {
    margin: 30px auto 60px;
}

.manda02_div1 .service01_list1 li{
	width:100%;
	max-width:initial;
	padding: 20px;
	margin-top: 40px;
}

.manda02_div1 .service01_list1{
	margin:0;
}

.manda02_div2 {
    padding: 80px 0 0;
}

.manda02_list2{
	flex-direction:column;
}

.manda02_list2 li{
	padding:30px 20px;
	width:100%;
	margin:40px auto 0;
}

.manda02_list2 li .title1{
	min-height:initial;
	font-size: 2.3rem;
}

.manda03{
	padding:80px 0;
}

.manda04{
	padding:80px 0;
}

.manda04_list1 li {
    margin-bottom: 6%;
}

.manda04_div1 {
    height: 38.412vw;
}

.faci01_list1{
	justify-content:space-between;
}
	
.faci01_list1 li{
	width:48%;
	margin-right:0;
}

.faci01_list1 li .title1 {
    font-size: clamp(1.8rem, 3vw, 2.3rem);
}

.artTit2{
	padding-bottom:20px;
}

.faci01 {
    padding: 80px 0;
}

.faci02 {
    padding: 80px 0;
}

.faci02_div{
	padding:40px 20px;
	flex-direction:column-reverse;
}

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

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

.faci02_div .text_area .title2{
    margin-top:20px;
}

.faci02_div .text_area .text1 {
    margin-top:20px;
}

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

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

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

.mess01 .flex .img {
    width: 100%;
	margin:30px auto 0;
}

.mess01 .flex .text_area .mainTit {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

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

.mess02 .mainTit {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

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

.mess02_list1 li .img_area{
	margin: 0 auto 20px;
	width:100%;
}

.mess02_list1 li .img_area .name{
	font-size:2.3rem;
}

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

.mess02_list1 li .text_area .title1{
	font-size: clamp(2.2rem, 5vw, 3.2rem);
}

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

.news02 {
    padding: 80px 0;
}

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

.contact01 {
    padding: 80px 0;
}

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


.contact_tb th{
	padding:16px 0 12px;
}

.contact_tb td{
	padding:0 0 16px;
	border:none;
}

.send_btn.btn1 {
    height: 70px;
}

.clearForm, .clearForm2, .toHome{
	
font-size: 2.2rem;
}

.send_btn.btn1:before{
	width: 24px;
	height: 24px;
}

.mwform-radio-field{
	margin-right:0;
	margin-bottom:8px;
}

.ank_list1{
	flex-direction:column;
}

.ank_list1 li{
	width:100%;
	margin:30px auto 0;
}
	
.ank_list1 li:first-child{
	margin:0px auto 0;
}

.service .cover_area {
    padding: 30px 0 40px;
}



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

.cov_in{
	width:100%;
}

.co4_div .flex .btn1:first-child{
	padding:0;
	justify-content:center;
}

.btn1.gaibu {
    margin: 60px auto 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}


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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}


    .cov-div {
        padding: 15px 20px;
        background: linear-gradient(to right, #0169de, #1d91e4);
    }


.fv_wrap:before {
    height: 73%;
}

    .content03:before {
        bottom: -1%;
    }

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

.mv_img{
	height: 240px;
}

.art_cov_div {
	padding: 15px 0;
	padding-left: 5.337%;
}

    .about .art_cov_div {
        padding-top: 10px;
    }


.link_list1{
	flex-direction:column;
}

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

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

.link_list1 li .text{
	font-size:1.8rem;
}

.link_list1 li .text span{
	font-size: clamp(4rem, 6vw, 5rem);
}

    .service01_list1 li {
        padding: 20px;
    }

.service02 {
    padding: 80px 0;
}

.service03{
    padding: 80px 0;
}

.history_list1 li {
    padding-left: 30px;
    margin-bottom: 30px;
}

.history_list1:before{
	width:3px;
	left: 8px;
	top: 11px;
}

.history_list1 li:before{
	width: 15px;
	height: 15px;
	border: 2px solid #C3E5FF;
	top: 9px;
}

.history_list1 li .text1{
	font-size:1.6rem;
}

.manda01_list1 {
	flex-direction:column;
	margin-top: 20px;
}
	
.manda01_list1 li {
    width: 100%;
    height: 65vw;
    font-size: clamp(1.8rem, 2vw, 2.3rem);
    margin: 20px auto 0;
    max-width: 180px;
    max-height: 180px;
}

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

.manda04_div1{
	width:100%;
	height: 100vw;
	font-size: 2rem;
	max-width: 300px;
	max-height: 300px;
}

.manda04_div2{
	margin:30px auto;
	width:50px;
}


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

    .about01 {
        padding: 80px 0 120px;
    }
	
.btn1.gaibu {
    max-width: 300px;
    height: 80px;
    text-align: center;
	line-height:1.4;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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