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

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
}
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
	height: 60px;
}
#logo {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}
#logo img{
	width: 40px;
	height: auto;
}

#navwrap {
	display:none;
}

#flash {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 223px;
	background-image: url(../../img/img_main02_sp.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	background-size: 100% auto;
	height: calc(100vh - 223px);
	position: fixed;
	top: 0;
	z-index: 0;
}
#flash h2 {
	width: 84px;
	position: absolute;
	top: 210px;
	padding-bottom: 0px;
	right: 12%;
}
#flash h2 img{
	width: 100%;
	height: auto;
}
ul.bxslider {
	height: auto;
	width: 100%;
	overflow: visible;
}
ul.bxslider li {
	height: auto;
	width: 100%;
}
#cont {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
#footwrap {
	clear: both;
	overflow: hidden;
}
#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#news {
	width: 100%;
	margin-bottom: 30px;
}
#news table {
	border-collapse:collapse;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
}
#news th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	display: block;
	background-image: none;
	width: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}
#news td {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	display: block;
	padding-top: 0px;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}
.sidelist {
	padding-bottom: 20px;
}
.sidelist li {
	line-height: 20px;
}
.sidelist  a {
	color: #EB6D51;
	text-decoration: none;
}

.midashi {
	clear: both;
	width: auto;
	font-size: 22px;
}
.midashi02 {
	background-repeat: no-repeat;
	clear: both;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
}

.komidashi {
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 30px;
}
.txtbox {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	width:100%;
}
.centerphoto img {
	width:100%;
	height:auto;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
}
.tbl td {
	display: block;
	width: auto;
}
.tbl th {
	display: block;
	width: auto;
}
.pagetop {

}
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}

.pc-none02{
	display: inline-block;
}
.sp-none02{
	display: none;
}
form .tbl {
	width: 100%;
}

form th ,form td{
	display: block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.form01, .form02 {
	width: 100%;
}
.telbox {
	width: auto;
}
.navToggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 5000;
    background-color: #000000;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 20px;
 border-bottom: 2px solid #FFFFFF;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 20px;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
 top: 38px;
}
 
.navToggle span:nth-child(2) {
 top: 30px;
}
 
.navToggle span:nth-child(3) {
 top: 22px;
}
 
.navToggle span:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    z-index: 0;
    bottom: 26px;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 30px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navToggle2 {
    display: block;
    position: fixed;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 5000;
    background-color: #FFFFFF;
    text-align: center;
    top: 40px;
    right: 110px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%)!important;
}
nav.globalMenuSp {
 position: fixed;
 z-index: 4000;
 top: 0;
 color: #666666;
 text-align: center;
 transform: translateX(120%);
 transition: all 0.6s;
 width: 100%;
 height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 60px;
}
.naviblockbox{
    vertical-align: middle;
    font-size: 15px;
	width: 285px;
	margin: 0 auto;
}
.naviblockbox .box{
    vertical-align: top;
    width: 100%;
}
.naviblockbox h4 {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333;
    padding-top: 15px;
    border-top: 1px solid #666;
    padding-left: 15px;
    padding-right: 15px;
}

.naviblockbox a {
}
.naviblockbox .box ul {
    padding-bottom: 20px;
    border-top: 1px solid #666;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.naviblockbox .box .headnav {
    padding-bottom: 0px;
}
.naviblockbox .box .sns {
    margin-bottom: 90px;
}
.naviblockbox .box ul li {
    padding-bottom: 15px;
    font-size: 16px;
}
.naviblockbox .box ul li.oubolink{
	padding-top: 20px;
}
.naviblockbox .box ul li.oubolink a {
}
.naviblockbox .box ul li.oubolink a:hover {
	opacity: 0.8;
}
.naviblockbox .box ul li.oubolink a img {
	display: inline-block;
	padding-left: 6px;
	vertical-align: middle;
}
#greet {
	background-image: url(../../img/bg01_sp.jpg);
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2em;
}
#greet .inner {
	width: 90%;
	margin: 0 auto;
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	max-width: 1210px;
}
.imgtitle {
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 1.6em;
}
.imgtitle p {
	padding-bottom: 30px;
}
.imgtitle p img {
	width: 100%;
	height: auto;
}

