@charset "utf-8";

/* 装飾
------------------------------------------------------------*/
.op {
transition: 0.3s;
}
.op:hover {
opacity: 0.7;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#1299df;
	text-decoration:none;
}
a:visited {
	color:#1299df;
	text-decoration:none;
}
a:hover {
	color:#1299df;
	text-decoration:underline;
}
a:active {
	color:#1299df;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
position: relative;
font-family: "游明朝","YuMincho","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}
div.top_menu span {
background: #fff;
}
div#g-nav-list {
background: url("../img/back_menu.webp") no-repeat right top/cover;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}






/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
body{
font-size: 1.6rem;
line-height: 3rem;
}
.openbtn, #g-nav {
display: none;
}
.top_menu {
display: block !important;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 60%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
	margin-bottom: 2rem;
	text-align: center;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 3.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.8rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 46px;
	right: 0;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

/* メインCSSここから */
footer {
background: #000;
margin-top: 10rem;
padding: 0 0 3rem 0;
color: #fff;
}
footer nav {
background: #232323;
border-bottom: 0.1rem solid #4d4d4d;
padding: 2rem 0;
text-align: center;
margin-bottom: 8rem;
}
footer nav ul {
display: flex;
justify-content: center;
}
footer nav ul li {
margin: 0 3rem;
}
footer nav ul li a {
font-size: 2rem;
transition: 0.3s;
}
footer nav ul li a:link {
color: #fff;
}
footer nav ul li a:visited {
color: #fff;
}
footer nav ul li a:hover {
color: #fff;
opacity: 0.7;
text-decoration: none;
}
footer nav ul li a:active {
color: #fff;
}
footer article {
text-align: center;
}
footer article img {
margin-bottom: 2rem;
}
footer small {
display: block;
text-align: center;
margin-top: 5rem;
font-size: 1.3rem;
}
.hdr {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 10rem 0 36rem 0;
text-align: center;
color: #fff;
}
.hdr h1 {
font-size: 5rem;
letter-spacing: 1rem;
margin-bottom: 8rem;
text-shadow: 0 0 2rem rgba(0,0,0,1);
animation: lft_slide 1s forwards;
}
@keyframes lft_slide {
0% {
transform: translateX(-10rem);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.hdr > div {
display: flex;
justify-content: space-between;
background: rgba(0,0,0,0.5);
padding: 3rem 0;
}
.hdr > div h2 {
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
width: 60%;
}
.hdr > div > div {
width: 40%;
}
nav.hdrnav {
background: #232323;
border-bottom: 0.1rem solid #4d4d4d;
padding: 2rem 0;
text-align: center;
margin-bottom: 8rem;
}
nav.hdrnav ul {
display: flex;
justify-content: center;
}
nav.hdrnav ul li {
border-left: 0.1rem solid rgba(255,255,255,0.7);
}
nav.hdrnav ul li:last-child {
border-right: 0.1rem solid rgba(255,255,255,0.7);
}
nav.hdrnav ul li a {
font-size: 2rem;
transition: 0.3s;
padding: 0 4rem;
}
nav.hdrnav ul li a:link {
color: #fff;
}
nav.hdrnav ul li a:visited {
color: #fff;
}
nav.hdrnav ul li a:hover {
color: #fff;
opacity: 0.7;
text-decoration: none;
}
nav.hdrnav ul li a:active {
color: #fff;
}
.wrap {
width: 100rem;
margin: 0 auto 6rem auto;
}
.s_read {
text-align: center;
letter-spacing: 0.4rem;
padding-bottom: 1.4rem;
margin-bottom: 4rem;
border-bottom: 0.1rem solid #000;
font-size: 3rem;
}
.s_read img {
margin-right: 1rem;
}
.s_read2 {
text-align: center;
letter-spacing: 0.4rem;
padding: 1.2rem 0;
margin-bottom: 4rem;
font-size: 2.6rem;
color: #fff;
background: #00134A;
}
.subj1 p {
font-size: 1.8rem;
margin-bottom: 3rem;
}
.subj2 p {
font-size: 1.8rem;
margin-bottom: 3rem;
text-align: center;
}
.ftr_pic {
margin-bottom: 5rem;
}
.ftr_pic img {
width: 100%;
}
.toi {
width: 100rem;
margin: 5rem auto;
color: #fff;
font-size: 2.4rem;
display: flex;
align-items: center;
justify-content: center;
background: #133169;
padding: 2rem 0;
font-family: "游ゴシック","YuGothic";
}
.toi p {

}
.toi img {
margin-right: 1rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
#sp_toi {
display: none;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 60%;
	text-align: center;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	margin-bottom: 2rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 3.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.8rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 46px;
	right: 0;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

/* メインCSSここから */
footer {
background: #000;
margin-top: 10rem;
padding: 0 0 3rem 0;
color: #fff;
}
footer nav {
background: #232323;
border-bottom: 0.1rem solid #4d4d4d;
padding: 2rem 0;
text-align: center;
margin-bottom: 8rem;
}
footer nav ul {
display: flex;
justify-content: center;
}
footer nav ul li {
margin: 0 2rem;
}
footer nav ul li a {
font-size: 1.8rem;
transition: 0.3s;
}
footer nav ul li a:link {
color: #fff;
}
footer nav ul li a:visited {
color: #fff;
}
footer nav ul li a:hover {
color: #fff;
opacity: 0.7;
text-decoration: none;
}
footer nav ul li a:active {
color: #fff;
}
footer article {
text-align: center;
}
footer article img {
margin-bottom: 2rem;
}
footer small {
display: block;
text-align: center;
margin-top: 5rem;
font-size: 1.3rem;
}
.hdr {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 10rem 0 20rem 0;
text-align: center;
color: #fff;
}
.hdr h1 {
font-size: 5rem;
letter-spacing: 1rem;
margin-bottom: 8rem;
text-shadow: 0 0 2rem rgba(0,0,0,1);
}
.hdr > div {
display: flex;
justify-content: space-between;
background: rgba(0,0,0,0.5);
padding: 3rem 0;
}
.hdr > div h2 {
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
width: 50%;
}
.hdr > div > div {
width: 50%;
text-align: center;
padding: 0 2rem;
}
nav.hdrnav {
background: #232323;
border-bottom: 0.1rem solid #4d4d4d;
padding: 2rem 0;
text-align: center;
margin-bottom: 8rem;
}
nav.hdrnav ul {
display: flex;
justify-content: center;
}
nav.hdrnav ul li {
border-left: 0.1rem solid rgba(255,255,255,0.7);
}
nav.hdrnav ul li:last-child {
border-right: 0.1rem solid rgba(255,255,255,0.7);
}
nav.hdrnav ul li a {
font-size: 2rem;
transition: 0.3s;
padding: 0 3rem;
}
nav.hdrnav ul li a:link {
color: #fff;
}
nav.hdrnav ul li a:visited {
color: #fff;
}
nav.hdrnav ul li a:hover {
color: #fff;
opacity: 0.7;
text-decoration: none;
}
nav.hdrnav ul li a:active {
color: #fff;
}
.wrap {
padding: 0 2rem;
margin: 0 auto 6rem auto;
}
.s_read {
text-align: center;
letter-spacing: 0.4rem;
padding-bottom: 1.4rem;
margin-bottom: 4rem;
border-bottom: 0.1rem solid #000;
font-size: 3rem;
}
.s_read img {
margin-right: 1rem;
}
.s_read2 {
text-align: center;
letter-spacing: 0.4rem;
padding: 1.2rem 0;
margin-bottom: 4rem;
font-size: 2.6rem;
color: #fff;
background: #00134A;
}
.subj1 p {
font-size: 1.8rem;
margin-bottom: 3rem;
}
.subj2 p {
font-size: 1.8rem;
margin-bottom: 3rem;
text-align: center;
}
.ftr_pic {
margin-bottom: 5rem;
}
.ftr_pic img {
width: 100%;
}
.toi {
width: 96%;
margin: 5rem auto;
color: #fff;
font-size: 1.8rem;
display: flex;
align-items: center;
justify-content: center;
background: #133169;
padding: 2rem 0;
font-family: "游ゴシック","YuGothic";
}
.toi p {

}
.toi img {
margin-right: 1rem;
}


}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
.sp_none, #back-top {
display: none !important;
}
body{
font-size: 1.4rem;
line-height: 1.7;
width: 100%;
position: relative;
z-index: 1;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	margin: 8rem auto;
	width: 70%;text-align: center;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0.8rem;;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 2rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
font-size: 1.5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 2.4rem;
	right: 0;
	cursor: pointer;
    width: 80px;
    height: 80px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 4px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:0;	
}

.openbtn span:nth-of-type(2) {
	top:15px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

/* メインCSSここから */
footer {
background: #000;
margin-top: 10rem;
padding: 0 0 3rem 0;
color: #fff;
}
footer nav {
background: #232323;
border-bottom: 0.1rem solid #4d4d4d;
padding: 2rem 0;
text-align: center;
margin-bottom: 8rem;
}
footer nav ul {
display: flex;
justify-content: center;
flex-direction: column;
}
footer nav ul li {
margin: 1rem 0;
}
footer nav ul li a {
font-size: 1.6rem;
transition: 0.3s;
}
footer nav ul li a:link {
color: #fff;
}
footer nav ul li a:visited {
color: #fff;
}
footer nav ul li a:hover {
color: #fff;
opacity: 0.7;
text-decoration: none;
}
footer nav ul li a:active {
color: #fff;
}
footer article {
text-align: center;
}
footer article img {
margin-bottom: 2rem;
}
footer small {
display: block;
text-align: center;
margin-top: 5rem;
font-size: 1.3rem;
}
.hdr {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 8rem 0 16rem 0;
text-align: center;
color: #fff;
margin-bottom: 5rem;
}
.hdr h1 {
font-size: 3rem;
letter-spacing: 1rem;
margin-bottom: 5rem;
text-shadow: 0 0 2rem rgba(0,0,0,1);
}
.hdr > div {
display: flex;
justify-content: center;
flex-direction: column;
background: rgba(0,0,0,0.5);
padding: 2rem 0;
text-align: center;
}
.hdr > div h2 {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem;
margin-top: 1rem;
order: 2;
}
.hdr > div > div {
order: 1;
}
.hdr > div > div img {
width: 20rem;
}
nav.hdrnav {
display: none;
}
.wrap {
padding: 
 2rem;margin: 0 auto 6rem auto;
}
.s_read {
text-align: center;
letter-spacing: 0.4rem;
padding-bottom: 1.4rem;
margin-bottom: 4rem;
border-bottom: 0.1rem solid #000;
font-size: 3rem;
}
.s_read img {
margin-right: 1rem;
vertical-align: -0.3rem;
}
.s_read2 {
text-align: center;
letter-spacing: 0.4rem;
padding: 1.2rem 0;
margin-bottom: 4rem;
font-size: 2.6rem;
color: #fff;
background: #00134A;
}
.subj1 p {
font-size: 1.6rem;
margin-bottom: 3rem;
}
.subj2 p {
font-size: 1.6rem;
margin-bottom: 3rem;
}
.ftr_pic {
margin-bottom: 5rem;
}
.ftr_pic img {
width: 100%;
}
.toi {
margin: 5rem auto;
color: #fff;
font-size: 1.6rem;
background: #133169;
padding: 3rem 2rem;
font-family: "游ゴシック","YuGothic";
}
.toi div {
text-align: center;
margin-bottom: 1rem;
}
.toi p {

}

}