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

#home section p {}

/*mainvisual
***************************************/
#loadimg {
	clear: both;
	text-align: center;
}

#loading {
	display: none;
}

#loadimg img {
	width: 32px;
	padding: 20% 0;
}

#mainvisual {
	position: relative;
	line-height:0;
}

#mainvisual:after {
	content: "";
	display: block;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
}

#mainvisual .mvbg {
	pointer-events: none;
}

@media (max-width: 1600px) {}

@media (max-width: 1200px) {}

@media (max-width: 980px) {
#mainvisual {
	margin-top:60px;
}

#mainvisual:after {
	content:none;
}

#mainvisual .textbox {
	top: 43%;
}
}

@media (max-width: 480px) {}

#main #primary section#index01 {
	padding-top: 15rem;
	padding-bottom: 15rem;
}

#main #primary section#index01 h2 {
	display: flex;
	align-items: center;
	/* ← 縦中央揃え */
	gap: 20px;
	line-height: 1;
	margin-bottom: 4.5rem;
}

#main #primary section#index01 h2 span {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 500;
}

#main #primary section#index01 h2:before {
	content: attr(data-eng);
	font-size: clamp(36px, 3.6vw, 48px);
	color: #f39800;
	white-space: nowrap;
	line-height: 1;
}

#main #primary section#index01 h2:after {
	content: "";
	flex: 1;
	height: 1px;
	background: #d9d9d9;
}

#index01 .inner_left>ul {
	list-style: none;
	max-height: 120px;
	min-height: 120px;
	overflow: auto;
	margin: 0 0 4.5rem 0;
	padding: 0;
}

#index01 .inner_left>ul>li:first-child {
	padding-top: 0;
}

#index01 .inner_left>ul>li {
	display: flex;
	align-items: center;
	/* ← 中央揃え */
	gap: 2.5rem;
	text-decoration: none;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px dotted #ddd;
}

#index01 .inner_left>ul>li:first-child a {
	padding-top: 0;
}

/* 画像 */
#index01 .inner_left .img-box {
	flex-shrink: 0;
	width: 180px;
}

#index01 .inner_left .img-box img {
	width: 180px;
	height: 120px;
	object-fit: cover;
	display: block;
}

/* テキスト */
#index01 .inner_left .text-box {
	display: flex;
	flex-direction: column;
}

/* =========================
   日付＋カテゴリー横並び
========================= */
#index01 .inner_left .text-box .post-info {
	display: flex;
	align-items: center;
	/* 縦中央揃え */
	gap: 1rem;
	/* 日付とカテゴリーの間隔 */
	margin-bottom: 1rem;
	/* タイトルとの間隔 */
}

#index01 .inner_left .text-box .post-info .date {
	white-space: nowrap;
	font-family: monospace;
	/* 等幅で揃える */
	color: #333;
	white-space: nowrap;
	font-family: monospace;
	font-family: Arial, Helvetica, sans-serif;
}

#index01 .inner_left .text-box .post-info .post-cate {
	display: flex;
	/* 横並び */
	gap: 0.5rem;
	/* li間の間隔 */
	margin: 0;
	padding: 0;
	list-style: none;
}

#index01 .inner_left .text-box .post-info .post-cate li {
	display: inline;
	/* 横並びに見せる */
	color: #666;
	font-size: clamp(12px, 1vw, 13px);
}

#index01 .inner_left .text-box .post-info .post-cate li a {
	display: block;
	padding: 0.5rem 1rem;
	background: #f39800;
	color: #FFF;
	border-radius: 3px;
}

#index01 .inner_left .text-box h3 {
	margin: 0;
	line-height:1.4;
}

#index01 .inner_left .text-box h3 a:hover {
	text-decoration:underline;
}

#index01 .inner_right ul {
	list-style: none;
	margin: 0 0 4.5rem 0;
	padding: 0;
	max-height: 120px;
	min-height: 120px;
	overflow: auto;
}

#index01 .inner_right ul li {
	margin-bottom: 2.5rem;
}

#index01 .inner_right ul li a {
	display: block;
	text-decoration: none;
}

#index01 .inner_right ul li a h3:hover {
	text-decoration:underline;
}

#index01 .inner_right .text-box {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 2rem;
}

#index01 .inner_right .text-box .date {
	white-space: nowrap;
	font-family: monospace;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #333;
}

#index01 .inner_right .text-box h3 {
	margin: 0;
}

.link_post_btn01 {
	text-align: right;
}

