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

.oswald {
  font-family: "Oswald", sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
	width: 100%;
	height: 90px;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
#logo {
	float: left;
	padding-left: 3%;
	padding-top: 18px;
	font-size: 13px;
	line-height: 1.2em;
}
#logo h1{
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
#logo p{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
}

#navwrap {
	float: right;
	padding-right: 1%;

}
#nav02 {
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-right: 20px;
}
#nav02 li {
	float: left;
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 38px;
}
#nav02 li a {
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	border-right: 1px solid #E2E2E2;
}
#nav02 li a:hover{
	color: #0030A3;
}
#nav02 li.lastlink a {
	border-right: none;
}
#nav02 li.oubolink a {
	background-color: #000000;
	border: 1px solid #000;
	color: #FFF;
	padding: 14px 49px;
	border-radius: 120px;
}
#nav02 li.oubolink a:hover {
	opacity: 0.8;
}
#nav02 li.oubolink a img {
	display: inline-block;
	padding-left: 6px;
	padding-bottom: 2px;
	vertical-align: middle;
}
#nav02 li.oubolink {
	padding-top: 35px;
}
#navwrap .sns{
	float: left;
	font-size:10px;
	width: 120px;
}
#navwrap .sns li{
	display: inline-block;
	margin-right:10px; 
}
#flash {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 270px;
	background-image: url(../../img/img_main02.png);
	background-repeat: no-repeat;
	background-position: center 104px;
	background-size: 1386px auto;
	height: calc(100vh - 270px);
	position: fixed;
	top: 0;
	z-index: 0;
}
#flash h2 {
	width: 93px;
	position: absolute;
	top: 230px;
	padding-bottom: 0px;
	right: 12.4%;
}
#flash h2 img{
	width: 100%;
	height: auto;
}

ul.bxslider {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: calc(100vh - 270px);
	clear: both;
}
ul.bxslider li img {
	padding-right: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.bxslider li {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	height: calc(100vh - 270px);
	object-fit: cover;
	text-align: center;
	position: relative;
}
#cont {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
	z-index: 10;
 position: relative;
	background-color: #fff;
	margin-top: 100vh;
	overflow: hidden;
}

#cont02 {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
	z-index: 10;
 position: relative;
	background-color: #fff;
	margin-top: 60px;
	overflow: hidden;
}
#footwrap {
	clear: both;
	overflow: hidden;
	background-image: -webkit-linear-gradient(324deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	background-image: -moz-linear-gradient(324deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	background-image: -o-linear-gradient(324deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	background-image: linear-gradient(126deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	color: #FFFFFF;
	background-color: #102D72;
	position: relative;
	z-index: 10;
}
#foot {
	text-align: center;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 60px;
}
#footmenu {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
}

#cr {
	padding-top: 10px;
    font-size: 12px;
    line-height: 1.6em;
}

#news {
	margin-bottom: 30px;
}
#news table {
	border-collapse: collapse;
	width: 100%;
}
#news th {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width: 30%;
}
#news td {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}

#sub h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
}

.list {
	padding-bottom: 20px;
}
.list li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.list a {
	color: #2E2E2E;
	text-decoration: none;
}

.midashi {
	clear: both;
	font-size: 26px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.midashib {
 margin-bottom: 20px;
 text-align: center;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}

.midashi02 {
	font-size: 20px;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.komidashi {
	line-height: 1.6em;
	font-size: 16px;
	padding-bottom: 50px;
}
.txtbox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 20px;
}
.txtbox li {
	list-style-position: inside;
	list-style-type: disc!important;
}

.linebox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 0px;
 padding-top: 9px;
 padding-right: 9px;
 padding-left: 9px;
 border: 1px solid #36F;
 margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #013366;
	border-left-color: #013366;
	clear: both;
	font-size: 14px;
	line-height: 1.8em;
}
.tbl td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #013366;
	border-bottom-color: #013366;
}
.tbl th {
	width: 15%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #013366;
	border-bottom-color: #AAAAAA;
	background-color: #013366;
	color: #FFF;
}
.pagetop {

}
.pagetop a {
color:#fff;
	text-align: none;
}
.pc-none{
	display: none;
}
.tab-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
	background-color: #000;
	margin: 0 auto;
	width: 480px;
	font-size: 20px;
	line-height: 1.6em;
}
.link a {
	padding: 40px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	color: #FFFFFF;
	width: 400px;
	transition: 0.2s;
}
.link a:hover {
    color: #FFFFFF;
	background-color: #0030A3;
}
.link a img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}
.mojilist li:before {
	content: "●";
	color: #DE891E;
	padding-right: 5px;
}
.faqbox h5 {
	font-size: 18px;
	line-height: 1.6em;
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 10px;
	text-indent: -33px;
	padding-left: 33px;
}
.faqbox h5:before {
	content: "Q";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #70AD47;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.faqbox p {
	text-indent: -27px;
	padding-left: 27px;
}

