@charset "utf-8";

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

body {
	width: 100% !important;
	color: #333;
	overflow: hidden;
	font-size: clamp(1.6rem,2vw,2rem);
	font-weight:500;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   font-family: "Noto Sans JP", sans-serif!important;
}

.en1{
	font-family: "Chakra Petch", sans-serif!important;
}

.en2{
	font-family: "Anton", sans-serif!important;
}

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

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #033DA6;
}
.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 5.209%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	/* transition: .4s; */
	background: #fff;
	height: 118px;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 147px;
	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: 76%;
	display: flex;
	max-width: 951px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 656px;
	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: 2rem;
	font-weight: 900;
	line-height: 1.45;
	text-align:center;
}

.nav_list1 a span{
	font-size:1.3rem;
	font-weight:600;
	line-height:1.3;
	display:block;
	margin-top:7px;
}

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

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 41px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	transition: .4s;
	color: #fff!important;
	padding-right: 15px;
	border-radius: 32px;
	position:relative;
}

.hd_link_btn1:before{
	position:absolute;
	content:"";
	width:27px;
	height:27px;
	background:url(./img/common/arrow_bla.svg)no-repeat;
	background-size:contain;
	right:9px;
}


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

#modal {
	display: none;
}

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

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

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

#cover .ma1920{
	height:calc(100vh - 120px);
	min-height: 550px;
	max-height: 70vw;
}

#cover .ma1920:before{
	position:absolute;
	bottom:0;
	left: -100vw;
	right: -100vw;
	margin:auto;
	background:url(./img/top/bg_mv.png)no-repeat bottom center;
	width: 107.917%;
	height:100%;
	background-size:contain;
	content:"";
}

#cover .text_area{
	max-width:658px;
	position:absolute;
	text-align:center;
	width: 40%;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	left: 4%;
}

#cover .text_area .text1{
	line-height: 1.459;
	font-weight:900;
	font-size: clamp(1.6rem,2.2vw,3.7rem);
}

#cover .text_area .text2{
	line-height: 1.3;
	font-weight:900;
	font-size: clamp(1.8rem,2.5vw,4.3rem);
	margin-top:12px;
}

#cover .img{
	position:absolute;
	max-width: 950px;
	right: 5.209%;
	top: 4.655%;
	width: 50%;
	z-index: 1;
}

