@charset "UTF-8";
/* CSS Document */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}


body{
	font-family: 'Noto Sans JP',  'Noto Serif JP', 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Osaka',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-size:94%;
	color:#323232;
	line-height:1.8em;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	margin:0px auto;
	 margin-left: auto;
   margin-right: auto;
}
li{
	list-style-type:none;	
}
a{
	text-decoration:none;
	color:#231815;
}
a:hover{
	text-decoration:none;
	cursor: pointer;
}
a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
}
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
.clear{
	clear:both;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
/*PC*/
.header{
	width:96%;
	overflow:hidden;
z-index: 2;
background: #21124e;
	position:relative;
	z-index:150;
	padding:1% 2%;
}
#header-sp{
	display:none;
}
.headerL{
	float:left;
	width:45%;
	color:#fff;
}
.headerL br{
	display:none;
}
h1{
	font-weight:300;
	font-size:105%;
}
.headerR{
	float:right;
	width:42%;
}

.headerMenu{
	clear:both;
	float:right;
	width:100%;
	display:block;
	margin: 0;
}
.headerMenu ul{
 display: block;
  width:100%;
}
.headerMenu ul li{
	float:left;
	width:33.333%;
	text-align:center;
}
.headerMenu ul li:nth-child(3){
	float:right;
}
.headerMenu ul li a{
	color:#fff;
	font-weight: 500;
	font-size:100%;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.headerMenu ul li a:hover{
	color:#eef24e;
}
.headerMenu ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #eef24e;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.headerMenu ul li a:hover::after {
   bottom: -1px;
  opacity: 1;
  visibility: visible;
}


.MainImg{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:10px 0 20px 0;
	background:#f5f2ec;
}
.MainImg img{
	max-width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}
.nayamiUp{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.nayamiOne{
	float:left;
	width:25%;
}
h2{
    width:100%;
	background: url("../images/h2-red.png") no-repeat left top;
	background-size: contain;
	 position: relative;
	color:#fff;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:700;
	font-size:450%;
	height: 500px;
	color:#fff;
	line-height:130%;
}
h2 span{
	width:50%;
	margin: 0 auto;
	padding:60px 0 0 0;
	text-align:center;
	display:block;
}
.nayami{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding: 0 0 28% 0;
}
.nayami h2{
	
}
.nayamiSyojyo{
	position:absolute;
	top:30%;
	left:0;
	right:0;
	margin:auto;
	width:56%;
}
.nayamiGenin{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	margin: 70px 0;
}
.nayaGen{
	width:80%;
	margin:0 auto;
}
.nayamiGeninL{
	float:left;
	width:15%;
}
.nayamiGeninL img{
	max-width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}
.nayamiGeninR{
	float:right;
	width:80%;
}
h3{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:700;
	font-size:300%;
	color:#21124e;
	margin:0 0 25px 0;
	line-height:140%;
}
.nayaGenTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:150%;
	line-height:180%;
}
.dodai{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	background: url("../images/dodai-bg.jpg") no-repeat left top;
	background-size:cover;
	height:580px;
}
.dodaiNaka{
	width:70%;
	position:absolute;
	top:28%;
	left:0;
	right:0;
	margin:auto;
}
.dodaiTtl{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:700;
	font-size:460%;
	color:#21124e;
	margin:0 0 25px 0;
	line-height:160%;
	text-align:center;
}
.dodaiTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:220%;
	color:#21124e;
	line-height:150%;
	text-align:center;
}
.dodaiTxt2{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:220%;
	color:#21124e;
	line-height:150%;
	text-align:center;
	margin:0 0 60px 0;
}
.kotsubanKinou{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:70px 0;
}
.kotsuKino{
	width:80%;
	margin:0 auto;
}
.kotsuKinoL{
	float:left;
	width:15%;
}
.kotsuKinoL img{
	max-width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}
.kotsuKinoR{
	float:right;
	width:80%;
}
.kotsuKinoTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:170%;
	line-height:190%;
	color:#21124e;
}
.kotsuKinoTxt2{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:140%;
	line-height:180%;
	padding:30px 0 0 0;
}
.kotsubanType{
		clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:70px 0;
	background:#f5f2ec;
}
.kotsubanTypeNaka{
	width:1140px;
	margin:0 auto;
}
h4{
	background:#fff;
	padding:15px 0;
	text-align:center;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:190%;
	line-height:190%;
	color:#21124e;
	border:1px solid #21124e;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	margin-bottom:60px;
}
.osusume{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 100px 0;
	background: url("../images/osusume-bg2023.jpg") no-repeat left 50%;
	background-size:cover;
}
.covif{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 70px 0;
}
.bg-blue {
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size: contain;
	font-size: 380%;
	height:450px;
}
.bg-blue2{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size: contain;
	font-size: 400%;
	height:400px;
}
.bg-blue3{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size: cover;
	font-size: 400%;
	height:370px;
	padding:60px 0 0 0;
	margin:0 0 40px 0;
}
.voiTtl{
	height:320px;
}
.bg-aqua {
	background: url("../images/h2-aqua.png") no-repeat left top;
	background-size: contain;
	font-size: 380%;
	height:400px;
}
.bg-blue span {
	width:60%;
	padding:90px 0 0 0;
}
.bg-blue2 span{
	width:60%;
	padding:90px 0 0 0;
}
.bg-blu3 span{
	width:60%;
}
.bg-aqua span {
	width:70%;
	padding:60px 0 0 0;
}
.osusumeNaiyo{
	width:65%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
.osusumeNaiyoOne{
	width:100%;
	overflow:hidden;
	padding:15px 0 10px 0;
	border-bottom:1px dotted #21124e;
}
.osusumeNaiyoOne:last-child{
	/*background: url("../images/osusume-under-bg.png") no-repeat right 30px;
	background-size:contain;*/
	background:none;
	height:100px;
	border-bottom:none;
}
.osuNaiTtl{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:190%;
	line-height:190%;
	color:#21124e;
	background: url("../images/osusume-icon.png") no-repeat left 14px;
	background-size:30px 30px;
	padding:0 0 10px 35px;
}
.osuNaiTtl2021{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:190%;
	line-height:190%;
	color:#21124e;
	text-indent:-0.9em;
	padding:0 0 10px 40px;
}
.osuNaiTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:140%;
	line-height:180%;
}
.sejyutsu{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 70px 0;
}
.sejyutsuNaka{
	clear:both;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
}
.sejyutsuTtl{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:240%;
	line-height:200%;
	color:#21124e;
	margin:0 0 50px 0;
	text-align:center;
}
.sejyu600{
	width:600px;
	margin: 30px auto 0 auto;
}
.incyoName{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:170%;
	line-height:180%;
	color:#21124e;
	text-align: center;
	padding:20px 0 ;
}
.incyoName span{
	font-size:70%;
	padding-right:5%;
}
.incyoShikaku{
	text-indent:-0.9em;
	padding-left:15px;
	margin:0 0 5px 0;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-size:120%;
	line-height:170%;
}
.issen{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	background: url("../images/issen-bg.jpg") no-repeat left top;
	background-size:cover;
	height:500px;
}
.issenTtl{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:700;
	font-size:460%;
	color:#21124e;
	margin:25px 0 0 0;
	line-height:160%;
	text-align:center;
}
.issenTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:220%;
	color:#21124e;
	line-height:150%;
	text-align:center;
}
.sonoTtl{
	margin:20px 0 40px 0;
}
.sonoWhite{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:80px 0;
}
.sonoBeju{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:90px 0;
	background:#f4f1eb;
}
.sonoOne{
	width:80%;
	margin:0 auto;
}
.sonoOneL{
	float:left;
	width:15%;
}
.sonoOneL img{
	max-width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}
