@charset "UTF-8";
/* CSS Document */





/* 警告文 */
.alert-box {
	text-align: center;
	padding: 50px;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0 auto;
	background-color: #FF0000;
	line-height: 28px;
}
.alert-box span {
	font-size: 30px;
}
.alert-box a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.alert-box a:hover {
	color: #FFDB00;
}
/* 警告文 */

/* 基本 */
body {
	width: 100%;
/*	border-top: 5px solid #000000;*/
	overflow:hidden;
	margin-top: 167px;
}
hr {
	margin:5px 0px;
}
i {
	margin-right: 5px;
}
/* 基本 */





/*ヘッダー　----------------------------------------------------------------*/

/* header */
header {
	  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
/*  height: 100px; */
	z-index: 999;
	background-color: #fff;
	    border-top: 5px solid #000000;
}
header h1 {
  display: block;
  padding: 5px 0px 0px 0px;
  text-align: left;
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
}
header h1 + p {
  margin: 0;
}
header .headlogo {
  float: left;
  display: inline-block;
  margin-top:0.8rem;
}
header div{
	position: relative;
}
.headlogo + div.headlink div:first-child p{
  display: inline-block;
  background: #005FA6;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  margin-top: 1.5rem;
}
.headlogo + div.headlink a p i{
  margin-left: 0.5rem;
}
.headlogo + div.headlink a p{
  margin-left: 1rem;
}
.headlogo + div.headlink a p:hover{
  background: #003464;
}
.syllabus-s {
	display: none;
}
.syllabus {
	position: absolute;
	top: 0rem;
	right: 0rem;
	background: #D80C18;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0.5rem 3rem;
	border-radius: 0px 0px 10px 10px;
}
.syllabus:hover{
	background: #A40C18;
	color: #FFFFFF;
}
header #headnav {
	margin:auto;
	padding-top:2.5rem;
	padding-bottom:2.5rem;
	text-align:left;
  background:url("../img/nav-bar.png");
  margin-top: -0.5rem;
}
header nav ul {
	margin:0;
}
header nav ul li {
	display: inline-block;
}
#headnav ul li {
	color: #FFFFFF;
	font-size:17px;
  font-size: 1.7rem;
}
#headnav ul li:hover,#headnav ul li a:hover,#headnav-mini ul li a:hover{
	text-decoration: none;
	color: #D80C18;
}
#headnav-mini ul{
  float: right;
}
#headnav-mini ul li{
  padding: 0;
  margin: 2rem 1rem 1rem 0rem;
}
#headnav-mini ul li a{
  float: right;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}
#headnav-mini ul li a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  color: #D80C18;
  padding-right: 0.2rem;
}
/*  */


.header-box {
    position: fixed;
    top: 185px;
    right: -1px;
}
.header-box a {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    background-color: #e20000;
    border: solid 1px #e20000;
    width: 70px;
    height: 145px;
    transition: 0.3s;
    z-index: 2;
    padding-right: 0.3rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	    align-items: center;
    justify-content: center;
	border-radius: 0.5rem 0 0 0.5rem;
	letter-spacing: 0.05rem;
}
.header-box a::before {
	content: "";
	display: inline-block;
	width: 17px; 
	height: 19px;
	background-image: url("../img/icon-taiken.svg");
	background-repeat: no-repeat;
	background-size: contain; 
	margin-bottom: 1rem;
	vertical-align: middle;
	margin-right: -0.1rem;
}
.header-box a:hover {
            opacity: 0.6;
}



/* dropmenu */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
/*  padding: 13px 15px;*/
	padding: 13px 15px; /* 元CSSと同じ */
  line-height: 1;
  background:url("../img/nav-bar.png");
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
	box-sizing: border-box;
}
.dropmenu li:hover > a{
  color: #D80C18;
}
.dropmenu li a:hover{
	color: #D80C18;
}

/*↓ホバーしたときに見えない箇所まで反応してしまう原因のコードかも*/
/*
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}
*/

/*↑を修正するためのコード↓*/
#dropmenu li ul {
  display: none;
}
#dropmenu li:hover > ul {
  display: block;
}
#dropmenu li ul li {
  height: auto;
  overflow: visible;
}




/*ヘッダーここまで　----------------------------------------------------------------*/



#topimg h1 {
	position: relative;
}
	
#topimg h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 2.5rem solid transparent;
	border-left: 2.5rem solid #D80C18;
	z-index: 100;
}
	
	








