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

:root{
	--main:rgb(0,88,167);/*メインカラー*/
	--main10:rgba(0,88,167,.1);/*メインカラーの10%*/
	--txt:#222;/*デフォルトテキストカラー*/
	--min:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",serif;/*明朝体*/
	--sans:'Noto Sans JP', sans-serif;/*ゴシック体*/
}

@font-face {
font-family: 'Zapfino';
font-style: normal;
font-weight: normal;
src: local('Zapfino'), url('Zapfino.woff') format('woff');
}

html{font-size: 87.5%;
	padding: 0;
	margin: 0;}

body{font-size:1em;
	color:var(--txt);
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
	border-top:15px solid #223a70;
	border-bottom:15px solid #223a70;
	counter-reset: number;
	position: relative;
}

section,.content{
	width:900px;
	padding: 0 50px;
	margin: 0 auto;
}

a{transition-duration: .3s;}

a{color: #223a70;}
a:hover{filter: brightness(130%)hue-rotate(-5deg);}

.sp{display: none;}

/*  common-------------------------------------*/
.yoyaku a{
	display: block;
	border: 2px solid  #223a70;
	background: #223a70;
	color: #fff;
	font-size: 1.07em;
	letter-spacing: 0.12em;
	padding: 20px;
	margin-top: 30px;
}
.yoyaku a:hover{
	display: block;
	background: #fff;
	border: 2px solid  #223a70;
	color: #223a70;
	font-size: 1.07em;
	letter-spacing: 0.12em;
	padding: 20px;
	margin-top: 30px;
}

h2{
	text-align: center;
	font-size: 2.42em;
	letter-spacing: 0.18em;
	font-family: var(--min);
	font-weight: normal;
	color: #223a70;
	margin-bottom: 40px;
	line-height: 2.1;
	position: relative;
}
h2 span{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	font-family: var(--sans);
	margin-top: 10px;}

h2::after{
	position: absolute;
	content:"";
	border-bottom: 1px solid #223a70;
	width: 29px;
	height: 1px;
	top:34px;
	left: 0;
	bottom: 0;
	right:0;
	margin: 0 auto;
}


/*  header-------------------------------------*/

header{
	position: relative;
	height: 640px;
	margin-bottom: 60px;
}

header .logo_area{
	position: absolute;
	top: 80px;
	left: 20%;
	transform: translateX(-50%);
}
header .logo img{max-width: 450px;}


header h1.logo{
	position: absolute;
	top:10%;
	right: 5%;
	font-size: 40px;
	font-weight: 400;
	color:#223a70;
	line-height: 52px;
	text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff;
	text-align: center;
}

header .logo_area img{
	 width:270px;
}



.txt_003{
	font-size:18px;
}



.txt_002{
	font-size:12px;
}

header .photo{
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
}
header .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .photo:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,rgba(255,255,255,1) 40%,rgba(255,255,255,0)60%);
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	z-index: 1;
}

header .photo_sp{
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
}
header .photo_sp img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .photo_sp:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,rgba(255,255,255,1) 40%,rgba(255,255,255,0)60%);
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	z-index: 1;
}
header .photo_sp{
    display: none;
}

header .info_area{
	width: 280px;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 20%;
	transform: translate(-50%,-50%);}