.sonoOneR{
	float:right;
	width:80%;
}
.sonoOneTxt{
	font-size:110%;
	color:#21124e;
}
.sonoOneTxt2{
	font-size:105%;
	padding-top:10px;
}
.covidIlla{
	width:50%;
	margin:0 auto;
	overflow:hidden;
}
.covidIlla img{
	max-width:100%;
	margin:0 auto;
	height:auto;
	display:block;
	padding:30px 0 100px 0;
}
.qaUp{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.qaOne{
	float:left;
	width:33.3333%;
}
.qa{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 70px 0;
}
.bg-qa{
	background: url("../images/h2-qa1.png") no-repeat left top;
	background-size: contain;
	font-size: 450%;
	height:500px;
}
.bg-qa span{
	width:60%;
	padding:90px 0 0 0;
}
.bg-qa span.subTtl{
	font-size:50%;
	padding:0;
}
.qaNaka{
    width: 76%;
    margin: 0 auto;
}
.qaNakaOne{
	clear:both;
	width:100%;
	overflow:hidden;
}
.ques{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:200%;
	color:#21124e;
	margin:0 0 10px 0;
	line-height:160%;
	background:url(../images/q-mark.png) no-repeat left top;
	background-size:40px 57px;
	padding:0 0 20px 50px;
}
.ans{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:150%;
	line-height:170%;
	padding:0 0 0 35px;
	background:url(../images/a-mark.png) no-repeat left 5px;
	background-size:30px 23px;
	color:#000;
	margin:0 0 50px 55px;
}
.ansL{
	float:left;
	width:78%;
}
.ansR{
	float:right;
	width:18%;
}
.ansR img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.tsuyomi{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 70px 0;
}
.menu{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 60px 0;
	background:#f6f3ed url("../images/menu-bg.jpg") no-repeat left top;
	background-size:contain;
}
.bg-mn span{
	width:60%;
	padding:80px 0 0 0;
}
.bg-mn span.subTtl{
	font-size:50%;
	padding:0;
}
.menuNaka{
	width:60%;
	margin:0 auto;
	overflow:hidden;
}
.menuNakaOne{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.menuTtl{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:280%;
	color:#21124e;
	margin:0 0 10px 0;
	line-height:160%;
	background:url("../images/osusume-icon.png") no-repeat left 14px;
	background-size: 40px 40px;
	padding:0 0 20px 50px;
}
.menuWh{
	clear:both;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease 0s;
	width:86%;
	margin:0 auto 70px auto;
	padding:5% 5% 3% 5%;
	overflow:hidden;
}
.menuWh table{
	width:100%;
	border-collapse: collapse;
}
.menuWh table tr{
	border-top: 1px dashed #21124e;
}
.menuWh table td{
	padding:2% 0;
}
.menuSubTtl{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:180%;
	color:#21124e;
	margin:0 0 10px 0;
	line-height:160%;
	padding:0;
}
.menuSubTtl .timeSmall{
	font-weight:400;
	font-size:64%;
	padding-left:1%;
}

.menuOsu{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:140%;
	margin:0 0 5px 0;
	line-height:160%;
}
.menuTtl2021{
	font-weight:500;
	font-size:115%;
	line-height:160%;
}
.menuTxt2021{
	font-weight:300;
	font-size:105%;
	line-height:160%;
		padding:0 0 10px 0;
}
.menuTTxt2-2021{
	padding:0 0 15px 0;
}
.menuOsuNaiyo{
	clear:both;
	padding:30px 0 20px 0;
font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:115%;
	line-height:160%;
}
.mb15{
	margin-bottom:15px;
}
.menuBgTtl{
	background: #21124e;
	padding:0.5% 1%;
	font-size:115%;
	color:#fff;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	margin:0 0 10px 0;
}
.menuPicL{
	float:left;
	width:60%;
}
.menuPicR{
	float:right;
	width:34%;
}
.menuPicR img{
	max-width:100%;
	height:auto;
	display:block;
		margin:0 auto;
}
.menuPicLTxt{
font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:115%;
	line-height:160%;
	float:left;
	width:50%;
	}
.pt10{
	clear:both;
		padding-top:10px;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight:500;
	font-size:115%;
	line-height:160%;
	}
.kakusyu{
	width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
}
.kakusyuOne{
	float:left;
	width:49%;
}
.kakusyuOne img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.kakusyuOne:nth-child(2n){
	float:right;
}
.kakusyuOne:nth-child(2n+1){
	clear:both;
}
.kakusyu2{
	width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
}
.kakusyu2One{
	float:left;
	width:32%;
	margin:0 2% 2% 0;
}
.kakusyu2One img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.kakusyu2One:nth-child(3n){
	float:right;
	margin:0 0 2% 0;
}
.kakusyu2One:nth-child(3n+1){
	clear:both;
}
.ko2Txt{
	padding-top:7px;
	text-align: center;
	font-size:90%;
}
.middleLogo{
	width:100%;
	overflow:hidden;
	padding:80px 0 ;
}
.middleLogoNaka{
	width:50%;
	margin:0 auto;
}
.middleLogoNaka img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.webYoyau{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 100px 0;
}
.webYoyakuMidashi{
	font-weight: 700;
	font-size: 240%;
	color:#21124e;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	padding:20px 0 0 0;
	line-height:170%;
}
.webYoyakuNaka{
	width:60%;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 70px 0;
}
.wyL{
    float: left;
    width: 25%;
}
.wyL img{
    max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.wyR{
    float: right;
    width: 70%;
    margin:30px 0 0 0;
}
.hokenUp{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
}
.hokenNaka{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hokenTxt{
	text-indent: -1em;
    padding-left: 15px;
    margin: 0 0 5px 0;
    color:#21124e;
    font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
    font-size: 160%;
    line-height: 180%;
}
.hokenSyosai{
	width:70%;
	margin:0 auto;
	padding:70px 0;
}
.hokenTtl{
	text-align:center;
}
.hokenTaisyo{
	width:80%;
		overflow:hidden;
	margin:0 auto 70px auto;
}
.hokenTaisyoOne{
	width:100%;
		overflow:hidden;
		border-bottom:2px solid #21124e;
		padding:40px 0 0 0 ;
}
.hokenTaisyoOneL{
	float:left;
	width:45%;
}
.hokenTaisyoOneL img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.hokenTaisyoOneR{
	float:right;
	width:45%;
	margin:60px 0 0 0;
}
.hokenRosai{
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
.hokenMidashi{
	clear:both;
	background:#e7831e;
	color:#fff;
    font-size: 150%;
    font-weight:500;
    line-height: 160%;
    padding:1% 1% 0.5% 1%;
    margin:0 0 15px 0;
     border-radius:10px;
   	-webkit-border-radius:10px;
   	 -moz-border-radius:10px;
}
.hbgG{
	background:#00998d;
}
.hbgB{
	background:#21124e;
}
.hokenNaiyoTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight: 500;
	font-size: 130%;
	margin: 0 0 5px 0;
	line-height: 160%;
	text-indent:-1em;
	padding:0 0 0 15px;
}
.hokenGreenTtl{
	color:#00998d;
	font-size: 140%;
	margin: 20px 0 5px 0;
	line-height: 160%;
}
.hokenRyokin{
	width:100%;
	overflow:hidden;
	padding: 5px 0 15px 0;
}
.hrMidashi{
	width:100%;
	position:relative;
		padding:0 0 5px 25px;
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight: 500;
	font-size: 120%;
}
.hrMidashi::before {
    display: block;
    content: '';
	position:absolute;
width: 10px;
height: 10px;
background: #21124e;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
left:0;
top: 11px;
margin: 0 0 0 10px;
}
.hrTxt{
	padding:0 0 0 26px;
}
.htKomeTxt{
	font-size:90%;
	font-weight: 300;
		text-indent:-1.0em;
		padding:0 0 0 15px;
	margin:0 0 0 26px;
}
.hokenRyokin table{
	width:100%;
	border-collapse:collapse;
}
.hokenRyokin table tr:nth-child(5) ,.hokenRyokin table tr:nth-child(6) ,.hokenRyokin table tr:nth-child(7){
	background:#f6f5fc;
}
.hokenRyokin table th{
	border:1px solid #615593;
	background-color:#e4defc;
	padding:1%;
	font-weight:normal;
	font-weight:300;
}
.hokenRyokin table th br{
	display:none;
}
.hokenRyokin table td{
	border:1px solid #999;
	padding:1%;
	text-align:center;
	font-weight:300;
}
.hokenRyokin table td:first-child {
	border-left:none;
}
.hokenRyokin table td:last-child {
	border-right:none;
}
.spTxt{
	display: none;
}
.hokenKoutsuuSp{
	display:none;
}
.hokenKoutsuu{
	width:100%;
	overflow:hidden;
	padding: 15px 0 ;
}
.hokenKoutsuu table{
	width:100%;
	border-collapse:collapse;
}
.hokenKoutsuu table tr:nth-child(3) ,.hokenKoutsuu table tr:nth-child(5) {
	background:#f5fcfb;
}
.hokenKoutsuu table th{
	border:1px solid #80c1bb;
	background-color:#b4efe9;
	padding:1%;
	font-weight:normal;
	font-weight:300;
}
.hokenKoutsuu table td{
	border:1px solid #999;
	padding:1%;
	text-align:center;
	font-weight:300;
}
.hokenKoutsuu table td:first-child {
	border-left:none;
}
.hokenKoutsuu table td:last-child {
	border-right:none;
}
.koutsuKomeTxt{
	text-indent:-0.9em;
	padding:5px 0 0 15px;
	font-weight:300;
}
.tenpo{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 70px 0;
	background: #edeae4;
}
.tenpoNaka{
	width:54%;
	margin:0 auto;
	overflow:hidden;
}
.tenpoL{
	float:left;
	width:35%;
}
.tenpoR{
	float:right;
	width:55%;
}
.tenpoL img , .tenpoR img{
	max-width:100%;
	margin:0 auto;
	display:block;
	height:auto;
}
.tenpoUnder{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:70px 0 0 0;
	display:flex;
	justify-content: space-between;
}
.tenpoUnderOne{
	width:45%;
}
.tenpoUnderOne h3{
	font-size: 140%;
	border-bottom:2px solid #21124e;
	margin: 0 auto 15px auto;
	padding:0 0 10px 0;
}
.tenpoSyosai{
	width:100%;
	margin:0 auto;
}
.tenUnTxt{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight: 500;
	font-size: 105%;
	margin: 0 0 15px 0;
	line-height: 200%;
}
.tenUnTxt a{
	cursor: default;
}
.tenUnTxt span a{
	text-decoration:underline;
	color:#21124e;
	cursor: pointer;
}
.tenUnTxt2{
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
	font-weight: 500;
	font-size: 120%;
	margin: 25px 0 5px 0;
	line-height: 180%;
}
.tenUnTxt2 br{
	display:block;
}
.tenUnTxt2 a{
	text-decoration:underline;
	color:#21124e;
	cursor: pointer;
}
.tenpoOnegai{
	clear:both;
	background:#21124e;
	color:#fff;
    font-size: 160%;
    font-weight:500;
    line-height: 160%;
    padding: 0.5% 1%;
margin: 50px 1% 15px 1%;
     border-radius:10px;
   	-webkit-border-radius:10px;
   	 -moz-border-radius:10px;
   	 text-align:center;
   	 font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
}

.voice{
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 70px 0;
}
.voiceNaka{
	width:70%;
	margin:50px auto 0 auto;
}
.voiceOne{
	width:43%;
	float:left;
	margin:1% 1% 3% 1%;
	padding:2%;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	background: #fff;
	overflow:hidden;
}
.voiceOne:nth-child(2n){
	float:right;
}
.voiceOne:nth-child(2n+1){
	clear:both;
}
.voiceOneL{
	float:left;
	width:36%;
}
.voiceOneL:hover{
	cursor: pointer;
}
.voiceOneL img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	border:1px solid #ccc;
}
.voiceOneL a{
	width: 100%;
	height:auto;
	display:block;
}
.voiceOneL a:hover img{
	cursor: pointer;
	width: 100%;
	height:auto;
}
.voiceOneR{
	float:right;
	width:58%;
}
.voiceOneName{
	font-size: 115%;
	padding:5px 0 10px 0;
	color: #21124e;
}
.voiceOneTxt{
	font-weight:300;
}

.access{
	width:100%;
	overflow:hidden;
	margin:40px auto;
}
.accessL{
	width:100%;
	float:none;
}
.accessR{
	width:45%;
	float:right;
}
.accessR img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.gm{
	position: relative;
	padding-bottom: 75.5%;
	height: 0;
	overflow: hidden;
	width:auto;
}
.gm iframe,
.gm object,
.gm embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 99.8%;
	height: 100%;
}
.yoyakuBtn{
	clear:both;
	width:70%;
	margin:80px auto 0 auto;
	overflow:hidden;
}
.yoyakuBtn img{
	max-width:100%;
	margin:0 auto;
	display:block;
	height:auto;
}
.yoyakuBtn2025{
	clear:both;
	width:100%;
	margin:25px auto 0 auto;
	overflow:hidden;
}
.yoyakuBtn2025 a{
	display:block;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	background:#21124e;
	color:#fff;
	text-align:center;
	font-size:115%;
	font-weight:600;
	margin:0 auto;
	transition:.3s;
	padding:15px 4%;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	letter-spacing:2px;
}
.yoyakuBtn2025 a:hover{
	background:#d61d1d;
}
.tenUnTxt2025 {
  font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
  font-weight: 500;
  font-size: 110%;
  margin: 40px auto 0 auto;
  line-height: 180%;
}
.tenUnTxt2025-2 {
  font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
  font-weight: 500;
  font-size: 110%;
  margin: 0 auto;
  line-height: 180%;
}
.tenUnTxt2025-2 a{
	text-decoration:underline;
	color:#21124e;
}
.tenUnTxt2025-2 a:hover{
	color:#d61d1d;
}
.staff{
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 60px 0;
    background: url("../images/staff-bg.jpg") no-repeat left 100px;
        background-size: auto;
    background-size: contain;
}
.staffNaka{
	width:60%;
	margin:0 auto;
	padding:350px 0 0 0;
}
.bosyuYoko{
	width:100%;
	overflow:hidden;
}
.bosyuYoko table{
	width:100%;
	border-collapse:collapse;
	overflow:hidden;
}
.bosyuYoko table tr{
	border-bottom:1px dashed #999;
}
.bosyuYoko table th{
	padding:2% 1%;
	width:18%;
		 font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
		 font-size: 120%;
    font-weight:500;
    line-height: 160%;
    vertical-align:top;
    text-align:left;
}
.bosyuYoko table td{
	padding:2%;
	 font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
		 font-size: 125%;
    font-weight:500;
    line-height: 160%;
}
.bosyuYoko table tr:last-child , .bosyuYoko table td:last-child{
	border-bottom:none;
}
.contactBtn{
	width:70%;
	margin:70px auto 50px auto;
}
.contactBtn a{
	width:98%;
	display:block;
	background:#d62121;
	padding:25px 0;
	text-align:center;
	color:#fff;
	font-size:120%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:1%;
	transition:0.3s ease-in-out;
}
.contactBtn a:hover{
	background:#6d1313;
}
.pdfBtn{
	width:70%;
	margin:10px auto 50px auto;
}
.pdfBtn a{
	width:98%;
	display:block;
	background:#d62121;
	padding:25px 0;
	text-align:center;
	color:#fff;
	font-size:120%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:1%;
	transition:0.3s ease-in-out;
}
.pdfBtn a:hover{
	background:#6d1313;
}
.footer{
	clear:both;
	width:100%;
	overflow:hidden;
background:#21124e;
		position:relative;
		padding:50px 0 5px 0;
}
.footerNaka{
	width:1140px;
	margin:0 auto;
}
.footerLogo{
	width:30%;
	float:left;
}

.footerLogo img{
	max-width:100%;
	margin:0;
	display:block;
	height:auto;
}
.footerAdd{
	width:20%;
	float:right;
	margin:0;
	color:#fff;
	font-size: 85%;
	line-height:150%;
}
.footerAdd a{
	color:#fff;
	cursor: default;
}
.copy{
	clear:both;
	color:#fff;
	font-size:70%;
	text-align:center;
	padding:20px 0 0 0;
}

#pageTopBtn{
clear: both;
z-index: 9000;
display: block;
position: fixed;
bottom: 0;
right:0;
width:30%;
}
.pageTopNaka{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	background-color:#21124e;
}
#pTL{
	width:44%;
}
#pTL a{
	display: block;
	background-color:#d61d1d;
	color:#fff;
    width: 100%;
     padding: 20px 0;
    text-align: center;
}
#pTL a span{
	display: block;
}
#pTL a:hover{
	background-color:#f46060;
}
#pTM{
	width:44%;
}
#pTM a{
	display: block;
	background-color:#ed841b;
	color:#fff;
    width: 100%;
     padding: 20px 0;
    text-align: center;
}
#pTM a span{
	display: block;
}
#pTM a:hover{
	background-color:#f2c561;
}
#pTR{
	width:12%;
}
#pTR a{
	display: block;
	background-color:#21124e;
	color:#fff;
    width: 100%;
     padding: 12#pTL a, #pTM apx 0;
    text-align: center;
    font-size: 96%;
    font-weight: bold;
}
#pTR a span{
	display: block;
}
#pTR a:hover{
	background-color:#523fa5;
}
#pTL img , #pTM img , #pTR img{
	max-width:60%;
	display:block;
		margin:0 auto;
		height:auto;
}
#pTL a:hover img , #pTM a:hover img , #pTR a:hover img{
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
@media screen and (min-width: 1361px)  and (max-width: 1460px){
.bg-blue3{
	height:300px;
}
.sonoWhite {
    padding: 50px 0;
}
.bg-blue span {
	width:90%;
}
}
@media screen and (min-width: 1161px)  and (max-width: 1360px){
h2 span {
    padding: 30px 0 0 0;
}
.dodaiNaka {
    width: 80%;
}
.covidIlla{
	width:60%;
}
#pageTopBtn{
	width:35%;
}
}
@media screen and (min-width: 851px)  and (max-width: 1360px){
.bg-blue span  {
   padding: 70px 0 0 0;
   width: 90%;
}
.bg-aqua span {
   padding: 40px 0 0 0;
   width: 90%;
}
.bg-blue2 span {
   padding: 50px 0 0 0;
   width: 80%;
}
.bg-blue3{
	height:280px;
	padding: 20px 0 0 0;
}
.bg-blue3 span {
   padding: 40px 0 0 0;
   width: 80%;
}
.osusumeNaiyo {
    width: 80%;
}
.sonoOne {
    width: 90%;
}
.qaNaka {
    width: 80%;
}
.menuNaka {
    width:80%;
}
.hokenSyosai {
    width: 80%;
}
.webYoyakuNaka {
    width: 80%;
}
.tenpoNaka {
    width: 70%;
}
.staffNaka {
    width: 80%;
}
}
@media screen and (min-width: 851px)  and (max-width: 1290px){
.bg-blue {
    height: 380px;
}
.bg-blue2 {
    height: 380px;
}
.bg-blue3 {
    height: 380px;
}
.voiTtl{
	height:280px!important;
}
.bg-aqua {
    height: 300px;
}
.nayami {
    padding: 0 0 20% 0;
}
.sonoWhite {
    padding: 60px 0;
}
.sonoBeju {
    padding: 60px 0;
}
.staffNaka {
    padding:250px 0 0 0;
}
.covidIlla{
	width:65%;
}
.voiceNaka{
	margin: 20px auto 0 auto;
}
}
@media screen and (min-width: 851px)  and (max-width: 1260px){
	.headerL{
	width:35%;
}
.headerL br{
	display:block;
}
.headerR{
	width:60%;
	padding:15px 0 0 0;
}
}
@media screen and (min-width: 971px)  and (max-width: 1160px){
h2 span{
	width:70%;
	padding:30px 0 0 0;
}
}
@media screen and (min-width: 951px)  and (max-width: 1160px){
.bg-mn span {
    padding: 50px 0 0 0;
    width: 92%;
}
	.bg-blue3 span {
    padding: 50px 0 0 0;
    width: 90%;
}
#pageTopBtn{
	width:40%;
}
}
@media screen and (min-width: 851px)  and (max-width: 1160px){
.headerMenu ul li a{
	font-size:95%;
}
h2{
	font-size:360%;
}
.bg-blue {
    font-size: 300%;
    height:300px;
}
.bg-blue span {
    padding: 30px 0 0 0;
    width: 92%;
}
.bgSejyu span{
   padding: 60px 0 0 0;
    width: 92%;		
	}
.bg-mn span {
    padding: 30px 0 0 0;
    width: 92%;
}
.bg-blue2 {
    font-size: 300%;
}
.bg-blue2 span {
    padding: 40px 0 0 0;
    width: 80%;
}
.bg-blue3 {
    font-size: 300%;
    height: 240px;
}
.bg-blue3 span {
    padding: 30px 0 0 0;
    width: 80%;
}
.bg-aqua {
    font-size: 300%;
    height:250px;
}
.bg-aqua span {
    padding: 30px 0 0 0;
    width: 90%;
}
.sejyutsuNaka{
	width:94%;
}
.sejyutsuTtl{
	font-size:180%;
	margin:0 0 40px 0;
}
.bg-qa {
    font-size: 340%;
    height: 400px;
}
.bg-qa span{
	width:80%;
	padding:60px 0 0 0;
}
.menuTtl{
	font-size:200%;
	background:url("../images/osusume-icon.png") no-repeat left 7px;
	background-size: 40px 40px;
	padding:0 0 20px 50px;
}
.menuSubTtl{
	font-size:160%;
	line-height:170%;
}
.covidIlla{
	width:70%;
}
.voiTtl {
    height: 220px!important;
}
}
@media screen and (min-width: 751px)  and (max-width: 1160px){
.nayaGen{
	width:94%;
}
h3 {
    font-size: 250%;
}
.dodaiNaka {
    width: 90%;
}
.dodaiTtl{
	font-size:350%;
}
.dodaiTxt{
	font-size:170%;
}
.dodaiTxt2{
	font-size:200%;
	margin:0 0 50px 0;
}
.kotsuKino {
    width: 94%;
}
.kotsuKinoTxt2 br{
	display:none;
}
.kotsubanTypeNaka {
    width: 94%;
}
.bg-blue2 {
    height: 300px;
}
.issenTtl{
	font-size:350%;
}
.issenTxt{
	font-size:170%;
}
.sonoOne {
   width: 94%;
}
.covidIlla{
	width:74%;
}
.qaNaka {
    width:94%;
}
.wyL{
    width: 15%;
}
.wyR{
    width: 80%;
}
.footerNaka{
	width:94%;
}
.footerAdd {
    width: 35%;
}
.voiceNaka{
	width:90%;
	margin: 20px auto 0 auto;
}
}
@media screen and (min-width: 851px)  and (max-width: 970px){
h1{
	font-size:95%;
}
h2 span{
	width:70%;
	padding:20px 0 0 0;
}
.bg-qa {
    height: 340px;
}
.bg-blue3 {
    height: 210px;
}
.webYoyakuNaka {
	margin:-30px auto 0 auto;
}
.tenpoNaka {
    width: 88%;
}
.tenpoSyosai{
	width:100%;
	margin:0 auto;
}
}
@media screen and (min-width: 751px)  and (max-width: 970px){
#pageTopBtn{
	width:45%;
}
}
@media screen and (max-width: 850px) {
.header{
	display:none;
}
#header-sp{
	width:100%;
	height:46px;
	z-index:2000;
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
	display:block;
	padding:1.5% 0 0 0;
	position: fixed;
    background: #21124e;
}
header {
  padding:2% 0 1% 3%;
  background:#21124e;
}
.h-karite{
	position:absolute;
	color:#fff;
	font-size:160%;
	font-weight:500;
	right:1%;
	top:15px;
	width:85%;
	text-align:right;
}
.h-karite a{
	display:block;
	color:#fff;
}
.h-karite a span{
	font-size:80%;
	padding-right:4%;
}