/*-----------------------------------------------------------
 #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: 1550px;
	margin: 0 auto;
}

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

.mainTit{
	font-size: clamp(1.6rem,4vw,2rem);
	font-weight:700;
	line-height:1;
}


.mainTit .en2{
	font-size: clamp(5rem,5vw,9rem);
	display:block;
	line-height:1.5111;
	font-weight:400;
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

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

.main_wrap{
	background: url(./img/common/bg_gray.png);
}

.content01{
	padding: 4.6% 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

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

.content01:after{
	position:absolute;
	content:"";
	width: 60%;
	height:100%;
	background: url(./img/top/bg12.png)no-repeat center bottom;
	left:0;
	right:0;
	bottom: -1%;
	background-size:contain;
	z-index: -1;
	max-width:592px;
	margin:auto;
	opacity: 0.07;
}

.co1_div1{
	background:#333333;
	color:#fff;
	border:1px solid #333333;
	max-width:1140px;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	min-height: 318px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 5.667%;
	padding-right: 3.167%;
}


.co1_div1 .left{
	width:50%;
	max-width:185px;
	margin-right:2%;
}

.co1_div1 .right{
	width: 72%;
	max-width:736px;
}

.co1_div1 .left .title{
	font-size: clamp(1.6rem,4vw,2rem);
	font-weight:700;
	line-height:1;
	margin-bottom:29px;
}


.co1_div1 .left .title .en2{
	font-size: clamp(4rem,6vw,7rem);
	display:block;
	line-height:1.5;
	font-weight:400;
}

.co1_div1 .left .btn1{
	align-items:flex-start;
	height:41px;
	font-size:1.6rem;
	padding-left:23px;
	max-width: 185px;
}

.co1_div1 .left .btn1:before{
	width:27px;
	height:27px;
	right:9px;
}

.btn1{
	max-width:338px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	position:relative;
	color:#fff!important;
	background:#0236A0;
	border-radius:32px;
	height:63px;
	font-size:2.4rem;
	line-height:1.2;
	font-weight:700;
	transition: .4s;
}

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

.btn1:hover{
	opacity:0.7;
}

.btn1.blue{
	color:#0236A0!important;
	background:#fff;
}

.btn1.bgbla{
	color:#fff!important;
	background:#333333;
}

.btn1.bgbla:before{
	transform:rotateZ(180deg);
	right: auto;
	left: 13px;
}

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


.co1_div2{
	display:flex;
	justify-content: space-between;
	max-width: 1143px;
	width: 98%;
	margin: 13.75% auto 7.917%;
	color: #fff;
	align-items:center;
}

.co1_div2 .left{
	font-size: clamp(3.6rem,6vw,9.2rem);
	font-weight:900;
	line-height:1.445;
	flex-shrink: 0;
	margin-right: 4%;
}

.co1_div2 .right{
	max-width:687px;
	width: 100%;
}

.co1_div2 .right .text1{
	font-weight:500;
	line-height:1.7;
}

.content02{
	padding: 125px 0 115px;
}

.report_list1{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.report_list1 li{
	width: 22.667%;
	margin-right: 3.11%;
}

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

.report_list1 li a{
	transition:.4s;
}

.report_list1 li .img{
	width:100%;
	max-height:223px;
	height: 20vw;
}

.report_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}

.report_list1 li .text_area{
	margin-top:19px;
}

.report_list1 li .text_area .date{
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:500;
	line-height:1.333;
}

.report_list1 li .text_area .title1{
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:700;
	line-height:1.444;
	margin-top:5px;
}

.content03{
	background: url(./img/common/bg_gray.png);
	padding: 180px 0 290px;
	position: relative;
}

.co3_list1{
	
}

.co3_list1 li{
	display:flex;
	justify-content:space-between;
	margin-bottom: 13.484%;
	align-items: flex-start;
}

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

.co3_list1 li:nth-child(2n){
	flex-direction:row-reverse;
	align-items:center;
}

.co3_list1 li .text_area{
	max-width:660px;
	width: 46%;
}

.co3_list1 li .img_area{
	max-width: 801px;
	width: 52%;
	position:relative;
}

.co3_list1 li .img_area .num{
	position:absolute;
	bottom: -17.9%;
	right:0;
	font-style:italic;
	font-size: clamp(6rem,7vw,14.3rem);
	line-height:1.3;
}


.co3_list1 li:nth-child(2n) .img_area .num{
	right:auto;
	left:0;
}

.co3_list1 li .text_area .mainTit .en2{
	font-size: clamp(5rem,4vw,6.7rem);
}


.co3_list1 li .text_area .text1{
	margin:47px 0;
}


.co3_list1 li .text_area .btn1:before{
	right:24px;
}

.content04{
	padding: 0px 0 15px;
	position: relative;
}

.content04:before{
	background: url(./img/common/bg_gray.png);
	position:absolute;
	content:"";
	width:100%;
	top:0;
	left:0;
	height: 62%;
	z-index:-1;
}

.co4_div{
	max-width:1720px;
	width:95%;
	margin:0 auto;
	border:30px solid #F0F0F0;
	background:#FBFBFB;
	padding:60px 20px 52px;
	position: relative;
	z-index:1;
	box-shadow: 0 3px 20px #00000029;
}


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

.mainTit2{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: clamp(3.6rem,4vw,6.7rem);
	font-weight:400;
	line-height:1.5;
}

.mainTit2 .icon{
	display:flex;
	margin-right:43px;
}

.inst_list{
	max-width:1023px;
	width:100%;
	display:flex;
	margin: 5px auto 34px;
	justify-content:space-between;
	flex-wrap:wrap;
}

.inst_list li{
max-width: 231px;
width: 24%;
margin-top: 3.324%;
}

.co4_div .btn1{
	margin:0 auto;
}

.bnr_area{
	padding:135px 0 180px;
}

.bnr_area .inner{
	max-width:1140px;
}

a.bnr{
	transition:.4s;
}

.bnr_area .text1{
	margin:27px auto 54px;
}

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

footer {
	margin: 0px auto 0;
	background: #333333;
}

footer .logo {
	width: 80.855%;
}

footer .flex{
	align-items:center;
}

footer .flex .left{
	max-width:329px;
	background:#fff;
	width:30%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 33px 0;
}

footer .flex .right{
	max-width:628px;
	width: 66%;
}

.ft_list1{
	display:flex;
	justify-content:space-between;
	width:100%;
}

.ft_list1 a{
	color:#fff;
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:700;
	line-height:1.444;
}

.copy_area {
	background:#033DA7;
	text-align:right;
	color:#fff;
	font-size:1.4rem;
	font-weight:400;
	line-height:1.428;
	padding:10px 0;
}




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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: clamp(1.5rem,2vw,1.8rem);
    padding: 11px 0 0;
    max-width: 1140px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: flex;
	align-items:center;
}

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


.pankuzu li .arrow{
	display:flex;
	align-items:center;
}

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

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


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

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

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


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 2.4rem;
	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: 170px;
	width: 100%;
	border-radius: 4px;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 40px;
	padding: 5px 15px;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #CECECE;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #CECECE;
	background: #FFFFFF;
	border-radius: 4px;
}


select{
	max-width: 217px;
}

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;
	border-bottom: 1px solid #E5E5E5;
	padding: 29px 0;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight: 500;
}

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


.contact_tb th {
	text-align: left;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	width: 29.127%;
}

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

.contact_tb td {}

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

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

em{
	background: #DE3300;
	border-radius: 3px;
	color:#fff;
	padding: 0px 7px;
	white-space: nowrap;
	font-size: clamp(1.2rem, 1.6vw, 1.4rem);
	margin-left: 10px;
}

em.nini{
	background:#333333;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 25px 24px;
	height: 180px;
	overflow-y:scroll;
	margin: 0 0 19px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #E5E5E5;
	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: 1.8rem;
	line-height: 1.444;
	margin-bottom: 19px;
}


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

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

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.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: 22px;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 8px;
}

.contact01{
	padding:130px 0 135px;
}

.contact01 .text1{
	margin-bottom:96px;
}

.contact01 .text1 span{
	font-weight:700;
}


.tablet{
	display:none;
}

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

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

.tb_flex label:last-child{
	margin-right: 0%;
}


.news01{
padding: 8.334% 0;
}



.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: 48px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	width: 23px;
	height: 23px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #333333;
	border-radius: 3px;
	line-height:1;
}


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

.pagination-list .page-numbers.dots:hover{
	background:#fff;
	color: #333333;
}

.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:39px 0 33px;
	border-bottom:1px solid #E5E5E5;
	position: relative;
	transition: .4s;
}

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

.news_list li:hover{
	opacity:0.7;
}

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

.news_list li .date{
	line-height:1.3;
	font-weight:500;
	font-size:2rem;
	color:#6E6E6E;
	margin-right: 5.165%;
}

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


/* wordpress 記事 */
.detail_area img{
	margin-bottom: 39px;
	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;
	font-size: clamp(1.6rem,2vw,1.8rem);
	line-height: 1.5;
}

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

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(2.2rem,2.3vw,2.6rem);
	line-height: 1.5;
}

