@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     レイアウト
 Notes:          
--------------------------------------------------------------- */
html {
	font-size: min(max(10px, calc(0.625rem + ((1vw - 7px) * 1))), 14px);
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}
.futura {
	font-family: 'Hind', sans-serif;
	font-weight: 700;
}
img { 
	max-width: 100%;
	height: auto;
}
a { 
	outline:none;
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#point01,
#point02, 
#point03, 
#point04, 
#point05, 
#point06, 
#point07, 
#point08 {
	margin: -6em 0 0;
	padding: 6em 0 0;
	display: block;
}
a:link,
a:visited { /*color: #DDD; text-decoration: underline;*/ }
a:hover {
	text-decoration: none;
  cursor:pointer;
  cursor:hand;
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
ul li {
	list-style-type: none;
}
.fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.fit-img {
	max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.fit-img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.fit-img img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  ransform: none;
}
}
.zoom {
	overflow: hidden;
}
.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.zoom:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom02 {
	overflow: hidden;
}
.zoom02 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.zoom02:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.sm-only {display: none;}
.pc-only {display: block;}
.clearfix {clear: both;}
/*.sm-header {display: none;}*/

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* wpページナビ */
.wp-pagenavi {
	width: 100%;
	margin: 10% 0;
	position:relative;
	text-align: center;
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	overflow: hidden;
	margin: 0 3px 10px;
    padding: 0 0.75em;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: normal;
	color: #000;
  line-height: 2;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	text-decoration: none;
	border: 1px solid #ffdd11;
    color: #000;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ffdd11;
    border-radius: 50%;
    }


.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	padding: 0 0.5%;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #ffdd11;
    color: #000;
   /* border-radius: 50%;*/
    border-color: #ffdd11;
}
.prev-area {
	width: 100%;
	margin: 10% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prev-area a {
	padding: 1em 0;
	display: block;
  text-align: center;
}
.kiji-list {
	margin: 0 auto;
}
.before-kiji {
}
.after-kiji {
}

/* -------------------
 * 404
 * ------------------- */
.wrap-404 {
	width: 100%;
	padding: 15% 0 5%;
	text-align: center;
}
.wrap-404 .title {
	margin: 0 auto 5%;
	font-size: 6em;
  font-weight: bold;
	line-height: 0;
}
.wrap-404 .txt01 {
	margin: 0 auto 5%;
	font-size: 2em;
	font-weight: bold;
}
.wrap-404 .txt02 {
	font-weight: bold;
	margin: 0 auto 1.5em;
}
/* -------------------
 * ヘッダー
 * ------------------- */
#header {
	width: 100%;
	position: fixed;
	z-index: 3000;
    height: 4vw;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}


.sm-header {
  /*display: none;*/
}


.head-wrap {
	height: 4vw;
	margin: 0 auto;
	display: flex;
}
.logo-wrap {
	width: 26%;
	display: flex;
	align-items: flex-end;
}
.logo-wrap .logo {
	width: 100%;
	margin: 0 5% 0 0;
	padding: 0;
	line-height: 0;
}

.header-box {
width: 74%;      
  padding: 0;
float: right;
color: #30506c;
}
.header-box a,
.header-box span {
  display: block;
  color: #30506c;
}
.header-box a:hover {
  color: #30506c;
  display: block;
}

.header-box ul {
width: 73.94%;   
margin: 2% 0;    
  list-style: none;
  padding: 0;
}

.header-box .parent-menu a{
text-decoration: none;
}

.header-box .parent-menu#nav01 {
  font-size: 1vw;
  position: relative;
  float: left;
  width: 21.42%;
  margin: 0;
  line-height:100%;
   display: block;
  text-align: center;
  border-right: 1px solid #30506c;
}

.header-box .parent-menu#nav02 {
  font-size: 1vw;
  position: relative;
  float: left;
  width: 27.14%;
  margin: 0;
  line-height:100%;
   display: block;
  text-align: center;
  border-right: 1px solid #30506c;
}

.header-box .parent-menu#nav03 {
  font-size: 1vw;
  position: relative;
  float: left;
  width: 17.14%;
  margin: 0;
 line-height:100%;
   display: block;
  text-align: center;
  border-right: 1px solid #30506c;
}

.header-box .parent-menu#nav04 {
  font-size: 1vw;
  position: relative;
  float: left;
  width: 17.14%;
  margin: 0;
  line-height:100%;
  display: block;
  text-align: center;
  border-right: 1px solid #30506c;
}

.header-box .parent-menu#nav05 {
  font-size: 1vw;
  position: relative;
  float: left;
  width: 17.14%;
  margin: 0;
 line-height:100%;
  display: block;
  text-align: center;
}



