@charset "utf-8";
html {overflow-y: visible;}

/* レイアウトのためのCSS */
body{
    overflow-x: hidden;
    background:#fff;
    font-family: "Manrope","Noto Sans JP", sans-serif;
	color: #000;
	font-size:1rem;
	line-height:1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.4px;
}

.manrope{
	font-family: "Manrope", sans-serif;
}

@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
	}


@media screen and (max-width:768px) {
    body{
        font-size: 0.875em;
    }
}

@media screen and (min-width:1920px) {
    body{
        /*font-size: 0.83vw;*/
    }
}

body.appear{
    background:#fff;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

a:hover{
    opacity: 0.7;
}

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

*{
    box-sizing: border-box
}

@media screen and (min-width: 769px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
.pad-under-only{display: none;}	
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
.pad-under-only{display: block;}	
}

@media screen and (min-width: 1025px){	
  .pc-only { display:block; }
  .sp-only { display:none; }	
}
@media screen and (max-width: 1024px){	
  .pc-only { display:none; }
  .sp-only { display:block; }
}

.inner-box {
    max-width: 1040px;
   width: 100%;
    margin: 0 auto;
	padding: 0 1rem;
}

@media screen and (max-width: 1024px){
	
	.inner-box {
   	padding: 0;
}
}

.box900{
	max-width: 900px;
}

.box620{
	max-width: 620px;
}

/* コンテナ幅設定
   -------------------------------------------- */
   [class^="width-box-"] {
      margin-left: auto;
      margin-right: auto;
	   padding-left: clamp(1rem, 2vw, 2rem);
	   padding-right: clamp(1rem, 2vw, 2rem);
   }

   /* 各幅設定 - 100px単位で拡張 */
   .width-box-300 { max-width: 300px; }
   .width-box-400 { max-width: 400px; }
   .width-box-500 { max-width: 500px; }
   .width-box-600 { max-width: 600px; }
   .width-box-700 { max-width: 700px; }
   .width-box-800 { max-width: 800px; }
   .width-box-900 { max-width: 900px; }
   .width-box-1000 { max-width: 1000px; }
   .width-box-1100 { max-width: 1100px; }
   .width-box-1200 { max-width: 1200px; }
   .width-box-1300 { max-width: 1300px; }
   .width-box-1400 { max-width: 1400px; }


/* テキスト配置
   -------------------------------------------- */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }


/* 文字サイズ（clampで可変）
	-------------------------------------------- */
.font12-14 { font-size: clamp(12px, 2vw, 14px); }
.font14-16 { font-size: clamp(14px, 2vw, 16px); }
.font16-18 { font-size: clamp(16px, 2vw, 18px); }
.font18-20 { font-size: clamp(18px, 2vw, 20px); }


.mt0{margin-top: 0;}
.mt5{margin-top: 0.5rem;}
.mt10{margin-top: 1rem;}
.mt20{margin-top: 2rem;}
.mt30{margin-top: 3rem;}
.mt40{margin-top: 4rem;}
.mt60{margin-top: 6rem;}
.mt100{margin-top: 10rem;}
.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 1rem;}
.mb20{margin-bottom: 2rem;}
.mb30{margin-bottom: 3rem;}
.mb40{margin-bottom: 4rem;}
.mb50{margin-bottom: 5rem;}
.mb60{margin-bottom: 6rem;}
.mb100{margin-bottom: 10rem;}

.mx-auto { margin-left: auto; margin-right: auto; }

/* 可変マージン（レスポンシブ）
   -------------------------------------------- */
.mt20-40 { margin-top: clamp(2rem, 5.5vw, 4rem); }
.mt30-50 { margin-top: clamp(3rem, 7.5vw, 5rem); }
.mt50-100 { margin-top: clamp(5rem, 14vw, 10rem); }

.mb20-40 { margin-bottom: clamp(2rem, 5.5vw, 4rem); }
.mb30-50 {margin-bottom: clamp(3rem, 7.5vw, 5rem);}
.mb40-80 { margin-bottom: clamp(4rem, 9.5vw, 8rem); }
.mb50-100 { margin-bottom: clamp(5rem, 14vw, 10rem); }
.mb60-200 {margin-bottom: clamp(6rem, 22vw, 20rem);}