#greet .come p {
	padding-bottom: 30px;
}
.title {
	text-align: center;
	padding: 60px 0 20px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.title .img{
	position: relative;
	top: auto;
	left: auto;
	transform: translateX(0);
}
.title .img img{
	width: 100%;
	height: auto;
	max-width: 750px;
}
.title h3{
	display: inline-block;
	font-size: 13px;
	line-height: 1.6em;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #009CEF;
}
.title .come{
	padding-top: 30px;
	width: 87%;
	margin: 0 auto;
}
#attraction .inner{
	margin-top: 18px;
}
#attraction .inner .box {
	margin:0 auto 0px;
	position: relative;
}
#attraction .inner .box:first-of-type{
	top: -18px;
	margin-bottom: -18px;
}

#attraction .inner .box:last-of-type{
	margin-bottom: 0;
}
#attraction .inner .come {
	max-width: 950px;
	margin: 0 auto;
	width: 87%;
	position: relative;
	top: auto;
	left: auto;
	transform: translateX(0) translateY(0);
	padding-bottom: 50px;
}
#attraction .inner .box:first-of-type .come{
	padding-top: 30px;
}
#attraction .numbox{
	font-size: 18vw;
	line-height: 18vw;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 4vw;
	margin-bottom: 37vw;
}
#attraction .box:first-of-type .numbox{
	margin-bottom: 29vw;
}
#attraction .box:nth-of-type(2n) .num{
	width: 20%;
	margin: 0 0 0 auto;
}
#attraction h4{
	font-size: 22px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