.faqbox p:before {
	content: "A";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #ED7D31;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.pname  {
	font-size: 18px;
	text-align: right;
	line-height: 1.6em;
}
.caption {
	color: hsla(359,100%,39%,1.00);
}
#half {
	background-color: #0100B4;
	color: #FFFFFF;
}

#half .photo {
	width: 50%;
	padding-bottom: 0px;
	float: left;
}
#half .photo img {
	width: 100%;
	height: auto;
}
#half .box {
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
    width: 50%;
}
.sidebnbox {
 margin-bottom: 10px;
 position: relative;
}
.sidebnbox p img {
 width: 100%;
 height: auto;
}
.sidebnbox  h5  {
 padding-top: 10px;
 padding-right: 2%;
 padding-left: 2%;
 padding-bottom: 10px;
 width: 96%;
 color: rgba(255,255,255,1.00);
 text-decoration: none;
 background-color: rgba(255,116,118,1.00);
 position: absolute;
 bottom: 0px;
}


.sidebnbox p {
 padding-bottom: 0px;
}
.drop {
	padding-bottom: 30px;
}

.drop dt {
	background-color: #44B0FF;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
.drop dt:after {
	visibility: visible;
	content:'+';
	top: 50%;
	right: 20px;
	font-weight: bold;
	transform:translateY(-50%);
	position: absolute;
}
.drop dt.opened:after {	content:'－';
}
.drop dd{
	padding: 0 10px 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
 display: none;
 padding-top: 40px;
 padding-bottom: 0;
 clear: both;
 overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #59b057;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(2n) {
  background-color: #69c7f1;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(3n) {
  background-color: #f5a4c0;
  color: #fff;
}
#greet {
	background-image: url(../../img/bg01.jpg);
	color: #FFFFFF;
	font-size: 20px;
	line-height: 2em;
	background-position: center center;
	background-size: cover;
}
#greet .inner {
	width: 90%;
	margin: 0 auto;
	padding-top: 140px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	max-width: 1210px;
}
.imgtitle {
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 1.6em;
}
.imgtitle p {
	padding-bottom: 30px;
}
#greet .come p {
	padding-bottom: 30px;
}
.title {
	text-align: center;
	padding: 200px 0 50px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.title .img{
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
}
.title h3{
	display: inline-block;
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #009CEF;
	font-weight: bold;
}
.title .come{
	padding-top: 30px;
}
#attraction .inner{
	margin-top: 60px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,156,239,1.00) 0%,rgba(16,45,114,1.00) 100%);
	color: #FFFFFF;
}
#attraction .inner .box {
	margin:0 auto 60px;
	position: relative;
}
#attraction .inner .box:first-of-type{
	top: -4.4vw;
	margin-bottom: 0;
}

#attraction .inner .box:last-of-type{
	margin-bottom: 0;
}
#attraction .inner .come {
	max-width: 950px;
	margin: 0 auto;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size:18px;
}
#attraction .inner .box:first-of-type .come{
	padding-top: 4.3vw;
}
#attraction .numbox{
	font-size: 106px;
	line-height: 1em;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#attraction .box:first-of-type .num{
	padding-top: 4vw;
}
#attraction .box:nth-of-type(2n) .num{
	width: 42%;
	margin: 0 0 0 auto;
}
#attraction h4{
	font-size: 30px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: bold;
}
#attraction .box:nth-of-type(2n) h4{
	width: 42%;
	margin: 0 0 0 auto;	
}
#attraction .box01{
	width: 42%;
	line-height: 33px;
}
#attraction .box:nth-of-type(2n) .box01{
	margin: 0 0 0 auto;	
}
#attraction .photo{
	position: relative;
	width: 50vw;
	margin: 0 0 0 auto;
	padding-bottom: 0;
}
#attraction .photo img{
	width: 100%;
	height: auto;
}
#attraction .box:nth-of-type(2n) .photo{
	margin: 0 auto 0 0;
}.mc {
	background-image: url(../../img/bg02.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30vw;
}
.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: 100px;
	clip-path: polygon(0 0, 44% 0, 44% 180px , 100% 180px, 100% 100%,
	0 100%);
}
.mc .title02{
	width: 96%;
	max-width: 1210px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.title02 .poppins{
	font-size: 68px;
	line-height: 1em;
	font-weight: bold;
}

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

.sf {
	background-image: url(../../img/bg03.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30vw;
}
.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: 100px;
	clip-path: polygon(44% 0, 100% 0, 100% 100%,0 100%,0 180px,44% 180px);
}
.sf .title02{
	width: 51%;
	margin: 0 0 0 auto;
	padding-bottom: 100px;
}
.sf .title02 .poppins{
	font-size: 68px;
	line-height: 1em;
	font-weight: bold;
}

.sf .title02 h4{
	display: inline-block;
	font-size: 18px;
	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: 37px;
	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;
}
.intbox {
	position: relative;
	width: 100%;
	z-index: 0;
    min-height: 0;
    min-width: 0;
}
.intbox a{
	display: block;
}
.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 60px 20px;
}
.intbox .box h4{
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
}
.intbox .box h4 strong{
	background-color: rgba(0,0,0,0.50);	
	padding: 4px 10px;
}