.pt10 { padding-top: 1rem; }
.pt15 { padding-top: 1.5rem; }
.pt20 { padding-top: 2rem; }
.pt25 { padding-top: 2.5rem; }
.pt30 { padding-top: 3rem; }
.pt40 { padding-top: 4rem; }
.pt50 { padding-top: 5rem; }
.pt60 { padding-top: 6rem; }
.pt80 { padding-top: 8rem; }
.pt100 { padding-top: 10rem; }


.pt40-80 { padding-top: clamp(4rem, 9vw, 8rem); }

.pb40-80 { padding-bottom: clamp(4rem, 9vw, 8rem); }


/* font-family */

.header-utility li:last-child a,
.school-info li dl,
.header-area dl,
#news article time,
#page-top span,
h2 span{
    font-family: 'Lato', sans-serif;
}

/* area */

.inner{
    width:100%;
    margin:0 auto;
    padding:70px;
}

@media screen and (max-width:1024px) {
.inner {
        padding: 20px 10px;
    }
}

/* heading */

h2{
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 1.1vw;
    line-height: 1.5;
}

h2 span{
    font-size: 3.5vw;
    text-transform: uppercase;
    display: block;   
}

@media screen and (max-width:1130px) {
h2{
    font-size: 0.9rem;
}

h2 span{
    font-size: 2.5rem;
}
}

@media screen and (max-width:768px) {
h2{
    font-size: 0.8rem;
}

h2 span{
    font-size: 2rem;
}
}


/* header */

#header{
    /*height: 100vh;*/
    position: relative;
	display: flex;
    padding: clamp(1rem,2vw,2rem);
	width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
}


#header h1 img,
#header h1 canvas{
    /*width:clamp(6rem, 3.865rem + 9.49vw, 15.25rem);*/
	width: clamp(80px,11vw,160px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#header h1 {
    line-height: 1.5;
    margin: 0 auto clamp(10px,2.75vw,26px);
    letter-spacing: 0.2em;
    }

#header h1 span{
    display: block;
}

.header-area {
    /*position: relative;
    z-index: 2;*/
    /*top: 30px;*/
    /*left: 0;*/
    animation-delay: .5s;
    /*width: 30%;*/
	flex: 0 0 25%;
	/*margin-left: -2rem;
	margin-bottom: -2rem;*/
}

#header .icon-text-item a {
	line-height: 1;
}

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

/*#header h1 img,
#header h1 canvas{
    width:80px;
}*/
    
#header h1{
    font-size:2rem;
    }    
}

@media screen and (max-width:1024px) {
#header{
    height: auto;
        flex-wrap: wrap;
	width: 100%;
}
    
.header-area{
    flex: 0 0 100%;
	position: absolute;
	top: 0;
        left: 0;
	margin: clamp(1rem,2vw,2rem) 0 0 clamp(1rem,2vw,2rem);
}
#header h1 {
        text-align: center;
        width: clamp(9.375rem, 5.986rem + 15.06vw, 15.625rem);
        background: #fff;
        border-radius: 0 0 10px 0;
        padding: 10px 0;
        margin: 0;
        font-size: 1.3rem;
        /* border-bottom: 7px solid #2e98e5; */
	position: relative;
    }
	
#header h1::before {
        display: block;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 20px;
        height: 20px;
        background: url(../images/common/triangle-w-lb.svg) no-repeat center / cover;
        content: "";
    }
#header h1::after {
        display: block;
        position: absolute;
        right: -20px;
        top: 0px;
        width: 20px;
        height: 20px;
        background: url(../images/common/triangle-w-lb.svg) no-repeat center / cover;
        content: "";
    }

#header h1 img,
#header h1 canvas{
    /*width:60px;*/
    /*left:inherit;*/
	position: initial;
	transform: none;
    }

}



.header-area .lead{
    position: relative;
    font-size: 2vw;
    margin: 0 0 50px 0;
    font-weight: bold;
}

@media screen and (max-width:1130px) {
.header-area .lead{
    font-size: 1.5em;
}    
}

@media screen and (max-width:940px) {
.header-area .lead{
    font-size: 1.3em;
    padding: 28vh 0 0 7vw;
}  
}

