@charset "UTF-8";
/* CSS Document */
body{
    background:#fff;
    font-family: 'Noto Sans JP', sans-serif; /*400・700*/
	font-weight:400;
	color: #1c1e2a;
	font-size:1.03125rem;
	letter-spacing: 0.04rem;
	line-height:1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}
@font-face {
        src:url("../fonts/notosansjp_regular400.woff2") format('woff2'), url("../fonts/notosansjp_regular400.woff") format("woff");
        font-family: "Noto Sans JP";
        font-style: normal;
	    font-weight:400;
        font-display: swap;
      }
*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
	margin-block-start:0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

a{
	color:#1c1e2a;
	text-decoration: none;
    outline: none;
	cursor: pointer;
	transition: all 0.3s;
  user-select: none;
}
a:hover{
	color:#009495;
}

img{
	width: 100%;
    max-width: 100%;
    height: auto;
}
svg #dummy{ /*svgファイルのアートボードのサイズを保持するもの*/
	fill:none;
	stroke:none;
}

::selection {
  background-color:#99D4D5;
 color:#1c1e2a;
  text-shadow: none;
}


/*サイドナビエリアの確保*/
#main-container{
	padding: 0 0 0 250px;
}
/*------------------------------------------------
*side-nav
*--------------------------------------------------*/
#header-container {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 250px;
    height: 100vh;
    background-color: #f3c11d;
}
#header{
    overflow:auto;
    overflow-x: hidden;
    height:100%;
}
.header_brand{
	background-color: #efab00;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
}
.header_brand img{
	width: 70px;
}
nav#side-nav{
	font-size: 0.9375rem;
	line-height: 1.5;
}
nav#side-nav ul{
	list-style: none;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav#side-nav >ul> li{
	position: relative;
	border-top: solid 1px #1c1e2a;
}
nav#side-nav > ul > li:last-child{
	border-bottom: solid 1px #1c1e2a;
}

/*ナビゲーションのリンク設定*/
nav#side-nav  ul  li  a{
	display: block;
	text-decoration: none;
	color: #1c1e2a;
	padding:/*14px 10px*/ 14px 18px 14px 8px;
	transition:all .3s;
}
nav#side-nav >  ul > li > a::before{
	content: '';
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/nav_aboutus.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:left center;
	margin-right:8px;
}
nav#side-nav >  ul > li > a.nav_school::before{
	background-image: url("../images/nav_school.svg");
}
nav#side-nav >  ul > li > a.nav_personal::before{
	background-image: url("../images/nav_personal.svg");
}
nav#side-nav >  ul > li > a.nav_corporate::before{
	background-image: url("../images/nav_corporate.svg");
}

nav#side-nav ul li a:hover{
	background-color: #efab00;
}

/*==矢印の設定*/
nav#side-nav ul li.has-child::before{
	content:'';
	position: absolute;
	right:18px;
	top:46%;
	transform: translateY(-46%);
	width:6px;
	height:6px;
	border-top: 1px solid #1c1e2a;
    border-right:1px solid #1c1e2a;
    transform: rotate(45deg);
}

/*下の階層を持っているulの指定*/
div.nav_panel{
	overflow-y: auto;
	position:fixed;
	left:235px;
	top:0;
	z-index: 4;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
	display: none;
	
	 /*形状を指定*/
	background:#f3c11d;
	min-width:300px;
	height: 100%;
	padding: 30px;
}

/*hoverしたら表示*/
nav#side-nav li.has-child:hover > div.nav_panel{
 visibility: visible;
  opacity: 1;
	display: block!important;
}
.nav_contact{
	padding: 30px 18px 10px 10px;
}

a.btn_white_nav{
	display: block;
	text-decoration: none;
	color: #1c1e2a;
	padding:14px 10px;
	transition:all .3s;
	background-color: #ffffff;
	border:solid 2px #1c1e2a;
	border-radius: 8px;
	margin: 4px 0;
	padding: 14px 10px;
	position: relative;
}
a.btn_white_nav::before{
	content:'';
	position: absolute;
	right:12px;
	top:46%;
	transform: translateY(-46%);
	width:6px;
	height:6px;
	border-top: 1px solid #1c1e2a;
    border-right:1px solid #1c1e2a;
    transform: rotate(45deg);
}
a.btn_white_nav:hover{
	background:#3577CA!important;
	color:#ffffff!important;
}
a:hover.btn_white_nav::before{
 border-color: #ffffff;	
}