#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.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 130px;
}
.tra01 .box{
	position: absolute;
	width: 90%;
	max-width: 1210px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.tra01 .photo{
	width: 50%;
	position: relative;
	margin: 0 0 0 auto;
	top: 90px;
}
.tra01 .photo img{
	width: 100%;
	height: auto;
}
.tra01 .box h4{
	font-size: 37px;
	line-height: 1.2em;
}
.tra01 .box .come{
	width: 42%;
	line-height: 1.8em;
}

.tra02{
	position: relative;
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
}
.tra02 .img{
	padding-left:50px;
	padding-top: 30px;
	width: 230px;
	float: left;
}
.tra02 .box{
	width: calc(100% - 280px);
	float: left;
}
.tra02 .come{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0030A3;
	color: #0B2A4A;
}
.tra02 .come h5{
	font-size: 20px;
	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: 40px;
}
.ultitle h4{
	color: #013366;
	display: inline-block;
	font-size: 25px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 0;
	border-bottom: 3px solid #013366;
}
.flex2line{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.flex2line .box{
	width: calc((100% - 20px) /2);
	margin-right: 20px;
	background-image: -webkit-linear-gradient(326deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -moz-linear-gradient(326deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -o-linear-gradient(326deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: linear-gradient(124deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
}
.flex2line .box:nth-of-type(2n){
	margin-right: 0;
}
.flex2line h5 {
	background-color: #0B2A4A;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 2em;
	padding-bottom: 0px;
}
.flex2line .come {
	padding: 50px 40px 40px;
	color: #0B2A4A;
	font-size: 14px;
	line-height: 1.6em;
}
.flex2line .come h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}

.flex3line{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.flex3line .box{
	width: calc((100% - 40px) /3);
	margin-right: 20px;
	background-image: -webkit-linear-gradient(326deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -moz-linear-gradient(326deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: -o-linear-gradient(326deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
	background-image: linear-gradient(124deg,rgba(242,242,242,1.00) 0%,rgba(224,237,250,1.00) 100%);
}
.flex3line .box:nth-of-type(3n){
	margin-right: 0;
}
.flex3line h5 {
	background-color: #0B2A4A;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 2em;
	padding-bottom: 0px;
}
.flex3line .come {
	padding: 50px 40px 40px;
	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.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
#philosophy .inner:before {
	content: " ";
	visibility: visible;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.7;
	z-index: -1;
}
#philosophy .inner .photo{
	z-index: 10;
	width: 90%;
	
}
#philosophy .inner .photo{
	width: 50%;
	text-align: right;
	float: left;
	padding: 115px 0;
}
#philosophy .inner .photo img{
	width: 100%;
	height: auto;
	max-width: 683px;
}
#philosophy .inner .box{
	color: #FFF;
	width: 45%;
	float: left;
	padding: 110px 0 110px 5%;
	font-size: 20px;
	line-height: 4em;
}
#gruop .inner{
	background-image: url(../../img/photo05.jpg);
	color: #FFFFFF;
	background-position: center center;
	background-size: cover;
	margin-bottom: 60px;
}
#gruop .inner .box{
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 100px 0 60px;
	font-size: 21px;
	line-height: 2em;
}
#gruop .logo {
	padding-bottom: 50px;
}

#gruop .inner02{
	width: 90%;
	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: 100px;
	bottom: 220px;
}
#data .inner ul {
	width: 90%;
	margin: 0 auto;
	max-width: 1090px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
#data .inner ul li{
	width: calc((100% - 70px) / 3);
	margin-right: 35px;
	margin-bottom: 35px;
}
#data .inner ul li.line2{
	width: calc((100% - 70px) / 3 * 2 + 35px);
	margin-right: 35px;
	margin-bottom: 35px;
}
#data .inner ul li.line3{
	width: 100%;
	margin-right: 0;
	margin-bottom: 35px;
}
#data .inner ul li.linelast{
	margin-right: 0;
}
#data .inner ul img{
	width: 100%;
	height: auto;
}
#info{
	width: 100%;
	overflow: hidden;
}
#info .inner{
	width: 90%;
	margin: 0 auto;
	max-width: 950px;
	padding-bottom: 150px;
}
#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: 90%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 70px 0;
}
#entry .step{
	width: 69%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding-bottom: 40px;
}
#entry .step p.come{
	width: calc((100% - 50px) / 3);
	background-color: #0030A3;
	color: #FFF;
	line-height: 40px;
	padding: 0;
}
#entry .step p.arrow{
	width: 25px;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 0;
}
#formWrap{
	width: 69%;
	margin: 0 auto;
}

