@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;500&display=swap');

#wrap-content *{
	box-sizing: border-box;
}
#navigation * {
	box-sizing: content-box;
}

body{
	overflow-x: hidden;
}

/*
img{
	width: 100%;
}
*/

figure{
	margin: 0;
}

#wrap-content{
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 120px;
	letter-spacing: .8px;
	margin-bottom: -120px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
.min-cho{
	font-family: YuMincho,'Yu Mincho','Noto Serif JP', serif!important;
	font-weight: 500;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

/*
#wrap-content p:not(.f_caption){
	line-height: 1.8;
}
*/

#wrap-top:not(.flex_box){
	height: calc(100vh - 150px);
	min-height: 500px;
	animation: fadeIn 0.5s ease 0s 1 both;
	-webkit-animation: fadeIn 0.5s ease 0s 1 both;
}
@-webkit-keyframes fadeIn{
	0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes fadeIn{
    0% {
        opacity:0;
		heiht: 0;
    }
    100% {
        opacity:1;
    }
}
#wrap-top .hiro-bk-video video{
	width: 100%;
	height: calc(100vh - 150px);
	min-height: 500px;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
}
#wrap-top .hiro-bk-video::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #3C3C3C;
    opacity: 0.2
		;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
}
#wrap-top .ttl{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    animation: fadeIn 1.5s ease 0.5s 1 both,fadeUp 1s ease 0.5s 1 both;
    -webkit-animation: fadeIn 1.5s ease 0.5s 1 both,fadeUp 1s ease 0.5s 1 both;
    z-index: 1;
    height: calc(100vh - 150px);
}
@-webkit-keyframes fadeUp{
	0% {
        margin-top: 3%
    }
    100% {
		margin-top: 0;
    }
}
@keyframes fadeUp{
	0% {
        margin-top: 3%
    }
    100% {
       margin-top: 0;
    }
}

#wrap-top h2{
	font-size: 8rem;
    line-height: 1.12;
    letter-spacing: 0.11em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
}

#wrap-top p{
	/*font-size: 1.33em;*/
	margin-top: 35px;
	/*letter-spacing: 0.2em;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#fv_l,#fv_r{
	position: relative;
	width: 50%;
	height: 100%;
}

#first{
	position: relative;
	background-image: url("../img/journal/first.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
#first::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.85;
	z-index: 0;
}
#first .flex_box{
	width: 100%;
	max-width: 1360px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 5%;
	justify-content: space-between;
	align-items: center;
}
#first h3{
	font-size: 2.5rem;
	line-height: 1.55;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
#first .text{
	width: 45%;
}
#first p{
	/*line-height: 2;
	letter-spacing: 0.05em;*/
}
#first img{
	width: 52%;
}
.flex_box{
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#article_wrap{
	width: 100%;
	max-width: 1420px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 175px 5% 0;
	/*box-sizing: content-box;*/
}

.article_box{
	position: relative;
	width: 29%;
	margin: 0 6.48% 12% 0;
}
.article_box:nth-child(3n){
	margin-right: 0;
}

.article_box .date{
	position: absolute;
	color: #8CA1A2;
	z-index: 2;
	top: 54px;
    right: -79px;
	transform: rotate(90deg);
	-webkit-font-smoothing: antialiased;
}

.article_box .date::before{
	content: '';
	display: inline-block;
	width:  40px;
	height: 1px;
	background-color: #8CA1A2;
	margin: 0 10px 5px 0;
	transition: 0.5s;
}
.article_box a{
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
}

.article_box h4{
	/*font-weight: bold;
	font-size: 2rem;*/
	font-size: 1.9rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.article_box .text{
	/*min-height: 230px;*/
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5% 7% 10% 8%;
	color: #F0F0F0;
	background-color: #253948;
	letter-spacing: 0.1em;
	box-sizing: content-box!important;
}

.article_box:hover .text::before{
	transform: scaleY(1.5);
}
.article_box .text::before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 30px;
    opacity: 0.3;
	right: 10%;
    bottom: 0;
    background-color: #fff;
	transform-origin: bottom;
	transition: 0.5s;
}
.article_box .text::after{
	content: 'READ ARTICLE';
	position: absolute;
	opacity: 0.5;
	right: 50px;
	bottom: 8px;
    font-size: 1.08em;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
}
.article_box figure{
	overflow: hidden;
}
.article_box img{
	transition: 0.5s;
}
.article_box:hover img{
	/*transform: scale(1.05,1.05);*/
	opacity: 0.7;
}