/*===========================================================*/
/*head btn :sp用ボタン
/*===========================================================*/
#head_btn_sp{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right:0;
	display:none;
}
.contactbtn , .openbtn{
	cursor: pointer;
    width: 140px;
    height:70px;
   background-color: #2e54a0;
	display:flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.contactbtn a:hover{color: #ffffff;}
.openbtn{   background-color: #0c8e86;}
	
/*ボタン内側*/
.openbtn_menu{
	color: #ffffff;
	margin-left:8px;
	letter-spacing: -0.01rem;
}
.openbtn_line{
	width: 20%;
	height: 25%;
	position:relative;
}
.openbtn_line span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 2px;
    border-radius: 1px;
	background: #fff;
  	width: 100%;
  }
.openbtn_line span:nth-of-type(1) {	top:15%;}
.openbtn_line span:nth-of-type(2) {	top:50%;}
.openbtn_line span:nth-of-type(3) {top:85%;}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active .openbtn_line span:nth-of-type(1) {
	top:50%;
	left:25%;
	 transform: rotate(-45deg);
    width: 50%;
}
.openbtn.active .openbtn_line span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}
.openbtn.active .openbtn_line span:nth-of-type(3){
	top:50%;
	left:25%;
	 transform: rotate(45deg);
    width: 50%;
}

/*===========================================================*/
/*humberger Menu
/*===========================================================*/
#sp-nav{
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
	left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/

	transition: all 0.6s;
	 overflow: auto;
    -webkit-overflow-scrolling: touch;
	padding-top:100px;/*ヘッダー部分*/
	background:#f3c11d; 	
   background: linear-gradient(135deg, #f3c11d 20%,#efab00 84%,#da9233 100%);
}

/*アクティブクラスがついたら位置を0に*/
#sp-nav.panelactive{
    top: 0;
}
#sp-nav h2 img{max-width: 240px;}
#sp-nav ul {
    z-index: 999;
}

/*accordion*/
.accordion_title {
	margin:0;
	padding: 0 44px 0 0;
	font-size: 18px;
	font-size:1.125rem;
}
.nav_box{
	display: none;
	padding: 1rem;
}

.nav_accordion, .nav_accordion_home{
	width:100%;
	padding:0;
}
.nav_accordion > article {
	position:relative;
	border:solid 2px #1c1e2a;
	border-radius: 8px;
	list-style:none;
	margin-bottom: 10px;
	background-color: #ffffff;
}
.nav_accordion_home > article{
	border:solid 2px #2e54a0;
	background-color: #2e54a0;
}
.nav_accordion a,.nav_accordion a:hover ,.nav_spbtn a:hover{ 
	color: #1c1e2a;
}
.nav_accordion_home > a , .nav_accordion_home > a:hover { 
	color: #ffffff;
}

a.accordion_click {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1rem 1rem;
	position: relative;
}

.nav_accordion > article ul li a{
	display: block;
	padding: 1rem ;
	border-bottom: 1px solid #1c1e2a;
	position: relative;
}
.nav_accordion_home > article ul li a{
	border: solid 2px #1c1e2a;
	background-color: #ffffff;
	color: #1c1e2a;
	border-radius: 8px;
	margin: 4px 0;
}
.nav_accordion_home > article ul li a:hover{
    background-color: #f3c11d;
}
.nav_accordion > article ul li a::before,.nav_spbtn > ul li a::before{
	content:'';
	position: absolute;
	right:1rem;
	top:46%;
	transform: translateY(-46%);
	width:6px;
	height:6px;
	border-top: 1px solid #1c1e2a;
    border-right:1px solid #1c1e2a;
    transform: rotate(45deg);
}

