@charset "UTF-8";
@import url("style_menu-2.css");


body {
   position: relative;
}
img {
	width: 100%;
	height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.sp-only {
    display: none!important;
}
.brtab, .brsp, .sp {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.split {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.scale-image .bg {
	position: relative;
	overflow: hidden;
}
.scale-image .bg img {
	opacity: 1;
	transform: scale(1);
	transition: all .8s;
}
.scale-image:hover .bg img {
	transform: scale(1.06);
	transition: all .8s;
}
.hover-action .red-triangle {
	position: relative;
}
.hover-action .red-triangle:before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #E3001B transparent;
	transform: scale(1);
	transform-origin: right bottom;
	right: 3px;
	bottom: 3px;
	transition: all .8s;
}
.hover-action:hover .red-triangle:before {
	animation: reveal .8s ease-in-out 0s forwards;
}
.cs .red-triangle:before {
	border-color: transparent transparent #BDC2C3 transparent;
}
.cs {
	pointer-events: none;
}
.cs:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(143,146,146,0.60);
	z-index: 2;
}
.cs:after {
	content: "COMING SOON…";
	font-family: var(--en-font);
	font-weight: 700;
	color: #FFF;
	display: inline-block;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

@keyframes reveal {
  0% {
		opacity: 1;
  }
	10% {
		opacity: 0;
	}
	20% {
		opacity: 1;
  }
	30% {
		opacity: 0;
	}
	60% {
		opacity: 1;
		transform: scale(1);
  }
  100% {
		transform: scale(1.5);
  }
}
.think, .en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.think span, .en span, .blue {
	color: var(--main-color);
}

/* ////////////////////////////////////////////////////////////////////  header */

header {
	width:100%;
	height: 67px;
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background: #FFF;
	border-bottom: solid 3px #E5E3E2;
	z-index: 1001;
}
header:before {
	width: 150px;
	height: 3px;
	background: #E3001B;
	bottom: -3px;
	left: 60px;
	z-index: 1;
}
header .logo {
  width: 300px;
	position: absolute;
	left: 60px;
	bottom: 10px;
	height: 22px;
}
header .logo img {
  width: 150px;
	display: inline-block;
}
header .logo p {
	font-size: 12px;
	font-family: var(--en-font);
	font-weight: 700;
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	padding: 0 0 0 30px;
}
/* ////////////////////////////////////////////////////////////////////  footer */
footer {
	border-top: solid 3px #E5E3E2;
  background: #FFF;
	z-index: 2;
	position: relative;
}
footer .content {
	padding: 30px 0;
}
footer .content ul {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
footer .content ul li {
	display: inline-block;
	font-size: 12px;
	padding: 0 15px;
	position: relative;
}
footer .content ul li:after {
	height: 12px;
	width: 1px;
	background: var(--main-color);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
footer .content ul li:last-child:after {
	display: none;
}
footer .content ul li a {
	color: var(--main-color);
	text-decoration: none;
}
footer .content .copyright {
	text-align: center;
	font-size: 12px;
}
.pagetop {
	position: fixed;
	width: 48px;
	height: 50px;
	background-image: url("../svg/pagetop.svg");
	z-index: 3;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: all .5s;
}
.bottom-menu {
	position: relative;
	padding: 80px 0;
}
.bottom-menu .content > p {
	font-family: var(--en-font);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-bottom: 15px;
}
.bottom-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bottom-menu ul li {
	position: relative;
	width: 23%;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
	margin-bottom: 30px;
}
.bottom-menu ul li .icon-box {
	height: 120px;
	background: #F5F5F5;
	position: relative;
	transition: all .8s;
}
.bottom-menu ul li:hover .icon-box {
	background: #E6E6E6;
}
.bottom-menu ul li .icon-box img {
	width: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bottom-menu ul li .txt {
	box-sizing: border-box;
	min-height: 70px;
	padding: 15px 20px 30px;
}
.bottom-menu ul li .txt p {
	font-weight: 600;
	font-size: min(1.3vw,16px);
}
/* //////////////////////////////////////////////////////////////////// 下層共通 */

main {
	margin: 0 0;
	position: relative;
	overflow: hidden;
}
.page-style01 main,
.interview main {
	padding: 67px 0 0;
}
.page-style01 .page-title {
	position: relative;
	padding: 50px 0 80px;
	z-index: 2;
}
.page-title p:nth-child(1) {
	font-size: 12px;
	background: #FFF;
	padding: 0 15px;
	border: solid 1px #001E50;
	font-weight: 700;
	display: inline-block;
	font-family: var(--en-font);
}
.page-style01 .page-title:before {
	width: 100%;
	height: 120px;
	top: 0;
	background: #F5F5F5;
	z-index: -1;
}
.page-title h1 {
	clear: both;
	margin: 10px 0 0;
	font-size: 48px;
	line-height: 1.4em;
	background: #FFF;
	display: inline-block;
	padding: 0 15px;
	letter-spacing: .06em;
}
.page-title h1 span {
	color: var(--main-color);
}
.page-title .h1-sub {
	font-size: 48px;
	line-height: 1.2em;
	background: #FFF;
	padding: 0 15px;
	letter-spacing: .06em;
}
.page-title .content {
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.content {
	width: 90%;
	margin: 0 auto;
	max-width: 1120px;
}
.recommend {
	padding: 60px 0;
	background: #F5F5F5;
}
.recommend > .content {
	max-width: 1240px!important;
}
.recommend .content > p {
	text-align: center;
	font-family: var(--en-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
}
.btn01 {
	width: 90%;
	max-width: 736px;
	height: 96px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
	box-sizing: border-box;
	padding: 20px 20px;
	position: relative;
	margin: 20px auto 0;
}
.btn01:before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #E3001B transparent;
	transform: scale(1);
	transform-origin: right bottom;
	right: 3px;
	bottom: 3px;
	transition: all .8s;
}
.btn01:hover:before {
	animation: reveal .8s ease-in-out 0s forwards;
}
.btn01 p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn01 p span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	font-family: var(--en-font);
	line-height: 1.2em;
}


.more-btn {
	width: 90%;
	max-width: 736px;
	height: 96px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
	box-sizing: border-box;
	padding: 20px 20px;
	position: relative;
	margin: 20px auto 0;
}
.more-btn:before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #E3001B transparent;
	transform: scale(1);
	transform-origin: right bottom;
	right: 3px;
	bottom: 3px;
	transition: all .8s;
}
.more-btn:hover:before {
	animation: reveal .8s ease-in-out 0s forwards;
}
.more-btn p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.more-btn p span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: var(--main-color);
	line-height: 1.2em;
}


.block-ttl-sub span {
	font-size: 12px;
	background: #FFF;
	padding: 5px 15px;
	border: solid 1px #001E50;
	font-weight: 700;
	display: inline-block;
	line-height: 1em;
}
.block-ttl {
	position: relative;
	margin: -10px 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4em;
}



.red-deco:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #E3001B transparent transparent transparent;
	left: 3px;
	top: 3px;
}
.blue-deco:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #008CD7 transparent transparent transparent;
	left: 3px;
	top: 3px;
}


.recomenu {
	width: 101%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	left: -.5%;
}
.recomenu > li {
	position: relative;
	width: 24%;
	margin: 0 .5% 40px;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
}
.recomenu > li .txt {
	background: #FFF;
	box-sizing: border-box;
	padding: 15px 10px;
}
.recomenu li .txt .think {
	text-align: center;
	font-size: 13px;
}
.recomenu > li .txt p:not([class]) {
	text-align: center;
	font-size: 11px;
}

sup {
	font-size: 70%;
}