@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:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
position: relative;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}

/* ページャー（一覧） */
.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: 1200px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
#g-nav {
display: none;
}
body{
position: relative;
font-size: 1.6rem;
line-height: 1.8;
scroll-behavior: smooth;
z-index: 1;
}

header#hdr h1 {
background: #3165ae;
color: #fff;
padding: 3rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 2.8rem;
line-height: 1;
}
header#hdr nav ul {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 2rem;
padding: 1.4rem 3rem;
}
header#hdr nav ul li {
display: inline-block;
margin: 0 1rem;
}
header#hdr nav ul li a:link {
color: #3165ae;
}
header#hdr nav ul li a:visited {
color: #3165ae;
}
header#hdr nav ul li a:hover {
color: #3165ae;
opacity: 0.7;
}
header#hdr nav ul li a:active {
color: #3165ae;
}

#top_catch {
position: relative;
}
#top_catch > div:first-child {
display: flex;
justify-content: space-between;
z-index: 1;
}
#top_catch > div:first-child h2 {
width: 30%;
background: #acdcf5;
padding: 5rem 5rem 24rem 5rem;
}
#top_catch > div:first-child figure {
width: calc(100% - 30%);
}
#top_catch > div:first-child figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#top_catch > div:last-child {
position: absolute;
bottom: 0;
left: 0;
}

.read1 {
position: relative;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3.2rem;
}
.read1::before {
content: "";
position: absolute;
top: 2.4rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read1::after {
content: "";
position: absolute;
top: 3.2rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read1 span {
position: relative;
display: inline-block;
background: #fcf3e3;
padding: 0 3rem;
z-index: 2;
}
.read2 {
position: relative;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3.2rem;
}
.read2::before {
content: "";
position: absolute;
top: 3.2rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read2::after {
content: "";
position: absolute;
top: 4rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read2 span {
position: relative;
display: inline-block;
background: #fff;
padding: 0 3rem;
line-height: 1.2;
z-index: 2;
}
.read1 span.read_wt {
background: #fff;
}
.mountain {
text-align: center;
margin-bottom: 3rem;
}
.mountain img {
width: 12rem;
}
#news {
background: #fcf3e3;
padding: 4rem 0 8rem 0;
}
#news h3 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
letter-spacing: 0.2rem;
line-height: 1.2;
}
#news h3 span {
display: block;
font-size: 3rem;
letter-spacing: 1rem;
}
#news_cnt {
width: 110rem;
margin: 5rem auto 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 4rem;
text-align: left;
}
#news_cnt article > div {
margin-bottom: 1rem;
transition: 0.3s;
aspect-ratio: 3 / 2;
}
#news_cnt article > div:hover {
opacity: 0.7;
}
#news_cnt article > div img {
width: 100%;
height: 100%;
object-fit: cover;
}
#news_cnt article h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 1.6rem;
}
#news > a, #manual > a {
display: block;
width: 50rem;
margin: 5rem auto 0 auto;
text-align: center;
padding: 2rem 0;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2.4rem;
border-radius: 1rem;
background: #1f4c9d;
line-height: 1;
transition: 0.3s;
}
#news > a img, #manual > a img {
width: 2.4rem;
margin-left: 1rem;
}
#news > a:hover, #manual > a:hover {
opacity: 0.7;
text-decoration: none;
}

#fujimi {
margin: 5rem 0;
text-align: center;
}
#fujimi h3 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3rem;
margin-bottom: 4rem;
}
#fujimi h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
margin-bottom: 2rem;
line-height: 1;
}
#fujimi h4 span {
border-left: 0.6rem solid #1f4c9d;
}
#fujimi p {
margin-bottom: 5rem;
}
#fujimi ul {
width: 90rem;
margin: 4rem auto 0 auto;
font-weight: bold;
font-size: 1.8rem;
text-align: left;
}
#fujimi ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 1rem 5rem;
}
#pic {
position: relative;
background: #fcf3e3;
padding: 3rem 0;
}
#pic > div {
display: flex;
justify-content: space-between;
width: 90rem;
margin: 0 auto;
}
#pic > div article {
width: 30rem;
background: #5c9ad3;
padding: 2rem;
text-align: center;
margin: 2rem 0;
}
#pic > div article h3 {
color: #fff;
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 3rem;
border-bottom: 0.2rem solid #fff;
}
#pic > div article p {
font-size: 1.8rem;
font-weight: bold;
}
#pic > div figure {
width: 48rem;
}

