@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;
}


.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: 6%;
    float: left;
    margin-left: 2%;
    margin-top: 0;
}

.navi_l img{
	width:100%;
}

.navi-c{
width: 25%;
    float: left;
    margin: 0.5% 0 0 50%;
}

.navi-c img{
width:70%;
}


.toi{
width: 10%;
float: left;
text-align: center;
padding: 7px 10px;
border: 1px solid #000;
font-size: 1.1vw;
letter-spacing: 0.1rem;
font-weight: bold;
    line-height: 100%;
    margin: 1.5% 0 0;
}
.toi a{
display: block;
}


.navi_r{
	float: right;
	margin-right: 5%;
	margin-top: -2.8%;
}

.drawer-hamburger:after{
	display: block;
	content:"MENU";
	width:100%;
	margin-top:20px;
	font-size:13px;
	color:#fff;
    line-height: 100%;
}

/***************　スクロール固定　ヘッダー　*********************************/
#fixed-header {
  position: fixed;
  top: -80px;  
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 2em;
  text-align: center;
  color: #000;
  background:rgba(255,255,255,0.90);
  box-sizing: border-box;
  transition: .5s; /* アニメーションタイミング */
  z-index: 1000;
}
#fixed-header.is-show {
  top: 0;
}



/* -------------------
 * 中ページ ページ上部
 * ------------------- */
.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;
  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;
}

.wp-block-group__inner-container{
color:#897459;
line-height: 170%;
text-align: left;
}

.wp-block-group__inner-container a{
color:#897459;
}

.wp-block-group__inner-container h2{
font-size: 1.2vw;
border-bottom: 1px solid #897459;
text-align: center;
margin-bottom: 5%;
}

/* -------------------
 * ページタイトル
 * ------------------- */
.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;
}
/* -------------------
 * フッター
 * ------------------- */
 .f-bana-area{
 width:90.1%;
 margin: 0 auto 1%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 }
 
 .f-bana{
 width:32.71%;
 }
 .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: #feebdf;
	color: #000000;
	width: 100%;
	/*height: 60px;*/
	padding: 3% 0;
	vertical-align: middle;
}

.foot_in{
	width:59.79%;
	margin: 0 auto;
    display: flex;
    position: relative;
}

.foot-l{
width:65%;
}

.foot-l table td{
font-size:1vw;
line-height: 150%;
}

.foot-l table td.logo{
width:20.7%;
vertical-align: middle;
}
.foot-l table td.logo img{
width:78.125%;
margin: 0 auto;
}

.foot-t{
font-size: 1.2vw;
}

.foot-r{
width:17.5%;
font-size: 0.9vw;
}


.f-logo{
width:11.5%;
margin-bottom: 3%;
}
.f-logo img{
width:100%;
}

.foot-b{
width:100%;
background-color: #f6782d;
font-size: 0.8vw;
color: #ffffff;
line-height: 170%;
text-align: center;
}

.f-sdgs{
position: absolute;
width:18.81%;
right: 0;
bottom: 2%;
}
.f-sdgs img{
width:100%;
}

/* 戻るボタン */
#back-top{
    position: fixed;
    right: 35px;
    bottom: 30px;
    cursor: pointer;
}

/************swiper****************/
.swiper-container {
  padding: 0 0 50px;
}

.s-fade-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.s-fade-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 5vw;
}

.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: 70px;
}

.container {
    padding:  0 0;
}

.container#top {
    padding: 0 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: 17%;
    }

.navi-c{
width: 35%;
    float: left;
    margin: 1% 3% 0 3%;
}

.navi-c img{
width:100%;
}


.toi{
width: 20%;
    float: left;
    text-align: center;
    padding: 5px;
    border: 1px solid #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    margin: 5% 0 0;
}

/***************　スクロール固定　ヘッダー　*********************************/
#fixed-header {
  position: fixed;
  top: -60px;  
  width: 100%;
  height: 60px;
  line-height: 60px;

/* -------------------
 * コンテンツ
 * ------------------- */

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-l {
    width: 100%;
}

.foot-l table td {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 3%;
}

.foot-t {
    font-size: 18px;
}
 
.foot-r {
display: none;
    width: 100%;
    font-size: 14px;
} 

.f-sdgs {
    position: relative;
    width: 50%;
    margin: 2% auto;
    }
 
 /* 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-logo {
    width: 100%;
}

.top-btn {
  display: none !important;
}

.foot-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
    line-height: 0;
}





}