.nav_accordion > article .accordion_icon,
.nav_accordion > article .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.nav_accordion > article .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top:30px;
	right:10px;
}
.nav_accordion  > article .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 3px;
    background-color: #1c1e2a;
}
.nav_accordion_home  > article .accordion_icon span {
	 background-color: #ffffff;
}

.nav_accordion  > article .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
}
.nav_accordion > article .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
}
.nav_accordion  > article .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.nav_accordion  > article .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
}

/*---------------------------------------------
 * form
 * ---------------------------------------------*/
label {
    font-size: 1rem;
	margin-bottom: .2rem;
	}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus { /*bootstrapの青枠を消す*/
  outline: none!important;
  box-shadow: none!important;
	border: 1px solid #96CEFC!important;
  background-color: #DBEFFF!important;
}
.form-control {
	font-size: 1rem;
	padding: 12px 8px;
	line-height: 1.5;
	height: auto!important;
	border: 1px solid #a1d4e6!important;
	background-color:#EBF6FF!important;
}
.form-group{
	margin-bottom: 20px;
}
.text_required{
  background-color: #e60000;
  color:#ffffff;
  font-size:13px;
  padding: 2px 6px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 2px;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 9999999;
	text-align:center;
	color:#ffffff;	
	display: flex;
	justify-content:center;
	align-items:center;
}
#splash-logo{
    width:100px;
	display: flex;
	justify-content:center;
	align-items:center;
}
#loading_icon{
	width:100%; 
}
.loading_bounceInDown {
   animation-duration: 1s;
	animation-delay: 0.2s;
  animation-fill-mode: both;	
  animation-name: bounceInDown;
}


/*---------------------------------------------
 * footer
 * ---------------------------------------------*/
#footer h2 img{
	max-width: 240px;
}
#footer_illust{
	width: 100%;
	height: 100px;
	max-width: 1800px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100%;
	right: 0;
	background-image: url("../images/footer_illust.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

#footer_menu ul li {
	line-height: 1.2;
	padding: 4px 0;
}
#footer_menu ul li a{
	font-size: 0.875rem;
	letter-spacing: 0;
}

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#009495;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
}
#page-top a span:after {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 4px);
	  left: calc(50% - 7px);
      width: 14px;
      height: 14px;
      border-right: 4px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;

    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); 
}
#page-top a:hover{
	background: #6c757d; 
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 100;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　上の動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下の動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*-------------------------------------------
 * mainimg
 * ---------------------------------------------*/
#mainimg{
	padding: 0;
	overflow: hidden;
}
#town_right{
	width: 20%;
	height: auto;
	position: absolute;
	top:0;
	right: 0;
}
#town_left{
	width: 16%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
}
.fluid-block{
    position: absolute;
    z-index: -1;
    top:5%;
	left:50%;
   width:30vw;
    height: 30vw;
    animation-delay: 0.5s;
}
.fluid {
    width:100%;
    height:100%;
    background: linear-gradient(45deg,#FAD530,#efab00); 
    animation: fluidrotate 30s ease 0s infinite;
}
@keyframes fluidrotate {  
	0%, 100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

.mainimg_top{
	padding-top:calc(100vh / 4); 
}
/*#mainimg h2 img{width: 100%;}*/
/*.mainimg_bottom{
  overflow-x: hidden;
}*/

div[id^="people_"]{
	width: calc(100% / 6);
	height: auto;
}

/*---------------------------------------------
 * home
 * ---------------------------------------------*/
#home_aboutus_logo{
	width: 40px;
	height: 40px;
	position: absolute;
	left:10%;
	top:10%;
	
	 animation-name:updown; 
    animation-duration: 3s;  
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.home_categories img{
	width: 100%;
	max-width: 320px;
}

#home_office{padding-bottom:40px;	}
img#home_office_illust{
	width: 140px;
	position: absolute;
	bottom: 0;
	left:20px;
}
.home_office_box{
	background-color: #ffffff;
	/*border: 2px solid #1c1e2a;*/
	border-radius: 14px;
	box-shadow: 6px 8px 0px rgba(156,156,156,0.70);
	padding: 20px;
}

/*
.home_office_box{
 position: relative;
  width: 31%;
 background:#ffffff;
 border-radius:50%;
 border: 1px solid #1c1e2a;
  margin: 1%;
	margin-bottom:30px;
}

.home_office_box::before {
  content: "";
  display: block;
  padding-top: 100%;
	text-align: center;
}
 
.home_office_box > div {
	width:88%;
	display: block;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}*/
.home_office_box p{
	line-height: 1.2;
	margin-bottom: 0.5rem;
} 

.wrap_banner a{display: block;}
.wrap_banner{
	background-color: #ffffff;
	border:2px solid #6c757d;
	border-radius: 8px;
	height: 80px;
	padding: 2px 6px ;
	display:flex;
	align-items: center;
	justify-content: center;
}
/*.wrap_banner img{max-width: 230px;}*/

#bottom_woman_illust{
	height: 180px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#bottom_woman_illust img{height: 100%; width: auto;}

/*---------------------------------------------
 * subpage
 * ---------------------------------------------*/

/* パンくず*/
#pankuzu ,#pankuzu h2{
	font-size: 0.8125rem;
	line-height: 1.4;
	padding: 7px 0;
	font-weight: normal;
}
#pankuzu a{
	color: #1c1e2a;
	font-weight: normal;
}
#pankuzu h2,#pankuzu span{
   /*position: relative;*/
   color: #1c1e2a;
   display: inline;
}
/*
#pankuzu h2::before,#pankuzu span::before{
display: block;
content: "";
position: absolute;
top: 50%;
left: 0px;
width: 6px;
height: 6px;
margin: -2px 0 0 0;
border-top: solid 1px #1c1e2a;
border-right: solid 1px #1c1e2a;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}*/
#pankuzu a:hover{
	text-decoration: none;
	color:#009495;
}