#attraction .box:nth-of-type(2n) h4{
	width: 100%;
	margin: 0 0 0 auto;	
}
#attraction .box01{
	width: 100%;
}
#attraction .box:nth-of-type(2n) .box01{
	margin: 0 0 0 auto;	
}
#attraction .photo{
	position: absolute;
	width: 76%;
	margin: 0 0 0 auto;
	padding-bottom: 0;
	top: 0;
	right: 0;
	left: auto;
}
#attraction .photo img{
	width: 100%;
	height: auto;
}
#attraction .box:nth-of-type(2n) .photo{
	margin: 0 auto 0 0;
	top: 0;
	right:auto;
	left: 0;
}
.mc {
	background-image: url(../../img/bg02_sp.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 117vw;
}
.mc .inner {
	background-image: -webkit-linear-gradient(308deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	background-image: -moz-linear-gradient(308deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	background-image: -o-linear-gradient(308deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	background-image: linear-gradient(142deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 40px;
	clip-path: polygon(0 0, 81% 0, 81% 130px , 100% 130px, 100% 100%,
	0 100%);
}
.mc .title02{
	width: 87%;
	max-width: 1210px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.title02 .poppins{
	font-size: 31px;
	line-height: 1em;
	font-weight: bold;
}

.title02 h4{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #FFF;
}
.mc .come{
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
	line-height: 2em;
}
.mc .come h5 {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 0;
}

.sf {
	background-image: url(../../img/bg03_sp.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 117vw;
}
.sf .inner {
	background-image: -webkit-linear-gradient(308deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	background-image: -moz-linear-gradient(308deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	background-image: -o-linear-gradient(308deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	background-image: linear-gradient(142deg,rgba(0,156,239,0.80) 0%,rgba(16,45,114,0.80) 100%);
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 40px;
	clip-path: polygon(0 0, 81% 0, 81% 130px , 100% 130px, 100% 100%,
	0 100%);
}
.sf .title02{
	width: 87%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.sf .title02 .poppins{
	font-size: 31px;
	line-height: 1em;
	font-weight: bold;
}

.sf .title02 h4{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #FFF;
}
.sf .come{
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
	line-height: 2em;
}
.sf .come h5 {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 0;
}
#interview {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
#interview .inner {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	overflow: hidden;
}
.swiper-wrapper{	
	position: relative;
	z-index: 0;
}
.intbox {
	position: relative;
	z-index: 0;
}
.intbox .photo{
	position: relative;
	padding: 0;
}
.intbox .photo img {
	width: 100%;
	height: auto;
}

.intbox .box {
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 6% 20px;
}
.intbox .box h4{
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
}
.intbox .box h4 strong{
	background-color: rgba(0,0,0,0.50);	
	padding: 4px 4px;
}
.swiper {
	position: relative;
}

.swiper-pagination{
	position: relative;
	bottom: auto;
	margin-top: 30px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.swiper-navi{
 position: absolute;
 top: 50%!important;
 left: 50%!important;
 transform: translateX(-50%) translateY(-50%)!important;
 width: 100%!important;
 height: 100px!important;
}
.swiper-button-prev{
	content: " ";
	background-image: url(../../img/prev_sp.png)!important;
	width: 30px!important;
	height: 104px!important;
	left: 4%!important;
	background-size: 100% auto;
	z-index: 2000;
}
.swiper-button-next{
	content: " ";
 background-image: url(../../img/next_sp.png)!important;
 width: 30px!important;
 height:104px!important;
 right: 4%!important;
 background-size: 100% auto;
	z-index: 2000;
}


#training {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
#training .inner {
	background-image: -webkit-linear-gradient(270deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	padding-bottom: 70px;
	margin-bottom: 60px;
}
.tra01 {
	background-image: url(../../img/bg04_sp.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 80px;
}
.tra01 .box{
	position: relative;
	width: 87%;
	padding-top: 60px;
	margin: 0 auto;
	max-width: 1210px;
	top: auto;
	left: auto;
	transform: translateX(0) translateY(0);
}
.tra01 .photo{
	width: 93%;
	position: relative;
	margin: 0 0 0 auto;
	top: auto;
	padding-bottom: 0;
	margin-bottom: -40px;
}
.tra01 .photo img{
	width: 100%;
	height: auto;
}
.tra01 .box h4{
	font-size: 22px;
	line-height: 1.6em;
}
.tra01 .box .come{
	width: 100%;
	line-height: 1.8em;
	padding-bottom: 40px;
}

.tra02{
	position: relative;
	width: 87%;
	max-width: 1090px;
	margin: 0 auto;
}
.tra02 .img{
	padding-left:5px;
	padding-top: 0px;
	width: 80px;
	float: left;
}
.tra02 .box{
	width: calc(100% - 85px);
	float: left;
}
.tra02 .come{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0030A3;
	color: #0B2A4A;
}
.tra02 .come h5{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.tra02 .come:last-of-type{
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: none;
}
.ultitle{
	text-align: center;
	padding-bottom: 20px;
}
.ultitle h4{
	color: #013366;
	display: inline-block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 0;
	border-bottom: 3px solid #013366;
}
.flex2line{
	display: block;
	flex-wrap: wrap;
	position: relative;
	width: 87%;
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.flex2line .box{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.flex2line .box:nth-of-type(2n){
	margin-right: 0;
}
.flex2line h5 {
	background-color: #0B2A4A;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	padding-bottom: 0px;
}
.flex2line .come {
	padding: 20px 40px 10px;
	color: #0B2A4A;
	font-size: 14px;
	line-height: 1.6em;
}
.flex2line .come h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}

.flex3line{
	display: block;
	flex-wrap: wrap;
	position: relative;
	width: 87%;
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.flex3line .box{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.flex3line .box:nth-of-type(3n){
	margin-right: 0;
}
.flex3line h5 {
	background-color: #0B2A4A;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	padding-bottom: 0px;
}
.flex3line .come {
	padding: 20px 40px 10px;
	color: #0B2A4A;
	font-size: 14px;
	line-height: 1.6em;
}
.flex3line .come h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}
#philosophy .inner {
	background-image: url(../../img/bg05_sp.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

#philosophy .inner .photo{
	width: 87%;
	margin: 0 auto;
	text-align: center;
	float: none;
	padding: 50px 0 40px;
}
#philosophy .inner .photo img{
	width: 100%;
	height: auto;
	max-width: 683px;
}
#philosophy .inner .box{
	background-image: -webkit-linear-gradient(320deg,rgba(0,0,0,0.70) 0%,rgba(16,45,114,0.70) 100%);
	background-image: -moz-linear-gradient(320deg,rgba(0,0,0,0.70) 0%,rgba(16,45,114,0.70) 100%);
	background-image: -o-linear-gradient(320deg,rgba(0,0,0,0.70) 0%,rgba(16,45,114,0.70) 100%);
	background-image: linear-gradient(130deg,rgba(0,0,0,0.70) 0%,rgba(16,45,114,0.70) 100%);
	color: #FFF;
	width: 87%;
	float: left;
	padding: 50px 6.5% 40px;
	font-size: 16px;
	line-height: 2em;
}
#gruop .inner{
	background-image: url(../../img/photo05_sp.jpg);
	color: #FFFFFF;
	background-position: center bottom;
	background-size: 100% auto;
	padding: 0 0 94vw;
	margin-bottom: 60px;
}
#gruop .inner .box{
	width: 87%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 60px 6.5% 130px;
	font-size: 18px;
	line-height: 2em;
	background-image: -webkit-linear-gradient(314deg,rgba(16,45,114,1.00) 0%,rgba(6,117,195,1.00) 84.46%,rgba(0,156,239,1.00) 100%);
	background-image: -moz-linear-gradient(314deg,rgba(16,45,114,1.00) 0%,rgba(6,117,195,1.00) 84.46%,rgba(0,156,239,1.00) 100%);
	background-image: -o-linear-gradient(314deg,rgba(16,45,114,1.00) 0%,rgba(6,117,195,1.00) 84.46%,rgba(0,156,239,1.00) 100%);
	background-image: linear-gradient(136deg,rgba(16,45,114,1.00) 0%,rgba(6,117,195,1.00) 84.46%,rgba(0,156,239,1.00) 100%);
	clip-path: polygon(0 0,100% 0, 100% 78%, 0 100%);
}
#gruop .logo {
	padding-bottom: 50px;
	text-align: center;
}
#gruop .logo img{
	width: 138px;
	height: auto;
}
#gruop .inner02{
	width: 87%;
	margin-bottom: 60px;
	max-width: 1000px;
	margin: 0 auto;
}
.centerfullphoto{
	width: 100%;
	text-align: center;
}
.centerfullphoto img{
	width: 100%;
	height: auto;
}
#data .inner{
	position: relative;
}
#data .inner:after{
	z-index: -1;
	content: " ";
	visibility: visible;
	background-image: -webkit-linear-gradient(311deg,rgba(0,156,239,1.00) 0%,rgba(1,51,102,1.00) 66.32%);
	background-image: -moz-linear-gradient(311deg,rgba(0,156,239,1.00) 0%,rgba(1,51,102,1.00) 66.32%);
	background-image: -o-linear-gradient(311deg,rgba(0,156,239,1.00) 0%,rgba(1,51,102,1.00) 66.32%);
	background-image: linear-gradient(139deg,rgba(0,156,239,1.00) 0%,rgba(1,51,102,1.00) 66.32%);
	width: 100%;
	height: auto;
	position: absolute;
	top: 30px;
	bottom: 220px;
}
#data .inner ul {
	width: 87%;
	margin: 0 auto;
	max-width: 1090px;
	display: block;
	flex-wrap: wrap;
}
#data .inner ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
#data .inner ul li.line2{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
#data .inner ul li.line3{
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
#data .inner ul li.linelast{
	margin-right: 0;
}
#data .inner ul img{
	width: 100%;
	height: auto;
}
#info{
	width: 100%;
	overflow: hidden;
}
#info .inner{
	width: 87%;
	margin: 0 auto;
	max-width: 950px;
	padding-bottom: 70px;
}
#entry{
	background-image: -webkit-linear-gradient(302deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -moz-linear-gradient(302deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -o-linear-gradient(302deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: linear-gradient(148deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	padding-bottom: 120px;
}
#entry .inner{
	background-color: #FFF;
	width: 92%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 40px 0;
}
#entry .step{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding-bottom: 20px;
}
#entry .step p.come{
	width: calc((100% - 50px) / 3);
	background-color: #0030A3;
	color: #FFF;
	line-height: 2em;
	padding: 4px 0;
}
#entry .step p.arrow{
	width: 25px;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 0;
}
#formWrap{
	width: 90%;
}
#entry form{
	width: 100%;
	margin: 0 auto;
}