/* footer */
footer {
  padding-top:0;
/*	border-top: 2px solid #ddd;*/
	text-align:center;
  background: url("../img/footer.png")
}
.red-link li a{
  display: inline-block;
  margin-right: 2rem; 
  padding: 0.8rem 6rem;
  float: left;
  color: #FFF;
  background: #D80C18;
  border: 1px solid #FFF;
  border-radius: 4rem;
  font-size: 20px;
  font-size: 2rem;
}
.red-link li a:hover{
  color: #D80C18;
  background: #FFF;
  transition: 0.2s
}
.red-link + div img{
  float: right;
}
.red-link li:last-child a{
	display: flex;
	align-items: center;
	margin-right: 2rem; 
	padding: 0.8rem 2.5rem;
	float: left;
	color: #000;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 4rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.red-link li:last-child a:hover{
	color: #fff;
	background: #D80C18;
	transition: 0.2s
}
.red-link li a img{
	max-width: 35px;
	padding-right: 1rem;
}
footer nav dl{
  margin: 0 -0.5rem;
  padding: 0;
}
footer nav .footnav-t{
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #FFF;
  margin-bottom: 1rem;
  padding: 0.2rem 0.5rem;
}
footer nav ul li{
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
}
footer nav ul li a {
	color: #FFFFFF;
}
footer nav ul li a:hover {
	text-decoration: none;
	color: #D80C18;
}
#footer-logo {
  text-align: left;
  border-right: 1px solid #FFF;
  margin-right: 3rem;
}
footer div + p {
	color: #FFF;
	font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.8rem;
  line-height: 2rem;
}
#tel-color a {
	color: #fff;	
}

.big-link{
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.5rem;
  color: #fff;
}
.big-link{
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.5rem;
  color: #fff;
}
.big-link p{
  margin-top: 0rem;
}
.copyright {
	margin:0;
  margin-top: 2rem;
	padding: 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	border-top: 0.3rem solid #FFF;
  background: #005FA6;
}

.mini-link ul {
	line-height: 1.3;
	margin-top: 1rem;
}

.mini-link li{
  font-size: 23px;
  font-size: 2.3rem;
  display: inline-block;
  margin-top: 3rem;
  padding:0rem 2rem;
  border-right: 1px solid #000;
}
.mini-link li:last-child{
  border-right: none;
}
.mini-link li a{
  color: #000;
}
.mini-link li a:hover{
  color: #D80C18;
}

.mini-link a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a"; /* chevron-right */
	font-weight: 900;
	margin-left: 0.8rem;
	color: #D80C18;
	font-size: 90%;
}

#footernav-xs {
	position: fixed;
    display: none;
    bottom: 0;
    z-index: 10;
	width: 100%;
	justify-content: center;
}
#footernav-xs a {
	color: #fff;
	padding: 2rem;
    font-size: 2.5rem;
    font-weight: 600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 65px;
}
#footernav-xs a:first-child {
	background-color: #D80C18;
	width: 75%;
	margin-right: 0.5rem;
}
#footernav-xs a:nth-of-type(2) {
	background-color: #00A296;
	width: 20%;
}
#footernav-xs a:nth-of-type(2) img {
	height: 25px;
}




@media (max-width: 991px) {
body {
	margin-top: 188.22px;
}	
#headnav ul li a {
  font-size:16px;
  font-size: 1.6rem;
}
#headnav-mini ul li a{
  float: left;
}
#headnav-mini ul{
  float: left;
}
#headnav-mini ul li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.big-link{
  font-size: 13.5px;
  font-size: 1.35rem;
}
	
.header-box a {
    width: 55px;
}	
	
	
}
@media screen and (min-width: 575px) and (max-width: 767px) {
body {
	margin-top: 194.41px;
}	
.headlogo + div p{
	line-height: 15px;	
}
}

@media (max-width: 767px) {
header .headlogo {
  margin-top:0.7rem;
}
.headlogo + div.headlink p:first-child{
  padding: 0.5rem 1rem;
}
header #headnav {
	padding-top:1.5rem;
	padding-bottom:1rem;
  margin-top: 0rem;
}
header nav ul li {
	padding: 0 2rem;
  margin-bottom: 1rem;
}
	
	#footnav {
		display: none;
	}	
}
@media (max-width: 575px) {
body {
	margin-top: 0;
}	
header {
	  position: revert;
  top: 0; 
  left: 0;
  width: 100%; 
/*  height: 100px; */
	z-index: 999;
	background-color: #fff;
	    border-top: 5px solid #000000;
}

/* header */
header nav {
	display:none;
}
header h1 {
	display: block;
	padding-top:5.5rem;
	text-align: center;
}
header .headlogo {
  margin-top: 1rem;
	text-align: center;
}
	
.mini-link li{
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 1rem;
  padding:0rem 1rem;
  border-right: 0.5px solid #000;
}

	
	
	
.headlogo + div p:first-child{
  display: block;
  text-align: center;
  margin: 0.5rem 1rem;
  padding: 0.5rem 0rem;
}
.syllabus{
  display: none;
}
.headlogo + div.headlink a p{
  margin-left: 0rem;
}
.headlink{
	text-align: center;
}
.syllabus-s {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
    display: inline-block;
    padding: 0.2rem 2rem;
	color: #FFFFFF;
    background-color: #D80C18;
    border: 1px solid #FFFFFF;
    border-radius: 5rem;
}
.syllabus-s:hover {
    background-color: #A50C18;
	color: #FFFFFF;
}

/* header */
  
#topimg{
margin-top: 0rem;
}	
	
	
	
	
	