/*subpagetop*/
#subpagetop{
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	/*background-color: #efab00;*/
	position: relative;
	color: #ffffff;
}
.subpagetop_illust{
	display: block;
	width: 180px;
	height:180px;
	background-image: url("../images/subpagetop/subpagetop_personal.svg");
	background-repeat: no-repeat;
	background-size: contain;
	
	position: absolute;
	right: 50px;
	bottom: -30px;
	z-index: 1;
}
#aboutus .subpagetop_illust , #contact .subpagetop_illust ,#invite .subpagetop_illust, #privacy .subpagetop_illust, #site .subpagetop_illust{
		background-image: url("../images/subpagetop/subpagetop_aboutus.svg");
}
#students .subpagetop_illust, #soudan .subpagetop_illust{
		background-image: url("../images/subpagetop/subpagetop_students.svg");
}
#pta .subpagetop_illust{
		background-image: url("../images/subpagetop/subpagetop_pta.svg");
}
#staff .subpagetop_illust{
		background-image: url("../images/subpagetop/subpagetop_staff.svg");
}
#corporate-auto .subpagetop_illust ,#corporate-risk .subpagetop_illust ,#corporate-activities .subpagetop_illust{
	background-image: url("../images/subpagetop/subpagetop_corporate.svg");
}

/*inpagenavi*/
#inpagenavi a{
	padding: 4px 20px 4px 10px;
	line-height: 1.2;
	border-bottom :2px dotted #6c757d;
	color: #1c1e2a;
	margin: 5px 0;
	font-size: 1.125rem;
	
	display: flex;
	align-items: flex-start
}
.inpagenavi_no{
	background-color:#009495;
	border-radius:2px;
    padding: 3px 4px;
   margin-right: 1rem;
    line-height: 1;
    text-align: center;
    color: #FFF;
}
.inpagenavi_label{
	position: relative;
}
.inpagenavi_label::after{
content: '';
position: absolute;
right: -20px;
top:46%;	
transform: translateY(-46%);
width: 6px;
height: 6px;
border-top: 1px solid #1c1e2a;
border-right: 1px solid #1c1e2a;
transform: rotate(45deg);
}
#inpagenavi a:hover{
	color: #009495;
}
#inpagenavi a:hover .inpagenavi_label::after{
	border-color: #009495;
}

