@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w40per{width: 40%;}
.w48per img,.w40per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.w90per{width: 90%;margin: 0 auto;}
.white{color:#ffffff;}
p{text-align: justify;}
.sec_ttl{font-size: 4em;text-align: center;}
.barlow{font-family: 'Barlow', sans-serif;}
.sec_ttl_left{font-size: 3.6em;text-align: left;}
.tex_blue{color:#009ede;}
.sec_p{line-height: 1.6;text-align: justify;}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.shadow{filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
.shadow02{filter: drop-shadow(2px 2px 3px  rgba(0, 0, 0, 1));}

/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: right;
width: 1000px;
  padding: 0.2em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */

#page_header .content {
    position: relative;
    z-index: 1;
}

#page_header .content__mv {
    margin-top: 100px;
    display: block;
    height: 25rem;
    overflow: hidden;
    position: relative;
}
#page_header .content__mv .img {
    position: relative;
    z-index: 5;
    width: calc(100% - 20%);
    height: 25rem;
    margin-left: 20%;
}

#page_header .content__mv h2{text-align: left; font-size: 3.4em;color: #0f2340;text-shadow:0 0 10px #ffffff,0 0 10px #ffffff;
    z-index: 6;
    left: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
position: absolute;}
.title_sub{font-size: 1.2em;
    z-index: 6;
    left: 6%;
    top: 66%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
position: absolute;}
.heading {
  position: relative;
  text-align: left; /* 文字の中央寄せ */
	margin-bottom: 0.4em;
}
.heading::before {
  background-color: #2ea6df; /* 線の色 */
  bottom: -8px; /* 線の位置 */
  content: "";
  height: 5px; /* 線の高さ */
  left: 0%; /* 線の中央寄せ */
  position: absolute;
  width: 120px; /* 線の長さ */
}

.contents_ttl span{display: flex;align-items: center;font-size: 1.8em;margin-bottom: 5%;margin-top: 5%;text-transform: uppercase;font-weight: bold;color: #000000;}
.contents_ttl span::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 5px;
    background-color: #2ea6df;
}

/* ====== ページネーションCSS ====== */
.pagination .page-numbers {
  color: #2ea6df;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2rem;
  position: relative;
  display: inline-block;
  border: solid 1px #2ea6df;
  padding: 6px 11px 5px;
  margin: 2em 6px 5em;
}

.pagination .current {
  color: #fff;
  background-color: #2ea6df;
}

.pagination .dots {
  border: none;
  margin: 0 3px;
}

.pagination .prev {
  position: relative;
  padding-left: 23px;
}

.pagination .prev::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(225deg);
  margin: auto;
}

.pagination .next {
  position: relative;
  padding-right: 23px;
}

.pagination .next::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  margin: auto;
}

.pagination a:hover {
  color: #fff;
  background-color: #333;
  transition: .3s;
}

.pagination .prev:hover::after,
.pagination .next:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page_f-left{float: left;}
.page_f-right{float: right;}
.page_navi{margin: 5em 0 3em;}
.page_navi_lr{font-size: 1.0em;}
.more_btn{width: 40%;display: block;margin: 2em auto;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.sponly{display: none;}
#page_header .content__mv h2{text-align: left; font-size: 3.4em;color: #0f2340;text-shadow:0 0 10px #ffffff,0 0 10px #ffffff;
    z-index: 6;
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
position: absolute;}
.title_sub{font-size: 1.2em;
    z-index: 6;
    left: 3%;
    top: 66%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
position: absolute;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header .content {
    position: relative;
    z-index: 1;
}

#page_header .content__mv {
    margin-top: 100px;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
}
#page_header .content__mv .img {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 15rem;
    margin-left: 0;
}

#page_header .content__mv h2{text-align: left; font-size: 2.8em;color: #0f2340;text-shadow:0 0 10px #ffffff,0 0 10px #ffffff;
    z-index: 6;
    left: 3%;
    top: 70%;  
position: absolute;}
.title_sub{font-size: 1.1em;
    z-index: 6;
    left: 5%;
    top: 90%;
position: absolute;}

.contents_ttl span{display: flex;align-items: center;font-size: 1.4em;margin-bottom: 5%;margin-top: 5%;text-transform: uppercase;font-weight: bold;color: #000000;}
.contents_ttl span::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 3px;
    background-color: #2ea6df;
}
.spnone{display: none;}
.sponly{display: block;}
.f-left{float: none;}
.f-right{float: none;}
.w30per{width: 70%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w40per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	
.w90per{width: 100%;margin: 0 auto;}
.sec_ttl_left{font-size: 2.6em;text-align: left;}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 0.8em;
}	
/* パンくずリストcss *************************************************************** */
.page_navi{margin: 2em 0 0em;}
.more_btn{width: 80%;display: block;margin: 0em auto;}

	

}