.header-box .parent-menu a:hover {
  transition: border-bottom 0.5s;
}
.header-box .parent-menu a {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0;
  transition: border-bottom 0.5s;
}


.header-box .child-menu {
  width: 100%;
  font-size: 1vw;   
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color:rgba(48,80,108,0.70);
  padding:  0;
}
.header-box .child-menu a {
    color: #fff;
    text-align: left;
}
.header-box .child-menu a:hover,
.header-box .current-menu > a,
.header-box .current-menu > span {
  margin-left: 0;
  color: #fff;
}
.header-box .parent-menu:hover .child-menu {
  top: 2.4vw;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.header-box .parent-menu .child-menu li a {
  display: block; 
  padding: 8% 0 5% 3%;
	text-decoration: none;
    line-height: 150%;
    border-bottom: 1px solid #ffffff;
    background-color:#30506c;
}

.header-box .parent-menu .child-menu li.h-top a {
  display: block; 
	text-decoration: none;
    line-height: 150%;
    border-bottom: 1px solid #ffffff;
    background-color:#30506c;
}

.header-box .parent-menu .child-menu li.last a {
  display: block; 
  padding: 5% 0 8% 3%;
	text-decoration: none;
    line-height: 150%;
    border-bottom: none;
}

.header-box .parent-menu .child-menu li.h-s a {
    padding: 3% 0 3% 3%;
    border-bottom: none;
    line-height: 130%;
}

.header-box .parent-menu .child-menu li.h-s.last a {
    padding: 3% 0 8% 3%;
    border-bottom: none;
    line-height: 130%;
}

.header-box .parent-menu .child-menu li.h-s.h-top a {
    padding: 6% 0 3% 3%;
    border-bottom: none;
    line-height: 130%;
}

.header-box .parent-menu .child-menu li.h-s2 a {
    line-height: 130%;
    padding: 3% 0 6% 3%;
    border-bottom: 1px solid #ffffff;
}


.header-box .parent-menu .child-menu li a:hover {
  color: #fff!important;
  background-color:rgba(48,80,108,0.90);
}
.header-box .parent-menu .child-menu li:last-child {
  border-bottom: none;
}


.head-btn01 a{
	width:13%;
	position: absolute;
	right: 6.25%;
	top:20%;
    display: block;
    background-color: #e60000;
    color:#ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 1.25vw;
    line-height: 2.5vw;
}

.head-btn01 a:hover{
	background-color:rgba(255,0,4,0.60);
}

.navi_l {
    width: 25%;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
}

.navi_l img{
	width:100%;
}

.navi_r{
	float: right;
	margin-right: 5%;
	margin-top: -2.8%;
}

.drawer-hamburger:after{
	/*display: block;
	content:"MENU";
	width:100%;
	margin-top:10px;
	font-size:13px;
	color:#fff;*/
}

/* -------------------
 * 中ページ ページ上部
 * ------------------- */
.container {
	padding: 4em 0 0;
}
.container#top {
	padding:  4vw 0;
}

#main-bottom {
  margin-top: -4em;
  padding-top: 4em;
	display: block;
}
.main-image {
	width: 100%;
	margin: 0 auto 0;
padding: 0;
}

.bxslider{
height: auto;
}