.link_post_btn01 a svg {
	position: relative;
	top: 5px;
	margin-right: 1rem;
}

.link_post_btn01 a span {
	color: #333;	
	transition: color .3s ease;
}

.link_post_btn01 a:hover span {
	text-decoration:underline;
}


/* =========================
   レスポンシブ
========================= */

@media (max-width: 1280px) {
#index01 .inner_left .text-box .post-info .post-cate li a {
	padding: 0.5rem;
    letter-spacing: 0.75px;
}
}

@media (max-width: 980px) {
#main #primary section#index01 {
	padding-top: 6rem;
	padding-bottom:0;
}

#main #primary section#index01 h2 {
	gap: 12px;
	margin-bottom:3rem;
}

#index01 .inner_left.w48 {
	width:100%;
	margin-bottom:4.5rem;
}

#index01 .inner_left .img-box {
	width: 140px;
}

#index01 .inner_left .img-box img {
	width: 140px;
	height: 94px;
}

#index01 .inner_right.w48 {
	width:100%;
	margin-bottom:4.5rem;
}

}

@media (max-width: 680px) {

#index01 .inner_left > ul,
#index01 .inner_right > ul {
	margin-bottom:3rem;
}

#index01 .inner_left .text-box .post-info {
	display:block;
	margin-bottom:0;
}

#index01 .inner_left .text-box .post-info .post-cate {
	margin-top:0.5rem;
	margin-bottom: 1.25rem;
}

#index01 .inner_left > ul > li {
	align-items: flex-start;
	gap:1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#index01 .inner_right .text-box {
	display:block;
}

#index01 .inner_right .text-box h3 {
	margin-top:1rem;
	line-height:1.4;
}

}

@media (max-width: 480px) {
}

#main #primary section#index02 {
	background:url(../../images/index/index02_bg.jpg) no-repeat center center;
	background-size:cover;
}

#main #primary section#index02 h2 {
	margin-bottom: 7.5rem;
}

#main #primary section#index02 h2 span {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 450;
	display: block;
	text-align: center;
	color: #FFF;
	font-weight:500;
}

#main #primary section#index02 h2:before {
	content: attr(data-eng);
	font-size: clamp(36px, 6vw, 84px);
	font-weight: 300;
	color: #FFF;
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}


#index02 .box_wrapper {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:3%;
}

#index02 .box_wrapper dl {
	width:48.5%;
}

#index02 .box_wrapper dl dt {
	margin-bottom:3rem;
}

#index02 .box_wrapper dl dt img {
	width:100%;
	height:auto;
	display:block;
}

#index02 .box_wrapper dl dd h3 {
	text-align:center;
	color:#FFF;
	margin-bottom:2rem;
	font-size:clamp(20px, 2.4vw, 30px);
	font-weight:500;
}

#index02 .box_wrapper dl dd p {
	text-align:left;
	color:#FFF;
	line-height:2;
	text-align:justify;
}

#index02 .detail_btn01 {
	text-align:center;
	margin-top:6rem;
}

#index02 .detail_btn01 a {
	display:inline-block;
	background:#fff;
	border-radius:100px;
	padding:2.2rem 9%;
	text-align:center;
	text-decoration:none;
	font-size:clamp(16px, 1.6vw, 20px);
}

@media (max-width: 980px) {
#main #primary section#index02 h2 {
	margin-bottom:4.5rem;
}
}

@media (max-width: 680px) {
#index02 .box_wrapper dl {
	width:100%;
	margin-bottom:3rem;
}

#index02 .detail_btn01 {
	margin-top:0;
}

#index02 .detail_btn01 a {
	padding:1.5rem 15%;
}

}

#main #primary section#index03 {
	padding-bottom: 0;
	padding-bottom:15rem;
}

#main #primary section#index03 h2 {
	text-align:center;
	margin-bottom: 6rem;
}

#main #primary section#index03 h2::before {
	content: attr(data-eng);
	font-size: clamp(36px, 6vw, 84px);
	font-weight: 300;
	color: #f39800;
	display: block;
	margin-bottom: 1rem;
	font-weight:500;
}

#main #primary section#index03 h2 span {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 450;
	display: block;
	font-weight:500;
}

#index03 .box_wrapper {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:2%;
}

#index03 .box_wrapper dl {
	width:49%;
	display:flex;
	align-items:center;
	border:1px solid #dddddd;
	box-sizing:border-box;
	margin-bottom:1.75rem;
}