#manual, #community, #group {
margin: 5rem 0;
text-align: center;
}
#manual h3, #community h3, #group h3 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3rem;
margin-bottom: 4rem;
line-height: 1;
margin: 5rem 0;
}
#manual h3 img, #community h3 img {
width: 4rem;
margin-right: 1rem;
vertical-align: -0.7rem;
}
#manual figure img {
width: 60rem;
transition: 0.3s;
}
#manual figure img:hover {
opacity: 0.7;
}
#manual p, #community p, #group p {
margin: 3rem 0;
font-size: 1.8rem;
font-weight: bold;
}

#community article {
position: relative;
background: #acdcf5;
padding: 4rem 10rem;
display: flex;
justify-content: space-between;
z-index: 1;
}
#community article div:first-child {
margin-right: 5rem;
z-index: 3;
}
#community article div:nth-child(2) {
z-index: 3;
}
#community article div:last-child {
position: absolute;
bottom: 0;
left: 0;
width: 30%;
height: calc(100% + 3rem);
background: #4690ed;
z-index: 2;
}
#community > div {
border: 0.1rem solid #000;
padding: 3rem;
width: 72rem;
margin: 3rem auto 0 auto;
}
#community table {
text-align: left;
}
#community th {
width: 15%;
}

#group h3 img {
width: 4rem;
margin-right: 2rem;
vertical-align: -3rem;
}
#group ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
padding: 0 5rem;
}
#group li {
text-align: center;
font-weight: bold;
}
#group li a {
color: #fff;
padding: 1rem 2rem;
background: #3165ae;
display: block;
transition: 0.3s;
}
#group li a:hover {
border-radius: 1rem;
text-decoration: none;
background: #ff8a00;
}

#g_list {
background: #eaf8ff;
padding: 8rem 0;
}
#g_list article {
width: 110rem;
margin: 0 auto 8rem auto;
}
#g_list article:last-child {
margin-bottom: 0;
}
#g_list article h2 {
font-weight: bold;
font-size: 3rem;
border-bottom: 0.5rem solid #000096;
text-align: center;
line-height: 1;
padding-bottom: 0.6rem;
margin-bottom: 4rem;
}
#g_list article p {
margin-bottom: 4rem;
}
#g_list article h3 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
#g_list article > div {
display: flex;
justify-content: space-between;
}
#g_list article > div >div {
margin-right: 3rem;
}
#g_list article > div figure {
width: 55rem;
height: 36.6rem;
}
#g_list article > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}

footer {
color: #fff;
text-align: center;
background: #4ea4ff;
padding: 5rem 0 3rem 0;
}
footer div p {
display: inline-block;
margin: 0 2rem 4rem 0;
}
footer div p a:link {
color: #fff;
}
footer div p a:visited {
color: #fff;
}
footer div p a:hover {
color: #fff;
}
footer div p a:active {
color: #fff;
}
footer small {
font-weight: bold;
font-size: 1.6rem;
}

.wp_head {
background: #acdcf5;
font-weight: bold;
font-size: 4rem;
text-align: center;
padding: 3rem 0;
}
#wp_single, #wp_index {
width: 100rem;
margin: 8rem auto;
min-height: 60rem;
}
#wp_single h3 {
font-weight: bold;
font-size: 3rem;
line-height: 1.4;
padding-bottom: 0.4rem;
border-bottom: 0.4rem solid #4ea4ff;
margin-bottom: 2rem;
}
#wp_single time {
display: block;
margin-bottom: 3rem;
}
#wp_single p {
margin-bottom: 1rem;
}
#wp_single img {
margin: 2rem 0;
}
#wp_index article {
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
border-bottom: 0.1rem dashed #aaa;
padding-bottom: 5rem;
}
#wp_index article figure {
width: 30rem;
margin-right: 3rem;
transition: 0.3s;
aspect-ratio: 3 / 2;
}
#wp_index article figure:hover {
opacity: 0.7;
}
#wp_index article figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wp_index article > div {
width: calc(100% - 27rem);
}
#wp_index article h3 {
font-weight: bold;
font-size: 1.8rem;
}

