@charset "UTF-8";

/*------------------------------*/
/* header */
/*------------------------------*/
header{
	overflow:hidden;
	margin-bottom:13px;
}
header #logo {
	width: 221px;
	margin-top: 25px;
	margin-left: 22px;
	float: left;
	margin-right: 24px;
}
header #logo a {
	display: block;
	width: 100%;
	height: 32px;
	float: left;
}
header #logo a img {
	width: 100%;
	height: auto;
}
header h1 {
	margin-top: 24px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans JP";
	line-height: 1.2em;
	float: left;
}
header h1 span {
	display: block;
}
header dl {
	width: 252px;
	float: right;
	margin-top: 13px;
	margin-right:70px;
}
header dl dt, header dl dd {
	height: 55px;
	width: 50%;
	float: left;
}
header dl dt a, header dl dd a {
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	position: relative;
	transition: .3s;
	position: relative;
}
header dl dt a:link, header dl dd a:link {
	text-decoration: none;
}
header dl dt a:link, header dl dd a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
header dl dt a {
	background: #f5f5f5;
	color: #000;
}
header dl dd a {
	background: #333333;
	color: #FFF;
}
header dl dt a::after,
header dl dd a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #333;
	transition: .3s;
}
header dl dd a::after{
	background-color: #f5f5f5;
}
header dl dt a:hover::after,
header dl dd a:hover::after{
	width: 100%;
}

#g-nav {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -120%;
	width: 100%;
	height: 100vh;/*ナビの高さ*/
	background: #333;
	/*動き*/
	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	right: 0;
}
/*ナビゲーション*/
#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/

#g-nav li {
	list-style: none;
	text-align: center;
}
#g-nav li a {
	color: #FFF;
	text-decoration: none;
	padding:10px 0 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size:20px;
	transition: .3s;
	position: relative;
}
#g-nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #FFF;
	transition: .3s;
}
#g-nav li a:hover::after {
	width: 100%;
}
#g-nav li:last-child a::before{
	content: '';
	display: inline-block;
    position: relative;
    top: 5px;
	float:right;
    right: -10px;
    width: 18px;
    height: 17px;
	background:url(../images/common/link.png) no-repeat right top;
	background-size:18px auto;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
	position: fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:25px;
	right:20px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align:right;
	background:#FFF;
}
/*×に変化*/  
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left:4px;
	height:2px;
	border-radius:0;
	background-color:#000;
	width:22px;
}
.openbtn1 span:nth-of-type(1) {
	top: 5px;
}
.openbtn1 span:nth-of-type(2) {
	top: 13px;
}
.openbtn1 span:nth-of-type(3) {
	top: 21px;
	left:12px;
	width:14px;
}
.openbtn1.active span:nth-of-type(1) {
	top: 8px;
	left:4px;
	transform: translateY(6px) rotate(-45deg);
	width:22px;
}
.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
	top: 20px;
	left:4px;
	transform: translateY(-6px) rotate(45deg);
	width:22px;
}
/*------------------------------*/
/* topimg */
/*------------------------------*/
#topimg{
	clear:both;
	background-size:auto 605px;
	background-position:left top;
	background-repeat:no-repeat;
	height:605px;
	padding-top:129px;
	margin-left:8.43%;
}
#topimg #copy{
	box-sizing:border-box;
	padding:46px 36px 46px 0;
	width:250px;
	height:360px;
	background:#FFF;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#topimg #copy dt{
	font-family:"Cormorant Garamond", serif;
	font-style: normal;
	font-size:16px;
	width:30px;
}
#topimg #copy dd{
	font-size:40px;
	width:63px;
	border-left:2px solid #f5f5f5;
	font-family: "Noto Serif JP", serif;
}
#topimg #copy dd:last-child{
	border-left:0;
}
#topimg #news{
	width:650px;
	background:#FFF;
	position:relative;
	bottom:-42px;
	display:flex;
	height:74px;
	left:0;
}
#topimg #news h2{
	width:80px;
	line-height:74px;
	font-size:14px;
}
#topimg #news h3{
	width:500px;
	line-height:74px;
	font-size:14px;
}
#topimg #news h3 span{
	display:inline-block;
	margin-right:20px;
}
#topimg #news h3 a{
	color:#000;
	transition: .3s;
	position: relative;
	display:inline-block;
}
#topimg #news h3 a:link{
	text-decoration:none;
}
#topimg #news h3 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s;
}
#topimg #news h3 a:hover::after {
	width: 100%;
}
#topimg #news .box{
	display:block;
	width:70px;
	border-left:2px solid #f5f5f5;
	transition: .3s;
}
#topimg #news .box::after {
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 27px;
  	width: 12px;
  	height:12px;
  	margin: auto;
 	border-top: 2px solid #333;
  	border-right: 2px solid #333;
  	transform: translateY(2px) rotate(315deg);
  	box-sizing: border-box;
}
#topimg #news .box:hover{
	background:#333;
}
#topimg #news .box:hover::after{
	border-top: 2px solid #FFF;
  	border-right: 2px solid #FFF;
}
.btn_scroll{
    position: absolute;
	display:block;
    left:30px;
	height:20px;
	top:540px;
	transform: rotate( -90deg );
    color: #333;
    font-size: 14px;
    line-height: 1;
    z-index: 200;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease-in-out;
	text-decoration:none;
}
.btn_scroll:hover{
	text-decoration:none;
}
.btn_scroll::after {
    content: "";
    display: block;
    position: absolute;
    margin: 0;
    right: 70px;
    top: 7px;
    width: 100px;
    z-index: 200;
    height: 1px;
    transform: rotate(0deg);
    background-color: #333;
    transition: 0.3s ease-in-out;
    animation: btn_scroll 3s ease-out 1s infinite forwards;
    transform-origin: left bottom;
}
@keyframes btn_scroll {
    0% {
        transform: scale(1, 1);
    }
    95% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}