form{
	font-size: 15px;
	line-height: 1.6em;
}
form table {
	border-top: 1px dotted #707070;
	margin-bottom: 30px;
}
form th {
	padding: 0 10px;
	vertical-align: top;
	font-weight: bold;
	border-bottom:none;
}

form td {
	padding: 5px 10px 15px;
	vertical-align: top;
	border-bottom: 1px dotted #707070;
}
form tr td:first-of-type{
	border-bottom: none;
}
.form01 {
	padding: 6px 10px;
	width: calc(100% - 40px);
	margin: 4px 0;
	border: 1px solid #BAC2D1;
}
.form02 {
	height: 130px;
	padding: 6px 10px;
	width: calc(100% - 40px);
	margin: 4px 0;
	border: 1px solid #BAC2D1;
 resize: vertical;
}
.form03 {
	width: 60px;
	padding: 6px 10px;
	margin: 4px 4px 4px 0;
	border: 1px solid #BAC2D1;
}

#search_address_btn {
    border-style: none;
    background-color: #1E293B;
    padding: 10px 30px;
    color: #FFFFFF;
    margin-left: 10px;
}
form td .hissu{
	background-color: #0064AC;
	color: #FFF;
	width: 40px;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	border-radius: 3px;
	padding: 0;
	margin-right: 10px;
}

