@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 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
.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.5em;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: normal;
	color: #e60000;
  line-height: 2;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	text-decoration: none;
	border: 1px solid #e60000;
    color: #e60000;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #e60000;
   /* 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: #e60000;
    color: #ffffff;
   /* border-radius: 50%;*/
    border-color: #e60000;
}
.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%;
	background-color:rgba(255,255,255,0.60);
    border-bottom: 3px solid #30506c;
	position: fixed;
	z-index: 3000;
}


.sm-header {
  display: none;
}


.head-wrap {
	height: 4vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	column-gap: 1.35%;
}
.logo-wrap {
	width: 22.25%;
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
}
.logo-wrap .logo {
	width: 100%;
	padding: 0;
	line-height: 0;
}

.header-box {
	flex-grow: 1;
	margin: 0 -1.35%;
	padding: 0;
	color: #30506c;
}
.header-box a,
.header-box span {
	display: block;
	color: #30506c;
}
.header-box a:hover {
	color: #30506c;
	display: block;
}

.header-box > ul {
	flex-grow: 1;
	list-style: none;
	padding: 0;
	display: flex;
}

.header-box > ul > li {
	border-right: 1px solid #30506c;
	padding: 0 1.875vw;
	position: relative;
}

.header-box > ul > li:last-child {
	border-right: 0;
}

.header-box .parent-menu a{
text-decoration: none;
}

.header-box .parent-menu img{
	display: block;
}

.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{
	width: 13%;
	flex-shrink: 0;
}

.head-btn01 img{
	display: block;
}

.head-lang{
	width: 7.2%;
	flex-shrink: 0;
	display: flex;
	margin-right: 2.25%;
}

.head-lang img{
	display: block;
}

.head-lang-item + .head-lang-item {
	margin-left: -1px;
}

/* -------------------
 * 中ページ ページ上部
 * ------------------- */
.container {
	padding: 4em 0 0;
}
.container#top {
	padding:  0 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;
}

/* -------------------
 * サイドバー
 * ------------------- */
.sidebar ul li {
	padding: 0.5em 0;
  cursor: pointer;
	line-height: 1.5;
}
.sidebar .widget_archive ul li {
  width: 100%;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.sidebar .widget_archive ul li ul {
  padding: 0 0 0 0.5em;
}
.sidebar .widget_archive ul li .icon::after {
  content: '\00203a';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 2em;
  line-height: 1;
  transform:rotate(90deg);
  font-style: normal;
}
.sidebar .widget_archive ul li .open .icon::after {
  content: '\00203a';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.6em;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 2em;
  line-height: 1;
  transform:rotate(270deg);
  font-style: normal;
}
/* -------------------
 * ページタイトル
 * ------------------- */
.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;
}
/* -------------------
 * フッター
 * ------------------- */
 
 .sec05-banabox{
width:76.82%;
margin: 1% auto 5%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.sec05-bana{
width:47.86%;
}
.sec05-bana img{
width:100%;
}
 
 
footer {
	position: relative;
	background-color: #eff2f5;
    color: #000000;border-top: 3px solid #30506c;
}
footer .content {
  width: 75%;
	padding: 5% 0;
  margin: 0 auto;
}

.foot01-wrap{
width:100%;
margin-bottom: 1%;
}

.foot01{
width:100%;
font-size: 1vw;
line-height: 170%;
}

.foot02{
margin-bottom: 0;
}

.foot03{
width:100%;
margin-bottom: 3%;
font-size: 1vw;
line-height: 170%;
display: flex;
}

.foot03#btn{
width:100%;
margin-bottom: 3%;
font-size: 1vw;
line-height: 170%;
display: flex;
}

.f01-l{
width:9.23%;
}

.f-icon{
width:2.3%;
margin: 0 1%;
}
.f-icon img{
width:100%;
}


.parent-menu2#f-navi01 {
  position: relative;
  float: left;
  width: 7.23%;
  margin: 0;
  line-height:100%;
   display: block;
  text-align: left;
}