header .info_area .date,
header .info_area .open{
	font-family: var(--min);
	color: #223a70;
	border-bottom: 1px solid;
	/*text-align-last: justify;*/
	color: #1494ce;
	background: -webkit-linear-gradient(-45deg, #40bcf4, #40bcf4, #29a7e0, #223a70, #1494ce, #223a70, #223a70, #0d82b7, #1494ce, #223a70, #29a7e0, #EDAC06);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:8px 0px;
	line-height: 100%;
}

header .info_area .date .txt_001{
	display: block;
}

header .info_area .date{font-size: 3em;}
header .info_area .open{font-size: 2em;}
header .info_area .open b{
	font-weight: normal;
	letter-spacing: 0.12em;}


header .near{
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.2em;
color:#223a70;}

header .near1{
	margin-top: 20px;
	text-align: center;
	font-size: 21px;
	color: #223a70;
	letter-spacing: 2.8px;}

header .tel{
	font-family: var(--min);
	font-size: 2.3em;
	letter-spacing: 0.09em;
	margin: 30px 0 10px;}

header .tel a{
	color: var(--txt);
	text-align-last: justify;}

/*  message-------------------------------------*/
.post,
.name,
.read{color: #223a70;}
.post{
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.12em;
	color: #223a70;
	background: #fff;
	padding: 10px;
	border: 1px solid;
	margin-bottom: 20px;}

.message{margin-bottom: 80px;}
.message2{margin-bottom: 70px;}
.message_in{
	display: flex;
	justify-content: space-between;}

.message .txt_area{flex-grow:1;}

.message .post{display: inline-block;}

.name{
	font-size: 1.5em;
	letter-spacing: 0.2em;
	margin-bottom: 25px;}

.message .read{
	letter-spacing: 0.2em;
	line-height: 1.85;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	margin-top: 30px;
	width: 100%;
}

.message .letter{
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.9;}

.message .img_area{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 300px;
	margin-left: 40px;}

.message .img_area img{
	width:100%;
	object-fit: cover;}

/*  staff-------------------------------------*/
.staff{
	background: #f7f7f7;
	padding: 60px 0;}

.staff_in{
	display: flex;
	justify-content: space-between;
}
.staff_box{margin: 0 20px;}
.staff_box:first-child{margin-left: 0;}
.staff_box:last-child{margin-right: 0;}

.staff_box img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 25px;}

/*  policy-------------------------------------*/
.policy{padding: 60px 50px 0px;}
.policy_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.policy_box{
	flex-basis:calc(100%/3 - 80px/3);
	margin-bottom: 30px;
}
.policy_box img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	margin-bottom: 15px;
}

.policy_box h3{
	background: #223a70;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	padding: 20px;
	margin-bottom: 10px;
}
.policy_box p{
	font-size: 0.92em;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
}

/*  menu-------------------------------------*/
.menu{
	background:#223a70;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
.menu:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: repeating-linear-gradient(-45deg,rgba(255,255,255,.07) 0px,rgba(255,255,255,.07) 5px,rgba(255,255,255,0)5px,rgba(255,255,255,0)10px);
	z-index: -1;
}

.menu h2{color: #fff;}
.menu h1{color: #fff;}

.menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu ul li{
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 140px;
	height: 140px;
	background: #223a70;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.08em;
	white-space: nowrap;
	border: 1px solid #fff;
	margin-bottom: 30px;}

.menu ul li img{
	height: 51px;
	margin-bottom: 10px;}

footer .info_area{padding: 60px 50px 55px;}

footer .info_in{
	display: flex;
	justify-content: space-between;
}
footer .right,
footer .left{
	display: inline-block;
	vertical-align: top;}



footer .logo{
text-align: center;
font-size:3em;
margin-bottom: 60px;
color:#223a70;
}

footer .logo img{width: 400px;
}

footer .info_area .add,
footer .info_area .near{
	font-weight: 300;
	font-size: 1.28em;
	letter-spacing: 0.16em;
	line-height: 1.6;}

footer .info_area .add{
	color: #223a70;
	margin-bottom: 1em;
font-size:1.28em;
font-weight: 500;}

footer .info_area .tel{
	line-height: 1;
	font-size: 3.4em;
	text-align: center;
	font-family: var(--min);
	letter-spacing: 0.09em;
	margin-bottom: 20px;}

footer .info_area .tel a:before{
	font-size: 0.9em;
	margin-right: 5px;}

footer .hour th,footer .hour td{
	font-weight: 300;
	padding: 15px 15px;
	text-align: center;}

footer .hour tr:first-child th{
	background: #223a70;
	color: #fff;
	letter-spacing: 0.2em;
}
footer .hour tr:not(:first-child) th{letter-spacing: 0.04em;}

footer .hour tr:first-child td{
	background: var(--main10);
	border-left: 1px solid #fff;}
footer .hour tr:not(:first-child) td{border-left: 1px solid var(--main10);}

footer .recruit{
	background: var(--main10);
	text-align: center;
	color: #223a70;
	padding: 45px 0 40px;
}
footer .recruit h3{
	font-size: 1.85em;
	letter-spacing: 0.16em;
	font-weight: normal;
	margin-bottom: 20px;
}

footer .recruit h3 + p{
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.btn a{
	display: inline-block;
	background: #fff;
	border: 1px solid #223a70;
	border-radius: 4px;
	padding: 18px 30px;
	letter-spacing: 0.16em;
}
.btn svg{
	width:45px;
	height: 10px;
	margin-left: 10px;
}
.btn svg .st0{
	fill:none;
	stroke:#223a70;
}

.copy{
	text-align: center;
	font-size: 0.84em;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 12px 0;}

.pagetop{
	position: fixed;
	bottom:9vw;
	right: 4%;
	z-index: 99;
}
.pagetop svg{
	width: 40px;
	height: 24px;
}
.pagetop svg .st1{
	fill:none;
	stroke:#223a70;
	stroke-width:2px;
}

.pagetop a{
	display: block;
	background: #fff;
	border: 1px solid;
	padding: 15px 10px;
}

/*  Clearfix-------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*3/26ここから*/
@media screen and (min-width:600px){
footer .inner{
	position: relative;
	width: 1100px;
}


footer .sns {
    position: absolute;
    right: 300px;
    top: 40px;
}

}

footer .sns ul li {
    display: inline;
    margin-right: 10px;
}
/*3/26ここまで*/

.left_box{
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 470px;
	margin-top: 35px;
}

.right_box{
	float: right;
	box-sizing: border-box;
	width: 300px;
	margin-top: 35px;
	position: relative;
}

.clear{
	clear: both;
}

.left_box2{
	float: left;
	box-sizing: border-box;
	width: 300px;
    margin-top: 35px;
position: relative;}

.right_box2{
	position: relative;
	float: right;
	box-sizing: border-box;
	width: 470px;
	margin-top: 35px;
}

.txt_01{
	font-size:2.2em;
	padding:0px 5px 0px 0px;
	color: #223a70;
}

.box_001{
	float: left;
	width: 30%;
	margin-right: 30px;
	box-sizing: border-box;
}
.box_006{
	float: left;
	width: 66%;
}


.flow{
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.box_002{
	float: left;
	border: 1px solid #223a70;
	font-weight: 300;
	padding: 10px;
	margin-right: 10px;
}

#feature figure{
position: relative;
overflow: hidden;
}


h3{
	border-left: solid 1px #223a70;
	color: #223a70;
	font-weight: 300;
	margin-bottom: 10px;
	background: #223a70;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    padding: 15px;
	text-align: center;
}

.transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.box_003{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right:10px;
}

.box_003 img{
	margin-bottom: 10px;
}

.box_004 img{
	margin-bottom: 10px;
}
	
.box_004{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left:10px;
}

#feature{
	padding-top: 50px;
	background:#F1F1F1;
	background-image: url("../img/back.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 1030px;
	margin-bottom: 0px;
}

.txt_02{
	position: absolute;
	width:50px;
	height: 50px;
	content: "";
	background: #223a70;
	top:-15px;
	left:-15px;
	color: #fff;
	z-index: 100;
}

.txt_02:after{
position: absolute;
	font-family:'Zapfino';
    content: "";
    top: 18px;
    left: 5px;
    font-size: 16px;
    color: #fff;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
}


.txt_03{
	position: absolute;
	top:0px;
	left:0px;
}

.txt_04{
	color:#223a70;
    font-size: 18px;
    margin-bottom:13px;
	line-height: 1.6;
}

.txt_05{
	color:#223a70;
    font-size: 18px;
    margin-bottom:13px;
	border-left: 2px solid #223a70;
	padding-left: 10px;
	line-height: 1.6;
}

.hukidashi_area{
	position: absolute;
	top: 26%;
    right: 10%;
}

.hukidashi {
  position: relative;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 13px 10px;
  width: 405px;
  height: 65px;
  text-align: left;
  color: #223a70;
  font-size: 20px;
  font-weight: bold;
  background:#fff;
  box-sizing: border-box;
	display: table;
	border: 1px solid #223a70;}

.hukidashi p{
	display: table-cell;
  vertical-align: middle;
	font-size:22px;
}

.txt_004{
	font-size:20px;
	letter-spacing: 0px;
	border-bottom: 1px solid;
}
.txt_005{
	font-size:12px;
	letter-spacing: 0px;
}

.txt_006{
	font-size:15px;
	letter-spacing: 0px;
}

.message2 .letter{
	position:relative;
	text-align: center;
}

.message2 .letter:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #223a70;
	background: #223a70;
	top:-3px;
	left: 150px;
}
.message2 .letter:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #223a70;
	top:7px;
	left: 159px;
}

.box_004 {
    float: right;
    width: 49%;
}

.map2{
	position: absolute;
	bottom: -5px;
	right: 10%;
}

h2.menu{
	position: relative;
}

h2.menu::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #fff;
    width: 29px;
    height: 1px;
    top: 34px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.txt_big{
	font-size:28px;
	text-align: center;
}
.text-focus-in{
	position: absolute;
    bottom: 16.3%;
    right: 10%;
    font-size: 45px;
    font-weight: 400;
    color: orange;
    line-height: 52px;
    text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff;
    text-align: center;
}


.text-focus-in {
    -webkit-animation: text-focus-in 1.5s cubic-bezier(0.150, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 1.5s cubic-bezier(0.150, 0.085, 0.680, 0.530) both;
}


.sen{
    text-align: center;
    	font-weight: 300;
	font-size: 1.28em;
	letter-spacing: 0.16em;
	line-height: 1.6;
    color: #223a70;
	margin-bottom: 1em;
font-size:1.28em;
font-weight: 500;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

header .logo_area img{
	width: 100px;
}
header .near2{
	font-size:20px;
	padding-bottom: 3px;
}

p.kyusin{
	font-weight: 300;
	line-height: 1.6;
	margin-top: 5px;
}

#subpage .content{
	margin-bottom: 6em;
	font-size: 1em;
    color: var(--txt);
    font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.9;
}

#subpage .content div.first{
	margin-top: 30px;
}

#subpage .content div{
	padding-top: 50px;
}

#subpage .content p{
	margin-bottom: 15px;
}

#subpage .content h3{
	margin-top: 40px;
	padding: 5px;
	font-size: 20px;
    font-weight: 100;
}

#subpage img.img_left{
	float: left;
}