form td .nini{
	background-color: #AAAAAA;
	color: #FFF;
	width: 40px;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	border-radius: 3px;
	padding: 0;
	margin-right: 10px;
}
.mailcheck {
	border: 1px solid #AAAAAA;
	text-align: center;
	padding: 10px 10px 0;
	letter-spacing: 0;
	margin-bottom: 30px
}
.pp {
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.6em;
}
.mailcap{
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.6em;
}
.submit {
    padding-top: 30px;
    text-align: center;
	width: 100%;
}
.submit .submit2line input {
	width: 80%;
	display: block;
}
.submit input {
	background-color: #000;
	color: #FFFFFF;
	border-style: none;
    margin-bottom: 10px;
    text-align: center;
	margin: 0 auto;
	width: auto;	
	padding: 20px 40px;
	font-size: 16px;
	line-height: 1.6em;
	transition: 0.2s;
	background-image: url(../../img/arrow04.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 10px auto;
}
.submit input:hover{
    color: #FFFFFF;
	background-color: #0030A3;
}
.link {
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
	background-color: #000;
	margin: 0 auto;
	width: 87%;
	font-size: 20px;
	line-height: 1.6em;
}
.link a {
	padding: 20px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	color: #FFFFFF;
	width: auto;
	transition: 0.2s;
}
.link a:hover {
    color: #FFFFFF;
	background-color: #0030A3;
}
.link a img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1100px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
    border-radius: 0px;
}
.modaal-content-container {
    padding: 0;
}
.modaal-close {
    position: absolute;
    right: -13px;
    top: -13px;
    color: #D6DCE5;
    cursor: pointer;
    opacity: 1;
    width: 46px;
    height: 46px;
    background: #000;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modaal-wrapper .modaal-close {
    border: none;
    background: #000;
    padding: 0;
    -webkit-appearance: none;
}
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 2px;
    height: 14px;
    border-radius: 0px;
    background: #FFF;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 2px;
    height: 16px;
    border-radius: 0px;
    background: #FFF;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-wrapper {
    overflow: auto;
}
.modaal-container .inner02 .mbox{
	position: relative;
	background-image: url(../../img/numtitle01.png);
	background-size: 296px auto;
	background-position: right top;
	background-repeat: no-repeat;
}

.mphoto{
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 0;
}
.mphoto img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.mbox{
	width: 100%;
	padding:20px 3% 20px 6%;
	margin: 0 0 0 auto;
	position: relative;
	font-size: 14px;
	line-height: 2em;
}
.msc{
	height: 330px;
	overflow: auto;
	padding-right: 2%;
	position: relative;
}
.faq{
	padding-bottom: 40px;
}
.faq:last-of-type{
	padding-bottom: 0px;
}
.mtitle{
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.6em;
}
.mtitle h4{
	font-size: 15px;
	line-height: 1.6em;
	color: #0030A3;
	font-weight: bold;
	padding-bottom: 5px;
}
.mtitle02{
	width: 100%;
	letter-spacing: -1em;
	border-bottom: 2px solid #C6C6C6;
	margin-bottom: 20px;
}
.mtitle02 p{
	font-size: 38px;
	line-height: 1em;
	color: #009CEF;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	letter-spacing: 0;
}
.mtitle02 h5{
	font-size: 15px;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	letter-spacing: 0;
}


.slickslide .pc-none02{
	display: block!important;
}
.slickslide .sp-none02{
	display: none!important;
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 104px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    border: none;
    outline: none;
	z-index: 50;
	background-size: cover;
}
.slick-prev{
	background-image: url("../../img/prev_sp.png");
	left: 5%;
}
.slick-next{
	background-image: url("../../img/next_sp.png");
    right: 5%;
}


#attraction .box:first-of-type .num{
	padding-top: 2vw;
}
#attraction .box:first-of-type .photo{
	padding-bottom: 0;
}
.brandlist{
	font-size:0;
}
.brandlist li {
	width: calc(30.3% - 2px);
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 1%;
	margin: 0.5%;
	min-height: 90px;
	height: 100%;
	position: relative;
	vertical-align: top;
	
}
.brandlist li img {
	width: 80%;
	max-width: 80px;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