@media screen and (max-width:450px) {
.header-area .lead {
    font-size: 1.1em;
    padding: 32vh 0 0 7vw;
    }
}

.header-area .lead::after{
    content:'';
    position: absolute;
    top:0;
    left:-50px;
    width:10px;
    height: 100%;
    background:#2e98e5;
}

@media screen and (max-width:940px) {
.header-area .lead::after{
    display: none;
    }
    
}

.header-area .bg-white{
    background:#f0f0f0;
    padding: 5px;
}

.header-area .border-yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.header-area .address{
    font-size: 1.2vw;
    margin: 0 0 20px 0;
}

.header-area dt,
.header-area dd{
    display: inline-block;
    font-size: 1.1vw;
}

.nav_list{
	font-size: clamp(10px,1.2vw,18px);
	/*margin-bottom: clamp(10px,1.75vw,20px);*/
	margin-bottom: clamp(10px,3vw,20px);
	padding: 0 30px;
}

.nav_list li{
	/*padding: clamp(.1rem,.3vw,1rem) 1rem;*/
	padding: clamp(4px,.8vw,6px) 1rem;
}

.nav_item a {
  position: relative;
  padding-left: clamp(20px,1.5vw,30px); /* アイコンの幅に応じて調整 */
}

.nav_item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(16px,1.2vw,24px); /* アイコンの幅 */
  height: clamp(12px,1vw,20px); /* アイコンの高さ */
  background-image: url('../images/common/icon_nav.svg'); /* アイコン画像を指定 */
  background-size: contain;
}

@media screen and (min-width:1025px) {
.nav_item a:hover::before {
  background-image: url('../images/common/icon_vav_h.svg'); /* アイコン画像を指定 */
}

}


.icon-text-container {
  display: block;
  padding: 0 30px;	
	max-width: 340px;
}

.icon-text-item {
  display: flex;
  align-items: center; /* アイコンとテキストを垂直方向に中央寄せ */
	gap: .5rem;
   }
#header .icon-text-item {
	margin-bottom: 10px;
}

.icon-text-item img {
	width: clamp(45px, 5vw, 65px);
}
.icon-text-item img.icon-small {
	width: clamp(45px, 5vw, 55px);
}
#header .icon-text-item img.icon-small {
	width: clamp(25px, 2.5vw, 50px);
}


.text-content {
  /*flex: 1;*/ /* テキスト部分に可能な限り幅を与える */
	text-align: left;
	display: inline-block;
    margin: 0 auto;
}



.small-text{
	font-size: clamp(0.75rem, 0.536rem + 0.33vw, 0.938rem);
}

.tel-text{
	font-size: clamp(28px, 3vw, 36px);
    line-height: 1;
}

.mail-text{
	font-size: clamp(0.875rem, 0.375rem + 0.78vw, 1.313rem);
}

.news-area{
	/*max-width: 410px;*/
	background-color: #6b99b4;
	border-radius: 0 15px 0 0;
	padding: clamp(10px,1.75vw,20px);
	/*position: absolute;
    left: 0;
    bottom: 0;*/
}
.news-area.pc-only iframe {
	height: clamp(70px,8vw,110px);
}

.news-ttl{
	color: #fff;
	font-size: clamp(22px,2vw,35px);
	font-weight: 400;
}

.news-link{
	text-align: end;
	position: relative;
  padding-right: 30px; 
}

.news-link a{
	font-size:clamp(14px,1vw,16px);
	color: #fff;
}

.news-link a::after{
	content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* アイコンの幅 */
  height: 21px; /* アイコンの高さ */
  background-image: url('../images/top/arrow_news.png'); /* アイコン画像を指定 */
  background-size: cover;
}

.news-link a:hover::after{
	content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px; /* アイコンの幅 */
  height: 22px; /* アイコンの高さ */
  background-image: url('../images/top/arrow_news_h.png'); /* アイコン画像を指定 */
  background-size: cover;
}

@media screen and (max-width:1024px) {
.nav_list{
	display: none;
}
	
.icon-text-container{
	display: none;
	}
	
.news-area{
	max-width: 100%;
	padding: 20px;
        margin: 0 auto;
	border-radius: 15px 15px 0 0;
	position: initial;
}
	
	
}