#index03 .box_wrapper dl dt {
	width:30%;
	flex-shrink:0;
}

#index03 .box_wrapper dl dt img {
	width:100%;
	height:auto;
	display:block;
}

#index03 .box_wrapper dl dd {
	width:70%;
	padding-left:3rem;
	padding-right:3rem;
	box-sizing:border-box;
}

#index03 .box_wrapper dl dd h3 {
	margin-bottom:1.5rem;
	font-size:clamp(20px, 2vw, 30px);
	font-weight:500;
	text-align:left;
	color:#f39800;
}

#index03 .box_wrapper dl dd p {
	text-align:left;
	line-height:1.8;
	font-size:clamp(16px, 1.2vw, 18px);
	text-align:justify;
}

#index03 .detail_btn02 {
	text-align:center;
	margin-top:6rem;
}

#index03 .detail_btn02 a {
	display:inline-block;
	background:#f39800;
	color:#FFF;
	border-radius:100px;
	padding:2.2rem 9%;
	text-align:center;
	text-decoration:none;
	font-size:clamp(16px, 1.6vw, 20px);
}

@media screen and (max-width:1280px){
#index03 .box_wrapper dl dd h3 {
  margin-bottom: 1rem;
}
#index03 .box_wrapper dl dd p {
	line-height:1.6;
}
}

@media screen and (max-width:980px){
#main #primary section#index03 {
  padding-bottom: 7.5rem;
}

#main #primary section#index03 h2 {
	margin-bottom: 3rem;
}

#index03 .box_wrapper dl {
	width:100%;
}

#index03 .detail_btn02 {
	margin-top:3rem;
}

#index03 .detail_btn02 a {
	padding:1.5rem 15%;
}


}

@media screen and (max-width:520px){
#index03 .box_wrapper dl {
	display:block;
}

#index03 .box_wrapper dl {
	padding:2rem 2rem;
}

#index03 .box_wrapper dl dt {
	width:100%;
	text-align:center;
	margin-bottom:2rem;
}

#index03 .box_wrapper dl dt img {
	max-width:218px;
	height:auto;
	display:inline;
}

#index03 .box_wrapper dl dd {
	width:100%;
	padding:0;
}

#index03 .box_wrapper dl dd h3 {
	text-align:center;
}

}


#main #primary section#index04 {
	background:url(../../images/index/index04_bg.jpg) no-repeat center center;
	background-size:cover;
	padding-top:18rem;
	padding-bottom:18rem;
}

#main #primary section#index04 h2 {
	margin-bottom: 7.5rem;
	text-align:center;
}

#main #primary section#index04 h2:before {
	content: attr(data-eng);
	font-size: clamp(36px, 6vw, 84px);
	font-weight: 300;
	color: #f39800;
	display: block;
	line-height: 0.8;
	margin-bottom: 1rem;
	color:#FFF;
}

#main #primary section#index04 h2 span {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 450;
	display: block;
	color:#FFF;
}


#index04 ol {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:7.5rem 5rem;
	padding:0;
	list-style:none;
}

#index04 ol li {
	position:relative;
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	padding:4rem 2rem 3rem;
	box-sizing:border-box;
}

#index04 ol li span {
	display:block;
	width:60%;
	margin:-2em auto 3.5rem;
	padding:0.7rem 1rem;
	background:#f39800;
	color:#fff;
	text-align:center;
	border-radius:999px;
	font-size:30px;
}

#index04 ol li h3 {
	margin-bottom:2rem;
	font-size:2.2rem;
	font-weight:600;
	text-align:center;
}

#index04 ol li p {
	text-align:center;
	line-height:1.6;
	font-size:clamp(16px, 1.4vw, 18px);
}

/* タブレット */
@media screen and (max-width:1024px){
#index04 ol {
	grid-template-columns:repeat(2, 1fr);
}
}

@media (max-width: 980px) {
#main #primary section#index04 {
	padding-top:9rem;
	padding-bottom:9rem;
}

#main #primary section#index04 h2 {
	margin-bottom:4.5rem;
}

#index04 ol {
	grid-template-columns:1fr;
	gap:3.5rem 0;
}

#index04 ol li {
	padding:4rem 1.5rem 2.5rem;
}

#index04 ol li span {
	width:75%;
	margin:-2.8em auto 3.5rem;
	font-size:20px;
}

#index04 ol li h3 {
	margin-bottom:1rem;
}