#subpage .content table{
	width: 100%;
	box-sizing: border-box!important;
}

#subpage .content table th,
#subpage .content table td{
	padding: 10px;
	box-sizing: border-box!important;
    font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 300!important;
    letter-spacing: 0.1em;
    line-height: 1.9;
	border: 1px solid #CCC;
}

#subpage .content table th{
	width: 30%;
	background: #999;
	color: #FFF;
	vertical-align: middle;
}

#subpage .content table td{
	padding: 10px 20px;
}

#subpage .box_2{
	width: 45%;
	float: left;
	border: 2px solid #ffbf00;
	margin-right: 25px;
	padding: 15px!important;
	text-align: center;
	box-shadow: 0px 2px 2px #666;
	display: block;
}
#subpage .box2{
	width: 48%;
	float: left;
	border: 2px solid #ffbf00;
	margin-right: 0px;
	padding: 15px!important;
	text-align: center;
	box-shadow: 0px 2px 2px #666;
	display: block;
}

#subpage .box2 a{
	display: block;
}
	
#subpage .box2 a:hover{
	box-shadow: 0px 0px 2px #666;
}

#subpage .box2 p{
	margin-bottom: 0;
}

#form,
#form textarea{
	width: 100%;
	box-sizing: border-box;
}




/*  ボタン-------------------------------------*/
#subpage .btn01 a{
	width: 200px;
	border: 2px solid #CCC;
	margin: 50px 0;
	padding: 10px;
	display: block;
	box-sizing: border-box;
		text-align: center;
}
#subpage .btn01 a:hover{
	border: 2px solid #ffbf00;
	background: #CCC!important;
	color: #333;
}

.message2 .btn02 a{
	width: 40%;
	display: block;
	text-align: center;
	border: 2px solid #CCC;
	margin: 10px auto 50px auto;
	padding: 10px;
	box-sizing: border-box;
}
.message2 .btn02 a:hover{
	border: 2px solid #ffbf00;
	background: #CCC!important;
	color: #333;
}