/* gnavi */

/*========= ぼかしのためのCSS ===============*/

.mainblur{
	filter: blur(8px);
}

#g-nav ul {
    display: block;
    flex-wrap: wrap;
}

#g-nav.panelactive ul li{
    position: relative;
    width:30%;
    text-align: left;
    white-space: nowrap;
}

#g-nav-list{
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}

#g-nav-list li{
	padding: 1rem;
}

#g-nav-list .nav_item a {
  position: relative;
  padding-left: 30px; /* アイコンの幅に応じて調整 */
}

#g-nav-list .nav_item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンの幅 */
  height: 20px; /* アイコンの高さ */
  background-image: url('../images/common/icon_vav_w.svg'); /* アイコン画像を指定 */
  background-size: cover;
}



@media screen and (max-width:1024px) {
#g-nav.panelactive ul li{
    width:48%;
    }
	
#g-nav-list h1 img {
        width: clamp(7.5rem, 5.467rem + 9.04vw, 11.25rem);
        padding: 10px;
        margin-left: clamp(0.75rem, 0.14rem + 2.71vw, 1.875rem);
	margin-top: 1rem;
    }
	
.g-nav-active{
	position: absolute;
    z-index: 999;
    top:80%;
    left:50%;
    transform: translate(-50%,-50%);	
	width: 90%;
	max-width: 320px;
	}	
	
.g-nav-active .icon-text-container {
  display: block;
  padding: 0;	
}	
	
#g-nav-list .icon-text-container {
  display: block;
}

#g-nav-list .icon-text-item {
  display: flex;
  align-items: center; /* アイコンとテキストを垂直方向に中央寄せ */
  margin-bottom: 20px;	
   }

#g-nav-list .icon-text-item img {
  width: 55px; /* アイコンの幅 */
  height: 55px; /* アイコンの高さ */
  margin-right: 10px; /* アイコンとテキストの間隔 */
}

#g-nav-list .text-content {
  flex: 1; /* テキスト部分に可能な限り幅を与える */
}

#g-nav-list .small-text{
	font-size: 15px;
}

#g-nav-list .tel-text{
	font-size: 32px;
}
	
	#g-nav-list .tel-text a{
		color:#fff;
	}	

#g-nav-list .mail-text{
	font-size: 21px;
}
	
	#g-nav-list .mail-text a{
	color:#fff;
}
	
	.blur-bg {
		display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		opacity: 0;
        visibility: hidden;
        /*transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;*/
		z-index: 2;
	}
	
	.blur-bg.blur-open {
		opacity: 1;
        visibility: visible;
	}
	
	body.menu-open {
        overflow: hidden;
    }
	
	
}


@media screen and (max-width:580px) {
#g-nav.panelactive ul li{
    width:100%;
    }
}

#g-nav li a{
    padding: 5px;
}

/*#g-nav.panelactive ul li::before{
    content:'';
    width:5px;
    height: 5px;
    background:#2e98e5;
    position: absolute;
    left:-10px;
    top:43%;
}
*/

/* main-img */

.main-img{
    /*position: absolute;
    top:30px;
    right:30px;
    width:clamp(42.5rem, -1.786rem + 69.2vw, 81.25rem);*/
    border-radius: 20px;
    overflow: hidden;
	/*height: 100vh;*/
	flex: 0 0 75%;
    /*width: 100%;
    height: 100%;*/
	/*margin-left: auto;*/
	/*aspect-ratio: 650 / 483;*/
    padding-left: 2rem;
	text-align: right;
}

.main-img img {
	border-radius: 20px;
	aspect-ratio: 650 / 483;
    object-fit: cover;
    /*height: 100%;
	width: auto;*/
}

@media screen and (min-width:1921px){
.main-img{
	/*width: 75%;*/
	}
	
	#top-about {
		margin-top: 0;
    margin-bottom: 340px;
	}
	
	.construct {
		margin-bottom: 220px;
	}
}

@media screen and (max-width:1024px) {
.main-img{
    width:100%;
	flex: 0 0 100%;
	padding-left: 0;
    }
    
}

