@charset "utf-8";

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

html{
   scroll-padding-top: 120px;
}

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

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

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


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #003399;
}
.lblue{
	color: #45ADEA;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: #EAE340;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #003399;
}
.bglblu{
	background: #45ADEA;
}
.bgbla{
	background:#333;
}
.bgred{
	background: #E10E26;
}
.bggre{
	background: #119D16;
}
.bgyel{
	background: #EAE340;
}
.bgbro{
	background:#DB8F3A;
}
.bggrablu{
	background: linear-gradient(to right, #00296B, #00296B ,#006FB9, #006FB9);
}

/*リンク表示方法*/

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% 0 2.865%;
	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: 111px;
	background: #fff;
	box-shadow: 0 3px 9px #00000029;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 512px;
	width: 27%;
}


.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: 71%;
	display: flex;
	max-width: 1056px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.nav_list1 > li {
	margin-left:auto;
}

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

.nav_list1 .hd_open{
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
}

.nav_list1 > li:hover .hd_hide{
	opacity:1;
	cursor:initial;
	pointer-events:initial;
}

.hd_hide{
	position:absolute;
	top: 70px;
	left:0;
	width:100%;
	padding-top:42px;
	opacity:0;
	cursor:none;
	pointer-events:none;
	transition:.4s;
}


.hd_hide .hd_in{
	background:#03296B;
	padding:43px 0 42px;
}

.hd_hide_list{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.hd_hide_list li{
	position:relative;
	padding-left:28px;
	margin-left:70px;
}

.hd_hide_list li:nth-child(1){
	margin-left:0;
}

.hd_hide_list li:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(./img/common/hd_arrow.svg)no-repeat;
	background-size:cover;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.hd_hide_list li a{
	font-size:1.8rem;
	font-weight:500;
	line-height:1.4444;
	color:#fff;
}

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

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

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


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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	background:linear-gradient(to bottom,#006FB9,#00296B);
}

#cover .cov_in{
	max-width: 1920px;
	margin: 111px auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: calc(100vh - 111px);
	padding: 20px 0;
}

#cover .cov_in .text_area{
	max-width: 640px;
	width: 34%;
	margin-left: 7.87%;
}

#cover .cov_in .slider_area{
	max-width: 1003px;
	width: 53%;
	display: flex;
	align-items: center;
	margin-right: -2.24%;
}

/* スライダー */
.slider_area .slider {
	width: 100%;
	aspect-ratio: 7 / 4;
	margin: auto;
	position: relative;
	flex-shrink: 0;
	}
  
  .slider_area .slider ul {
	position: relative;
	width: 100%;
	height: 40vw;
	padding: 0;
	margin: 0;
	max-height: 656px;
	}
  
  .slider_area .slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 70.8%;
	height: 100%;
	list-style: none;
	transition: all 0.5s ease;
	}


  .slider_area .slider li a{
	  opacity:1;
  }

  .slider_area .slider li .img{
	 clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
	  position:relative;
	 }

  .slider_area .slider li.pos2 .img:before{
	  position:absolute;
	  content:"";
	  width:100%;
	  height:100%;
	  background:#ffffff91;
	  top:0;
	  right:0;
	  z-index:1
  }

  .slider_area .slider li.pos3 .img:before{
	  position:absolute;
	  content:"";
	  width:100%;
	  height:100%;
	  background:#ffffffde;
	  top:0;
	  right:0;
	  z-index:1
  }

.slider_area .slider li img{
	filter:drop-shadow(11px 15px 33px #00000029);
	transform: translateZ(0);
	will-change: transform;
}
  
  
  /* ===== 位置（サイズ固定・右ズレのみ） ===== */
  
  
  /* 表示する3枚 */
  .slider_area .pos1 {
	transform: translateX(0);
	z-index: 3;
	opacity: 1;
  }
  
  .slider_area .pos2 {
	transform: translateX(20%);
	z-index: 2;
	opacity: 1;
  }
  
  .slider_area .pos3 {
	transform: translateX(40%);
	z-index: 1;
	opacity: 1;
  }
  
  /* 4枚目以降 */
  .slider_area .hidden {
	opacity: 0;
	z-index: 0;
	pointer-events: none;
  }

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

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

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

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

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

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

.mainTit .icon{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 0.938%;
}

.mainTit:before{
	position:absolute;
	content:"";
	background:#003399;
	height:2px;
	width:100px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.mainTit2{
	font-size: 3.5rem;
	line-height: 1.5428;
	font-weight: 700;
	font-size: clamp(2rem,2.4vw,3.5rem);
	color: #003399;
}

.mainTit2 span{

}

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

.content01{
	padding: 168px 0 93px;
	position: relative;
}

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

.content01 .flex .text_area{
	max-width:730px;
	padding-top: 3.875%;
	width: 48%;
}

.content01 .flex .img_area{
	max-width:701px;
	width: 48%;
	position: relative;
	padding-top: 2.563%;
}

.content01 .flex .img_area:before{
	position:absolute;
	content:"";
	width: 127.986%;
	height: 114.934%;
	bottom: 2.9%;
	left: -9.987%;
	background: url(./img/top/co1_sou.png)no-repeat;
	z-index: -1;
	background-size: contain;
	width: 137.52%;
	height: 132.32%;
	bottom: -6.09%;
	left: -14.694%;
}

.content01 .flex .img_area .img1{
	max-width:659px;
	margin-left:auto;
	width: 95%;
}


.content01 .flex .img_area .img2{
	position:absolute;
	top:0;
	left:0;
	max-width: 660px;
	width: 95%;
}


.content01 .flex .img_area .img2 img{
	filter:drop-shadow(11px 11px 25px #00000029);
	transform: translateZ(0);
	will-change: transform;
}

.content01 .flex .text_area .text1{
	margin-top: 6.85%;
}


.content02{
	padding: 132px 0 124px;
	background: #003399;
}


.content02 .mainTit{
	color:#fff;
	padding-bottom: 0;
}


.content02 .mainTit:before{
	display:none;
}

.co2_list1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* border: 1px solid #707070; */
	margin-top: 6.813%;
}

.co2_list1 li{
	width: 49.813%;
	background: #FFFFFF;
	margin-top: 0.374%;
	padding: 29px 40px 11px;
	min-height: 374px;
}

.co2_list1 li.small{
	width: 33.125%;
	padding: 30px 24px 14px;
	min-height: 364px;
}

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

.co2_list1 li .top{
	display:flex;
	align-items: flex-start;
	margin-bottom: 25px;
	width: 100%;
	position: relative;
}

.co2_list1 li:nth-child(4) .top{
	justify-content: space-between;
	align-items: flex-end;
	max-width: 480px;
	margin: 0 auto 25px;
	width: 68%;
}

.co2_list1 li .top .text_area{
}


.co2_list1 li .top .text_area .title1{
	max-width:max-content;
	font-size: 3rem;
	line-height:1.46667;
	font-weight:700;
	font-size: clamp(1.8rem,1.9vw,3rem);
	padding-bottom:3px;
	border-bottom:1px solid;
	color:#003399
}

.co2_list1 li .top .text_area1 .title1{
	/* margin-bottom: 31px; */
}

.co2_list1 li .top .img{
	width: 32%;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.co2_list1 li .top .img1{
	max-width: 208px;
	/* margin-left: 11%; */
	right: 10.477%;
}

.co2_list1 li .top .text_area2 .title1{
	
}

.co2_list1 li .top .img2{
	max-width: 132px;
	/* margin-left: 16.76%; */
	width: 23%;
	right: 11.734%;
}

.co2_list1 li .top .text_area3 .title1{
	
}

.co2_list1 li .top .img3{
	max-width: 229px;
	/* margin-left: 15%; */
	margin-top: 4%;
	right: 6.425%;
}

.co2_list1 li .top .text_area4 .title1{
	
}

.co2_list1 li .top .img4{
	max-width: 223px;
	/* margin-left: 6.495%; */
	right: 0;
	width: 47%;
}

.co2_list1 li .top .text_area .count_cont{
	display:flex;
	align-items:flex-end;
}

.co2_list1 li .top .text_area .count_cont .count{
	font-size: 16.1rem;
	font-size: clamp(9rem,10.1vw,16.1rem);
	line-height: 0.9441;
	font-weight:700;
	background: linear-gradient(to top, #03095B, #0094D7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	min-height: 152px;
	display: flex;
	align-items: flex-end;
	font-variant-numeric: tabular-nums;
}

.co2_list1 li .top .text_area .count_cont .tani{
	font-size:4.6rem;
	color:#003399;
	font-weight:700;
	line-height:1.4347;
	margin-left: 6px;
	font-size: clamp(2.4rem, 3.4vw, 4.6rem);
}

.co2_list1 li .top .text_area.text_area1 .count_cont .tani{
	font-size:3.5rem;
	margin-left:21px;
	font-size: clamp(2rem, 2.6vw, 3.5rem);
}

.co2_list1 li.small .top .text_area .count_cont .tani{
	font-size: 4.1rem;
}

.co2_list1 li .box{
	background:#F2F5F8;
	min-height:84px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding: 15px 17px 14px;
	flex-shrink: 0;
	width: 100%;
}

.co2_list1 li .box .text1{
	font-size: clamp(1.5rem,1.5vw,1.8rem);
	line-height:1.6111;
}

.co2_list1 li:nth-child(3) .box .text1{
	text-indent: -1em;
	padding-left: 1em;
}

.co2_list1 li .text{
	text-align:right;
	margin-top:4px;
	font-size:1.5rem;
	line-height:1.4;
}

.co2_list1 li.small .top{
	justify-content:center;
}

.co2_list1 li.small .top .text_area .title1{
	margin:0 auto;
}

.co2_list1 li.small .top .text_area.text_area5 .count_cont .count {
    font-size: 9.54rem;
    line-height: 1;
}

.co2_list1 li.small .top .text_area .count_cont .count {
    font-size: 10.464rem;
    min-height: initial;
    margin-top: 10px;
}

.co2_list1 li.small .bot{
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.co2_list1 li.small .bot .img{
	width:100%;
	margin:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 0 4%;
	height: 20vw;
}

.co2_list1 li.small .bot .img.img5{
	max-height:102px;
}
.co2_list1 li.small .bot .img.img6{
	max-height:114px;
}
.co2_list1 li.small .bot .img.img7{
	max-height:124px;
}

.co2_list1 li.small .bot .img img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: center;
}

.co2_list1 li.small .box{
	max-width:280px;
	padding:24px 11px 14px 20px;
	min-height: 122px;
	width: 59%;
}

.content04{
	padding:180px 0 100px;
	background: #F2F5F8;
}

.mainTit3{
	font-size: 5.5rem;
	line-height: 1.4545;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,5.5rem);
	text-align: center;
	color:#003399;
}

.tit_text1{
	margin-top:28px;
	font-size: clamp(1.5rem,2.4vw,1.8rem);
	line-height:1.88889;
	text-align:center;
}

.co4_div{
	padding:40px 0;
}

.co4_div.co4_div1{
	margin-top:66px;
}

.co4_div.co4_div2{
	background:#FFFFFF;
}

.co4_div.co4_div3{
	
}

.co4_div .co4_in{
	max-width:1600px;
	margin:0 auto;
	width:98%;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

.co4_div11{
	background:#1A4FB9;
	max-width: 355px;
	width: 23%;
	padding: 3.688% 1.688% 3.125%;
	color: #fff;
	position:relative;
	border:1px solid #707070;
	z-index: 1;
	min-height: 233px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.co4_div11:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 37px solid #1A4FB9;
	border-right: 0;
	top:0;
	bottom:0;
	margin:auto;
	left:98%;
	z-index: -1;
}

.co4_div2 .co4_div11{
	background:#507CD5;
}

.co4_div2 .co4_div11:before{
	border-left: 37px solid #507CD5;
}

.co4_div3 .co4_div11{
	background:#003399;
}

.co4_div3 .co4_div11:before{
	border-left: 37px solid #003399;
}


.co4_div11 .text1{
	font-size: 2rem;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(1.6rem,1.6vw,2rem);
	position:relative;
	z-index:2;
}

.co4_div11 .text2{
	margin-top:7px;
	font-size: 3rem;
	line-height:1.46667;
	font-weight:700;
	font-size: clamp(1.9rem,1.9vw,3rem);
}

.co4_list1{
	display:flex;
	justify-content:space-between;
	max-width:1171px;
	width: 74%;
	flex-wrap: wrap;
}

.co4_list1 li{
	width:48%;
	max-width:564px;
	border:1px solid #E6E6E6;
	background:#fff;
	box-shadow:5px 7px 13px #00000029;
	position:relative;
	text-align:left;
	cursor:pointer;
	transition:.4s;
}

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

.co4_list1 li:hover{
	opacity:0.7;
}

.co4_list1 li .title_area{
	display:flex;
	align-items:center;
	border-bottom: 1px solid #CECECE;
}

.co4_list1 li .title_area .num{
	width:94px;
	height:87px;
	background: linear-gradient(
135deg, #0094D7, #03095B);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	font-size:1.8rem;
}

.co4_list1 li .title_area .num span{
	line-height:0.9;
	font-weight:700;
	font-size:5rem;
}

.co4_list1 li .title_area .title{
	font-size: clamp(1.6rem,1.6vw,2.2rem);
	font-weight:700;
	line-height:1.3636;
	margin-left: 4.466%;
}

.co4_list1 li .text1{
	padding: 14px 22px 44px;
	line-height: 1.75;
}

.text_link{
	display:flex;
	align-items:center;
	font-size:1.6rem;
	line-height:1.5;
	font-weight:700;
	position:absolute;
	bottom:17px;
	right:22px;
}

.text_link .icon{
	margin-left:9.9px;
	display:flex;
	align-items:center;
}

.content05{
	padding: 110px 0 157px;
	background: url(./img/common/bg_ami.png);
	background-size: inherit;
}

.mes_slider_area{
	margin: 80px auto 0;
}

/* slickの各スライドを高さ100%に */
.mes_slider .slick-track{
	display:flex;
}

.mes_slider .slick-slide{
	height:auto;
}

.mes_slider .slick-slide > div{
	height:100%;
}

.mes_sld{
	padding: 2.5% 0;
	max-width: 861px;
	margin: 0 auto;
	width: 95%;
	height:100%;
}

.mes_in{
	display:flex;
	background: #FFFFFF;
	box-shadow: 0 3px 6px #00000029;
	height:100%; /* 追加 */
}

.mes_in .img{
	max-width:283px;
	width: 33%;
}

.mes_in .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.mes_in .text_area{
	max-width:577px;
	width: 68%;
	padding: 3.136% 3.136% 2.673% 4.53%;
	display:flex;           /* 追加 */
	flex-direction:column; /* 追加 */
}

.mes_in .text_area .title{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	color:#003399;
}

.mes_in .text_area .text1{
	line-height:1.875;
	margin-top: 2.35%;
	font-size: 1.6rem;
}

.mes_in .text_area .text2{
	line-height:1.875;
	margin-top: 2.35%;
	font-size: 1.6rem;
	text-align:right;
	font-weight:700;
}

.bnr_area{
	padding:140px 0 84px;
}


.bnr_div{
	display:flex;
	background:#003399;
	overflow:hidden;
	border: 7px solid #003399;
}

.bnr_div .img{
	width: 50%;
	max-width:781px;
}

.bnr_div .img img{
	border-radius: 0 95px 95px 0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.bnr_div .text_area{
	width: 50%;
	max-width:790px;
	margin-left: auto;
	padding: 26px 4% 49px;
	color: #fff;
}

.bnr_div .text_area .text1{
	font-size: 3.9rem;
	font-weight: 700;
	font-size: clamp(2rem, 2.8vw, 3.9rem);
	line-height:1.4358;
	text-align:center;
	margin: 13px auto 6px;
}

.bnr_div .text_area .text2{
	margin: 0px auto 27px;
	font-size: 2.6rem;
	font-weight: 700;
	font-size: clamp(1.6rem, 2.4vw, 2.6rem);
	line-height:1.423;
	text-align:center;
}

.bnr_div .text_area .btn1{
	font-size: clamp(1.6rem, 2.6vw, 2.5rem);
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#003399;
	box-shadow:0 6px 0 #0B2F77;
	height:90px;
	max-width:604px;
	width:100%;
	font-size: 2.2rem;
	font-weight:700;
	line-height: 1.3;
	color:#fff!important;
	border-radius:50px;
	position:relative;
	transition:.4s;
	text-align: center;
}

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

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

.btn1:hover{
	opacity:1;
	box-shadow:0 0px 0 #0B2F77;
	transform:translateY(6px);
}


.btn1.bgwh{
	background:#fff;
	color:#003399!important;
}

.btn1.bgyel{
	background:#FFD900;
	color:#003399!important;
}

.btn1.bglblu{
	background:#0080CB;
	color:#fff!important;
}

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

.btn1.gaibu:before{
	background:url(./img/common/gaibu_wh.svg)no-repeat;
	background-size:contain;
	width: 25px;
	height: 25px;
	right: 35px;
}

.content06{
	background:#F2F5F8;
	padding:200px 0 170px;
}

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

.co6_list1 li:nth-child(2n){
	flex-direction:row-reverse;
	margin-bottom:151px;
}

.co6_list1 li .text_area{
	max-width: 730px;
	width: 46%;
}

.co6_list1 li .text_area .mainTit2{
	font-size: clamp(2.4rem, 3vw, 3.5rem);
}

.co6_list1 li .img_area{
	max-width:820px;
	width: 52%;
	position:relative;
}

.co6_list1 li:nth-child(1) .img_area:before{
	position: absolute;
	content: "";
	width: 103.98%;
	height: 70.925%;
	bottom: 9.032%;
	left: 2.44%;
	background: url(./img/top/co61_sou.png) no-repeat;
	z-index: -1;
	background-size: contain;
	width: 90.367%;
	height: 76.22%;
	left: 21.83%;
	bottom: 22.156%;
}

.co6_list1 li:nth-child(2) .img_area:before{
	position: absolute;
	content: "";
	width: 133.0496%;
	height: 107.827%;
	bottom: 0;
	left: -12.308%;
	background: url(./img/top/co62_sou.png) no-repeat;
	z-index: -1;
	background-size: contain;
	width: 128.485%;
	height: 113.999%;
	left: -15.48%;
	bottom: -1.8%;
}

.co6_list1 li:nth-child(3) .img_area:before{
	position: absolute;
	content: "";
	width: 122.28%;
	height: 106.756%;
	bottom: -6.7757%;
	left: -9.308%;
	background: url(./img/top/co63_sou.png) no-repeat;
	z-index: -1;
	background-size: contain;
	width: 125.758%;
	height: 98.565%;
	bottom: 3.54%;
	left: -10.608%;
}


.co6_list1 li .img_area .img1 img{
	filter:drop-shadow(15px 15px 25px #00000029);
	transform: translateZ(0);
	will-change: transform;
}


.co6_list1 li .text_area .text1{
	margin-top:34px;
}

.co6_list1 li .text_area .btn1.matop{
	margin-top:46px;
}

.co6_list1 li .text_area .btn1{
	margin-top:21px;
	text-align: center;
	font-size: clamp(1.8rem, 1.8vw, 2.5rem);
}

.co6_list1 li .text_area .btn1 br{
	display:none;
}

.co6_list1 li .img_area.img_area2{
	max-width:646px;
	padding-top: 2.25%;
}

.co6_list1 li .img_area.img_area2 .img1{
	max-width: 604px;
	width: 95%;
}

.co6_list1 li .img_area.img_area2 .img2{
	width: 95%;
	max-width: 604px;
	position: absolute;
	right: 0;
	top: 0;
}

.co6_list1 li .img_area.img_area2 .img2 img{
	  filter:drop-shadow(-15px 15px 25px #00000029);
		  transform: translateZ(0);
	  will-change: transform;
}


.co6_list1 li .img_area.img_area3{
	max-width:660px;
	padding-top: 3.313%;
}

.co6_list1 li .img_area.img_area3 .img1{
	max-width: 596px;
	width: 91%;
	margin-left: auto;
}

.co6_list1 li .img_area.img_area3 .img2{
	width: 95%;
	max-width: 596px;
	position: absolute;
	left: 0;
	top: 0;
}

.co6_list1 li .img_area.img_area3 .img2 img{
	  filter:drop-shadow(15px 15px 25px #00000029);
	  transform: translateZ(0);
	  will-change: transform;
}

.co6_list1 li:nth-child(3){
	margin-bottom:0;
}

.co6_list1 li:nth-child(3) .text_area{
	padding-top: 9.625%;
}

.content07{
	padding:130px 0 140px;
	background:#003399;
}

.content07 .mainTit3{
	color:#fff;
	padding-bottom:37px;
	position:relative;
	margin-bottom:100px;
}

.content07 .mainTit3:before{
	position:absolute;
	content:"";
	height:2px;
	width:100px;
	background:#FFFFFF;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

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

.co7_list1 li{
	width:48%;
	max-width:768px;
}

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

.content08{
	padding:135px 0;
}

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

.l_inner{
	max-width: 1716px;
	width: 95%;
}

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

.content08 .flex .img{
	max-width:933px;
	width: 55%;
}

.content08 .flex .text_area{
	max-width:667px;
	width: 42%;
}

.content08 .flex .text_area .mainTit2{
	margin-bottom: 47px;
	font-size: clamp(2.4rem, 3vw, 3.5rem);
}

.content08 .flex .text_area .btn1{
	margin-top:21px;
}

.content09{
	padding:135px 0 156px;
	background:#F2F5F8;
}


.co9_tabset{
	margin: 40px auto 0px;
}

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

.co9_tab li{
	width: 25%;
	text-align:center;
	font-size: clamp(1.6rem, 2vw, 2.3rem);
	font-weight:700;
	padding: 17px;
	line-height:1.46667;
	border: 1px solid #B4C2D1;
	position:relative;
	z-index: 1;
	cursor: pointer;
	transition:.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.co9_tab li.active,
.co9_tab li:hover{
	background:#003399;
	color:#fff;
	border: 1px solid #003399;
}


.co9_tab li.active:before{
	position: absolute;
	content: "";
	top: 92%;
	left: 0;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 27px solid #003399;
	border-bottom: 0;
}



.wx-panel-item{
	display:none;
}

.wx-panel-item.active{
	display:block;
}


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

.co9_list1 li{
	width: 49%;
	max-width:760px;
	display:flex;
	justify-content:space-between;
	padding: 32px 0;
	border-bottom: 1px solid #C7D1DC;
}

.co9_list1 li:hover .text_area{
	opacity:0.7;
}

.co9_list1 li .img{
	/* max-width:247px; */
	width: 35%;
	height: 14vw;
	/* max-height: 139px; */
	overflow: hidden;
	border: 1px solid #D6D6D6;
	height: 15.085vw;
	max-height: 246px;
}

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

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


.co9_list1 li .text_area{
	max-width: 448px;
	width: 63%;
	transition:.4s;
}

.co9_list1 li .text_area .title{
	font-size: 1.8rem;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	line-height: 1.444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 3%;
	color: #003399;
}

.co9_list1 li .text_area .text1{
	font-size:1.5rem;
	font-weight:700;
	line-height:1.73333;
	display:flex;
	align-items:start;
}

.co9_list1 li .text_area .text1 span.left{
	width:100px;
	display:flex;
	justify-content:space-between;
	margin-right:8px;
	flex-shrink: 0;
}

.content09 .btn1{
	margin: 80px auto 0;
}
.side_btn_area{
	position: fixed;
	right: 0;
	bottom: 15px;
	width: 250px;
	z-index: 99;
	display: block!important;
	opacity: 0;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	pointer-events: none;
}

/* 表示時 */
.side_btn_area.active {
	opacity: 1;
	pointer-events: auto;
}

/* 閉じた状態 */
.side_btn_area.close{
	transform: translateX(calc(100% - 50px));
}

/* 開くボタン */
.open_side_btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: #0080cb;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	border-radius: 20px 0 0 20px;
	box-shadow: 0 6px 0 #03497B;
	font-size: 2rem;
	font-weight: 700;
}

/* close時のみopenボタン表示 */
.side_btn_area.close .open_side_btn{
	opacity: 1;
	pointer-events: auto;
}

/* 閉じるボタン */
.close_side_btn{
	cursor: pointer;
	text-align: right;
	margin-right: 50px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}

/* 中身 */
.close_side_cont{
	max-width: 179px;
	margin-left: auto;
	width: 100%;
}

.side_btn {
	display:flex;
	align-items:center;
	color: #fff!important;
	border-radius: 80px 0px 0 80px;
	height: 80px;
	padding-right:36px;
	position: relative;
	transition:.4s;
}

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

.side_btn:after{
	position:absolute;
	content:"無料";
	top:0;
	left:0;
	background:#EAE340;
	font-size:1.3rem;
	font-weight:900;
	line-height:1;
	color:#003399;
	width:46px;
	height:46px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	top:-11px;
	left:-13px;
}

.side_btn1{
background: #0080CB;
box-shadow: 0 6px 0 #03497B;
}

.side_btn2{
	margin-top:15px;
background: #003399;
box-shadow: 0 6px 0 #092969;
}

.side_btn3{
	margin-top:15px;
background: #E10E26;
box-shadow: 0 6px 0 #901422;
}

.side_btn:hover{
	opacity:1;
	transform:translateY(6px);
}

.side_btn1:hover{
box-shadow: 0 0px 0 #03497B;
}

.side_btn2:hover{
box-shadow: 0 0px 0 #092969;
}

.side_btn3:hover{
box-shadow: 0 0px 0 #901422;
}

.side_btn p.text{
	margin:0 auto;
	line-height: 1.2;
	font-size:2.2rem;
	font-weight:700;
	text-align:center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 15%;
}

.side_btn p.text span{
	font-size:1.3rem;
	font-weight:700;
	line-height:1;
	display: block;
}

.contact_area{
	background:#003399;
	padding: 112px 0;
}

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

.contact_list1 li{
	width: 49%;
	max-width: 750px;
	background: url(./img/common/bg_cont.png) #fff;
	background-size: contain;
	border: 5px solid #0080CB;
	display: flex;
	align-items: center;
}


.contact_list1 li a{
	padding: 5.677%;
	display: flex;
	align-items: center;
	transition:.4s;
	width: 100%;
	height: 100%;
}

.contact_list1 li a .img{
	width: 20%;
	flex-shrink:0;
	max-width:126px;
	margin-right: 12.348%;
}


.contact_list1 li a .text_area{
	max-width:360px;
	width:100%;
}

.contact_list1 li a .text_area .text1{
	font-size: clamp(3rem,3.6vw,4rem);
	font-weight:700;
	color:#003399;
	text-align:center;
}

.contact_list1 li a .text_area .text2{
	font-size: clamp(2.4rem,2.8vw,3.6rem);
	font-weight:700;
	color:#003399;
	text-align:center;
	line-height:1.4444;
}

.contact_list1 li a .text_area .text3{
	margin-top:6px;
	font-size: clamp(1.3rem,1.3vw,1.6rem);
	font-weight:700;
	color:#003399;
	text-align:center;
	line-height:1.5;
	padding:8px;
	background:#F2F5F8;
}


.modal {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0033996b;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
	padding-top: 178px;
	height: 100vh;
	align-items: flex-start;
	width: 100%;
	overflow-y: scroll;
	padding-bottom: 30px;
	}
  
  .modal.active {
	display: flex;
  }
  
  .modal_inner {
	background: #fff;
	position: relative;
	max-width: 1600px;
	width: 90%;
	}
  
  .modal_close {
	position: absolute;
	top: -32px;
	right: -50px;
	width: 100px;
	height: 103px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.modal .title_area{
	display:flex;
	align-items:center;
	border-bottom: 1px solid #CECECE;
}

.modal .title_area .num{
	width:94px;
	height:87px;
	background: linear-gradient(
135deg, #0094D7, #03095B);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	font-size:1.8rem;
}

.modal .title_area .num span{
	line-height:0.9;
	font-weight:700;
	font-size:5rem;
}

.modal .title_area .title{
	font-size: clamp(1.6rem,3vw,2.2rem);
	font-weight:700;
	line-height: 1.4545;
	margin-left: 1.563%;
	width: 84%;
}
.modal .cont_area{
	padding:30px 25px 77px;
}

.modal .cont_area .text_area{
max-width: 825px;
width: 54%;
}

.modal .cont_area .img{
max-width: 670px;
width: 44%;
}

.modal .cont_area .text_area .text{
	line-height: 1.75;
}

.modal_div{
	margin-top:25px;
}

.modal_div .title1{
	padding-left:15px;
	font-size: clamp(1.6rem,3vw,2.2rem);
	font-weight:700;
	line-height: 1.4545;
	border-left:5px solid;
}

.modal_div .flex2{
	margin-top:29px;
}

.modal_div1{
	box-shadow:5px 7px 13px #00000029;
	max-width: 368px;
	width: 46%;
	border:5px solid #D3E2F2;
	position:relative;
	padding:59px 15px 25px;
}

.modal_div1 .title_area2{
	color:#fff;
	background:#003399;
	text-align:center;
	font-size: clamp(1.6rem,1.4vw,2rem);
	font-weight:900;
	line-height:1.45;
	height:46px;
	position:absolute;
	top:-5px;
	left:-5px;
	width:calc(100% + 10px);
	display:flex;
	align-items:center;
	justify-content:center;
}

.modal_div1.modal_div12 .title_area2{
	background: linear-gradient(
135deg, #03095B, #0094D7);
	color:#EAE340;
}

.modal_div1_arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 14px solid #003399;
	border-right: 0;
	margin:auto;
}

.modal_div1 .text_area2{
	border-top:0;
}


.modal_div1 .text_area2 .text1{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.714;
}

.modal .btn_area{
	margin-top:77px;
	text-align:center;
}

.modal .btn_area .text1{
	font-size: clamp(1.8rem,3vw,3rem);
	font-weight:900;
	line-height:1.46667;
	border-bottom:10px solid #FFD900;
	max-width:max-content;
	margin:0 auto;
}

.modal .btn_area .btn1{
	margin:31px auto 0;
}


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

footer {
	margin: 0px auto 0;
}

footer .flex1{
	padding:33px 0;
	align-items:flex-end;
	border-bottom:1px solid #707070;
}

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

footer .logo {
	width:100%;
}


footer .right{
	max-width:468px;
	width:46%;
}

footer .right .btn1{
	height:70px;
	font-size:1.9rem;
}

footer .right .btn1:before{
	right:19px;
}

footer .flex2 {
    padding: 0px 0 58px;
    flex-wrap:wrap;
    justify-content: flex-start;
}

.ft_list1{
	width: 21%;
	padding-top:73px;
}

.ft_list1:nth-child(5n+5){
	width: 16%;
}

.ft_list1 li.parent{
	padding-left:28px;
	position:relative;
	margin-bottom:19px;
	font-size: 1.6rem;
}

.ft_list1 li.parent:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(./img/common/ft_arrow.svg)no-repeat;
	background-size:contain;
	left:0;
	top:2px;
}

.ft_list1 li.parent .text{
	font-size:1.6rem;
	line-height:1.5;
	font-weight:700;
	color:#003399;
}


.ft_list1 li{
	padding-left:28px;
	margin-bottom:16px;
	font-size: 1.4rem;
	display: flex;
	align-items: baseline;
}

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

.ft_list1 li:before{
	content:"-";
	color:#003399;
	margin-right:5px;
	display:inline-block;
}

.ft_list1 li.gaibu:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	background:url(./img/common/gaibu_blu.svg)no-repeat;
	background-size:contain;
	margin-left: 3px;
}


.copyright {
	background: #003399;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.42857;
}



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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 19px 0;
    max-width: 1600px;
    font-weight: 700;
	display:flex;
	flex-wrap:wrap;
}

.pankuzu li {
    margin: 0 0 0 10px;
    color: #003399;
    font-weight: 700;
	display:flex;
	align-items:center;
}

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

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #333333;
    font-weight: 500;
	display:flex;
	align-items:center;
}

.pankuzu li a .icon{
	display:flex;
	margin-right:7px;
}

/*--- ページトップ ---*/
#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: 1.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: #F4F4F4;
}

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

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

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: none;
}


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-weight: 500;
	display: block;
	width: 100%;
}

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


.contact_tb th {
	text-align: left;
	padding: 26px 0 15px;
	line-height: 1.45833;
	font-weight:500;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}

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

.contact_tb td {border-bottom: 1px solid #E5E5E5;padding-bottom: 30px;}

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

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

em{
	background: #E0090A;
	border-radius:2px;
	color:#fff;
	padding: 0px 8px;
	white-space: nowrap;
	font-size: clamp(1.2rem, 1.6vw, 2rem);
	margin-left:28px;
}

em.nini{
	background:#333333;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 20px 1.622%;
	height: 180px;
	overflow-y:scroll;
	margin: 56px auto 48px;
	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: clamp(1.8rem,2.4vw,2.4rem);
	line-height: 1.46;
	margin-bottom: 30px;
}


.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

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

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 20px;
	width: 100%;
}

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

.contact01{
	padding:8.334% 0;
}

.contact01_div1{
	background:#F7F7F7;
	border-radius:32px;
	padding: 56px 2%;
	text-align:center;
	margin-bottom:125px;
	font-weight:500;
}

.tablet{
	display:none;
}

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

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


.news01{padding: 120px 0 130px;}



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

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin: 0 0.4%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color:#003399;
	background:#D3E2F2;
	border:2px solid #D3E2F2;
	border-radius:50%;
	font-size:1.8rem;
	font-weight:700;
	line-height:1;
	padding-bottom: 3px;
}


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



.pagination-list .page-numbers.prev{
	background:none;
	border:none;
	padding:0;
}

.pagination-list .page-numbers.next{
	background:none;
	border:none;
	padding:0;
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	opacity:0.7;
	background: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:23px 0;
	border-bottom:1px solid #E5E5E5;
}

.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{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 34%;
	flex-shrink: 0;
	margin-right: 2.2%;
	max-width: 211px;
}

 .dacate .date{
	line-height:1.5;
}

.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 .title1{
	width: 70%;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom: 50px;
	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: 70px;
	font-size: clamp(1.5rem,2.4vw,1.8rem);
	line-height: 1.8889;
	font-weight: 700;
}

.detail_area h2{
	margin-bottom:25px;
	padding-left: 15px;
	font-size: clamp(2rem,3vw,2.5rem);
	font-weight:700;
	line-height: 1.4545;
	border-left:5px solid;
	color: #003399;
}

.detail_area .bggrablu{
	color:#fff!important;
}

.detail_area h2.bggrablu{
	padding:25px 27px;
}

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.3rem);
	font-weight:700;
	line-height: 1.4545;
	color: #003399;
}

.detail_area h4{
	margin-bottom:12px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	font-weight:700;
	line-height: 1.4545;
	color: #003399;
}


#art_cover{
	background: linear-gradient(
173deg, #006FB9, #006FB9, #00296B, #00296B);
	margin-top: 111px;
}

#art_cover .inner{
	position:relative;
}

#art_cover .inner .flex{
	align-items:center;
	height: 31vw;
	max-height: 460px;
	min-height: 250px;
}