#nav-drawer {
  position: relative;
  top:-6px;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #fff;
  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: 80%;
  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);
}
.sp-menu ul li a{
	display:block;
	padding:16px 2% 16px 4%;
	color:#231815;
	font-size:102%;
}
.sp-menu ul li a i{
	color:#21124e;
	padding-right:2%;
	font-size:85%;
}
.sp-menu ul li a span{
	padding-left:6%;
	font-size:75%;
	color:#6b6b6b;
}
.sp-menu ul li a:hover{
	background-color:rgba(33,18,78,.2);
	text-decoration:none;
}
.sp-menu ul li ul li a{
	display:block;
	padding:8px 2% 8px 5%;
	color:#231815;
	font-size:97%;
}
.sp-under{
	width:86%;
	margin:30px auto 0 auto;
}
.spmenuUp{
	background-color:#21124e;
	height:8px;
}
.spYoyakuBtn{
	width:80%;
	margin:15px auto 30px auto;
	overflow:hidden;
}
.spYoyakuBtn a{
	max-width:100%;
	width:100%;
	margin:0 auto;
	display:block;
	background:#21124e;
	color:#fff;
	text-align:center;
	padding:13px 5%;
	box-sizing:border-box;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	transition:.3s;
}
.spYoyakuBtn a:hover{
	background:#d61d1d;
}
.spName{
	text-align: center;
	color:#21124e;
	font-weight: 500;
	font-size:140%;
	padding-bottom:10px;
}
.spAdd{
	text-align: center;
	color:#21124e;
	font-size:100%;
	line-height:160%;
}
.spAdd a{
	color:#21124e;
}
h2{
	background:#b0272d;
  width:100%;
  height:auto;
  padding:25px 0 35px 0;
  font-size:300%;
	line-height:150%;
	position:relative;
}
h2 span{
	width:90%;
	padding:10px 0 0 0;
}
h2 br{
	display:none;
}
.nayami{
	padding: 0 0 55% 0;
}
.nayamiSyojyo{
	top:25%;
	width:80%;
}
.bg-blue {
	background:#21124e;
  width:100%;
  height:auto;
  padding:15px 0 20px 0;
  font-size:280%;
	line-height:160%;
	position:relative;
}
.bg-blue span {
    width: 94%;
    padding:0;
    text-align:left;
}
.osusumeNaiyo {
    width: 94%;
}
.osusumeNaiyoOne:last-child {
    height: auto; 
    background:none;
}
.bg-blue2 {
	background:#21124e;
  width:100%;
  height:auto;
  padding:15px 0 20px 0;
  font-size:280%;
	line-height:160%;
	position:relative;
}
.bg-blue2 span {
    width: 94%;
    padding:0;
    text-align:left;
}
.sejyutsuNaka{
	width:94%;
	padding:30px 0 0 0;
}
.sejyutsuTtl{
	font-size:150%;
	margin:0 0 30px 0;
}
.incyoName {
    font-size: 140%;
}
.bg-qa {
	background:#21124e;
  width:100%;
  height:auto;
  padding:15px 0 20px 0;
  font-size:280%;
	line-height:160%;
	position:relative;
}
.bg-qa span {
    width: 94%;
    padding:0;
    text-align:left;
}
.bg-aqua {
	background:#33a8e2;
  width:100%;
  height:auto;
  padding:15px 0 20px 0;
  font-size:280%;
	line-height:160%;
	position:relative;
}
.bg-aqua span {
    width: 94%;
    padding:0;
    text-align:left;
}
.qaNaka {
	padding:30px 0 0 0 ;
}
.ques {
    font-size:150%;
    line-height: 180%;
    padding: 0 0 20px 40px;
        background: url(../images/q-mark.png) no-repeat left top;
    background-size: 26px 37px;
}
.ans {
    font-size: 115%;
    line-height: 170%;
    padding: 0 0 0 25px;
    margin: 0 0 50px 0;
    background: url(../images/a-mark.png) no-repeat left 5px;
    background-size: 20px 15px;
}
.bg-blue3 {
	background:#21124e;
  width:100%;
  height:auto;
  padding:15px 0 20px 0;
  font-size:280%;
	line-height:160%;
	position:relative;
}
.bg-blue3 span {
    width: 94%;
    padding:0;
    text-align:left;
}
.menuTtl{
	font-size:170%;
	line-height:170%;
	background:url("../images/osusume-icon.png") no-repeat left 7px;
	background-size: 28px 28px;
	padding:0 0 20px 34px;
	margin:0;
}
.menuNaka {
    width: 90%;
    padding:30px 0 0 0;
}
.menuSubTtl{
	font-size:130%;
	line-height:160%;
	margin:0;
	padding:10px 0;
}
.menuOsu{
	font-size:125%;
}
.menuOsuNaiyo{
	font-size:110%;
}
.menuPicLTxt{
	font-size:110%;
	float:none;
	width:100%;
}
.menuWh{
	margin:0 auto 40px auto;
	padding:5% 5% 7% 5%;
}
.webYoyakuNaka {
     width: 94%;
     padding:40px 0 60px 0;
}
.hokenNaka{
	padding:30px 0 0 0 ;
}
.hokenTxt {
    font-size: 140%;
}
.hokenSyosai {
    width: 94%;
    padding: 40px 0;
}
.hokenTaisyo {
    width: 100%;
    margin: 0 auto 40px auto;
}
.hokenTaisyoOne {
    padding: 10px 0 0 0;
}
.hokenTaisyoOneR {
    margin: 50px 0 0 0;
}
.hokenNaiyoTxt{
	font-size: 110%;
}
.hokenGreenTtl {
    font-size: 125%;
}
.tenpoNaka {
    width: 94%;
   padding:30px 0 0 0;
}
.tenpoSyosai{
	width:100%;
}
.tenpoUnder {
    padding: 40px 0 0 0;
	display:block;
}
.tenpoUnderOne{
	width:90%;
	margin:0 auto 60px auto;
}
.tenpoUnderOne:last-child{
	margin:0 auto;
}
.tenpoUnderOne h3{
	font-size: 125%;
	margin: 0 auto 10px auto;
	padding:0 0 10px 0;
}