#wrap-content .article_box p{
	/*font-size: 1.25em;
	line-height: 1.7;*/
}
/*============== 個別記事ページ ==============*/
#wrap-top.flex_box{
	width: 90%;
	max-width: 1000px;
	justify-content: space-between;
	padding: 80px 0 120px;
	margin: 0 auto;
/*	height: 700px;*/
	animation: fadeIn 1.5s ease 0.5s 1 both,fadeUp 1s ease 0.5s 1 both;
	-webkit-animation: fadeIn 1.5s ease 0.5s 1 both,fadeUp 1s ease 0.5s 1 both;
}

#wrap-top .text{
	width: 40%;
	padding-right: 6%;
	min-width: 280px;
	color: #8CA1A2;
}

#wrap-top.flex_box a:hover{
	text-decoration: none;
}

#wrap-top.flex_box a:hover h2,
#wrap-top.flex_box a:hover h2+p{
	color: #DBA24C;
}

#wrap-top.flex_box h2{
	padding-left: 20px;
	font-size: 2.16em;
	line-height: 1.05;
	/*color: #aaa;*/
	transition: 0.5s;
	color: #253948;
	border-left: solid 4px #253948;
}

#wrap-top.flex_box h2+p{
	/*color: #aaa;*/
	font-size: 1.25em;
	letter-spacing: 0.2em;
/*	border-bottom: 1px solid #ddd;*/
/*
	padding-bottom: 40px;
	margin-bottom: 40px;
*/
	margin-top: 45px;
	transition: 0.5s;
	color: #BFBFBF;
}
#wrap-top .date{
	margin-bottom: 15px;
	padding-top: 70px;
}
#wrap-top h3{
	font-size: 2.6rem;
	color: #141414;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
#wrap-top h3+p{
	/*font-size: 1.08em;*/
	line-height: 1.7;
	color: #3c3c3c;
	/*letter-spacing: 0.1em;
	margin-bottom: 1.5em;*/
}

#table_cnt{
	width: 100%;
	padding: 90px 10%;
	background-color: #F4F5F6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	animation: fadeIn 1.5s ease 0.5s 1 both,fadeUp 1s ease 0.5s 1 both;
	-webkit-animation: fadeIn 1.5s ease 0.5s 1 both,fadeUp 1s ease 0.5s 1 both;
}

#table_cnt h3{
	font-size: 3rem;
	font-family: Cormorant Garamond;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: 0.15em;
}

#table_cnt ol{
    margin: 0 auto;
}

#table_cnt li{
	display: flex;
	align-items: center;
	counter-increment: count-01;
	list-style-type: none;
	position: relative;
	padding-left: 3.4em;
	font-size: 1.9rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	transition: 0.5s;
	margin-bottom: 10px;
}

#table_cnt li:hover{
	color: #DBA24C;
}

#table_cnt li:hover span {
	color: #DBA24C;
}

#table_cnt a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#table_cnt li:before {
	font-size: 3rem;
	content:  "0"counter(count-01);
	position: absolute;
	top: -0.6em;
	left: 0;
	font-family: Cormorant Garamond;
	font-weight: 600;
}
#table_cnt li span {
	display: block;
	margin-left: 20px;
	color: #A3A3A3;
	font-size: 1.5rem;
}
article{
	width: 100%;
	max-width: 1000px;
	padding: 126px 0 120px;
	margin: 0 auto;
}

.cnt:not(#cnt1){
	margin-top: 180px;
}

.cnt_ttl{
	width: 1000px;
	height: 326px;
	margin: 0 auto;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}

.cnt_ttl::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(37, 57, 72,0.8);
	mix-blend-mode: multiply;
	z-index: 0;
}

.cnt_ttl header{
	width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	counter-increment: article-01;
	padding-bottom: 20px;
	position: relative;
    z-index: 2;
}


.cnt_ttl header:before {
	height: 30px;
	font-size: 2.6rem;
    content: '01';
    font-family: Cormorant Garamond;
    border-bottom: 1px solid #a2a2a2;
	margin-bottom: 20px;
    display: inline-block;
	font-weight: 600;
}

#cnt2 .cnt_ttl header:before {
    content: '02';
}

#cnt3 .cnt_ttl header:before {
    content: '03';
}

.cnt_ttl header .cnt_ttl_sub {
	display:inline-block;
	margin-top: 1%; 
	font-size: 16px;
	color: #A3A3A3;
}

.cnt_ttl + b::before{
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background-color: #707070;
	margin: 60px 0 40px;
}