/*@media screen and (max-width:940px) {
.main-img{
    width: 94%;
    right: 2%;
}

}*/

/*.main-img img{
    border-radius:20px;
}*/


#top-about{
	margin: 10rem auto clamp(15rem,36vw,30rem);
}

.about-img{
	text-align: center;
	position: relative;
	max-width: clamp(600px,54vw,780px);
	margin: 10rem auto;
}

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

.about-ttl{
	position: absolute;
	top: 0;
	right: -10%;
	writing-mode: vertical-rl;
    text-orientation: mixed;
	font-size: clamp(32px, 4vw, 41px);
    font-weight: 400;
    letter-spacing: .15em;
}

.about-text-box{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	position: absolute;
	top: 85%;
	left: -20%;
	width: 560px;
    max-width: 100%;
	text-align: left;
	font-size: clamp(16px, 2vw, 18px);
    line-height: 1.75em;
}

.link-text-b {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
	font-size: 18px;
}
.link-text-b::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* アイコンの幅 */
  height: 30px; /* アイコンの高さ */
  background-image: url('../images/common/arrow_b.svg'); /* アイコン画像を指定 */
  background-size: cover;
}

.link-text-b:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* アイコンの幅 */
  height: 30px; /* アイコンの高さ */
  background-image: url('../images/common/arrow_b_h.svg'); /* アイコン画像を指定 */
  background-size: cover;
}

#construction{
	background-color: #6b99b4;	
}

.area-ttl-w{
	color: #fff;

	text-align: center;
	font-weight: 400;
    font-size: clamp(28px, 3vw, 36px);
	margin-bottom: 0;
}

.ttl-pad{
	padding: clamp(5rem, 14vw, 10rem) 0 clamp(5rem, 10.5vw, 8rem);
}

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

#top-about {
    margin: 10rem auto clamp(9rem,18vw,30rem);
}
	
.about-img {
    margin: 5rem auto;
    width: 70%;
}
	
	.about-text-box{
    position: static;
        transform: none;
		padding: 1.5rem 0;
		margin-left: auto;
        margin-right: auto;
	}	
	
/*.ttl-pad {
    padding: 50px 0;
}	*/
	
}

.slide-area{
	/*margin-top: 4rem;*/
	/*margin-bottom: 4rem;*/
}

.construct{
	/*display: flex;
	justify-content: space-between;*/
	padding-bottom: clamp(5rem, 14vw, 10rem);
	margin-bottom: clamp(14rem,26vw,30rem);
	/*gap: 2rem;*/
	position: relative;
	}

.construct-l{
	/*flex-basis: 47%;
	position: relative;*/
	}

.construct-r-con {
	text-align: right;
}
.construct-r{
	text-align: left;
	/*flex-basis: 53%;*/
	padding-top: 60px;
	display: inline-block;
    position: relative;
}

.construct-ttl {
	position: absolute;
	top: 0;
	right: 105%;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: clamp(32px, 4vw, 41px);
    font-weight: 400;
    letter-spacing: .15em;
}

.ttl-sub{
	color:#fff;
	text-align: left;
	margin-bottom: 30px;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 400;
    line-height: 1.75em;
}

.white16-text{
	color:#fff;
	text-align: left;
	font-size: 16px;
	/*margin-bottom: 20px;*/
}

.link-text-w {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
	color:#fff;
	font-size: 18px;
}
.link-text-w::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* アイコンの幅 */
  height: 30px; /* アイコンの高さ */
  background-image: url('../images/common/arrow_w.svg'); /* アイコン画像を指定 */
  background-size: cover;
}

.link-text-w:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* アイコンの幅 */
  height: 30px; /* アイコンの高さ */
  background-image: url('../images/common/arrow_w_h.svg'); /* アイコン画像を指定 */
  background-size: cover;
}

.const-img {
    position: absolute;
    top: calc(((100vw - 1024px) / -8.96) + 260px);
    left: calc(((100vw - 1024px) / -3.2582) - 10px);
    width: clamp(600px,55vw,830px);
}

@media screen and (min-width:1920px) {
	.const-img {
		left: auto;
        right: 60%;
        top: 0;
	}
}

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

/*.construct{
	display: block;
	margin-bottom: 50rem;
		}	*/
	
