@charset "utf-8";

/*==================================================

ベース

==================================================*/
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
	color: #0d0d0d;
	font-family: var(--font-sans-serif);
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
/*	font-feature-settings: "palt";*/
	letter-spacing: .04em;
}
body.menu-open{
	overflow: hidden;
}
html.menu-open{
	overflow: hidden;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/dinbold-webfont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "AvantGardeDemi";
  src: url("../fonts/AvantGardeDemi.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

/*========= font family関数指定 ==========*/
:root {
	--font-sans-serif: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	--font-en: "AvantGardeDemi", sans-serif;
	--font-din: "DIN", Arial, sans-serif; 
}
/*===================*/


img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #0d0d0d;
	text-decoration: none;
	cursor: pointer;
}
/* フェードイン */
.js-inview {
	opacity: 0;
	transition: opacity .8s;
}
.js-inview.is-show {
	opacity: 1;
}

/* アンカー
--------------------------------------------------*/
[id]{
  position: relative;
}
/* PC */
@media print,only screen and (min-width: 768px){
  [id]{
    scroll-margin-top: 10rem;
  }
  #news{
    scroll-margin-top: -8rem;    
  }
}

/* SP */
@media screen and (max-width: 767px){
 [id]{
    scroll-margin-top: 0;
  }
  #news{
    scroll-margin-top: -10rem;    
  }
}

/*==================================================

全ページ共通

==================================================*/
/* PC */
@media print, screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
	.sp {
		display: none!important;
	}
	a:hover {
		text-decoration: underline;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	html {
		font-size: 1.33vw;
	}
	.pc {
		display: none!important;
	}
}

/* form リセット
--------------------------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==================================================

ヘッダー

==================================================*/

/* レイアウト 
--------------------------------------------------*/
.l-header img{
  width: 100%;
}
.l-header a{
	text-decoration: none;
	display: block;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.l-header{
    background-color: #fff;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
    height: 10rem;
		padding: 0 3rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 160;
	}
	.l-header__logo{
		width: 23.2rem;
		position:absolute;
		top:2.6rem;
		left:3.2rem;
	}
	.l-header__logo img{
		width: 100%;
	}
}

/* グローバルナビ
--------------------------------------------------*/
.l-header__menus{
  background-color: #657571;
  display: none;
}
.nav-global__itemIn{
  color: #fff;
  font-weight: bold;
  border-bottom: 1px #b2bab8 dashed;
  position: relative;
 }
.nav-global__itemIn:before{
  content: "";
  background-color: #d2d800;
  border-radius: 50%;
  position: absolute;
 }
.nav-global__icon{
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  transition: transform .3s ease;
}
.nav-globalIn__itemIn{
  color: #fff;
  font-weight: 500;
  position: relative;
}
.nav-globalInIn__itemIn{
  color: #fff;
  position: relative;
 }

/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-header__menus{
    position:absolute;
    top:10rem;
    left:0;
    right: 0;
    padding: 0 3rem 0 3rem;
  }
  .nav-global{
    max-width: 110rem;
    display: flex;
    flex-wrap: wrap;
    gap:0 4rem;
    margin: 3rem auto 6rem auto;
  }
  .nav-global a:hover{
    text-decoration: underline;
  }
  .nav-global__item{
    width: calc( ( 100% / 3 ) - 2.667rem );
    margin-bottom: 1.8rem;
  }
  .nav-global__itemIn{
    font-size: 1.8rem;
    padding: 1.8rem 3.5rem 1.8rem 2.4rem;
   }
  .nav-global__itemIn:before{
    width: 0.5rem;
    height: 0.5rem;
    top: 1.6em;
    left: 0.7rem;
   }
  .nav-global__icon{
    width: 5rem;
  }
  .nav-global__icon:before{
    background-size: 100% auto;
    width: 1.6rem;
    height: 2rem;
  }
  .nav-globalIn{
    margin: 1rem 0 1rem 0;
    display: none;
  }
  .nav-globalIn__itemIn{
    font-size: 1.6rem;
    padding: 0.4rem 0 0.4rem 3.4rem;
  }
  .nav-globalInIn{
    margin: 0.6rem 0;
   }
  .nav-globalInIn__itemIn{
    padding: 0.3rem 0 0.3rem 6.6rem;
   }
  .nav-globalInIn__itemIn:before{
    width: 0.2rem;
    height: 0.2rem;
    top: 0.1em;
    left: 4.8rem;
   }
}

/* SP */
@media screen and (max-width: 767px){
  .l-header__menus{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
    height: calc(100vh - 15rem);
    position:fixed;
    bottom:15rem;
    left:0;
    right: 0;
  }
  .l-header__menusIn{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 15rem);
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 3.5rem 6rem 3.5rem;
  }
  .nav-global__itemIn{
    margin-bottom: 2.7rem;
   }
  .nav-global__itemIn{
    font-size: 3.2rem;
    padding: 2.4rem 3.5rem 2.4rem 3.9rem;
    position: relative;
   }
  .nav-global__itemIn:before{
    width: 0.9rem;
    height: 0.9rem;
    top: 1.25em;
    left: 1.2rem;
   }
  .nav-global__icon{
    width: 7.8rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .nav-global__icon:before{
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/shared/arrow-down.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    display: block;
    transition: transform .3s ease;
    transform-origin: center center;
  }
  .nav-globalIn{
    margin: 1rem 0 1rem 0;
    display: none;
  }
  .nav-globalIn__itemIn{
    font-size: 2.8rem;
    padding: 2rem 0 2rem 7.5rem;
  }
  .nav-globalInIn{
    margin: 1rem 0 1rem 0;
   }
  .nav-globalInIn__itemIn{
    font-size: 2.8rem;
    padding: 1.5rem 0 1.5rem 13.2rem;
   }
  .nav-globalInIn__itemIn:before{
    width: 0.4rem;
    height: 0.4rem;
    top: 0.5em;
    left: 9.8rem;
   }
}

/* ヘッダーナビ
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
  .nav-header{
    position:absolute;
    bottom:2rem;
    right:10rem;
    display: flex;
    align-items:stretch;
    justify-content: flex-end;
  }
  .nav-header__item{
    display: flex;
  }
  a.nav-header__itemIn{
    font-size: 1.5rem;
    line-height: 1.466;
    font-weight: bold;
    padding: 0.7rem 1.6rem 0.7rem 1.6rem;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    transition: color .3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-header__itemIn:hover{
    color: #948e00;
  }
  .nav-header__itemIn:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px #d9d9d9 dashed;
    display: block;
  }
  .nav-header__item.-document .nav-header__itemIn{
    background-image: url("../images/shared/icon-document.svg");
    background-size: 2.1rem auto;
    background-position: 1.4rem center;
    padding-left: 4.3rem;
  }
  .nav-header__item.-examination .nav-header__itemIn{
    background-image: url("../images/shared/icon-exam.svg");
    background-size: 2.6rem auto;
    background-position: 1.4rem center;
    padding-left: 5rem;
    padding-right: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1295px) {
  .nav-header {
    bottom: 0.7rem;
    flex-wrap: wrap;
    width: 62rem;
    gap: 1.2rem 0;
  }
  a.nav-header__itemIn {
    min-width: 15rem;
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
  .nav-header__item.-document .nav-header__itemIn {
    background-size: 1.9rem auto;
    background-position: 2.8rem center;
    padding-left: 5rem;
  }
  .nav-header__item.-examination .nav-header__itemIn {
    background-size: 2.2rem auto;
    background-position: 2.6rem center;
    padding-left: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1060px) {
	.l-header__logo{
		width: 18rem;
		position:absolute;
		top:2rem;
		left:2.5rem;
	}
  .nav-globalIn__itemIn{
    padding: 0.4rem 0 0.4rem 3rem;
  }
  .nav-globalIn__itemIn:before{
    left: 1.3rem;
   }
  .nav-globalInIn__itemIn{
    padding: 0.2rem 0 0.2rem 5rem;
   }
  .nav-globalInIn__itemIn:before{
    left: 3.6rem;
   }
}

@media (min-width: 768px) and (max-width: 910px) {
  .nav-header {
    width: 45rem;
    max-width: unset;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .l-header__logo{
    height: 12rem;
    border-bottom: 1px #e5e5e5 solid;
    background-color: #fff;
    text-align: center;
    padding-top: 3rem;
    box-sizing: border-box;
  }
  .l-header__logo img{
    width: 30.5rem;
  }
  .nav-header{
    background: linear-gradient(-50deg,#657571 0%, #8a938c 100%);
    height: 15rem;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 30.8rem;
    right: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 100;
  }
  .nav-header__item{
    width: 14.8rem;
  }
  .nav-header__itemIn{
    height: 100%;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    position: relative;
    display: block;
    background-repeat: no-repeat;
  }
  .nav-header__itemIn:before{
    content: "";
    position: absolute;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
  }
  .nav-header__item.-document .nav-header__itemIn{
    background-image: url("../images/shared/icon-document-white.svg");
    background-position: center 3rem;
    background-size: 3.5rem auto;
    padding-top: 10rem;
  }
  .nav-header__item.-examination .nav-header__itemIn{
    background-image: url("../images/shared/icon-exam-white.svg");
    background-position: center 3.2rem;
    background-size:4.5rem auto;
    padding-top: 10rem;
  }
}

/* ハンバーガー
--------------------------------------------------*/

.l-header__menus{
  display: none;
  z-index: 99;
}
.m-hamburger{
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 100;
}
.m-hamburger__lines{
  height: 30%;
  width:45%;
  margin: 20% auto 14% auto;
  position: relative;
}
.m-hamburger__lines>div{
  background-color: #fff;
  width:100%;
  height:2px;
  transition: transform .3s ease, opacity .3s ease;
  position: absolute;
  left:0;
  top:50%;
}
.m-hamburger__lines>div:first-child{
  transform: translateY(-700%);
}
.m-hamburger__lines>div:nth-child(2){
  width: 77.8%;
}
.m-hamburger__lines>div:last-child{
  width: 55.6%;
  transform: translateY(700%);
}
.menu-open .m-hamburger__lines>div:first-child{
  transform: rotate(225deg);
}
.menu-open .m-hamburger__lines>div:nth-child(2){
  transform: translateX(-50%);
  opacity: 0;
}
.menu-open .m-hamburger__lines>div:last-child{
  width: 100%;
  transform: rotate(-225deg);
}
.m-hamburger__text{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.m-hamburger__text:before{
  content: "MENU";
  color: #fff;
  font-family: var(--font-en);
  letter-spacing: .1em;
  line-height: 1;
}
.menu-open .m-hamburger__text:before{
  content: "CLOSE";
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-hamburger{
    background: linear-gradient(170deg,#8a938c 0%, #657571 100%);
    width: 10rem;
    height: 10rem;
    top: 0;
  }
  .m-hamburger__text:before{
    font-size: 1.6rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .l-header__menus{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc( 100vh - 15rem );
  }
  .m-hamburger{
    position: fixed;
    width: 14.8rem;
    height: 15rem;
    bottom: 0;
  }
  .m-hamburger__lines{
    margin: 22% auto 15% auto;
  }
  .m-hamburger__lines>div{
    height:5%;
  }
  .m-hamburger__lines>div:first-child{
    transform: translateY(-900%);
  }
  .m-hamburger__lines>div:nth-child(2){
    width: 86.7%;
  }
  .m-hamburger__lines>div:last-child{
    width: 73.4%;
    transform: translateY(900%);
  }
  .m-hamburger__text:before{
    font-size: 2rem;
  }
}

/* SP学科メニュー
--------------------------------------------------*/
/* SP */
@media screen and (max-width: 767px){
  .m-deptmenu__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 30.8rem;
    height: 15rem;
    border-right: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 3.2rem;
    z-index: 110;
  }
  .m-deptmenu__menus {
    display: none;
    position: fixed;
    bottom: 15rem;
    left: 0;
    right: 0;
    background-color: #657571;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 15rem);
    z-index: 200;
  }
  .m-deptmenu__menusIn {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 15rem);
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 3.5rem 3rem 3.5rem;
  }
}

/*==================================================

フッター

==================================================*/
/* フッター1
--------------------------------------------------*/
footer{
  position: relative;
  z-index: 5;
}
.l-footer__logo img{
  width: 100%;
}
.l-footer01{
  background-color: #363581;
}
.l-footer__address{
  color: #fff;
  font-weight: 500;
}
.nav-footer01__itemIn{
  position: relative;
  color: #fff;
  font-weight: 500;
  display: block;
}
.nav-footer01__itemIn:before {
  background-color: #7372a7;
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  position: absolute;
  left: 0;
}
.l-footer__address a{
  color: #fff;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-footer01{
    padding: 2.5rem 2rem;
    margin-top: 12.5rem;
  }
  .l-footer01__inner,
  .l-footer02__inner{
    max-width: 108rem;
    margin: 0 auto;
  }
  .l-footer01__inner{
    display: flex;
    justify-content: space-between;
  }
  .l-footer__texts{
    width: 56%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.7rem;
  }
  .l-footer__address a{
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
  .l-footer__logo{
    width: 20rem;
    margin-bottom: 1.5rem;
  }
  .l-footer__address{
    width: calc( 100% - 23rem );
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .nav-footer01{
    width: 42%;  
  }
  .nav-footer01__itemIn{
    font-size: 1.6rem;
    padding: 0.8rem 0 0.8rem 2rem;
  }
  .nav-footer01__itemIn:before {
    width: 0.9rem;
    height: 1rem;
    top: 0.85em;
  }
}

@media (min-width: 768px) and (max-width: 1055px) {
  .l-footer__texts{
    width: 32.5rem;  
    display: block;
  }
  .l-footer__address{
    width: 100%;
  }
  .nav-footer01{
    width: calc( 100% - 34rem );  
  }
}

/* SP */
@media screen and (max-width: 767px){
  .l-footer01{
    padding: 7rem 3.5rem 6rem 3.5rem;
    margin-top: 18rem;
  }
  .l-footer__texts{
    margin-bottom: 4.5rem;
  }
  .l-footer__logo{
    width: 36rem;
    margin: 0 auto 4rem auto;
  }
  .l-footer__address{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.9;
  }
  .nav-footer01__itemIn{
    font-size: 2.5rem;
    padding: 1.5rem 0 1.5rem 2.5rem;
  }
  .nav-footer01__itemIn:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.95em;
  }
}

/* フッター2
--------------------------------------------------*/
.l-footer02{
  background-color: #1d50a2;
}
.nav-footer02{
  display: flex;
  flex-wrap: wrap;
}
.nav-footer02__itemIn{
  position: relative;
  color: #fff;
  font-weight: 500;
  display: block;
}
.nav-footer02__itemIn:before {
  background-color: #6185be;
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
}

/* PC */
@media print,only screen and (min-width: 768px){
  .l-footer02{
    padding: 1.2rem 1rem;
  }
  .nav-footer02{
    justify-content: center;
  }
  .nav-footer02__itemIn{
    font-size: 1.4rem;
    padding: 0.3rem 2.6rem 0.3rem 1.5rem;
  }
  .nav-footer02__itemIn:before {
    width: 0.9rem;
    height: 1rem;
    top: 0.5em;
  } 
}

/* SP */
@media screen and (max-width: 767px){
  .l-footer02{
    padding: 3rem 3.5rem;
  }
  .nav-footer02__item{
    width: 50%;
  }
  .nav-footer02__itemIn{
    font-size: 2.5rem;
    line-height: 1.6;
    padding: 1.5rem 0 1.5rem 3.2rem;
  }
  .nav-footer02__itemIn:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.9em;
  } 
}
/* フッター3
--------------------------------------------------*/
.l-footer03{
  background-color: #fff;
  text-align: center;
  color: #595959;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-footer03{
    font-size: 1.4rem;
    padding: 2.5rem 3rem 1.8rem 3rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .l-footer03{
    font-size: 2.4rem;
    padding: 3rem 3rem 4rem 3rem;
    margin-bottom: 15rem;
  }
}

/* ページトップ
--------------------------------------------------*/
.l-footer__pagetop {
  background: #fff;
  position: fixed;
  z-index: 98;
  cursor: pointer;
  border-radius: 50%;
  border: 1px #a6a6a6 solid;
}
.l-footer__pagetop:before {
  background-color: #a6a6a6;
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-footer__pagetop {
    width: 6rem;
    height: 6rem;
    bottom: 3rem;
    right: 3.3rem;
    transition: background-color .3s ease;
  }
  .l-footer__pagetop:before {
    width: 1.5rem;
    height: 1.8rem;
    top: -0.5rem;
    transition: background-color .3s ease;
  }
  .l-footer__pagetop:hover {
    background: #a6a6a6;
  }
  .l-footer__pagetop:hover:before {
    background-color: #fff;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .l-footer__pagetop {
    width: 8rem;
    height: 8rem;
    bottom: 25.5rem;
    right: 2rem;
  }
  .l-footer__pagetop:before {
    width: 2.2rem;
    height: 2.5rem;
    top: -0.5rem;
  }
}

/*==================================================

セカンド共通

==================================================*/

/* レイアウト
--------------------------------------------------*/
.l-content{
  position: relative;
  overflow-x: clip;
}
.l-content:before,
.l-content:after{
  content: "";
  display: block;
  background: url("../images/shared/circle.svg") center top repeat-y;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0.1;
  z-index: -1;
}  
.l-content.home:before,
.l-content.home:after{
  content: none;
}  