.detail_area h4{
	margin-bottom:12px;
	font-size: clamp(1.8rem,2.3vw,2.2rem);
	line-height: 1.5;
}

.detail_area > *:last-child{
	margin-bottom:0;
}

#art_cover{
	width:100%;
	background:url(./img/common/bg_gray.png);
	padding-top:118px;
	position:relative;
	z-index: 1;
}

#art_cover:before{
	position:absolute;
	content:"";
	width: 107.934%;
	height: 33%;
	bottom:0;
	left:-100vw;
	right:-100vw;
	background:url(./img/about/mv.png)no-repeat bottom center;
	background-size: cover;
	margin:auto;
	z-index: -1;
}

#art_cover .inner{
	height: 363px;
	display:flex;
	justify-content: center;
	padding-top: 90px;
}

#art_cover .inner .title{
	text-align:center;
	font-size: 2.2rem;
	font-weight:900;
	line-height:1.4545;
}

#art_cover .inner .title span{
	display:block;
	font-size: 8rem;
	font-weight:400;
	line-height:1.5;
	margin-bottom:8px;
	position:relative;
}

#art_cover .inner .title span:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#000;
	left:0;
	right:0;
	margin:auto;
	bottom:5px;
}

.about01 .flex{
	padding:105px 0;
	position:relative;
}

.about01 .flex:before{
	position:absolute;
	content:"";
	width: 32%;
	max-width:271px;
	height:274px;
	background:url(./img/about/co1.png)no-repeat bottom;
	background-size:contain;
	bottom: -30px;
	left:0;
}

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

.artTit{
	font-size: clamp(1.6rem,3vw,2rem);
	line-height:1;
	font-weight:700;
}

.artTit .en_tit{
	display:block;
	font-size: clamp(4rem,6vw,8rem);
	font-weight:400;
	line-height:1.5;
}

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

.about01:before{
	position:absolute;
	content:"";
	width: 40%;
	max-width: 434px;
	height: 585px;
	background:url(./img/about/bg1.svg)no-repeat bottom;
	background-size:contain;
	bottom: -6.186%;
	right: -2.258%;
	z-index: -1;
}