#art_cover .text_area .text1{
	margin-bottom:17px;
	font-size: clamp(1.6rem,2vw,2rem);
	padding:10px;
	line-height:1.45;
	font-weight:700;
	color:#002C6E;
	background: linear-gradient(173deg, #ffffff , #ffffff, #EAEAEA, #EAEAEA);
	max-width:max-content;
	width:100%;
}


#art_cover .text_area .title{
	font-size: clamp(2.4rem,4.5vw,5.5rem);
	color:#fff;
	font-weight:500;
	line-height:1.436;
}

#art_cover .img{
	position:absolute;
	max-width:473px;
	width: 30%;
	right: 8.75%;
	top: 7.61%;
	z-index:1;
}

#art_cover .img:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/history/mv_sou.png)no-repeat;
	background-size:contain;
	right: -6.134%;
	bottom: -6.623%;
	z-index:-1;
	filter: drop-shadow(11px 15px 33px #00000029);
}

.pnkuzu_area{
	background:#F2F5F8;
}

.his01{
	padding:100px 0 180px;
}


.his01 .flex{
	align-items:center;
	justify-content: flex-start;
}

.his01 .flex .img{
	width: 31.75%;
	max-width: 508px;
	margin-right: 6.14%;
}

.his01 .flex .text_area{
	width: 54%;
	max-width: 849px;
}

.his01 .flex .text_area .text1{
	margin-top: 4.83%;
	line-height: 1.75;
}

.his02{
	padding:250px 0 160px;
	position:relative;
	background:#F2F5F85c;
	z-index: 1;
}

.his02 .sou1{
	width: 15%;
	max-width: 178px;
	position: absolute;
	top: -6%;
	left: -0.9%;
	display:none;
}

.his02 .sou2{
	width: 18%;
	max-width: 316px;
	position: absolute;
	top: -5.9%;
	right: -1.5%;
	max-width: 376px;
	width: 23%;
	top: 2%;
	right: 2%;
	z-index: -1;
}

.his02 .sou3{
	width: 15%;
	max-width: 178px;
	position: absolute;
	left: -1.75%;
	bottom: -5%;
	display:none;
}

.his02 .sou4{
	width: 14%;
	max-width: 248px;
	position: absolute;
	bottom: -3.8%;
	right: -1.6%;
	display:none;
}

.his02 .title1{
	font-size: clamp(2.2rem,3vw,4rem);
	color:#003399;
	font-weight:700;
	line-height:1.45;
	text-align:center;
	position:relative;
}

.his02 .title1 span{
	position:absolute;
	font-size: clamp(8rem,16vw,19.8rem);
	color:#E1EBF4;
	font-weight:700;
	line-height:1;
	z-index:-1;
	bottom: 70%;
	left:0;
	right:0;
	margin:auto;
}

.his02 .text1{
	text-align:center;
	margin-top:54px;
	font-size: clamp(1.5rem,2.4vw,1.8rem);
	line-height:1.8889;
}

.his03{
	padding:180px 0 130px;
}

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

.enkaku_list{
	margin-top:60px;
	position:relative;
}

.enkaku_list:before{
	width:1px;
	height: 92%;
	background:#D3D8FC;
	position:absolute;
	content:"";
	left: 120px;
	top: 30px;
	z-index: -1;
}

.enkaku_list li{
	margin-bottom:31px;
	display: flex;
	align-items: center;
}

.enkaku_list li .year{
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.457;
	width: 68px;
	flex-shrink: 0;
	color: #003399;
}

.enkaku_list li .sou{
	margin-left: 30px;
	margin-right: 23px;
	width: 45px;
	text-align: center;
	flex-shrink: 0;
}