.l-content__inner:after{
  content: "";
  background: url("../images/shared/wave.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  opacity: 0.2;
  aspect-ratio: 300 / 87;
  position: absolute;
  z-index: -1;
}

/* PC */
@media print,only screen and (min-width: 768px){	
  .l-content:before{
      width: 58.3rem;
      top: 172rem;
      left: calc( 50% + 29rem );
    }
  .l-content:after{
      width: 58.3rem;
      top: 83rem;
      right: calc( 50% + 29rem );
    }
  .l-content__inner:after{
    width: 180rem;
    top: 0;
    left: calc( 50% - 50vw );
    right: calc( 50% - 50vw );
  }
	.l-content__inner{
		max-width:116.5rem;
		font-size: 1.6rem;
		padding: 0 3rem;
		margin: 0 auto;		
    box-sizing: content-box;
    position: relative;
	}
	.-w1000 .l-content__inner{
		max-width:100rem;
	}
	.nontitle .l-content__inner{
		max-width:100rem;
		margin-top:10rem;
	}
	.l-container{
		max-width:;
		font-size: 1.6rem;
		display: flex;
		justify-content: space-between;
		padding: 0 3rem;	
		margin: 0 auto 9rem auto;		
    box-sizing: content-box;
	}
	.l-container .l-sidebar{
		width: 27rem;		
	}
	.l-container .l-main{
		width: 78rem;
	}	
}

/* SP */
@media screen and (max-width: 767px){
	.l-content{
    padding: 0 3.5rem;
		font-size: 2.6rem;
	}	
	.l-content.home{
    padding: 0;
	}	
  .l-content:before,
  .l-content:after{
    background: url("../images/shared/circle-sp.svg") center top repeat-y;
    background-size: 100% auto;
  }  
  .l-content:before{
    width: 51.8rem;
    top: 214rem;
    right: -19rem;
    bottom: 0;
  }
  .l-content:after{
    width: 51.8rem;
    top: 120rem;
    left: -19rem;
    bottom: 0;
  }
  .l-content__inner:after{
    width: 155.6rem;
    top: -6rem;
    right: -6rem;
  }
  .-about.l-content:after{
    top: 15rem;
  }
	.l-container{
		font-size: 1.6rem;
	}
}

/* ページタイトル
--------------------------------------------------*/
.m-pageTitle{
  background-color: #78837c;
  overflow: hidden;
}
.m-pageTitle.-design{ 
  background-color: #a19614;
}
.m-pageTitle.-it{ 
  background-color: #005d97;
}
.m-pageTitle.-management{ 
  background-color: #6c8f03;
}
.m-pageTitle.-software{ 
  background-color: #ae2872;
}
.m-pageTitle.-teacher{ 
  background-color: #624c9a;
}

.m-pageTitle__itemIn{
  color: #fff;
	font-weight: bold;
  position: relative;
  z-index: 10;
}

/* PC */
@media print,only screen and (min-width: 768px){
  .m-pageTitle{
    height: 30rem;	
    position: relative;
    margin-top: 10rem;
  }
  .m-pageTitle img{
    width: 100%;
    height: 30rem;
    object-fit: cover;
  }
  .m-pageTitle__image{
    width: 50%;
    margin-left: auto;
    position: relative;
  }
  .m-pageTitle__image:before{
    width: 100%;
    background: linear-gradient(-90deg,rgba(120, 131, 124, 0) 60%, rgba(120, 131, 124, 1) 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .-design .m-pageTitle__image:before{
    width: 100%;
    background: linear-gradient(-90deg,rgba(161,150,20, 0) 60%, rgba(161,150,20, 1) 100%);
  }
  .-it .m-pageTitle__image:before{
    background: linear-gradient(-90deg,rgba(0,93,151, 0) 60%, rgba(0,93,151, 1) 97%);
  }
  .-management .m-pageTitle__image:before{
    background: linear-gradient(-90deg,rgba(108,143,3, 0) 60%, rgba(108,143,3, 1) 100%);
  }
  .-software .m-pageTitle__image:before{
    background: linear-gradient(-90deg,rgba(174,40,114, 0) 60%, rgba(174,40,114, 1) 100%);
  }
  .-teacher .m-pageTitle__image:before{
    background: linear-gradient(-90deg,rgba(98,76,154, 0) 60%, rgba(98,76,154, 1) 100%);
  }

  .m-pageTitle__item{
    max-width: 110rem;
    position: absolute;
    inset:0;
    margin: auto;
    padding: 0 4rem;
    box-sizing: content-box;
  }
  .m-pageTitle__itemIn{
    height: fit-content;
    position: absolute;
    left: 4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 3.6rem;
  }
  .m-pageTitle:after{
    content: "";
    display: block;
    position: absolute;
    width: 85rem;
    background: url("../images/shared/title-wave.png") center center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 448 / 109;
    top: 6rem;
    right: calc( 50% - 9rem );
    z-index: 5;
    opacity: 0.6;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-pageTitle img{
    width: 100%;
  }
  .m-pageTitle__image{
    position: relative;
    z-index: 15;
  }
  .m-pageTitle__item{
    padding: 4.5rem 2.5rem 4.5rem 3.7rem;
    position: relative;
  }
  .m-pageTitle__item:before{
    content: "";
    display: block;
    position: absolute;
    width: 103.6rem;
    background: url("../images/shared/title-wave.png") center center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 448 / 109;
    top: -7rem;
    left: -15rem;
    z-index: 5;
    opacity: 0.7;
  }
  .m-pageTitle__itemIn{
    font-size: 4rem;
  }
}

/* ぱんくず
--------------------------------------------------*/
.m-bread__inner{
  display: flex;
  flex-wrap: wrap;
}
.m-bread li{
  color: #78837c;
  font-weight: 500;
  letter-spacing: 0;
}
.m-bread a{
  position: relative;
}
.m-bread a:after{
  content: "";
  background: url("../images/shared/arrow-bread.svg") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
}

/* PC */
@media print,only screen and (min-width: 768px){	
  .m-bread{
    padding: 1.4rem 3rem 7rem 3rem;
  }
  .m-bread__inner{
    max-width: 110rem;
    margin: 0 auto;
  }
  .m-bread li{
    font-size: 1.4rem;
  }
  .m-bread a{
    transition: all .3s ease;
  }
  .m-bread a:hover{
    color: #948e00;
  }
  .m-bread a:after{
    width: 0.6rem;
    height: 1.1rem;
    margin: 0 1.6rem 0 1.7rem;
  }
}

/* SP */
@media screen and (max-width: 767px){		
  .m-bread{
    margin: 2rem 2rem 7rem 3.3rem;
  }
  .m-bread__inner{
  }
  .m-bread li{
    font-size: 2.2rem;
  }
  .m-bread a:after{
    width: 1rem;
    height: 1.8rem;
    margin: 0 2.8rem 0 2.3rem;
  }
}

/*==================================================

トップページ

==================================================*/
/* メイン
--------------------------------------------------*/
.home-main img{
  width: 100%;
}
.home-main{
  position: relative;
}
.home-main__text{
  writing-mode: vertical-rl;
  letter-spacing: 0;
  font-weight: bold;
  text-align: right;
  position: absolute;
  white-space: nowrap;
}
.home-main__text span{
  letter-spacing: .02em;
  display: block;
}
.home-main__block{
  overflow: hidden;
}
.home-main__blockItem{
  display: block;
  position: relative;
}
.home-main__button{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}
.home-main__block:first-child .home-main__button{
  background-color: #d2d800;
  color: #0d0d0d;
  text-align: center;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-main{
    max-width: 125rem;
    margin: 12rem auto 0 auto;
    padding: 0 2.5rem;
    box-sizing: content-box;
    display: grid;  
    justify-content: space-between;
    grid-gap:3.7% 2rem;
    grid-template-columns:66.64% 32.16%;
    grid-auto-rows: auto auto;  
  }
  .home-main__text{
    font-size: min(5.6rem,4.239vw);
    top: min(4rem,3.02784vw);
    left: min(6rem,4.54176vw);
    text-shadow:
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 30px rgba(255,255,255,.9);
  }
  .home-main__text span{
    font-size: min(3rem,2.27088vw);
    margin-bottom: min(4.5rem,3.40632vw);
  }
  .home-main__block:first-child{
    grid-column: 1 / 2;
    grid-row: 1 / 3;  
  }
/*
  .home-main__block img{
  }
  .home-main__block:first-child img{
    aspect-ratio: 14 / 9;
  }
*/
  .home-main__block:nth-child(2){
    grid-column: 2 / 3;
    grid-row: 1 / 2;  
  }
  .home-main__block:nth-child(3){
    grid-column: 2 / 3;
    grid-row: 2 / 3;  
  }
  .home-main__block{
    border-radius: min(2rem,1.51392vw);
  }
  .home-main__blockItem img{
    transition: transform .3s ease;
  }
  .home-main__blockItem:hover img{
    transform: scale(1.07);
  }
  .home-main__button{
    width: min(36.1rem,27.326256vw);
    background:rgba(0,0,0,0.6) url("../images/shared/arrow-white.svg") right min(1.8rem,1.362528vw) center no-repeat;
    background-size: min(1.8rem,1.362528vw) auto;
    font-size: min(1.6rem,1.211136vw);
    padding:min(0.8rem,0.605568vw) min(3.5rem,2.64936vw) min(0.6rem,0.454176vw) min(2rem,1.51392vw);
    border-radius: min(2rem,1.51392vw) 0 min(2rem,1.51392vw) 0;
  }
  .home-main__block:first-child .home-main__button{
    width: min(20rem,15.1392vw);
    background-position: right min(2.9rem,2.195184vw) center;
    font-size: min(2rem,1.51392vw);
    padding: min(1rem,0.75696vw) min(2rem,1.51392vw);
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .home-main{
    margin-top: 2.4rem;
    padding: 0 2.5rem;
  }
  .home-main__text{
    font-size: 6rem;
    top: 11rem;
    left: 4.5rem;
    text-shadow:
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 10px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 15px rgba(255,255,255,.9),
      0 0 20px rgba(255,255,255,.9);
  }
  .home-main__text span{
    font-size: 3rem;
    margin-bottom: 4.5rem;
  }
  .home-main__block:first-child{
    margin-bottom: 9rem;
  }
  .home-main__block:nth-child(2){
    margin-bottom: 3rem;
  }
  .home-main__block{
    border-radius: 1.6rem;
  }
  .home-main__button{
    width: 63.2rem;
    background:rgba(0,0,0,0.6) url("../images/shared/arrow-white.svg") right 3rem center no-repeat;
    background-size: 3.2rem auto;
    font-size: 2.8rem;
    padding:1.5rem 4rem 1.5rem 3rem;
    border-radius: 1.6rem 0 0 0;
  }
  .home-main__block:first-child .home-main__button{
    background-size: 2.3rem auto;
    width: 28rem;
    background-position: right 4.5rem center;
    font-size: 3rem;
    padding:1.5rem 4rem 1.5rem 3rem;
  }
}

/* intro
--------------------------------------------------*/
.home-intro{
  position: relative;
  overflow-x: hidden;
}
.home-intro:after{
  content: "";
  background: url("../images/shared/wave.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  opacity: 0.2;
  aspect-ratio: 300 / 87;
  position: absolute;
}
.home-intro__title{
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 3;
}
.home-intro__text{
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 3;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-intro{
    padding: 11rem 4rem 16.5rem 4rem;
  }
  .home-intro:after{
    width: 180rem;
    top: 9rem;
    left: -25rem;
    right: 0;
    margin: 0 auto;
  }
  .home-intro__title{
    background: url("../images/shared/icon-line.png") center bottom no-repeat;
    background-size: 8rem auto;
    font-size: 4.2rem;
    line-height: 1.57;
    padding-bottom: 4.5rem;
    margin-bottom: 4rem;
  }
  .home-intro__text{
    font-size: 2rem;
    line-height: 2.5;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .home-intro{
    padding: 12rem 4rem 16rem 4rem;
  }
  .home-intro:after{
    width: 210rem;
    top: 0;
    left: -117rem;
  }
  .home-intro__title{
    background: url("../images/shared/icon-line-sp.png") center bottom no-repeat;
    background-size: 14rem auto;
    font-size: 5rem;
    line-height: 1.48;
    padding-bottom: 6.5rem;
    margin-bottom: 5rem;
  }
  .home-intro__text{
    font-size: 3rem;
    line-height: 2.333;
  }
}
  
/* DEPARTMENT
--------------------------------------------------*/
.home-title{
  color: #78837c;
  font-family: var(--font-din);
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
  display: block;
}
.home-subTitle{
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 3;
  display: block;
}
.home-department img{
  width: 100%;
}
.home-department{
  position: relative;
}
.home-department:before{
  content: "";
  background: url("../images/shared/circle-home.svg") center center no-repeat;
  aspect-ratio: 1 / 1;
  display: block;
  position: absolute;
  opacity: 0.1;
}

.home-department__item.-open{
  width: 100%;
  color: #fff;
}

.home-department__item.-open .home-department__buttonItem{
  background-color: #fff;
}
.home-department__button{
  cursor: pointer;
  position: relative;
}
.home-department__buttonItem{
  color: #fff;
  font-weight: bold;
  position: absolute;
  inset:0;
  margin: auto;
  border-radius: 10rem;
  display: flex;
  align-items: center;
}
.-design .home-department__buttonItem{
  background-color: rgba(161,150,20,0.85);
}
.-it .home-department__buttonItem{
  background-color: rgba(0,93,151,0.85);
}
.-management .home-department__buttonItem{
  background-color: rgba(108,143,3,0.85);
}
.-software .home-department__buttonItem{
  background-color: rgba(174,40,114,0.85);
}
.-teacher .home-department__buttonItem{
  background-color: rgba(98,76,154,0.85);
}

.home-department__item.-open .home-department__buttonItem{
  background-color: #fff;
}
.home-department__item.-open.-design .home-department__buttonItem{
  color: #a19614;
}
.home-department__item.-open.-it .home-department__buttonItem{
  color: #005d97;
}
.home-department__item.-open.-management .home-department__buttonItem{
  color: #6c8f03;
}
.home-department__item.-open.-software .home-department__buttonItem{
  color: #ae2872;
}
.home-department__item.-open.-teacher .home-department__buttonItem{
  color: #624c9a;
}
.home-department__item.-open .home-department__buttonItem{
  background-color: #fff!important;
  position: inherit;
}

.home-department__item{
  /* width: 100%; */
}
.home-department__detail{
  color: #fff;
  position: relative;
  z-index: 3;
  display: none;
}
.home-department__text01{
  font-weight: bold;
  position: relative;
}
.home-department__text01:before,
.home-department__text01:after{
  content:"";
  display: block;
  position: absolute;
}
.home-department__text01:before{
  background-color: #d2d800;
  left: 0;
}
.home-department__text01:after{
  height: 1px;
  border-bottom: 1px #fff dashed;
  bottom: 0;
  right: 0;
}
.home-department__text02{
  font-weight: 500;
}
.home-department__areaKeyword{
  display: flex;
}
.home-department__area{
  font-weight: bold;
  border: 1px #fff solid;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-department__keyword{
  font-weight: bold;
}
.home-department__link{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.home-department__linkItem{
  background: #e0e527 url("../images/shared/arrow-black.svg") right 3.1rem center no-repeat;
  font-weight: bold;
  transition: background .3s ease;
  display: block;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .-design .home-title{
    background: url("../images/shared/icon-line-design.png") center bottom no-repeat;
  }
  .-it .home-title{
    background: url("../images/shared/icon-line-it.png") center bottom no-repeat;
  }
  .-management .home-title{
    background: url("../images/shared/icon-line-management.png") center bottom no-repeat;
  }
  .-software .home-title{
    background: url("../images/shared/icon-line-software.png") center bottom no-repeat;
  }
  .-teacher .home-title{
    background: url("../images/shared/icon-line-teacher.png") center bottom no-repeat;
  }
  .home-title{
    font-size: 10rem;
    letter-spacing: 0.34em;
    background: url("../images/shared/icon-line.png") center bottom no-repeat;
    background-size: 8rem auto;
    padding-bottom: 1.6rem;
    margin-bottom: 4rem;
  }
  .home-title{
    background: url("../images/shared/icon-line.png") center bottom no-repeat;
  }
  .home-subTitle{
    font-size: 2.6rem;
    line-height: 1.846;
    margin-bottom: 7rem;
  }
  .home-department .home-title{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .home-department .home-subTitle{
    padding: 0 4rem;
  }

  .home-department:before{
    width: 58.3rem;
    top: 1rem;
    right: calc( 50% + 29rem );
  }

  .home-department__items{
    height: 60.5rem;
    display: flex;
    justify-content: space-between;
  }
  .home-department__item{
    width: 20%;
    overflow: hidden;
    transition: width .4s ease;
  }
  .home-department__item.-open{
    width: 100%;
    display: flex;
    gap:0 4.5rem;
    padding: 8.7rem 5rem 8rem 5.5rem;
  }
  
  .home-department__item.-it{
    background-image: url("../images/home/department-bg01it.jpg");
  }
  .home-department__item.-software{
    background-image: url("../images/home/department-bg02software.jpg");
  }
  .home-department__item.-management{
    background-image: url("../images/home/department-bg03management.jpg");
  }
  .home-department__item.-design{
    background-image: url("../images/home/department-bg04design.jpg");
  }
  .home-department__item.-teacher{
    background-image: url("../images/home/department-bg05teacher.jpg");
  }
  .home-department__item{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .home-department__item:before{
    content: "";
    position: absolute;
    inset:0;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .home-department__item.-open:before{
    opacity: 1;
  }
  .home-department__item.-design:before{
    background-color: rgba(161,150,20,0.75);
  }
  .home-department__item.-it:before{
    background-color: rgba(0,93,151,0.75);
  }
  .home-department__item.-management:before{
    background-color: rgba(108,143,3,0.75);
  }
  .home-department__item.-software:before{
    background-color: rgba(174,40,114,0.75);
  }
  .home-department__item.-teacher:before{
    background-color: rgba(98,76,154,0.75);
}
  
  .home-department__buttonItem{
    background: url("../images/shared/arrow-white.svg") center bottom 2.2rem no-repeat;
    background-size: 2rem auto;
    width: 7rem;
    height: 42rem;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    border-radius: 10rem;
    padding-top: 3rem;
    position: relative;
    z-index: 150;
    margin-top: 9rem;
  }
  .-open .home-department__buttonItem{
    margin-top: 0;
  }

  .home-department__detail{
    width: calc( 100% - 13rem );
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
  }
  .home-department__item.-open .home-department__detail{
    opacity: 1;
    visibility: visible;
    transition-delay: .4s;
  }
  .home-department__text01{
    font-size: 2.2rem;
    line-height: 1.818;
    padding-bottom: 2rem;
    margin-bottom: 2.2rem;
  }
  .home-department__text01:before{
    width: 3rem;
    height: 0.7rem;
    border-radius: 1rem;
    bottom: -0.3rem;
  }
  .home-department__text01:after{
    left: 3.7rem;
  }
  .home-department__text02{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 2rem;
  }
  .home-department__areaKeyword{
    gap:0 2rem;
  }
  .home-department__area{
    width: 18rem;
    font-size: 1.8rem;
    border-radius: 0.3rem;
  }
  .home-department__keyword{
    font-size: 1.7rem;
    line-height: 1.764;
  }
  .home-department__link{
    right: -6.5rem;
    bottom: -8rem;
  }
  .home-department__linkItem{
    background-size: 1.8rem auto;
    font-size: 2.4rem;
    padding: 2rem 7rem 2rem 3.5rem;
    transition: background .3s ease;
    border-radius: 2rem 0 0 0;
  }
  .home-department__linkItem:hover{
    background-color: #d3d904;
    text-decoration: none;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .-design .home-title{
    background: url("../images/shared/icon-line-design-sp.png") center bottom no-repeat;
    background-size: 12rem auto;
  }
  .-it .home-title{
    background: url("../images/shared/icon-line-it-sp.png") center bottom no-repeat;
    background-size: 12rem auto;
  }
  .-management .home-title{
    background: url("../images/shared/icon-line-management-sp.png") center bottom no-repeat;
    background-size: 12rem auto;
  }
  .-software .home-title{
    background: url("../images/shared/icon-line-software-sp.png") center bottom no-repeat;
    background-size: 12rem auto;
  }
  .-teacher .home-title{
    background: url("../images/shared/icon-line-teacher-sp.png") center bottom no-repeat;
    background-size: 12rem auto;
  }
  .home-title{
    background: url("../images/shared/icon-line-sp.png") center bottom no-repeat;
    background-size: 12rem auto;
    font-size: 8rem;
    letter-spacing: 0.18em;
    background-size: 14rem auto;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .home-subTitle{
    font-size: 3.2rem;
    line-height: 1.687;
    margin-bottom: 7rem;
  }
  
  .home-department:before{
    width: 51.8rem;
    top: 3rem;
    left: -27rem;
  }

  .home-department__item.-it{
    background-image: url("../images/home/department-bg01it-sp.jpg");
  }
  .home-department__item.-software{
    background-image: url("../images/home/department-bg02software-sp.jpg");
  }
  .home-department__item.-management{
    background-image: url("../images/home/department-bg03management-sp.jpg");
  }
  .home-department__item.-design{
    background-image: url("../images/home/department-bg04design-sp.jpg");
  }
  .home-department__item.-teacher{
    background-image: url("../images/home/department-bg05teacher-sp.jpg");
  }
  .home-department__item{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  
  .home-department__button{
    height: 27rem;
    position: relative;
  }
  .home-department__buttonItem{
    background: url("../images/shared/arrow-white-down.svg") right 3.3rem center no-repeat;
    background-size: 3.3rem auto;
    width: 60rem;
    height: 10rem;
    font-size: 3.4rem;
    border-radius: 10rem;
    justify-content: center;
  }
  .home-department__item.-open .home-department__buttonItem{
    position: absolute;
  }

  .home-department__detail{
    padding: 3.5rem 3.5rem 15.5rem 3.5rem;
  }
  .-design .home-department__detail{
    background-color: #a19614;
  }
  .-it .home-department__detail{
    background-color: #005d97;
  }
  .-management .home-department__detail{
    background-color: #6c8f03;
  }
  .-software .home-department__detail{
    background-color: #ae2872;
  }
  .-teacher .home-department__detail{
    background-color: #624c9a;
  }
  .home-department__text01{
    font-size: 2.7rem;
    line-height: 1.703;
    padding-bottom: 2.7rem;
    margin-bottom: 2.8rem;
  }
  .home-department__text01:before{
    width: 3rem;
    height: 0.7rem;
    border-radius: 1rem;
    bottom: -0.3rem;
  }
  .home-department__text01:after{
    left: 3.7rem;
  }
  .home-department__text02{
    font-size: 2.6rem;
    line-height: 1.92;
    margin-bottom: 4.5rem;
  }
  .home-department__areaKeyword{
    gap:0 3.4rem;
  }
  .home-department__area{
    width:27rem;
    font-size: 2.8rem;
    line-height: 1.428;
    border-radius: 0.2rem;
  }
  .home-department__keyword{
    font-size: 2.6rem;
    line-height: 1.9;
  }
  .home-department__linkItem{
    background-position: right 4rem center;
    background-size: 3.1rem auto;
    font-size: 3.4rem;
    padding: 2.2rem 9.1rem 2rem 3.7rem;
    border-radius: 1.8rem 0 0 0;
  }
  
/*
.home-department__item:nth-child(2),
.home-department__item:nth-child(3),
.home-department__item:nth-child(4){
  display: none;
}
*/
}
	
/* 黄色部分
--------------------------------------------------*/
.home-department__block{
  background-color: #f8f9d9;
  position: relative;
  z-index: 3;
}
.home-department__block:after{
  content: "";
  position:absolute;
  left: 0;
  right: 0;
  display: block;
}
.home-department__banner{
  position: relative;
  z-index: 3;
}
.home-department__bannerItem{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}
.home-department__title{
  position: relative;
  z-index: 3;
}
.home-department__title:before{
  background-image: url("../images/home/department-image01.svg");
}
.home-department__title:after{
  background-image: url("../images/home/department-image02.svg");
}
.home-department__title:before,
.home-department__title:after{
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
}
.home-department__titleItem{
  font-weight: bold;
  text-align: center;
}
.home-department__text{
  font-weight: 500;
  position: relative;
  z-index: 3;
}
.home-department__pagenavi{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.home-department__pagenaviItemIn{
  height: 100%;
  background-color: #dfe50d;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background .3s ease;
    line-height: 1.4;
}
.home-department__pagenaviItemIn:before{
  background-color: #dfe50d;
	content: "";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: rotate(90deg);
	display: block;
	position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: background .3s ease;
}
.home-department__pagenaviItemIn:after{
  background-color: #ced086;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-department__pagenaviItemIn:before,
.home-department__pagenaviItemIn:after{
  content: "";
  display: block;
  position: absolute;
}
.home-department__pagenaviItemIn:hover{
  height: 100%;
  background-color: #d3d904;
  text-decoration: none;
}
.home-department__pagenaviItemIn:hover:before{
  background-color: #d3d904;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-department__block{
    padding: 6rem 4rem 6.5rem 4rem;
  }
  .home-department__block:after{
    background:url("../images/home/department-bg.png") center center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 52 / 15;
    bottom: -11.5vw;
  }
  .home-department__banner{
    max-width: 100rem;
    margin: 0 auto 16rem auto;
  }
  .home-department__bannerItem{
    background: #fff url("../images/home/banner.png") center center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 100 / 15;
    font-size: 3.6rem;
    transition: opacity .3s ease;
  }
  .home-department__bannerItem:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .home-department__title{
    margin-bottom: 6.5rem;
  }
  .home-department__title:before{
    width: 27.3rem;
    right: calc(50% + 35rem );
  }
  .home-department__title:after{
    width: 26.4rem;
    left: calc(50% + 33rem );
  }
  .home-department__title:before,
  .home-department__title:after{
    height: 23rem;
    bottom: -1.5rem;
  }
  .home-department__titleItem{
    background: url("../images/shared/icon-line.png") center bottom no-repeat;
    background-size: 8rem auto;
    font-size: 4.2rem;
    padding-bottom: 4.5rem;
  }
  .home-department__text{
    max-width: 110rem;
    font-size: 1.6rem;
    line-height: 2.1875;
    margin:0 auto 6rem auto;
  }
  .home-department__pagenavi{
    max-width: 110rem;
    justify-content: center;
    gap:3.5rem 3.3rem;
    margin: 0 auto -12.5vw auto;
  }
  .home-department__pagenaviItem{
    width: calc( 25% - 2.475rem );
  }
  .home-department__pagenaviItemIn{
    border-radius: 2rem;
    font-size: 2rem;
    padding: 1.6rem 1rem;
    transition: background .3s ease;
  }
  .home-department__pagenaviItemIn:before{
    width: 1.7rem;
    height: 2.4rem;
    bottom: -1.9rem;
    transition: background .3s ease;
  }
  .home-department__pagenaviItemIn:after{
    height: 5rem;
    bottom: -0.3rem;
    border-radius: 2rem;
  }
  .home-department__pagenaviItemIn:hover{
    height: 100%;
    background-color: #d3d904;
    text-decoration: none;
  }
  .home-department__pagenaviItemIn:hover:before{
    background-color: #d3d904;
  }
}

@media (min-width: 768px) and (max-width: 935px) {
  .home-department__pagenavi{
    flex-wrap: wrap;
  }
  .home-department__pagenaviItem{
    width: 26rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .home-department__block{
    padding: 8rem 3.5rem 6rem 3.5rem;
  }
  .home-department__block:after{
    background: url("../images/home/department-bg-sp.png") center center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 2 / 1;
    bottom: -9rem;
  }
  .home-department__banner{
    margin-bottom: 15.5rem;
  }
  .home-department__bannerItem{
    background: #fff url("../images/home/banner-sp.png") center center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 680 / 203;
    font-size: 4rem;
    line-height: 1.25;
    padding-right: 6rem;
  }
  .home-department__title{
    padding-top: 31.5rem;
    margin-bottom: 5.5rem;
  }
  .home-department__title:before{
    width: 30.2rem;
    left: 1.5rem;
  }
  .home-department__title:after{
    width: 29.5rem;
    right: 1.8rem;
  }
  .home-department__title:before,
  .home-department__title:after{
    height: 26.2rem;
    top: 0;
  }
  .home-department__titleItem{
    background: url("../images/shared/icon-line-sp.png") center bottom no-repeat;
    background-size: 14rem auto;
    font-size: 5rem;
    line-height: 1.4;
    padding-bottom: 5rem;
  }
  .home-department__text{
    font-size: 2.8rem;
    line-height: 1.7857;
    margin-bottom: 8rem;
  }
  .home-department__pagenavi{
    flex-wrap: wrap;
    gap:5.5rem 3rem;
    margin-bottom: -9.5rem;
  }
  .home-department__pagenaviItem{
    width: calc( 50% - 1.5rem );
  }
  .home-department__pagenaviItemIn{
    border-radius: 1.6rem;
    font-size: 2.6rem;
    line-height: 1.398;
    padding: 1.9rem 1rem;
  }
  .home-department__pagenaviItemIn:before{
    width: 2.4rem;
    height: 3.3rem;
    bottom: -2.4rem;
  }
  .home-department__pagenaviItemIn:after{
    height: 5rem;
    bottom: -0.4rem;
    border-radius: 1.6rem;
  }
}

/* TOPICS NEWS
--------------------------------------------------*/
.m-topicsNews img{
  width: 100%;
}
.m-topicsNews{
  position: relative;
}

.m-topicsNews.-home:before{
  content: "";
  background: url("../images/shared/circle-home.svg") center center no-repeat;
  aspect-ratio: 1 / 1;
  display: block;
  position: absolute;
  opacity: 0.1;
}
.m-topics__tab{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-topics__tabItem{
  color: #fff;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.m-topics__tabItem.-design,
.-design .m-topics__category,
.home-news__category.-design,
.home-keyword__itemCategory.-design{
  background-color: #a19614;
}
.m-topics__tabItem.-it,
.-it .m-topics__category,
.home-news__category.-it,
.home-keyword__itemCategory.-it{
  background-color: #005d97;
}
.m-topics__tabItem.-management,
.-management .m-topics__category,
.home-news__category.-management,
.home-keyword__itemCategory.-management{
  background-color: #6c8f03;
}
.m-topics__tabItem.-software,
.-software .m-topics__category,
.home-news__category.-software,
.home-keyword__itemCategory.-software{
  background-color: #ae2872;
}
.m-topics__items{
  background-color: #f8f9d9;
}
.m-topics:has(.m-topics__tab) .m-topics__items:not(.is-active){
  display: none;
}
.-it .m-topics__items,
.-it .m-topicsNews__rightItem{
  background-color: #e9f2f7;
}
.-management .m-topics__items,
.-management .m-topicsNews__rightItem{
  background-color: #eff4e2;
}
.-software .m-topics__items,
.-software .m-topicsNews__rightItem{
  background-color: #f9eff5;
}
.-teacher .m-topics__items,
.-teacher .m-topicsNews__rightItem{
  background-color: #efecf6;
}
.m-topics__image{
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.m-topics__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.m-topics__timeCategory{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m-topics__time{
  color: #737373;
  font-weight: 500;
}
.m-topics__category{
  color: #fff;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
}
.m-topics__text{
  font-weight: 600;
}
.m-topics__items .slick-dots{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.m-topics__items .slick-dots li{
  background-color: #78837c;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
}
.m-topics__items li.slick-active{
  background-color: #d2d800;
}
.-design .m-topics__items li.slick-active{ 
  background-color: #a19614;
}
.-it .m-topics__items li.slick-active{ 
  background-color: #005d97;
}
.-management .m-topics__items li.slick-active{ 
  background-color: #6c8f03;
}
.-software .m-topics__items li.slick-active{ 
  background-color: #ae2872;
}
.-teacher .m-topics__items li.slick-active{ 
  background-color: #624c9a;
}
.home-news__list:before{
  content: "";
  width: 100%;
  display: block;
  background-color: #78837c;
  border-radius: 0.2rem;
}
.home-news__listItem{
  border-bottom: 1px #c9cdcb dashed;
}
.home-news__listItemIn{
  display: block;
}
.home-news__timeCategory{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-news__time{
  color: #737373;
  font-weight: 500;
}
.home-news__category{
  background-color: #78837c;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.home-news__text{
  font-weight: 500;
  display: block;
}
.home-button__item{
  background-color: #e0e527;
  display: block;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.home-button__item:before,
.home-button__item:after{
  content: "";
  display: block;
  position: absolute;
}
.home-button__item:before{
  background: url("../images/shared/arrow-black.svg") center center no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.home-button__item:after{
  background-color: #e8e9cd;
  left: 0;
  right: 0;
  z-index: -1;
}

.m-topicsNews__right .m-buttons{
  margin-bottom: 0;
}
.m-topicsNews__rightItem{
  background-color: #f8f9d9;
  border-radius: 2rem;
  box-sizing: border-box;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-topicsNews{
    margin: 0 auto 15rem auto;	
    box-sizing: content-box;
  }  
  .m-topicsNews.-home:before{
    width: 58.3rem;
    top: -14rem;
    left: calc( 50% + 30rem );
  }
  .m-topicsNews.-home{
    padding:calc( 12vw + 10.5rem ) 4rem 17rem 4rem;	
    margin: 0 auto;	
  }
  .m-topicsNews__inner{
    max-width:116.5rem;
    margin: 0 auto;	
    display: flex;
    justify-content: space-between;
  }
  .m-topics{
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .-home .m-topics{
    width: 45.5%;
  }
  .m-topicsNews .home-title{
    font-size: 6rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .m-topicsNews .home-subTitle{
    margin-bottom: 2.5rem;
  }
  .m-topics__tab{
    gap:2rem 1.7rem;
    margin:-0.5rem 0 3.5rem 0;
  }
  .m-topics__tabItem{
    width: calc( 50% - 0.9rem );
    font-size: 1.5rem;
    padding: 1rem 1rem;
    border-radius: 10rem;
  }
  .m-topics__items{
    border-radius: 2rem;
    padding: 3rem 3rem 8rem 3rem;
    flex: 1;
  }
  .-home .m-topics__items{
    padding: 3rem 3rem 7.5rem 3rem;
  }
  .m-topics__image{
    border-radius: 1.3rem;
    margin-bottom: 2rem;
  }
  .m-topics__image img{
    transition: transform .3s ease;
  }
  .m-topics__timeCategory{
    gap:0.5rem 2.5rem;
    margin-bottom: 1.8rem;
  }
  .m-topics__time{
    font-size: 1.6rem;
  }
  .m-topics__category{
    width: 24rem;
    font-size: 1.5rem;
    padding: 0.6rem 0.5rem;
    border-radius: 10rem;
  }
  .m-topics__text{
    font-size: 1.6rem;
    line-height: 1.875;
    transition: color .3s ease;
  }
  .m-topics__itemIn:hover{
    text-decoration: none;
  }
  .m-topics__itemIn:hover .m-topics__image img{
    transform: scale(1.07);
  }
  .m-topics__itemIn:hover .m-topics__text{
    color: #948e00;
    text-decoration: underline;
  }
  .m-topics__items .slick-dots{
    bottom: 3.3rem;
    gap:0 2rem;
  }
  .m-topics__items .slick-dots li{
    width: 1.6rem;
    height: 1.6rem;
  }
  .home-news{
    width: 45.5%;
  }
  .home-news__list{
    margin-bottom: 3rem;
  }
  .home-news__list:before{
    height: 0.5rem;
  }
  .home-news__listItemIn{
    padding: 2.2rem 0.6rem;
  }
  .home-news__timeCategory{
    gap:0.5rem 2.5rem;
  }
  .home-news__time{
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  .home-news__category{
    width: 24rem;
    font-size: 1.5rem;
    border-radius: 10rem;
    padding: 0.7rem 1rem;
  }
  .home-news__text{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 0.85rem;
    transition: all .3s ease;
  }
  .home-news__listItemIn:hover{
    text-decoration: none;
  }
  .home-news__listItemIn:hover .home-news__text{
    color: #948e00;
    text-decoration: underline;
  }
  .home-button__item{
    border-radius: 10rem;
    font-size: 2.4rem;
    transition: background .3s ease;
    padding: 1.7rem 4rem;
  }
  .home-button__item:hover{
    background-color: #d3d904;
    text-decoration: none;
  }
  .home-button__item:before{
    width: 1.8rem;
    height: 1.9rem;
    right: 2.1rem;
  }
  .home-button__item:after{
    height: 5rem;
    border-radius: 0 0 10rem 10rem;
    bottom: -0.5rem;
  }
  
  .m-topicsNews__right{
    width: 44%;
    display: flex;
    flex-direction: column;
  }
  .m-topicsNews__rightItem{
    min-height: 51.5rem;
    padding: 4rem;
    flex: 1;
  }
  .m-topicsNews__right .m-button__item{
    font-size: 1.8rem;
    padding: 1.6rem 6.5rem 1.6rem 2.2rem;
    color: #fff
  }
  .m-topicsNews__right .m-button{
    margin-bottom: 3rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .m-topicsNews{
    padding:0 3.5rem 14.5rem 3.5rem;	
  } 
  .m-topicsNews:before{
    width: 51.8rem;
    top: -13.5rem;
    right: -18rem;
  }
  .m-topicsNews.-home{
    padding:18rem  3.5rem 14.5rem 3.5rem;	
  }
  .m-topics .home-title,
  .home-news .home-title{
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
  }
  .m-topics .home-subTitle,
  .home-news .home-subTitle{
    font-size: 3.6rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
  }
  .m-topics{
    margin-bottom: 9rem;
  }
  .m-topics__tab{
    gap:2.8rem 2.4rem;
    margin-bottom: 5rem;
  }
  .m-topics__tabItem{
    width: calc( 50% - 1.7rem );
    font-size: 2rem;
    padding: 1.4rem 0.5rem 1.2rem 0.5rem;
    border-radius: 10rem;
    display: block;
  }
  .m-topics__items{
    border-radius: 2rem;
    padding: 4rem 4rem 10rem 4rem;
  }
  .m-topics__image{
    border-radius: 1.1rem;
    margin-bottom: 2.8rem;
  }
  .m-topics__timeCategory{
    gap:0.5rem 3.6rem;
    margin-bottom: 2.3rem;
  }
  .m-topics__time{
    font-size: 2.6rem;
  }
  .m-topics__category{
    width: 32rem;
    font-size: 2rem;
    padding: 0.9rem 0.5rem 0.7rem 0.5rem;
    border-radius: 10rem;
  }
  .m-topics__text{
    font-size: 2.6rem;
    line-height: 1.769;
  }
  .m-topics__items .slick-dots{
    bottom: 3.3rem;
    gap:0 3.5rem;
  }
  .m-topics__items .slick-dots li{
    width: 2.6rem;
    height: 2.6rem;
  }
  .home-news{
    position: relative;
  }
  .home-news:before{
    width: 51.8rem;
    height: 51.8rem;
    background: url("../images/shared/circle-home.svg") center center no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    left: -36rem;
    top: -4rem;
    opacity: 0.1;
  }
  .home-news__list{
    position: relative;
    z-index: 3;
    margin-bottom: 6rem;
  }
  .home-news__list:before{
    height: 0.4rem;
  }
  .home-news__listItemIn{
    padding: 3rem 0.9rem 2.9rem 0.9rem;
  }
  .home-news__timeCategory{
    gap:0.5rem 3.5rem;
  }
  .home-news__time{
    font-size: 2.6rem;
  }
  .home-news__category{
    width: 32rem;
    font-size: 2rem;
    border-radius: 10rem;
    padding: 0.9rem 1rem 0.7rem 1rem;
  }
  .home-news__text{
    font-size: 2.6rem;
    line-height: 1.769;
    margin-top: 2.5rem;
  }
  .home-button__item{
    border-radius: 10rem;
    font-size: 3.4rem;
    padding: 2rem 6rem 1.8rem 6rem;
  }
  .home-button__item:before{
    width: 3.1rem;
    height: 3.3rem;
    right: 3.5rem;
  }
  .home-button__item:after{
    height: 5rem;
    border-radius: 0 0 10rem 10rem;
    bottom: -0.6rem;
  }
  
  .m-topicsNews__rightItem{
    padding: 4rem;
  }
  .m-topicsNews__right .m-button__item{
    font-size: 2.8rem;
  }
}
	
/* FEATURE
--------------------------------------------------*/
.home-feature img{
  width: 100%;
}
.home-feature{
  position: relative;	
}
.home-feature:before,
.home-feature:after{
  content: "";
  position: absolute;
  display: block;
}
.home-feature:before{
  background-color: rgba(148,190,176,0.2);
  top: 0;
  left: 0;
}
.home-feature:after{
  background: url("../images/shared/wave.svg") center center no-repeat;
  aspect-ratio: 300 / 87;
  opacity: 0.2;
}
.home-feature__inner{
  position: relative;
  z-index: 3;
}
.home-feature__items .slick-track {
  display: flex!important;
}
.home-feature__items .slick-slide {
  height: auto !important;
}
.home-feature__item{
  background-color: #78837c;
  position: relative;
}
.home-feature__image{
  overflow: hidden;
}
.home-feature__item:after{
  content: "";
  background-color: #e8e9cd;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
}
.home-feature__image img{
  width: 100%;
}
.home-feature__text01{
  color: #fff;
  font-weight: bold;
  border-top: 1px #939c96 solid;
  border-bottom: 1px #939c96 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-feature__text02{
  color: #fff;
  font-weight: 500;
}
.home-feature__text02 span{
  color: #e0e527;
}
.home-feature__text03{
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn {
  margin-top: auto;
}
.home-feature .slick-prev{
  background-image: url("../images/shared/prev.svg");
}
.home-feature .slick-next{
  background-image: url("../images/shared/next.svg");
}
.home-feature .slick-arrow{
  background-color: #005073;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 3;
}

/* PC */
@media print,only screen and (min-width: 768px){   
  .home-feature{
    padding: 4.5rem 4rem 0 4rem;	
  }
  .home-feature:before{
    height: 56.5rem;
    right: calc( 50% - 50rem );
    border-radius: 0 2rem 2rem 0;
  }
  .home-feature:after{
    width: 180rem;
    right: 0;
    left: -23rem;
    top: -15rem;
    margin: 0 auto;
  }
  .home-feature__inner{
    max-width:110rem;	
    margin: 0 auto;	
  }
  .home-feature__items{
    margin: 0 -2rem;
  }
  .home-feature__item{
    border-radius: 2rem;
    margin: 0 2rem;
    padding: 0 3rem 7rem 3rem;
    margin-bottom: 0.6rem;
  }
  .home-feature__image{
    margin: 0 -3rem;
    border-radius: 2rem 2rem 0 0;
  }
  .home-feature__item:after{
    height: 10rem;
    border-radius: 0 0 2rem 2rem;
    bottom: -0.6rem;
  }
  .home-feature__image img{
    aspect-ratio: 16 / 12;
    object-fit: cover;
  }
  .home-feature__text01{
    min-height: 11.3rem;
    font-size: 3rem;
    line-height: 1.33;
    margin:2.5rem 0 2rem 0;
  }
  .home-feature__text02{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 2.3rem;
  }
  .home-feature__text03{
    font-size: 2.4rem;
    border-radius: 0 0 2rem 2rem;
  }
  .home-feature__text03Item{
    background: #e0e527 url("../images/shared/next-black.svg") right 2.5rem center no-repeat;
    background-size: 1.4rem auto;
    transition: background .3s ease;
    padding: 1.6rem 4rem;
    border-radius: 0 0 2rem 2rem;
    display: block;
  }
  .home-feature__text03Item:hover{
    background-color: #d3d904;
    text-decoration: none;
  }
  .home-feature .slick-prev{
    left: -7rem;
  }
  .home-feature .slick-next{
    right: -7rem;
  }
  .home-feature .slick-arrow{
    width: 5rem;
    height: 5rem;
    background-size: 2.6rem auto;
    transition: background .3s ease;
  }
  .home-feature .slick-arrow:hover{
    background-color: #00425e;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .home-feature .slick-prev{
    left: -2rem;
  }
  .home-feature .slick-next{
    right: -2rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .home-feature__item{
    border-radius: 2rem;
    margin: 0 1rem;
    padding: 0 3rem 7rem 3rem;
    margin-bottom: 0.6rem;
  }
  .home-feature__text01{
    font-size: 2.4rem;
  }
  .home-feature__text03{
    font-size: 2rem;
  }
}

/* SP */
@media screen and (max-width: 767px){  
  .home-feature{
    padding: 8rem 0 7rem 0;	
  }
  .home-feature:before{
    height: 79.2rem;
    right: 9.5rem;
    border-radius: 0 1.6rem 1.6rem 0;
  }
  .home-feature:after{
    width: 210rem;
    left: -112rem;
    top: -11rem;
  }
  .home-feature .home-subTitle{
    font-size: 3.6rem;
  }
  .home-feature__item{
    border-radius: 1.6rem;
    margin: 0 1.5rem;
    padding: 0 5rem 10rem 5rem;
  }
  .home-feature__image{
    margin: 0 -5rem;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .home-feature__item:after{
    height: 10rem;
    border-radius: 0 0 1.6rem 1.6rem;
    bottom: -0.6rem;
  }
  .home-feature__image img{
    object-fit: cover;
    aspect-ratio: 600 / 450;
  }
  .home-feature__text01{
    min-height: 16rem;
    font-size: 4rem;
    line-height: 1.25;
    margin:3.7rem 0 3.2rem 0;
  }
  .home-feature__text02{
    font-size: 2.6rem;
    line-height: 1.769;
    margin-bottom: 5rem;
  }
  .home-feature__text03{
    font-size: 3.4rem;
    border-radius: 0 0 1.6rem 1.6rem;
  }
  .home-feature__text03Item{
    background: #e0e527 url("../images/shared/next-black.svg") right 3.7rem center no-repeat;
    background-size: 3rem auto;
    padding: 3rem 7rem;
    border-radius: 0 0 1.6rem 1.6rem;
    display: block;
  }
  .home-feature .slick-dots{
    position: absolute;
    bottom: -6.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap:0 3.5rem;
  }
  .home-feature .slick-dots li{
    background-color: #78837c;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    text-indent: -9999px;
  }
  .home-feature li.slick-active{
    background-color: #d2d800;
  }
}
	
/* KEYWORD
--------------------------------------------------*/
.home-keyword img{
  width: 100%;
}
.home-keyword .home-title{
  position: relative;
  z-index: 3;
}
.home-keyword .home-subTitle{
  position: relative;
  z-index: 3;
}
.home-keyword{
  position: relative;
}
.home-keyword:after{
  content: "";
  background: url("../images/shared/circle-home.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.1;
}
.home-keyword__list{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.home-keyword__listItem{
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.home-keyword__listItem:before{
  background-color:#fff;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 1rem 0 0 0;
}
.home-keyword__listItem:after{
  -webkit-mask:url("../images/shared/icon-target.svg") center/2.1rem no-repeat;
  mask:url("../images/shared/icon-target.svg") center/2.1rem no-repeat;
  background-size: 2.1rem auto;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  transition: background .3s ease;  
}
.home-keyword__listText{
  color: #fff;
  font-weight: bold;
}
.home-keyword__image{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home-keyword__listItem.-robot,
.home-keyword__listItem.-robot:after{
  background-color: #9a4249;
}
.home-keyword__listItem.-game,
.home-keyword__listItem.-game:after{
  background-color: #d09026;
}
.home-keyword__listItem.-data,
.home-keyword__listItem.-data:after{
  background-color: #bec30b;
}
.home-keyword__listItem.-product,
.home-keyword__listItem.-product:after{
  background-color: #47966b;
}
.home-keyword__listItem.-teacher,
.home-keyword__listItem.-teacher:after{
  background-color: #477cac;
}
.home-keyword__listItem.-brain,
.home-keyword__listItem.-brain:after{
  background-color: #334964;
}
.home-keyword__listItem.-mobile,
.home-keyword__listItem.-mobile:after{
  background-color: #5b547f;
}
.home-keyword__listItem.-car,
.home-keyword__listItem.-car:after{
  background-color: #ac62a0;
}
.home-keyword__listItem.-management,
.home-keyword__listItem.-management:after{
  background-color: #d57782;
}
.home-keyword__listItem.-robot:hover,
.home-keyword__listItem.-robot:hover:after{
  background-color: #932d35;
}
.home-keyword__listItem.-game:hover,
.home-keyword__listItem.-game:hover:after{
  background-color: #c78414;
}
.home-keyword__listItem.-data:hover,
.home-keyword__listItem.-data:hover:after{
  background-color: #b1b602;
}
.home-keyword__listItem.-product:hover,
.home-keyword__listItem.-product:hover:after{
  background-color: #338d5d;
}
.home-keyword__listItem.-teacher:hover,
.home-keyword__listItem.-teacher:hover:after{
  background-color: #326da3;
}
.home-keyword__listItem.-brain:hover,
.home-keyword__listItem.-brain:hover:after{
  background-color: #264060;
}
.home-keyword__listItem.-mobile:hover,
.home-keyword__listItem.-mobile:hover:after{
  background-color: #494078;
}
.home-keyword__listItem.-car:hover,
.home-keyword__listItem.-car:hover:after{
  background-color: #a44a96;
}
.home-keyword__listItem.-management:hover,
.home-keyword__listItem.-management:hover:after{
  background-color: #ca5a67;
}

.home-keyword__detail{
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  inset:0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.home-keyword__detail.is-open{
  opacity: 1;
}
body.keyword-modal-open{
  overflow: hidden;
}
.home-keyword__detailInner{
  height: fit-content;
  position: absolute;
  margin: auto auto;
  background-color: #fff;
  box-sizing: border-box;
}
.home-keyword__detailInnerIn{
  overflow-y: auto;
  padding-right: 2.5rem;
  scrollbar-width: auto;
  scrollbar-color: #6d6d6d #e5e5e5;
}
.home-keyword__detailInnerIn::-webkit-scrollbar{
  width: 1rem;
  border-radius: 10rem;
}
.home-keyword__detailInnerIn::-webkit-scrollbar-track{
  background: #e5e5e5;
  border-radius: 10rem;
}
.home-keyword__detailInnerIn::-webkit-scrollbar-thumb{
  background: #6d6d6d;
  border-radius: 10rem;
  border:none;
}

.home-keyword__close{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.home-keyword__close:after{
  content: "×";
  color: #fff;
  position: absolute;
  inset:0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-keyword__title{
  font-weight: bold;
  position: relative;
}
.home-keyword__title:before,
.home-keyword__title:after{
  content: "";
  display: block;
  position: absolute;
}
.home-keyword__title:before{
  width: 8.8rem;
  left: 0;
  bottom: -0.2rem;
}
.home-keyword__title:after{
  height: 2px;
  right: 0;
  bottom: 0;
}
.home-keyword__item{
  border-bottom: 1px #b6b6b6 dashed;
}
.home-keyword__itemText01{
  font-weight: bold;
  position: relative;
}
.home-keyword__detail[data-keyword="robot"] .home-keyword__title:before{
  height: 8.9rem;
  -webkit-mask:url("../images/home/keyword-icon01.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon01.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="game"] .home-keyword__title:before{
  height: 8.4rem;
  -webkit-mask:url("../images/home/keyword-icon02.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon02.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="data"] .home-keyword__title:before{
  height: 8.8rem;
  -webkit-mask:url("../images/home/keyword-icon03.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon03.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="product"] .home-keyword__title:before{
  height: 10rem;
  -webkit-mask:url("../images/home/keyword-icon04.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon04.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="teacher"] .home-keyword__title:before{
  height: 8.1rem;
  -webkit-mask:url("../images/home/keyword-icon05.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon05.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="brain"] .home-keyword__title:before{
  height: 8.8rem;
  -webkit-mask:url("../images/home/keyword-icon06.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon06.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="mobile"] .home-keyword__title:before{
  height: 8.1rem;
  -webkit-mask:url("../images/home/keyword-icon07.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon07.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="car"] .home-keyword__title:before{
  height: 5.5rem;
  -webkit-mask:url("../images/home/keyword-icon08.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon08.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="management"] .home-keyword__title:before{
  height: 9.8rem;
  -webkit-mask:url("../images/home/keyword-icon09.svg") center/8.8rem no-repeat;
  mask:url("../images/home/keyword-icon09.svg") center/8.8rem no-repeat;
}
.home-keyword__detail[data-keyword="robot"] .home-keyword__close,
.home-keyword__detail[data-keyword="robot"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="robot"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="robot"] .home-keyword__itemText01:before{
  background-color:#9a4249;  
}
.home-keyword__detail[data-keyword="game"] .home-keyword__close,
.home-keyword__detail[data-keyword="game"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="game"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="game"] .home-keyword__itemText01:before{
  background-color: #d09026;
}
.home-keyword__detail[data-keyword="data"] .home-keyword__close,
.home-keyword__detail[data-keyword="data"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="data"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="data"] .home-keyword__itemText01:before{
  background-color: #bec30b;
}
.home-keyword__detail[data-keyword="product"] .home-keyword__close,
.home-keyword__detail[data-keyword="product"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="product"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="product"] .home-keyword__itemText01:before{
  background-color: #47966b;
}
.home-keyword__detail[data-keyword="teacher"] .home-keyword__close,
.home-keyword__detail[data-keyword="teacher"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="teacher"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="teacher"] .home-keyword__itemText01:before{
  background-color: #477cac;
}
.home-keyword__detail[data-keyword="brain"] .home-keyword__close,
.home-keyword__detail[data-keyword="brain"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="brain"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="brain"] .home-keyword__itemText01:before{
  background-color: #334964;
}
.home-keyword__detail[data-keyword="mobile"] .home-keyword__close,
.home-keyword__detail[data-keyword="mobile"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="mobile"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="mobile"] .home-keyword__itemText01:before{
  background-color: #5b547f;
}
.home-keyword__detail[data-keyword="car"] .home-keyword__close,
.home-keyword__detail[data-keyword="car"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="car"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="car"] .home-keyword__itemText01:before{
  background-color: #ac62a0;
}
.home-keyword__detail[data-keyword="management"] .home-keyword__close,
.home-keyword__detail[data-keyword="management"] .home-keyword__title:before,
.home-keyword__detail[data-keyword="management"] .home-keyword__title:after,
.home-keyword__detail[data-keyword="management"] .home-keyword__itemText01:before{
  background-color: #d57782;
}
.home-keyword__detail[data-keyword="robot"] .home-keyword__itemText01{
  color: #9a4249;
}
.home-keyword__detail[data-keyword="game"] .home-keyword__itemText01{
  color: #d09026;
}
.home-keyword__detail[data-keyword="data"] .home-keyword__itemText01{
  color: #bec30b;
}
.home-keyword__detail[data-keyword="product"] .home-keyword__itemText01{
  color: #47966b;
}
.home-keyword__detail[data-keyword="teacher"] .home-keyword__itemText01{
  color: #477cac;
}
.home-keyword__detail[data-keyword="brain"] .home-keyword__itemText01{
  color: #334964;
}
.home-keyword__detail[data-keyword="mobile"] .home-keyword__itemText01{
  color: #5b547f;
}
.home-keyword__detail[data-keyword="car"] .home-keyword__itemText01{
  color: #ac62a0;
}
.home-keyword__detail[data-keyword="management"] .home-keyword__itemText01{
  color: #d57782;
}
.home-keyword__itemText01:before{
  content: "";
  background-color:#9a4249;
  -webkit-mask:url("../images/shared/icon-check.svg") center/100% no-repeat;
  mask:url("../images/shared/icon-check.svg") center/100% no-repeat;
  position: absolute;
}
.home-keyword__itemCategory{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1.5em;
  border-radius: 10rem;
  color: #fff;
  text-decoration: none;
}
/* PC */
@media print,only screen and (min-width: 768px){   
  .home-keyword .home-subTitle{
    font-size: 2rem;
    margin-bottom: 10rem;
  }
  .home-keyword{
    max-width:110rem;
    padding: 18rem 4rem 0 4rem;	
    margin: 0 auto;	
    box-sizing: content-box;
  }
  .home-keyword:after{
    width: 58.3rem;
    height: 58.3rem;
    top: 5.8rem;
  }
  .home-keyword__list{
    gap:1rem 1rem;
  }
  .home-keyword__listItem{
    width: calc( ( 100% / 3 ) - 0.6667rem );
    border-radius: 1rem;
    padding:2rem 0 2.4rem 0;
  }
  .home-keyword__listItem:before{
    width: 5rem;
    height: 5rem;
  }
  .home-keyword__listItem:after{
    width: 5rem;
    height: 5rem;
    transition: background .3s ease;  
  }
  .home-keyword__listText{
    font-size: 2rem;
  }
  .home-keyword__image{
    width: 17.7rem;
    height: 17.7rem;
  }
  .home-keyword__listItem.-robot img{
    width: 13.4rem;
  }
  .home-keyword__listItem.-game img{
    width: 12.6rem;
  }
  .home-keyword__listItem.-data img{
    width: 12.3rem;
  }
  .home-keyword__listItem.-product img{
    width: 12.6rem;
  }
  .home-keyword__listItem.-teacher img{
    width: 13.5rem;
  }
  .home-keyword__listItem.-brain img{
    width: 12.7rem;
  }
  .home-keyword__listItem.-mobile img{
    width: 14.6rem;
  }
  .home-keyword__listItem.-car img{
    width: 17.7rem;
  }
  .home-keyword__listItem.-management img{
    width: 12.9rem;
  }

  .home-keyword__detailInner{
    width: 90%;
    max-width: 100rem;
    inset:4rem;
    border-radius: 2rem;
    padding: 7rem 5rem 4rem 5rem;
  }
  .home-keyword__detailInnerIn{
    height: 38rem;
    padding-right: 2.5rem;
  }

  .home-keyword__close{
    width: 7rem;
    height: 7rem;
    border-radius: 0 2rem 0 2rem;
  }
  .home-keyword__close:after{
    font-size: 4rem;
  }
  .home-keyword__title{
    font-size: 2.8rem;
    padding: 0 0 2.4rem 11.8rem;
    margin-bottom: 1.5rem;
  }
  .home-keyword__item{
    border-bottom: 1px #b6b6b6 dashed;
    padding: 2.4rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 3rem;
  }
  .home-keyword__itemTexts{
    flex: 1;
  }
  .home-keyword__itemText01{
    font-size: 2rem;
    padding-left: 3.5rem;
  }
  .home-keyword__detail[data-keyword="robot"] .home-keyword__title:after{
    left: 6rem;
  }
  .home-keyword__detail[data-keyword="game"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="data"] .home-keyword__title:after{
    left: 9.3rem;
  }
  .home-keyword__detail[data-keyword="product"] .home-keyword__title:after{
    left: 7.5rem;
  }
  .home-keyword__detail[data-keyword="teacher"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="brain"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="mobile"] .home-keyword__title:after{
    left: 9.7rem;
  }
  .home-keyword__detail[data-keyword="car"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="management"] .home-keyword__title:after{
    left: 7.7rem;
  }
  .home-keyword__itemText01:before{
    width: 1.6rem;
    height: 1.6rem;
    top: 0.35em;
    left: 1.1rem;
  }
  .home-keyword__itemText02{
    font-size: 1.6rem;
  }
  .home-keyword__itemCategory{
    width: 24rem;
    font-size: 1.5rem;
    padding: 1rem 0.5rem 0.8rem 0.5rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .home-keyword .home-subTitle{
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 5rem;
  }
  .home-keyword{
    padding: 19.5rem 3.5rem 0 3.5rem;	
  }
  .home-keyword:after{
    width: 65rem;
    height: 65rem;
    top: 5.5rem;
  }
  .home-keyword__list{
    gap:1rem 1rem;
  }
  .home-keyword__listItem{
    width: calc( 50% - 0.5rem );
    border-radius: 1rem;
    padding:0.8rem 0 1.5rem 0;
  }
  .home-keyword__listItem:before{
    width: 4.7rem;
    height: 4.7rem;
  }
  .home-keyword__listItem:after{
    width: 4.7rem;
    height: 4.7rem;
  }
  .home-keyword__listText{
    font-size: 2.6rem;
  }
  .home-keyword__image{
    width: 16.4rem;
    height: 16.4rem;
  }
  .home-keyword__listItem.-robot img{
    width: 12.5rem;
  }
  .home-keyword__listItem.-game img{
    width: 11.6rem;
  }
  .home-keyword__listItem.-data img{
    width: 11.3rem;
  }
  .home-keyword__listItem.-product img{
    width: 11.7rem;
  }
  .home-keyword__listItem.-teacher img{
    width: 12.6rem;
  }
  .home-keyword__listItem.-brain img{
    width: 11.8rem;
  }
  .home-keyword__listItem.-mobile img{
    width: 13.6rem;
  }
  .home-keyword__listItem.-car img{
    width: 16.4rem;
  }
  .home-keyword__listItem.-management img{
    width: 12rem;
  }

  .home-keyword__detailInner{
    width: 68rem;
    inset:3.5rem;
    border-radius: 1.4rem;
    padding: 9.5rem 3rem 2.5rem 3rem;
  }
  .home-keyword__detailInnerIn{
    height: 75rem;
    padding-right: 3rem;
  }

  .home-keyword__close{
    width: 8rem;
    height: 8rem;
    border-radius: 0 1.4rem 0 1.4rem;
  }
  .home-keyword__close:after{
    font-size: 4.6rem;
  }
  .home-keyword__title{
    font-size: 3.6rem;
    line-height: 1.388;
    padding: 0 0 1.3rem 11.8rem;
    margin-bottom: 3rem;
  }
  .home-keyword__item{
    border-bottom: 1px #b6b6b6 dashed;
    padding: 4rem 1rem;
  }
  .home-keyword__itemTexts{
    margin-bottom: 2rem;
  }
  .home-keyword__itemText01{
    font-size: 3rem;
    padding-left: 3.5rem;
    margin-bottom: 1rem;
  }
  .home-keyword__detail[data-keyword="robot"] .home-keyword__title:after{
    left: 6rem;
  }
  .home-keyword__detail[data-keyword="game"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="data"] .home-keyword__title:after{
    left: 9.3rem;
  }
  .home-keyword__detail[data-keyword="product"] .home-keyword__title:after{
    left: 7.5rem;
  }
  .home-keyword__detail[data-keyword="teacher"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="brain"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="mobile"] .home-keyword__title:after{
    left: 9.7rem;
  }
  .home-keyword__detail[data-keyword="car"] .home-keyword__title:after{
    left: 8rem;
  }
  .home-keyword__detail[data-keyword="management"] .home-keyword__title:after{
    left: 7.7rem;
  }
  .home-keyword__itemText01:before{
    width: 2.4rem;
    height: 2.4rem;
    top: 0.35em;
    left: 0;
  }
  .home-keyword__itemText02{
    font-size: 2.6rem;
  }
  .home-keyword__itemCategory{
    width: 37rem;
    font-size: 2.4rem;
    padding: 1.1rem 0.5rem 0.9rem 0.5rem;
  }
}

/*==================================================

パーツ

==================================================*/
/* 見出し
--------------------------------------------------*/
.m-title01{
  font-weight: bold;
}
.m-title01 span{
  background-color: #e6ed21;
}
.-design.m-title01{
  color: #a19614;
}
.-it.m-title01{
  color: #005d97;
}
.-management.m-title01{
  color: #6c8f03;
}
.-software.m-title01{
  color: #ae2872;
}
.-teacher.m-title01{
  color: #624c9a;
}
.m-title02{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: bold;
  position: relative;
}
.m-title02:before{
  content: "";
  background: #d1d800;
  display: block;
  position: absolute;
  left: 0;
}
.-design.m-title02:before{
  background-color: #a19614;
}
.-it.m-title02:before{
  background-color: #005d97;
}
.-management.m-title02:before{
  background-color: #6c8f03;
}
.-software.m-title02:before{
  background-color: #ae2872;
}
.-teacher.m-title02:before{
  background-color: #624c9a;
}
.-product.m-title02:before{
  background-color: #a16e14;
}
.-robot.m-title02:before{
  background-color: #a14614;
}
.-environment.m-title02:before{
  background-color: #a11e14;
}
.-career.m-title02:before{
  background-color: #78837c;
}
.m-title02__right{
  font-weight: 500;
}
.m-title03{
  color: #fff;
  display: flex;
}
.m-title03__left{
  background-color: #d2d800;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-black .m-title03__left{
  color: #0d0d0d;
}
.m-title03__right,
.m-title03__rightsmall{
  background-color: #78837c;
  flex: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.-design .m-title03__left{
  background-color: #a19614;
}
.-design01 .m-title03__left{
  background-color: #bf7602;
}
.-design02 .m-title03__left{
  background-color: #b84403;
}
.-design03 .m-title03__left{
  background-color: #bb180a;
}
.-it .m-title03__left{
  background-color: #005d97;
}
.-it01 .m-title03__left{
  background-color: #0079a3;
}
.-it02 .m-title03__left{
  background-color: #008cca;
}
.-it03 .m-title03__left{
  background-color: #00a1ca;
}
.-it04 .m-title03__left{
  background-color: #0e8cd6;
}
.-management .m-title03__left{
  background-color: #80a80a;
}
.-management01 .m-title03__left{
  background-color: #82b82d;
}
.-management02 .m-title03__left{
  background-color: #5fb856;
}
.-management03 .m-title03__left{
  background-color: #759a4c;
}
.-management04 .m-title03__left{
  background-color: #48a364;
}
.-software .m-title03__left{
  background-color: #ae2872;
}
.-teacher .m-title03__left{
  background-color: #624c9a;
}
.-ja .m-title03__left{
  font-family: var(--font-sans-serif);
  font-weight: bold;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-title01{
    font-size: 2.4rem;
    margin-bottom: 2.3rem;
  }
  .m-title02{
    gap:0.5rem 1em;
    font-size: 1.8rem;
    padding-left: 5.5rem;
    margin-bottom: 2rem;
  }
  .m-title02:before{
    width: 4rem;
    height: 2px;
    top: 0.65em;
  }
  .m-title02__right{
    font-size: 1.6rem;
  }
  .m-title03{
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .m-title03__left{
    width: 20rem;
    padding: 1.1rem 1rem;
  }
  .m-title03__right{
    padding: 1.1rem 2.3rem 1.1rem 2.8rem;
  }
  .m-title03__rightsmall{
    font-size: 1.92rem;
    padding: 1.1rem 2.3rem 1.1rem 2.8rem;
}
  .-ja .m-title03__left{
    font-size: 1.8rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-title01{
    font-size: 3.4rem;
    line-height: 1.47;
    margin-bottom: 4rem;
  }
  .m-title02{
    gap:0.5rem 1em;
    font-size: 2.8rem;
    line-height: 1.428;
    padding-left: 6.7rem;
    margin-bottom: 3rem;
  }
  .m-title02:before{
    width: 5rem;
    height: 2px;
    top: 0.6em;
  }
  .m-title02__right{
    font-size: 2.6rem;
  }
  .m-title03{
    line-height: 1.352;
    margin-bottom: 2.5rem;
  }
  .m-title03__left{
    width: 26rem;
    font-size:3rem;
    padding: 1.6rem 1rem;
  }
  .m-title03__right{
    font-size: 3.6rem;
    padding: 1.6rem 2.5rem;
  }
  .m-title03__rightsmall{
    font-size: 2.88rem;
    padding: 1.6rem 2.5rem;
}

  .-ja .m-title03__left{
    width: 18.9rem;
    font-size: 2.8rem;
  }
  .m-title03__left.-spw190{
    width: 19rem;
  }
}

/* 画像
--------------------------------------------------*/
.m-image img{
  width: 100%;
}
.m-images{
  display: flex;
  flex-wrap: wrap;
}
.m-images.-two .m-image{
  width: %;
}
.m-images.-three .m-image{
  width: %;
}
.m-images__caption{
  font-size: rem;
  line-height: ;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}
/* イントロ
--------------------------------------------------*/
.m-intro{
  position: relative;
}

.m-intro__read{
  font-weight: 500;
  text-align: center;
}

.about-intro__logo img{
  width: 100%;
}
.about-intro__text01{
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #74847c solid;
  position: relative;
}
.about-intro__text01 span{
  background-color: #e6ed21;
}
.about-intro__text01:before,
.about-intro__text01:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-intro__text01:before{
  background-color: #74847c;
  transform: rotate(45deg);
  z-index: 3;
}
.about-intro__text01:after{
  background-color: #fff;
  position: absolute;
  z-index: 2;
}

/* PC */
@media print,only screen and (min-width: 768px){  
  .m-intro{
    margin: 0 auto 11rem auto;
  }
  .m-intro.-about{
    max-width: 100%;
  }

  .m-intro__read{
    background: url("../images/shared/icon-line.png") center bottom no-repeat;
    background-size: 8rem auto;
    font-size: 3.6rem;
    line-height: 1.66;
    padding-bottom: 3rem;
    margin-bottom: 5.5rem;
  }
  .m-intro__read.-design{
    background: url("../images/shared/icon-line-design.png") center bottom no-repeat;
  }
  .m-intro__read.-it{
    background: url("../images/shared/icon-line-it.png") center bottom no-repeat;
  }
  .m-intro__read.-management{
    background: url("../images/shared/icon-line-management.png") center bottom no-repeat;
  }
  .m-intro__read.-software{
    background: url("../images/shared/icon-line-software.png") center bottom no-repeat;
  }
  .m-intro__read.-teacher{
    background: url("../images/shared/icon-line-teacher.png") center bottom no-repeat;
  }
  .m-intro__text{
    max-width: 60rem;
    font-size: 1.8rem;
    line-height: 1.88;
    margin: 0 auto;
  }
  .m-intro__note{
    max-width: 60rem;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 20px auto 0px auto;
  }
  .about-intro__logo{
    width: 35.6rem;
    margin: 0 auto 7.3rem auto;
  }
  .about-intro__items{
    display: flex;
    justify-content: space-between;
    margin-top: 7.5rem;
  }
  .about-intro__item{
    width: 47.273%;
  }
  .about-intro__text01{
    font-size: 2.4rem;
    line-height: 1.66;
    padding-bottom: 2.6rem;
    margin-bottom: 2.8rem;
  }
  .about-intro__text01:before{
    width: 1rem;
    height: 1rem;
    bottom: -0.5rem;
  }
  .about-intro__text01:after{
    width: 2.6rem;
    height: 2.6rem;
    bottom: -1.3rem;
  }
  .about-intro__text02{
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

/* SP */
@media screen and (max-width: 767px){	 
  .m-intro{
    margin-bottom: 10rem;
  }

  .m-intro__read{
    background: url("../images/shared/icon-line-sp.png") center bottom no-repeat;
    background-size: 14.5rem auto;
    font-size: 5rem;
    line-height: 1.48;
    padding-bottom: 5.3rem;
    margin-bottom: 8.5rem;
  }
  .m-intro__read.-design{
    background: url("../images/shared/icon-line-design-sp.png") center bottom no-repeat;
    background-size: 14.5rem auto;
  }
  .m-intro__read.-it{
    background: url("../images/shared/icon-line-it-sp.png") center bottom no-repeat;
    background-size: 14.5rem auto;
  }
  .m-intro__read.-management{
    background: url("../images/shared/icon-line-management-sp.png") center bottom no-repeat;
    background-size: 14.5rem auto;
  }
  .m-intro__read.-software{
    background: url("../images/shared/icon-line-software-sp.png") center bottom no-repeat;
    background-size: 14.5rem auto;
  }
  .m-intro__read.-teacher{
    background: url("../images/shared/icon-line-teacher-sp.png") center bottom no-repeat;
    background-size: 14.5rem auto;
  }
  .m-intro__text{
    font-size: 2.8rem;
    line-height: 1.78;
  }
  .m-intro__note{
    font-size: 2.3rem;
    line-height: 1.46;
    margin: 20px auto 0px auto;
  }

  .about-intro__logo{
    width: 42rem;
    margin: 0 auto 13rem auto;
  }
  .about-intro__item{
    margin-bottom: 6.5rem;
  }
  .about-intro__item:last-child{
    margin-bottom: 0;
  }
  .about-intro__text01{
    font-size: 3.4rem;
    line-height: 1.47;
    padding-bottom: 3.5rem;
    margin-bottom: 4.5rem;
  }
  .about-intro__text01:before{
    width: 1.4rem;
    height: 1.4rem;
    bottom: -0.75rem;
  }
  .about-intro__text01:after{
    width: 3rem;
    height: 3rem;
    bottom: -1.5rem;
  }
  .about-intro__text02{
    font-size: 2.6rem;
    line-height: 1.923;
  }
}

/* 左右
--------------------------------------------------*/
.m-2column{
  position: relative;
}
.m-2column__left,
.m-2column__content{
  box-sizing: border-box;
}
.m-2column__content{
  position: relative;
}
.m-2column__row{
  position: relative;
}
.m-2column__row:last-child{
  border-bottom: none;
}
.m-2column__row:before,
.m-2column__row:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-2column__row:last-child:before,
.m-2column__row:last-child:after{
  content: none;
}
.m-2column__row:before{
  background-color: #74847c;
  transform: rotate(45deg);
  z-index: 3;
}
.m-2column__row:after{
  background-color: #fff;
  position: absolute;
  z-index: 2;
}

.m-2column__menuItemIn{
  color: #5e6b63;
  font-weight: bold;
  position: relative;
  display: block;
}
.m-2column__menuItemIn:before{
  content: "";
  position: absolute;
  left: 0;
}
.m-2column__menuItem.-current .m-2column__menuItemIn{
  font-weight: bold;
}
.m-2column__menuItem.-current .m-2column__menuItemIn:before{
  content: none;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-2column{
    border-top: 1px #78837c solid;
    margin: 0 calc( 50% - 50vw ) -12.5rem calc( 50% - 50vw );
  }
  .m-2column:before{
    width: 58.3rem;
    right: calc( 50% + 30rem );
    top: -10rem;
  }
  .m-2column__inner{
    max-width: 120rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: content-box;
  }
  .m-2column__left{
    width: 24%;
    padding: 7.5rem 1rem 7.5rem 0;
  }
  .m-2column__content{
    width: 76%;
    padding: 7.5rem 0 0 7.5rem;
    border-left: 1px #78837c solid;
  }
  .m-2column__content:has(> .m-intro__read){
    padding-top: 6.2rem;
  }
  .m-2column__content .m-intro__read{
    margin-bottom: 5.7rem;
  }
  .m-2column__row{
    border-bottom: 1px #78837c solid;
    padding: 8rem 0 8rem 0;
  }
  .-lab .m-2column__row{
    padding-bottom: 2rem;
  }
  .m-2column__row:first-child{
    padding-top: 0;
  }
  .m-2column__row:last-child{
    padding-bottom: 15.5rem;
  }
  .m-2column__row:before{
    width: 1rem;
    height: 1rem;
    bottom: -0.5rem;
  }
  .m-2column__row:after{
    width: 2.6rem;
    height: 2.6rem;
    bottom: -1.3rem;
  }
  .-news .m-2column__row,
  .-lab .m-2column__row{
    border-bottom: none;
  }
  .-news .m-2column__row:before,  
  .-news .m-2column__row:after,  
  .-lab .m-2column__row:before,  
  .-lab .m-2column__row:after{
    content: none;
  }

  .m-2column__menu{
    position: sticky;
    top: 15.7rem;
    margin-top: -1.8rem;
  }
  .m-2column__menuItemIn{
    font-size: 1.6rem;
    padding: 0.6rem 0 0.6rem 3.9rem;
    transition: all .3s ease;
  }
  .m-2column__menuItemIn:hover{
    color: #948e00;
    text-decoration: none;
  }
  .m-2column__menuItemIn:before{
    width: 3rem;
    height: 0.3rem;
    background: url("../images/shared/icon-line.png") left center no-repeat;
    background-size: 100% auto;
    top:0.9em;
  }
  .-it .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-it.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-software .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-software.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-management .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-management.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-design .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-design.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-teacher .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-teacher.png") left center no-repeat;
    background-size: 100% auto;
  }
  .m-2column__menuItem{
    margin-bottom: 0.5rem;
  }
  .m-2column__menuItem.-current .m-2column__menuItemIn{
    font-size: 3rem;
    font-weight: bold;
    padding: 0.8rem 0 0.8rem 0;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .m-2column.-news{
    margin-bottom: -18rem;
  }
  .m-2column.-news .m-2column__menu{
    margin-top: 18rem;
  }
  .m-2column:before{
    width: 51.8rem;
  }
  .m-2column__row{
    padding: 0 0 13rem 0;
  }
  
  .-news .m-2column__row{
    padding-bottom: 0;
  }
  .m-2column__row:last-child{
    padding-bottom: 0;
  }
  .m-2column__content .m-intro__read{
    margin-bottom: 5rem;
  }

  .m-2column__menu{
    background-color: #f1f2f2;
    margin: 0 -3.5rem 5.5rem -3.5rem;
    padding: 6rem 5rem 6rem 7rem;
    position: relative;
  }
  .m-2column__menu:before,
  .m-2column__menu:after,
  .m-2column__menuItem:first-child:after{
    content: "";
    display: block;
    position: absolute;
  }
  .m-2column__menu:before{
    width: 1.4rem;
    height: 1.4rem;
    background-color: #74847c;
    top: -0.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
  }
  .m-2column__menu:after{
    background-color: #b1bab5;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 39rem;
  }
  .m-2column__menuItem:first-child:after{
    background-color: #b1bab5;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 39rem;
  }
  .m-2column__menuItemIn{
    font-size: 2.6rem;
    padding: 1.2rem 0 1.2rem 5.6rem;
  }
  .m-2column__menuItemIn:before{
    width: 4rem;
    height: 0.5rem;
    background: url("../images/shared/icon-line-sp.png") left center no-repeat;
    background-size: 100% auto;
    top:1.1em;
  }
  .-it .m-2column__menuItemIn:before{
  background: url("../images/shared/icon-line-it-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-software .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-software-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-management .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-management-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-design .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-design-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-teacher .m-2column__menuItemIn:before{
    background: url("../images/shared/icon-line-teacher-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .m-2column__menuItem.-current .m-2column__menuItemIn{
    font-size: 5rem;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}

/* マージン
--------------------------------------------------*/
.-bold{
  font-weight: bold;
}
.mb0{
  margin-bottom: 0!important;
}
.mt0{
  margin-top: 0!important;
}
.m-block:last-child{
  margin-bottom: 0;
}
.m-text{
  font-weight: 500;
}
.m-text p{
  margin-bottom: 1rem;
}
.m-text p:last-child{
  margin-bottom: 0;
}
.m-note{
  font-weight: 500;
  letter-spacing: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .mb20{
    margin-bottom: 2rem!important;
  }
  .mb35{
    margin-bottom: 3.5rem!important;
  }
  .mb40{
    margin-bottom: 4rem!important;
  }
  .mb50{
    margin-bottom: 5rem!important;
  }
  .mb60{
    margin-bottom: 6rem!important;
  }
  .mb80{
    margin-bottom: 8rem!important;
  }
  .pb150{
    padding-bottom: 15rem!important;
  }
  .m-block{
    margin-bottom: 5.3rem;
  }
  .m-text{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 7.5rem;
  }
  .m-text p{
    margin-bottom: 1rem;
  }
  .m-note{
    font-size: 1.3rem;
    margin-bottom: 8rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .mb20{
    margin-bottom: 2rem!important;
  }
  .mb35{
    margin-bottom: 3.5rem!important;
  }
  .mb40{
    margin-bottom: 4rem!important;
  }
  .mb50{
    margin-bottom: 5rem!important;
  }
  .mb60{
    margin-bottom: 6rem!important;
  }
  .mb80{
    margin-bottom: 8rem!important;
  }
  .pb150{
    padding-bottom: 15rem!important;
  }
  .sppb0{
    padding-bottom: 0!important;
  }
  .spmb0{
    margin-bottom: 0!important;
  }
  .m-block{
    margin-bottom: 8rem;
  }
  .m-text{
    font-size: 2.6rem;
    line-height: 1.923;
    margin-bottom: 7.5rem;
  }
  .m-text p{
    margin-bottom: 2rem;
  }
  .m-note{
    font-size: 2.3rem;
    margin-bottom: 10rem;
  }
}
/* 動画
--------------------------------------------------*/
.m-movie iframe{
  width: 100%!important;
  height: auto!important;
  aspect-ratio: 112 / 63;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-movie{
    margin-bottom: 4.5rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-movie{
    margin-bottom: 6rem;
  }
}

/* 数字付き見出し
--------------------------------------------------*/
.m-numberTitle__number{
  color: #d2d800;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
}
.-design .m-numberTitle__number{
  color: #a19614;
}
.-it .m-numberTitle__number{
  color: #005d97;
}
.-management .m-numberTitle__number{
  color: #80a80a;
}
.-software .m-numberTitle__number{
  color: #ae2872;
}
.-teacher .m-numberTitle__number{
  color: #624c9a;
}
.m-numberTitle__text{
  font-weight: bold;
}
.m-numberTitle__text span{
  background-color: #e6ed21;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-numberTitle{
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
  .m-numberTitle__number{
    width: 7.5rem;
    font-size: 5rem;
    display: block;
  }
  .m-numberTitle__text{
    flex: 1;
    font-size: 2.4rem;
    line-height: 1.66;
    position: relative;
    padding-left: 2rem;
    display: block;
  }
  .m-numberTitle__text .sub{
    font-weight: 500;
    font-size: 1.8rem;
    background-color: transparent;
  }
  .m-numberTitle__text:after{
    content: "";
    background-color: #cfcfcf;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-numberTitle{
    margin-bottom: 5.5rem;
  }
  .m-numberTitle__number{
    font-size: 7rem;
    border-bottom: 1px #cfcfcf solid;
    padding: 0 0.8rem 0.3rem 0.8rem;
    width: fit-content;
  }
  .m-numberTitle__text{
    font-size: 3.4rem;
    line-height: 1.47;
    display: block;
    margin-top: 2.5rem;
  }
  .m-numberTitle__text .sub{
    font-weight: 500;
    font-size: 3rem;
    background-color: transparent;
  }
}

/* 帯リンク
--------------------------------------------------*/
.m-button:last-child{
  margin-bottom: 0;
}
.m-button.-center{
  margin: 0 auto;
  text-align: center;
}
.m-button__item{
  background-color: #78837c;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
}
.-fontsizeS .m-button__item{
  color: #fff;
  display: flex;
  align-items: center;
}
.-fontsizeS .m-button__icon{
  background-color: #fff;
  color: #5e6b63;
}
.m-button__button{
  background-color: #d2d800;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.-design .m-button__button{
  background-color: #a19614;
}
.-it .m-button__button{
  background-color: #005d97;
}
.-management .m-button__button{
  background-color: #80a80a;
}
.-software .m-button__button{
  background-color: #ae2872;
}
.-teacher .m-button__button{
  background-color: #624c9a;
}
.m-button__button:before{
  content: "";
  background: url("../images/shared/arrow-black.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  inset:0;
  margin: auto;
}
.-design .m-button__button:before,
.-it .m-button__button:before,
.-management .m-button__button:before,
.-software .m-button__button:before,
.-teacher .m-button__button:before{
  background: url("../images/shared/arrow-white.svg") center center no-repeat;
}
.-down .m-button__button:before{
  background: url("../images/shared/arrow-down-white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-buttons{
    margin-bottom: 7rem;
  }
  .m-button{
    margin-bottom: 4rem;
  }
  .m-button__item{
    font-size: 2.4rem;
    padding: 1.2rem 6.5rem 1.2rem 2.2rem;
    transition: background .3s ease;
  }
  .-fontsizeS .m-button__item{
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 1.7rem 6.5rem 1.7rem 2.2rem;
  }
  .-fontsizeS .m-button__icon{
    font-size: 1.6rem;
    padding: 0.6rem 1rem;
    margin:-0.3rem 1.5rem -0.3rem -0.5rem;
  }
  .m-button.-center{
    max-width: 38rem;
  }
  .m-button.-center .m-button__item{
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 1.7rem 7.2rem 1.7rem 1.2rem;
  }
  .m-button__item:hover{
    background-color: #616c65;
    text-decoration: none;
  }
  .m-button__button{
    width: 6rem;
  }
  .m-button__button:before{
    width: 2rem;
    height: 2.1rem;
  }
  .-down .m-button__button:before{
    width: 1.1rem;
    height: 1.7rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-buttons{
    margin-bottom: 8.5rem;
  }
  .m-button{
    margin-bottom: 4rem;
  }
  .m-button__item{
    font-size: 3.4rem;
    padding: 1.4rem 9rem 1.4rem 2.7rem;
  }
  .-fontsizeS .m-button__item{
    font-size: 2.8rem;
    line-height: 1.42;
    padding: 1.7rem 8rem 1.7rem 2.6rem;
    align-items: flex-start;
  }
  .-fontsizeS .m-button__icon{
    font-size: 2.6rem;
    padding: 0.1rem 0.8rem;
    margin:-0.1rem 1.8rem -0.1rem -0.5rem;
    white-space: nowrap;
  }
  .m-button__button{
    width: 8rem;
  }
  .m-button__button:before{
    width: 2.7rem;
    height: 2.9rem;
  }
  .-down .m-button__button:before{
    width: 1.1rem;
    height: 1.7rem;
  }
}

/* コースリスト
--------------------------------------------------*/
.m-course__list{
  display: flex;
  flex-wrap: wrap;
}
.m-course__listItem{
  background-color: #fff;
  border: 1px #78837c solid;
  font-weight: 500;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-course__list{
    gap:0.8rem 1rem;
    margin-bottom: 5.3rem;
  }
  .m-course__listItem{
    font-size: 1.6rem;
    padding: 0.4rem 1rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-course__list{
    gap:2rem;
    margin-bottom: 5rem;
  }
  .m-course__listItem{
    font-size: 2.6rem;
    line-height: 1.307;
    padding: 1rem 1.8rem;
  }
}

/* テキスト画像フレックス
--------------------------------------------------*/
.m-textImage__texts p{
  font-weight: 500;
}
.m-textImage__texts p:last-child{
  margin-bottom: 0;
}
.m-textImage__image img{
  width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-textImage,
  .m-textImage02{
    display: flex;
    justify-content: space-between;
    margin-top: 3.3rem;
  }
  .m-textImage02{
    margin-bottom: 7rem;
  }
  .m-textImage__texts{
    width: 52.5%;
    margin-top: -1rem;
  }
  .m-textImage02 .m-textImage__texts{
    width: 49%;
  }
  .m-textImage__texts p{
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .m-textImage__image{
    width: 42.4%;
  }
  .m-textImage02 .m-textImage__image{
    width: 48%;
  }
  .m-textImage .m-button{
    margin-top: 3.5rem;
  }
  .m-textImage .m-button__item{
    font-size: 1.8rem;
    padding: 1.6rem 6.5rem 1.6rem 2.2rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-textImage02{
    margin-bottom: 6.5rem;
  }
  .m-textImage__texts{
    margin-bottom: 6rem;
  }
  .m-textImage__texts p{
    font-size: 2.6rem;
    line-height: 1.92;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .m-textImage .m-button{
    margin-top: 4rem;
  }
  .m-textImage .m-button__item{
    font-size: 2.8rem;
    padding: 1.9rem 9rem 1.9rem 2.7rem;
  }
}

/* タイトルボックス
--------------------------------------------------*/
.m-titleBox{
  position: relative;
}
.m-titleBox__title{
  color: #fff;
  background-color: #78837c;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10rem;
  box-sizing: border-box;
}
.m-titleBox__title span{
  font-weight: 500;
}
.-left .m-titleBox__title{
  width: fit-content;
  left: 0;
  right: auto;
  margin: 0;
  border-radius: 0;
}
.-left .m-titleBox__title:after{
  content: "";
  position: absolute;
  top: 0;
  right: -4rem;
  width: 4rem;
  height: 100%;
  background: inherit;
  transform: skewX(-30deg);
  transform-origin: left top;
  z-index: -1;
}

.-design .m-titleBox__title{
  background-color: #a19614;
}
.-it .m-titleBox__title{
  background-color: #005d97;
}
.-management .m-titleBox__title{
  background-color: #6c8f03;
}
.-software .m-titleBox__title{
  background-color: #ae2872;
}
.-teacher .m-titleBox__title{
  background-color: #624c9a;
}
.-feature .m-titleBox__title{
  background-color: #d2d800;
  color: #0d0d0d;
}

.m-titleBox__box{
  border: 1px #78837c solid;
}
.-design .m-titleBox__box{
  border: 1px #a19614 solid;
}
.-it .m-titleBox__box{
  border: 1px #005d97 solid;
}
.-management .m-titleBox__box{
  border: 1px #6c8f03 solid;
}
.-software .m-titleBox__box{
  border: 1px #ae2872 solid;
}
.-teacher .m-titleBox__box{
  border: 1px #624c9a solid;
}
.-feature .m-titleBox__box{
  border: 1px #d2d800 solid;
}

.m-titleBox__text{
  text-align: center;
}
.m-titleBox__list.-flex .m-titleBox__listItem{
  margin-bottom: 0;
}
.m-titleBox__list.-flex:last-child,
.m-titleBox__lists .m-titleBox__listItem{
  margin-bottom: 0;
}
.m-titleBox__lists .m-titleBox__title02{
  background-color: #6c8f03;
  color: #fff;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.m-titleBox__title03{
  font-weight: bold;
}
.-design .m-titleBox__title03{
  color: #a19614;
}
.-it .m-titleBox__title03{
  color: #005d97;
}
.-management .m-titleBox__title03{
  color: #6c8f03;
}
.-software .m-titleBox__title03{
  color: #ae2872;
}
.-teacher .m-titleBox__title03{
  color: #624c9a;
}
.-feature .m-titleBox__title03{
  color: #d2d800;
}
.m-titleBox__listItem{
  letter-spacing: .02em;
  position: relative;
}
.m-titleBox__listItem:before{
  content: "";
  transform: rotate(45deg);
  position: absolute;
  left: 0;
}
.m-titleBox__table .m-titleBox__listItem{
  margin-bottom: 0;
}

.m-titleBox__listItem.-iconnone{
  padding-left: 0;
}
.m-titleBox__listItem.-iconnone:before{
  content: none;
}
.-design .m-titleBox__listItem:before{
  background-color: #a19614;
}
.-it .m-titleBox__listItem:before{
  background-color: #005d97;
}
.-management .m-titleBox__listItem:before{
  background-color: #6c8f03;
}
.-software .m-titleBox__listItem:before{
  background-color: #ae2872;
}
.-teacher .m-titleBox__listItem:before{
  background-color: #624c9a;
}
.-product .m-titleBox__listItem:before{
  background-color: #a16e14;
}
.-robot .m-titleBox__listItem:before{
  background-color: #a14614;
}
.-environment .m-titleBox__listItem:before{
  background-color: #a11e14;
}
.-career .m-titleBox__listItem:before{
  background-color: #78837c;
}
.-feature .m-titleBox__listItem:before{
  background-color: #d2d800;
}
.m-titleBox__list02Item{
  position: relative;
}
.m-titleBox__list02Item:before{
  content: "・";
}
.m-titleBox sup{
  font-size: 55%;
  position: relative;
  top: -0.6em;
}

.m-titleBox__3column{
  position: relative;
}
.m-titleBox__3column:after{
  content: "";
  height: 1px;
  background-color: #d6dad7;
  position: absolute;
  bottom: 0;
}
.m-titlelink__3column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.m-titlelink__3column a {
  display: block;
}

.m-titlelink__3column img {
  display: block;
  width: 100%;
  height: auto;
}
.m-titleBox__note{
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.m-titleBox__text02{
  font-weight: bold;
}
.m-titleBox__text02.-design{
  color: #a19614;
}
.m-titleBox__text02.-it{
  color: #005d97;
}
.m-titleBox__text02.-management{
  color: #6c8f03;
}
.m-titleBox__text02.-software{
  color: #ae2872;
}
.m-titleBox__text02.-teacher{
  color: #624c9a;
}
.-software01 .m-title03__left{
  background-color: #e86372;
}
.-software02 .m-title03__left{
  background-color: #ea4f88;
}
.-software03 .m-title03__left{
  background-color: #eb4473;
}
.-software04 .m-title03__left{
  background-color: #f06c91;
}
.m-titleBox__top{
  position: relative;
}
.m-titleBox__top:after{
  content: "";
  height: 1px;
  background-color: #d6dad7;
  position: absolute;
  bottom: 0;
}

.m-titleBox__table th{
  font-weight: bold;
}
.m-titleBox__table td:nth-child(2){
  font-weight: bold;
}
.-it .m-titleBox__table th{
  color: #005d97;
}
  .m-section a {
	color: #005073;
	font-weight: bold;
}


/* PC */
@media print,only screen and (min-width: 768px){   
  .m-section{
    margin-bottom: 12rem;
  }
  .m-titleBox{
    margin-bottom: 6.5rem;
  }
  .m-titleBox__title{
    max-width: 60rem;
    font-size: 2rem;
    top: -2.3rem;
    padding: 1rem 2rem;
  }
  .-left .m-titleBox__title{
    top: -2.3rem;
    left: 0;
    right: auto;
    margin: 0;
    padding: 1rem 0.7rem 1rem 2.6rem;
  }
  .-left .m-titleBox__title.-center{
    width: 20rem;
    padding: 1rem 2rem 1rem 0.8rem;
  }
  .m-titleBox__box{
    border-radius: 1rem;
    padding: 5.1rem 4rem 3.9rem 4rem;
  }
  .-teacher .m-titleBox__box{
    border-radius: 1rem;
    padding: 5.1rem 10rem 3.9rem 10rem;
  }
  .-career .m-titleBox__box{
    padding: 6.1rem 5.5rem 3.9rem 5.5rem;
  }
  .-career .m-titleBox__listItem{
    font-size: 1.5rem;
    margin-bottom: 0.55rem;
  }
  .-career .m-titleBox__list{
    margin-bottom: 3rem;
  }
  .-career .m-titleBox__list:last-child{
    margin-bottom: 0;
  }
  .m-titleBox__text{
    font-size: 2.8rem;
  }
  .m-titleBox__list.-flex,
  .m-titleBox__lists{
    display: flex;
    align-items: flex-start;
    gap:0 1rem;
    margin:0 -2rem 2.7rem 0;
  }
  .m-titleBox__list.-flex .m-titleBox__listItem,
  .m-titleBox__lists .m-titleBox__list,
  .m-titleBox__lists .m-titleBox__title02{
    width: calc( ( 100% / 3 ) - 0.667rem );
  }
  .m-titleBox__lists .m-titleBox__title02{
    font-size: 1.6rem;
    padding: 1.8rem 1rem;
    margin-right: 2.2rem;
  }
  .m-titleBox__lists02{
    display: flex;
    justify-content: space-between;
  }
  .m-titleBox__lists02Item{
    width: 47%;
    padding-right: 3%;
  }
  .m-titleBox__listItem{
    font-size: 1.6rem;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
  }
  .m-titleBox__listItem:before{
    width: 1.1rem;
    height: 1.1rem;
    top: 0.3em;
  }
  .m-titleBox__table .m-titleBox__list{
    display: flex;
    flex-wrap: wrap;
    gap:0 2.5rem;
  }
  .m-titleBox__table .m-titleBox__listItem{
    font-size: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  .m-titleBox__table .m-titleBox__listItem:before{
    width: 1rem;
    height: 1rem;
    top: 0.4em;
  }

  .m-titleBox__list02{
    margin-top: 0.7rem;
  }
  .m-titleBox__list02Item{
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  .m-titleBox__3column{
    position: relative;
    padding: 2rem 0 4rem 0;
  }
  .m-titleBox__3columnInner{
    max-width: 74rem;
    margin: 0 auto;
  }
  .m-titleBox__3column:after{
    left: -4rem;
    right: -4rem;
  }
  .m-titleBox__3column .m-titleBox__list{
    column-count:3;
  }
  .-management .m-titleBox__3columnInner{
    max-width: initial;
    width: fit-content;
    margin: 0 auto;
  }
  .-management .m-titleBox__3column .m-titleBox__listItem{
    width: fit-content;
  }
  .m-titleBox__2column{
    max-width: 74rem;
    margin: 4.5rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
.-feature .m-titleBox__2column{
    max-width: 86rem;
    margin: 4.5rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .m-titleBox__2column .m-title02{
    margin-bottom: 1.5rem;
  }
  .m-titleBox__2columnItem{
    width: 50%;
  }
.-feature .m-titleBox__2columnItem{
    width: 46%;
  }
  .m-titleBox__note{
    max-width: 74rem;
    font-size: 1.3rem;
    margin: 1.8rem auto 0.7rem auto;
  }
  .-teacher .m-titleBox__note{
    max-width: inherit;
  }

  .m-titleBox__text02{
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
  }
  .m-titleBox__title03{
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
  }
  .m-titleBox__top{
    padding-bottom: 2.6rem;
    margin-bottom: 2.5rem;
  }
  .m-titleBox__top:after{
    left: -4rem;
    right: -4rem;
  }
  .-teacher .m-titleBox__top:after{
    left: -10rem;
    right: -10rem;
  }

  .m-titleBox__table{
    width: 100%;
  }
  .m-titleBox__table th,
  .m-titleBox__table td{
    font-size: 1.5rem;
    line-height: 1.7;
    vertical-align: top;
  }
  .m-titleBox__table th{
    width: 4.5em;
  }
  .m-titleBox__table td:nth-child(2){
    width: 8em;
  }
  .m-titlelink__3column a:hover {
        opacity: 0.8;
  }
}

/* SP */
@media screen and (max-width: 767px){	  
  .m-section{
    margin-bottom: 9rem;
  }
  .m-titleBox{
    margin-bottom: 8rem;
  }
  .m-titleBox__title{
    width: 62rem;
    font-size: 2.8rem;
    top: -3rem;
    padding: 1.2rem 1rem;
  }
  .-left .m-titleBox__title{
    top: -3.3rem;
    left: 0;
    right: auto;
    margin: 0;
    padding: 1.2rem 0.7rem 0.8rem 2.6rem;
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      0 100%
    );
  }
  .-lines2.m-titleBox{
    margin-top: 12rem;
  }
  .-lines2 .m-titleBox__title{
    top: -7rem;
  }
  .-left .m-titleBox__title.-center{
    width: 24rem;
    font-size: 3rem;
    padding: 1rem 2rem 1rem 0.8rem;
  }
  .-it.-left .m-titleBox__title{
    width: 98%;
  }
  .-design.-left .m-titleBox__title.-center{
    clip-path: polygon(
      0 0,
      100% 0,
      90% 100%,
      0 100%
    );
  }
  .m-titleBox__box{
    border-radius: 1rem;
    padding: 7rem 3.5rem 4.8rem 3.5rem;
  }
  .m-titleBox__text{
    font-size: 3.8rem;
    line-height: 1.578;
  }
  .m-titleBox__lists{
    display: flex;
    align-items: flex-start;
    gap:0 1rem;
    margin:0 -2rem 2.7rem 0;
  }
  .-management .m-titleBox__lists{
    display: block;
    gap:0 1rem;
    margin:0 -2rem 2.7rem 0;
  }
  .m-titleBox__lists .m-titleBox__list,
  .m-titleBox__lists .m-titleBox__title02{
    width: calc( ( 100% / 3 ) - 0.667rem );
  }
  .-management .m-titleBox__lists .m-titleBox__title02{
    width: fit-content;
    margin-bottom: 1rem;
  }
  .-management .m-titleBox__lists .m-titleBox__list{
    width: 100%;
  }
  .m-titleBox__list.-flex{
    margin-bottom: 4.5rem;
  }
  .m-titleBox__list.-flex .m-titleBox__listItem{
    margin-bottom: 1.5rem;
  }
  .m-titleBox__list.-flex .m-titleBox__listItem:last-child{
    margin-bottom: 0;
  }
  .m-titleBox__lists .m-titleBox__title02{
    font-size: 2.4rem;
    padding: 0.3rem 2rem;
  }
  .m-titleBox__title03{
    margin-bottom: 1.2rem;
    margin-top: 3rem;
  }
  .m-titleBox__title03:first-child{
    margin-top: 0;
  }
  .m-titleBox__listItem{
    font-size: 2.6rem;
    line-height: 1.53;
    padding-left: 2.8rem;
    margin-bottom: 0.7rem;
    margin-bottom: 2rem;
  }
  .m-titleBox__listItem:last-child{
    margin-bottom: 0;
  }
  .m-titleBox__listItem:before{
    width: 1.6rem;
    height: 1.6rem;
    top: 0.45em;
  }
  .m-titleBox__table .m-titleBox__list{
    display: flex;
    flex-wrap: wrap;
    gap:0 2.5rem;
  }
  .m-titleBox__table .m-titleBox__listItem{
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  .m-titleBox__table .m-titleBox__listItem:before{
    width: 1rem;
    height: 1rem;
    top: 0.65em;
  }

  .m-titleBox__list02{
    margin-top: 2.2rem;
  }
  .m-titleBox__list02Item{
    font-size: 2.6rem;
    margin-bottom: 1.8rem;
  }
  .-career .m-titleBox__list{
    margin-bottom: 7rem;
  }
  .-career .m-titleBox__lists02Item:last-child .m-titleBox__list:last-child{
    margin-bottom: 0;
  }

  .m-titleBox__3column{
    position: relative;
    padding: 2rem 0 4rem 0;
    margin-bottom: 4rem;
  }
  .m-titleBox__3column .m-titleBox__list{
    column-count:2;
  }
  .m-titleBox__3column:after{
    left: -4rem;
    right: -4rem;
  }
  .m-titleBox__listItem{
  }
  .m-titleBox__3columnItem{
    width: 32%;
  }
  .m-titlelink__3column {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  .m-titlelink__3column a {
    margin-bottom: 0;
  }
  .m-titleBox__2column .m-titleBox__2columnItem:first-child{
    margin-bottom: 4rem;
  }
  .m-titleBox__2column .m-title02{
    margin-bottom: 1.5rem;
  }
  .m-titleBox__2columnItem{
  }
  .m-titleBox__note{
    font-size: 2.3rem;
    line-height: 1.47;
    margin-top: 2.5rem;
  }

  .m-titleBox__text02{
    font-size: 2.8rem;
    margin-bottom: 1.3rem;
  }
  .m-titleBox__top{
    padding-bottom: 2.6rem;
    margin-bottom: 4.5rem;
  }
  .m-titleBox__top:after{
    left: -4rem;
    right: -4rem;
  }

  .m-titleBox__table{
    width: 100%;
  }
  .m-titleBox__table th,
  .m-titleBox__table td{
    font-size: 2.4rem;
    line-height: 1.6;
    vertical-align: top;
  }
  .m-titleBox__table th{
    width: 4.5em;
  }
  .m-titleBox__table td:nth-child(2){
    width: 8em;
  }
}

/* 下矢印
--------------------------------------------------*/
.m-down{
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	display: block;
  transform: rotate(90deg);
}
.m-down.-design{  
  background: linear-gradient(90deg,rgba(161,150,20, 0) 0, rgba(161,150,20, 1) 100%);
}
.m-down.-it{
  background: linear-gradient(90deg,rgba(0,93,151, 0) 0, rgba(0,93,151, 1) 100%);
}
.m-down.-management{
  background: linear-gradient(90deg,rgba(108,143,3, 0) 0, rgba(108,143,3, 1) 100%);
}
.m-down.-software{
  background: linear-gradient(90deg,rgba(174,40,114, 0) 0, rgba(174,40,114, 1) 100%);
}
.m-down.-teacher{
  background: linear-gradient(90deg,rgba(98,76,154, 0) 0, rgba(98,76,154, 1) 100%);
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-down{
    width: 5rem;
    height: 15rem;
    margin: 0 auto 2rem auto;
  }
  .m-down.-marginN{
    margin: -1.8rem auto -1.3rem auto;
  }
}

/* SP */
@media screen and (max-width: 767px){	 
  .m-down{
    width: 5rem;
    height: 16rem;
    margin: -0.5rem auto 1.5rem auto;
  }
  .m-down.-marginN{
    margin: -1.8rem auto -1.3rem auto;
  }
}

/* pick up
--------------------------------------------------*/
.m-pickup img{
  width: 100%;
}
.m-pickup__title{
  background-color: #78837c;
  color: #fff;
  font-weight: bold;
}
.-design .m-pickup__title{
  border-left: 1rem #baae23 solid;
}
.-it .m-pickup__title{
  border-left: 1rem #005d97 solid;
}
.-management .m-pickup__title{
  border-left: 1rem #80a80a solid;
}
.-software .m-pickup__title{
  border-left: 1rem #ae2872 solid;
}
.-teacher .m-pickup__title{
  border-left: 1rem #624c9a solid;
}
.m-pickup__text{
  font-weight: 500;
  letter-spacing: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){
  .m-pickup{
    display: flex;
    justify-content: space-between;
  }
  .m-pickup__item{
    width: 47.5%;
  }
  .m-pickup__title{
    font-size: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
  }
  .m-pickup__image{
    margin-bottom: 2rem;
  }
  .m-pickup__text{
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-pickup{
  }
  .m-pickup__item{
    margin-bottom: 7rem;
  }
  .m-pickup__item:last-child{
    margin-bottom: 0;
  }
  .m-pickup__title{
    font-size: 3rem;
    margin-bottom: 5rem;
    padding: 1.5rem 2.8rem;
  }
  .m-pickup__image{
    margin-bottom: 3rem;
  }
  .m-pickup__text{
    font-size: 2.6rem;
    line-height: 1.92;
  }
}

/* 
--------------------------------------------------*/
. img{
  width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}

/* 
--------------------------------------------------*/
. img{
  width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}

/* 
--------------------------------------------------*/
. img{
  width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}

/*==================================================

学部概要

==================================================*/
.about-message__text01{
  font-weight: bold;
}
.about-message__text02{
  letter-spacing: 0;
  font-weight: 500;
}
.about-message__image img{
  width: 100%;
}
.about-message__name{
  text-align: center;
  font-weight: bold;
}
.about-message__name span{
  color: #787878;
  font-weight: 500;
  display: block;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .about-message{
    display: flex;
    justify-content: space-between;
  }
  .about-message__texts{
    width: 63%;
  }
  .about-message__text01{
    font-size: 2.4rem;
    line-height: 1.66;
    margin-bottom: 2.5rem;
  }
  .about-message__text02{
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .about-message__image{
    width: 31.25%;
    margin-top: 1rem;
  }
  .about-message__name{
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.66;
  }
  .about-message__name span{
    font-size: 1.4rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .about-message{
  }
  .about-message__texts{
  }
  .about-message__text01{
    font-size: 3.4rem;
    line-height: 1.47;
    margin-bottom: 3.2rem;
  }
  .about-message__text02{
    font-size: 2.6rem;
    line-height: 1.923;
  }
  .about-message__image{
    width: 40rem;
    margin: 6rem auto 0 auto;
  }
  .about-message__name{
    margin-top: 2.5rem;
    font-size: 2.8rem;
    line-height: 1.785;
  }
  .about-message__name span{
    font-size: 2.4rem;
  }
}

/*==================================================

数学教員養成プログラム

==================================================*/
.teacher-center{
  background-color: #efecf6;
  border-radius: 1rem;
}
.teacher-center img{
  width: 100%;
}
.teacher-center__title{
  color: #624c9a;
  font-weight: bold;
  text-align: center;
}
.teacher-center__text{
  font-weight: 500;
}
.teacher-curriculum .m-titleBox__text.-color{
  color: #624c9a;
}
.teacher-curriculum .m-titleBox__text span{
  background-color: #f9e2ec;
  font-weight: bold;
}
.-it .m-titleBox__text span{
  color: #005d97;
}
.-management .m-titleBox__text span{
  color: #80a80a;
}
.-software .m-titleBox__text span{
  color: #ae2872;
}
.-teacher .m-titleBox__text span{
  color: #624c9a;
}
.teacher-curriculum .m-titleBox:not(:has(.m-titleBox__title)) .m-titleBox__box{
  border: 1px #b3b3b3 solid;
}
.teacher-subject{
  background-color: #efecf6;
  border-radius: 1rem;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .teacher-center{
    padding: 4rem;
    margin-bottom: 8rem;
  }
  .teacher-center img{
    width: 100%;
  }
  .teacher-center__title{
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
  .teacher-center__item{
    display: flex;
    justify-content: space-between;
  }
  .teacher-center__text{
    width: 67%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0;
    margin:-1rem 0 3rem 0;
  }
  .teacher-center__image{
    width: 30.55%;
  }
  .teacher-curriculum .m-titleBox{
    margin-top: 2rem;
  }
  .teacher-curriculum .m-titleBox__box{
    padding: 4.9rem 2rem 2.1rem 2rem;
  }
  .teacher-curriculum .m-titleBox__title{
    width: 40rem;  
  }
  .teacher-curriculum .m-titleBox__text{
    font-size: 2rem;
    line-height: 1.5;  
  }
  .teacher-curriculum .m-titleBox:not(:has(.m-titleBox__title)){
    max-width: 60rem;
    margin: 0 auto;
  }
  .teacher-curriculum .m-titleBox:not(:has(.m-titleBox__title)) .m-titleBox__box{
    padding: 2.1rem 2rem 2.1rem 2rem;
  }
  .teacher-subject{
    padding: 3rem 4rem;
    margin-top: 6rem;
  }
  .teacher-subject__lists{
    display: flex;
    justify-content: space-between;
  }
  .teacher-subject__item .m-titleBox__list{
    width: 31%;
  }
  .teacher-formula{
    width: 54.2rem;
    margin: 3rem auto 0 auto;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .teacher-center{
    padding: 4rem 4rem 7rem 4rem;
    margin-bottom: 8.5rem;
  }
  .teacher-center img{
    width: 100%;
  }
  .teacher-center__title{
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
  .teacher-center__text{
    font-size: 2.6rem;
    line-height: 1.9;
    letter-spacing: 0;
    margin-bottom: 3rem;
  }
  .teacher-center__item{
    margin-bottom: 6rem;
  }
  .teacher-curriculum .m-titleBox{
    margin-top: 5rem;
  }
  .teacher-curriculum .m-down{
    margin-bottom: -3rem;
  }
  .teacher-curriculum .m-titleBox__box{
    padding: 6rem 2rem 3.2rem 2rem;
  }
  .teacher-curriculum .m-titleBox__title{
    width: 58rem;  
  }
  .teacher-curriculum .m-titleBox__text{
    font-size: 3rem;
    line-height: 1.33;  
  }
  .teacher-curriculum .m-titleBox:not(:has(.m-titleBox__title)){
    margin-top: 0;
  }
  .teacher-curriculum .m-titleBox:not(:has(.m-titleBox__title)) .m-titleBox__box{
    padding: 3rem 2rem;
  }
  .teacher-subject{
    padding: 3rem 4rem;
    margin-top: 6rem;
  }
  .teacher-subject__lists{
  }
  .teacher-subject .m-titleBox__listItem:last-child{
    margin-bottom: 2rem;
  }
  .teacher-formula{
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}

/*==================================================

工学部の特長

==================================================*/
.section-narrow {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
}
.note{
  font-weight: 500;
  letter-spacing: 0;
}
.column1 {
  width: 100%;
  margin-bottom: 4rem;
}
.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 4rem;
}
.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 4rem;
}
.column_item img {
  display: block;
  width: 100%;
  height: auto;
}
.column_item__caption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
-feature .m-titleBox__listItem{
  letter-spacing: .02em;
  position: relative;
}
.m-titleBox__listItem.-feature:before{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #d2d800;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .note{
    font-size: 1.3rem;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
  .column_item p{
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
  }
  .featurelink .m-button{
  margin-bottom: 2.5rem;
  }
  .featurelink .m-button__button {
    width: 5rem;
  }
  .featurelink .m-button__item{
    font-size: 1.6rem;
    padding: 1.2rem 5.5rem 1.2rem 2.2rem;
    color: #fff;
    letter-spacing: 0;
  }
}

/* SP */
@media screen and (max-width: 767px){	
.note{
    font-size: 2.3rem;
    padding-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .column_item p{
    font-size: 2.6rem;
    line-height: 1.92;
    letter-spacing: 0;
    margin-bottom: 2.6rem;
  }
.column1 {
    margin-bottom: 30px;
  }
.column2,
.column3 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
.column_item__caption {
  margin-top: 1.6rem;
  font-size: 2.3rem;
  }
.featurelink .m-button{
  margin-bottom: 4.5rem;
  }
.featurelink .m-button__button {
    width: 8rem;
  }
.featurelink .m-button__item{
    font-size: 2.8rem;
    padding: 2rem 9.5rem 2rem 2rem;
    color: #fff;
    letter-spacing: 0;
  }
}

/*==================================================

工学部の特長・スライダー

==================================================*/
.m-imageslide{
  position: relative;
}
.m-imageslide__itemIn{
  border-radius: 1rem;
  overflow: hidden;
}
.m-imageslide__itemIn img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 41 / 28;
}
.m-imageslide__caption{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.571;
}
.m-imageslide__controls{
  position: relative;
}
.m-imageslide__arrows .slick-prev{
  -webkit-mask: url("../images/shared/slide-prev.svg") no-repeat center / 2.1rem 2.1rem;
  mask: url("../images/shared/slide-prev.svg") no-repeat center / 2.1rem 2.1rem;
  background-color: #78837c;
  left: 0;
}
.m-imageslide__arrows .slick-next{
  -webkit-mask: url("../images/shared/slide-next.svg") no-repeat center / 2.1rem 2.1rem;
  mask: url("../images/shared/slide-next.svg") no-repeat center / 2.1rem 2.1rem;
  background-color: #78837c;
  right: 0;
}
.m-imageslide__arrows .slick-arrow{
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.m-imageslide__count{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}
.m-imageslide__count li{
  display: inline;
  line-height: 1;
  font-weight: 500;
  margin: 0!important;
}
.m-imageslide__count li:first-child:after{
  content: "/";
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-imageslide__caption{
    font-size: 1.4rem;
    line-height: 1.571;
    padding: 1rem 1.8rem;
  }
  .m-imageslide__controls{
    width: 12.4rem;
    height: 2.1rem;
    margin: 1.5rem auto 0 auto;
  }
  .m-imageslide__arrows .slick-arrow{
    width: 2.1rem;
    height: 2.1rem;
    transition: opacity .3s ease;
  }
  .m-imageslide__arrows .slick-arrow:hover{
    opacity: 0.85;
  }
  .m-imageslide__count{
    top: -0.2rem;
  }
  .m-imageslide__count li{
    font-size: 1.8rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .m-imageslide__caption{
    font-size: 2.4rem;
    line-height: 1.51;
    padding: 1.5rem 3.2rem;
  }
  .m-imageslide__controls{
    width: 19rem;
    height: 3.3rem;
    margin: 3.5rem auto 0 auto;
  }
  .m-imageslide__arrows .slick-arrow{
    background-size: 3.5rem auto;
    width:3.5rem;
    height: 3.5rem;
    -webkit-mask-size: 2.7rem 2.7rem;
    mask-size: 2.7rem 2.7rem;
  }
  .m-imageslide__count{
    top: -0.3rem;
  }
  .m-imageslide__count li{
    font-size:3rem;
  }
}

/*==================================================

キャリア支援・就職実績

==================================================*/
.career-graph img{
  width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .career-graph{
    max-width: 71rem;
    margin: 0 auto 13.5rem auto;
  }
}

/* SP */
@media screen and (max-width: 767px){	
.career-graph{
  margin: 6rem auto 11rem auto;
}
}

/*==================================================

大学院＆研究所

==================================================*/
.affiliates-explain__text01{
  font-weight: bold;
}
.affiliates-explain__text02{
  letter-spacing: 0;
  font-weight: 500;
}
.affiliates-explain__image img{
  width: 100%;
}
.-affiliates .m-title03__left{
  color: #0d0d0d;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .affiliates-explain{
    display: flex;
    justify-content: space-between;
  }
  .affiliates-explain__texts{
    width: 52%;
  }
  .affiliates-explain__text01{
    font-size: 2.4rem;
    line-height: 1.66;
    margin-bottom: 2.5rem;
  }
  .affiliates-explain__text02{
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .affiliates-explain__image{
    width: 42%;
    margin-top: 1rem;
  }
  .affiliates__lead{
    font-size: 1.8rem;
    line-height: 1.875;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .affiliates-explain{
  }
  .affiliates-explain__texts{
  }
  .affiliates-explain__text01{
    font-size: 3.4rem;
    line-height: 1.47;
    margin-bottom: 3.2rem;
  }
  .affiliates-explain__text02{
    font-size: 2.6rem;
    line-height: 1.923;
  }
  .affiliates-explain__image{
    width: 40rem;
    margin: 6rem auto 0 auto;
  }
  .affiliates__lead{
    font-size: 2.8rem;
    line-height: 1.923;
  }
}

/*==================================================

３つのポリシーと人材養成等教育研究に係る目的

==================================================*/
.m-2column__menuItem.-currentsmall .m-2column__menuItemIn{
  font-weight: bold;
}
.m-2column__menuItem.-currentsmall .m-2column__menuItemIn:before{
  content: none;
}
ol.policy li,
ol.lead_list li {
  position: relative;
  list-style: none;
  letter-spacing: 0;
  font-weight: 500;
}
ol.policy li:before,
ol.lead_list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "(" counter(list-item) ")";
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-2column__menuItem.-currentsmall .m-2column__menuItemIn{
    font-size: 2.5rem;
    line-height: 1.15;
    padding: 0.8rem 0 0.8rem 0;
  }
  .m-2column__menuItem.-currentsmall .m-2column__menuItemIn .sub{
    font-size: 1.6rem;
  }
  .policy__lead{
    font-size: 1.8rem;
    line-height: 1.875;
    font-weight: bold;
  }
  ol.policy li {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 3.5rem;
    padding-bottom:1rem;
  }
  ol.lead_list li {
    font-size: 1.8rem;
    line-height: 1.875;
    padding-left: 3.9375rem;
    padding-bottom:1.125rem;
    font-weight: bold;
  }
  p.text{
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-2column__menuItem.-currentsmall .m-2column__menuItemIn{
    font-size: 5rem;
    line-height: 1.15;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
  .m-2column__menuItem.-currentsmall .m-2column__menuItemIn .sub{
    font-size: 3rem;
  }
  .policy__lead{
    font-size: 2.8rem;
    line-height: 1.923;
    font-weight: bold;
  }
  ol.policy li {
    font-size: 2.6rem;
    line-height: 1.923;
    padding-left: 5.6875rem;
    padding-bottom:2rem;
  }
  ol.lead_list li {
    font-size: 2.8rem;
    line-height: 1.923;
    padding-left: 6.125rem;
    padding-bottom:2.15rem;
    font-weight: bold;
  }
  p.text{
    font-size: 2.6rem;
    line-height: 1.92;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}

/*==================================================

TOPICS & NEWS

==================================================*/
.m-news__category.-design{
  background-color: #a19614;
}
.m-news__category.-it{
  background-color: #005d97;
}
.m-news__category.-management{
  background-color: #6c8f03;
}
.m-news__category.-software{
  background-color: #ae2872;
}
.m-news__list{
  border-top: 2px #78837c solid;
}
.m-news__listItem{
  border-bottom: 1px #c9cdcb dashed;
}
.m-news__listItemIn{
  display: block;
}
.m-news__timeCategory{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-news__time{
  color: #737373;
  font-weight: 500;
}
.m-news__category{
  background-color: #78837c;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.m-news__text{
  font-weight: 500;
  display: block;
}

.m-news__heading{
  text-align: center;
}
.m-news__headingTitle{
  font-weight: bold;
}
.m-news__headingCategory{
  position: relative;
}
.m-news__headingCategory:after{
  content: "";
  background-color: #78837c;
  height: 1px;
  position: absolute;
  inset:0;
  margin: auto 0;
  display: block;
}
.m-news__headingCategoryItem{
  color: #fff;
  background-color: #78837c;
  border-radius: 10rem;
  font-weight: 500;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 3;
}

.-design .m-news__headingCategoryItem{ 
  background-color: #a19614;
}
.-it .m-news__headingCategoryItem{ 
  background-color: #005d97;
}
.-management .m-news__headingCategoryItem{ 
  background-color: #6c8f03;
}
.-software .m-news__headingCategoryItem{ 
  background-color: #ae2872;
}
.-teacher .m-news__headingCategoryItem{ 
  background-color: #624c9a;
}
.m-news__headingTime{
  color: #737373;
  font-weight: 500;
  text-align: right;
  display: block;
}
.m-news__content{
  border-bottom: 1px #78837c solid;
}
.m-news__content p{
  letter-spacing: 0;
}
.m-news__content p:last-child{
  margin-bottom: 0;
}
.m-news__content p.-center{
  text-align: center;
}
.m-news__content p.author{
  text-align: right;
}
.m-news__content a {
	color: #005073;
	font-weight: bold;
}
.note{
  font-weight: 500;
  letter-spacing: 0;
}
.news-attention{
  font-weight: bold;
  color: #ff0000;
  text-indent: -1em;
  padding-left: 1em;
}
.column_item sup{
  font-size: 55%;
  position: relative;
  top: -0.6em;
}

.column1 {
  width: 100%;
  margin-bottom: 4rem;
}
.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 4rem;
}
.column2-left {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 4rem;
}
.column2-right {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  margin-bottom: 4rem;
}
.column2-coordinator {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 40px;
}
.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 4rem;
}
.column_item img {
  display: block;
  width: 100%;
  height: auto;
}
.column_item__caption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.column_item__caption.-center{
  text-align: center;
}
-news .m-titleBox__listItem{
  letter-spacing: .02em;
  position: relative;
}
.m-titleBox__listItem.-news:before{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #d2d800;
}
.news-detail__list li{
  position: relative;
  list-style: none;
  letter-spacing: 0;
  font-weight: 500;
}
.news-detail__list li:before{
  content: "";
  position: absolute;
  left: 0.35em;
  top: 0.8em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: currentColor;
}
strong{
  font-weight: bold;
}
img.qr{
  width: 150px;
  height: 150px;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-news__list{
    margin-bottom: 3rem;
  }
  .m-news__listItemIn{
    padding:3rem 0.6rem 2.1rem 0.6rem;
  }
  .m-news__listItem:first-child .m-news__listItemIn{
    padding-top: 3.3rem;
  }
  .m-news__timeCategory{
    gap:0.5rem 2.5rem;
  }
  .m-news__time{
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  .m-news__category{
    width: 24rem;
    font-size: 1.5rem;
    border-radius: 10rem;
    padding: 0.7rem 1rem;
  }
  .m-news__text{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 0.85rem;
    transition: all .3s ease;
  }
  .m-news__listItemIn:hover{
    text-decoration: none;
  }
  .m-news__listItemIn:hover .m-news__text{
    color: #948e00;
    text-decoration: underline;
  }
  
  .m-news__heading{
    margin-bottom: 4rem;
  }
  .m-news__headingTitle{
    font-size: 2.8rem;
    line-height: 1.57;
    margin-bottom: 3rem;
  }
  .m-news__headingCategoryItem{
    font-size: 1.5rem;
    width: 24rem;
    margin: 0 auto 0 auto;
    padding: 0.5rem 1rem;
  }
  .m-news__headingTime{
    font-size: 1.6rem;
  }
  .m-news__content{
    padding-bottom: 7.2rem;
  }
  .m-news__content p{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.875rem;
  }
  .note{
    font-size: 1.3rem;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
  .column_item p{
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
  }
  .news-detail__list{
    margin-bottom: 1.875rem;
  }
  .news-detail__list li{
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 2rem;
    padding-bottom:1rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .m-news__list{
    margin-bottom: 12rem;
  }
  .m-news__listItemIn{
    padding: 3rem 0.9rem 2.9rem 0.9rem;
  }
  .m-news__listItem:first-child .m-news__listItemIn{
    padding-top: 4rem;
  }
  .m-news__timeCategory{
    gap:0.5rem 3.5rem;
  }
  .m-news__time{
    font-size: 2.6rem;
  }
  .m-news__category{
    width: 32rem;
    font-size: 2rem;
    border-radius: 10rem;
    padding: 0.9rem 1rem 0.7rem 1rem;
  }
  .m-news__text{
    font-size: 2.6rem;
    line-height: 1.769;
    margin-top: 2.5rem;
  }
  
  .m-news__list{
    margin-bottom: 3rem;
  }
  .m-news__listItemIn{
    padding:3rem 0.6rem 2.1rem 0.6rem;
  }
  .m-news__listItem:first-child .m-news__listItemIn{
    padding-top: 3.3rem;
  }
  .m-news__timeCategory{
    gap:0.5rem 2.5rem;
  }
  .m-news__time{
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  .m-news__category{
    width: 24rem;
    font-size: 1.5rem;
    border-radius: 10rem;
    padding: 0.7rem 1rem;
  }
  .m-news__text{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 0.85rem;
    transition: all .3s ease;
  }
  .m-news__listItemIn:hover{
    text-decoration: none;
  }
  .m-news__listItemIn:hover .m-news__text{
    color: #948e00;
    text-decoration: underline;
  }
  
  .m-news__heading{
    margin-bottom: 4rem;
  }
  .m-news__headingTitle{
    font-size: 3.8rem;
    line-height: 1.473;
    margin:0 -1rem 4rem -1rem;
  }
  .m-news__headingCategoryItem{
    font-size: 2rem;
    width: 32rem;
    margin: 0 auto 0 auto;
    padding: 0.5rem 1rem;
  }
  .m-news__headingTime{
    font-size: 2.6rem;
  }
  .m-news__content{
    margin-bottom: 8rem;
    padding-bottom: 7rem;
  }
  .m-news__content p{
    font-size: 2.6rem;
    line-height: 1.92;
    margin-bottom: 1.92rem;
  }
  .note{
    font-size: 2.3rem;
    padding-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .column_item p{
    font-size: 2.6rem;
    line-height: 1.92;
    letter-spacing: 0;
    margin-bottom: 2.6rem;
  }
  .column1 {
    margin-bottom: 30px;
  }
  .column2,
  .column2-left,
  .column2-right,
  .column2-coordinator,
  .column3 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  .column2-coordinator img{
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .column_item__caption {
  margin-top: 1.6rem;
  font-size: 2.3rem;
  }
  .news-detail__list{
    margin-bottom: 1.92rem;
  }
  .news-detail__list li{
    font-size: 2.6rem;
    line-height: 1.92;
    padding-left: 3rem;
    padding-bottom:2rem;
  }
  .news-detail__list{
    margin-bottom: 1.92rem;
  }
  .news-detail__list li{
    font-size: 2.6rem;
    line-height: 1.92;
    padding-left: 3rem;
    padding-bottom:2rem;
  }
}

/*==================================================

教員紹介・研究室ガイド

==================================================*/
.lab-item__texts{
  letter-spacing: 0;
}
.lab-item__text01Left{
  font-weight: bold;
}
.lab-item__text01Left span{
  font-weight: 500;
}
.lab-item__text01Right{
  font-weight: bold;
  color: #005d97;
  margin-bottom: 0.2rem;
}
.lab-item__text02Left{
  font-weight: bold;
  white-space: nowrap;
}
.lab-item{
  border-radius: 1rem;
}
.lab-item:last-child{
  margin-bottom: 0;
}
.-design.lab-item{
  border: 1px #baae23 solid;
}
.-it.lab-item{
  border: 1px #005d97 solid;
}
.-management.lab-item{
  border: 1px #80a80a solid;
}
.-software.lab-item{
  border: 1px #ae2872 solid;
}
.-teacher.lab-item{
  border: 1px #624c9a solid;
}

.-design .lab-item__text01Right{
  color: #baae23;
}
.-it .lab-item__text01Right{
  color: #005d97;
}
.-management .lab-item__text01Right{
  color: #80a80a;
}
.-software .lab-item__text01Right{
  color: #ae2872;
}
.-teacher.lab-item__text01Right{
  color: #624c9a;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .-lab .m-title03{
    margin-bottom: 4rem;
  }
  .lab-item{
    padding: 3rem 3rem 2.6rem 3rem;
    display: flex;
    gap:0 3rem;
    margin-bottom: 4rem;
  }
  .lab-item__texts{
    flex: 1;
    margin-top: -0.5rem;
    letter-spacing: 0;
  }
  .lab-item__text01{
    display: flex;
    align-items: flex-end;
    padding:0 0 1.2rem 0.4rem;
    margin-bottom: 1.6rem;
  }
  .lab-item__text01Left{
    font-size: 2.4rem;
  }
  .lab-item__text01Right{
    font-size: 1.6rem;
  }
  .lab-item__text02{
    display: flex;
    gap:0 1.6rem;
    font-size: 1.6rem;
    padding-left: 0.5rem;
  }
  .lab-item__text02Right{
    flex: 1;
  }
  .lab-item__button{
    width: 21rem;
  }    
  .lab-item .m-button__button {
    width: 5rem;
  }
  .lab-item .m-button__item{
    font-size: 1.6rem;
    padding: 1.2rem 5.5rem 1.2rem 2.2rem;
  }

  .-design .lab-item__text01{
    border-bottom: 1px #baae23 solid;
  }
  .-it .lab-item__text01{
    border-bottom: 1px #005d97 solid;
  }
  .-management .lab-item__text01{
    border-bottom: 1px #80a80a solid;
  }
  .-software .lab-item__text01{
    border-bottom: 1px #ae2872 solid;
  }
  .-teacher.lab-item__text01{
    border-bottom: 1px #624c9a solid;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .-lab .m-title03{
    margin-bottom: 4rem;
  }
  .lab-item{
    padding: 4rem 4rem 5rem 4rem;
    margin-bottom: 4rem;
  }
  .lab-item__texts{
    margin-bottom: 4.5rem;
  }
  .lab-item__text01{
    margin-bottom: 2.5rem;
  }
  .lab-item__text01Left{
    font-size: 3.4rem;
    padding-bottom: 0.9rem;
    margin-bottom: 1.2rem;
  }
  .lab-item__text01Right{
    font-size: 2.6rem;
  }
  .lab-item__text02{
    font-size: 2.6rem;
  }
  .lab-item__text02Right{
  }
  .lab-item__button{
  }    
  .lab-item .m-button__button {
    width: 8rem;
  }
  .lab-item .m-button__item{
    font-size: 2.8rem;
    padding: 2rem 9.5rem 2rem 1.5rem;
    text-align: center;
  }

  .-design .lab-item__text01Left{
    border-bottom: 1px #baae23 solid;
  }
  .-it .lab-item__text01Left{
    border-bottom: 1px #005d97 solid;
  }
  .-management .lab-item__text01Left{
    border-bottom: 1px #80a80a solid;
  }
  .-software .lab-item__text01Left{
    border-bottom: 1px #ae2872 solid;
  }
  .-teacher.lab-item__text01Left{
    border-bottom: 1px #624c9a solid;
  }
}

/* 詳細
--------------------------------------------------*/
.lab-intro__image img{
  width: 100%;
}
.lab-intro__text01{
  font-weight: bold;
  border-bottom: 2px #78837c solid;
  padding-bottom: 1.3rem;
}
.lab-intro__text01 span{
  font-weight: 500;
}
.lab-intro__text02{
  border-bottom: 1px #78837c solid;
}
.lab-intro__text02Item{
  font-weight: 500;
  border-bottom: 1px #cccccc dashed;
}
.lab-intro__text02Item:last-child{
  border-bottom: none;
}
.lab-buttons .m-button{
  margin-bottom: 0;
}
.lab-buttons .m-button__item{
  text-align: center;
}

.lab-nav__item{
  border: 1px #78837c solid;
  border-radius: 1rem;
}
.lab-nav__title{
  color: #5e6b63;
  font-weight: bold;
  position: relative;
  display: block;
}
.lab-nav__title:before{
  content: "";
  position: absolute;
  left: 0;
}
.lab-nav__listItemIn,
.lab-nav__listItemKey{
  letter-spacing: .02em;
  font-weight: 500;
  position: relative;
  display: block;
  transition: color .3s ease;
}
.lab-nav__listItemIn:hover{
    color: #948e00;
}
.lab-nav__listItemIn:before,
.lab-nav__listItemKey:before{
  content: "";
  background-color: #78837c;
  transform: rotate(45deg);
  position: absolute;
  display: block;
}
.-design .lab-nav__listItemIn:before,
.-design .lab-nav__listItemKey:before{
  background-color: #a19614;
}
.-it .lab-nav__listItemIn:before,
.-it .lab-nav__listItemKey:before{
  background-color: #005d97;
}
.-management .lab-nav__listItemIn:before,
.-management .lab-nav__listItemKey:before{
  background-color: #6c8f03;
}
.-software .lab-nav__listItemIn:before,
.-software .lab-nav__listItemKey:before{
  background-color: #ae2872;
}
.-teacher .lab-nav__listItemIn:before,
.-teacher .lab-nav__listItemKey:before{
  background-color: #624c9a;
}

.lab-detail__item{
  position: relative;
  border-top: 1px #78837c solid;
}
.lab-detail__item:last-child{
  padding-bottom: 0;
}
.lab-detail__item:before,
.lab-detail__item:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lab-detail__item:before{
  background-color: #74847c;
  transform: rotate(45deg);
  z-index: 3;
}
.lab-detail__item:after{
  background-color: #fff;
  position: absolute;
  z-index: 2;
}

.lab-detail .m-titleBox__text{
  font-weight: bold;
  text-align: center;
}
.lab-detail .m-titleBox__text span{
  color: #0d0d0d!important;
}
.lab-detail .m-titleBox__text02{
  line-height: 1.5;
}
.lab-detail .m-titleBox__text span{
  background-color: #e6ed21;
}
.m-titleBox__boxItem{
  position: relative;
}
.m-titleBox__boxItem:first-child{
  margin-top: 0;
}
.m-titleBox__boxItem:before{
  background-color: #d6dad7;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
}
.m-titleBox__boxItem:first-child:before{
  content: none;
}

.lab-guide__text01{
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
.lab-guide__text02{
  font-weight: 500;
  letter-spacing: 0;
}
.lab-guide__image img{
  width: 100%;
}
.lab-guide__caption{
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.m-titleBox__pickup{
  position: absolute;
  display: inline-block;
  background: #e6ed21;
  font-weight: 500;
}
.m-titleBox__pickup:after{
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: inherit;
  transform: skewX(-20deg);
  transform-origin: left top;
}
.-design .m-titleBox__pickup,
.-it .m-titleBox__pickup,
.-management .m-titleBox__pickup,
.-software .m-titleBox__pickup,
.-teacher .m-titleBox__pickup{
  color: #fff;
}
.-design .m-titleBox__pickup{ 
  background-color: #a19614;
}
.-it .m-titleBox__pickup{ 
  background-color: #005d97;
}
.-management .m-titleBox__pickup{ 
  background-color: #6c8f03;
}
.-software .m-titleBox__pickup{ 
  background-color: #ae2872;
}
.-teacher .m-titleBox__pickup{ 
  background-color: #624c9a;
}
.lab-detail__list li{
  position: relative;
  list-style: none;
  letter-spacing: 0;
  font-weight: 500;
}
.lab-detail__list li:before{
  content: "";
  position: absolute;
  left: 0.35em;
  top: 0.8em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: currentColor;
}

/* PC */
@media print,only screen and (min-width: 768px){
  .lab-content{
    display: grid;  
    justify-content: space-between;
    grid-gap:1rem 1rem;
    grid-template-columns:69% 25.7%;
    grid-auto-rows: auto auto;  
  }
  .lab-intro{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8rem;
  }
  .lab-navi{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  .lab-detail{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .lab-intro__image{
    width: 31.2%;
  }
  .lab-intro__texts{
    width: 64.45%;
  }
  .lab-intro__text01{
    font-size: 3rem;
    padding-bottom: 1.3rem;
  }
  .lab-intro__text01 span{
    font-size: 3rem;
  }
  .lab-intro__text02{
    margin-bottom: 3rem;
  }
  .lab-intro__text02Item{
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
  }
  .lab-buttons{
    display: flex;
    justify-content: space-between;
  }
  .lab-buttons .m-button{
    width: 47.1%;
    margin-bottom: 0;
  }
  .lab-buttons .m-button__item{
    font-size: 1.6rem;
  }
  .lab-buttons .m-button__button{
    width: 5rem;
  }

  .lab-nav__item{
    padding: 2rem 2.2rem 2.2rem 2.2rem;
    margin-bottom: 3rem;
  }
  .lab-nav__title{
    font-size: 1.8rem;
    padding-left: 4.2rem;
    margin-bottom: 1rem;
  }
  .lab-nav__title:before{
    width: 3rem;
    height: 0.3rem;
    background: url("../images/shared/icon-line.png") left center no-repeat;
    background-size: 100% auto;
    top:0.6em;
  }
  .-design .lab-nav__title:before{
    background: url("../images/shared/icon-line-design.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-it .lab-nav__title:before{
    background: url("../images/shared/icon-line-it.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-management .lab-nav__title:before{
    background: url("../images/shared/icon-line-management.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-software .lab-nav__title:before{
    background: url("../images/shared/icon-line-software.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-teacher .lab-nav__title:before{
    background: url("../images/shared/icon-line-teacher.png") left center no-repeat;
    background-size: 100% auto;
  }
  .lab-nav__listItemIn,
  .lab-nav__listItemKey{
    font-size: 1.5rem;
    padding: 0.6rem 0 0.6rem 2.6rem;
    transition: color .3s ease;
  }
  .lab-nav__listItemIn:before,
  .lab-nav__listItemKey:before{
    width: 1rem;
    height: 1rem;
    left: 1.2rem;
    top: 0.8em;
  }

  .lab-detail__item .m-title01{
    margin-bottom: 1.4rem;
  }
  .lab-detail__item .m-text{
    margin-bottom: 5.5rem;
  }
  .lab-detail__item .m-movie{
    margin-bottom: 12.5rem;
  }

  .lab-detail__item{
    padding: 4rem 0 8rem 0;
  }
  .lab-detail__item:before{
    width: 1rem;
    height: 1rem;
    top: -0.5rem;
  }
  .lab-detail__item:after{
    width: 2.6rem;
    height: 2.6rem;
    top: -1.3rem;
  }

  .lab-detail .m-titleBox__text{
    font-size: 2.4rem;
  }
  .lab-detail .m-titleBox__text02{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .m-titleBox__boxItem{
    padding-top: 3.5rem;
    margin-top: 3.5rem;
  }
  .m-titleBox__boxItem.-pickup{
    padding-top: 5.5rem;
    margin-top: 7.5rem;
  }
  .m-titleBox__boxItem:first-child{
    padding-top: 1rem;
    margin-top: 0;
  }
  .m-titleBox__boxItem:before{
    background-color: #d6dad7;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: -4rem;
    right: -4rem;
  }
  .m-titleBox__box{
    overflow-x: hidden;
  }
  .-software .m-titleBox__boxItem:before{
    left: -12.9rem;
    right: -12.9rem;
  }
  .m-titleBox__boxItem:first-child:before{
    content: none;
  }

  .lab-guide{
    display: flex;
    justify-content: space-between;
    gap:0 2.5rem;
  }
  .lab-guide__texts{
    flex: 1;
  }
  .lab-guide__image.width-sp{
    width: 100%!important;
  }
  .lab-guide__text01{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .lab-guide__text02{
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .lab-guide__caption{
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  .m-titleBox__pickup{
    top: -1.9rem;
    left: -4rem;
    padding: 0.4rem 3rem 0.4rem 3.2rem;
    font-size: 2rem;
  }
  .m-titleBox__pickup:after{
    right: -2rem;
    width: 2rem;
    transform: skewX(-20deg);
  }
  .lab-detail__list li{
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 2rem;
    padding-bottom:1rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .lab-intro{
    margin-bottom: 5.5rem;
  }
  .lab-intro__image{
    width: 36rem;
    margin: 0 auto 6rem auto;
  }
  .lab-intro__texts{
    margin-bottom: 6rem;
  }
  .lab-intro__text01{
    font-size: 4rem;
    padding-bottom: 1.3rem;
  }
  .lab-intro__text02{
    margin-bottom: 3rem;
  }
  .lab-intro__text02Item{
    font-size: 2.6rem;
    padding: 1.8rem 0.5rem;
  }
  .lab-buttons .m-button{
    margin-bottom: 4rem;
  }
  .lab-buttons .m-button__item{
    font-size: 2.8rem;
  }

  .lab-nav{
    margin-bottom: 9rem;
  }
  .lab-nav__item{
    padding: 3.5rem 4rem 3rem 4rem;
    margin-bottom: 4rem;
  }
  .lab-nav__title{
    font-size: 2.8rem;
    padding-left: 5rem;
    margin-bottom: 1rem;
  }
  .lab-nav__title:before{
    width: 4rem;
    height: 0.5rem;
    background: url("../images/shared/icon-line-sp.png") left center no-repeat;
    background-size: 100% auto;
    top:0.6em;
  }
  .-design .lab-nav__title:before{
    background: url("../images/shared/icon-line-design-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-it .lab-nav__title:before{
    background: url("../images/shared/icon-line-it-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-management .lab-nav__title:before{
    background: url("../images/shared/icon-line-management-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-software .lab-nav__title:before{
    background: url("../images/shared/icon-line-software-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .-teacher .lab-nav__title:before{
    background: url("../images/shared/icon-line-teacher-sp.png") left center no-repeat;
    background-size: 100% auto;
  }
  .lab-nav__listItemIn,
  .lab-nav__listItemKey{
    font-size: 2.6rem;
    padding: 0.6rem 0 0.6rem 3.7rem;
    transition: color .3s ease;
  }
  .lab-nav__listItemIn:before,
  .lab-nav__listItemKey:before{
    width: 1.7rem;
    height: 1.7rem;
    left: 1rem;
    top: 0.65em;
  }

  .lab-detail__item .m-title01{
    margin-bottom: 1.4rem;
  }
  .lab-detail__item .m-text{
    margin-bottom: 5.5rem;
  }
  .lab-detail__item .m-movie{
    margin-bottom: 12.5rem;
  }

  .lab-detail__item{
    padding: 6rem 0 8rem 0;
  }
  .lab-detail__item:before{
    width: 1rem;
    height: 1rem;
    top: -0.5rem;
  }
  .lab-detail__item:after{
    width: 2.6rem;
    height: 2.6rem;
    top: -1.3rem;
  }

  .lab-detail .m-titleBox__title{
    width: 50rem;
  }
  .lab-detail .m-titleBox__text{
    font-size: 3.4rem;
    line-height: 1.47;
  }
  .m-titleBox__boxItem{
    padding-top: 3.5rem;
    margin-top: 3.5rem;
  }
  .m-titleBox__boxItem.-pickup{
    padding-top: 5.5rem;
    margin-top: 7.5rem;
  }
  .m-titleBox__boxItem:first-child{
    padding-top: 1rem;
    margin-top: 0;
  }
  .m-titleBox__boxItem:before{
    background-color: #d6dad7;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: -4rem;
    right: -4rem;
  }
  .m-titleBox__boxItem:first-child:before{
    content: none;
  }

  .lab-guide__image.width-pc{
    width: 100%!important;
  }
  .lab-guide__image.width-sp{
    margin: 4rem auto 0 auto;
    text-align: center;
  }
  .lab-guide__text01{
    font-size: 3rem;
    line-height: 1.66;
    margin-bottom: 2rem;
  }
  .lab-guide__text02{
    font-size: 2.6rem;
    line-height: 1.92;
  }
  .lab-guide__caption{
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }

  .m-titleBox__pickup{
    top: -1.9rem;
    left: -4rem;
    padding: 0.4rem 3rem 0.4rem 3.2rem;
    font-size: 3rem;
  }
  .m-titleBox__pickup:after{
    right: -2rem;
    width: 2rem;
    transform: skewX(-20deg);
  }
  .lab-detail__list li{
    font-size: 2.6rem;
    line-height: 1.923;
    padding-left: 3rem;
    padding-bottom:2rem;
  }
}

/* 
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}

/* 
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}