article b,
article p,
figcaption{
	width: 65%;
	margin: 0 auto;
	letter-spacing: 0.02rem;
}
/*
article b{
	display: block;
	font-size: 1.28em;
	margin-bottom: 4%;
	line-height: 1.55;
}
:not(.cnt_ttl) + b{
	margin-top: 15%;
}
*/

article p,
figcaption{
	margin-bottom: 5%;
	line-height: 2;
}

article img:not(.cnt_ttl){
	display: block;
	width: 65%;
	margin: 0 auto 20px;
}

figure.img2 img{
	width: 49.5%;
}
figure.img3 img{
	width: 33%;
}

article img:not(.cnt_ttl) + b{
	margin-top: 10%;
}

/*#wrap-top.flex_box figure{
	width: 60%;
}*/
#wrap-top.flex_box figure img{
	width: 100%;
}
#pager{
	padding: 80px 5% 0;
	margin: 0 auto 120px;
	border-top: 1px solid #aaa;
	justify-content: space-between;
}
#pager .prev,
#pager .next{
	display: flex;
	align-items: center;
	position: relative;
	transition: 0.5s;
}
#pager .text{
	color: #8CA1A2;
}
#pager .text::before{
	font-size: 1.8rem;
	font-family: Cormorant Garamond;
	display: block;
	margin-bottom: 25px;
	font-weight: 500;
}
#pager .prev .text::before{
	content: 'PREV';
}
#pager .next .text::before{
	content: 'NEXT';
}
#pager .date{
	/*font-size: 1.25em;*/
    letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	
}
#pager h5{
	color: #141414;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 14px;
	letter-spacing: 0.05em;
}
#pager img{
	width: 50%;
	padding-right: 5%;
}
/*
#pager .next img{
	width: 53.5%;
	padding-right: 5%;
}
*/
#pager a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#pager .prev:hover,
#pager .next:hover{
	opacity: 0.6;
}

.back_index{
	display: inline-block;
	transition: 0.5s;
}
.back_index a{
	color: #aaa;
}

.back_index::before{
	width: 85px;
	content: '';
	display: inline-block;
	height: 1px;
	background-color: #aaa;
	margin-right: 1.5em;
	margin-bottom: 5px;
	transition: 0.5s;
}
.back_index:hover{
	opacity: 0.7;
}
.back_index a:hover{
	text-decoration: none;
}
.back_index:hover::before{
	width: 100px;
}
.f_caption{
	color: #707070;
	margin-top: -1%;
	line-height: 1.7;
}

.f_caption::before{
	/*content: '';*/
	display: inline-block;
	width: 5px;
	height: 5px;
	background-image: url('../../img/arrow3.png');
	margin: 0 10px 3px 0;
}

.f_caption.left{
	text-align: left;
}

.slick-list,.slick-track{
	height: 100%;	
}

.slick-slide img{
	width: 100%;
	height: calc(100vh - 170px);
	object-fit: cover;
}

#wrap-content .mg_big{
	margin-bottom: 80px;
}

#wrap-content .mg_small{
	margin-bottom: 2%;
}

hr.line{
	width: 65%;
	margin: 0 auto;
	border-top: 1px dotted #d2d2d2;
	border-bottom: 0;
}

.fin{
	padding: 8% 0%;
	background-color: #f3f2ed;
	margin: 0 auto;
}
.fin #pager{
	border-top: none;
}

.comingsoon::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 5;
}

.comingsoon img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.comingsoon:hover img{
	opacity: 1;
}

.comingsoon p{
	font-size: 1em;
}

.comingsoon .text h4{
	position: relative;
    z-index: 10;
    font-weight: normal;
	color: #8c8c8c;
	margin-bottom: 0;
}

.comingsoon .text::before,
.comingsoon .text::after{
	content: none;
}

a.arrow4 span {
	margin-top: -8px!important;
}

article .q-wrap {
	display: flex;
	width: 65%;
    margin: 60px auto 20px;
	font-size: 1.83em;
    line-height: 1.55;
	font-weight: bold;
}

.cnt_ttl + .q-wrap {
	position: relative;
	margin-top: 80px;
}

article .q-wrap span {
    width: 50px;
	font-family: Cormorant Garamond;
	font-weight: 600;
	font-size: 1.2em;
	vertical-align: top; 
	line-height: 1.1;
}

article .q-wrap .q-text {
	margin-top: 6px;
	width: 91%;
	font-size: 1.9rem;
	line-height: 1.8;
}