.about01 .flex .right{
	max-width:648px;
	width: 60%;
	padding-top: 12px;
}

.artTit2{
	font-size: clamp(2rem,3vw,3rem);
	font-weight:900;
	line-height:1.46667;
}

.about01 .flex .right .text1{
	margin-top:30px;
}

.about02{
	background:url(./img/common/bg_gray.png);
	padding:110px 0 135px;
}

.about02 .text{
	margin:30px 0 44px;
}

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

.about02_list1 li{
	width:32%;
	max-width:348px;
	background:#fff;
	border:8px solid #EBEBEB;
	padding: 3.158% 1.667% 2.808%;
	position:relative;
}

.about02_list1 li .icon{
	text-align:center;
	width: 45%;
	margin: 0 auto 10%;
}

.about02_list1 li .title1{
	font-size: clamp(1.8rem,2vw,2.8rem);
	font-weight:900;
	line-height:1.428;
	text-align: center;
}

.about02_list1 li .text1{
	margin-top:17px;
	font-size: clamp(1.5rem,2vw,1.6rem);
	font-weight:500;
	line-height:1.875;
}

.about02_list1 li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	border:1px dashed #023BA7;
	top:0;
	left:0;
}

.about02_list1 li .sou1{
	position:absolute;
	top:0;
	left:0;
	width:14px;
	height:14px;
	border-top:2px solid #023BA7;
	border-left:2px solid #023BA7;
}

.about02_list1 li .sou2{
	position:absolute;
	top:0;
	right: -2px;
	width:14px;
	height:14px;
	border-top:2px solid #023BA7;
	border-right:2px solid #023BA7;
}

.about02_list1 li .sou3{
	position:absolute;
	bottom: -2px;
	right: -2px;
	width:14px;
	height:14px;
	border-bottom:2px solid #023BA7;
	border-right:2px solid #023BA7;
}

.about02_list1 li .sou4{
	position:absolute;
	bottom: -2px;
	left: 0px;
	width:14px;
	height:14px;
	border-bottom:2px solid #023BA7;
	border-left:2px solid #023BA7;
}

.about03{
	padding:115px 0 135px;
}

.about03 .text{
	margin:30px 0 40px;
}

.about_tb_area{
	width:100%;
}

.about_tb{
	width:100%;
}

.about_tb th,
.about_tb td{
	text-align:center;
}

.about_tb th{
	height: 47px;
	background: #023BA7;
	color: #fff;
	border-right:1px solid #fff;
	font-size: clamp(1.4rem,1.8vw,1.6rem);
	font-weight:500;
}

.about_tb td{
	width: 14.5%;
	border-right:1px solid #AFAFAF;
	border-bottom:1px solid #AFAFAF;
	height:77px;
	font-size: clamp(1.4rem,2vw,1.8rem);
	font-weight:900;
}

.about_tb td.td2{
	background:#F4F8FD;
}

.about_tb th.noth{
	opacity:0;
}

.about_tb th.th2{
	border-bottom:1px solid #AFAFAF;
	background:#333333;
	font-size: clamp(1.4rem,2vw,1.8rem);
	font-weight:900;
}

.about_tb th.th2 span{
	display:block;
	font-size:clamp(1.4rem,1.8vw,1.6rem);
	font-weight:500;
	color:#939393;
	line-height:1;
}

.about_tb th.sat{
	background:#51A2A2;
}

.about_tb_area .text1{
	margin-top:27px;
}

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

.google_area iframe{
	width:100%;
}

.about04{
	background: url(./img/common/bg_gray.png);
    padding: 115px 0 145px;
}

.about04 .flex{
	margin-top:65px;
}

.about04 .flex .text_area{
	max-width: 465px;
	width: 48%;
}

.about04 .flex .map{
	max-width:570px;
	height:453px;
	width: 50%;
}

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

.about04 .flex .text_area .title1{
	font-size:clamp(1.8rem,2.4vw,2.5rem);
	font-weight:900;
	line-height:1.44;
}

.about04 .flex .text_area .text{
	margin-top:10px;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
}

.about04_div{
	margin-top:47px;
}

.about04_div .title2{
	display:flex;
	align-items:center;
	font-size:clamp(1.4rem,1.8vw,1.6rem);
	font-weight:700;
	line-height:1.5;
	color:#033CA7;
	margin-bottom:11px;
}

.about04_div .title2 span.en2{
	font-size:clamp(2.4rem,3vw,3.5rem);
	font-weight:400;
	line-height:1.514;
	margin-right:11px;
}