#back-top {
    position: fixed;
	display: block;
    bottom: 200px;
    right: 30px;
	z-index:9999;
	cursor: pointer;
	transition: 0.3s;
	width: 6.2rem;
}

}

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

.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;
}
body{
font-size: 1.4rem;
line-height: 1.8;
scroll-behavior: smooth;
}

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

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #3165ae;
    /*動き*/
	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: 40%;
}

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

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 2.8rem;
left: -0.6rem;
color: #fff;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
	transition: 0.3s;
	font-size: 2.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:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 10px;
	right: 0;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #ccc;
  	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) {

}

header#hdr h1 {
background: #3165ae;
color: #fff;
padding: 3rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 2.8rem;
line-height: 1;
}
header#hdr nav {
display: none;
}

#top_catch {
position: relative;
}
#top_catch > div:first-child {
display: flex;
justify-content: space-between;
z-index: 1;
}
#top_catch > div:first-child h2 {
width: 30%;
background: #acdcf5;
padding: 3rem 3rem 14rem 3rem;
}
#top_catch > div:first-child figure {
width: calc(100% - 30%);
}
#top_catch > div:first-child figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#top_catch > div:last-child {
position: absolute;
bottom: 0;
left: 0;
}

.read1 {
position: relative;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3.2rem;
}
.read1::before {
content: "";
position: absolute;
top: 2.4rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read1::after {
content: "";
position: absolute;
top: 3.2rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read1 span {
position: relative;
display: inline-block;
background: #fcf3e3;
padding: 0 3rem;
z-index: 2;
}
.read2 {
position: relative;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3.2rem;
}
.read2::before {
content: "";
position: absolute;
top: 3.2rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read2::after {
content: "";
position: absolute;
top: 4rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read2 span {
position: relative;
display: inline-block;
background: #fff;
padding: 0 3rem;
line-height: 1.2;
z-index: 2;
}
.read1 span.read_wt {
background: #fff;
}
.mountain {
text-align: center;
margin-bottom: 3rem;
}
.mountain img {
width: 12rem;
}
#news {
background: #fcf3e3;
padding: 4rem 0 8rem 0;
}
#news h3 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
letter-spacing: 0.2rem;
line-height: 1.2;
}
#news h3 span {
display: block;
font-size: 3rem;
letter-spacing: 1rem;
}
#news_cnt {
padding: 0 2rem;
margin: 5rem auto 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 2rem;
text-align: left;
}
#news_cnt article > div {
margin-bottom: 1rem;
transition: 0.3s;
aspect-ratio: 3 / 2;
}
#news_cnt article > div:hover {
opacity: 0.7;
}
#news_cnt article > div img {
width: 100%;
height: 100%;
object-fit: cover;
}
#news_cnt article h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 1.6rem;
}
#news > a, #manual > a {
display: block;
width: 50rem;
margin: 5rem auto 0 auto;
text-align: center;
padding: 2rem 0;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2.4rem;
border-radius: 1rem;
background: #1f4c9d;
line-height: 1;
transition: 0.3s;
}
#news > a img, #manual > a img {
width: 2.4rem;
margin-left: 1rem;
}
#news > a:hover, #manual > a:hover {
opacity: 0.7;
text-decoration: none;
}

#fujimi {
margin: 5rem 0;
text-align: center;
}
#fujimi h3 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3rem;
margin-bottom: 4rem;
}
#fujimi h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
margin-bottom: 2rem;
line-height: 1;
}
#fujimi h4 span {
border-left: 0.6rem solid #1f4c9d;
}
#fujimi p {
margin-bottom: 5rem;
padding: 0 2rem;
}
#fujimi ul {
margin: 4rem auto 0 auto;
font-weight: bold;
font-size: 1.8rem;
text-align: left;
padding: 0 5rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 1rem 3rem;
}
#pic {
position: relative;
background: #fcf3e3;
padding: 3rem 0;
}
#pic > div {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}
#pic > div article {
width: 30rem;
background: #5c9ad3;
padding: 2rem;
text-align: center;
margin: 2rem 0;
}
#pic > div article h3 {
color: #fff;
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 3rem;
border-bottom: 0.2rem solid #fff;
}
#pic > div article p {
font-size: 1.8rem;
font-weight: bold;
}
#pic > div figure {
width: 48rem;
}