ul.in-menu-wrap {
	width: 80%;
  max-width: 870px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
ul.in-menu-wrap li.in-menu {
	/* width: 14.2857%;
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7); */
	width: 100%;
	text-align: center;
	border-right: 1px solid #000;
}
ul.in-menu-wrap li.in-menu:last-child {
	border-right: none;
}
ul.in-menu-wrap li.in-menu a {
	display: block;
}


/* -------------------
 * ページタイトル
 * ------------------- */
.main-title-area {
	padding: 5% 0;
	text-align: center;
	color: #fff;
	background-color: #063459;
}
.main-title-area h2.title {
	font-size: 1.7em;
	line-height: 1;
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.main-title-area h3.title {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.main-title-wrap {
	text-align: center;
	color: #fff;
}
.main-title-wrap h2.title {
	font-size: 1.7em;
	letter-spacing: 0.3em;
	text-indent: -0.3em;
	line-height: 1;
	font-family: 'Hind', sans-serif;
}
.main-title-wrap h3.title {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.title-wrap {
	text-align: center;
}
.title-wrap h2.title {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	line-height: 1;
	font-family: 'Hind', sans-serif;
}
.title-wrap h3.title {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
/* -------------------
 * フッター
 * ------------------- */
 .sec-foot{
 width:100%;
 margin: 0 auto 3%;
 }
 
  .sec-foot#bg{
 width:100%;
 margin: 0 auto;
 padding-bottom: 3%;
 background-color: #efffff;
 }
 
 .f-bana-area{
 width:52.0833%;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 }
 
 .f-bana{
 width:49%;
 }
 .f-bana img{
 width:100%;
 }
 
 .btn-area {
    width: 59.79%;
    margin: 0 auto 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-icon {
    width: 32.4%;
}

.btn-icon img {
    width: 100%;
}
 
 #footer {
	text-align: left;
	background-color: #1055a3;
	color: #ffffff;
	width: 100%;
	padding:  0;
    letter-spacing: 0.1rem;
}

.foot_in{
	width:80.52%;
	margin: 0 auto;
    padding: 3% 0;
    font-size: 1vw;
}

.foot-t{
font-size: 1.3vw;
font-weight: bold;
}

.foot-b{
width:100%;
font-size: 0.9vw;
color: #ffffff;
line-height: 200%;
text-align: center;
border-top: 1px solid #ffffff;
background-color: #1055a3;
letter-spacing: 0.1rem;
}


/* 戻るボタン */
.top-btn {
    display: block;
    position: fixed;
    z-index: 2000;
    bottom: 3em;
    right: 0;
    width: 8.3333%;
}

.top-btn a img {
    width: 100%;
}

/************swiper****************/
.swiper-container {
  padding: 0 0 50px;
}


.swiper-slide-active .s-fade-text {
  animation: slideTextFade 5s ease 0s 1 normal;
}

@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ============================================================================================================================
スマホ
=============================================================================================================================== */
@media only screen and (max-width: 699px) {
html {
	font-size: 14px;
}

#header {
    width: 100%;
    /*background-color: rgba(255,255,255,1);
    border-bottom: 3px solid #30506c;*/
    position: fixed;
    z-index: 3000;
    height: 50px;
}

.container {
    padding:  0 0;
}

.container#top {
    padding:50px 0 0;
}

.swiper-container {
  padding: 0 ;
}

.pc-only {
  display: none;
}
.sm-only {
  display: block;
}
.sm-header {
  display: block;
}
.head-navi {
	display: none !important;
}
/* -------------------
 * 404
 * ------------------- */
.wrap-404 {
  width: 95%;
}
.wrap-404 .title {
	line-height: 0.5em;
}
.wrap-404 .txt03 {
  text-align: left;
}
/* -------------------
 * ヘッダー
 * ------------------- */
 
 .head-wrap {
    width: 95%;
    height: 5em;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
#header .head-box {
  width: 100%;
}
#header .logo-wrap {
  width: 80%;
  display: block;
}
#header .logo {
	margin: 0 0 2%;
}
#header .logo-wrap .name .txt01 {
  font-size: 16px;
}
#header-bg {
  display: none;
}
.is-fixed {
  display: none;
}

.navi_l {
    width: 75%;
    margin-top: 3%;
    }

/* -------------------
 * コンテンツ
 * ------------------- */

h1.title {
  font-size: 20px !important;
}
.main-image {
  width: 100%;
}
.main-image .txt01 {
  font-size: 40px;
}
.main-image .under-scroll {
  display: none;
}
h1.main-title {
  font-size: 22px;
  margin: 0 auto;
}
ul.in-menu-wrap {
  width: 90%;
	margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
}
ul.in-menu-wrap li.in-menu {
  width: 33.3333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0 auto 3%;
  border-right: none;
}
/* -------------------
 * フッター
 * ------------------- */
 
 .btn-icon {
    width: 100%;
}
 
 .f-bana-area {
    width: 80%;
    }
    
.f-bana {
    width: 100%;
}    
 
 .btn-area {
    width: 80%;
    }
 
 .foot_in {
    width: 90%;
    display: block;
    }
 


.foot-t {
    font-size: 18px;
}
 

 
 /* section 5 */

.sec05 {
    height: auto;
    padding: 0 0 3%;
    position: relative;
}

.sec05 .content {
	width: 100%;
  margin: 0 auto;
}

.sec05-banabox {
    width: 90%;
    margin: 1% auto 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
footer {
  background-size: cover;
  background-attachment: unset;
  padding-bottom: 7rem;
}

footer .content {
    width: 80%;
    /* max-width: 1300px; */
    padding: 5% 0;
    margin: 0 auto;
}



.f-btn {
    width: 48%;
}

.f-btn a {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: 1px solid #000000;
    line-height: 200%;
    border-radius: 14px;
    margin-bottom: 5%;
    text-align: center;
    text-decoration: none;
}


.top-btn {
  display: none !important;
}

.foot-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
    line-height: 0;
}

.foot_in {
font-size: 14px;
}

.foot-b {
    width: 100%;
    font-size: 12px;
    }

}