.pager{
	margin: 0 auto;
	position: relative;
	z-index: 98;
}
.pager ul{
	display: flex;
	justify-content: center;
	gap:1rem;
}
.pager li{
	text-align: center;
}
#wrap-content .pager li a{
	display: block;
	width: 1em;
	padding: .5em 1em;
	background-color: #ccc;
	text-align: center;
	box-sizing: content-box;
}

#wrap-content .pager li a.current{
	border: 1px solid #666;
	font-weight: bold;
	background-color: #fff;
}


/*
.cnt_ttl + .q-wrap::before {
	position: absolute;
	top: -60px;
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background-color: #707070;
}
*/
.flex_box_006{
    width: 65%;
    display: flex;
    margin: 0 auto 20px;
}
@media screen and (max-width: 480px){
    .flex_box_006{width: 90%;flex-wrap: wrap;}
}
p.comment_006{
    line-height: 1.5em;
    margin: 16px auto;
    width: 90%;
    text-align: center;
    font-size: 13px;
}
@media screen and (max-width: 480px){
    p.comment_006{font-size:14px;}
}
.box_line{
    border: solid 1px #d2d2d2;
    padding: 2px;
    margin-right: 7px;
    height:auto;
}
@media screen and (max-width: 480px){
    .box_line{width: calc(50% - 14px); margin:7px;}
}

.comment_s50{width: 50%;}
.clear{clear:both;}


@media screen and (min-width: 481px) {/*PC*/
	.sp{
		display: none;
	}
	#article_wrap img{
		width: 100%;
	}
	.f_caption{
		/*font-size: 1.08em!important;*/
		text-align: center;
	}
	#first .flex_box{
		max-height: 550px;
		/*box-sizing: content-box;*/
	}
	figure.flex_box{
		width: 65%;
	}
	#footer-ground-sp{
		display: none;
	}
	.text-center {
		text-align: center;
	}
	#pager .prev.firstend, #pager .next.firstend {
		width: 51%;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {/*retina*/
	}
	
	/*002*/
	.article_002.flex_box {
		width: 65%;
		align-items: flex-start;
	}
	.article_002.flex_box img {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {/*SP*/

	.pc{
		display: none!important;
	}
	
	
	.back_index::before {
		width: 35px;
	}
	#wrap-top h2{
		font-size: 5rem;
	}
	#wrap-top.index h2 + p{
		/*font-size: 1.2em;*/
		text-align: center;
		padding: 0 8%;
		letter-spacing: 0.1em;
	}
	#wrap-content p{
		/*font-size: 1.2em!important;*/
	}
	
	#fv_l,#fv_r{
		width: 100%;
		height: 50%;
	}
	.slick-slide img{
		max-width: 120vw;
	}
	#first .flex_box{
		display: block;
		padding: 15% 5%;
	}
	#first h3{
		font-size: 2.2rem;
		margin-bottom: 1em;
	}
	
	#first .text{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 2em;
		padding: 0;
	}
	#first img{
		width: 100%;
		margin: 0 auto;
	}
	
	#article_wrap{
		display: block;
		padding: 15% 5% 0;
	}
	.article_box{
		width: auto;
		margin: 0 0 20% 0;
	}
	.article_box::before{
		content: none;
	}
	.article_box .date{
		top: 54px;
    	right: -41px;
		margin: 0;
	}
	#wrap-content .article_box p{
		margin: 0;
		/*font-size: 1em;*/
	}
	.article_box h4{
		font-size: 1.8rem;
	}
	.article_box figure{
		position: relative;
	}
	.article_box.comingsoon figure::before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.5;
		z-index: 3;
	}
	.article_box .text{
		height: auto;
		position: relative;
		/*right: -10%;
		bottom: 30px;*/
		z-index: 5;
	}
	.comingsoon .text{
		min-height: 50px;
		padding: 5% 7.5% 1.5%!important;
		background-color: #121215;
	}
	
	.comingsoon .text h4 {
		margin-bottom: 15px;
	}
	
	.article_box a{
		width: 100%;
		height: 100%;
	}
	
	/*============== 個別記事ページ ==============*/
	.cnt:not(#cnt1) {
		margin-top: 80px;
	}
	.flex_box{
		width: 100%;
		display: block;
	}
	#wrap-content{
		padding-bottom: 100px;
	}
	.p-breadcrumb {
		display: block;
		padding: 30px 5% 0;
	}
	#wrap-top .date {
		padding-top: 0;
		margin-top: 0;
	}
	#wrap-top.flex_box{
		height: auto;
		display: block;
		padding: 15% 0 0;
		margin-bottom: 50px;
	}
	#wrap-top .text{
		min-width: 100%;
	}
	#wrap-top.flex_box h2{
		font-size: 1.76em;
	}
	#wrap-top.flex_box h2+p{
		font-size: 0.98em;
		letter-spacing: 0.05em;
	}
	#wrap-top h3{
		font-size: 2.2rem;