.staff {
    padding: 0 0 30px 0;
    background: url(../images/staff-bg.jpg) no-repeat left 50px;
    background-size: contain;
}
.staffNaka{
	width:94%;
	padding:300px 0 0 0;
}
.bosyuYoko table th{
		 font-size: 100%;
}
.bosyuYoko table td{
		 font-size: 110%;
}
.covidIlla{
	width:90%;
}
.covidIlla img {
    padding: 50px 0 70px 0;
}
}
@media screen and (max-width: 750px) {
#pageTopBtn{
	width:100%;
	height:auto;
}pTM
.menuPicL{
	float:none;
	width:100%;
	margin:0 auto 20px auto;
}
.menuPicR{
	float:none;
	width:80%;
	margin:0 auto;
}
.pc{
	display: none!important;
}
.sp{
	display:block!important;
}
.MainImg{
	padding:50px 0 20px 0;
}
h2{
  padding:20px 0 30px 0;
  font-size:180%;
}
.nayaGen{
	width:94%;
}
.nayamiGenin{
	margin:0 0 50px 0;
}

.nayamiGeninL{
	float:none;
	width:80%;
	margin:20px auto;
}
.nayamiGeninR{
	float:none;
	width:100%;
}
h3 {
    font-size: 160%;
    margin: 0 0 20px 0;
    line-height: 150%;
}
.nayaGenTxt {
    font-size: 120%;
    line-height:170%;
}
.dodai{
	background: url("../images/dodai-bg-sp.jpg") no-repeat left bottom;
	background-size:cover;
	height:450px;
}
.dodaiNaka {
    width: 90%;
}
.dodaiTtl{
	font-size:250%;
}
.dodaiTxt{
	font-size:150%;
}
.dodaiTxt br{
	display:none;
}
.kotsubanKinou {
    padding: 40px 0;
}
.kotsuKino {
    width: 94%;
}
.dodaiTxt2{
	font-size:180%;
	line-height:160%;
	margin:0 0 30px 0;
	text-align:left;
	font-weight:700;
}
.dodaiTxt2 br{
	display:none;
}
.kotsuKinoL{
	float:none;
	width:80%;
	margin:20px auto;
}
.kotsuKinoR{
	float:none;
	width:100%;
}
.kotsuKinoTxt{
	font-size:130%;
	line-height:170%;
	text-indent:-0.9em;
	padding-left:15px;
}
.kotsuKinoTxt2{
	font-size:110%;
	line-height:170%;
	padding:20px 0 0 0;
}
.kotsuKinoTxt2 br{
	display:none;
}
.kotsubanType {
    padding: 50px 0;
}
.kotsubanTypeNaka {
    width: 94%;
}
h4 {
    padding: 5px 0;
    font-size: 170%;
    margin-bottom: 40px;
}
.bg-blue , .bg-aqua {
  font-size:180%;
}
.bg-blue span , .bg-aqua span{
   text-align:left;
}
.osuNaiTtl{
	font-size:140%;
	line-height:170%;
	    background: url(../images/osusume-icon.png) no-repeat left 7px;
    background-size: 20px 20px;
    padding: 0 0 10px 25px;
}
.osuNaiTtl br{
	display:none;
}
.osuNaiTtl2021{
		font-size:140%;
	line-height:170%;
}
.osuNaiTxt{
	font-size:110%;
	line-height:175%;
}
.osuNaiTxt br{
	display:none;
}
.bg-blue2 {
  font-size:180%;
}
.bg-blue2 span{
   text-align:left;
}
.osusume{
	padding:0 0 30px 0;
	background: url("../images/osusume-bg2023.jpg") no-repeat left 10%;
	background-size:cover;
}
.sejyutsu {
    padding: 0 0 40px 0;
}
.issen{
	background: url("../images/issen-bg.jpg") no-repeat left bottom;
	background-size:cover;
	height:370px;
}
.issenTtl{
	font-size:250%;
}
.issenTxt{
	font-size:150%;
}
.issenTxt br{
	display:none;
}
.sonoWhite {
    padding: 20px 0 40px 0;
}
.sonoBeju{
 	padding: 20px 0 40px 0;
}
.sonoOne {
   width: 94%;
}
.sonoOneL{
	float:none;
	width:80%;
	margin:20px auto;
}
.sonoOneR{
	float:none;
	width:100%;
}
.sonoOneTxt {
    font-size: 100%;
}
.qa {
    padding: 0 0 40px 0;
}
.qaNaka {
    width: 94%;
}
.tsuyomi {
    padding: 0 0 10px 0;
}
.bg-blue3 {
  font-size:180%;
}
.bg-blue3 span{
   text-align:left;
}
.bg-mn{
	font-size:220%;
}
.middleLogo{
	padding:50px 0 ;
}
.middleLogoNaka{
	width:80%;
}
.menuBgTtl{
	padding:2%;
}
.menuWh table td{
	padding:4% 0;
}
.wyL{
   float:none;
	width:80%;
	margin:20px auto;
}
.wyR{
	float:none;
	width:100%;
	margin:0;
}
.webYoyakuMidashi{
	font-size: 160%;
}
.hokenTtl{
	text-align:left;
}
.hokenMidashi{
    font-size: 130%;
    padding:2%;
    width:96%;
}
.spTxt{
	display:block;
	font-size: 85%;
	padding-bottom:5px;
}
.hokenRyokin table th{
	font-size:90%;
}
.hokenRyokin table th br{
	display:block;
}

