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

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #474747;
	font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif , serif;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	height: auto;
}
li{
	list-style: none;
}
.text-center{
	text-align: center;
}

html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

a{
	text-decoration: none;
}

/*---------------
  header
---------------*/
.header{
	background-color: white;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.site-title-pc{
	max-width: 380px;
	margin: 0;
	margin-left: 40px;
	padding: 10px 0;
	display: block;
}
.site-title-sp{
	display: none;
}
.pc-navi-ul{
	display: flex;
	justify-content: flex-end;
}
.pc-navi-li{
	padding: 0 20px;
	color: #474747;
	text-align: center;
}
.navi-title{
	display: block;
	font-size: 1.4rem;
	line-height: 1.75;
	color: #474747;
	font-weight: bold;
 }


#nav-drawer{
	display: none;
}


/*---------------
  スマホのみの改行
---------------*/
.br-sp{
	display: none;
}

/*---------------
 recruit
---------------*/
.recruit-banner-pc img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.recruit-banner-sp img{
	display: none;
}

.wrapper{
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

.recruit-title{
	padding: 180px 0 10px 0px;
	font-size: 2.2rem;
	margin: 0;
}
.blue-line{
	border-bottom: 4px solid #005fad;
	width: 135px;
	margin: 0;
}
.recruit-message{
	padding-top: 40px;
	text-align: center;
	line-height: 1.9;
}


/*---------------
  fadein
---------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


/*---------------
 senpai
---------------*/
.senpai{
	padding: 180px 0 10px 0px;
	font-size: 2rem;
	margin: 0;
}
.senpai-wrap{
	padding-top: 40px;
}
.senpai-box{
	padding-top: 30px;
	width: 800px;
	margin: 0 auto;
	font-size: 1.4rem;
	background-color: #FFFEF2;
}
.senpai-wrap1{
	display: flex;
	clear: both;
	padding-left: 30px;
}
.senpai-wrap2{
	padding-left: 20px;
}
.senpai-wrap3{
	padding-left: 30px;
	max-width: 740px;
}
.photo-ono{
	width: 300px;
	height: 276px;
}
.photo-bandou{
	width: 300px;
	height: 276px;
}
.senpai-name{
	font-size: 1.6rem;
	padding-bottom: 4px;
	font-weight: bold;
}
.senpai-q{
	padding-bottom: 4px;
	font-weight: bold;
}
.senpai-a1{
	max-width: 420px;
	padding-top: 10px;
	word-wrap: normal;
}
.senpai-a2{
	width: 740px;
	padding-top: 10px;
	word-wrap: normal;
	    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.senpai-a22{
	width: 740px;
	padding-top: 10px;
	padding-bottom: 30px;
	word-wrap: normal;
	    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.b-line{
	border-bottom: 0.1px solid #ccc;
	width: 420px;
	margin: 0;
}
.b-line-a2{
	border-bottom: 0.1px solid #ccc;
	width: 740px;
	margin: 0;
}


/*---------------
 boshuu
---------------*/
.boshuu-title{
	padding: 180px 0 10px 0px;
	font-size: 2.2rem;
	margin: 0;
}

.boshuu-wrap{
	width: 800px;
	font-size: 1.4rem;
}

.boshuu-list{
	width: 800px;
	list-style: none;
	overflow: auto;
	margin: 0;
	padding-top: 40px;
}
.boshuu-list dt{
	float: left;
	width: 180px;
	padding: 4px 0;
	clear: both;
}
.boshuu-list dd{
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 210px;
	margin: 0;
}


/*---------------
  entry
---------------*/
.entryform-wrap{
	padding: 180px 0;
}
.entry-base{
    width: 900px;
    height: 1052px;
    margin: 0 auto;
    background-color: #dbefff;
}
.entry-title{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 2.2rem;
	margin: 0;
}
.blue-line-entry{
	border-bottom: 4px solid #005fad;
	width: 760px;
	margin: 0 auto;
}
.entry-text{
	text-align: center;
	padding-top: 40px;
}
.entry-wrap{
	width: 740px;
	height: 746px;
	margin: 0 auto;
	padding: 0;
}
.hissu{
	padding-top: 40px;
	font-size: 1.2rem;
}
.redstar{
	color: red;
}
.entry-set{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-1l{
	position: relative;
	width: 550px;
	margin: 20px 3%;
}
.form-1l input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 2px 0 #707070 inset;
	border-radius: 4px;
	background-color: white; 
}
.form-1l-fm input[type='text']:focus {
	outline: none;
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

.form-naiyou{
	position: relative;
	width: 550px;
	margin: 20px 3%;
}
.form-naiyou input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 240px;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 2px 0 #707070 inset;
	border-radius: 4px;
	background-color: white;
}
.form-naiyou-fm input[type='text']:focus {
	outline: none;
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.kakunin-btn-wrap{
	margin: 0;
	padding: 0;
}
.kakunin-btn{
	width: 260px;
	height: 60px;
	margin: 0 auto;
	background-color: #005fad;
}
.naiyoukakunin{
	text-align: center;
	color: #ffffff;
	line-height: 60px;
}


/*---------------
  footer
---------------*/
.footer{
	background: #005fad;
}
.footer-inner{
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-lg{
	max-width: 360px;
	margin: 0;
	margin-left: 40px;
	padding-top: 10px;
	display: block;
}
.footer-lg-sp{
	display: none;
}
.pc-ftnavi-ul{
	display: flex;
	justify-content: flex-end;
}
.pc-ftnavi-li{
	padding: 0 20px;
	color: #ffffff;
	text-align: center;
}
.ftnavi-title{
	display: block;
	font-size: 1.4rem;
	line-height: 1.75;
	color: #ffffff;
	font-weight: bold;
}
.pc-ftnavi-li a{
	text-decoration: none;
}
.copyright{
	color: #ffffff;
	padding: 40px 0 40px 0;
	text-align: center;
	font-size: small;
}



@media screen and (max-width:767px){
/*---------------
  共通部分
---------------*/
body{
	text-align: center;
}
	
	
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	background: #4075a1;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
	
	
/*---------------
  header
---------------*/
.header{
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 20px;
	justify-content: space-between;
	position: relative;
}
.site-title-pc{
	display: none;
}
.site-title-sp{
	display: inline;
	height: auto;
	padding: 0;
	padding-bottom: 5px;
	max-width: 260px;
	margin: 0;
}
.pc-navi-ul{
	display: none;
}
.pc-navi-li{
	display: none;
}
.navi-title{
	display: none;
}

	
	
	
	
/*---------------
  ハンバーガーボタン
---------------*/
#nav-drawer {
	display: block;
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 280px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.nav-wrap{
	padding-top: 20px;
}
.nav-title{
	font-size: 1.4rem;
}
.nav-b-line{
	border-bottom: 0.1px solid #ccc;
	max-width: 100%;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
	
	
	
/*---------------
  スマホのみの改行
---------------*/
.br-sp{
	display: block;
}
	
/*---------------
 recruit
---------------*/
	
.recruit-banner-pc img{
	display: none;
}
.recruit-banner-sp img{
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.wrapper{
	max-width: 92%;
	margin: 0 auto;
	padding: 0;
}

.recruit-title{
	padding: 100px 0 10px 15px;
	font-size: 1.8rem;
	margin: 0;
	text-align: left;
}
.blue-line{
	border-bottom: 4px solid #005fad;
	width: 100%;
	margin: 0;
}
.recruit-message{
	padding-top: 20px;
	padding-left: 15px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.8;
}

	
/*---------------
 senpai
---------------*/
.senpai{
	padding: 100px 0 10px 15px;
	font-size: 1.8rem;
	margin: 0;
	text-align: left;
}
.senpai-wrap{
	padding-top: 40px;
}
.senpai-box{
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: left;
	background-color: #FFFEF2;
}
.senpai-wrap1{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.senpai-wrap2{
	padding: 0 20px;
}
.senpai-wrap3{
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
}
.photo-ono{
	width: 300px;
	height: 276px;
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 20px;
}
.photo-bandou{
	width: 300px;
	height: 276px;
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 20px;
}
.senpai-name{
	font-size: 1.6rem;
	padding-bottom: 4px;
	font-weight: bold;
}
.senpai-q{
	padding-bottom: 4px;
	font-weight: bold;
}
.senpai-a1{
	max-width: 100%;
	padding-top: 10px;
	word-wrap: normal;
}
.senpai-a2{
	width: 100%;
	padding-top: 10px;
	word-wrap: normal;
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.senpai-a22{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	word-wrap: normal;
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.b-line{
	border-bottom: 0.1px solid #ccc;
	width: 100%;
	margin: 0;
}
.b-line-a2{
	border-bottom: 0.1px solid #ccc;
	width: 100%;
	margin: 0;
}


/*---------------
 boshuu
---------------*/
.boshuu-title{
	padding: 100px 0 10px 15px;
	font-size: 1.8rem;
	margin: 0;
	text-align: left;
}

.boshuu-wrap{
	width: 100%;
	font-size: 1.4rem;
	text-align: left;
}

.boshuu-list{
	width: 100%;
	list-style: none;
	overflow: auto;
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
}
.boshuu-list dt{
	float: none;
	width: 100px;
	padding: 4px 0;
	clear: none;
	font-weight: bold;
}
.boshuu-list dd{
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}


/*---------------
  entry
---------------*/
.entryform-wrap{
	padding: 120px 0;
}
.entry-base{
    width: 92%;
    height: 1200px;
    margin: 0 auto;
    background-color: #dbefff;
}
.entry-title{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 1.8rem;
	margin: 0;
}
.blue-line-entry{
	border-bottom: 4px solid #005fad;
	max-width: 100%;
	margin: 0 auto;
}
.entry-text{
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 1.4rem;
}
/*.entry-wrap{
	max-width: 95%;
	height: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 1.4rem;
}*/
.hissu{
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 1.2rem;
}
.entry-koumoku{
	padding-left: 10px;
}
.entry-set{
	display: block;
	justify-content: space-between;
	align-items: center;
}

.form-1l{
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
.form-1l input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 2px 0 #707070 inset;
	border-radius: 4px;
	background-color: white; 
	font-size: 1.4rem;
}
.form-1l-fm input[type='text']:focus {
	outline: none;
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

.form-naiyou{
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
.form-naiyou input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 240px;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 2px 0 #707070 inset;
	border-radius: 4px;
	background-color: white; 
}
.form-naiyou-fm input[type='text']:focus {
	outline: none;
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.kakunin-btn-wrap{
	margin: 0;
	padding-top: 28px;
}
.kakunin-btn{
	width: 200px;
	height: 40px;
	margin: 0 auto;
	background-color: #005fad;
}
.naiyoukakunin{
	text-align: center;
	color: #ffffff;
	line-height: 40px;
}


	
/*---------------
  footer
---------------*/
.footer{
	width: 100%;
}
.footer-inner{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.footer-lg{
	display: none;
}
.footer-lg-sp{
	display: block;
	max-width: 260px;
	padding-top: 15px;
	padding-left: 20px;
}
		
.pc-ftnavi-ul{
	display: none;
}
.pc-ftnavi-li{
	display: none;
}
.ftnavi-title{
	display: none;
}
.copyright{
	padding: 20px 0 15px 0;
}
	
	
}