/*		font-weight: 600;*/
	}
	#wrap-top.flex_box h3+p{
		/*font-size: 1em;*/
		letter-spacing: 0.06em;
		margin-top: 1.5em;
	}
	#wrap-top .date{
		margin-bottom: 0.5em;
	}
	#wrap-top.flex_box figure{
		width: 100%;
		margin-top: 40px;
	}
	#table_cnt{
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	#table_cnt h3{
		font-size: 2.5rem;
		margin-bottom: 10px;
		letter-spacing: 0.15em;
	}
	#table_cnt ol{
		padding: 30px 0 20px;
	}
	#table_cnt li{
		display: block;
		font-size: 1.7rem;
		padding-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	#table_cnt li:before{
		display: inline-block;
		position: static;
		margin-right: 15px;
		line-height: 0.6;
		font-size: 2.6rem;
	}
	#table_cnt li span {
		display: inline-block;
		margin-top: -5%;
		margin-left: 0;
	}
	article{
		padding: 0;
	}
	.cnt_ttl{
		display: block;
		width: 100%;
		height: 26%;
		margin: 0 auto;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	.cnt_ttl header{
		position: relative;
		padding: 3% 5% 7%;
		margin: 0;
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.cnt_ttl header:before{
		margin-bottom: 3%;
		border-bottom: none;
	}
	.cnt_ttl header .cnt_ttl_sub {
		margin-top: -1%;	
	}
	article img:not(.cnt_ttl) {
		width: 90%;
		margin: 0 auto 3%;
	}
	
	.cnt_ttl + .q-wrap {
		margin-top: 30px;
	}
	
	article img + p,
    figcaption{
		line-height: 1.6;
	}
	
	article b,
	article p,
    figcaption{
		width: 90%;
	}
	
	article p,
    figcaption{
		margin-bottom: 20px;
	}
	#wrap-content .mg_big{
		margin-bottom: 40px;
	}
	#wrap-content .mg_small{
		margin-bottom: 5%;
	}
	#pager{
		width: 90%;
		padding: 15% 0 0;
    	margin: 60px auto;
		display: block;
	}
	#pager .prev, #pager .next{
		width: 100%;
	}
	#pager .prev{
		margin-bottom: 15%;
	}
	#pager img{
		width: 55%;
	}
	#pager .text::before{
		margin-bottom: 3%;
	}
	#pager h5{
		margin-bottom: 0;
	}
	#pager .date{
		font-size: 1.5rem;
	}
	hr.line{
		width: 80%;
	}
	
	article .q-wrap {
		position: relative;
		width: 90%;
		margin-top: 45px;
		font-size: 1.28em;
		margin-bottom: 20px;
		line-height: 2;
	}
	
	article .q-wrap span {
		width: 12%;
		line-height: 1.5;
	}
	
	article .q-wrap .q-text {
		width: 100%;
		font-size: 1.7rem;
		letter-spacing: 0.02rem;
	}
	
	/*002*/
	.article_002 img:first-of-type{
		margin-bottom: 0!important;
	}
	
	
}

@media screen and (min-width:481px) and (max-width:768px) {
}

/*============== 2024.12.17 prev,nextバランス調整 小林 ==============*/
#pager .text::before {
    margin-bottom: 5px;
}
@media screen and (max-width: 480px){
    #pager .text::before {
    margin-bottom: 3%;
}
}

#pager h5 {
    margin-bottom: 0;
}
/*============== 2024.12.17 div.wrap-topt日付テキスト削除に伴う天地中央揃え 小林 ==============*/
	#wrap-top.flex_box {
		align-items: center;
	}
	
/*============== 2025.10.24 010記事 森 ==============*/
ul.foot-link-010{
	width:65%;
	margin:0 auto;
}
@media screen and (max-width: 480px){
ul.foot-link-010{
	width:100%;
	padding:0 5%;
}
.foot-link-010 li:nth-child(2){
	margin-bottom:45px;
}
.foot-link-010 li a span{
		width:90%;
	}
}