.about04_list1 li{
	margin-bottom:15px;
	padding-bottom:20px;
	border-bottom:1px dashed #707070;
}
.about04_list1 li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}

.about04_list1 li .title3{
	margin-bottom:8px;
	font-weight:900;
	line-height:1.45;
	font-size: clamp(1.8rem, 2.4vw, 2rem);
}


.about04_list1 li .text1{
	display:flex;
	align-items: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
}

.about04_list1 li .text1 span{
	display:flex;
	align-items:center;
	width:19px;
	text-align:center;
	justify-content:center;
	margin-right:10px;
}

.about04_list1 li .text2{
	display:flex;
	align-items:center;
	margin:7px 0 3px;
}

.about04_list1 li .text2 span{
	display:flex;
	align-items:center;
	width:19px;
	text-align:center;
	justify-content:center;
}

.contact_div{
	background:#F0F0F0;
	padding: 12px 4.825% 0;
	margin-top:37px;
}

.contact01 .btn1{
	margin:48px auto 0;
}

.join01{
	padding:120px 0 135px;
}

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

.join_list1 li{
	margin-top:20px;
	width:48%;
	max-width:545px;
}

.join_list1 li.cont{
	border:1px solid #333333;
}

.join_list1 li.cont2{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
}

.join01_div{
	width:100%;
}

.join_list1 li .title_area{
	background:#333333;
	color:#fff;
	width:100%;
	border:1px solid #575757;
	text-align:center;
	height:49px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:2.3rem;
	font-weight:900;
	line-height:1.4782;
}

.join_list1 li .text_area {
	border:1px solid #575757;
	padding: 7px 20px 10px;
}

.join_list1 li .text_area .text1{
	text-align:center;
	font-weight:900;
	font-size:2.8rem;
	line-height: 1;
	margin: 5px 2% 5px;
}

.text1 .min_txt{
	font-size: 1.8rem;
}

.join01_div1{
	background:#F0F0F0;
	padding:10px 15px;
	margin-top:16px;
}

.join01_div1 .text2{
font-size: clamp(1.5rem, 2vw, 1.6rem);
font-weight: 500;
}

a.text_link{
	color:#023BA7;
	text-decoration:underline;
}

a.text_link2{
	color:#ffffff;
	text-decoration:underline;
}

.join_list1 li.cont .text_area {
	border:none;
	padding:7px 20px 20px;
}

.join01_div:last-child{
	margin-top:10px;
}

.join02{
	padding:120px 0 0;
	background:#0236A0;
}

.join02 .title{
	font-size: clamp(2.4rem, 3vw, 4.9rem);
	font-weight: 900;
	line-height:1.3;
}

.join02 .title .en_tit{
	display:block;
	font-size: clamp(3rem, 4vw, 6.5rem);
	font-weight: 400;
	line-height:1.492;
}

.join02 .text{
	margin-top:30px;
	color:#fff;
	line-height:1.7;
}

.join02 .flex{
	align-items:flex-start;
	margin: 90px auto 80px;
}

.join02 .flex .text_area{
	max-width:558px;
	width: 49%;
	color: #fff;
}

.join02 .flex .img{
	max-width: 513px;
	width: 47%;
}

.join02_list1 li{
	margin-bottom:59px;
}

.join02_list1 li .title1{
	background:#fff;
	color:#023BA7;
	display:flex;
	padding:7px 0;
	padding-left:31px;
	max-width:193px;
	width:100%;
	position:relative;
	height:42px;
	font-size:2rem;
	line-height:1.7;
	align-items:center;
	margin-bottom: 14px;
}

.join02_list1 li .title1 .icon{
	display:flex;
	align-items:center;
	margin-right:6px;
}

.join02_list1 li .title1:before{
	clip-path: polygon(0% 0%, 100% 49%, 100% 49%, 0% 100%);
	position:absolute;
	content:"";
	left: 100%;
	width: 17px;
	height: 42px;
	background:#fff;
}

.join02_list1 li .text1{
	margin-top:14px;
	font-weight:900;
	font-size: clamp(1.8rem, 2vw, 2rem);
}

.join02_list1 li .text2{
	margin-top:7px;
	font-size:1.6rem;
	font-weight:500;
}

.join02_list1 li:last-child .text2{
	margin-top:32px;
}

.join02 .text-slider__track p{
	font-size: clamp(7rem, 12vw, 10.7rem);
}

.join03{
	padding:105px 0 135px;
}


.qanda_list{
	margin:47px auto 0;
}

.qanda_list li{
	margin-top:38px;
}

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