.hokenKoutsuu{
	display:none;
}
.hokenKoutsuuSpTtl{
	font-weight:bold;
	padding-bottom:5px;
}
.hokenKoutsuuSp{
	width:100%;
	overflow:hidden;
	padding: 15px 0 ;
	display:block;
}
.hokenKoutsuuSp table{
	width:100%;
	border-collapse:collapse;
	margin:0 auto 20px auto;
}
.hokenKoutsuuSp table th{
	border:1px solid #80c1bb;
	background-color:#b4efe9;
	padding:1%;
	font-weight:normal;
	font-weight:300;
}
.hokenKoutsuuSp table td{
	border:1px solid #999;
	padding:1%;
	text-align:center;
	font-weight:300;
}
.hokenRosai {
    padding: 0;
}
.access{
	margin:30px auto;
}
.accessL{
	width:100%;
	float:none;
	margin: 0 auto 15px auto;
}
.accessR{
	width:90%;
	float:none;
	margin: 0 auto;
}
.tenpoOnegai {
    font-size: 130%;
    width:96%;
    padding: 1% 2%;
    margin: 30px auto 15px auto;
}
.yoyakuBtn {
    width: 90%;
    margin: 40px auto 0 auto;
}
.bosyuYoko table th{
	padding:3% 2% 0 2%;
	display:block;
	width:96%;
	font-weight: 700;
}
.bosyuYoko table td{
padding:0 2% 3% 2%;
	display:block;
	width:96%;
}
.footerNaka{
	width:94%;
	padding:0 0 70px 0;
}
.footerLogo {
    width: 55%;
    float: none;
    margin:0 auto 40px auto;
}
.footerLogo img{
    max-width: 100%;
    margin:0 auto;
    height:auto;
    display:block;
}
.footerAdd {
    width: 90%;
    margin:0 auto;
    float: none;
   text-align: center;
}
.covidIlla{
	width:64%;
}
.covidIlla img {
    padding: 40px 0 60px 0;
}
.voiceNaka {
    width: 90%;
    margin:25px auto 0 auto;
}
.voiceOne{
	width:90%;
	float:none;
	margin:1% 1% 5% 1%;
	padding:4%;
}
.voiceOne:nth-child(2n){
	float:none;
}
.voiceOneL{
	width:30%;
}
.voiceOneR{
	width:65%;
}
.voiceOneName{
	font-size: 110%;
	padding:0 0 5px 0;
}
.gm{
	padding-bottom: 80.5%;
}
#pTL img , #pTM img{
	max-width:55%;
}
#pTL a , #pTM a {
    padding: 15px 0;
}
#pTR a {
    padding: 6px 0;
}
}
@media screen and (max-width: 640px) {

.kakusyu2One{
	float:left;
	width:49%;
	margin:0 0 4% 0;
}
.kakusyu2One:nth-child(2n){
	float:right;
	margin:0 0 4% 0;
}
.kakusyu2One:nth-child(3n){
	float:left;
	margin:0 0 4% 0;
}
.kakusyu2One:nth-child(2n+1){
	clear:both;
}
.kakusyu2One:nth-child(3n+1) {
    clear: inherit;
}
.kakusyu2One:nth-child(6n){
	float:right;
	margin:0 0 4% 0;
}
.kakusyu2One:nth-child(5) , .kakusyu2One:nth-child(6) {
	margin:0;
}
.nayamiGeninL{
	width:100%;
}
.kotsuKinoL{
	width:100%;
}
.sejyutsuTtl{
	font-size:140%;
	margin:0 0 30px 0;
	text-align:left;
}
.sejyu600 {
    width: 94%;
}
.incyoName {
    font-size: 125%;
}
.incyoShikaku {
    font-size: 105%;
}
.sonoOneL{
	width:100%;
}
.ques {
    font-size:130%;
    padding: 0 0 0 40px;
}
.ans {
    font-size: 110%;
}
.ansL {
    float: none;
    width: 100%;
}
.ansR {
    float: none;
    width: 70%;
    margin: -30px auto 30px auto;
}
.menuTtl{
	font-size:150%;
	line-height:170%;
	background:url("../images/osusume-icon.png") no-repeat left 9px;
	background-size: 24px 24px;
	padding:0 0 20px 30px;
	margin:0;
}
.menuOsu{
	font-size:115%;
}
.pdfBtn {
    width: 90%;
    margin: 5px auto 10px auto;
}
.pdfBtn a{
	width:96%;
	padding:20px 2%;
	font-size:100%;
}
.hokenTxt {
    font-size: 120%;
}
.hokenTaisyoOneL {
    float: none;
    width: 70%;
    margin:0 auto 15px auto;
}
.hokenTaisyoOneL img{
    max-width: 100%;
    margin:0 auto;
    display:block;
    height:auto;
}
.hokenTaisyoOneR {
     float: none;
    width: 100%;
    margin: 0;
}
.staffNaka {
    padding: 250px 0 0 0;
}
.contactBtn {
    width: 90%;
    margin: 15px auto ;
}
.contactBtn a{
	width:96%;
	padding:20px 2%;
	font-size:100%;
}
}
@media screen and (max-width: 520px) {
#nav-drawer {
	top:0px;
}
#pTL img , #pTM img{
	max-width:65%;
}
}
@media screen and (max-width: 480px) {
.sp-add{
	text-align:left;
	line-height:150%;
	font-size:90%;
	padding-bottom:20px;
}
.spYoyakuBtn{
	width:90%;
}
.h-karite{
	font-size:140%;
	width:85%;
	top:12px;
}
.hsMenu li {
	font-size:130%;
}
.spUnder{
	width:90%;
	padding:30px 0 0 0;
}
h2{
	 padding:10px 0 20px 0;
  font-size:160%;
}
.nayami{
	padding: 0 0 55% 0;
}
.nayamiSyojyo{
	top:25%;
	width:90%;
}
h3 {
    font-size: 140%;
}
.nayaGenTxt {
    font-size: 110%;
}
.nayamiGenin{
	margin:0 0 30px 0;
}
.dodai{
	height:340px;
}
.dodaiTtl{
	font-size:180%;
}
.dodaiTxt{
	font-size:130%;
	text-align:left;
}
.dodaiTxt2{
	font-size:135%;
	margin:0 0 25px 0;
}
.kotsuKinoTxt{
	font-size:120%;
}
.kotsubanType {
    padding: 40px 0;
}
h4 {
    font-size: 130%;
    margin-bottom: 30px;
}
.bg-blue , .bg-aqua{
  font-size:160%;
}
.bg-blue2 {
  font-size:160%;
}
.issenTtl{
	font-size:160%;
}
.issenTxt{
	font-size:120%;
	text-align:left;
}
.issen{
	height:320px;
}
.bg-blue3{
  font-size:160%;
}
.bg-qa {
  font-size:180%;
}
.bg-qa span.subTtl {
    font-size: 50%;
    padding: 0 0 10px 0;
    line-height: 110%;
}
.bg-mn{
	font-size:180%;
}
.bg-mn span.subTtl {
    font-size: 50%;
    padding: 0 0 10px 0;
    line-height: 110%;
}
.staffNaka {
    padding: 200px 0 0 0;
}
.footerLogo {
    width: 75%;
    float: none;
    margin:0 auto 30px auto;
}
.covidIlla{
	width:80%;
}
}
@media screen and (max-width: 420px) {
#pTR img {
	max-width:50%;
}
.h-karite a span {
    font-size: 70%;
    padding-right: 2%;
}
.kotsubanKinou {
    padding: 30px 0;
}
.staffNaka {
    padding: 160px 0 0 0;
}
.dodaiTtl{
	font-size:160%;
}
.dodaiTxt{
	font-size:115%;
	text-align:left;
}
}
@media screen and (max-width: 400px) {
#nav-drawer {
	top:2px;
}
.spAdd {
    font-size: 90%;
    line-height: 160%;
}
}
@media screen and (max-width: 360px) {
.h-karite{
	font-size:130%;
}
.kotsuKinoTxt2{
	font-size:105%;
}
.osuNaiTtl {
    font-size: 125%;
}
.osuNaiTtl2021 {
    font-size: 125%;
}
.osuNaiTxt {
    font-size: 105%;
}
.incyoShikaku {
    font-size: 100%;
}
.issenTtl {
    font-size: 125%;
}
.issenTxt {
    font-size: 105%;
}
h3 {
    font-size: 125%;
}
.nayaGenTxt {
    font-size: 105%;
}
.ques {
    font-size: 125%;
}
.ans {
    font-size: 105%;
}
.menuTtl {
    font-size: 135%;
}
.menuSubTtl {
    font-size: 120%;
}
.menuOsu {
    font-size: 105%;
}
.menuOsuNaiyo {
    font-size: 105%;
}
.menuPicLTxt{
	font-size:105%;
}
.webYoyakuMidashi {
    font-size: 130%;
}
.webYoyakuMidashi br{
    display:none;
}
.hokenTxt {
    font-size: 115%;
}
.hokenMidashi {
    font-size: 120%;
}
.hokenNaiyoTxt {
    font-size: 105%;
}
.hokenGreenTtl {
    font-size: 115%;
}
.tenUnTxt {
    font-size: 105%;
}
.tenUnTxt2 {
    font-size: 105%;
}
.tenUnTxt2 br{
	display:none;
}
.sejyutsuTtl {
    font-size: 120%;
    margin: 0 0 20px 0;
}
.bosyuYoko table th {
    font-size: 90%;
}
.bosyuYoko table td{
    font-size: 100%;
}
}