.parent-menu2#f-navi02 {
  position: relative;
  float: left;
  width: 10%;
  margin: 0;
  line-height:100%;
   display: block;
  text-align: left;
}

.parent-menu2#f-navi03 {
  position: relative;
  float: left;
  width: 23%;
  margin: 0;
 line-height:100%;
   display: block;
  text-align: left;
}

.parent-menu2#f-navi04 {
  position: relative;
  float: left;
  width: 20.5%;
  margin: 0;
  line-height:100%;
  display: block;
  text-align: left;

}

.parent-menu2#f-navi05{
  position: relative;
  float: left;
  width: 11.5%;
  margin: 0;
 line-height:100%;
  display: block;
  text-align: left;
}

.parent-menu2#f-navi06{
  position: relative;
  float: left;
  width: 12.5%;
  margin: 0;
 line-height:100%;
  display: block;
  text-align: left;
}

.parent-menu2#f-navi07{
  position: relative;
  float: left;
  width: 13%;
  margin: 0;
 line-height:100%;
  display: block;
  text-align: left;
}



.parent-menu2 a:hover {
 /* transition: border-bottom 0.5s;*/
}
.parent-menu2 a {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0;
  /*transition: border-bottom 0.5s;*/
}


.parent-menu2 .child-menu {
  width: 100%;
  font-size: 1vw;   
  position: relative;
  line-height: 140%;
  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;*/
  padding:  0;
}
.parent-menu2 .child-menu a {
    color: #000;
    text-align: left;
}
.parent-menu2 .child-menu a:hover,
.parent-menu2 .current-menu > a,
.parent-menu2 .current-menu > span {
  margin-left: 0;
  color: #000;
}
.parent-menu2:hover .child-menu {
  /*top: 1.2vw;*/
  opacity: 1;
  visibility: visible;
  left: 0;
}

.parent-menu2 .child-menu li a {
  display: block; 
  padding: 1% 0 1% 5%;
	text-decoration: none;
    line-height: 150%;
}

.parent-menu2 .child-menu li a:hover {
  opacity: 0.6;
}





.f-btn{
width:13.23%;
margin-right: 1%;
}

.f-btn#long{
width:20%;
margin-right: 1%;
}

.f-btn a{
width:100%;
display: block;
background-color: #ffffff;
border: 1px solid #000000;
line-height: 2.5vw;
border-radius: 1.2vw;
text-align: center;
text-decoration: none;

}

.f-logo{
width:27.23%;
}
.f-logo img{
width:100%;
}

/* ページの先頭へ */
.top-btn {
  display: block;
  position: fixed;
  z-index: 2000;
  bottom: 3em;
  right: 20%;
  width: 3%;
  height: 6em;
}
.top-btn a {
}
.top-btn a img{
width:100%;
}

/*
.top-btn a::before {
	content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-bottom: 0.5em solid #000;
}
.top-btn a:hover::before {
	content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-bottom: 0.5em solid #000;
}
*/






/* ============================================================================================================================
スマホ
=============================================================================================================================== */
@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: 48px;
}

.container {
    padding: 48px 0 0;
}

.container#top {
    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: 100%;
    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%;**/
	width: 220px;
}
#header .logo-wrap .name .txt01 {
  font-size: 16px;
}
#header-bg {
  display: none;
}
.is-fixed {
  display: none;
}
/* -------------------
 * コンテンツ
 * ------------------- */

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;
}
/* -------------------
 * フッター
 * ------------------- */
 
 /* 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;
}

.foot03 {
    width: 100%;
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 170%;
    display: flex;
}

.f01-l {
    width: 30%;
}

.f-icon {
    width: 12%;
    margin: 0 1%;
}

.foot03 {
    width: 100%;
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 170%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot03#btn {
    width: 100%;
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 170%;
    display: flex;
}

.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;
}

.f-btn#long {
    width: 100%;
    FONT-WEIGHT: 100;
}

.f-logo {
    width: 100%;
}

.top-btn {
  display: none !important;
}

.foot-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
    line-height: 0;
}





}