﻿

@import url('css-NotoSansJP100300400500700900_swap_japanese.css');

@import url('css-OpenSans300300i400400i600600i700700i800800i_swap.css');

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list,
.section-4 .select-area> .btn-list,
.section-4 .article-area,
.section-4 .article-area> .article-item .article-item-side> .activity-list {
	zoom: 1;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list:before,
.section-4 .select-area> .btn-list:before,
.section-4 .article-area:before,
.section-4 .article-area> .article-item .article-item-side> .activity-list:before,
.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list:after,
.section-4 .select-area> .btn-list:after,
.section-4 .article-area:after,
.section-4 .article-area> .article-item .article-item-side> .activity-list:after {
	content: '';
	display: table;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list:after,
.section-4 .select-area> .btn-list:after,
.section-4 .article-area:after,
.section-4 .article-area> .article-item .article-item-side> .activity-list:after {
	clear: both;
}

.section-title> .en,
.main-visual> .slide-area .slide-item> .inner> .copy,
.section-3 .inner-area {
	color: transparent;
	font: 0/0 a;
}

.section-1 .news-list> .news-item> a,
.section-2 .pickup-list .pickup-item {
	display: block;
	width: 100%;
	height: 100%;
}

.section-1 .btn-archive:hover> a,
.section-2 .pickup-list .pickup-item:hover .btn-more,
.section-3:hover,
.section-4 .article-area> .article-item> a:hover .btn-detail,
.section-4 .btn-more:hover> button {
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
}

.section-1 .btn-archive,
.section-2 .pickup-list .pickup-item,
.section-3 .inner-area,
.section-4 .article-area> .article-item,
.section-4 .btn-more {
	position: relative;
}

.section-1 .btn-archive:before,
.section-2 .pickup-list .pickup-item:before,
.section-3 .inner-area:before,
.section-4 .article-area> .article-item:before,
.section-4 .btn-more:before,
.section-1 .btn-archive:after,
.section-2 .pickup-list .pickup-item:after,
.section-3 .inner-area:after,
.section-4 .article-area> .article-item:after,
.section-4 .btn-more:after {
	content: '';
	display: block;
	position: absolute;
	right: -10px;
	background: #000;
}

.section-1 .btn-archive:before,
.section-2 .pickup-list .pickup-item:before,
.section-3 .inner-area:before,
.section-4 .article-area> .article-item:before,
.section-4 .btn-more:before {
	width: 30px;
	height: 1px;
}

.section-1 .btn-archive:after,
.section-2 .pickup-list .pickup-item:after,
.section-3 .inner-area:after,
.section-4 .article-area> .article-item:after,
.section-4 .btn-more:after {
	width: 12px;
	height: 1px;
	-webkit-transform: translate(1px, -3px) rotate(30deg);
	-ms-transform: translate(1px, -3px) rotate(30deg);
	transform: translate(1px, -3px) rotate(30deg);
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	cursor: pointer;
}

/* cmn
---------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
}

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner-area {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner-area:before,
.inner-area:after {
	content: '';
	display: table;
}

.inner-area:after {
	clear: both;
}

/* common style
---------------------------------------- */

.section-title {
	color: #005b3a;
	font-size: 1.8rem;
	text-align: center;
}

.section-title> .en {
	display: block;
	margin: 0 auto 30px auto;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* main-visual
---------------------------------------- */

.main-visual {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 700px;
}

.main-visual> .slide-area {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 700px;
}

.main-visual> .slide-area .slide-item {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 700px;
}

.main-visual> .slide-area .slide-item> .inner {
	position: relative;
	height: 700px;
}

.main-visual> .slide-area .slide-item> .inner> .copy {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 480px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.main-visual> .slide-area .slide-item.item-1 .inner> .copy {
	width: 987px;
	height: 363px;
	background: url('../image/img_main_copy.png') center center no-repeat;
	background-size: contain;
}

.main-visual> .slide-area .slide-item.item-2 .inner> .copy {
	background: url('../image/img_main_copy-2.png') center center no-repeat;
	background-size: contain;
}

.main-visual> .slide-area .slide-item.item-4 .inner> .copy {
	background: url('../image/img_main_copy-4.png') center center no-repeat;
	background-size: contain;
}

.main-visual> .slide-area .slide-item> img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: auto;
	max-width: inherit;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-visual .slide-dots {
	bottom: 40px;
}

.main-visual .slick-prev {
	left: 55px;
}

.main-visual .slick-next {
	right: 55px;
}

/* section-1
---------------------------------------- */

.section-1 {
	width: 100%;
	min-width: 1200px;
	padding-top: 100px;
	background: #f0f0e4;
}

.section-1 .section-title> .en {
	width: 294px;
	height: 45px;
	background-image: url('../image/ttl_sec-1.png');
}

.section-1 .news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-top: 20px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.section-1 .news-list> .news-item {
	width: 400px;
	padding: 0 40px;
}

.section-1 .news-list> .news-item:nth-of-type(2) {
	border-right: 1px dotted #000;
	border-left: 1px dotted #000;
}

.section-1 .news-list> .news-item> a {
	padding: 25px 0 15px 0;
}

.section-1 .news-list> .news-item .news-item-head {
	width: 100%;
}

.section-1 .news-list> .news-item .news-item-head> p {
	display: inline-block;
	letter-spacing: .05em;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
}

.section-1 .news-list> .news-item .news-item-body {
	margin-top: 1.875rem;
	line-height: 1.875;
	text-decoration: underline;
    overflow: hidden;
    height: 3.69em;
    height: 4em;
}

.section-1 .btn-archive {
	display: block;
	position: relative;
	width: 380px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	z-index: 10;
}

.section-1 .btn-archive:before,
.section-1 .btn-archive:after {
	top: 40px;
	right: 0;
	z-index: 100;
}

.section-1 .btn-archive:hover> a {
	border-bottom: 4px solid #c2e305;
	opacity: 1;
}

.section-1 .btn-archive> a {
	display: block;
	position: relative;
	width: 360px;
	height: 80px;
	font-size: 18px;
	line-height: 4.444444444;
	text-align: center;
	background: #c2e305;
	border-bottom: 4px solid #849b03;
}

/* section-2
---------------------------------------- */

.section-2 {
	width: 100%;
	min-width: 1200px;
	padding: 140px 0 50px 0;
	background: url('../image/bg_sec-2.jpg') center top no-repeat;
	background-size: cover;
}

.section-2 .section-title> .en {
	width: 192px;
	height: 59px;
	background-image: url('../image/ttl_sec-2.png');
}

.section-2 .pickup-list {
	width: 1140px;
	margin: 25px auto 0 auto;
	padding: 0 0 40px 0;
}

.section-2 .pickup-list .pickup-item {
	display: block;
	position: relative;
	width: 380px !important;
	padding: 20px 10px;
}

.section-2 .pickup-list .pickup-item:before,
.section-2 .pickup-list .pickup-item:after {
	right: 0;
	bottom: 50px;
	z-index: 100;
}

.section-2 .pickup-list .pickup-item> .link-area {
	display: block;
	position: relative;
	width: 360px;
	height: 100%;
	padding-bottom: 60px;
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.section-2 .pickup-list .pickup-item .pick-item-thumbnail {
	height: 0;
	padding-top: 66.6666%;
	background-size: cover;
}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--capital-a {background-image: url(../image/thumbnail_capital_a.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--capital-b {background-image: url(../image/thumbnail_capital_b.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--education-a {background-image: url(../image/thumbnail_education_a.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--education-b {background-image: url(../image/thumbnail_education_b.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--environment-a {background-image: url(../image/thumbnail_environment_a.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--environment-b {background-image: url(../image/thumbnail_environment_b.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--partner-a {background-image: url(../image/thumbnail_partner_a.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--partner-b {background-image: url(../image/thumbnail_partner_b.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--support-a {background-image: url(../image/thumbnail_support_a.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--support-b {background-image: url(../image/thumbnail_support_b.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--working-a {background-image: url(../image/thumbnail_working_a.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--working-b {background-image: url(../image/thumbnail_working_b.jpg);}
.section-2 .pickup-list .pickup-item .pick-item-thumbnail--general {background-image: url(../image/thumbnail_general.jpg);}



.section-2 .pickup-list .pickup-item .pickup-item-body {
	position: relative;
	padding: 30px 20px 20px 20px;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .date {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: .15em .5em;
	color: #fff;
	font-size: 14px;
	background: #005b3a;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .title {
	overflow: hidden;
	height: 4.8em;
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.6;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .detail {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 5.75em;
	margin-top: .5em;
	line-height: 1.875;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list {
	height: 46px;
	margin-top: 20px;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list> .activity-item {
	float: left;
}

.section-2 .pickup-list .pickup-item .btn-more {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	font-size: 1.8rem;
	background: #f0f0e4;
	border-bottom: 4px solid #e1e1d3;
	cursor: pointer;
	z-index: 10;
}

.section-2 .pickup-list .pickup-item:hover> a {
	opacity: 1;
}

.section-2 .pickup-list .pickup-item:hover .btn-more {
	border-bottom: 4px solid #f0f0e4;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.section-2 .slide-dots {
	bottom: 0;
}

.section-2 .slick-arrow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.section-2 .slick-prev {
	left: -80px;
}

.section-2 .slick-next {
	right: -80px;
}

/* section-3 削除202506
---------------------------------------- */


/* section-4
---------------------------------------- */

.section-4 {
	width: 100%;
	min-width: 1200px;
	padding: 100px 0;
	background: url('../image/bg_sec-4.jpg') center top no-repeat #f2f2ed;
	background-size: 100% auto;
}

.section-4 .section-title> .en {
	width: 217px;
	height: 58px;
	margin-bottom: 10px;
	background-image: url('../image/ttl_sec-4.png');
}

/* section-4 --------------------------------------------------202506 */
.section-4 .category-summary {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
/*	align-items: stretch; */
	margin: 3em auto 0;
}
.section-4 .category-summary .category-wrapper {
	flex-basis: 50%;
	padding: 0 1em 2em 1em;
}
.section-4 .category-summary  .category-wrapper .category {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8); /* #fff; */
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	padding: 1em 2em 2em;
}
.section-4 .category-name {
	display: inline-block;
	position: relative;
	width: auto;
	height: 56px;
	padding: 0.9em 30px 0 72px;
	font-size: 1.7rem;
	line-height: 1.24950495;
	vertical-align: middle;
	text-align: left;
	background-color: rgba(240, 240, 228, 0.8); /* #f0f0e4; */
	background-position: 10px center;
	background-size: 48px auto;
	background-repeat: no-repeat;
	border-radius: 37px;
	box-shadow: 0 2px 0 #e5e5d9;
}
.section-4 .category-name::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 56px;
	background-color: rgba(100, 100, 100, 0.1);
	border-radius: 38px;
	transform: translate(-50%, -50%);
}
.section-4 .ico-1 {
	background-image: url('../image/icn_category-1_on.png');
}
.section-4 .ico-2 {
	background-image: url('../image/icn_category-2_off.png');
}
.section-4 .ico-3 {
	background-image: url('../image/icn_category-3_off.png');
}
.section-4 .ico-4 {
	background-image: url('../image/icn_category-4_off.png');
}
.section-4 .ico-5 {
	background-image: url('../image/icn_category-5_off.png');
}
.section-4 .ico-6 {
	background-image: url('../image/icn_category-6_off.png');
}

.section-4 .category-wrapper .category > ul {
	list-style: none;
	margin: 1.2em 0 1em 0;
	padding-left: 1.5em;
}
.section-4 .category-wrapper .category > ul li {
	position: relative; /* ::beforeの位置決めの基準 */
	margin-bottom: 0.4em;
}
.section-4 .category-wrapper .category > ul li::before {
	content: "•";
	color: green;
	position: absolute;
	left: 0;
	top: 0;
	/* テキストとの間隔 right/margin-right */
	margin-left: -1em; /* マーカーをliのパディング内に調整 */
	font-size: 1em; /* マーカーサイズ（変更時は要調整） */
	font-weight: bold;
	line-height: inherit; /* liのline-heightを継承しテキストと揃える */
}
.section-4 .category-wrapper .category > ul li a {
	border-bottom: 1px solid #151515;
}




@media screen and (max-width: 1280px) {

.section-2 .slick-prev {
	left: 0;
}

.section-2 .slick-next {
	right: 0;
}

}

@media screen and (max-width: 768px) {

body {
	font-size: 3.2vw;
}

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

body {
	overflow-x: hidden;
	width: 100vw;
}

.section-title {
	font-size: 2.93333vw;
}

.section-title> .en {
	margin: 0 auto 4vw auto;
}

.main-visual {
	min-width: auto;
	min-width: initial;
	height: 106.66667vw;
}

.main-visual .main-copy {
	width: 86.66667vw;
	height: 40vw;
}

.main-visual> .slide-area {
	height: 106.66667vw;
}

.main-visual> .slide-area .slide-item {
	height: 106.66667vw;
}

.main-visual> .slide-area .slide-item> .inner {
	height: 106.66667vw;
}

.main-visual> .slide-area .slide-item> .inner> .copy {
	width: 64vw;
	height: 64vw;
}

.main-visual> .slide-area .slide-item.item-1 .inner> .copy {
	width: 75.6vw;
	height: 59.73333vw;
	background: url('../image/sp_img_main_copy.png') center center no-repeat;
	background-size: contain;
}

.main-visual> .slide-area .slide-item.item-2 .inner> .copy {
	background: url('../image/img_main_copy-2.png') center center no-repeat;
	background-size: contain;
}

.main-visual> .slide-area .slide-item.item-4 .inner> .copy {
	background: url('../image/img_main_copy-4.png') center center no-repeat;
	background-size: contain;
}

.main-visual> .slide-area .slide-item> img {
	width: 100%;
	min-width: auto;
	min-width: inherit;
	max-width: auto;
	max-width: inherit;
	height: auto;
	min-height: auto;
	min-height: inherit;
}

.main-visual .slide-dots {
	bottom: 4vw;
}

.main-visual .slick-prev {
	left: 1.33333vw;
}

.main-visual .slick-next {
	right: 1.33333vw;
}

.section-1 {
	min-width: auto;
	min-width: initial;
	padding-top: 13.33333vw;
}

.section-1 .section-title> .en {
	width: 41.46667vw;
	height: 6vw;
}

.section-1 .news-list {
	margin-top: VW(10);
	padding: 0 3.33333vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-1 .news-list> .news-item {
	width: 100%;
	padding: 0;
}

.section-1 .news-list> .news-item:nth-of-type(2) {
	border-top: .26667vw dotted #000;
	border-right: none;
	border-bottom: .26667vw dotted #000;
	border-left: none;
}

.section-1 .news-list> .news-item> a {
	display: table;
	min-height: 29.33333vw;
	padding: 6vw 0;
	vertical-align: middle;
}

.section-1 .news-list> .news-item .news-item-head> p {
	font-size: 3.46667vw;
}

.section-1 .news-list> .news-item .news-item-body {
	margin-top: 1em;
	font-size: 3.2vw;
}

.section-1 .btn-archive {
	width: 94.66667vw;
	padding: 0 1.33333vw;
	-webkit-transform: translateY(8vw);
	-ms-transform: translateY(8vw);
	transform: translateY(8vw);
}

.section-1 .btn-archive:before,
.section-1 .btn-archive:after {
	top: 8vw;
	right: 0 !important;
}

.section-1 .btn-archive:hover> a {
	border-bottom: .53333vw solid #c2e305;
}

.section-1 .btn-archive> a {
	width: 92vw;
	height: 16vw;
	font-size: 4vw;
	line-height: 4;
	border-bottom: .53333vw solid #849b03;
}

.section-2 {
	min-width: auto;
	min-width: initial;
	padding: 21.33333vw 0 9.33333vw 0;
	background: url('../image/sp_bg_sec-2.jpg') center top no-repeat;
	background-size: cover;
}

.section-2 .section-title> .en {
	width: 25.6vw;
	height: 7.86667vw;
}

.section-2 .pickup-list {
	width: 100%;
	margin: 5.33333vw auto 0 auto;
	padding-bottom: 5.33333vw;
}

.section-2 .pickup-list .pickup-item {
	display: block;
	position: relative;
	width: 50vw !important;
	padding: 5.33333vw 1.33333vw;
}

.section-2 .pickup-list .pickup-item:before,
.section-2 .pickup-list .pickup-item:after {
	right: .53333vw !important;
	bottom: 9.33333vw;
}

.section-2 .pickup-list .pickup-item> .link-area {
	width: 46.66667vw;
	min-height: 66.66667vw;
	padding-bottom: 8vw;
	-webkit-box-shadow: 0 0 1.33333vw rgba(0, 0, 0, .15);
	box-shadow: 0 0 1.33333vw rgba(0, 0, 0, .15);
}

.section-2 .pickup-list .pickup-item .pickup-item-body {
	padding: 8vw 4vw 4vw 4vw;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .date {
	font-size: 2.66667vw;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .title {
	font-size: 3.2vw;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .detail {
	font-size: 2.13333vw;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list {
	height: 24.26667vw;
	margin-top: 1.33333vw;
}

.section-2 .pickup-list .pickup-item .pickup-item-body> .activity-list> .activity-item {
	margin: 1.33333vw 1.33333vw 0 0;
}

.section-2 .pickup-list .pickup-item .btn-more {
	height: 8vw;
	font-size: 2.4vw;
	border-bottom: .53333vw solid #e1e1d3;
}

.section-2 .pickup-list .pickup-item:hover .btn-more {
	border-bottom: .53333vw solid #f0f0e4;
}

.section-2 .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: .4vw;
}

.section-2 .slick-arrow {
	top: auto;
	top: initial;
	bottom: -2.66667vw;
	-webkit-box-shadow: 0 0 1.33333vw rgba(0, 0, 0, .15);
	box-shadow: 0 0 1.33333vw rgba(0, 0, 0, .15);
}

.section-2 .slick-prev {
	left: 1.33333vw;
}

.section-2 .slick-next {
	right: 1.33333vw;
}


.section-4 {
	min-width: auto;
	min-width: initial;
	padding: 13.33333vw 0;
	background: url('../image/sp_bg_sec-4.jpg') center top no-repeat #f2f2ed;
	background-size: 100% auto;
}

.section-4 .section-title> .en {
	width: 28.93333vw;
	height: 7.73333vw;
	margin-bottom: 1.33333vw;
}

/* section-4 --------------------------------------------------202506 */
.section-4 .category-summary .category-wrapper {
	flex-basis: 100%;
	padding: 0 0 1em 0;
}
.section-4 .category-summary .category-wrapper .category {
	padding: 1em 1em 1.5em;
}
.section-4 .category-summary .category-wrapper .category-name {
	height: 40px;
	padding: 0.9em 24px 0 56px;
	font-size: 1.3rem;
	line-height: 1.24950495;
	vertical-align: middle;
	background-position: 10px center;
	background-size: 36px auto;
	border-radius: 37px;
}
.section-4 .category-summary .category-wrapper .category-name::before {
	height: 40px;
}

.section-4 .category-summary .category-wrapper .category > ul {
	margin: 1.4em 0 1em 0;
	padding-left: 1.5em;
	font-size: 3.2vw; /* 1.3rem; */
}


@media screen and (max-width: 767px) {

.section-1 .btn-archive:hover> a,
.section-2 .pickup-list .pickup-item:hover .btn-more,
.section-3:hover,
.section-4 .article-area> .article-item> a:hover .btn-detail,
.section-4 .btn-more:hover> button {
	-webkit-box-shadow: .66667vw .66667vw 1.33333vw rgba(0, 0, 0, .25);
	box-shadow: .66667vw .66667vw 1.33333vw rgba(0, 0, 0, .25);
}

.section-1 .btn-archive:before,
.section-2 .pickup-list .pickup-item:before,
.section-3 .inner-area:before,
.section-4 .article-area> .article-item:before,
.section-4 .btn-more:before,
.section-1 .btn-archive:after,
.section-2 .pickup-list .pickup-item:after,
.section-3 .inner-area:after,
.section-4 .article-area> .article-item:after,
.section-4 .btn-more:after {
	right: -1.3333333vw;
}

.section-1 .btn-archive:before,
.section-2 .pickup-list .pickup-item:before,
.section-3 .inner-area:before,
.section-4 .article-area> .article-item:before,
.section-4 .btn-more:before {
	width: 3.4666667vw;
	height: .2666667vw;
}

.section-1 .btn-archive:after,
.section-2 .pickup-list .pickup-item:after,
.section-3 .inner-area:after,
.section-4 .article-area> .article-item:after,
.section-4 .btn-more:after {
	width: 1.0666667vw;
	height: .2666667vw;
	-webkit-transform: translate(.26667vw, -.3vw) rotate(30deg);
	-ms-transform: translate(.26667vw, -.3vw) rotate(30deg);
	transform: translate(.26667vw, -.3vw) rotate(30deg);
}

}