/* footer */
  header nav{
    display: none;
}
.red-link li a{
  display: block;
  margin-right: 0rem; 
  margin-bottom: 1rem; 
  float:none;
}
.red-link + div img{
  float: none;
}
.red-link li:last-child a{
	display: block;
	margin-right: 0rem; 
	margin-top: 1rem; 
	min-width: 220px;
	padding: 0.8rem 0; 
}
.red-link li:last-child a img{
	max-width: 30px;
    padding-right: 0.5rem;
}
footer .red-link{
	margin-bottom: 0;
}
footer .red-link li a{
	margin-bottom: 0rem;
	max-width: 220px;
	padding: 0.8rem 0; 
}
	
	
	
}

/* parts */
h2 {
	font-size: 38px;
  font-size: 3.8rem;
  line-height: 3.3rem;
  margin-bottom: 4.5rem;
  padding-top: 7.5rem;
}
h2 span{
	font-size: 27px;
  font-size: 2.7rem;
  color: #005FA6;
  font-weight: normal;
}
@media only screen and (max-width: 575px) {
    h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 4rem;
    padding-top: 6rem;
  }
    h2 span {
        font-size: 2rem;
  }
	#footernav-xs {
		display: flex;
	}
	.copyright {
		padding-bottom: 85px;
		text-align: left!important;
		font-size: 12px;
    	font-size: 1.2rem;;
	}
}

@media screen and (min-width: 576px) {
.syllabus-mini {
	display: none;
	}	
}





#footer-linkbtn {
	position: relative;
	background-color: #F2F2F2;
	padding-top: 8rem;
	padding-bottom: 8rem;
	margin-bottom: 3rem;
/*	margin-top: 8rem;*/
	margin-top: 0rem;
	overflow: hidden;
}
#footer-linkbtn::before {
	content: "";
	position: absolute;
    left: -5rem;
    top: -5rem;
	width: 100%;
	height: 350px;
	background-image: url("../img/footer-deco.svg");
	background-repeat: no-repeat;
}
#footer-linkbtn ul {
	position: relative;
	z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-linkbtn ul li {
    width: 32%;
}
#footer-linkbtn ul li a {
	border-radius: 1rem;
    display: block;
    overflow: hidden;
    border: 1px solid #333333;
    transition: 0.3s;
}
#footer-linkbtn ul li a img {
    transition: 0.3s;
    width: 100%;
}
#footer-linkbtn ul li a:hover img {
    opacity: 0.5;
}

@media (max-width: 991px) {
	#footer-linkbtn::before {
		height: 280px;
	}
}
@media (max-width: 767px) {
	#footer-linkbtn {
		padding-top: 5rem;
		padding-bottom: 2rem;
		margin-bottom: 3rem;
	}
	#footer-linkbtn::before {
		height: 250px;
	}
	#footer-linkbtn ul {
	        flex-wrap: wrap;
}
	
#footer-linkbtn ul li {
        width: 49%;
        margin-bottom: 1.2rem;
    }
}



/*------ スマホ用ヘッダー　2026 -------------------------------------------*/
.header-mobile {
	height: 52.5px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #0c1923;
	z-index: 1005;
}

.header-mobile .logo {
	display: flex;
}

.header-mobile .logo a img {
	width: 220px;
}


.header-mobile .header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 52.5px;
	padding: 0 2rem;
	border-bottom: 1.5px solid #c3c8d5;
}

.drawer__button {
	position: relative;
	width: 40px;
    height: 40px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 999;
	z-index: 20000; /* メニューより上 */
}

.drawer__button > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.5rem;
	height: 2px;
	background-color: #fff;
	transform: translateX(-50%);
}

.drawer__button > span:first-child {
	transform: translate(-50%, calc(-50% - 1rem));
	transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
	transform: translate(-50%, calc(-50% + 1rem));
	transition: transform 0.3s ease;
}