.construct-r {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
    }
	
.construct-ttl {
        
        left: 0;
        /* right: 51%; */
        margin-bottom: 20px;
    }
	
.const-img {
        /*left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
        width: clamp(460px, 55vw, 830px);
        /*top: 450px;*/
	max-width: 100%;
        padding: 0 1rem;
	position: initial;
	margin: 3rem auto 1rem;
    }
	
	.construct-r-con {
		text-align: center;
	}
	
}


.foot-up-box{
	max-width: 900px;
	width: 100%;
    margin: 0 auto;
	position: absolute;
	/*top:calc(((100vw - 768px) / -57.6) + -80px);*/
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 99%;
	
}

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

.foot-up-l,.foot-up-r{
	flex-basis: 50%;
	max-width: 420px;
	margin: 0 .5rem;
}


.blue-tab{
	background-color: #75a9bd;
	border-radius: 20px 20px 0 0;
	padding: 26px 30px;
}

.mail-text2{
	/*font-size:clamp(1.313rem, 1.063rem + 0.52vw, 1.688rem);*/
	font-size: clamp(24px,3vw,27px);
    line-height: 1;
}

.top-recruit-box{
	background-color: #92c3d3;
	border-radius: 0 20px 20px 20px;
	position: relative;
	padding: 30px 80px;
	margin: 0 auto clamp(12rem,38vw,20rem);
}

.top-recruit-img {margin-bottom: 5rem;}
.top-recruit-img img {
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    /* padding-bottom: 40px; */
}

.recruit-ttl{
	position: absolute;
	top: 0;
	right: 100%;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
	background-color: #75a9bd;
	border-radius: 20px 0 0 20px;
	padding: 80px 20px;
    font-size: clamp(32px, 4vw, 41px);
    font-weight: 400;
    letter-spacing: .15em;
    margin-bottom: 0;
}

.recruit-link {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 0 20px;
    border-radius: clamp(10px,2vw,20px) 0 0 0;
    /* position: relative; */
    width: clamp(160px,34vw,224px);
	text-align: center;
}

.recruit-link::before {
    display: block;
    position: absolute;
    left: -9px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../images/common/triangle-w-l.svg) no-repeat center / cover;
    content: "";
}

.recruit-link::after {
    display: block;
    position: absolute;
    right: 0px;
    top: -10px;
    width: 10px;
    height: 10px;
    background: url(../images/common/triangle-w-l.svg) no-repeat center / cover;
    content: "";
}

/* footer */

#footer{
    background: #75a9bd;
    color: #fff;
	position: relative;
}

#footer a{
    color: #fff;
	line-height: 1;
}

.foot-logo{
	text-align: center;
	margin: 3rem auto clamp(3rem, 7.75vw, 6rem);
	max-width: clamp(130px,16vw,200px);
}

.footer-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-info{
	flex-basis: 60%;
}

.footer-nav{
	flex-basis: 40%;
}

.name-ber{
	max-width: 470px;
	text-align: left;
	margin: 0 auto 20px;
}

.foot-info {
    max-width: 460px;
    padding: 0 clamp(1rem, 2vw, 2rem);
	margin: 0 auto;
}

.foot-info table{
  width: 100%;
  margin-bottom: 40px;	
  	
}

.foot-info table th{
  position: relative;
  text-align: left;
  width: 22%;
　	
 padding: 0 0 2px;
 font-weight: 400;	
 vertical-align: top;
}

/*.foot-info table th:after{
  display: block;
  content: "／";
  color: #333;
  position: absolute;
  top:calc(7% - 1px);
  right:-15px;
}*/

.foot-info table td {
    text-align: left;
    padding: 0 0 2px 10px;
    width: 78%;
    
}

.google-map{
	width: 140px;
}

.footer-nav .nav_list{
	font-size: 18px;
	margin-bottom: 3rem;
	padding: 0 30px;
	max-width: 340px;
}

.footer-nav .nav_list li{
	padding: 0.5rem;
}

.footer-nav .nav_item a {
  position: relative;
  padding-left: 30px; /* アイコンの幅に応じて調整 */
}