/*------------------------------*/
/* about */
/*------------------------------*/
#about{
	margin-top:20px;
	background:#f5f5f5;
	width:96%;
	padding-left:4%;
	box-sizing:border-box;
	padding-bottom:60px;
	margin-bottom:100px;
}
#about .title{
	font-family: "Cormorant Garamond", serif;
	font-size:117px;
	font-weight:normal;
    text-align: center;
    position: relative;
    top: -95px;
}
#about dl{
	margin-top:-95px;
	overflow:hidden;
	width:94%;
}
#about dl dt{
	width:49%;
	height:455px;
	background:url(../images/top/photo01.webp) no-repeat left top;
	background-size:cover;
	float:left;
}
#about dl dd{
	width:47%;
	float:right;
}
#about dl dd h3 span{
	margin-bottom:4px;
	letter-spacing:3px;
	font-size:32px;
	font-weight:normal;
	font-family: "Noto Serif JP", serif;
	background:#bdb68f;
	height:53px;
	line-height:53px;
	margin-bottom:4px;
	display:inline-block;
	padding:0 10px;
}
#about dl dd p{
	font-size:14px;
	margin-top:25px;
	margin-bottom:25px;
}
#about dl dd button{
	display:block;
	border:0;
	background:none;
	width:300px;
}
#about dl dd button a{
	display:block;
	height:50px;
	line-height:50px;
	background:#333;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	font-family: "Noto Serif JP", serif;
	transition: .3s;
}
#about dl dd button a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 1;
	position: relative;
	width: 1.5em;
	height: 0.1em;
	background: currentColor;
	float:right;
	top: 25px;
	right: 20px;
	transition: .3s;
}
.dli-arrow-right::before {
 	content: '';
  	width: 0.5em;
  	height: 0.5em;
  	border: 0.1em solid currentColor;
  	border-left: 0;
  	border-bottom: 0;
 	 transform: rotate(45deg);
  	transform-origin: top right;
  	position: absolute;
  	top: 50%;
  	right: -0.05em;
  	box-sizing: border-box;
}
a:hover .dli-arrow-right{
	right:10px;
}
/*------------------------------*/
/* 数字で見る */
/*------------------------------*/
#numbers{
	margin-bottom:60px;
}
#numbers h2.title{
	width:169px;
	height:26px;
	font-size:13px;
	color:#FFF;
	background:#333;
	text-align:center;
	line-height:26px;
	margin:auto;
	margin-bottom:30px;
	font-family: "Noto Serif JP", serif;
	letter-spacing:1px;
}
#numbers h3.title{
	text-align:center;
	font-size:45px;
	font-family: "Cormorant Garamond", serif;
	margin-bottom:60px;
	letter-spacing:2px;
}
#numbers ul#numbers_box{
	width:92%;
	margin:auto;
	display:flex;
	gap:4%;
	margin-bottom:50px;
	flex-wrap: wrap;
}
#numbers ul#numbers_box > li{
	height:250px;
	background:#f5f5f5;
	box-sizing:border-box;
	width:100%;
	text-align:center;
	padding-top:30px;
	width:30.6%;
}
#numbers ul li h3{
	font-family: "Noto Serif JP", serif;
	font-size:22.5px;
	margin-bottom:30px;
	line-height:22.5px;
}
#numbers ul li h4{
	font-family: "Noto Serif JP", serif;
	line-height:80px;
	margin-bottom:0px;
	font-size:38px;
}
#numbers ul li h4 span{
	font-size:80px;
}
#numbers ul li p{
	font-family: "Noto Serif JP", serif;
	font-size:16px;
	line-height:16px;
}
#numbers button{
	display:block;
	border:0;
	background:none;
	width:400px;
	margin:auto;
}
#numbers button a{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	display:block;
	height:110px;
	background:#FFF;
	color:#333;
	font-size:13.5px;
	text-decoration:none;
	text-align:center;
	font-family: "Noto Serif JP", serif;
	padding-top:30px;
	box-sizing:border-box;
	transition: .3s;
}
#numbers button a span.eng{
	font-size:22px;
	display:block;
	font-family: "Cormorant Garamond", serif;
}
#numbers .dli-arrow-right {
	color: #333;
	top:-25px;
	right:20px;
}
#numbers a:hover .dli-arrow-right{
	right:10px;
	color:#FFF;
}
#numbers button a:hover{
	background:#333;
	color:#FFF;
}
/*------------------------------*/
/* welfare */
/*------------------------------*/
#welfare{
	margin-top:20px;
	background:#b4daf1;
	width:96%;
	margin:auto;
	box-sizing:border-box;
	padding-bottom:60px;
	margin-bottom:100px;
	padding:60px 0;
}
#welfare .title{
	font-family: "Cormorant Garamond", serif;
	font-size:117px;
	font-weight:normal;
    position:absolute;
	left:-2%;
	width:130px;
	margin-top: -30px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#welfare dl{
	margin-top:-95px;
	overflow:hidden;
	width:94%;
	margin:auto;
}
#welfare dl dt{
	width:46%;
	height:455px;
	background:url(../images/top/photo02.webp) no-repeat left top;
	background-size:contain;
	float:right;
}
#welfare dl dd{
	width:40%;
	float:left;
	margin-left:8%;
}
#welfare dl dd h3 span{
	margin-bottom:4px;
	letter-spacing:3px;
	font-size:32px;
	font-weight:normal;
	font-family: "Noto Serif JP", serif;
	background:#FFF;
	height:53px;
	line-height:53px;
	margin-bottom:4px;
	display:inline-block;
	padding:0 10px;
}
#welfare dl dd p{
	font-size:14px;
	margin-top:25px;
	margin-bottom:25px;
}
#welfare dl dd button{
	display:block;
	border:0;
	background:none;
	width:300px;
}
#welfare dl dd button a{
	display:block;
	height:50px;
	line-height:50px;
	background:#333;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	font-family: "Noto Serif JP", serif;
	transition: .3s;
}
#welfare dl dd button a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/*------------------------------*/
/* インタビュー */
/*------------------------------*/
#interview{
	margin-bottom:100px;
}
#interview h2.title{
	width:169px;
	height:26px;
	font-size:13px;
	color:#FFF;
	background:#333;
	text-align:center;
	line-height:26px;
	margin:auto;
	margin-bottom:30px;
	font-family: "Noto Serif JP", serif;
	letter-spacing:1px;
}
#interview h3.title{
	text-align:center;
	font-size:45px;
	font-family: "Cormorant Garamond", serif;
	margin-bottom:60px;
	letter-spacing:2px;
}
#movie{
	width:66%;
	box-sizing:border-box;
	background:#87a5d7;
	text-align:center;
	margin:0 auto 100px;
	padding:30px 50px;
}
#movie img{
	width:100%;
	height:auto;
}
#interview ul{
	width:66%;
	margin:auto;
	display:flex;
	gap:4%;
	margin-bottom:50px;
}
#interview ul li p.img{
	margin-bottom:20px;
	overflow:hidden;
}
#interview ul li p.img img{
	width:100%;
	height:auto;
}
#interview ul li p.img img:hover{
  transform:scale(1.1,1.1);
}
#interview ul li h3{
	font-family: "Noto Serif JP", serif;
	font-size:14px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:10px;
	width:100px;
	text-align:center;
	padding:5px 0;
	letter-spacing:5px;
}
#interview ul li h4{
	font-family: "Noto Serif JP", serif;
	font-size:20px;
}
#interview ul li a{
	text-decoration:none;
	color:#000;
}
/*------------------------------*/
/* training */
/*------------------------------*/
#training{
	margin-top:20px;
	background:#87a5d7;
	width:96%;
	margin:auto;
	box-sizing:border-box;
	padding-bottom:100px;
	margin-bottom:100px;
	padding:60px 0;
}
#training .title{
	font-family: "Cormorant Garamond", serif;
	font-size:117px;
	font-weight:normal;
    position:absolute;
	left:-2%;
	width:130px;
	margin-top: -50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#training dl{
	margin-top:-95px;
	overflow:hidden;
	width:94%;
	margin:auto;
}
#training dl dt{
	width:46%;
	height:455px;
	background:url(../images/top/photo03.webp) no-repeat left top;
	background-size:contain;
	float:right;
}
#training dl dd{
	width:40%;
	float:left;
	margin-left:8%;
}
#training dl dd h3 span{
	margin-bottom:4px;
	letter-spacing:3px;
	font-size:32px;
	font-weight:normal;
	font-family: "Noto Serif JP", serif;
	background:#FFF;
	height:53px;
	line-height:53px;
	margin-bottom:4px;
	display:inline-block;
	padding:0 10px;
}
#training dl dd p{
	font-size:14px;
	margin-top:25px;
	margin-bottom:25px;
}
#training dl dd button{
	display:block;
	border:0;
	background:none;
	width:300px;
}
#training dl dd button a{
	display:block;
	height:50px;
	line-height:50px;
	background:#333;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	font-family: "Noto Serif JP", serif;
	transition: .3s;
}
#training dl dd button a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/*------------------------------*/
/* entry */
/*------------------------------*/
#entry{
	background:url(../images/common/bg.webp) repeat-x left 65px;
	text-align:center;
	padding-bottom:60px;
}
#entry dl{
	width:66%;
	margin:auto;
	margin-bottom:70px;
	display:flex;
}
#entry dl dt,
#entry dl dd{
	width:50%;
}
#entry dl dt a,
#entry dl dd a{
	display:block;
	height:140px;
	line-height:140px;
	text-align:center;
	font-size:28px;
	color:#FFF;
	text-decoration:none;
	font-family: "Noto Serif JP", serif;
	transition: all 0.3s;
}
#entry dl dt a:hover,
#entry dl dd a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#entry dl dt a{
	background:#87a5d7;
}
#entry dl dd a{
	background:#91c7ee;
}
#entry dl dt::after{
	content: '';
	display:block;
	position:relative;
  	top:-180px;
  	left:100%;
  	width:1px;
  	height:40px;
	background:#91c7ee;
}
#entry dl dd::after{
	content: '';
	display:block;
	position:relative;
  	top:-140px;
  	left:0;
  	width:1px;
  	height:40px;
	background:#FFF;
}
#entry p{
	font-size:18px;
	font-family: "Noto Serif JP", serif;
	line-height:2em;
}
/*------------------------------*/
/* foot */
/*------------------------------*/
#foot{
	background:#282828;
	padding:60px 0;
}
#foot ul{
	width:72%;
	margin:0 auto 60px;
	padding-bottom:20px;
	border-bottom:2px solid #5f5f5f;
	display:flex;
	gap:60px;
	box-sizing:border-box;
	padding-left:25px;

}
#foot li a::before{
	content: '';
	display:block;
	position:relative;
  	top:15px;
  	left:-25px;
  	width:15px;
  	height:2px;
	background:#FFF;
}
#foot li a{
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	padding-bottom:10px;
	transition: .3s;
	position: relative;
	padding-left:25px;
}
#foot li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #CCC;
	transition: .3s;
}
#foot li a:hover::after {
	width: 100%;
}
#foot dl{
	width:70%;
	margin:auto;
	display:flex;
}
#foot dl dt{
	width:40%;
}
#foot dl dt a{
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	padding-right:25px;
	padding-bottom:10px;
	transition: .3s;
	position: relative;
	display:inline-block;
}
#foot dl dt a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #CCC;
	transition: .3s;
}
#foot dl dt a:hover::after {
	width: 100%;
}
#foot dl dt a::before {
    content: '';
    display: inline-block;
    position: relative;
    float: right;
    top: 6px;
    right: -10px;
    width: 16px;
    height: 15px;
    background: url(../images/common/link.png) no-repeat right top;
    background-size: 16px auto;
}
#foot dl dd{
	width:60%;
	font-size:16px;
	color:#FFF;
	text-align:right;
}
#pageTop {
	bottom: 0;
	right: 0;
	display: block;
	position: fixed
}
#pageTop a {
	width: 100px;
	height: 100px;
	display: block;
	color: #fff;
	background: #ff7937;
	background: rgba(180,218,241,0.2);
	position: relative;
	overflow: hidden;
	z-index: 999
}
#pageTop a:hover {
	background: rgba(180,218,241,0.4)
}
#pageTop a:hover:after {
	margin-top: -8px
}
#pageTop a:after {
	content: '';
	width: 14px;
	height: 14px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -8px;
	transform: rotate(-45deg);
	transition: all 0.4s ease
}
.effect-fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 500ms
}
.effect-fadein.effect-scroll {
	opacity: 1;
	transform: translate(0, 0)
}