#manual, #community, #group {
margin: 5rem 0;
text-align: center;
}
#manual h3, #community h3, #group h3 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3rem;
margin-bottom: 4rem;
line-height: 1;
margin: 5rem 0;
}
#manual h3 img, #community h3 img {
width: 4rem;
margin-right: 1rem;
vertical-align: -0.7rem;
}
#manual figure img {
width: 60rem;
transition: 0.3s;
}
#manual figure img:hover {
opacity: 0.7;
}
#manual p, #community p, #group p {
margin: 3rem 0;
font-size: 1.8rem;
font-weight: bold;
}

#community article {
position: relative;
background: #acdcf5;
padding: 2rem 5rem;
display: flex;
justify-content: space-between;
z-index: 1;
}
#community article div:first-child {
margin-right: 2rem;
z-index: 3;
}
#community article div:nth-child(2) {
z-index: 3;
}
#community article div:last-child {
position: absolute;
bottom: 0;
left: 0;
width: 30%;
height: calc(100% + 3rem);
background: #4690ed;
z-index: 2;
}
#community > div {
border: 0.1rem solid #000;
padding: 3rem;
width: 72rem;
margin: 3rem auto 0 auto;
}
#community table {
text-align: left;
}
#community th {
width: 15%;
}

#group h3 img {
width: 4rem;
margin-right: 2rem;
vertical-align: -3rem;
}
#group ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
padding: 0 5rem;
}
#group li {
text-align: center;
font-weight: bold;
}
#group li a {
color: #fff;
padding: 1rem 2rem;
background: #3165ae;
display: block;
transition: 0.3s;
}
#group li a:hover {
border-radius: 1rem;
text-decoration: none;
background: #ff8a00;
}

#g_list {
background: #eaf8ff;
padding: 8rem 0;
}
#g_list article {
padding: 0 2rem;
margin: 0 auto 8rem auto;
}
#g_list article:last-child {
margin-bottom: 0;
}
#g_list article h2 {
font-weight: bold;
font-size: 3rem;
border-bottom: 0.5rem solid #000096;
text-align: center;
line-height: 1;
padding-bottom: 0.6rem;
margin-bottom: 4rem;
}
#g_list article p {
margin-bottom: 4rem;
}
#g_list article h3 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
#g_list article > div {
display: flex;
justify-content: space-between;
}
#g_list article > div >div {
margin-right: 3rem;
}
#g_list article > div figure {
width: 45rem;
}
#g_list article > div figure img {
width: 100%;
height: auto;
}

footer {
color: #fff;
text-align: center;
background: #4ea4ff;
padding: 5rem 0 3rem 0;
}
footer div p {
display: inline-block;
margin: 0 2rem 4rem 0;
}
footer div p a:link {
color: #fff;
}
footer div p a:visited {
color: #fff;
}
footer div p a:hover {
color: #fff;
}
footer div p a:active {
color: #fff;
}
footer small {
font-weight: bold;
font-size: 1.6rem;
}

.wp_head {
background: #acdcf5;
font-weight: bold;
font-size: 4rem;
text-align: center;
padding: 3rem 0;
}
#wp_single, #wp_index {
padding: 0 2rem;
margin: 8rem auto;
}
#wp_single h3 {
font-weight: bold;
font-size: 3rem;
line-height: 1.4;
padding-bottom: 0.4rem;
border-bottom: 0.4rem solid #4ea4ff;
margin-bottom: 2rem;
}
#wp_single time {
display: block;
margin-bottom: 3rem;
}
#wp_single p {
margin-bottom: 1rem;
}
#wp_single img {
margin: 2rem 0;
}
#wp_index article {
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
border-bottom: 0.1rem dashed #aaa;
padding-bottom: 5rem;
}
#wp_index article figure {
width: 30rem;
margin-right: 3rem;
transition: 0.3s;
aspect-ratio: 3 / 2;
}
#wp_index article figure:hover {
opacity: 0.7;
}
#wp_index article figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wp_index article > div {
width: calc(100% - 27rem);
}
#wp_index article h3 {
font-weight: bold;
font-size: 1.8rem;
}

#back-top {
display: none !important;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@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{
position: relative;
font-size: 1.4rem;
line-height: 1.8;
width: 100%;
scroll-behavior: smooth;
}