.footer-nav .nav_item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* アイコンの幅 */
  height: 20px; /* アイコンの高さ */
  background-image: url('../images/common/icon_vav_w.svg'); /* アイコン画像を指定 */
  background-size: cover;
}

.footer-nav .icon-text-container .icon-text-item {
	margin-bottom: 1rem;
	display: inline-flex;
}

.footer-nav .icon-text-container .icon-text-item .tel-text {
	font-size: clamp(28px, 2.5vw, 32px);
}
.header-area .icon-text-container .icon-text-item .tel-text {
	font-size: clamp(18px, 1.75vw, 22px);
}
.footer-nav .icon-text-container .icon-text-item .small-text {
	font-size: clamp(13px, 1vw, 15px);
	line-height: 1.1em;
}
.header-area .icon-text-container .icon-text-item .small-text {
	font-size: clamp(6px, .8vw, 11px);
	line-height: 1.1em;
}
.footer-nav .icon-text-container .icon-text-item .mail-text {
	font-size: clamp(19px, 1.75vw, 21px);
    line-height: 1;
}
.header-area .icon-text-container .icon-text-item .mail-text {
	font-size: clamp(12px, 1.15vw, 15px);
    line-height: 1;
}

.copyright {
	padding: 0 30px;
    max-width: 340px;
    text-align: left;
}


@media screen and (max-width:1024px) {
	
	
    
	
	.recruit-ttl {
    left: 0;
        right: auto;
        top: auto;
        bottom: 100%;
        border-radius: 20px 20px 0 0;
    writing-mode: horizontal-tb;
		padding: 14px;
        width: 100%;
        max-width: clamp(250px,40vw,360px);
}
	
	.top-recruit-box {
    padding: 30px 30px;
		margin-left: 1rem;
        margin-right: 1rem;
    }
	
	/*.footer-area{
        align-items: flex-start;
    }*/
	
	.footer-info{
	flex-basis: 100%;
		text-align: center;
}
	
.footer-nav{
	flex-basis: 100%;
}
	
	.footer-nav .nav_list{
		/*display: block;*/
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 460px;
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	.footer-nav .nav_list li {
		width: 50%;
	}
	
		
	.footer-nav .icon-text-container {
        display: block;
		padding: 0px;
		margin: 0 auto 1rem;
        max-width: 250px;
    }
		
	.copyright {
		text-align: center;
		margin: 0 auto;
	}

    
}

@media screen and (max-width:940px) {
    small{
        text-align: center;
    }
    #page-top{
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 50px auto 30px auto;
    width: 80px;
    animation: none!important;
    transform:none!important;
    opacity: 1;
    }
    
}

@media screen and (max-width:768px) {
	
	.main-img img {
		aspect-ratio: auto;
	}

/*.construct {
        margin-bottom:40rem;
    }	*/
	
	.construct-r {
		max-width: 500px;
    margin: 0 5rem;
	}
	
	
	.school-info,
.footer-sitemap{
    width:100%;
}
    
.school-info{
    text-align: center;
    margin:0 0 70px 0;
    padding: 0 0 70px 0;
    border-bottom:1px solid rgba(255,255,255,0.8);
}
    .school-info span{
        font-size:1.3rem;
    } 
	
	.foot-up-box{
		display: none;
	}	
	
}

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

/*.construct {
        margin-bottom:30rem;
    }*/
	
}

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

/*.construct {
        margin-bottom:25rem;
    } */
	
	.construct-r {margin: 0 auto;}
	
	.construct-ttl {
		writing-mode: horizontal-tb;
		position: initial;
	}
	
}

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

/*.construct {
        margin-bottom:20rem;
    }*/
	
}

@media screen and (min-width:1920px) {
	
	.mail-text2 {
    font-size: 26px;
}
	
	.foot-up-box {
        top: -100px;
    }
	
	.recruit-ttl{
		/*left: -80px;*/
	}
}



/*会社案内*/

.blue-box960{
	background-color: #92c3d3;
	border-radius: 20px;
	max-width: 960px;
	padding: clamp(3rem,6vw,5rem) clamp(1rem, 2vw, 2rem);
	margin: 0 auto clamp(10rem, 18vw, 14rem);
}