#entry form{
	width: 69%;
	margin: 0 auto;
}

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

form td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #707070;
}
.form01 {
	padding: 10px 20px;
	width: calc(100% - 40px);
	margin: 4px 0;
	border: 1px solid #BAC2D1;
}
.form02 {
	height: 130px;
	padding: 10px 20px;
	width: calc(100% - 40px);
	margin: 4px 0;
	border: 1px solid #BAC2D1;
 resize: vertical;
}
.form03 {
	width: 100px;
	padding: 10px 20px;
	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.2em;
	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;
}
.submit input {
	background-color: #000;
	color: #FFFFFF;
	border-style: none;
	margin-bottom: 10px;
	text-align: center;
	margin: 0 auto;
	width: 400px;
	padding: 25px 40px;
	font-size: 20px;
	line-height: 1.6em;
	transition: 0.2s;
	background-image: url(../../img/arrow04.png);
	background-repeat: no-repeat;
	background-position: 85% center;
	background-size: 10px auto;
	cursor: pointer;
	font-weight: bold;
}
.submit input:hover{
    color: #FFFFFF;
	background-color: #0030A3;
}
.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: -26px;
    top: -26px;
    color: #D6DCE5;
    cursor: pointer;
    opacity: 1;
    width: 52px;
    height: 52px;
    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: 16px;
    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: 572px auto;
	background-position: right top;
	background-repeat: no-repeat;
}

.modaal-container .inner02.m02 .mbox{
	background-image: url(../../img/numtitle02.png);
}

.modaal-container .inner02.m03 .mbox{
	background-image: url(../../img/numtitle03.png);
}
.mphoto{
	width: 35%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	padding-bottom: 0;
}
.mphoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mbox{
	width: 57%;
	padding:50px 1% 45px 0;
	margin: 0 0 0 auto;
	position: relative;
	font-size: 15px;
	line-height: 2em;
}
.msc{
	height: 430px;
	overflow: auto;
	padding-right: 3%;
	position: relative;
}
.faq{
	padding-bottom: 80px;
}
.faq:last-of-type{
	padding-bottom: 0px;
}
.mtitle{
	padding-bottom: 30px;
}
.mtitle h4{
	font-size: 30px;
	line-height: 1.6em;
	color: #0030A3;
	font-weight: bold;
	padding-bottom: 15px;
}
.mtitle02{
	width: 100%;
	letter-spacing: -1em;
	border-bottom: 2px solid #C6C6C6;
	margin-bottom: 20px;
}
.mtitle02 p{
	font-size: 48px;
	line-height: 1em;
	color: #009CEF;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	letter-spacing: 0;
}
.mtitle02 h5{
	font-size: 18px;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	letter-spacing: 0;
	font-weight: bold;
}
.submit .submit2line input {
	width: 40%;
	display: inline-block;
}
a.phpk{
color: #FFF!important;	
}
.slickslide .photo .pc-none02{
	display: none!important;
}
.slickslide .photo .sp-none02{
	display: inline-block!important;
}
.intbox a {
	padding: 0 20px;
}
.slick-prev{
	background-image: url("../../img/prev.png");
}
.slick-next{
	background-image: url("../../img/next.png");
}

 /* ボタンの見た目 */
  .to-top {
    position: fixed;
    right: 16px;
    bottom: -50px;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: transform .18s ease, opacity .18s ease;
    opacity: 0.95;
	 z-index: 1000;
  }
.to-top a{
	text-decoration: none;
}
  .to-top:hover { transform: translateY(-3px); }

  /* 小さい画面微調整 */
  @media (max-width:767px){
    .to-top { right: 12px; bottom: 12px; padding: 9px; 
	  font-size:11px;}
  }

.bold{
	font-weight: bold;
}
.brandlist{
	font-size:0;
}
.brandlist li {
	width: calc(9.5% - 2px);
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 1%;
	margin: 0.5%;
	height: 90px;
	position: relative;
	
}
.brandlist li img {
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