.drawer__button.active > span:first-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
	opacity: 0;
}

.drawer__button.active > span:last-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 52.5px;  /* ヘッダー高さ */
	background: transparent;   /* ここは透過させる */
	pointer-events: none;
	z-index: 10000;
}

.drawer__nav .drawer__nav__inner {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 25, 35, 0.95);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	will-change: transform;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 10001;
	padding-bottom: 3rem;
}

.drawer__nav.no-animate .drawer__nav__inner {
	transition: none !important;
}
.drawer__nav .drawer__nav__menu {
	list-style: none;
}

.drawer__nav__item.has-child > .drawer__nav__link {
	position: relative;
	padding-right: 3rem; /* アイコン分の余白 */
}

.drawer__nav__item.has-child > .drawer__nav__link::after {
	content: "";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("/../img/icon-plus.svg") no-repeat center / contain;
}

/* 開いた時はマイナスに切り替え */
.drawer__nav__item.has-child.open > .drawer__nav__link::after {
	background-image: url("/../img/icon-minus.svg");
}


.drawer__nav .drawer__nav__item {
	border-bottom: 1px solid #c3c8d5;
}

.drawer__nav .drawer__nav__link {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1.4rem 2rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.drawer__nav .drawer__nav__link:hover {
  
}

.drawer__nav .drawer__nav__link i {
  font-size: 1.6rem;
  margin-right: 1em;
  padding-top: 0.2rem;
}

.drawer__nav .drawer__nav__link.recruit {
  background-color: #7fc8ff; /* $skyblue を仮で置換 */
  color: #fff;
}

.drawer__nav .drawer__nav__link.contact {
  background-color: #548bd8;
  color: #fff;
}

.drawer__nav__button {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin: 2rem 2rem 0;
}
.drawer__nav__button a{
	display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
	width: 48%;
    text-align: center;
    border: 1px solid;
    padding: 1rem;
    border-radius: 0.5rem;
}
.drawer__nav__button a:hover{
	background: #003C64;
}
.drawer__nav__button a i{
    font-size: 20px;
    font-size: 2rem;
}

.drawer__nav.active {
	pointer-events: auto;
}

.drawer__nav.active .drawer__nav__inner {
	transform: translateX(0);
}

.drawer__sub {
	display: none;
	padding-left: 1.5rem;
/*	background: rgba(255,255,255,0.05);*/
}

.drawer__sub li a {
	position: relative;
	display: block;
	padding: 0.2rem 1.5rem 1rem;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	padding-left: 4rem; /* アイコン分の余白 */
}
.drawer__sub li a::before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 1.5rem;
	top: 43%;
	transform: translateY(-50.5%);
	width: 16px;
	height: 16px;
	background: url("../img/xs-icon.svg") no-repeat center / contain;
	margin-right: 1rem;
}

.has-child.open .drawer__sub {
	display: block;
	padding-bottom: 1rem;
}

.header__nav__cta {
    position: relative;
    z-index: 1;
	margin: 30px 0 0;
}
.header__nav__cta .header__item>a {
	overflow: hidden;
	font-weight: 700;
	aspect-ratio: 41 / 13;
	padding: 18px 16px;
	border-radius: 4px;
	background: no-repeat 0 0;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto 2rem;
}
.header__nav__cta .item--taiken>a {
	color: #333333;
	background-image: url(/../img/mobile-taiken.png);
}
.header__nav__cta .item--contact>a {
	color: #333333;
	background-image: url(/../img/mobile-contact.png);
}

.header__nav__cta .item__text {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .04em;
	margin: 0px 0 5px;
	line-height: normal;
	text-shadow:
    0 0 2px #fff,
    0 0 4px #fff,
    0 0 6px #fff,
    0 0 10px rgba(255,255,255,0.8);
}
.header__nav__cta .item__title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: .08em;
	line-height: 1.4;
}
.header__nav__cta .item__title>i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border: 1px solid #333333;
	border-radius: 100%;
	margin: 0 0 0 5px;
}
.header__nav__cta .item--tiaken .item__title>i {
	border-color: #333333;
}
.header__nav__cta .item--contact a .item__title {
	margin-bottom: 0;
}
.header__nav__cta .item__title>i::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav__cta .item--taiken .item__title>i::after {
	border-color: #000;
}
.header__nav__cta .header__item:not(:first-child) {
	margin: 15px 0 0;
}





body.active {
  height: 100%;
  overflow: hidden;
}
/*------ スマホ用ヘッダー　ここまで -------------------------------------------*/