.qanda_list li dt{
	background:#333333;
	color:#fff;
	padding:17px 20px;
	font-size: clamp(1.8rem, 2vw, 2rem);
	line-height: 1.45;
	align-items: center;
	font-weight: 900;
	padding-right: 80px;
}

.qanda_list li dd{
	padding: 21px 20px 42px;
	background:#F0F0F0;
	border:1px solid #C3C3C3;
	border-top:none;
	font-size: 1.6rem;
	line-height: 2.125;
	align-items: flex-start;
	font-weight: 500;
}

.qanda_list li .que,
.qanda_list li .ans{
	margin-right:13px;
	flex-shrink:0;
	font-size:4rem;
	font-weight:500;
	line-height:1.5;
}

.qanda_list li .que{
	color:#FFFFFF;
}

.qanda_list li .ans{
	color:#023BA7;
}

.qanda_list li dd .text1{
	padding-top:11px;
}

.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 28px;
	width: 48px;
	height: 48px;
	top: 0;
	bottom: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}

.qanda_list dt .pulu span{
	width: 24px;
	background: #003399;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

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

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

.report01{
	padding:135px 0;
}

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

.flex_report .main_cont{
	max-width:785px;
	width: 69%;
	padding-top: 13px;
}

.flex_report .side_cont{
	max-width:290px;
	width: 26%;
}

.report_list2{
	display:flex;
	flex-wrap:wrap;
	padding-bottom: 57px;
	border-bottom: 1px solid #CCCCCC;
}

.report_list2 li{
	width: 29.937%;
	margin-right: 5.0945%;
	margin-top: 9.556%;
}

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

.report_list2 li:nth-child(1),
.report_list2 li:nth-child(2),
.report_list2 li:nth-child(3){
	margin-top:0;
}

.report_list2 li a{
	transition:.4s;
}

.report_list2 li .img{
	width:100%;
	max-height: 188px;
	height: 17vw;
}

.report_list2 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.report_list2 li .text_area{
	margin-top:14px;
}

.report_list2 li .text_area .date{
	font-size: 1.6rem;
	font-weight:500;
	line-height:1.333;
}

.report_list2 li .text_area .title1{
	font-size: clamp(1.5rem,2vw,1.8rem);
	font-weight:700;
	line-height:1.444;
	margin-top:6px;
}

.flex_report .side_cont .title1{
	display:flex;
	justify-content:space-between;
	padding-bottom:5px;
	margin-bottom:23px;
	border-bottom:1px solid #757575;
	font-size: clamp(2.4rem,3vw,3.5rem);
	font-weight:400;
	line-height:1.514;
	align-items:center;
}

.flex_report .side_cont .title1 span.small{
	font-size: clamp(1.5rem,2.4vw,1.6rem);
	font-weight:700;
	line-height:1.3125;
}

.article_list1 li{
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:500;
	line-height:1.944;
}


.flex_report .main_cont .title_area{
	padding-bottom:30px;
}

.flex_report .main_cont .title_area .date{
	margin-bottom:6px;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.3125;
}


.flex_report .main_cont .title_area .artTit2{
	
font-size: clamp(2.4rem, 3vw, 3rem);
}

.detail_area{
	padding-bottom:57px;
	margin-bottom:50px;
	border-bottom:1px solid #CCCCCC;
}

.flex_report .main_cont .btn1{
	margin:0 auto;
}

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


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

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

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


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

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

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


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

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

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

	.content01:before{
	height: 87%;
	max-width: 1920px;
	background: #0236A0;
	border-radius: 50% 50% 0 0;
	max-height: 1256px;
}

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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.nav_list1 a {
	font-size: 1.6rem;
}

.nav_list1{
	width: 66%;
}

.hd_link{
	width: 32%;
}

.hd_link_btn1{
	font-size:1.5rem;
}

header {
    padding: 0 2%;
}

.pc_nav {
    width: 78%;
}

.tb_flex label {
    margin-right: 2%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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




.news_list li .date{
	font-size:1.8rem;
	margin-right:2%;
}

.news_list li .title1{
	width: 70%;
	font-size: 1.6rem;
}

.co1_div1{
	padding:0 20px;
	min-height: 260px;
}

.news_list li {
    padding: 20px 0;
}


.content02 {
    padding:80px 0;
}

.content03{
	padding:100px 0 150px;
}

.co4_div{
	border: 15px solid #F0F0F0;
}

.mainTit2 .icon{
	width:60px;
	margin-right:20px;
}

.bnr_area {
    padding: 80px 0 100px;
}


.btn1{
	font-size: 1.8rem;
	max-width: 250px;
	height: 50px;
}

.clearForm, .clearForm2, .toHome{
	font-size:1.8rem;
}
	
.btn1:before{
	width:30px;
	height:30px;
}

#cover .img{
	bottom:0;
	top:0;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:center;
}

#cover .ma1920{
	max-height:60vw;
}