.inpagetitle{
	font-size:1.75rem;
	padding-left: 3.5rem;
	position: relative;
	line-height: 1.2;
	padding-top: 0.25rem;
}
.inpagetitle_no{
	color: #009495;
	font-size:2.25rem;
	font-weight: 800!important;
	padding: 0;
	
	position: absolute;
	left: 0;
	top: 0;
}

/*pamphlet共通*/
.wrap_pamphlet{
	border:2px solid #009495;
	padding: 20px;
}
.wrap_pamphlet img{margin-bottom: 20px;}
.wrap_pamphlet .btn_blue{
	letter-spacing: 0;
	font-size: 14px;/*固定*/
	line-height: 1.5;
}

/*students*/
dl.dl_qa dt{color: #009495;}
dl.dl_qa dt,dl.dl_qa dd{
	padding: 0;
	margin: 0;
}

/*corpotate*/
.auto_img{max-width: 200px;}
.house_img{max-width: 100px; padding-top: 20px;}

/*---------------------------------------------
 * Bootstrap Override
 * ---------------------------------------------*/
.fs--1 {
  font-size: 0.75019rem !important;
}

.fs-0 {
  /*font-size: 1rem !important;*/
	font-size: 1.03125rem !important /*16.5*/
}

.fs-1 {
  font-size: 1.333rem !important;
}

.fs-2 {
  font-size: 1.77689rem !important;
}

.fs-3 {
  font-size: 2.36859rem !important;
}

.fs-4 {
  font-size: 3.15733rem !important;
}

.fs-5 {
  font-size: 4.20873rem !important;
}

.fs-6 {
  font-size: 5.61023rem !important;
}

.fs-7 {
  font-size: 7.47844rem !important;
}

.fs-8 {
  font-size: 9.96876rem !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-f1 {
  line-height: 0.7 !important;
}

.lh-f2 {
  line-height: 0.85 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.15 !important;
}

.lh-3 {
  line-height: 1.3 !important;
}

.lh-4 {
  line-height: 1.45 !important;
}

.lh-5 {
  line-height: 1.6 !important;
}

.lh-6 {
  line-height: 1.75 !important;
}

.lh-7 {
  line-height: 1.9 !important;
}

.lh-8 {
  line-height: 2.05 !important;
}

/*
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}*/
.fw-800 {
  font-weight: 800 !important;
}

/*≥576px*/
@media (min-width: 576px) { 	
  .fs-sm--1 {
    font-size: 0.75019rem !important;
  }
  .fs-sm-0 {
      /*font-size: 1rem !important;*/
	font-size: 1.03125rem !important /*16.5*/
  }
  .fs-sm-1 {
    font-size: 1.333rem !important;
  }
  .fs-sm-2 {
    font-size: 1.77689rem !important;
  }
  .fs-sm-3 {
    font-size: 2.36859rem !important;
  }
  .fs-sm-4 {
    font-size: 3.15733rem !important;
  }
  .fs-sm-5 {
    font-size: 4.20873rem !important;
  }
  .fs-sm-6 {
    font-size: 5.61023rem !important;
  }
  .fs-sm-7 {
    font-size: 7.47844rem !important;
  }
  .fs-sm-8 {
    font-size: 9.96876rem !important;
  }
}

/*≥768px*/
@media (min-width: 768px) {	
  .fs-md--1 {
    font-size: 0.75019rem !important;
  }
  .fs-md-0 {
      /*font-size: 1rem !important;*/
	font-size: 1.03125rem !important /*16.5*/
  }
  .fs-md-1 {
    font-size: 1.333rem !important;
  }
  .fs-md-2 {
    font-size: 1.77689rem !important;
  }
  .fs-md-3 {
    font-size: 2.36859rem !important;
  }
  .fs-md-4 {
    font-size: 3.15733rem !important;
  }
  .fs-md-5 {
    font-size: 4.20873rem !important;
  }
  .fs-md-6 {
    font-size: 5.61023rem !important;
  }
  .fs-md-7 {
    font-size: 7.47844rem !important;
  }
  .fs-md-8 {
    font-size: 9.96876rem !important;
  }
}

/*≥992px*/
@media (min-width:992px){
  .fs-lg--1 {
    font-size: 0.75019rem !important;
  }
  .fs-lg-0 {
      /*font-size: 1rem !important;*/
	font-size: 1.03125rem !important /*16.5*/
  }
  .fs-lg-1 {
    font-size: 1.333rem !important;
  }
  .fs-lg-2 {
    font-size: 1.77689rem !important;
  }
  .fs-lg-3 {
    font-size: 2.36859rem !important;
  }
  .fs-lg-4 {
    font-size: 3.15733rem !important;
  }
  .fs-lg-5 {
    font-size: 4.20873rem !important;
  }
  .fs-lg-6 {
    font-size: 5.61023rem !important;
  }
  .fs-lg-7 {
    font-size: 7.47844rem !important;
  }
  .fs-lg-8 {
    font-size: 9.96876rem !important;
  }
}

/****************************************************
/*animation 共通 
/****************************************************/
/*左から*/
.fadeInLeft {
animation-duration:1s;
animation-fill-mode:forwards;
animation-name: fadeInLeft;
animation-timing-function:cubic-bezier(.3,.99,.64,.93);
	opacity: 0;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-1000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*右から*/
.fadeInRight{
animation-duration:1s;
animation-fill-mode:forwards;
animation-name: fadeInRight;
animation-timing-function:cubic-bezier(.3,.99,.64,.93);
	opacity: 0;
}
@keyframes fadeInRight{
  from {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(200px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*loadingで使用*/
.bounceInDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  	-webkit-animation-delay:0.2s;
	animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;	
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
.bounce {
	  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode:formards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes bounce{
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
*/
/* Zooming */
/*
.zoomIn {
 -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
	-webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  from,40% {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
  }
  50% {
    opacity: 1;
  }
to{
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	}
}
@keyframes zoomIn {
  from,40% {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
  }
  50% {
    opacity: 1;
  }
to{
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	}
}
*/

/*mainで使用 */
.smooth{
	animation-name: smoothAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
  　transform-origin: left;
	opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipLeftTrigger,.fadeUpTrigger,.fadeInTrigger,.zoomInTrigger,.fadeInLeftTrigger,.fadeInRightTrigger,.smoothTrigger {opacity: 0;}
.delay_s{animation-delay: 0.4s;}
.delay_m{animation-delay: 0.8s;}
.delay_l{animation-delay: 1.2s;}
.duration_l{animation-duration:2s;}



/*-----------------------------------------------------
dl
-----------------------------------------------------*/
dl.dl_table{
margin-left: 5px ;
margin-right: 5px;
margin-block-start: 0;
 margin-block-end: 0;
}

dl.dl_table{
 border-radius: 0.5px;
 }

dl.dl_table dt{
    border-top: 1px solid #cccccc;
	 border-radius: .5px;
     padding: 20px 5px 16px 15px;
	font-weight:normal;
	margin-bottom: 0;
}
dl.dl_table dd{
    border-top: 1px solid #cccccc;
	 border-radius: .5px;
    padding: 20px 5px 16px 15px;
	margin-bottom: 0;
}
dl.dl_table dt:first-of-type,dl.dl_table dd:first-of-type{
	border-top:none;
}
dl.dl_table dt:last-of-type{
    border-bottom: 1px solid #cccccc;
}
dl.dl_table dd:last-of-type{
    border-bottom: 1px solid #cccccc;
}

@media (max-width:767px){
	dl.dl_table dt{border:none;background-color: #EFEFEF;padding-bottom: 5px;padding-top: 5px}
	dl.dl_table dd{border: none;padding-top: 14px; padding-bottom: 20px;}
	dl.dl_table dt:last-of-type,dl.dl_table dd:last-of-type{border: none;}
	
	dl.dl_topics dt,dl.dl_topics dd{padding:0 10px }
}


/****************************************************
/*btn
/****************************************************/
/* 矢印の形状 */
.btn_white{
	 position: relative;
    vertical-align: middle;
	background-color: #ffffff;
	border: 2px solid #1c1e2a;
	border-radius: 8px;
	color:#1c1e2a;
	padding: 18px 20px;
	text-align: center;
	letter-spacing: 0.05rem;
	line-height: 1;
	transition: ease .3s;
	display: block;
}
.btn_white:hover{
	background-color: #2e54a0;
	color:#ffffff;
}
.btn_white::after{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;	
	right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #1c1e2a;
    border-right: 1px solid #1c1e2a;
    transform: rotate(45deg);
}
.btn_white:hover::after{
	border-color: #ffffff;
}

.btn_blue{
	 position: relative;
    vertical-align: middle;
	background-color: #2e54a0;
	border: 2px solid #2e54a0;
	border-radius: 8px;
	color: #ffffff;
	padding: 18px 20px;
	text-align: center;
	letter-spacing: 0.05rem;
	line-height: 1;
	transition: ease .3s;
	display: block;
}
.btn_blue:hover{
	background-color: #ffffff;
	color:#2e54a0;
}
.btn_blue::after{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;	
	right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}
.btn_blue:hover::after{
	border-color: #2e54a0;
}

.btn_online{
	position: relative;
    vertical-align: middle;
	border-radius: 8px;
	color: #ffffff;
	padding: 22px 20px;
	text-align: center;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	transition: ease .3s;
	display: block;
	background-color:#F40012;
    border: 2px solid #F40012;
}
.btn_online:hover{
	background-color: #ffffff;
	color:#F40012;
}
.btn_online::after{
	  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;	
	right: 20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}
.btn_online:hover::after{
	border-color: #F40012;
}

/****************************************************
/*deco
/****************************************************/
.title_tag{
	line-height: 1;
	padding-bottom: 4px;
}
.title_tag span{
	background-color: #6c757d;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 4px 4px 0 0 ;
}
.title_line{
   border-bottom :2px solid #1c1e2a; 
}
.title_green{
	background-color: #009495;
	color:#ffffff;
	padding: 6px 8px;
}
.line_dotted{
	 border-bottom :2px dotted #cccccc; 
}

.underline_orange{
	/*ベンダー必要!*/
    background-image: -webkit-linear-gradient(left,transparent 50%,rgba(243,193,29,0.6) 50%);
    background-image: -moz-linear-gradient(left,transparent 50%,rgba(243,193,29,0.6) 50%);
    background-image: -ms-linear-gradient(left,transparent 50%,rgba(243,193,29,0.6)  50%);
    background-image: -o-linear-gradient(left,transparent 50%,rgba(243,193,29,0.6) 50%);
    background-image: linear-gradient(left,transparent 50%,rgba(243,193,29,0.6) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .8em;
    transition: all 3.5s ease;
}
.underline_orange.is-show{
background-position: -100% .8em;
}

ol.ol_custom{
  position: relative;
  margin: 0;
  padding: 0
}
ol.ol_custom li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.75rem;
  padding-bottom: 0.5rem;
	line-height: 1.5;
	
}
ol.ol_custom li span {
  position: absolute;
  left: 0;
  margin: 0
}

ul.list-styled_dic{
	list-style-type: disc;
	list-style-position:outside;
	padding-left:2rem;
}

.box_white{
	background-color: #ffffff;
	border:2px solid #1c1e2a;
	border-radius: 14px;
	box-shadow: 6px 8px 0px #D0D0D0;
}
.box_orange{
	border-radius: 14px; 
	border:3px solid #000000;
	background-color: #f3c11d;
	box-shadow: 6px 8px 0px #D0D0D0;
}
#box_contact_illust{
	position: absolute;
	bottom: -50px;
	right: 50px;
	width: 200px;
	height: 200px;
}
.tag_gray,.tag_green{
	background:#6c757d;
	border-radius:2px;
    padding: 3px 4px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    color: #FFF;
}
.tag_green{
	background:#009495;
}

/****************************************************
/*共通
/****************************************************/
.font_jp700{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
@font-face {
        src:url( "../fonts/montserrat_Medium500.woff2") format("woff2"), url( "../fonts/montserrat_Medium500.woff") format("woff");
        font-family:'Montserrat' ;
        font-style:normal;
	   font-weight: 500;
        font-display: swap;
      }
@font-face {
        src: url(  "../fonts/montserrat_extrabold800.woff2") format("woff2"),url(  "../fonts/montserrat_extrabold800.woff") format("woff");
        font-family:'Montserrat';
        font-style:normal;
	   font-weight:800;
        font-display: swap;
      }
.font_en{
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.fs_14{font-size:0.875rem!important;}
.fs_18{font-size:1.125rem!important;}
.fs_14px{font-size: 14px!important;}/*固定*/
.fs_18px{font-size: 18px!important;}/*固定*/

.ls_0{letter-spacing: 0;}
.ls_04{ letter-spacing: 0.04rem;}
.ls_08{ letter-spacing: 0.08rem;}
.ls_12{ letter-spacing: 0.12rem;}

.color_white{color: #ffffff;}
.color_orange{color:#efab00;}
.color_green{color: #009495;}
.color_blue{color:#2e54a0;}
.color_red{color:#e60000;}

.bg_gray{background-color: #f6f7f7;}
/*.bg_sky{background-color:#B0D9F6;}*/

.bg_rightgreen{background-color: #99D4D5;}
.bg_gradation{
background:#efab00; 	
background: linear-gradient(90deg, #efab00 12%,#ED9531 100%);
}
.opacity_0{opacity: 0;}
/*.opacity_3{opacity: 0.3;}*/


/****************************************************
/*Responsive
/****************************************************/
@media (min-width: 1200px){
	.container_home{max-width: 1440px!important;}
}
@media (max-width: 1199.98px) { /*xl*/
	#box_contact_illust{bottom: -50px;right:0;}
	#home_office{padding-bottom: 140px;	}
}
@media (max-width: 991.98px) { /*lg*/
	#footer_illust{ background-image: url("../images/footer_illust_sp.svg");}
	#box_contact_illust{width: 150px; height: 150px;bottom: -100px;}
}
@media (max-width: 767.98px) {/*md*/
	/*ここからサイドバー非表示*/	
	#main-container {padding:0;}
	/*header*/
	#header-container{
		left: 0;
		top: 0;
		width:100%;
		height:70px;
	}
	#header{
		overflow: hidden;
	}
	.header_brand {
		justify-content: flex-start;
		align-items:flex-start;
		padding:4px 10px;
}
	.header_brand img {
		width:auto;
		height:60px;
}
	#head_btn_sp{display:flex;}
	.contactbtn , .openbtn{
		 width: 70px;
		 height: 70px;
		flex-direction: column;
	}
	.openbtn_line{width: 50%;}
	.openbtn_line span{height: 3px;}
	.openbtn_line span:nth-of-type(1) {	top:20%;}
	.openbtn_line span:nth-of-type(2) {top:50%;}
	.openbtn_line span:nth-of-type(3) {top:80%;}
	.openbtn_menu{margin-left:0; line-height: 1.6;}
	
	
	/*mainimg*/
	#mainimg{padding-top:70px;/*headerの高さ*/ }
	.fluid-block{top:calc(100vh / 4);width:40vw; height: 40vw; }
	#town_right{width:30%;top:70px;}
	#town_left{width:20%;top:70px;}
	
	/*subpage*/
	#subpagetop{
		padding-top: 70px;/*header*/
		background:#efab00 ;
	}
	.subpagetop_illust {
		width: 120px;
		height: 120px;
		right:0;
}
	#contact_subnav{background:#efab00!important ;}
	
	.delay_md_0{animation-delay: 0s!important;}
}


@media (max-width: 575.98px) { /*sm*/	
	
	.fluid-block{left:30vw;width:50vw; height:50vw; }
	#town_right{width: 40%;}
	#town_left{width: 30%;}

	/*subpage*/
	#inpagenavi a{font-size:1.0625rem;} 
	.inpagetitle{font-size:1.25rem;padding-left: 3rem;}
	.inpagetitle_no{font-size:1.75rem;}	
}

@media (max-width: 340px) { 
	#header h1 img {width: 100px;}
	/*.d_w340_inline{display: inline!important;}*/
	.subpagetop_illust {
		width: 100px;
		height: 100px;
	}
}