#index04 ol li span {
	margin-bottom:2.5rem;
}

}

#main #primary section#index05 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#main #primary section#index05 ul li {
	width:49%;
}

@media (max-width: 980px) {
#main #primary section#index05 ul li {
	width:100%;
	margin-bottom:2rem;
}

#main #primary section#index05 ul li:last-child {
	margin-bottom:0;
}
}

#index06 h2 {
	margin-bottom: 6rem;
}

#index06 h2:after {
	content: attr(data-eng);
	font-size: clamp(16px, 1.2vw, 18px);
	white-space: nowrap;
	line-height: 1;
	font-weight: 500;
	display: block;
	text-align: center;
}

#index06 h2 span {
	font-size: clamp(24px, 3.6vw, 48px);
	color: #f39800;
	margin-bottom: 1.5rem;
	display: flex;
	/* ← 横並び用 */
	align-items: center;
	/* ← 縦中央揃え */
	justify-content: center;
	/* ← 文字中央揃え */
	margin-bottom: 1.5rem;
	gap: 2rem;
	/* 文字と線の間隔 */
}

#index06 h2 span::before,
#index06 h2 span::after {
	content: "";
	flex: 1;
	/* 左右に線を広げる */
	height: 1px;
	/* 線の太さ */
	background: #DDD;
	/* 線の色 */
}

#index06 .box1480.base {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* スマホで折り返し */
	gap: 2rem;
	/* 左右の余白 */
}

/* 左右のカラム */
#index06 .inner_left {
	width: 63.22%;
}

#index06 .inner_right {
	width: 33.79%;
}

@media (max-width: 980px) {
#index06 h2 {
	margin-bottom:3rem;
}
}

/* スマホ対応 */
@media (max-width: 768px) {
#index06 .inner_left,
#index06 .inner_right {
	width: 100% !important;
	/* 幅指定がある場合は上書き */
}

#index06 .inner_left {
	margin-bottom:4.5rem;
}
}

@media (max-width: 980px) {
#main #primary section#index01 {
}

#main #primary section#index02 .column-outside-left {
	background: url(../../images/index/index02_bg.jpg) no-repeat top left;
}

#main #primary section#index06 {
}

.cd-fixed-bg {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
}

#main #primary section#pickup {
	padding-top:0;
}

#main #primary section#pickup h2 {
	display: flex;
	align-items: center;
	/* ← 縦中央揃え */
	gap: 20px;
	line-height: 1;
	margin-bottom: 4.5rem;
}

#main #primary section#pickup h2 span {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 500;
}

#main #primary section#pickup h2:before {
	content: attr(data-eng);
	font-size: clamp(36px, 3.6vw, 48px);
	color: #f39800;
	white-space: nowrap;
	line-height: 1;
}

#main #primary section#pickup h2:after {
	content: "";
	flex: 1;
	height: 1px;
	background: #d9d9d9;
}

.pickup-list {
	display:flex;
	flex-wrap:wrap;
	gap:1.333%;
}

.pickup-list li {
	position:relative;
	width:24%;
	overflow:hidden;
}

.pickup-list li a {
	position:relative;
	display:block;
	width:100%;
	aspect-ratio:1/1;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}

.pickup-list .img-box {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.pickup-list .img-box img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .6s ease;
}

.pickup-list li a:hover .img-box img {
	transform:scale(1.08);
}

.pickup-list li a::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(212,133,0,0.3);
	z-index:1;
	transition:background .3s ease;
}

.pickup-list li a:hover:before {
	background:rgba(255,255,255,0.6);
}

.pickup-list .text-box {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:1.5rem;
	box-sizing:border-box;
	z-index:2;
}

.pickup-list .text-box h3 {
	line-height:1.5;
	font-weight:700;
	font-size:clamp(20px, 2vw, 28px);
	color:#FFF;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pickup-list li a:hover .text-box h3 {
	color:#f39800;
}

@media screen and (max-width:980px){
#main #primary section#pickup h2 {
	margin-bottom:3rem;
}
}

@media screen and (max-width:768px){
.pickup-list li {
	width:49%;
}
}

@media screen and (max-width:640px){
.pickup-list {
	gap:2%;
}
.pickup-list li {
	width:49%;
	margin-bottom:0.75rem;
}
.pickup-list .text-box h3 {
}
}

@media (max-width: 1200px) {}

@media (max-width: 980px) {}

@media (max-width: 680px) {}

@media (max-width: 480px) {}