.co3_list1 li .text_area .btn1:before {
    right: 13px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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__item2{
    margin: 10px auto 0;
    width: 95%;
}

.gnav__menu__item2 .hd_link_btn1{
	max-width:255px;
	margin:20px auto 0;
}

.gnav__menu__item a{
    font-size: 1.8rem;
    font-weight: 900;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}
	
.gnav__menu__item a span{
    font-size: 1.4rem;
	font-weight:600;
	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: 40px;
}


.news01{
padding: 80px 0;
}

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

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


.pagination-list{
	margin: 30px 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;
	padding-right: 32px;
}

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


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

#cover {
    margin: 70px auto 0;
}

.hLogo {
    width: 110px;
}

#cover .ma1920 {
    min-height: calc(100vh - 70px);
    height: initial;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5%;
    max-height: initial;
}	

#cover .text_area{
	position:initial;
	margin: 0 auto 5%;
	width: 75%;
	max-width: 400px;
}

#cover .img{
	position:initial;
	width: 89.334%;
	max-width: 500px;
}

#cover .text_area .text1{
	font-size: clamp(1.6rem, 4vw, 2.2rem);
}

#cover .text_area .text2{
	font-size: clamp(1.8rem, 4.8vw, 2.4rem);
	margin-top: 6px;
}


.co1_div1{
	flex-direction:column;
	padding: 20px 20px 70px;
	align-items: flex-start;
}

.co1_div1 .left{
	width:100%;
	margin-bottom: 15px;
}

.co1_div1 .right{
	width:100%;
}

.news_list li .date{
	margin-right:0;
	width:100%;
}

.co1_div1 .left .btn1{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
}

.co1_div1 .left .title{
	margin-bottom:0;
}

.co1_div2{
	flex-direction:column;
}

.co1_div2 .left{
	width:100%;
	margin: 0 auto 8%;
	text-align: center;
	font-size: clamp(4rem, 7vw, 5rem);
}

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

.content01:before{
	height: 70%;
	border-radius: 15% 15% 0 0;
}

.report_list1{
	justify-content:space-between;
	margin: 10px 0 0;
}
	
	
.report_list1 li{
	width:48%;
	margin-right:0;
	margin-top:30px;
}
	
.report_list1 li .img{
	height:40vw;
}

.content03{
	padding:80px 0;
}

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

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

	.inner,
	.inner2{
		width:89.334%;
	}
	
.co3_list1 li .text_area .text1{
	margin:30px 0;
}

.co3_list1 li .img_area{
	max-width:initial;
	width:100%;
	margin:40px auto 0;
}

.co3_list1 li .img_area .num{
bottom:-8%;
}

    .co4_div {
        border: 5px solid #F0F0F0;
		padding:30px 20px
    }

    .mainTit2 .icon {
        width: 40px;
        margin-right: 10px;
    }

.inst_list li{
	width:48%;
	max-width: initial;
}

.inst_list{
	margin:10px auto 30px;
}

.co4_div:before{
	display:none;
}

.bnr_area .text1 {
    margin: 20px auto 40px;
}

    .bnr_area {
        padding: 80px 0;
    }


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

footer .flex .left{
	width:100%;
	margin:0 auto 20px;
	max-width:150px;
	padding: 20px 0;
}

.ft_list1{
	flex-direction:column;
	align-items:center;
}
	
.ft_list1 li{
	margin-top:10px;
}

.copy_area{
	text-align:center;
}

.content01:after{
	width: 85%;
}

#art_cover{
	padding: 70px;
}

#art_cover .inner{
	height: 160px;
	padding-top: 62px;
}

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

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

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

.inner3{
	width:89.334%;
}

.about01 .flex .left{
	margin:0;
	width:100%;
	flex-direction:initial;
}


.about01 .flex .right{
	margin:30px auto 0;
	width:100%;
	max-width:initial;
}

.about01 .flex .right .text1{
	margin-top:20px;
}

.about01 .flex:before{
	max-width: 120px;
}


.about02{
	padding:100px 0 80px;
}

.about02 .text{
	margin:30px auto 0;
}

.about02_list1{
	flex-direction:column;
}