.enkaku_list li .text{
	font-size: clamp(1.5rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:700;
	padding-left:24px;
}

.enkaku_list li .text.blue{
	padding:18px 80px 16px 24px;
	font-size: clamp(1.8rem,2.4vw,2.5rem);
	line-height:1.44;
	font-weight:900;
	background:#F2F5F8;
}

.w_lec01{
	
}

.w_lec01 .mainTit2 {
    font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.w_lec01 .inner{
	padding:130px 0 165px;
	position:relative;
	text-align:center;
	z-index: 1;
}

.w_lec01 .sou1{
	position:absolute;
	width: 15%;
	max-width: 129px;
	top: 9.6%;
	left: 0;
	z-index: -1;
	display:none;
}

.w_lec01 .sou2{
	position:absolute;
	max-width: 316px;
	width: 30%;
	bottom: 8%;
	right: 0;
	z-index: -1;
	max-width: 376px;
	bottom: auto!important;
	top: 1%;
}

.w_lec01 .text1{
	margin-top:27px;
	line-height:1.75;
}

.w_lec02{
	background:#F2F5F8;
	padding:70px 0 160px;
}

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

.w_lec02_list1 > li{
	margin-top:100px;
	background:#FFFFFF;
	position: relative;
}

.w_lec02_list1 > li .title_area{
	display:flex;
	align-items:center;
	border-bottom: 1px solid #CECECE;
}

.w_lec02_list1 > li .title_area .num{
	width:94px;
	height:87px;
	background: linear-gradient(
135deg, #0094D7, #03095B);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	font-size:1.8rem;
}

.w_lec02_list1 > li .title_area .num span{
	line-height:0.9;
	font-weight:700;
	font-size:5rem;
}

.w_lec02_list1 > li .title_area .title{
	font-size: clamp(2rem,2.5vw,2.5rem);
	font-weight:700;
	line-height:1.3636;
	margin-left: 1.375%;
}


.w_lec02_list1 > li .cont_area{
	padding: 32px 3.125% 3.75%;
}

.w_lec02_list1 > li .cont_area > .text{
	margin-bottom: 30px;
	line-height:1.75;
}



.w_lec02_list1 > li .cont_area > .text a{
	color: #003399;
	text-decoration: underline;
	font-weight: 700;
}

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

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

.w_lec_flex .text_area{
	width: 51%;
	max-width:754px;
}

.w_lec_flex .img{
	width: 45%;
	max-width:670px;
}

.w_lec02_list2 > li{
	display:flex;
	align-items:center;
	padding: 3.582% 3.184%;
	background:#fff;
	border:5px solid #D3E2F2;
	box-shadow:5px 7px 13px #00000029;
	justify-content: space-between;
	margin-bottom:30px
}

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

.w_lec02_list2 > li .icon{
	max-width:116px;
	width: 19%;
}

.w_lec02_list2 > li .text_area2{
	max-width:545px;
	width: 79%;
}

.w_lec02_list2 > li .text_area2 .title{
	font-size: clamp(2rem,2.5vw,2.2rem);
	font-weight:700;
	line-height:1.4545;
}

.w_lec02_list2 > li .text_area2 .text1{
	margin-top:10px;
	font-weight:400;
	line-height:1.8125;
	font-size: clamp(1.5rem,1.5vw,1.6rem);
}

.w_lec_flex .text_area .w_lec_text1{
	line-height: 1.75;
}

.w_lec_text2{
	line-height: 1.8125;
	margin-top:11px;
	text-align:right;
	font-weight:400;
	font-size: clamp(1.5rem,1.5vw,1.6rem);
}


.w_lec01.w_sch_bene01 .inner{
	padding:120px 0;
}

.w_lec01.w_sch_bene01 .sou1{
top: 12.122%;
}

.w_lec01.w_sch_bene01 .sou2{
	bottom: -3.26%;
}

.w_lec02.w_sch_bene02 {
    padding: 120px 0 140px;
}

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

.w_sch_bene02_list1 li{
	width:32%;
	max-width: 461px;
	border: 5px solid #D3E2F2;
	box-shadow: 5px 7px 13px #00000029;
	padding: 39px 22px 21px;
	background: #fff;
}

.w_sch_bene02_list1 li .icon{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 26px;
	width: 50%;
}

.w_sch_bene02_list1 li .title1{
	font-size: clamp(1.7rem,2vw,2.2rem);
	font-weight:700;
	line-height:1.4545;
	padding-bottom:16px;
	margin-bottom:20px;
	position:relative;
	text-align: center;
}

.w_sch_bene02_list1 li .title1:before{
	position:absolute;
	content:"";
	width:60px;
	height:1px;
	background:#003399;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}

.w_sch_bene02_list1 li .text1{
	font-weight:400;
	line-height:1.8125;
}

.w_lec02_list1 > li.nobg{
	background:none;
}

.w_sch_bene02_list2{
	display:flex;
	justify-content:space-between;
	margin: 47px auto 57px;
}

.w_sch_bene02_list2 li{
	width: 30%;
	max-width: 431px;
	background: #fff;
	border: 1px solid #E6E6E6;
	box-shadow: 5px 7px 13px #00000029;
	padding:121px 19px 19px;
	position:relative;
}

.w_sch_bene02_list2 li .ab_text{
	position:absolute;
	top: -8.3%;
	left: -11.4%;
	width: 6vw;
	height: 6vw;
	background:#EAE340;
	color:#003399;
	font-size:2.8rem;
	font-weight:900;
	line-height:1.428;
	border-radius:50%;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 99px;
	max-height: 99px;
	font-size: clamp(1.6rem,1.8vw,2.8rem);
}

.w_sch_bene02_list2 li .title_area2{
	position:absolute;
	top:0;
	left:-1px;
	width:calc(100% + 2px);
	background: linear-gradient(
90deg, #00296B, #00296B, #006FB9, #006FB9);
	color:#fff;
	height:96px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.6rem,2vw,2.5rem);
	font-weight:700;
	line-height:1.44;
}

.support03 .w_sch_bene02_list2 li .title_area2 {
    width: calc(100% + 8px);
    left: -4px;
    top: -4px;
}

.w_sch_bene02_list2 li .text1{
	font-weight:400;
	line-height:1.8125;
}

.w_lec02_list1 > li .btn1{
	margin: 0px auto 0;
}


.w_lec02_list1 > li.nobg .cont_area {
	padding-bottom:0;
}

.w_sch_bene02_flex{
	background:#fff;
	border:4px solid #D3E2F2;
	box-shadow:5px 7px 13px #00000029;
	padding:28px 26px 27px 33px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin: 0 auto 47px;
}

.w_sch_bene02_flex .text_area{
	max-width:1001px;
	width: 70%;
}

.w_sch_bene02_flex .img{
	max-width:411px;
	width: 29%;
}


.w_sch_bene02_flex .text_area .title{
	font-size: clamp(2rem,2.5vw,2.5rem);
	font-weight:700;
	line-height:1.44;
}


.w_sch_bene02_flex .text_area .text1{
	margin-top:18px;
	font-weight:500;
	line-height:1.75;
}

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

.w_sch_bene02_div1{
	width: 49%;
	max-width:721px;
	background:#fff;
	border:4px solid #D3E2F2;
	position: relative;
	padding:22px 23px 126px;
	box-shadow: 5px 7px 13px #00000029;
}

.w_sch_bene02_div1_link{
	height:96px;
	position:absolute;
	bottom:-4px;
	left:-2px;
	width:calc(100% + 4px);
	display:flex;
	align-items:center;
	background:#0080CB;
	color:#fff!important;
	justify-content:center;
	font-size: clamp(1.5rem,1.5vw,2.5rem);
	font-weight:700;
	line-height:1.44;
	text-align: center;
	transition: .4s;
}

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

.w_sch_bene02_div1 .title_area2{
	display:flex;
	align-items:center;
	border-bottom:1px solid #CECECE;
	padding-bottom: 4.35%;
	margin-bottom: 3.15%;
}

.w_sch_bene02_div1 .title_area2 .icon{
	margin-right: 15px;
	width: 16%;
	flex-shrink: 0;
	max-width: 76px;
}

.w_sch_bene02_div1 .title_area2 .title{
	font-size: clamp(1.6rem,2vw,2.5rem);
	font-weight:700;
	line-height:1.44;
	color:#003399;
}

.w_sch_bene02_div1 .text1{
	font-weight:500;
	line-height:1.75;
}

.w_sch_bene02_div2{
	margin:52px auto 46px;
	background:#fff;
	border:4px solid #D3E2F2;
	padding: 3.067%;
	display:flex;
	justify-content:space-between;
	box-shadow: 5px 7px 13px #00000029;
	position:relative;
	align-items: center;
}


.w_sch_bene02_div2 .title1{
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	padding: 10px 3.1%;
	font-size: clamp(1.8rem,2vw,2.9rem);
	font-weight:700;
	line-height:1.44;
	z-index: 1;
	background:#003399;
	clip-path: polygon(
 0 0,
    100% 0,
    100% 0%,
    90% 100%,
    0 100%
  );
}

.nobg .w_sch_bene02_div2 .title1{
	background:#45C8A6;
}


.w_sch_bene02_div2 .img{
	max-width:452px;
	width: 35%;
}

.w_sch_bene02_div2 .img.img1{
	
max-width: 443px;
}

.w_sch_bene02_div2 .img.img2{
	max-width:381px;
}

.w_sch_bene02_div2 .text_area{
	max-width:848px;
	width: 61%;
}

.w_sch_bene02_div2 .text_area .text1{
	font-weight:500;
	line-height:1.75;
	margin-bottom:23px;
}

.w_sch_bene02_div21{
	background:#F2F5F8;
	padding: 27px 4.482% 28px;
}

.w_sch_bene02_list3 li{
	position:relative;
	padding-left:44px;
	margin-bottom:26px;
	font-size: clamp(1.6rem,2.1vw,2rem);
	font-weight:700;
	line-height:1.4;
}

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

.w_sch_bene02_list3 li:before{
	position:absolute;
	content:"";
	width:32px;
	height:31px;
	background:url(./img/web_school_benefits/check_blu.svg)no-repeat;
	background-size:contain;
	left:0;
	top:0;
}

.w_sch_bene02_list3.gre li:before{
	background:url(./img/web_school_benefits/check_gre.svg)no-repeat;
	background-size:contain;
}

.hide_cont,
.hide_cont2 {
  display: none;
}

.is_open {
  display: block;
}

.plus {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  flex-shrink: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.open_cont2 .plus {
  background: #003399;
}

.open_cont2 .plus::before,
.open_cont2 .plus::after {
  background: #fff;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #003399;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}

.plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plus.is_open_icon::after,
.plus.is_open::after{
  opacity: 0;
}

.faq01{
	padding:120px 0 170px;
}

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

.faq01 .text{
	text-align:center;
	margin-top: 42px;
	margin-bottom:102px;
}

.faq_cont{
	margin-top:40px;
	background: #F2F5F8;
}

.open_cont{
	padding: 1.563% 3%;
	background: linear-gradient(to left, #006FB9, #006FB9, #00296B, #00296B);
	color:#fff;
	font-size:2.5rem;
	font-weight:700;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hide_cont{
	padding:50px 30px;
}

.faq_list li{
	background:#fff;
	border:5px solid #E4F2FF;
	border-radius:8px;
	margin-bottom:40px;
	padding-left:24px;
	padding-right:21px;
}

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

.faq_list li .open_cont2{
	display:flex;
	align-items: flex-start;
	position:relative;
	padding:21px 0;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.47;
}

.faq_list li .open_cont2 .plus{
	position:absolute;
	right:0;
}

.faq_list li .icon{
	font-size:3.5rem;
	font-weight:700;
	line-height: 1.457;
	margin-right: 20px;
	flex-shrink: 0;
}

.faq_list li .open_cont2 .icon{
	color:#003399;
}

.faq_list li .hide_cont2 .icon{
	color:#E10E26;
}

.faq_list li .hide_cont2{
	padding:5px 0 35px;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 500;
}

.faq_list li .hide_cont2.active2{
	display: flex!important;
	align-items: flex-start;
}

.hide_cont2.is_open_child {
  display: flex;
}

.faq_link1{
	color:#003399!important;
	text-decoration:underline;
}

.faq_list li .hide_cont2 .text1{
	padding-top:14px;
}

.faq_list li .open_cont2 .title2{
	padding-top:10px;
	width: 80%;
}

.w_lec01.hamapri01 .inner{
	padding:120px 0
}

.hamapri01 .title{
	padding-top:24px;
	font-size: clamp(2rem,2.4vw,2.5rem);
	border-top:1px solid #C9C9C9;
	max-width:1130px;
	margin:28px auto 0;
	width:100%;
}

.w_lec01.hamapri01 .text1 {
    margin-top: 17px;
}

.w_lec01.hamapri01 .sou2{
	
bottom: -1%;
}

.hamapri02{
	padding:120px 0 130px;
	background:#F2F5F8;
}

.hamapri02 .artTit1{
	font-size: clamp(2.4rem, 3vw, 4rem);
}

.hamapri02 .w_sch_bene02_list1 {
	margin-top:100px;
	max-width: 1500px;
	width: 100%;
}

.hamapri03{
	padding:130px 0;
}

.hamapri03 .flex{
	max-width:1505px;
	margin:100px auto 0;
	width:100%;
}

.hamapri03 .flex .text_area{
	max-width:921px;
	width: 62%;
}

.hamapri03 .flex .img{
	max-width:452px;
	width: 34%;
}

.hamapri03_list1 li{
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-bottom: 38px;
}

.hamapri03_list1 li:last-child{
	margin-bottom: 28px;
}

.hamapri03_list1 li .num{
	flex-shrink: 0;
	width: 95px;
	margin-right: 27px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #08BBD1, #5ECE95,#CFE922);
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
}

.hamapri03_list1 li .right{
	max-width: 800px;
	width: 87%;
}

.hamapri03_list1 li .right .title1{
	color:#0080CB;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
}

.hamapri03_list1 li .right .text1{
	font-weight:400;
	line-height:1.875;
	margin-top:7px;
}

.hamapri03_div{
	padding: 34px 27px;
	background:#F2F5F8;
}

.hamapri03_div .text{
	font-size:1.4rem;
	font-weight:400;
	line-height:1.4285;
}

.hamapri04{
	padding:130px 0;
	background:#F2F5F8;
}

.hamapri04 .text{
	margin:36px auto 100px;
	font-weight:500;
	line-height:1.75;
	text-align:center;
}

.hamapri04 .flex{
	max-width:1551px;
	margin-left:auto;
	width:100%;
}

.hamapri04_div{
  background: #fff;
  border: 5px solid #D3E2F2;
  display: flex;
  align-items: center;
	padding: 27px 22px;
} 

.hamapri04_div1 {
	position: relative;
	max-width:770px;
	width: 50%;
	z-index:1;
	padding-right: 5%;
}

.hamapri04_div1:before{
	position:absolute;
	content:"";
	width:100%;
	height: calc(100% + 11px);
	background:url(./img/hamapri/co4_bg.svg)no-repeat right;
	right: -6px;
	top: -5.5px;
	background-size:contain;
	z-index:-1;
}


.hamapri04_div2{
	max-width:723px;
	width: 47%;
}

.hamapri04_div .icon{
	max-width:147px;
	width: 22%;
	margin-right: 5%;
}

.hamapri04_div .text_area{
	max-width:476px;
	width: 70%;
}

.hamapri04_div .text_area .title_area{
	display:flex;
	align-items:center;
	padding-bottom:15px;
	border-bottom:1px solid #D1D1D1;
	margin-bottom:15px;
}

.hamapri04_div .text_area .title_area .num{
	width:40px;
	height:37px;
	background:#003399;
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:2.1rem;
	margin-right:8px;
}

.hamapri04_div .text_area .title_area .title{
	font-size:2.2rem;
	color:#003399;
	font-weight:700;
	line-height:1.4545;
}

.hamapri04_div .text_area .text1{
	font-weight:400;
	line-height:1.8125;
}

.w_lec01.price01 .inner {
    padding: 130px 0;
}

.w_lec01.price01 .text2{
	color:#E10E26;
	line-height:1.5;
	padding:9px 16px;
	background:#F4DBDD;
	max-width:max-content;
	margin:10px auto 0;
	font-size:1.3rem;
}

.w_lec01.price01 .sou2{
	bottom:-1%;
}

.price02{
	background:#F2F5F8;
	padding:120px 0 0;
}

.price02_div{
margin-top: 100px;
background: #fff;
}

.price02_div .title_area{
	display:flex;
	align-items:center;
}

.price02_div .title_area .text{
	width:338px;
	background: linear-gradient(to right, #00296B, #00296B ,#006FB9, #006FB9);
	color:#fff;
	font-size:3rem;
	height:87px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
	flex-shrink: 0;
}

.price02_div .title_area .pri{
	height: 87px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #CECECE;
	font-size: 4rem;
	font-weight: 700;
	color: #003399;
	line-height: 1.45;
}

.price02_div .text_area{
	padding: 47px 3% 49px;
	display:flex;
	justify-content:space-between;
}

.price02_div1{
	background:#F2F5F8;
	border:5px solid #D3E2F2;
	width:48%;
	max-width:720px;
	box-shadow:5px 7px 13px #00000029;
	padding: 22px 25px;
}

.price02_div1 .title1{
	font-size: 2.2rem;
	font-weight: 700;
	color: #003399;
	line-height: 1.4545;
	margin-bottom:11px;
}

.price02_div1 .text1{
	line-height:1.8125;
	font-weight:400;
}

.price02_div1 .text1.ind{
	text-indent: -1em;
	padding-left: 1em;
}

.price03{
	background:#F2F5F8;
	padding:120px 0;
}

.price03 .sld_tb_area{
	margin: 100px auto 40px;
	width:100%;
}

.pri_tb1{
	width:100%;
}

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

.pri_tb1 .top_th th{
	background:#003399;
	color:#fff;
	text-align:center;
	height: 87px;
	font-size: 2.5rem;
	border-left: 1px solid #D3E2F2;
	border-bottom: none;
}



.pri_tb1 th:first-child{
	width: 16.25%;
	border-left: 0;
}

.pri_tb1 th{width: 20.9375%;background: #D3E2F2;color: #003399;font-size: 2rem;border-bottom: 1px solid #003399;}

.pri_tb1 td{
	background: #fff;
	height: 180px;
	border-left: 1px solid #003399;
	border-bottom: 1px solid #003399;
	padding: 10px;
}

.pri_tb1 td .img{
}

.pri_tb1 td.s_hgt{
	height:110px!important;
}

.pri_tb1 td.s_hgt2{
	height:110px!important;
}

.pri_tb1 td.b_hgt{
	height:134px!important;
}

.pri_tb1 td.bor_dsh{
	border-bottom: 1px dashed #003399;
}

.pri_tb1 tr:last-child th,
.pri_tb1 tr:last-child td{
	border-bottom:none!important;
}


.pri_tb1 tr th.nobor,
.pri_tb1 tr td.nobor{
	border-bottom:none!important;
}

.pri03_div{
	margin-top:26px;
}

.pri03_div .title1{
	font-size:2.2rem;
	font-weight:700;
	line-height:1.4545
}

.pri03_div .text1{
	margin-top:14px;
	font-weight:400;
	line-height:1.8125;
}

.pri03_div .bold{
	font-weight:600;
}


.price04{
	padding:120px 0;
}

.pri04_text1{
	text-align:center;
	margin: 35px auto 100px;
	font-weight:400;
	line-height:1.8125;
}

.pri04_text2{
	font-weight:400;
	line-height:1.8125;
	margin-top: 30px;
}


.price04 .btn1{
	margin:30px auto 0;
}

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

.pri04_tab li{
	width: 49%;
	max-width:791px;
	padding:17px 19px 11px;
	background:#D3E2F2;
	display:flex;
	align-items:center;
	border-radius: 10px 10px 0 0;
}

.pri04_tab li .text1{
	max-width: 184px;
	width: 30%;
	height: 91px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #003399;
	margin-right: 19px;
	font-size:2rem;
	font-weight:900;
	line-height:1.45;
	color:#003399;
	flex-shrink: 0;
}

.pri04_tab li .text2{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.444;
	color:#003399;
}

.pri04_tab li .text2 .white{
	color:#003399!important;
}

.pri04_tab li.active{
	background:linear-gradient(to bottom,#0094D7,#03095B);
	color:#fff;
}

.pri04_tab li.active .text1{
	background:transparent;
	color:#fff;
	border: 1px solid #fff;
}

.pri04_tab li.active .text2 .white{
	color:#fff!important;
}

.pri04_tab li.active .text2.yellow{
	color:#EAE340!important;
}

.pri04_tab li.active .text2{
	color:#fff;
}

.price04 .sld_tb_area{
	margin-bottom: 33px;
}

.pri04_tb{
	border:5px solid #003399;
	width:100%;
	box-shadow: 5px 7px 13px #00000029;
}

.pri04_tb th,
.pri04_tb td{
	height:92px;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	text-align:center;
}

.pri04_tb tr:first-child th{
	background:#D3E2F2;
}

.pri04_tb tr th:first-child{
	
width: 7.485%;
}

.pri04_tb th{
	background:#F2F5F8;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.4444;
	color:#003399;
}

.pri04_tb td{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	color:#003399;
}

.pri04_tb .text1{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	color:#003399;
}

.pri04_tb .text2{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.4444;
	color:#003399;
}

.pri04_tb .text2 span{
	display:block;
	max-width: max-content;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4615;
	padding: 3px 10px;
	margin: 6px auto 0;
}

.w_lec01.course01 .inner {
    padding: 120px 0 130px;
}

.course02{
    padding: 130px 0;
	background:#F2F5F8;
}

.trial02 .video video{
	width:100%;
}

.course_div{
	margin-top:100px;
}

.course_div > .title_area{
	background: linear-gradient(
135deg, #03095B ,#0094D7);
	padding: 23px 3% 31px;
}

.course_div > .title_area .title{
	font-size: clamp(2.4rem, 3vw, 4rem);
	font-weight:900;
	line-height:1.45;
}

.course_div > .title_area .text{
	line-height: 1.5;
	margin-top: 8px;
	font-weight: 500;
}

.course_div > .cont_area{
	border:5px solid #D3E2F2;
	border-top:0;
	background:#fff;
	padding: 2% 3%;
}

.course02 .course_div > .cont_area,
.course04 .course_div > .cont_area{
	border:5px solid #fff;
}

.course_div1{
	margin-top:51px;
}

.course_div1:first-child{
	margin-top:0px;
}

.course_tit1 {
	padding:4px 0;
	font-size: clamp(1.8rem, 2.4vw, 2.2rem);
	font-weight:700;
	line-height:1.454545;
	border-left:5px solid #003399;
	padding-left:15px;
}

.course_div1 > .text{
	line-height:1.5;
	font-weight:500;
	margin-top:15px;
}

.course_div1 a{
	color:#003399!important;
	text-decoration:underline;
}

.course_list1{
	display:flex;
	justify-content:space-between;
	margin-top:27px;
}


.course_list1 > li{
	max-width:462px;
	width:32%;
	background:#fff;
	box-shadow:5px 7px 13px #00000029;
	border:5px solid #D3E2F2;
	border-top:0;
	padding:67px 25px 16px;
	position:relative;
}

.course_list1 > li .title1{
	background: linear-gradient(135deg, #03095B,#0094D7);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	height:51px;
	position:absolute;
	top:0;
	left:-5px;
	width:calc(100% + 10px);
	background: #0180cb;
}

.course_list1 > li .text_area .img{
	max-width:400px;
	width:100%;
	margin:0 auto;
}

.course_list1 > li .text_area .text1{
	line-height:1.8125;
	font-weight:400;
}

.course_list1 > li .text_area .text2{
	margin-top:8px;
	font-size:2rem;
	font-weight:900;
	line-height:1.45;
}

.course02_tabset{
	margin-top:38px;
}

.course02_tab{
	display:flex;
}

.course02_tab li{
	width:125px;
	height:51px;
	background:#D3E2F2;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:3px;
	font-size:2rem;
	font-weight:900;
	line-height:1.45;
	color:#003399;
	cursor: pointer;
}

.course02_tab li.active{
	color:#fff;
	background:#003399;
}

.course02_item {
	background:#fff;
	border:5px solid #003399;
	padding:27px 22px 33px;
}

.course02_item1{
	margin-bottom:18px;
}

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

.course02_item1 .text1{
	width:87px;
	height:27px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.461;
}

.course02_item1 .text2{
	margin-top:5px;
	font-weight:400;
	line-height:1.8125;
}

.course_list1 > li.long{
	width: 66%;
	max-width: 981px;
}

.course_list2 li{
	display:flex;
	margin-top:14px;
	align-items:flex-start;
}

.course_list2 li .left{
	font-size:1.4rem;
	font-weight:700;
	line-height:1.428;
	width:68px;
	text-align:center;
	margin-right:11px;
	flex-shrink:0;
}

.course_list2 li .right{
	font-weight:400;
	line-height:1.428;
}

.course02 .btn1,
.course04 .btn1{
	margin:50px auto 0;
}

.course03{
	padding:130px 0;
}

.course03_div{
	margin: 23px auto 19px;
	background:#fff;
	border:5px solid #003399;
	padding:27px 22px 33px;
	box-shadow:5px 7px 13px #00000029;
}

.course03_list li{
	margin-bottom:18px;
}

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

.course03_list li .top{
	display:flex;
	align-items:flex-start;
}

.course03_list li .top .text1{
	width:87px;
	height:27px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.461;
	margin-right: 13px;
}

.course03_list li .top .text2{
	font-weight:700;
	font-size: 1.6rem;
	line-height:1.5;
}

.course03_list li .text{
	margin-top:5px;
	font-weight:400;
	line-height:1.625;
}

.course04{
	padding:130px 0 140px;
	background:#F2F5F8;
}

.course03_list2{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	max-width:373px;
	width:100%;
}

.course03_list2 li{
	width: 24%;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.461;
	max-width: 87px;
	margin-bottom: 6px;
}

.course04_text{
	padding:16px 0 27px;
}

.course04_text span{
	font-size:2rem;
	font-weight:900;
	line-height:1.45;
	margin-right:23px;
}

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

.course4_list > li{
	width:48%;
	max-width:769px;
	background: #fff;
	margin-top: 100px;
}

.course4_list > li .course_div{
	margin:0;
}

.course4_list > li .course_list1{
	flex-wrap:wrap;
	margin: 0;
}

.course4_list > li .course_list1 > li{
	width:100%;
	max-width:initial;
	margin-bottom:30px;
	min-height: 157px;
}

.course4_list > li .course_list1 > li:last-child{
	margin-bottom:20px;
}

.flow01{
	padding:100px 0 130px;
	background:#F2F5F8;
}

.flow01 .w_lec02_list1 > li:first-child{
	margin-top:0;
}


.flow01 .w_lec02_list1 > li{
	margin-top:120px;
	position:relative;
}

.flow01 .w_lec02_list1 > li:before{
	position:absolute;
	content:"";
	width:190px;
	height:37px;
	background:url(./img/flow/tri.svg)no-repeat;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	bottom:-78px;
}

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

.flow01 .w_lec02_list1 > li .cont_area > .text{
	margin:0;
}

.flow_btn_flex{
	display:flex;
	justify-content:space-between;
	margin:50px auto 0;
}

.w_lec02_list1 > li .flow_btn_flex .btn1{
	width:48%;
	max-width:728px;
}

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

.flow_flex1 .text{
	max-width:544px;
	width: 40%;
}

.flow_flex_div{
	background:#F2F5F8;
	max-width:859px;
	width: 58%;
	padding: 27px 32px 35px;
}

.flow_flex_div .title1{
	font-size:2.2rem;
	font-weight:700;
	line-height:1.4545;
	color:#003399;
}

.flow_flex_div .flex1{
	margin-top:17px;
	max-width:540px;
	width:100%;
}

.flow_div1{
	background:#F2F5F8;
	padding:27px;
	margin:32px 0 20px;
	font-weight:700;
}

.flow01 .inner > .btn1{
	margin: 70px auto 120px;
}


.w_lec01.trial01 .inner {
    padding: 120px 0 155px;
}

.w_lec01.trial01 .sou2{
	bottom:-1%;
}

.trial02{
	background:#F2F5F8;
	padding:120px 0 130px;
}

.trial02 .text1{
	text-align:center;
	margin:30px auto;
	line-height:1.75;
}

.trial02 .text2{
	max-width:max-content;
	background:#F4DBDD;
	color:#E10E26;
	margin:0 auto 70px;
	padding:9px 16px;
	line-height:1.75;
}

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

.tri02_tab li{
	width: 32.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #003399;
	box-shadow: 0 6px 0 #0B2F77;
	height: 90px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff !important;
	border-radius: 50px;
	position: relative;
	transition: .4s;
	text-align: center;
	margin-bottom: 35px;
	max-width: 514px;
	font-size: clamp(1.6rem,1.4vw,2.5rem);
}

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


.tri02_tab li a{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	width:100%;
	height:100%;
}

.tri02_tab li:hover{
	opacity:1;
	box-shadow:0 0px 0 #0B2F77;
	transform:translateY(6px);
}

.tri02_tab li.active{
	opacity:0.7;
	box-shadow:0 0px 0 #0B2F77;
	transform:translateY(6px);
}

.tri02_panel{
	margin-top:95px;
}

.tri02_item{
	max-width:1000px;
	margin:0 auto;
	width:100%;
}

.tri02_item .text{
	margin-top:40px;
}

.trial03{
	padding:130px 0 0;
}

.trial03_div{
	background:#fff;
	border:4px solid #D3E2F2;
	box-shadow:5px 7px 13px #00000029;
	padding: 2.688% 4.375% 1.875% 2.688%;
	display:flex;
	justify-content:space-between;
}

.trial03_div .text_area{
	max-width:856px;
	width: 58%;
}

.trial03_div .img{
	max-width:486px;
	width:40%;
}

.trial03_div .text_area .artTit1{
	font-size: clamp(2.2rem, 2vw, 4rem);
}

.trial03_div .text_area .text1{
	margin:25px 0 0;
	line-height:1.75;
}

.trial03_div .text_area .text2{
	margin:35px 0 0;
	font-size:1.4rem;
	font-weight:400;
	line-height:1.4285;
}


.trial04{
	padding:130px 0 130px;
}

.trial04 .btn1{
	margin:70px auto 0;
}

.trial04_list{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.trial04_list li{
	height: 21.4vw;
	width: 34%;
	max-width: 516px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-height: 330px;
	padding: 0 2%;
}

.trial04_list li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/freetrial/co4_bg1.png)no-repeat;
	background-size:contain;
	z-index:-1;
	top:0;
	left:0;
	filter:drop-shadow(5px 7px 13px #00000029);
}

.trial04_list li:last-child{
	max-width: 461px;
	width: 30%;
}

.trial04_list li:last-child:before{
	background:url(./img/freetrial/co4_bg2.png)no-repeat;
	background-size:contain;
}

.trial04_list li .img{
	margin: 0 auto 5.235%;
	width: 30%;
	max-width: 147px;
}

.trial04_list li:last-child .img{
	width: 33%;
}

.trial04_list li .text_area{
	display: flex;
	align-items: flex-start;
}

.trial04_list li .text_area .num{
	width: 3vw;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	background: #003399;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	max-width: 40px;
	max-height: 37px;
	font-size: clamp(1.4rem, 1.4vw, 2.1rem);
}

.trial04_list li .text_area .title{
	font-size: clamp(1.4rem,1.5vw,2.2rem);
	line-height: 1.45454545;
	font-weight: 700;
	color: #003399;
	min-height: 64px;
}


.w_lec01.home_en01 .inner {
    padding: 120px 0 155px;
}

.w_lec01.home_en01 .sou2{
	bottom:-1%;
}

.w_lec01.home_en01 .text2{
    color:#E10E26;
     line-height:1.5;
    padding:9px 16px;
    background:#F4DBDD;
    max-width:max-content;
    margin:10px auto 0;
     font-size:1.3rem;
}

.w_lec01.home_en01 .text2 span.bold{
	font-weight: 600;
}

.home_en02{
	padding:130px 0;
	background:#F2F5F8;
}

.home_en02 .title{
	max-width:1056px;
	margin:25px auto 0;
	width:100%;
	border-top:1px solid #C9C9C9;
	padding-top:25px;
	color:#003399;
	font-size: clamp(2rem,3vw,2.5rem);
	text-align: center;
}

.home_en02 .text1{
	margin:17px auto 0;
	line-height:1.75;
	text-align:center;
}

.home_en03{
	padding:130px 0;
}

.home_en03_list{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.home_en03_list li{
	height: 29.5vw;
	width: 26%;
	max-width: 385px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	max-height: 467px;
	padding: 2.5% 2% 0;
}

.home_en03_list li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/home_entrance/co3_bg1.png)no-repeat;
	background-size:contain;
	z-index:-1;
	top:0;
	left:0;
	filter:drop-shadow(5px 7px 13px #00000029);
}

.home_en03_list li:last-child{
	max-width: 370px;
	width: 26%;
	height: 28.8vw;
}

.home_en03_list li:last-child:before{
	background:url(./img/home_entrance/co3_bg2.png)no-repeat;
	background-size:contain;
}

.home_en03_list li .img{
	margin: 0 auto 5.235%;
	width: 41%;
	max-width: 147px;
}

.home_en03_list li:last-child .img{
	width: 43%;
}

.home_en03_list li .text_area{
	max-width:310px;
	width:100%;
	margin:0 auto;
}

.home_en03_list li .text_area .title_area{
	display: flex;
	align-items: center;
	padding-bottom: 4.84%;
	margin-bottom: 4.84%;
	border-bottom: 1px solid #D1D1D1;
}

.home_en03_list li:nth-child(3) .text_area .title_area{
	align-items: center;
}

.home_en03_list li .text_area .title_area .num{
	width: 3vw;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4.52%;
	background: #003399;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	max-width: 40px;
	max-height: 37px;
	font-size: clamp(1.4rem, 1.4vw, 2.1rem);
}

.home_en03_list li .text_area .title_area .title{
	font-size: clamp(1.4rem,1.5vw,2.2rem);
	line-height: 1.45454545;
	font-weight: 700;
	color: #003399;
	min-height: 64px;
	display: flex;
	align-items: center;
}


.home_en03_list li .text_area .text1{
	line-height:1.8125;
	font-weight:400;
	font-size: clamp(1.3rem, 1.1vw, 1.6rem);
}

.home_en03 .btn1{
	margin:70px auto 0px;
}

.home_en04{
	padding:130px 0;
	background:#F2F5F8;
}

.home_en04 .inner > .text{
	margin:30px auto 50px;
	line-height:1.75;
	text-align:center;
}

.home_en04_div{
	background:#fff;
	border:4px solid #D3E2F2;
	padding: 3.5% 2.688%;
}

.home_en04 .btn1{
	margin:70px auto 0px;
}

.home_en04_div1{
	background:#F2F5F8;
	padding:25px 27px;
	margin-top:35px;
	font-weight:400;
	line-height:1.4285;
}

.home_en04_div1 .link_btn{
	color:#003399;
	text-decoration:underline;
	font-weight:500;
}

.w_lec01.support01 .inner {
    padding: 120px 0 100px;
}

.w_lec01.support01 .sou2{
	bottom:-1%;
}

.support02{
	padding:130px 0;
	background:#F2F5F8;
}

.support02 .sup_text1{
	line-height:1.75;
	margin:27px auto 50px;
	text-align:center;
}

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

.support02 .link_btn{
	color:#003399;
	text-decoration:underline;
	font-weight:500;
}


/* 矢印 */
.slider_arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
	max-width:1683px;
	width:95%;
	margin:0 auto;
	right:0;
}

.slider_arrow .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: all;
}

.slider_arrow .arrow:first-child {
    left: 0px;
}

.slider_arrow .arrow:last-child {
    right: 0px;
}

.sup_sld{
	width: 93.6%;
	margin:0 auto;
}

.sup_sld .name{
	margin:35px auto 0;
	max-width:max-content;
	background:#FFFFFF;
	border:2px solid #003399;
	color:#003399;
	font-size:2.5rem;
	line-height:1;
	min-width:320px;
	text-align:center;
	height:51px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
}

.support02 .course_div{
	margin-top:130px;
}

.support02 .course_div > .title_area{
	text-align:center;
}


.support02 .course_div > .title_area .title {
    font-size: clamp(2rem, 3vw, 3.5rem);
}

.support02 .course_div > .cont_area {
    padding: 3.125% 2.688% 3.375%;
	border: 4px solid #D3E2F2;
	border-top:none;
}

.sup02_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:-38px auto 0;
}

.sup02_list1 li{
	width:48%;
	max-width:713px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:38px;
}

.sup02_list1 li .num{
	width:73px;
	height:67px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:3.7rem;
	line-height:1;
	color:#fff;
	background:#003399;
	flex-shrink: 0;
	margin-right: 20px;
}

.sup02_list1 li .text_area{
	max-width:620px;
	width: 87%;
}

.sup02_list1 li .text_area .title1{
    font-size: clamp(1.8rem, 2.2vw, 2.2rem);
    color:#003399;
    font-weight:700;
    line-height:1.4545;
}

.sup02_list1 li .text_area .text1{
	margin-top:9px;
	line-height:1.75;
	font-weight:500;
}

.support02 .btn1{
	margin:70px auto 0;
}

.support03{
	padding:130px 0;
}

.support03 .inner{
	max-width:1500px;
}

.support03 .text{
	text-align:center;
	margin:27px auto 0;
	line-height:1.75;
	font-weight:500;
}

.support03 .w_sch_bene02_list2 li{
	max-width:450px;
	padding: 121px 2.2% 31px;
	border: 4px solid #D3E2F2;
}

.sup03_div1{
	margin-top:24px;
	background:#F2F5F8;
	padding:14px 17px 17px;
}

.sup03_div1 .text2{
	font-weight:700;
	color:#003399;
	margin-bottom:13px;
}

.support03 .w_sch_bene02_list2 li .title2{
    font-size: clamp(2rem, 2.4vw, 2.2rem);
    color:#003399;
    font-weight:700;
    line-height:1.4545;
    margin-bottom:13px;
}

.support03 .w_sch_bene02_list2 li .text1.matop{
	margin-top:30px;
}

.support03 .btn1{
	margin:70px auto 0;
}

.support03 .course_div > .title_area {
	position:relative;
	padding: 30px 3%;
	padding-left: 77px;
}

.support03 .course_div > .title_area .title{
    font-size: 2.5rem;
	font-weight:700;
}


.support03 .course_div > .title_area .ab_text {
    position: absolute;
    top: -26px;
    left: -47px;
    width: 99px;
    height: 99px;
    background: #EAE340;
    color: #003399;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.428;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.support03 .course_div > .title_area .ab_text.ab_text_yu{
    background: #0080CB;
    color: #EAE340;
}

.support03 .course_div > .cont_area{
	padding:30px;
}

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

.sup03_div .left{
	max-width:758px;
	width: 49%;
}

.sup03_div .right{
	max-width:758px;
	width: 49%;
}

.sup03_div .left .text1{
	line-height:1.8125;
	font-weight:400;
}

.sup03_div2{
	padding:20px 17px;
	background:#F2F5F8;
	line-height:1.8125;
	font-weight:400;
	margin-top:30px;
}


.sup_tb{
	width:100%;
}

.sup_tb th,
.sup_tb td{
	text-align:center;
	border-left: 1px solid #003399;
}

.sup_tb tr:first-child th{
	background:#003399;
	color:#fff;
	text-align:center;
	height: 135px;
    font-size: clamp(1.6rem, 1.6vw, 2.2rem);
	border-left: 1px solid #D3E2F2;
	border-bottom: none;
}

.sup_tb tr:first-child th:first-child{
	border-left: 1px solid #003399;
}


.sup_tb th:first-child{
	width: 22.55%;
}

.sup_tb th{background: #D3E2F2;color: #003399;border-bottom: 1px solid #003399;font-size: clamp(1.5rem, 1.6vw, 1.8rem);}

.sup_tb td{
	background: #fff;
	height: 100px;
	border-bottom: 1px solid #003399;
	padding: 5px;
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	font-weight: 700;
	color: #003399;
}


.sup_tb td.td1{
	width: 22%;
}

.sup_tb td.td2{
	width: 15%;
}

.sup_tb td.bodsh{
	position:relative;
	border-bottom:none;
}

.sup_tb td.bodsh:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	border-bottom: 1px dashed #003399;
	top:0;
	left:0;
}


.sup_tb tr th.nobor,
.sup_tb tr td.nobor{
	border-bottom:none!important;
}

.sup_tb td:last-child {
	border-right: 1px solid #003399;
}


.sup03_div .right .text1{
	margin-top:13px;
	font-weight:400;
}

.support03 .course_div {
    margin-top: 70px;
	box-shadow:5px 7px 13px #00000029;
}

.support04{
	padding:130px 0;
	background:#F2F5F8;
}

.support04 .w_sch_bene02_list2{
	margin:66px auto 0;
	max-width: 1500px;
	width: 100%;
}

.support04 .w_sch_bene02_list2 li{
	width:48%;
	max-width: 713px;
	border: 4px solid #D3E2F2;
}

.support04 .w_sch_bene02_list2 li .title_area2{
	width: calc(100% + 8px);
	left: -4px;
	top: -4px;
}

.support04 .w_sch_bene02_list2 li .ab_text{
	width: 99px;
	height: 99px;
	left: -6.68%;
	top: -26px;
	font-size: 2.8rem;
}

.support04 .w_sch_bene02_list2 li .title_area2 .title1 span{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
.support04 {
    padding: 80px 0;
}

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

.news_cate_list1 li{
width: 13.438%;
margin-right: 0.989%;
	margin-bottom:25px;
}
.news_cate_list1 li:nth-child(7n+7){
margin-right: 0%;
}


.news_cate_list1 li a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	background:#003399;
	color:#fff;
	height:64px;
	border-radius:45px;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	transition:.4s;
}

.news_cate_list1 li a.active{
	opacity:0.7;
}

.news_tag_area{
	background:#F2F5F8;
	margin-top: 65px;
}

.news_tag_area .title_area{
    padding: 25px 47px;
    background: linear-gradient(to left, #006FB9, #006FB9, #00296B, #00296B);
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.news_tag_area .cont_area{
	background:#F2F5F8;
	border:4px solid #D3E2F2;
	border-top:0;
	padding: 3.75% 2.688% 7.875%;
}

.news_tag_cont1{
	margin-bottom: 3.321%;
	background: #FFFFFF;
}

.news_tag_cont1 .open_cont {
    padding: 16px 27px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.466667;
}

.news_tag_cont1 .open_cont .title1{
	display:flex;
	align-items:center;
}

.news_tag_cont1 .open_cont .title1 span{
	display:block;
	margin-left: 50px;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
}

.news_tag_cont1 .hide_cont{
	border:5px solid #D3E2F2;
	border-top:none;
	padding: 33px 1.461% 33px;
}

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

.news_tag_list1 > li{
	border:2px solid #003399;
	background:#fff;
	border-radius:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 13.43%;
	margin-right: 0.998333%;
	color:#003399;
	font-size:1.8rem;
	font-weight:700;
	transition:.4s;
	margin-bottom:18px;
	padding: 19px 0;
	line-height: 1.2;
	text-align: center;
}


.news_tag_list1 > li label{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}


.news_tag_list1 > li label input{
	display:none;
}

.news_tag_list1 > li:hover,
.news_tag_list1 > li.active2,
.news_tag_list1 > li:has(input:checked){
	background:#003399;
	color:#fff;
}


.news_tag_list1 > li:nth-child(7n+7){
	margin-right:0;
}

.news_tag_list li .open_cont2{
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 29px;
	font-size: 2.5rem;
	font-weight: 900;
	color: #003399;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_tag_list li .hide_cont2{
	padding-top:35px;
}

.news_tag_list li .hide_cont2 .hide_news_cont{
	padding-bottom:32px;
}

.hide_news_cont .tit{
	font-size:2.4rem;
	font-weight:700;
	line-height:1.458333;
	margin-bottom:25px;
}

.news_tag_list > li{
	margin-bottom: 34px;
}

.tag_send_area{
	display:flex;
	justify-content:space-between;
	margin:70px auto 0;
	max-width:1258px;
	width:100%;
}

.tag_send_area .btn1{
	width:49%;
}

.news_main_area .top{
	padding:130px 0 20px;
	border-bottom:1px solid #C9C9C9;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
}

.news_list1 > li{
	position:relative;
	margin-top:50px;
	border:5px solid #D3E2F2;
	box-shadow: 5px 7px 13px #00000029;
}

.news_list1 > li a{display:flex;justify-content:space-between;padding: 2.516% 2.642%;align-items: center;}


.news_list1 > li .topic{
	position:absolute;
	background: #EAE340;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	color: #003399;
	width: 170px;
	height: 36px;
	border-radius: 20px;
	top: -18px;
	left: 34px;
}

.news_list1 > li a .img{
	max-width:170px;
	width: 13%;
	max-height: 161px;
	height: 11vw;
}

.news_list1 > li a .text_area{
	max-width:1291px;
	width: 86%;
}

.news_list1 > li a .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.news_list1 > li a .text_area .title{
	font-size:2.5rem;
	color:#003399;
	font-weight:700;
	line-height:1.44;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news_list2{
	margin-top:13px;
	border-top:1px solid #C9C9C9;
	padding-top:3px;
}

.news_list2 li{
	margin-top:10px;
	display:flex;
	flex-wrap:wrap;
	font-weight:700;
	line-height:1.5;
}


.news_list2 li .left{
	width:80px;
	flex-shrink:0;
}

.news_list2 li .cen{
	margin:0 20px;
	flex-shrink:0;
}

.pnkuzu_area.no_cover{
	margin:111px auto 0;
}

.news02{
	padding:108px 0 130px;
}

.news02 .inner > .title_area{
	padding-bottom: 26px;
	margin-bottom:35px;
	border-bottom:1px solid #C9C9C9;
}


.news02 .title_area .cate_area{
	display:flex;
	margin-top:32px;
}

.news02 .title_area .cate_area .text{
	margin-right:8px;
	flex-shrink: 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4545;
}

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

.naes_det_cate_list1 li{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#003399;
	color:#fff;
	min-width:86px;
	min-height:28px;
	border-radius:45px;
	margin-right:8px;
	font-weight:700;
	line-height:1.5;
	margin-bottom: 8px;
}

.news_det_list1{
	margin-top:70px;
}

.news_det_list1 li{
	display:flex;
}

.news_det_list1 li .left{
	background:#003399;
	border-bottom:1px solid #D3E2F2;
	color:#fff;
	width: 16.813%;
	flex-shrink:0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.news_det_list1 li .left p{
	font-size: 2rem;
	font-weight: 700;
	margin:0;
}

.news_det_list1 li .right{
	background:#fff;
	border-bottom:1px solid #003399;
	width:100%;
	border-right:1px solid #003399;
	padding: 2.313% 2.938%;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	font-weight: 700;
	line-height: 1.444;
}


.news_det_list1 li .right p{
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	font-weight: 700;
	line-height: 1.444;
	margin:0;
}

.news_det_list1 li:first-child .left,
.news_det_list1 li:first-child .right{
	border-top:1px solid #003399;
}

.news02_div.price02_div{
	background: #F2F5F8;
	border-right: 5px solid #D3E2F2;
	border-bottom: 5px solid #D3E2F2;
	border-left: 5px solid #D3E2F2;
}

.news02_div.price02_div .title_area{
	
}

.news02_div.price02_div .title_area .text{
	height: 105px;
	font-size: 4rem;
	margin-left: -5px;
}

.news02_div.price02_div .title_area .pri{
	justify-content: flex-start;
	border-top: 5px solid #D3E2F2;
	background: #ffffff;
	padding-left: 70px;
	height: 105px;
	font-size: 3rem;
}

.news02_div.price02_div .text_area{
	padding: 60px 2.642%;
}

.news02 .back.btn1{
	margin:70px auto 0;
}

.news02 .back.btn1:before{
	background: url(./img/news/back_btn.svg) no-repeat;
	background-size: contain;
	right:auto;
	left: 25px;
}

.news02_div1{
	border: 4px solid #D3E2F2;
	background:#fff;
	box-shadow:5px 7px 13px #00000029;
	width: 48%;
	padding: 43px 15px 41px;
}

.news02_div1 .title1{
	padding-bottom:28px;
	margin-bottom:30px;
	position:relative;
	font-size: clamp(1.6rem, 2vw, 2.5rem);
	line-height:1.44;
	text-align:center;
	color:#003399;
}

.news02_div1 .title1:before{
	position:absolute;
	content:"";
	width:60px;
	height:1px;
	background:#003399;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.news02_div1 .btn1{
	margin:0 auto;
	max-width:604px;
}

.news02_div1 .text1{
	color:#E10E26;
	line-height:1.5;
	padding:9px 16px;
	background:#F4DBDD;
	max-width:max-content;
	margin:34px auto 0;
	font-weight:500;
}

.news02_div1 .text2{
	margin-top:30px;
	text-align: center;
	font-weight:500;
}

.news02_div1 .text2 .link_btn{
	color:#003399;
	text-decoration:underline;
	font-weight:700;
}

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

.contact01 .flex{
	max-width:1274px;
	margin:0 auto;
	width:100%;
}

.contact01 .flex .btn1{
height: 122px;
border-radius: 122px;
font-size: 3rem;
	width:49%;
}

.contact01 .flex .btn1.bgred{
	background: #E10E26;
	flex-direction:column;
	box-shadow: 0 7px 0 #901422;
}

.contact01 .flex .btn1.bgred span{
	font-size:1.5rem;
	color:#003399;
	font-weight:700;
	padding:10px 21px 9px;
	line-height:1.4;
	margin-top:4px;
}

.contact01 .flex .btn1.bgred:hover {
	box-shadow: 0 0px 0 #901422;
}

.column01{
	padding:95px 0 155px;
}

.column_flex{
	display:flex;
	justify-content:space-between;
	max-width:1508px;
	width:100%;
	margin:0 auto;
}

.column_flex .main_cont{
	max-width:967px;
	width: 68%;
	border-top:5px solid #00296B;
}

.column_flex .side_cont{
	max-width: 450px;
	width: 30%;
}

.column_flex .detail_area{
	padding-top:50px;
}

.column_flex .main_cont > .title1{
	padding:24px 15px 18px;
	border-bottom:1px solid #CECECE;
	color:#003399;
	font-size: clamp(2.4rem, 2.4vw, 3rem);
	font-weight:700;
	line-height:1.46666;
}

.col_list1 li a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:30px 0;
	border-bottom:1px solid #CECECE;
	padding-right: 9.825%;
	position: relative;
	transition: .4s;
}


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

.col_list1 li a .img{
	max-width:268px;
	width: 31%;
	height: 13vw;
	max-height: 190px;
}

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


.col_list1 li a .text_area{
	max-width: 571px;
	width: 66%;
}

.col_cate_list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:5px;
}

.col_cate_list li{
	margin-bottom:5px;
	margin-right:15px;
	background: linear-gradient(to right, #00296B, #00296B ,#006FB9, #006FB9);
	color:#fff;
	padding:3px 10px;
	font-size: 1.5rem;
	font-weight:700;
	line-height:1.4;
}

.col_list1 li a .text_area .title{
	font-size: clamp(1.6rem, 2vw, 2.5rem);
	line-height:1.6;
	font-weight:700;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.column_flex .main_cont .pagination-list {
    margin: 39px auto 0;
}

.col_cate_div{
	margin-bottom: 88px;
}

.col_cate_div .title{
	padding:21px 35px;
	color:#fff;
	font-size: clamp(2.2rem, 2.2vw, 3rem);
	font-weight:700;
	line-height:1.4667;
}

.col_cate_list1 li{
	padding:25px 0px 25px 16px;
	border-bottom:1px solid #CECECE;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.444;
}

.col_cate_list2{
	margin-top: 2px;
	display:flex;
	flex-wrap:wrap;
}

.col_cate_list2 li{
	margin-top:25px;
	margin-right:35px;
}

.col_cate_list2 li a{
	display:flex;
	align-items:center;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.444;
}

.col_cate_list2 li span{
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	padding:3px 10px;
	background:#D3E2F2;
	margin-left:10px;
}

.det_div1{
	background:#F2F5F8;
	border:5px solid #D3E2F2;
	padding:30px;
	margin-bottom:50px;
}


.detail_area .det_div1 p{
	margin: 0;
}

.detail_area .btn1{
	margin:0 auto 70px;
}


.detail_area2 img{
	margin-bottom: 35px;
	width: revert-layer;
}

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

.detail_area2 p{
	margin-bottom:25px;
	font-size: clamp(1.5rem,2.3vw,1.6rem);
	line-height:1.75;
}

.detail_area2 h2{
	margin-bottom:25px;
	padding-left: 15px;
	font-size: clamp(2.4rem,3vw,3.5rem);
	font-weight:700;
	line-height: 1.4545;
	border-left:5px solid;
	color: #003399;
}

.detail_area2 h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:700;
	line-height: 1.4545;
	color: #003399;
}

.detail_area2 h4{
	margin-bottom:12px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	font-weight:700;
	line-height: 1.4545;
	color: #003399;
}

.detail_area ul{
	margin-bottom:46px;
}

.detail_area ul li{
	position:relative;
	margin-bottom:19px;
	padding-left:27px;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
}

.detail_area ul li:before{
	position:absolute;
	content:"";
	width:15px;
	height:15px;
	top:7px;
	left:0;
	background:linear-gradient(135deg,#03095B ,#0094D7);
	border-radius:50%;
}

.detail_area a{
	color:#003399;
}

.auth_name{
	color:#003399;
	font-size:2.5rem;
	font-weight:700;
	line-height:1.44;
}

.det_col_cate_area{
	margin-top:30px;
	display:flex;
	background:#F2F5F8;
	padding: 19px 27px 8px;
}

.det_col_cate_area > .text{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	color:#003399;
	flex-shrink: 0;
}

.sche01{
	padding:120px 0 190px;
}

.sche01 .mainTit2{
	text-align:center;
	margin-bottom:43px;
}

.sche01 .text{
	text-align:center;
	line-height:1.75;
	font-weight:500;
}

.sche01 .flex{
	align-items:center;
	margin-top:85px;
}

.sche01_div1{
	background:#fff;
	border:1px solid #E6E6E6;
	box-shadow:5px 7px 13px #00000029;
	width: 66.25%;
}

.sche01_div1 .title_area{
	color:#fff;
	padding: 26px 4.538% 25px;
	font-size: clamp(2rem, 2vw, 2.5rem);
	line-height:1.44;
	font-weight:700;
}

.sche01_div1 .cont_area{
	padding: 4.254% 6.145% 3.12% 4.538%;
	display:flex;
	justify-content:space-between;
}

.sche01_div1 .cont_area .text_area{
	max-width:449px;
	width: 53%;
}

.sche01_div1 .cont_area .img{
	max-width:419px;
	width: 45%;
}

.sche01_list1 li{
	margin-bottom:34px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.857;
}

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

.sche01_list1 li .title_area2{
	display:flex;
	align-items:center;
	margin-bottom: 6px;
}


.sche01_list1 li .title_area2 .step{
	background:#66C5FB;
	color:#fff;
	padding: 3px 11px 3px;
	font-weight:700;
	line-height:1.5;
	display: flex;
	font-size: clamp(1.4rem,1.4vw, 1.6rem);
	align-items: self-end;
}

.sche01_list1 li .title_area2 .step span{
	font-size: clamp(2.4rem, 2.4vw, 2.7rem);
	font-weight:700;
	line-height: 1;
	margin-left:8px;
}

.sche01_list1 li:nth-child(2) .title_area2 .step{
	background:#0080CB;
}

.sche01_list1 li:nth-child(3) .title_area2 .step{
	background:#0080CB;
}

.sche01_list1 li .title_area2 .title2{
	font-size:2.2rem;
	font-weight:700;
	line-height:1.4545;
	color:#003399;
	font-size: clamp(1.6rem, 1.4vw, 2.2rem);
}

.sche01_div2{
	width: 27.563%;
	background:#fff;
	border:1px solid #FFFFFF;
	box-shadow: 5px 7px 13px #00000029;
}

.sche01_div2 .title_area{
	background:#0080CB;
	padding: 26px 11.165% 25px;
	font-size: clamp(2rem, 2vw, 2.5rem);
	line-height:1.44;
	font-weight:700;
}

.sche01_div2 .cont_area{
	padding: 5.924% 8.204% 11.39%;
}

.sche01_div2 .cont_area .text1{
	font-size: clamp(1.6rem, 1.4vw, 2.2rem);
	font-weight:700;
	line-height:1.4545;
	color:#003399
}

.sche01_div2 .cont_area .text2{
	font-size:1.4rem;
	margin-top: 10.63%;
	font-weight:500;
	padding-left: 4%;
}

.sche01 .flex .plus_cen{
	width: 3.907%;
	flex-shrink: 0;
	margin: 0 auto;
	text-align: center;
}

.sche02{
	background:#F2F5F8;
	padding:120px 0 150px;
}

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

.sche02_cont1{
	margin-top:100px;
	box-shadow: 5px 7px 13px #00000029;
}

.sche02_cont1 .open_cont .title1{
	font-size:3.5rem;
	font-size: clamp(2rem,2.4vw,3.5rem);
}

.sche02_cont1 .hide_cont{
	background: #fff;
	border:1px solid #FFFFFF;
}

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

.sche02_cont11 .left{
	max-width: 467px;
	width: 34%;
}

.sche02_cont11 .right{
	max-width:978px;
	width: 64%;
}

.sche02_cont11 .right .point{
	background:#EAE340;
	color:#003399;
	font-size:1.8rem;
	font-weight:700;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	height:38px;
	width:135px;
	margin-bottom:18px;
}

.sche02_cont11 .right .text1{
	font-weight:500;
	line-height:1.9375;
}

.sche02_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:810px;
	width:100%;
	margin-top:7px;
}

.sche02_list1 li{
	width: 48%;
	margin-top:25px;
	max-width:390px;
}

.sche02_list1 li .btn1{
	height:59px;
	font-size:1.8rem;
	padding-right: 28px;
	font-size: clamp(1.4rem,1.3vw,1.8rem);
}

.sche02_list1 li .btn1:before{
	width:26px;
	height:26px;
	right: 20px;
}

.sche_tb{
	border:5px solid #003399;
	width: 100%;
}

.sche_tb th,
.sche_tb td{
	border-bottom:1px solid #003399;
}

.sche_tb th{
width: 69px;
height: 74px;
background: #F2F5F8;
font-size: 1.8rem;
font-weight: 700;
line-height: 1;
}

.sche_tb td{
	border-left:1px solid #003399;
	padding-top:14px;
	padding-left: 5.473%;
	padding-bottom:11px;
}

.sche_tb td .text1{
	font-weight:700;
	font-size:1.6rem;
	color:#003399;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	line-height: 1.5;
}

.sche_tb td .text1 .span1{
	color:#fff;
	padding:3px 10px;
	margin:0 5px;
	font-family: "Noto Sans JP", sans-serif!important;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4615;
}

.sche_tb td .text1 .small{
	font-size:1.3rem;
	font-weight:700;
}

.sche02 .inner > .btn1,
.sche02 .inner > .add_btn_flex{
	margin: 100px auto 0;
}

.btn1 input{
	width:100%;
	height:100%;
	background:none!important;
	border:none!important;
}

.btn1.white input{
	color:#fff;
}

.modal .btn_area .btn_flex{
	display:flex;
	justify-content:space-between;
	max-width:1250px;
	width:100%;
	margin:0 auto;
}

.modal .btn_area .btn_flex .btn1{
	width:49%;
}

.w_lec02_list1{
	margin-bottom:60px;
}

.add_btn_flex{
	display:flex;
	justify-content:space-between;
	max-width:1250px;
	width:100%;
	margin:0 auto;
}

.add_btn_flex .btn1{
	width:49%;
}

.trial02 .course_div > .title_area{
	padding: 2.6% 4.9%;
}

.trial02 .course_div > .title_area .title{
	font-size: clamp(2rem, 2.4vw, 2.5rem);
}

.tri_vd_div .title1{
	background: #0080CB;
	color: #fff;
	max-width: max-content;
	width: 100%;
	padding: 4px 10px;
	margin-bottom: 7px;
	font-weight: 700;
}


.tri_vd_div .text1a{
	font-size:1.4rem;
	line-height:1.857;
	font-weight:500;
}

.tri_vd_div .text1a.matop{
	margin-top:21px;
}

.tri_vd_div .img{
	margin-top:12px;
/* 	margin-left:18px; */
	max-width:399px;
	width:100%;
}

.tri_vd_div .text2a{
	margin-top: 12px;
	margin-left:18px;
	font-size:1.4rem;
	line-height:1.857;
	font-weight:500;
}

.trial02 .course_div > .cont_area{
	padding: 3.3% 4.9% 2.8%;
}


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


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

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

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


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

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

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



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

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

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





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

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

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



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

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

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

.co2_list1 li {
    padding: 29px 20px 11px;
    min-height: 320px;
}
	
	.co2_list1 li .top .text_area .count_cont .count{
		min-height: 133px;
	}


.co2_list1 li.small {
    padding: 30px 16px 14px;
    min-height: 340px;
}

.co2_list1 li.small .top .text_area .count_cont .count{
	/* min-height: 98px; */
}

.co2_list1 li .box .text1 {
    font-size: 1.5rem;
}

.co2_list1 li.small .box {
    padding: 10px;
    min-height: initial;
}

.co2_list1 li.small .bot .img{
	height: 8vw;
}

.contact_list1 li a .img {
    margin-right: 5%;
}

.contact_list1 li a .text_area .text1 {
	text-align:left;
	padding-left:5%;
}

.ft_list1 li {
    padding-left: 16px;
    margin-bottom: 10px;
}
	
.ft_list1 li.parent {
    padding-left: 16px;
}

.ft_list1 li.parent:before{
	width:12px;
	height:12px;
	top:7px;
}

.home_en03_list li .text_area .title_area .title{min-height: initial;}



.modal .btn_area .btn_flex .btn1{
	font-size:2rem;
}

.add_btn_flex .btn1{
	font-size:2rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.nav_list1 .hd_open{
    font-size: 1.5rem;
}
	
header {
    padding: 0 1% 0;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.co2_list1 li .top .img1 {
    margin-left: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 5%;
}
.co2_list1 li .top .img3 {
    margin-left: 8%;
    width: 38%;
}


    .co2_list1 li .top .text_area .count_cont .count {
        min-height: 114px;
    }

.co4_list1 li .title_area{
}

.co4_list1 li .title_area .num{
	width: 60px;
	font-size:1.5rem;
}

.co4_list1 li .title_area .num span{
	font-size:4rem;
}

.co4_list1 li .title_area .title {
    margin-left: 2%;
}

.co4_div11 {
    padding: 3.688% 1% 3.125%;
}

.co4_div11:before{
	left: 92%;
}

.ft_list1 {
    width: 33.3333%!important;
    padding-top: 40px;
}

.btn1:before {
    width: 31px;
    height: 31px;
	right:20px;
}

	.news02 .back.btn1:before{
		left:20px;
	}

.btn1.gaibu:before{
    width: 21px;
    height: 21px;
	right:22px;
}

.modal_close {
    top: -20px;
    right: -30px;
    width: 60px;
    height: 60px;
}

.w_sch_bene02_list2 li{
	width: 32%;
}


.hd_hide_list li{
	margin-left:40px;
}

.hd_hide_list li a{
	font-size:1.6rem;
}

.w_lec02_list1 > li .flow_btn_flex .btn1{
	font-size: 2rem;
	height: 80px;
}

.tri02_tab li {
    width: 49%;
    max-width:initial;
    font-size: clamp(1.6rem, 2.4vw, 2.5rem);
    height: 80px;
}

.tri02_tab li:before {
    width: 31px;
    height: 31px;
    right: 10px;
}

.home_en03_list li .text_area .title_area {
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.home_en03_list li .text_area .title_area .num{
	margin-right:2%;
}

.home_en03_list li{
	padding: 1% 2% 0;
}



.support03 .course_div > .title_area .ab_text {
    left: -20px;
    width: 80px;
    height: 80px;
    font-size: 2.4rem;
}

.news_tag_list1 > li{
	width:19%;
	margin-right:1.25%;
}

.news_tag_list1 > li:nth-child(7n+7){
	margin-right:1.25%;
}
	
.news_tag_list1 > li:nth-child(5n+5){
	margin-right:0%;
}

.sche01_div2 .title_area {
    padding: 15px 5%;
}

.sche01_div2 .cont_area {
    padding: 5% 2%;
}

.sche01_div1 .cont_area {
    padding: 3%;
}

.sche01_div2 .cont_area .text2{
	margin-top:5%;
}

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

.sche01_list1 li .title_area2 .title2 {
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    margin-top: 6px;
}

.sche_tb th {
    width: 50px;
    height: 60px;
}


.sche02_list1 li .btn1:before{
	right:5px;
}


.modal .btn_area .btn_flex .btn1{
	font-size:1.7rem;
	height:70px;
}

	.add_btn_flex{
	flex-direction:column;
	max-width:500px;
	align-items: center;
}

.add_btn_flex .btn1{
	width:100%;
	font-size: 1.9rem;
	height: 70px;
}
.add_btn_flex .btn1:last-child{
	margin-top:20px;
}
	
.modal .btn_area .btn_flex{
	flex-direction:column;
	max-width:500px;
}
	
.modal .btn_area .btn_flex .btn1{
	width:100%;
	font-size: 1.9rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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

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

.hLogo {
    width: 70%;
	max-width:400px;
}

.pc_nav{
	display:none;
}

.headerUl{
	display: flex;
	width: 36px;
	justify-content: flex-end;
	/* align-items: center; */
}

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

/* 
#art_cover {
    margin: 100px auto 0;
    height: 230px;
} */

/*--- 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: 0px auto 0;
    width: 89.334%;
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
}

nav .gnav__menu__item2{
    margin: 0px auto 0;
    width: 89.334%;
    padding: 16px 0;
}


.gnav__menu__item .hamburger-link{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.hd_right{
	display:none;
}

    .hd_left {
        width: 91%;
    }

.hd_list1 li .hd_list1_btn1 {
    padding-left: 12px;
    padding-right: 23px;
    padding-left: 35px;
    padding-right: 19px;
    font-size: 1.5rem;
}

.hd_list1 li .hd_list1_btn2{
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 13px;
}

    .hd_list1 li .hd_list1_btn1:before {
        right: 11px;
    }
	
.hd_list1_btn1:after {
    width: 17%;
    height: 20px;
    left: 7px;
}

/* =========================
   行レイアウト
   ========================= */

.hamburger-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* =========================
   テキストリンク
   ========================= */

.hamburger-link {
	flex: 1;
	text-decoration: none;
	display: block;
}

.hamburger-link:hover {
	opacity: 0.8;
}

/* =========================
   ＋ / − ボタン
   ========================= */

.hamburger-plus {
	width: 44px;
	height: 24px;
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
}

.hamburger-plus::before,
.hamburger-plus::after {
	content: "";
	position: absolute;
	background: #333;
}

.hamburger-plus::before {
	width: 16px;
	height: 1px;
	top: 50%;
	right: -5px;
	transform: translate(-50%, -50%);
}

.hamburger-plus::after {
	width: 1px;
	height: 16px;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}

/* − に切り替え */
.hamburger-has-child.is-open .hamburger-plus::after {
	display: none;
}

/* =========================
   アコーディオン
   ========================= */

.hamburger-submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.hamburger-has-child.is-open .hamburger-submenu {
	max-height: 500px;
	margin-top: 4px;
}

/* =========================
   サブメニュー
   ========================= */

.hamburger-submenu li {
	list-style: none;
	margin-top: 12px;
	font-size: 1.6rem;
	margin-left: 10px;
}

.hamburger-submenu li a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	display:flex;
	align-items:center;
}

	
.hamburger-submenu li a  .img{
	display:flex;
	margin-left:5px;
}

.hd_list2{flex-wrap: wrap;max-width: 500px;width: 100%;margin: 0 auto;}

.hd_list2 li{
	width: 48%;
}
	
.hd_list2 li a{
	width:100%;
	max-width:230px;
	margin: 5px auto;
	justify-content: center;
}

   .gnav__menu__item2  .sns_list {
        width: 100%;
        margin: 0 auto;
    }
	
#cover .cov_in {
    margin: 80px auto 0;
    min-height: initial;
    height: 55vw;
}

	#cover .cov_in .text_area {
    width: 44%;
    margin-left: 3%;
}

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

.co2_list1 li.small .top .text_area .count_cont .count {
    font-size: 8rem;
    min-height: initial;
    margin-top: 10px;
}

.co2_list1 li.small .top .text_area .count_cont .tani {
    font-size: 3rem;
}

.co2_list1 li.small .top .text_area.text_area5 .count_cont .count {
    font-size: 7rem;
    min-height: initial;
}

.co2_list1 li.small .bot{
	flex-direction:column;
}

.co2_list1 li.small .box{
	width:100%;
	margin-top:8px;
	min-height: 117px;
}

.co2_list1 li .top .img1 {
    width: 28%;
    margin: auto;
    /* margin-left: 5%; */
    /* margin-right: 0; */
}

    .co2_list1 li .top .text_area .count_cont .count {
        min-height: initial;
    }

.co2_list1 li .top .text_area.text_area1 .count_cont .tani {
    margin-left: 10px;
}

.co2_list1 li .top .img2 {
    /* margin-left: 8%; */
    width: 24%;
    right: 8%;
}

    .co2_list1 li {
        padding: 20px 20px 11px;
        min-height: 280px;
    }

    .co2_list1 li .top .img3 {
        width: 35%;
        margin: auto;
        margin-bottom: 0;
        right: 3%;
    }

.co4_div .co4_in{
	flex-direction:column;
}

.co4_div11{
	width:100%;
	max-width:initial;
	min-height: initial;
	padding: 2%;
	text-align: center;
}

.co4_div11 .text1{
	font-size:2rem;
}

.co4_div11 .text2{
	font-size: clamp(2rem,4vw,3rem);
	margin: 0;
}

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

.co4_div11 .text2 br{
	display:none;
}

.co4_div11:before{
	left: 0;
	right: 0;
	margin: auto;
	top: 99%;
	bottom: 0;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 37px solid #1A4FB9;
	border-bottom: 0;
}

.co4_div2 .co4_div11:before {
	border-left: 17px solid transparent;
	border-top: 37px solid #507CD5;
}

.co4_div3 .co4_div11:before {
	border-left: 17px solid transparent;
	border-top: 37px solid #003399;
}

.co4_list1 li .title_area .title {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    margin: 0 2%;
}

.bnr_div .text_area .btn1{
	height:70px;
}

.content08 .flex .text_area .btn1,
.co6_list1 li .text_area .btn1{
	height:70px;
	font-size: clamp(1.6rem, 2vw, 2.5rem);
}
	
.content08 .flex .text_area .btn1:before,
.co6_list1 li .text_area .btn1:before{
	width:31px;
	height:31px;
	right:10px;
}

.co6_list1 li .text_area .btn1.gaibu:before {
    width: 20px;
    height: 20px;
	right:15px;
}


.co6_list1 li .text_area .btn1 br{
	display:block;
}

.contact_list1 li a {
    padding: 4%;
}

.contact_list1{
	flex-direction:column;
}
	
.contact_list1 li{
	width:100%;
	margin:30px auto 0;
}

.contact_list1 li a .text_area .text2 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
}

    .contact_list1 li a .img {
        margin-right: 12.348%;
    }

.contact_list1 li a .text_area .text3{
	font-size: clamp(1.3rem,2.4vw,1.6rem);
}

.contact_list1 li a .text_area .text1{
	font-size: clamp(2.6rem, 5vw, 4rem);
	padding: 0;
	text-align: center;
}

.content02 {
    padding: 100px 0;
}

.content04 {
    padding: 100px 0 100px;
}

.content05 {
    padding: 100px 0;
}

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

.content08 {
    padding: 100px 0;
}

.content09 {
    padding: 100px 0;
}

.content07 .mainTit3 {
    margin-bottom: 60px;
}

.content07 {
    padding: 100px 0;
}

.content01 .flex .text_area {
    width: 54%;
}

.content01 .flex .img_area{
	width:44%;
}

.modal .cont_area .flex1{
	flex-direction: column-reverse;
}
	
.modal .cont_area .text_area{
	width:100%;
}

.modal .cont_area .img {
    max-width: initial;
    width: 100%;
    margin: 0px auto 40px;
}

.modal .title_area .title{
	width: 79%;
}

.modal .title_area .num {
	width: 60px;
	font-size:1.5rem;
}

.modal .title_area .num span{
	font-size:4rem;
}

#art_cover{
	margin-top:80px;
}

.w_lec02_list1 > li .cont_area > .text{
    margin-bottom: 24px;
}

.w_lec_flex {
	flex-direction:column-reverse!important;
}

.w_lec_flex .text_area{
	max-width:initial;
	width:100%;
	margin-top:30px;
}


.w_lec_flex .img{
	max-width:initial;
	width:100%;
}

.w_lec02_list2 > li .text_area2 {
    max-width: initial;
    width: 79%;
}

.w_sch_bene02_list2 li .ab_text {
    top: -8.3%;
    left: -6.4%;
    width: 6vw;
    height: 6vw;
    font-size: clamp(1.6rem, 1.8vw, 2.8rem);
}

.w_sch_bene02_list2 li .title_area2{
	height: 70px;
}

.w_sch_bene02_list2 li{
	padding: 90px 10px 15px;
}

.w_sch_bene02_list2 li .text1{
	font-size:1.5rem;
}

.w_sch_bene02_list1 li{
	padding: 2%;
}

.w_sch_bene02_list1 li .text1{
	font-size:1.5rem;
}

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

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

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


.w_sch_bene02_div1_link{
	height:70px;
}

.w_sch_bene02_div1{
	padding: 20px 16px 90px;
}

.w_sch_bene02_div1 .title_area2 .icon{
	margin-right:8px;
}

.w_sch_bene02_div1_link:before{
	width: 12px;
	height: 12px;
	right: 2%;
}

.hamapri03_list1 li .num {
    width: 80px;
    margin-right: 15px;
    height: 80px;
    font-size: 4rem;
}

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

.hamapri04_div{
	width:100%;
	max-width: 770px;
	margin: 40px auto 0;
}

.hamapri04 .text {
    margin: 27px auto 0px;
}

.hamapri02 .w_sch_bene02_list1 {
    margin-top: 0px;
}

.pri04_tab li .text1 {
    width: 30%;
    margin-right: 12px;
    font-size: 1.6rem;
	height:70px;
}


.pri04_tb th{
	font-size:1.4rem;
}

.pri04_tb td{
	font-size:1.6rem;
}

.pri04_tb .text1{
	font-size:1.6rem;
}

.pri04_tb .text2{
	font-size:1.4rem;
}

.pri04_tab li .text2 {
    font-size: 1.5rem;
}

.pri_tb1 .top_th th {
    height: 60px;
    font-size: 2rem;
}

.pri_tb1 th:first-child {
    width: 12%;
}

.course_list1{
	flex-wrap:wrap;
}

.course_list1 > li{
	width:100%!important;
	max-width:initial!important;
	margin-bottom:30px;
	min-height: 157px;
}

.course_list1 > li:last-child{
	margin-bottom:0;
}
	
.course_list1 > li{
	padding:67px 15px 16px;
}

.w_lec01.course01 .inner {
    padding: 100px 0;
}

.flow_btn_flex{
	flex-direction:column;
	margin:20px auto 0;
}
	
.w_lec02_list1 > li .flow_btn_flex .btn1{
	width:100%;
	margin-top:20px;
}

.flow_flex_div .flex1{
	flex-direction:column;
}

	.trial03_div {
    padding: 4% 2%;
 }

.tri02_panel {
    margin-top: 20px;
}

.trial04_list li .text_area .num{margin-right: 4px;}



.home_en03_list{
	flex-wrap:wrap;
	margin:0 auto;
	max-width: 800px;
	width: 100%;
}

.home_en03_list li{
	height: 57vw;
	width: 49%;
	padding: 2.5% 2% 0;
	margin-top:40px;
}
	
.home_en03_list li:last-child{
	width: 49%;
	height: 56.4vw;
}

.home_en03_list li .img{
	margin: 0 auto 5.235%;
	width: 41%;
}

.home_en03_list li:last-child .img{
	width: 43%;
}

.home_en03_list li .text_area{
	max-width:310px;
}

.home_en03_list li .text_area .title_area{
	padding-bottom: 15px;
	margin-bottom: 15px;
}


.home_en03_list li .text_area .title_area .num{
	width: 8vw;
	height: 8vw;
	font-size: clamp(1.4rem, 4vw, 2.1rem);
}

.home_en03_list li .text_area .title_area .title{
	font-size: clamp(1.4rem,4.5vw,2.2rem);
	min-height: 64px;
}

.home_en03_list li .text_area .text1{
	font-size: clamp(1.4rem, 3vw, 1.6rem);
}


.support04 .w_sch_bene02_list2 li .ab_text {
    width: 70px;
    height: 70px;
    font-size: 2rem;
}

.support03 .w_sch_bene02_list2 li {
    padding: 90px 10px 15px;
}

.sup03_div1 {
    padding: 10px;
}

.sup03_div1 .text2{
	margin-bottom:6px;
}

.sup03_div{
	flex-direction:column;
}

.sup03_div .left{
	max-width:initial;
	width:100%;
	margin:0 auto 40px;
}

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

.news_cate_list1 li {
	width:24%;
	margin-right:1.3333%;
}
	
.news_cate_list1 li:nth-child(7n+7){
	margin-right:1.3333%;
}
	
.news_cate_list1 li:nth-child(4n+4){
	margin-right:0%;
}

.news_cate_list1 li a{
	font-size:1.7rem;
	height: 56px;
}


.news_tag_list1 > li{
	width:24%;
	margin-right:1.3333%;
	/* height:56px; */
	font-size:1.6rem;
	padding: 16px 0;
}

.news_tag_list1 > li:nth-child(7n+7){
	margin-right:1.3333%;
}
	
.news_tag_list1 > li:nth-child(5n+5){
	margin-right:1.3333%;
}
	
	
.news_tag_list1 > li:nth-child(4n+4){
	margin-right:0%;
}

.news_tag_list li .open_cont2 {
    padding-bottom: 15px;
    font-size: 2rem;
}

.hide_news_cont .tit{
	font-size:1.8rem;
	margin-bottom: 15px;
}

.news_tag_list li .hide_cont2 {
    padding-top: 20px;
}

.news_tag_cont1 .open_cont{
	font-size: 2rem;
	padding: 10px 20px;
}

.news_tag_cont1 .open_cont .title1{
	flex-direction:column;
	align-items:flex-start;
}

.news_tag_cont1 .open_cont .title1 span{
	margin-left: 0px;
	font-size: 1.5rem;
}

.news_tag_area .title_area {
    padding: 15px 20px;
    font-size: 2.5rem;
}

.tag_send_area {
	flex-direction:column-reverse;
	margin:30px auto 0;
}

.tag_send_area .btn1{
	width:100%;
	margin:30px auto 0;
	height:80px;
}

.pnkuzu_area.no_cover {
    margin: 80px auto 0;
}

.news02_div.price02_div .title_area .text{
	font-size: 2.4rem;
	width: 200px;
	height: 80px;
}

.news02_div.price02_div .title_area .pri{
	padding-left: 30px;
	font-size: 2.2rem;
	height: 80px;
}

.news02_div.price02_div .text_area {
    padding: 30px 2%;
}

.news02_div1 .btn1{
	height: 70px;
	font-size: 1.8rem;
	max-width: 400px;
}

	.news02_div1 .text1{
		font-size:1.5rem;
		margin-top:20px;
	}

.news02_div1 .text2 {
    margin-top: 20px;
	font-size:1.5rem;
}


.contact01 .flex{
	flex-direction:column;
	margin: -30px auto 0;
}

.contact01 .flex .btn1{
	width:100%;
	margin:30px auto 0;
}

.col_cate_div .title {
    padding: 15px 20px;
}
.col_cate_list1 li {
    padding: 15px 10px;
	font-size:1.6rem;
}


.col_cate_list2 li{
	margin-top:15px;
	margin-right:15px;
}

.col_cate_list2 li a{
	font-size:1.6rem;
}

.col_cate_list2 li span{
	font-size:1.4rem;
	padding:1px 5px;
	margin-left:5px;
}

.col_cate_list li {
    margin-bottom: 3px;
    margin-right: 8px;
    padding: 3px 5px;
    line-height: 1.4;
	font-size:1.3rem;
}

.column_flex .main_cont > .title1 {
    padding: 15px;
}

.sche02_cont11{
	flex-direction:column;
}

.sche02_cont11 .left{
	width:100%;
	max-width:initial;
}

.sche_tb th {
    width: 69px;
    height: 74px;
}


.sche02_cont11 .right{
	margin:40px auto 0;
	max-width:initial;
	width:100%;
}

.sche02_list1 li .btn1 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
}

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

.sche01_div1{
	width:100%;
}

.sche01_div2{
	width:100%;
}

.sche01 .flex .plus_cen{
	width:100%;
	margin:40px auto;
}

    .sche01_list1 li .title_area2 .title2 {
        font-size: clamp(1.7rem, 4vw, 2.2rem);
    }

.sche01_div2 .title_area {
    font-size: clamp(2rem, 4vw, 2.5rem);
}

.sche01_div2 .cont_area .text1 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}
	


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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.news02_div1 .text1{
		font-size:1.3rem;
	}

.news02_div1 .text2 {
	font-size:1.3rem;
}

.sche02_cont1 {
    margin-top: 60px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


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


.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: 80px 0;
}

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

#cover .cov_in{
	flex-direction:column;
	justify-content: center;
	min-height: calc(100svh - 160px);
	height: initial;
	padding: 10% 0 15%;
}

#cover .cov_in .text_area{
	margin:0 auto;
	width:89.334%;
	width: 70%;
}

#cover .cov_in .slider_area{
	width:89.334%;
	margin-top: 8%;
}

    .content01 {
        padding: 80px 0;
    }

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

.content01 .flex .text_area{
	width:100%;
	margin:0 auto;
	padding: 0;
	max-width: initial;
}

.inner{
	width:89.334%;
}

.content01 .flex .img_area{
	margin:40px auto 0;
	padding:0;
	width:100%;
}

.content02 {
    padding: 80px 0;
}

.co2_list1 li{
	width:100%;
	margin-bottom:4px;
	padding: 20px;
}

.co2_list1 li .top .text_area .title1{
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 auto;
}

.co2_list1 li .top .text_area .count_cont .count{
	font-size: clamp(8rem, 21vw, 16.1rem);
}

.co2_list1 li .top .text_area .count_cont .tani {
    font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.co2_list1 li .top .text_area.text_area1 .count_cont .tani{
	font-size: clamp(1.8rem, 5vw, 3.5rem);
}

.co2_list1 li .box .text1 {
    font-size: clamp(1.5rem, 2.4vw, 1.8rem);
}

.co2_list1 li.small{
	width:100%;
	padding: 20px;
}

    .co2_list1 li.small .bot .img {
        height: 22vw;
        padding: 0;
    }

.co2_list1 li.small .box{
	min-height: 70px;
	max-width: initial;
	padding: 10px;
	margin-top: 20px;
}

.co2_list1 li.small .top .text_area.text_area5 .count_cont .count{
        font-size: clamp(8rem, 21vw, 11rem);
}

.co2_list1 li.small .top .text_area .count_cont .count{
        font-size: clamp(8rem, 21vw, 11rem);
    }

.co2_list1 li.small .top .text_area .count_cont .tani{
	font-size: clamp(2.4rem, 6vw, 4.1rem);
}

.co2_list1{
	margin-top:40px;
}

.mainTit .icon{
	margin-bottom:10px;
}

.content04 {
    padding: 80px 0;
}
	
.co4_div.co4_div1 {
    margin-top: 20px;
}

.co4_div {
    padding: 30px 10px;
}

.co4_list1 li{
	width:100%;
	margin: 70px auto 0;
	max-width: initial;
	padding-top: 20px;
}

.co4_list1{
	margin:0 auto;
}

.inner2{
	width:89.334%;
}

    .co4_list1 li .title_area .title {
        font-size: clamp(2rem, 4vw, 2.2rem);
        padding: 15px 20px 15px;
        margin: 0;
        width: 100%;
 }

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

.co4_list1 li .title_area .num{
	height: 60px;
	width: 60px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.co4_list1 li .text1 {
    padding: 15px 20px 45px;
}

.text_link{
	bottom:10px
}

.co4_list1 li .title_area .num span{
	font-size:3.4rem;
}

.content05 {
    padding: 80px 0;
}

.mes_slider_area {
    margin: 40px auto 0;
}

.bnr_area {
    padding: 60px 0;
}


.bnr_div {
    border-radius: 10px;
    border: 4px solid #003399;
	flex-direction:column-reverse;
}

.bnr_div .img {
    width: 100%;
    max-width: initial;
}

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

.bnr_div .text_area {
    width: 100%;
    padding: 30px 2% 40px;
    margin:0 auto;
    max-width: 500px;
}

.bnr_div .text_area .title{
	width:80%;
	margin:0 auto;
}

    .bnr_div .text_area .btn1 {
        height: 60px;
        margin: 0 auto;
        max-width: 400px;
        font-size: clamp(1.8rem, 3vw, 2.5rem);
    }

.content06 {
    padding: 80px 0;
}

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

.co6_list1 li .text_area{
	width:100%;
	margin:0 auto 0;
	max-width:initial;
}

.co6_list1 li .text_area .btn1{
	margin:20px auto 0;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	height: 80px;
}

.co6_list1 li .img_area{
	width:100%;
	margin: 13% auto 0;
	max-width:500px;
}

.mainTit2 {
    font-size: clamp(2.2rem, 4.6vw, 3.5rem);
}

.co6_list1 li .text_area .btn1.matop {
    margin-top: 30px;
}

.co6_list1 li:nth-child(2n){
	margin-bottom:60px;
}


.content07 {
    padding: 80px 0;
}
	
.content07 .mainTit3 {
    padding-bottom: 20px;
    margin-bottom:20px;
}

.co7_list1{
	flex-direction:column;
}

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

.content08 {
    padding: 80px 0;
}

.l_inner{
	width:100%; 
}

.content08 .flex{
	flex-direction:column-reverse;
	align-items: flex-start;
}

.content08 .flex .text_area{
	max-width:initial;
	width:89.334%;
	margin:0 auto;
	text-align: center;
}

.content08 .flex .img{
	width:89.334%;
	margin-top: 60px;
	margin-left:0;
}

.btn1:before{
	width:31px;
	height:31px;
	right:10px;
}

.news02 .back.btn1:before{
	left:10px;
}

.content08 .flex .text_area .mainTit2 {
    margin-bottom: 30px;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
}

.content09 {
    padding: 80px 0;
}

.co9_tab{
	flex-wrap:wrap;
}

.co9_tab li{
	width:50%;
	padding:10px 0;
	min-height:70px;
}

.co9_tab li.active:before{
	display:none;
}

.co9_list1 li{
	width:100%;
	padding:20px 0;
}

.co9_list1 li .img{
	height: 19vw;
	height: 28.953vw;
}

.btn1{
	font-size:1.8rem;
	height:70px;
	max-width:400px;
}

    .content08 .flex .text_area .btn1{
		margin:20px auto 0;
	}
	
    .content08 .flex .text_area .btn1, .co6_list1 li .text_area .btn1 {
        height: 70px;
        font-size: 1.8rem;
    }

.co9_tabset {
    margin: 40px auto;
}
	
.contact_area {
    padding: 80px 0;
}

.contact_list1 li a .img {
	margin-right: 5%;
}

.ft_list1 {
	width: 50% !important;
	padding-top: 30px;
}


footer .flex2 {
    padding: 0px 0 30px;
}

footer .flex1 {
    padding: 30px 0;
    flex-direction: column;
    align-items: flex-start;
}

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

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

footer .right .btn1{
	margin:0 auto;
}

.co2_list1 li .top{
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin: 0 auto;
}

.co2_list1 li .top .text_area{
	margin: 0 auto 20px;
	width: 100%;
	text-align: center;
}

.co2_list1 li .top .img{
	margin: 0 auto 20px!important;
	position: initial;
	width: initial!important;
}
	
.co2_list1 li .top .img img{
	width: 70%;
	margin:0 auto;
}

.co2_list1 li .top .text_area .count_cont{
	justify-content:center;
}

.side_btn_area{
	display: flex!important;
	width:100%;
	bottom:0;
	bottom: 0!important;
	position: fixed!important;
}

.close_side_btn{
	display:none;
}

.open_side_btn{
	display:none;
}

	.close_side_cont{
		display:flex;
		width:100%;
		max-width: initial;
	}

.side_btn{
	width: 33.333334%;
	box-shadow:none;
	border-radius: 0;
	margin-top: 0;
	padding: 0 0 12px;
	height: 70px;
	width: 50%;
}

.side_btn:before{
	left:0;
	right:0;
	margin:auto;
	top:auto;
	bottom: 3px;
	width: 16px;
	height: 16px;
}

.side_btn p.text{
	font-size:1.8rem;
	height: 43px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.side_btn p.text br{
	display:none;
}

footer {
	padding-bottom:70px;
}

.marquee_inner {
    animation: marquee 10s linear infinite!important;
}

.co2_list1 li:nth-child(4) .top {
    max-width: initial;
    margin: 0 auto;
    width: 100%;
}

.co6_list1 li .text_area .mainTit2 {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
}

.slider_area .slider ul {
    height: 58vw;
}

.modal{
	padding: 130px 0 40px;
}

.modal .cont_area {
    padding: 20px 20px 30px;
}

.modal_inner{
	width:89.334%;
}


.modal .title_area .num{
	height: 60px;
	width: 60px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.modal .title_area{
	padding: 30px 20px 16px;
}

.modal .title_area .num span{
	font-size:3.4rem;
}

.modal .title_area .title {
    font-size: 2rem;
    width: 100%;
}

    .modal_close {
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px;
    }

.modal_div .flex2{
	margin-top:18px;
	flex-direction:column;
}


.modal_div .title1 {
    font-size:1.8rem;
}

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

.modal_div1_arrow{
	margin:20px auto;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	border-top: 14px solid #003399;
	border-bottom: 0;
}

#art_cover .inner .flex{
	height:initial;
	padding: 40px 0 10px;
	flex-direction: column;
	max-height: initial;
}

#art_cover .inner .flex .text_area{
	width:100%;
}

#art_cover .text_area .text1{
	padding: 1%;
	margin-bottom: 8px;
}

#art_cover .text_area .title {
    font-size: clamp(2.6rem, 4.5vw, 5.5rem);
}
	
#art_cover .img{
	position:relative;
	width: 80%;
	margin: 20px auto 0;
	right: initial;
	top: initial;
	margin-right: 2%;
	max-width: 350px;
}
	
.his01 {
    padding:80px 0;
}

.his01 .flex{
	flex-direction:column-reverse;
}

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

.his01 .flex .img{
	margin-right:0;
	margin:40px auto 0;
	width:100%;
}

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

.his02 .title1{
	text-align:left;
}

.his02 .text1 {
    margin-top: 24px;
	text-align:left;
}


.his02 .sou1{
	top: -2%;
}

.his02 .sou2{
	top: -3%;
	/* top: 0%; */
}

.his02 .sou3{
	bottom: -2%;
}

.his02 .sou4{
	bottom: -1.8%;
}

.his02 .title1 span{bottom: 85%;}

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

.enkaku_list li .year {
    font-size: 2.5rem;
    width: 47px;
}

.enkaku_list li .sou{
	margin-left: 10px;
	margin-right: 10px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.enkaku_list li .sou img{
	width:10px;
}
	
.enkaku_list li .sou.big img{
	width:100%;
}

.enkaku_list:before{
left: 72px;
width: 1px;
height: 93%;
top: 22px;
}

.enkaku_list li .text {
    padding-left: 10px;
}

.enkaku_list li .text.blue {
    padding: 8px 20px 8px 10px;
}

.enkaku_list {
    margin-top: 40px;
}

.w_lec02_list1 > li {
    margin-top: 100px;
}


.w_lec02_list1 li .title_area .num{
	height: 60px;
	width: 60px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}


.w_lec02_list1 li .title_area .num span{
	font-size:3.4rem;
}

.w_lec02_list1 > li .title_area{
	padding: 40px 0px 10px;
	margin: 0 20px;
	justify-content: center;
}

.w_lec02_list1 > li .cont_area {
    padding: 20px 20px 30px;
}

.w_lec01 .inner {
    padding: 100px 0;
}


.w_lec01 .sou1{
	top: 4.6%;
}

.w_lec01 .sou2{
	bottom: 1%;
	width: 39%;
	right: -6%;
}

.w_lec02_list1 > li .title_area .title {
    font-size: 2.2rem;
    margin-left: 0%;
    text-align: center;
}

.w_lec02.w_sch_bene02 {
    padding: 80px 0;
}

.w_sch_bene02 .w_lec02_list1 li .title_area .num{
	width: 80px;
	height: 80px;
	top: -60px;
}

.w_sch_bene02_list1{
	flex-direction:column;
	margin-top: -40px;
}

.w_sch_bene02_list1 li{
	width:100%;
	padding: 15px;
	margin: 40px auto 0;
}

.w_sch_bene02_list1 li .icon{
	width:30%;
}

.w_sch_bene02_list2{
	flex-direction:column;
	margin: -30px auto 30px;
}

.w_sch_bene02_list2 li{
	width:100%;
	margin: 50px auto 0;
}

.w_sch_bene02_list2 li .ab_text{
	width:50px;
	height:50px;
}

.w_sch_bene02_list2 li .title_area2{
	
font-size: clamp(2rem, 2.4vw, 2.5rem);
}

.w_sch_bene02 .w_lec02_list1 > li {
        margin-top: 120px;
    }

    .w_sch_bene02_flex {
        padding: 20px;
        margin: 0 auto 30px;
 }

.w_sch_bene02_flex2{
	flex-direction:column;
	margin-top:-40px;
}

.w_sch_bene02_div1{
	width:100%;
	margin:40px auto 0;
}

.w_sch_bene02_div1 .title_area2{
	flex-direction:column;
}

.w_sch_bene02_div1 .title_area2 .icon{
	margin:0 auto 10px;
	width:25%;
}

.w_sch_bene02_div1 .title_area2 .title{
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	text-align: center;
}

.w_sch_bene02_div2 {
    margin: 0px auto 30px;
    flex-direction:column;
    padding: 70px 20px 20px;
}

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

.w_sch_bene02_div2 .text_area{
	width:100%;
}

.w_sch_bene02_list3 li{
	padding-left:30px;
}


.w_sch_bene02_list3 li:before{width: 24px;height: 24px;}

.w_sch_bene02_div1_link {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}

.faq_list li .open_cont2{
	font-size: 1.7rem;
	padding: 14px 0;
}

.faq_list li .icon{
	font-size:2.4rem;
	margin-right: 8px;
}

.faq_list li {
    border:3px solid #E4F2FF;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.hide_cont {
    padding: 40px 20px;
}

.faq_list li .open_cont2 .title2 {
    padding-top: 5px;
}

.plus{
	width: 26px;
	height: 26px;
}

.plus::before, .plus::after{
	width: 14px;
}

.open_cont {
    padding: 12px 20px;
	    font-size: 2rem;
}

.faq_list li .open_cont2 .plus{
	bottom: auto;
	top: 20px;
}

.faq_list li .hide_cont2{
	padding:3px 0 20px;
	font-size:1.5rem;
}

.faq_list li .hide_cont2 .text1 {
    padding-top: 8px;
}

.faq01 {
    padding: 80px 0;
}

.faq01 .text {
    margin-top: 27px;
    margin-bottom: 40px;
}


.w_lec01.hamapri01 .inner {
    padding: 100px 0;
}

.hamapri02 {
    padding: 80px 0;
}

.hamapri03 {
    padding: 80px 0;
}

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

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

.hamapri03_div {
    padding: 20px;
}

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

.hamapri04 {
    padding: 80px 0;
}

.hamapri04_div1:before{
	display:none;
}

.hamapri04_div{
	padding:20px;
}

.w_lec01.price01 .text2{
	
padding: 6px 10px;
}

.w_lec01.price01 .inner {
    padding: 100px 0;
}

.price02 {
    padding: 80px 0 0;
}
	
.price02_div {
    margin-top: 40px;
}

.price02_div .title_area .text {
    width: 100px;
    font-size: 2rem;
    height: 60px;
}

.price02_div .title_area .pri {
    height: 60px;
    font-size: 2.4rem;
}

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

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

.price02_div1:last-child{
	margin: 0 auto;
	padding: 20px;
}


.price03 .sld_tb_area{
	margin: 40px auto 30px;
	width:100%;
	overflow-x:scroll;
}

.price03 .sld_tb_area .sld_tb_cont{
	width: 1100px;
	/* width: 800px; */
}

.pri_tb1 td{
	height: 90px;
	padding: 5px 5px;
}

.pri_tb1 td.b_hgt {
    height: 110px !important;
}

    .pri_tb1 .top_th th {
        height: 50px;
        font-size: 1.6rem;
    }

.pri_tb1 td .img{
	width:90%;
	margin:auto;
}

.pri03_div .title1 {
    font-size: 1.8rem;
}

.price03 {
    padding: 80px 0;
}

.price04 {
    padding: 80px 0;
}


.pri04_tab li{
	max-width:initial;
	width:49%;
	padding: 10px;
	flex-direction: column;
}

.pri04_tab li .text1{
	width:100%;
	margin:0 auto 10px;
	height:50px;
	font-size:1.6rem;
}

.price04 .sld_tb_area{
	margin-bottom: 20px;
	width:100%;
	overflow-x:scroll;
}

.price04 .sld_tb_cont{
	width:800px;
}
	
	    .pri04_tb .text2 {
        font-size: 1.6rem;
    }

.pri04_tb th, .pri04_tb td {
    height: 80px;
	        font-size: 2rem;
}

    .pri_tb1 th:first-child {
        width: 9%;
        font-size: 1.6rem;
    }

.w_lec01 .mainTit2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.course02 {
    padding: 80px 0;
}

.course_div {
    margin-top: 40px;
}

.course_list1 > li .text_area .text1{
	line-height:1.5;
}

.course02_tab{
	justify-content:space-between;
}

.course02_tab li{width: 19%;margin-right:0;font-size:1.5rem;height:40px;}
	
.course02_item{
	padding:20px 15px;
}

.course_list2 li{
	flex-direction:column;
}

.course_list2 li .left{
	margin-bottom:8px;
}

.course03 {
    padding: 80px 0;
}

.course03_div {
    padding: 15px;
}

.course04 {
    padding: 80px 0;
}

.course04_text{
	padding: 10px 0;
}

.course04_text span{
	display:block;
	margin-top:8px;
}
.course4_list > li {
    width: 100%;
    max-width: initial;
    margin-top: 40px;
}

.course_div > .cont_area {
    padding: 20px 15px;
}

.pri04_text1 {
    margin: 27px auto 0px;
}

.flow_flex1{
	flex-direction:column;
}

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

.flow_flex_div {
    width:100%;
    padding: 20px;
	max-width:initial;
	margin:30px auto 0;
}

.flow01 .w_lec02_list1 > li:before{
width: 120px;
height: 23px;
bottom: -50px;
}

.flow_div1 {
    padding: 20px 10px;
    margin: 20px 0;
}
	
.flow_flex_div .title1 {
    font-size: 1.8rem;
}

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


.trial04_list li{
	height: 275px;
	width: 34%;
	width: 100%;
	margin: 50px auto 0;
	background: #fff;
	border: 2px solid #D3E2F2;
	border-bottom: none;
	width: 450px;
}

.trial04_list li:before{
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left:225px solid transparent;
	border-right: 225px solid transparent;
	border-top: 33px solid #D3E2F2;
	transform: translate(-50%, 100%);
	z-index: 1;
	top: auto;
	right: auto;
	position:absolute;
	content:"";
	filter: none;
	background: none;
}


.trial04_list li:after{
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left: 218px solid transparent;
	border-right: 218px solid transparent;
	border-top: 31px solid #fff;
	transform: translate(-50%, 100%);
	z-index: 2;
	top: auto;
	right: auto;
	position:absolute;
	content:"";
	box-shadow:none;
}

.trial04_list li:last-child{
	/* width: 100%; */
	/* max-width: 516px; */
	/* max-height: 370px; */
	/* height: 64.5vw; */
	width: 450px;
}


.trial04_list li .img{
	margin: 0 auto 5.235%;
}


.trial04_list li .text_area .num{
	width: 40px;
	height: 40px;
	font-size: 2.1rem;
	margin-right: 8px;
}

.trial04_list li .text_area .title{
	font-size: 2.2rem;
}

.w_lec01.trial01 .inner {
    padding: 100px 0;
}
	
.tri02_tab li{
	width:100%;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	height: 80px;
}
	
.tri02_item .text {
    margin-top: 20px;
}
	
.trial02 {
    padding: 80px 0;
}

.trial03 {
    padding: 80px 0 0;
}

.trial03_div{
	flex-direction: column-reverse;
	padding:30px 20px;
}
	
.trial03_div .text_area{
	width:100%;
	max-width:initial;
}


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

	.trial03_div .text_area .text2 {
    margin: 20px 0 0;
	}
	
.trial04 {
    padding: 80px 0 ;
}

.trial04 .btn1 {
    margin: 65px auto 0;
}

.trial03_div .text_area .artTit1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

    .home_en03_list li {
        height: 109vw;
        width: 100%;
        padding: 0% 35px 0 15px;
        margin:40px auto 0;
        justify-content: center;
        max-width: 335px;
        max-height: 385px;
		        padding: 0 15px;
		        max-width: 380px !important;
    }

    .home_en03_list li:last-child {
        width: 100%;
        height: 109vw;
        max-height: 385px;
        padding: 0 15px;
    }

    .home_en03_list li .text_area .text1 {
        font-size: 1.5rem;
    }

.home_en03_list li .text_area .title_area .title{
	font-size: 2rem;
	min-height: initial;
}

.home_en03_list li .text_area .title_area .num{
	font-size: 1.8rem;
	width: 32px;
	height: 30px;
}

    .home_en03_list li .img {
        margin: 0 auto 5.235%;
        width: 35%;
    }

.home_en03_list li:last-child .img{
        margin: 0 auto 5.235%;
        width: 35%;
}
.home_en03_list li:before{
/* background: url(./img/home_entrance/co3_bg1_sp.png) no-repeat; */
/* background-size: contain; */
	background:#fff;
	border: 5px solid #D3E2F2;
	width: calc(100% - 10px);
}

.home_en03_list li:last-child:before{
	background:#fff;
	border: 5px solid #D3E2F2;
	width: calc(100% - 10px);
}

.w_lec01.home_en01 .inner {
    padding: 100px 0;
}
	
.home_en02 {
    padding: 80px 0;
}
	
.home_en03 {
    padding: 80px 0;
}

.home_en04_div{
	padding:20px;
}

.home_en04 {
    padding: 80px 0;
}

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

.support03 .w_sch_bene02_list2 li{
	max-width:initial;
}

.slider_arrow .arrow{
	width:50px;
}

.sup_sld .name{
	max-width:280px;
	width:100%;
	min-width:initial;
	font-size:1.8rem;
	height:40px;
	margin:20px auto 0;
}

.w_lec01.support01 .inner {
    padding: 100px 0 100px;
}

.support02 {
    padding: 80px 0;
}
	
.slider_arrow {
    top: 40%;
}

.support02 .course_div {
    margin-top: 50px;
}

.support02 .course_div > .title_area{
	padding: 20px;
}

.sup02_list1{
	margin:-20px auto 0;
}

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

.support02 .course_div > .cont_area {
    padding: 20px;
}
	
.sup02_list1 li .num{
	width:40px;
	height:40px;
	font-size:2rem;
	margin-right:10px;
}

.sup02_list1 li .text_area .text1 {
    margin-top: 4px;
}
	
.support02 .btn1 {
    margin:40px auto 0;
}

.support03 {
    padding: 80px 0;
}

.support03 .w_sch_bene02_list2 {
        margin: 0px auto 30px;
    }

.support03 .course_div > .title_area{
	padding:20px;
}

.support03 .course_div > .title_area .title{
	text-align:center;
	font-size:2.2rem;
}

    .support03 .course_div > .title_area .ab_text {
        left: -20px;
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
	
.support03 .course_div > .cont_area {
    padding: 20px 15px;
}

.sup_tb tr:first-child th{
	font-size: clamp(1.3rem, 2.4vw, 2.2rem);
}

.sup_tb th {
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
}

.sup_tb th:first-child {
    width: 20%;
}

.sup_tb td{
	font-size: clamp(1.3rem, 2.4vw, 1.8rem);
}

	
.support04 .w_sch_bene02_list2 {
    margin: 0px auto 0;
}
	
.support04 .w_sch_bene02_list2 li {
    width: 100%;
    max-width: initial;
}

.support03 .w_sch_bene02_list2 li .ab_text{
	left: -25px;
	width: 60px;
	height: 60px;
	font-size: 1.8rem;
	top: -35px;
}
	.sup02_list1 li .text_area {
    max-width: initial;
    width: 90%;
 }

.tag_send_area .btn1{
	font-size:1.8rem;
	height:60px;
}

.news_tag_cont1 .open_cont .title1{
	margin-right:10px;
}

.news_tag_area .title_area{
	font-size:1.8rem;
}

.news_tag_cont1 .open_cont{
	font-size:1.8rem;
}

.news_tag_cont1 .open_cont .title1 span{
	font-size:1.4rem;
}

.news_tag_cont1 .hide_cont{
	padding:20px;
}

.news_tag_list > li {
    margin-bottom: 20px;
}



.news_tag_list1 > li{
	width:32%;
	margin-right:2%;
	/* height:40px; */
	font-size:1.4rem;
	margin-bottom:10px;
	padding: 10px 5px;
}

.news_tag_list1 > li:nth-child(7n+7){
	margin-right:2%;
}
	
.news_tag_list1 > li:nth-child(5n+5){
	margin-right:2%;
}
	
	
.news_tag_list1 > li:nth-child(4n+4){
	margin-right:2%;
}
	
.news_tag_list1 > li:nth-child(3n+3){
	margin-right:0%;
}

.news_tag_list li .open_cont2{
	font-size:1.7rem;
}

	
.news_cate_list1 li {
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
}
	
.news_cate_list1 li:nth-child(7n+7){
	margin-right:2%;
}
	
.news_cate_list1 li:nth-child(4n+4){
	margin-right:2%;
}
	
.news_cate_list1 li:nth-child(3n+3){
	margin-right:0%;
}

.news_cate_list1 li a{
	font-size:1.4rem;
	height: 40px;
}

.news_main_area .top {
    padding: 60px 0 20px;
}

.news_list1 > li a{
	flex-direction:column;
	padding: 30px 20px;
}

.news_list1 > li a .img {
    width: 100%;
    height: 161px;
}

.news_list1 > li .topic{
	left:0;
	right:0;
	margin:auto;
	top:-25px;
}

.news_list1 > li a .text_area{
	width:100%;
	max-width:initial;
	margin:30px auto 0;
}

.news_list1 > li a .text_area .title {
    font-size: 2rem;
}

.news02 .title_area .cate_area .text{
	font-size:1.8rem;
}

.naes_det_cate_list1 li{
	font-size: 1.5rem;
	min-width: 80px;
	margin-right: 6px;
}

.news02 {
    padding: 80px 0;
}

.news_det_list1 li{
	flex-direction:column;
}


.news_det_list1 li .left{
	width:100%;
	border:none;
	padding:10px;
	font-size:1.8rem;
}


.news_det_list1 li .right{
	border-left:1px solid #003399;
	padding:16px;
}

.news02_div.price02_div .title_area {
	flex-direction:column;
}

    .news02_div.price02_div .title_area .text {
        font-size: 2rem;
        height: 60px;
        margin-left: 0;
        width: calc(100% + 4px);
    }

    .news02_div.price02_div .title_area .pri {
        padding: 20px 20px;
        font-size: 1.8rem;
        height: initial;
        border-top: 0;
    }


.news02_div1:first-child{
	margin:0 auto;
}

.news02_div1{
	width:100%;
	margin:30px auto 0;
	border: 2px solid #D3E2F2;
}

    .news02_div.price02_div .text_area {
        padding: 30px 20px;
    }

.news02_div1 .title1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.news02_div1 .text1{
	font-size: 1.6rem;
	margin-top: 30px;
	padding: 9px 16px;
}

.news02_div.price02_div {
    border-right: 2px solid #D3E2F2;
    border-bottom: 2px solid #D3E2F2;
    border-left: 2px solid #D3E2F2;
}

.news02_div1 .text2 {
    margin-top: 30px;
    font-size: 1.6rem;
}

.news02 .back.btn1{
	margin:50px auto 0;
}

.contact01 .flex .btn1 {
    height: 100px;
    font-size: 2.4rem;
}

.contact01 .flex .btn1.bgred span{
	padding: 5px 8px;
	font-size: 1.4rem;
}

.column_flex{
	flex-direction:column;
}

.column_flex .main_cont{
	width:100%;
	max-width:initial;
	border-top: 3px solid #00296B;
}

    .column_flex .main_cont > .title1 {
        padding:15px  10px;
    }

.column_flex .side_cont{
	width:100%;
	margin:0 auto;
}

.col_cate_div {
    margin-bottom: 0px;
	margin-top:50px;
}

.col_list1 li a .img {
    height: 18vw;
}

.det_div1{
	padding:20px;
}

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

.detail_area ul li{
	font-size:1.6rem;
}

.detail_area ul li:before{
	width:12px;
	height:12px;
	left:5px;
}


.det_col_cate_area{
	padding: 10px 10px;
}

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

.detail_area h2.bggrablu {
    padding: 15px;
}

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

.sche02_list1 li .btn1 {
    font-size: clamp(1.4rem, 3.4vw, 1.8rem);
}


.sche02_cont1 {
    margin-top: 40px;
}

.sche02 {
    padding: 80px 0;
}

.sche01 {
    padding: 100px 0;
}

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

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

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

    .sche01_list1 li .title_area2 .title2 {
        font-size: clamp(1.8rem, 4vw, 2.2rem);
    }

.sche01_div1 .title_area {
    padding: 15px;
}

    .sche01_div2 .title_area {
    padding: 15px;
    }

.sche02 .inner > .btn1 {
    margin: 60px auto 0;
}

.side_btn:after{
	display:none;
}

.column01 {
    padding: 80px 0;
}

.w_sch_bene02_div2 .title1{
	font-size:2.2rem;
	padding:8px 30px 8px 10px;
}

.pr_tb_text{
	text-align:center;
	margin:20px auto;
}

.price04 .pr_tb_text{
	margin:10px auto 50px;
}

.w_lec02_list1 > li .flow_btn_flex .btn1{
	font-size:1.8rem;
}

.sche02 .inner > .btn1, .sche02 .inner > .add_btn_flex {
    margin: 50px auto 0;
}
	
.home_en03_list{
	flex-direction:column;
}
	
	.mes_slider_area .slider_arrow{
	display:flex;
	width: 99%;
}




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

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


.mes_in{
	flex-direction:column;
}

.mes_in .img{
	max-width:initial;
	width: 100%;
	height: 65vw;
	min-height: initial;
}


.mes_in .text_area{
	max-width:initial;
	width: 100%;
	padding: 20px;
}
	

body{
	font-size:1.5rem;
}

.co6_list1 li .text_area .btn1{
	height: 60px;
}

.content08 .flex .text_area .btn1,
.co6_list1 li .text_area .btn1{
	height:60px;
}

    .contact_list1 li a {
        padding: 20px 10px;
        min-height: 133px;
    }



    .ft_list1 {
        width: 100% !important;
        padding-top: 16px;
    }

    .ft_list1 li.parent {
        margin-bottom: 8px;
    }

    .ft_list1 li {
        margin-bottom: 6px;
    }

.side_btn p.text span{
	font-size:1.2rem;
	margin-bottom: 4px;
}

.marquee_inner {
    animation: marquee 5s linear infinite!important;
}

    #cover .cov_in {
        padding: 20px 0 30px;
    }

#cover .cov_in .text_area{
	width:85%;
}

.w_lec02_list2 > li{
	flex-direction:column;
	border: 3px solid #D3E2F2;
	padding: 15px;
}

.w_lec02_list2 > li .icon{
	width:100%;
	max-width:70px;
	margin:0 auto 20px;
}

.w_lec02_list2 > li .text_area2{
	width:100%;
}

.w_lec_text2{
	font-size:1.5rem;
	line-height:1.5;
	text-align:left;
	margin-top:15px;
}

.w_lec02 {
    padding: 80px 0;
}


.hamapri04_div{
	flex-direction:column;
}

.hamapri04_div .text_area{
	max-width:initial;
	width:100%;
	margin-top:20px;
}

.hamapri04_div .icon{
	margin:0 auto 10px;
	width:30%;
}

 .hamapri03_list1 li{
	 align-items:flex-start;
 }
	
    .hamapri03_list1 li .num {
        width: 60px;
        margin-right: 10px;
        height: 60px;
        font-size: 3rem;
    }

.tri02_tab li{
	height:70px;
}

    .slider_arrow .arrow {
        width: 40px;
    }

    .news02_div1 {
        padding: 20px 10px;
    }


.news02_div1 .title1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.news02_div1 .text1{
	padding:5px 8px;
	font-size:1.3rem;
	margin-top:20px;
}

    .news02_div.price02_div .text_area {
        padding: 30px 10px;
    }

    .news02_div1 .text2 {
        margin-top: 20px;
        font-size: 1.3rem;
    }

.col_list1 li a {
    padding: 20px 0;
    padding-right: 0;
    flex-direction: column;
}

.col_list1 li a:before{
	width:30px;
	height:30px;
	top: auto;
	bottom: 10px;
}

.col_list1 li a .img{
	max-width:initial;
	max-height:initial;
	width:100%;
	height: 64vw;
	margin: 0 0 20px;
}

.col_list1 li a .text_area{
	max-width:initial;
	max-height:initial;
	width:100%;
	padding-bottom: 10px;
}

    .sche_tb th {
        width: 50px;
        height: 60px;
    }

    .w_sch_bene02_div2 .title1 {
        font-size:1.8rem;
        padding: 8px 25px 8px 10px;
    }

    .co2_list1 li .top .img1 {
        /* width: 35%; */
 }

.co2_list1 li .top .img2 {
    /* width: 27%; */
}


.trial04_list li:last-child,
.trial04_list li{
	height: 225px;
	width: 320px;
}

.trial04_list li:before{
	border-left:160px solid transparent;
	border-right: 160px solid transparent;
	border-top: 26px solid #D3E2F2;
}


.trial04_list li:after{
	border-left: 153px solid transparent;
	border-right: 153px solid transparent;
	border-top: 24px solid #fff;
}

    .trial04_list li .text_area .title {
        font-size: 1.8rem;
    }

    .trial04_list li .text_area .num {
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
        margin-right: 8px;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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

.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	}
  
  .marquee_inner {
	display: flex;
  }
  
  .marquee_text {
	font-size: clamp(8rem,11vw,19.8rem); /* 大きめ */
	padding-right: 100px; /* テキスト間の余白 */
	white-space: nowrap;
	color: #DCE7F0;
	font-weight: 700;
	}

.marquee_inner {
	display: flex;
	animation: marquee 20s linear infinite;
  }
  
  @keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-50%);
	}
  }

    /* 下から上 */

	.fade_up {
		opacity:0;
	}
	
	.active .fade_up,
	.active.fade_up{
	animation:fade_up 0.6s linear forwards;
	}
	
	@keyframes fade_up {
	from {
	transform:translateY(10px);
		opacity:0;
	}
	to {
	transform:translateY(0%);
		opacity:1;
	}
	}