/*========= ナビゲーションのための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;
	background: #3165ae;
    -webkit-overflow-scrolling: touch;
}

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

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

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
	color: #fff;
}

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

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

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

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

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

.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) {

}

header#hdr h1 {
background: #3165ae;
color: #fff;
padding: 2rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 1.8rem;
line-height: 1;
}
header#hdr nav {
display: none;
}

#top_catch {
position: relative;
}
#top_catch > div:first-child {
display: flex;
justify-content: space-between;
z-index: 1;
}
#top_catch > div:first-child h2 {
width: 30%;
background: #acdcf5;
padding: 2rem 2rem 6rem 2rem;
}
#top_catch > div:first-child figure {
width: calc(100% - 30%);
}
#top_catch > div:first-child figure img {
width: 100%;
height: auto;
object-fit: cover;
}
#top_catch > div:last-child {
position: absolute;
bottom: 0;
left: 0;
}

.read1 {
position: relative;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2.4rem;
}
.read1::before {
content: "";
position: absolute;
top: 2rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read1::after {
content: "";
position: absolute;
top: 2.6rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read1 span {
position: relative;
display: inline-block;
background: #fcf3e3;
padding: 0 3rem;
z-index: 2;
}
.read2 {
position: relative;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2.4rem;
}
.read2::before {
content: "";
position: absolute;
top: 3.2rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read2::after {
content: "";
position: absolute;
top: 4rem;
left: 0;
width: 100%;
border-top: 0.1rem solid #1f4c9d;
z-index: 1;
}
.read2 span {
position: relative;
display: inline-block;
background: #fff;
padding: 0 3rem;
line-height: 1.2;
z-index: 2;
}
.read1 span.read_wt {
background: #fff;
}
.mountain {
text-align: center;
margin-bottom: 3rem;
}
.mountain img {
width: 8rem;
}
#news {
background: #fcf3e3;
padding: 4rem 0 8rem 0;
}
#news h3 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 1.8rem;
letter-spacing: 0.2rem;
line-height: 1.2;
}
#news h3 span {
display: block;
font-size: 2.6rem;
letter-spacing: 1rem;
}
#news_cnt {
padding: 0 1rem;
margin: 5rem auto 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem 1rem;
text-align: left;
}
#news_cnt article > div {
margin-bottom: 1rem;
transition: 0.3s;
aspect-ratio: 3 / 2;
}
#news_cnt article > div:hover {
opacity: 0.7;
}
#news_cnt article > div img {
width: 100%;
height: 100%;
object-fit: cover;
}
#news_cnt article h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 1.4rem;
}
#news > a, #manual > a {
display: block;
width: 90%;
margin: 5rem auto 0 auto;
text-align: center;
padding: 1.4rem 0;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 1.8rem;
border-radius: 1rem;
background: #1f4c9d;
line-height: 1;
transition: 0.3s;
}
#news > a img, #manual > a img {
width: 2.4rem;
margin-left: 1rem;
}
#news > a:hover, #manual > a:hover {
opacity: 0.7;
text-decoration: none;
}

#fujimi {
margin: 5rem 0;
text-align: center;
}
#fujimi h3 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2.6rem;
margin-bottom: 4rem;
}
#fujimi h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
margin-bottom: 2rem;
line-height: 1;
}
#fujimi h4 span {
border-left: 0.6rem solid #1f4c9d;
}
#fujimi p {
margin-bottom: 5rem;
padding: 0 2rem;
text-align: left;
}
#fujimi ul {
padding: 0 2rem;
margin: 4rem auto 0 auto;
font-weight: bold;
font-size: 1.6rem;
text-align: left;
}
#fujimi ul {
text-align: center;
}
#pic {
position: relative;
background: #fcf3e3;
padding: 3rem 0;
}
#pic > div {
padding: 0 2rem;
}
#pic > div article {
background: #5c9ad3;
padding: 2rem;
text-align: center;
margin: 2rem 0;
}
#pic > div article h3 {
color: #fff;
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 3rem;
border-bottom: 0.2rem solid #fff;
}
#pic > div article p {
font-size: 1.8rem;
font-weight: bold;
}

#manual, #community, #group {
margin: 5rem 0;
text-align: center;
}
#manual h3, #community h3, #group h3 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 1.8rem;
margin-bottom: 4rem;
line-height: 1;
margin: 5rem 0;
}
#manual h3 img, #community h3 img {
width: 2.2rem;
margin-right: 1rem;
vertical-align: -0.4rem;
}
#manual figure img {
width: 60rem;
transition: 0.3s;
}
#manual figure img:hover {
opacity: 0.7;
}
#manual p, #community p, #group p {
margin: 3rem 0;
font-size: 1.6rem;
font-weight: bold;
padding: 0 2rem;
}

#community article {
position: relative;
background: #acdcf5;
padding: 1rem;
display: flex;
justify-content: space-between;
z-index: 1;
}
#community article div:first-child {
margin-right: 1rem;
z-index: 3;
}
#community article div:nth-child(2) {
z-index: 3;
}
#community article div:last-child {
position: absolute;
bottom: 0;
left: 0;
width: 30%;
height: calc(100% + 1rem);
background: #4690ed;
z-index: 2;
}
#community > div {
border: 0.1rem solid #000;
padding: 2rem;
width: 94%;
margin: 3rem auto 0 auto;
}
#community table {
text-align: left;
}
#community th, #community td {
display: block;
}
#community th {
padding-top: 1rem;
}
#community td {
border-bottom: 0.1rem solid #ccc;
padding-bottom: 1rem;
}

#group h3 img {
width: 4rem;
margin-right: 2rem;
vertical-align: -3rem;
}
#group ul {
padding: 0 5rem;
}
#group li {
text-align: center;
font-weight: bold;
margin-bottom: 1rem;
}
#group li a {
color: #fff;
padding: 1rem 2rem;
background: #3165ae;
display: block;
transition: 0.3s;
}
#group li a:hover {
border-radius: 1rem;
text-decoration: none;
background: #ff8a00;
}

#g_list {
background: #eaf8ff;
padding: 5rem 2rem;
}
#g_list article {
margin: 0 auto 8rem auto;
}
#g_list article:last-child {
margin-bottom: 0;
}
#g_list article h2 {
font-weight: bold;
font-size: 2rem;
border-bottom: 0.5rem solid #000096;
text-align: center;
line-height: 1.4;
padding-bottom: 0.6rem;
margin-bottom: 4rem;
}
#g_list article p {
margin-bottom: 4rem;
}
#g_list article h3 {
font-weight: bold;
font-size: 2rem;
margin-bottom: 1rem;
}
#g_list article > div figure {
margin-bottom: 1rem;
}
#g_list article > div figure img {
height: auto;
}
#g_list article > a {
text-align: right;
display: block;
}

footer {
color: #fff;
text-align: center;
background: #4ea4ff;
padding: 5rem 0 3rem 0;
}
footer div p {
display: inline-block;
margin: 0 2rem 4rem 0;
}
footer div p a:link {
color: #fff;
}
footer div p a:visited {
color: #fff;
}
footer div p a:hover {
color: #fff;
}
footer div p a:active {
color: #fff;
}
footer small {
font-weight: bold;
font-size: 1.6rem;
}

.wp_head {
background: #acdcf5;
font-weight: bold;
font-size: 3rem;
text-align: center;
padding: 3rem 0;
}
#wp_single, #wp_index {
padding: 0 2rem;
margin: 8rem auto;
}
#wp_single h3 {
font-weight: bold;
font-size: 2rem;
line-height: 1.4;
padding-bottom: 0.4rem;
border-bottom: 0.4rem solid #4ea4ff;
margin-bottom: 2rem;
}
#wp_single time {
display: block;
margin-bottom: 3rem;
}
#wp_single p {
margin-bottom: 1rem;
}
#wp_single img {
margin: 2rem 0;
}
#wp_index article {
margin-bottom: 5rem;
border-bottom: 0.1rem dashed #aaa;
padding-bottom: 5rem;
}
#wp_index article figure {
transition: 0.3s;
aspect-ratio: 3 / 2;
margin-bottom: 1rem;
}
#wp_index article figure:hover {
opacity: 0.7;
}
#wp_index article figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wp_index article > div {

}
#wp_index article h3 {
font-weight: bold;
font-size: 1.6rem;
line-height: 1.6;
}
#wp_index article time {
display: block;
margin-bottom: 1rem;
}

#back-top {
 display: none;
}

}