@media screen and (min-width: 1290px) {
/*ie edge*/
_:-ms-lang(x)::-ms-backdrop, .bg-blue {
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:450px;
}
_:-ms-lang(x)::-ms-backdrop, .bg-blue2{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:400px;
}
_:-ms-lang(x)::-ms-backdrop, .bg-blue3{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:320px;
	padding:60px 0 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .bg-qa{
	background: url("../images/h2-qa1.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 450%;
	height:500px;
}
_:-ms-lang(x)::-ms-backdrop, .bg-aqua {
	background: url("../images/h2-aqua.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 380%;
	height:400px;
}
_:-ms-lang(x)::-ms-backdrop, .qaNaka{
    width: 76%;
    margin: 0 auto;
    padding:70px 0 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .menuNaka{
	width:60%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .webYoyakuNaka{
	width:60%;
	margin:0 auto;
	overflow:hidden;
	padding:50px 0 70px 0;
}
_:-ms-lang(x)::-ms-backdrop, .hokenNaka{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding:70px 0 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .tenpoNaka{
	width:54%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .sejyutsuNaka{
	clear:both;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .osusumeNaiyo{
	width:65%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}

_:lang(x)::-ms-, .bg-blue {
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:450px;
}
_:lang(x)::-ms-, .bg-blue2{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:400px;
}
_:lang(x)::-ms-, .bg-blue3{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:320px;
	padding:60px 0 0 0;
}
_:lang(x)::-ms-, .bg-aqua {
	background: url("../images/h2-aqua.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 380%;
	height:400px;
}
_:lang(x)::-ms-, .bg-qa{
	background: url("../images/h2-qa1.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 450%;
	height:500px;
}
_:lang(x)::-ms-, .qaNaka{
    width: 76%;
    margin: 0 auto;
    padding:70px 0 0 0;
}
_:lang(x)::-ms-, .menuNaka{
	width:60%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
_:lang(x)::-ms-, .webYoyakuNaka{
	width:60%;
	margin:0 auto;
	overflow:hidden;
	padding:50px 0 70px 0;
}
_:lang(x)::-ms-, .hokenNaka{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding:70px 0 0 0;
}
_:lang(x)::-ms-, .tenpoNaka{
	width:54%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
_:lang(x)::-ms-, .sejyutsuNaka{
	clear:both;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
_:lang(x)::-ms-, .osusumeNaiyo{
	width:65%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}

/*safari*/
_:lang(x)+_:-webkit-full-screen-document, .bg-blue3{
	background: url("../images/h2-blue.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 400%;
	height:320px;
	padding:60px 0 0 0;
}
_:lang(x)+_:-webkit-full-screen-document, .bg-qa{
	background: url("../images/h2-qa1.png") no-repeat left top;
	background-size:100% 100%;
	font-size: 450%;
	height:500px;
}
_:lang(x)+_:-webkit-full-screen-document, .tenpoNaka{
	width:54%;
	margin:0 auto;
	overflow:hidden;
	padding:70px 0 0 0;
}
}


/*202112追加*/
.omakase2021L{
	float:left;
	width:48%;
}
.omakase2021R{
	float:right;
	width:40%;
}
.omakase2021R img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display: block;
}
.menuTtl2021{
    font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
    font-weight: 500;
    font-size: 130%;
    color: #21124e;
    margin: 0;
    line-height: 160%;
    background: url("../images/osusume-icon.png") no-repeat left 7px;
        background-size: auto;
    background-size: 20px 20px;
    padding: 0 0 5px 25px;
}
.menuSubTtl2021{
    font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Arial', sans-serif , serif;
    font-weight: 600;
    font-size: 120%;
    color: #21124e;
    margin: 0 0 15px 30px;
    line-height: 160%;
    padding: 0;
}
@media screen and (max-width: 750px) {
.omakase2021L{
	float:none;
	width:100%;
	margin:0 auto 25px auto;
}
.omakase2021R{
	float:none;
	width:100%
}
.menuTtl2021{
    font-size: 120%;
}
.menuSubTtl2021{
    font-size: 110%;
}	
}