.blue-box960 p{
	color:#fff;
	font-size: clamp(1rem, 0.928rem + 0.32vw, 1.313rem);
}

.about-table {
  max-width: 800px;
  margin: 4em auto;
  width: 100%;
  border-collapse: collapse;
}

.about-table tr {
  border-bottom: 1px #999 dotted;
}

.about-table tr:first-child {
  border-top: 1px #999 dotted;
}


.about-table tr th {
  text-align: left;
  /*font-size: 1.125em;*/
	font-size: 18px;
  width: 12em;
  padding: 16px 1em;
	font-weight: 500;
}

.about-table tr th::before {
  content: "●";
  color: #6b99b4;
  padding-right: 3px;
	vertical-align: baseline;
}

.about-table tr td {
  padding: 16px 1em 16px 0;
}

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

.flex60{
	flex-basis: 58%;
}

.flex40{
	flex-basis: 38%;
}

.under-g-ttl-g {
    background-color: #f0f5f7;
    border-radius: 20px 20px 0 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.5em;
	max-width: 710px;
}

.under-subttl-g {
    text-align: center;
    }

.under-subttl-g h3 {
    display: inline-block;
    font-size: clamp(24px, 4vw, 30px);
	font-weight: 400;
    text-align: center;
    margin: 0 auto;
    padding: 0.75em 0 0;
    border-bottom: 3px solid #92c3d3;
	letter-spacing: .1em;
    padding-bottom: .5rem;
}
.under-subttl-g h3.border-none {
	border: none;
}
.under-subttl-g h3.font-small {
	font-size: clamp(18px, 2vw, 24px);
}

.white-box{
    background-color: #fff;
    border-radius: 30px;
    padding: 2em 4em;
    margin-bottom: 12rem;
}

.timeline {
  list-style: none;
  padding-top: 3rem;
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline > li {
    /*overflow: hidden;*/
    margin: 0;
    /*position: relative;*/
	display: flex;
  }
  .timeline-date {
    width: 230px;
   /* float: left;*/
	font-size:2.4rem;  
    transform: translateY(-30px);
	  text-align: right;
	 padding-right: 20px;
  }
  .timeline-content {
    width: 70%;
   /* float: left;*/
    border-left: 1px #ccc dotted;
    padding-left: 30px;
    min-height: 120px;
	  position: relative;
}
  .timeline-content:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #75a9bd;
    position: absolute;
    left: -8px;
    top: -10px;
    border-radius: 100%;
}
.timeline p:not([class]) {margin-top: -14px;}
.timeline > li:last-of-type .timeline-content {
	border-left: none;
}
	
@media screen and (max-width: 1024px){
	
.timeline-content {
        padding-left: 20px;
        min-height: 120px;
      }

      .timeline-content:before {
        /*left: 153px;*/
      }

      .timeline-date {
       width: 160px;
        margin-top: 0;
        font-size:1.8rem; 
       /* transform: translate(0, -5px);*/
      }


}



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

 .about-table {
    max-width: 560px;
  }

  .about-table tr th {
    display: block;
    padding: 14px 0;
	  width: 100%;
  }

  .about-table tr td {
    display: block;
    padding: 0 0 1em calc(1.125em + 3px);
  }	
	
.flex-outer{
	display: block;
}
	
 .under-subttl-g h3 {
        /*font-size: 20px;*/
	 padding-top: 2rem;
    }	
	
.timeline-content {
       width: 70%;
        padding-left: 20px;
        min-height: 120px;
      }

      .timeline-content:before {
        /*left: 123px;*/
      }

      .timeline-date {
       width: 130px;
        margin-top: 0;
        font-size:1.6rem; 
       transform: translateY(-24px);
      }	
 
    		
	
}

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

.blue-box960 {
    /*padding: 20px;
    margin: 1rem auto 1rem;*/
}
	
.white-box {
    padding: 1em;
	margin-bottom: 4rem;
   }	
	
.timeline-content {
       width: 60%;
        padding-left: 20px;
        min-height: 120px;
      }

      .timeline-content:before {
        /*left: 103px;*/
      }

      .timeline-date {
       width: 110px;
        margin-top: 0;
        font-size:1.4rem; 
        transform: translateY(-20px);
      }	
	
}
	