.about02_list1 li{
	width:100%;
	margin:30px auto 0px;
	padding:20px 10px;
	max-width: 370px;
}
	
.about02_list1 li .icon{
	width:30%;
	margin-bottom:20px;
}

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


.about03 {
    padding: 80px 0;
}

.about_tb th.th2{
	width:25%;
}

.about_tb td {
    width:initial;
    height: 70px;
}

.about_tb_area .text1{
	margin-top:10px;
	font-size: clamp(1.5rem, 2vw, 2rem);
}

.google_area{
	margin-top: 50px;
}

.about04{
	padding:80px 0;
}

.about04 .flex{
	margin-top:30px;
	flex-direction:column;
}

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

.about04 .flex .map {
    max-width: initial;
    height: 300px;
    width: 100%;
    margin: 40px auto 0;
}

.about04_div {
    margin-top: 30px;
}

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

.contact_tb th{
    padding: 16px 0 12px;
    border-bottom:none;
}
	
.contact_tb td {
    padding: 0px 0 16px;
}

.contact_div{
	padding:20px;
}

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

select{
	max-width:initial;
}

.contact01 .text1{
	margin-bottom:40px
}

.contact01{
	padding:80px 0;
}

.privacy_area{
	font-size:1.4rem;
}

.privacy_area input {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.pri_div {
    padding: 25px 16px;
}

.pri_div h3{
	margin-bottom:12px;
}

.join_list1{
	flex-direction:column;
}

.join_list1 li{
	width:100%;
	max-width:initial;
	margin-top:30px;
}

.join01_div:last-child{
	margin-top:30px;
}

.join_list1 li .title_area{
	font-size:2rem;
	height: 40px;
}

.join_list1 li .text_area .text1 {
    font-size: 2.2rem;
}

.text1 .min_txt {
    font-size: 1.4rem;
}

.join01_div1 {
    margin-top: 12px;
}

.join01 {
    padding: 80px 0;
}

.join02 {
    padding: 80px 0 0;
}

.join02 .flex{
	margin: 40px auto;
	flex-direction: column;
}

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

	
.join02 .flex .text_area .btn1{
	margin:0 auto;
}

.join02 .flex .img{
	max-width:initial;
	width:100%;
	margin-top:40px;
}

.join03{
	padding:80px 0;
}

.qanda_list li dt{
	padding: 12px 20px;
	padding-right: 40px;
}

.qanda_list li .que, .qanda_list li .ans{
	font-size:3rem;
	margin-right:8px;
}

.qanda_list dt .pulu{
	width:28px;
	height:28px;
	right:8px;
}
	
.qanda_list dt .pulu span{
	width:16px;
}

.qanda_list li dd {
    padding:10px 20px 20px;
}

.qanda_list li dd .text1 {
    padding-top: 8px;
    line-height: 1.8;
}

.qanda_list li {
    margin-top: 20px;
}
	
.qanda_list {
    margin: 30px auto 0;
}

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

.report01{
	padding: 50px 0 80px;
}

.flex_report{
	flex-direction:column;
}

.flex_report .main_cont{
	padding:0;
	width:100%;
	max-width:initial;
}

.flex_report .side_cont{
	width:100%;
	margin:50px auto 0;
}

.flex_report .side_cont .title1{
	font-size: 3.5rem;
	margin-bottom: 16px;
}

.flex_report .side_cont .title1 span.small{
	font-size:1.6rem;
}

.report_list2 {
	justify-content:space-between;
	padding-bottom: 40px;
}
	
.report_list2 li{
	width:48%;
	max-width:initial;
	margin-right:0;
	margin-top:30px!important;
}

.report_list2 li .img{
	max-height:initial;
	height: 35vw;
}

.report_list2 li .text_area .title1 {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}

.detail_area {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.co3_list1 li .text_area .btn1:before{
	right:13px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


.co3_list1 li .img_area .num{
	bottom:-10%;
}

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

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

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




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

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

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

.co3_list1 li .img_area .num{
	bottom:-15%;
}


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

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

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




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

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

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


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

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

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

.text-slider {
	width: 100%;
	overflow: hidden;
	padding: 0px 0;
}

.text-slider__track {
	display: flex;
	width: max-content;
	animation: textLoop 20s linear infinite;
	color: #2155BF;
}

.text-slider__track p {
	flex-shrink: 0;
	margin: 0;
	padding-right: 80px;
	font-size: clamp(7rem,12vw,20.2rem);
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.08em;
}

@keyframes textLoop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


/* responsive */
@media screen and (max-width: 768px) {
	.text-slider__track p {
		padding-right: 40px;
	}
}