@charset "utf-8";

img {
	max-width: 100%;
}

header {
	height: 0;
}

.mainvisual {
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}

.mainvisual .full {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.mainvisual .full .catch {
	position: absolute;
	left: 70px;
	top: 175px;
}

.mainvisual .full .copy {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	letter-spacing: .2em;
	padding-top: 1em;
}

.mainvisual .full .modal {
	position: absolute;
	right: 70px;
	bottom: 50px;
}

.mainvisual .full .modal img {
	width: 120px;
	height: 120px;
}

@media screen and (min-width: 1071px) {}

@media screen and (max-width: 1070px) {
	.mainvisual .full .catch {
		font-size: 9vw;
		top: calc(86px + 40px);
		left: 35px;
	}

	.mainvisual .full .modal {
		position: absolute;
		right: 1em;
		bottom: 14vh;
	}

	.mainvisual .full .modal img {
		width: 60px;
		height: 60px;
	}

	.mainvisual .full .copy {
		padding: 15px;
		font-size: 6.1vw;
		box-sizing: border-box;
	}
}

/*--------------------------------------------------------------------*/

.mainvisual .full .slick-dots {
	right: 3vw;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mainvisual .full .slick-dots button:before {
	display: none !important;
}

.mainvisual .full .slick-dots li {
	width: 3px !important;
	height: 5em !important;
	margin: .5em 5px;
}

.mainvisual .full .slick-dots button {
	background-color: #8C95AA;
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: .6;
}

.mainvisual .full .slick-dots li.slick-active button {
	background-color: #fff;
	opacity: 1;
}

/*--------------------------------------------------------------------*/

.mainvisual .item {
	width: 100%;
	height: 100%;
	max-height: 100vh;
	position: relative;
}

.mainvisual .item .video {
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.mainvisual .item .video video {
	object-fit: cover;
}

.mainvisual .item .image img {
	object-fit: cover;
}

.mainvisual .news.slide {
	position: absolute;
	bottom: 2em;
	left: 2em;
	color: #fff;
}

.mainvisual .news.slide .index {
	padding-right: 1em;
	border-right: 1px solid #fff;
	margin-right: 1em;
	white-space: nowrap;
}

.mainvisual .news.slide .value {
	font-weight: 300;
}

.mainvisual .news.slide .value a {
	width: auto !important;
	white-space: nowrap;
}

@media screen and (min-width: 1071px) {
	.mainvisual .item .video video {
		width: 100%;
		height: 100vh;
	}

	.mainvisual .item .image img {
		object-fit: cover;
		width: 100vw;
		height: 100vh;
	}
}

@media screen and (max-width: 1070px) {
	.mainvisual {
		width: 100%;
	}

	.mainvisual .news.slide .value a {
		max-width: 19em;
		overflow: hidden;
		white-space: nowrap;
	}

	.mainvisual .item .video {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: #bfa994;
		padding-top: 86px;
		box-sizing: border-box;
	}

	.mainvisual .item .video video {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}


/*--------------------------------------------------------------------*/

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, .9);
	z-index: 10000;
	display: none;
}

#video_popup {
	width: 100%;
	height: 100%;
}

#video_popup .wrap {
	width: 100vw;
	height: 100vh;
}

#video_popup .wrap iframe {
	width: 1000px;
	height: 562px;
	display: none;
	max-width: 100%;
	box-sizing: border-box;
}

#video_popup .close {
	position: absolute;
	right: 2em;
	top: 2em;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#video_popup .close:before,
#video_popup .close:after {
	width: 100%;
	height: 3px;
	background-color: #333;
	transform: rotate(45deg);
	transition: all .5s;
}

#video_popup .close:after {
	transform: rotate(-45deg);
}

#video_popup .close:hover:before,
#video_popup .close:hover:after {
	opacity: .5;
}

@media screen and (min-width: 1071px) {}

@media screen and (max-width: 1070px) {
	#video_popup {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 10px;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
	}

	#video_popup .wrap {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		position: relative;
	}

	#video_popup .wrap iframe {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}
}

.pl_related_links {
	background-color: #f5f5f5;
	padding: 130px 0 150px;
}

.pl_related_links .flex {
	justify-content: center;
	margin-left: -40px;
	margin-top: 100px;
	align-items: flex-start;
}

.pl_related_links .flex .pl_related_item {
	width: 418px;
	margin-left: 40px;
}

.pl_related_links .flex .pl_related_item img {
	width: 100%;
}

.pl_related_links .flex .pl_related_item p {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width: 1070px) {
	.pl_related_links {
		padding: 80px 0 60px;
	}

	.pl_related_links .flex {
		display: block;
		width: 82vw;
		margin: 12vw auto 0;
	}

	.pl_related_links .flex .pl_related_item {
		width: 100%;
		margin-left: 0;
		margin-top: 2em;
	}

	.pl_related_links .flex .pl_related_item p {
		margin-top: 1em;
		font-size: 1.35rem;
	}
}

/*--リニューアル後home------------------------------------------------*/
/*common*/
.fade {
	opacity: 0;
	transition: all 1s ease-out;
	transform:  translateY(35px);
}
.fadeIn {
	opacity: 1;
	transform:  translateY(0);
}

/*fv*/
.fv {
	position: relative;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 767px){.fv {
	position: relative;
	width: 100%;
	height: 92vh;
}}
.fv-img {
	margin-bottom: 0 !important;
}



.fv-img .slick-dots li button {
	width: 0;
	height: 0;
	text-indent: -9999px;
}



.fv-img .slick-dots li.slick-active button:before {
	background: #fff;
}
.fv-img,
.fv-img .slick-list,
.fv-img .slick-track,
.fv-img-box,
.fv-img-inner {
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 1071px) {
.mission-label {
	position: absolute;
	top: 170px;
	left: 120px;
	z-index: 10;
	color: #fff;
	font-size: 1.2vw;
	font-weight: 400;
	letter-spacing: 0.3em;
	margin: 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
}

.toptext{position: absolute;
    top: 210px;
    left: 120px;
    z-index: 10;
    /* color: white; */
    color: #fff;
    font-size: 2.917vw;
    font-weight: 600;
	line-height: 1.4;
	text-shadow:
    0 2px 8px rgba(0, 0, 0, .55),
    0 0 1px rgba(0, 0, 0, .9);}
	
}
@media screen and (min-width: 1071px) {

	.fv-text img {
		width: 44.661vw;
		position: absolute;
		top: 210px;
		left: 120px;
		z-index: 10;
	}


	.fv-img-01 .fv-img-inner {background: url('../img/home/AdobeStock_410591746_kai.webp') no-repeat center / cover;}
	.fv-img-02 .fv-img-inner {background: url('../img/home/fv_02.png') no-repeat center / cover;}
	.fv-img-03 .fv-img-inner {background: url('../img/home/fv_03.png') no-repeat center / cover;}
	.fv-img-04 .fv-img-inner {background: url('../img/home/fv_04.png') no-repeat center / cover;}
	.fv-img-05 .fv-img-inner {background: url('../img/home/fv_05.png') no-repeat center / cover;}
	.fv-img .slick-dots {
		z-index: 10;
		bottom: 20px;
	}
	
	.fv-img .slick-dots li button:before {
		background: #000;
		width: 48px;
		height: 1px;
		opacity: 1;
	}
	.fv-img li.slick-active button:before {
		background: #fff;
		opacity: 1!important;
		height: 3px;
		transform: translateY(-1px)
	}

	.fv-img .slick-dots li {
		width: 48px;
		height: 2px;
		margin: 0;
	}
	.fv-img .slick-prev,.fv-img .slick-next {
		width: 15px;
		height: 15px;
		opacity: 1;
		margin: auto;
		top: initial;
		bottom: 7px;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	.fv-img .slick-prev {
		left: -270px;
	}
	.fv-img .slick-next {
		right: -270px;
	}
	.fv-img .slick-prev::before,
	.fv-img .slick-next::before {
		border-top: 2px solid #fff;
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		opacity: 1;
	}
	.fv-img .slick-prev::before {
		border-left: 2px solid #fff;
		transform: rotate(-45deg);
	}
	.fv-img .slick-next::before {
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.fv-slider-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(190px);
		margin: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	.fv-slider-btn > div {
		cursor: pointer;
		display: none;
	}
	.fv-slider-btn > div.active {
		display: block;
	}

}
@media screen and (max-width: 1070px) {
	.mission-label {
		position: absolute;
		top: 30vw;
		left: 5vw;
		z-index: 10;
		color: #fff;
		font-size: 2.5vw;
		font-weight: 400;
		letter-spacing: 0.3em;
		margin: 0;
		text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
	}
	
	.toptext{position: absolute;
        top: 35vw;
        left: 5vw;
        z-index: 10;
        color: #fff;
        font-size: 7.5vw;
        font-weight: 600;
        line-height: 1.4;
	text-shadow:
    0 2px 8px rgba(0, 0, 0, .55),
    0 0 1px rgba(0, 0, 0, .9);}}

@media screen and (max-width: 1070px) {
	.fv-text img {
		width: 82.4vw;
		position: absolute;
		top: 40.667vw;
    left: 7.333vw;
		z-index: 10;
	}
	.fv-img-box {
		width: 100%;
		height: 100%;
	}
	.fv-img-01 .fv-img-inner {background: url('../img/home/AdobeStock_410591746_kai.webp') no-repeat 70% 10% / cover;}
	.fv-img-02 .fv-img-inner {background: url('../img/home/fv_02.png') no-repeat center / cover;}
	.fv-img-03 .fv-img-inner {background: url('../img/home/fv_03.png') no-repeat center / cover;}
	.fv-img-04 .fv-img-inner {background: url('../img/home/fv_04_sp.png') no-repeat center / cover;}
	.fv-img-05 .fv-img-inner {background: url('../img/home/fv_05_sp.png') no-repeat center / cover;}

	.fv-img .slick-dots {
		z-index: 10;
		bottom: 20px;
	}
	
	.fv-img .slick-dots li button:before {
		background: #555552;
		opacity: 1;
		width: 8.533vw;
		height: 1px;
	}
	.fv-img li.slick-active button:before {
		background: #fff;
		opacity: 1!important;
		height: 3px;
		transform: translateY(-1px)
	}
	.fv-img .slick-dots li {
		width: 8.533vw;
		height: 2px;
		margin: 0;
	}
	.fv-img .slick-prev,.fv-img .slick-next {
		width: 15px;
		height: 15px;
		opacity: 1;
		margin: auto;
		top: initial;
		bottom: 7px;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	.fv-img .slick-prev {
		left: -49vw;
	}
	.fv-img .slick-next {
		right: -49vw;
	}
	.fv-img .slick-prev::before,
	.fv-img .slick-next::before {
		border-top: 2px solid #fff;
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		opacity: 1;
	}
	.fv-img .slick-prev::before {
		border-left: 2px solid #fff;
		transform: rotate(-45deg);
	}
	.fv-img .slick-next::before {
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.fv-slider-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(35vw);
		margin: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	.fv-slider-btn > div {
		cursor: pointer;
		display: none;
	}
	.fv-slider-btn > div.active {
		display: block;
	}
}



/*sec mission*/
.sec-mission {
	position: relative;
}

.mission-movie {
	vertical-align: bottom;
}

@media screen and (min-width: 1071px) {

	.mission-movie {
		width: 100%;
	}

	.sec-mission-text {
		position: absolute;
		top: 125px;
		left: 125px;
	}

	.sec-mission-hl {
		margin-bottom: 2.344vw;
	}

	.sec-mission-hl img {
		width: 37.5vw;
	}

	.sec-mission-p {
		color: #fff;
		font-size: 1.771vw;
		font-weight: 500;
	}

	.movie-playBtn {
		position: absolute;
		right: 125px;
		bottom: 50px;
	}
}

@media screen and (max-width: 1070px) {
	.mission-movie {
		width: 320%;
		margin-left: -85%;
	}

	.sec-mission-text {
		position: absolute;
		top: 22vw;
		left: 6.667vw;
	}

	.sec-mission-hl {
		margin-bottom: 2.344vw;
	}

	.sec-mission-hl img {
		width: 68.267vw;
		margin-left: 0.6vw;
	}

	.sec-mission-p {
		color: #fff;
		font-size: 4.8vw;
		font-weight: 500;
	}

	.movie-playBtn {
		width: 14.933vw;
		position: absolute;
		right: 6.667vw;
		bottom: 6.667vw;
	}
}

/*sec mission0*/
@media screen and (min-width: 1071px) {

	.sec-mission0 {
		background: url('../img/home/mission0_bg.png') no-repeat center / cover;
	}

	.sec-mission0-img img {
		width: 40vw;
		margin: auto;
		position: absolute;
		top: 0;
		right: 6.51vw;
		bottom: 0;
	}

	.sec-mission0-hl-wrapper {
		margin-bottom: 14.063vw;
	}

	.sec-mission0-hl {
		margin-bottom: 2.604vw;
	}

	.sec-mission0-hl-text-01 {
		color: #fff;
		font-size: 1.458vw;
		font-weight: 600;
	}

	.sec-mission0-hl-text-01 span {
		font-size: 0.729vw;
		font-weight: 600;
	}

	.sec-mission0-hl-text-02 {
		color: #fff;
		font-size: 2.917vw;
		font-weight: 600;
		line-height: 1.4;
	}

	.sec-mission0-text-p {
		color: #fff;
		font-size: 1.25vw;
		font-weight: 500;
		margin-bottom: 2.083vw;
	}
}

@media screen and (max-width: 1070px) {

	.sec-mission0 {
		background: url('../img/home/mission0_bg_sp.png') no-repeat center / cover;
	}

	.sec-mission0-img img {
		width: 85.333vw;
		margin: 12vw auto;
	}

	.sec-mission0-hl {
		margin-bottom: 10vw;
	}

	.sec-mission0-hl img {
		width: 44vw;
	}

	.sec-mission0-hl-text-01 {
		color: #fff;
		font-size: 4.8vw;
		font-weight: 600;
		position: relative;
	}

	.sec-mission0-hl-text-01 span {
		font-size: 2.667vw;
		font-weight: 600;
		position: absolute;
		top: -1.9vw;
		left: 0;
	}

	.sec-mission0-hl-text-02 {
		color: #fff;
		font-size: 7.467vw;
		font-weight: 600;
		line-height: 1.4;
	}

	.sec-mission0-text-p {
		color: #fff;
		font-size: 4.267vw;
		font-weight: 500;
		margin-bottom: 4.667vw;
	}

	.sec-mission0-text img {
		width: 48.667vw;
	}
}

/*sec mission1*/
@media screen and (min-width: 1071px) {
	.sec-mission1 {
		background: url('../img/home/capsel_back.webp') no-repeat center / cover;
	}

	.sec-mission1-hl {
		margin-bottom: 2.604vw;
	}

	.sec-mission1-hl-text-01 {
		font-size: 2.917vw;
		font-weight: 600;
		line-height: 1.4;
	}

	.sec-mission1-hl-text-02 {
		font-size: 1.458vw;
		font-weight: 600;
	}

	.sec-mission1-text {
		margin-top: 23.958vw;
        margin-bottom: 18vw;
	}

	.sec-mission1-text-p {
		font-size: 1.25vw;
		font-weight: 500;
	}

	.sec-mission1-img {
		border-bottom: 2px solid #7c7c7c;
		width: 46.667vw;
		padding-bottom: 1.563vw;
		position: absolute;
		top: 21.463vw;
		right: 6.51vw;
	}

	.sec-mission1-img-hl {
		text-align: center;
		position: relative;
	}

	.sec-mission1-img-hl::before,
	.sec-mission1-img-hl::after {
		background: #000;
		content: '';
		display: block;
		margin: auto;
		width: 9.375vw;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.sec-mission1-img-hl::before {
		left: 0;
	}

	.sec-mission1-img-hl::after {
		right: 0;
	}


	.sec-mission1-img-hl span {
		font-size: 1.458vw;
		font-weight: 500;
		line-height: 1.4;
	}

	.sec-mission1-img-box {
		margin: 25px 0;
	}

	.sec-mission1-img-p {
		font-size: 0.833vw;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 10px;
	}

	.sec-mission1-img img {
		width: 41.25vw;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 1070px) {
	.sec-mission1 {
		background: url('../img/home/mission1_bg_sp.png') no-repeat center / cover;
	}

	.sec-mission1-hl {
		margin-bottom: 10vw;
	}

	.sec-mission1-hl img {
		
	}

	.sec-mission1-hl-text-01 {
		font-size: 7.467vw;
		font-weight: 600;
		line-height: 1.4;
	}

	.sec-mission1-hl-text-02 {
		font-size: 4.8vw;
		font-weight: 600;
		line-height: 1.6;
		margin-top: 1.967vw;
	}

	.sec-mission1-text {
		margin-top: 14.667vw;
	}

	.sec-mission1-text-p {
		font-size: 4.267vw;
		font-weight: 500;
	}

	.sec-mission1-img {
		border-bottom: 2px solid #000;
		margin-top: 14.667vw;
		padding-bottom: 6vw;
	}

	.sec-mission1-img-hl {
		text-align: center;
		position: relative;
	}

	.sec-mission1-img-hl span {
		font-size: 4.8vw;
		font-weight: 500;
		line-height: 1.4;
	}

	.sec-mission1-img-box {
		position: relative;
        margin: 6vw 0 13.333vw;
        padding: 0 23.8vw 7.333vw;
        overflow-x: scroll;
        width: calc(100vw - 19.6vw);
        margin-left: -19.667vw;
        scroll-behavior: smooth;
	}

	.sec-mission1-img-box::-webkit-scrollbar-track {
		background-color: #bfbfb8;
	}

	.sec-mission1-img-box::-webkit-scrollbar-thumb {
		background-color: #000;
	}

	.sec-mission1-img-box img {
		width: 160.067vw;
		max-width: initial;
	}
.scroll-arrow {
        position: absolute;
    right: 0px;
    top: 63%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .scroll-arrow.hidden {
        opacity: 0;
        visibility: hidden;
    }
	.sec-mission1-img-p {
		border-top: 2px solid #000;
		font-size: 3.2vw;
		line-height: 1.4;
		margin-bottom: 10px;
		padding: 6vw 5.333vw 0;
	}

	.sec-mission1-img picture img {
		width: 70vw;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

}
@media screen and (min-width: 1071px) {
    .scroll-arrow {
        display: none;
    }
}

@keyframes arrowBounce {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(5px); }
}

.scroll-arrow {
    animation: arrowBounce 1.2s infinite;
}

/*sec treatise archive*/
.sec-treatise-archive {
	background: rgba(255, 255, 255, .7);
	box-shadow: 0px 0px 15px -10px #777777;
}
@media screen and (min-width: 1071px) {
	.sec-treatise-archive {
		margin-top: 5.208vw;
		margin-right: -3.333vw;
		margin-left: -3.333vw;
		padding: 3.229vw 3.333vw 3.229vw 6.667vw;
	}
	.sec-treatise-archive-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec-treatise-archive-text-area {
		width: 50%;
	}
	.sec-treatise-archive-area {
		border-left: 1px solid #bfbfb8;
		box-sizing: border-box;
		width: 50%;
		padding-left: 1.667vw;
	}
	.sec-treatise-archive-title {
		font-size: 2.5vw;
		font-weight: 600;
		margin-bottom: 3.333vw;
		padding-bottom: 1.042vw;
		position: relative;
	}
	.sec-treatise-archive-title__text {
		font-size: 1.25vw;
	}
	.sec-treatise-archive-title::after {
		background: #AECAD3;
		content: '';
		display: block;
		width: 100%;
		height: 8px;
		position: absolute;
		left: -6.667vw;
		bottom: 0;
	}
	.sec-treatise-archive-text-area p {
		font-size: 1.146vw;
	}
	.sec-treatise-archive-post-date {
		font-size: 0.729vw;
		position: relative;
	}
	.sec-treatise-archive-post-date::after {
		background: #BFBFB8;
		content: '';
		display: block;
		width: 87.5%;
		height: 1px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.sec-treatise-archive-item-title {
		font-size: 1.042vw;
		font-weight: 500;
		padding-bottom: 0.521vw;
		position: relative;
	}
	.sec-treatise-archive-item-title a::after {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 9px;
		right: 0;
	}
	.sec-treatise-archive-item-title svg {
		width: 14px;
		height: 14px;
		margin-left: 0.25em;
	}
	.sec-treatise-archive-more {
		margin-top: 1.667vw;
	}
}

@media screen and (max-width: 1070px) {
	.sec-treatise-archive {
		margin-top: 17.067vw;
		padding: 8.533vw 5.333vw 12.8vw;
	}
	.sec-treatise-archive-text-area {
		margin-bottom: 7.733vw;
	}
	.sec-treatise-archive-title {
		font-size: 6.4vw;
		font-weight: 600;
		margin-bottom: 6.267vw;
		padding-bottom: 4vw;
		position: relative;
	}
	.sec-treatise-archive-title__text {
		font-size: 3.733vw;
		line-height: 1.6;
	}
	.sec-treatise-archive-title::after {
		background: #AECAD3;
		content: '';
		display: block;
		width: 100%;
		height: 8px;
		position: absolute;
		left: -5.333vw;
		bottom: 0;
	}
	.sec-treatise-archive-text-area p {
		font-size: 3.733vw;
	}
	.sec-treatise-archive-text-area p.sec-treatise-archive-title__follow {
		line-height: 1.6;
	}
	.sec-treatise-archive-post-date {
		font-size: 3.2vw;
		position: relative;
	}
	.sec-treatise-archive-post-date::after {
		background: #BFBFB8;
		content: '';
		display: block;
		width: 72.5%;
		height: 1px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.sec-treatise-archive-item-title {
		font-size: 4.267vw;
		font-weight: 500;
		/* padding-right: 2em; */
		padding-right: 1.85em;
		padding-bottom: 4.667vw;
		position: relative;
	}
	.sec-treatise-archive-item-title a {
		line-height: 6.7vw;
	}
	.sec-treatise-archive-item-title a::after {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		content: '';
		display: block;
		width: 1.067vw;
		height: 1.067vw;
		transform: rotate(45deg);
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.sec-treatise-archive-item-title a sup {
		line-height: 0;
	}
	.sec-treatise-archive-item-title svg {
		width: 2.933vw;
		height: 2.933vw;
		margin-left: 0.25em;
	}
}


/*sec mission2*/
.sec-mission2 {
	background: #CBCBCB;
}

@media screen and (min-width: 1071px) {

	.sec-mission2 .sec-inner {
		padding: 6.51vw 3.385vw 5.385vw;
	}

	.sec-mission2-hl {
		margin-bottom: 2.604vw;
	}

	.sec-mission2-hl-text {
		color: #000000;
		font-size: 2.917vw;
		font-weight: 600;
		line-height: 1.4;
	}

	.sec-mission2-tab {
		margin-top: 3.906vw;
	}

	.sec-mission2-tab-list {
		display: flex;
		flex-wrap: wrap;
	}

	.sec-mission2-tab-list li {
		background: #343432;
		border-bottom: 4px solid #080808;
		color: #BFBFB8;
		cursor: pointer;
		display: flex;
		align-items: center;
		font-size: 14px;
		transition: all .2s ease-out;
		min-width: 26.667vw;
		padding: 0.26vw 0.781vw;
	}

	.sec-mission2-tab-list li img {
		margin-right: 0.521vw;
		opacity: 0.6;
		transition: all .2s ease-out;
	}

	.sec-mission2-tab-list li:nth-of-type(1) {
		margin-right: 1.563vw;
	}

	.sec-mission2-tab-list li.active {
		background: #555552;
		border-bottom: 4px solid #555552;
		color: #fff;
		cursor: initial;
	}
	.sec-mission2-tab-list li.active img {
		opacity: 1;
	}

	.post-wrapper {
		background: #555552;
		padding-bottom: 2.344vw;
	}

	.post-box {
		padding: 2.344vw 0 0;
		display: none;
	}

	.post-box.active {
		display: block;
	}

	.post-box-hl {
		display: flex;
		align-items: center;
		height: 49.9px;
		margin-bottom: 2.204vw;
		padding: 0 3.125vw;
	}

	.post-box-hl-img-01 {
		width: 33.333vw;
		margin-right: 2.344vw;
	}

	.post-box-hl-img-02 {
		width: 30.729vw;
		margin-right: 2.344vw;
	}
	.post-box-hl-text {
		color: #fff;
		font-size: 2.5vw!important;
		font-weight: 500!important;
		margin-right: 2.5vw;
	}

	.post-box-hl-text-02 {
		color: #fff;
		font-size: 1.15vw;
		font-weight: 500;
	}

	.post-box-inner {
		display: flex;
		flex-wrap: wrap;
	}

	.post-item {
		width: calc(100% / 4);
	}

	.post-item:nth-of-type(2) {
		transition-delay: .25s;
	}
	.post-item:nth-of-type(3) {
		transition-delay: .5s;
	}
	.post-item:nth-of-type(4) {
		transition-delay: .75s;
	}

	.post-txt {
		border-right: 2px solid #8a8a85;
		color: #fff;
		margin-top: 0.781vw;
		padding: 0 2.344vw;
	}

	.post-item:last-of-type .post-txt {
		border-right: none;
	}

	.post-item a {
		display: block;
	}

	.post-img {
		border-right: 2px solid #8a8a85;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 13.021vw;
		overflow: hidden;
	}
	.post-item:last-of-type .post-img {
		border-right: none;
	}

	.post-date {
		font-size: 0.729vw;
		display: inline-block;
		margin-bottom: 0.781vw;
	}

	.post-title {
		font-size: 1.042vw;
		font-weight: 500;
		margin-bottom: 1.667vw;
		height: 4.413vw;
		overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	}

	.post-readMore {
		display: flex;
		align-items: center;
		justify-content: end;
		text-align: right;
		position: relative;
	}

	.post-readMore::before {
		background: #8a8a85;
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	
	.post-item:hover .post-readMore::before {
		animation-name: readMoreAnime;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-out;
	}
	@keyframes readMoreAnime{
		0% {
			transform-origin: top right;
			transform: scale(1, 1);
		}
		50% {
			transform-origin: top right;
			transform: scale(0, 1);
		}
		51% {
			transform-origin: top left;
			transform: scale(0, 1);
		}
		100% {
			transform-origin: top left;
			transform: scale(1, 1);
		}
	}

	.post-readMore span {
		background: #555552;
		font-size: 0.729vw;
		line-height: 2.3;
		padding-left: 1.042vw;
		position: relative;
		z-index: 10;
	}
	.post-readMore svg {
		width: 8px;
		margin-left: 10px;
		transform: translateY(4px);
	}
	.post-readMore svg.icon_opentab {
		width: 10px;
		transform: translateY(2px);
		margin-left: 2px;
	}
	.post-box .link-btn-wrapper {
		margin-top: 3.048vw;
	}
}

@media screen and (max-width: 1070px) {
	.sec-mission2-hl {
		margin-bottom: 9.333vw;
	}

	.sec-mission2-hl img {
		width: 46.4vw;
	}

	.sec-mission2-hl-text {
		color: #000000;
		font-size: 7.467vw;
		font-weight: 600;
		margin-bottom: 0vw;
		line-height: 1.4;
	}

	.sec-mission2-tab {
		transform: translateY(0.5px);
	}
	.sec-mission2-tab-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sec-mission2-tab-list li {
		background: #343432;
		border-bottom: 4px solid #080808;
		color: #BFBFB8;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-size: 2.467vw;
		width: 37.467vw;
		transition: all .2s ease-out;
		padding: 2vw 2.167vw;
	}
	.sec-mission2-tab-list li:nth-of-type(2) {
		font-size: 3.2vw;
	}
	.sec-mission2-tab-list li img {
		opacity: 0.6;
		transition: all .2s ease-out;
	}
	.sec-mission2-tab-list li:nth-of-type(1) img {
		margin-top: 1.691vw;
	}
	.sec-mission2-tab-list li.active {
		background: #555552;
		border-bottom: 4px solid #555552;
		color: #fff;
	}
	.sec-mission2-tab-list li.active img {
		opacity: 1;
	}

	.post-wrapper {
		background: #555552;
		padding-bottom: 9.333vw;
	}

	.post-wrapper .link-btn-wrapper {
		margin: 0 3vw;
	}

	.post-box {
		opacity: 0;
		visibility: hidden;
		height: 0;
	}

	.post-box.active {
		opacity: 1;
		visibility: visible;
		height: initial;
	}

	.post-box-hl {
		padding: 10.667vw 4vw;
	}
	.post-box-hl-text {
		color: #fff;
		font-size: 4.8vw;
		font-weight: 500;
		line-height: 1;
	}
	.post-box-hl-text-02 {
		color: #fff;
		font-size:4.267vw;
		display: block;
		margin-top: 10.667vw;
	}
	.post-box-wrapper {
		width: 100%;
		overflow-y: scroll;
	}
	.post-box-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		padding-bottom: 6vw;
		width: 273.267vw;
	}
	.post-item {
		width: 68.267vw;
	}
	.post-item a:hover {
		opacity: 1 !important;
	}

	.post-img {
		border-right: 2px solid #8a8a85;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 38.567vw;
		overflow: hidden;
	}
	.post-item:last-of-type .post-img {
		border-right: none;
	}
	.post-txt {
		border-right: 2px solid #8a8a85;
		margin-top: 3.333vw;
		padding: 0 4vw 0;
	}
	.post-item:last-of-type .post-txt {
		border-right: none;
	}

	.post-date {
		color: #fff;
		font-size: 3.2vw;
	}

	.post-title {
		color: #fff;
		font-size: 4.8vw;
		font-weight: 500;
		min-height: 20.1vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
		margin-bottom: 4.267vw;
	}

	.post-readMore {
		display: flex;
		align-items: center;
		justify-content: end;
		text-align: right;
		position: relative;
	}

	.post-readMore::before {
		background: #8a8a85;
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.post-readMore span {
		background: #555552;
		color: #fff;
		font-size: 3.2vw;
		padding-left: 1em;
		position: relative;
		z-index: 5;
	}
	.post-readMore svg {
		width: 2vw;
		margin-left: 2vw;
		transform: translateY(1vw);
	}
	.post-readMore svg.icon_opentab {
		width: 2.267vw;
		transform: translateY(0);
		margin-left: 1vw;
	}

	.post-box-inner .slick-dots li button:before {
		background: #000;
		opacity: 1;
	}

	.post-box-inner .slick-dots {
		z-index: 10;
		bottom: 20px;
	}

	.post-box-inner .slick-dots li button:before {
		width: 8.533vw;
		height: 4px;
	}

	.post-box-inner .slick-dots li {
		width: 8.533vw;
		height: 4px;
	}

	.post-box-inner .slick-dots li button {
		width: 0;
		height: 0;
		text-indent: -9999px;
	}

	.post-box-inner .slick-dots li.slick-active button:before {
		background: #fff;
	}
	.post-box .link-btn-wrapper {
		margin-top: 8.667vw;
	}
}

/*sec news*/
.sec-news {
	background: #ffffff;
}
@media screen and (min-width: 1071px) {
	.sec-news {
		padding: 0 0 3.385vw;
	}

	.news-post-inner {
		display: flex;
		flex-wrap: wrap;
	}

	.news-post-item {
		width: calc(100% / 3);
	}

	.sec-news-hl {
		font-size: 2.917vw;
		font-weight: 600;
		margin-bottom: 2.988vw;
		padding-left: 6.51vw;
	}

	.news-post-txt {
		border-right: 2px solid #ccccc7;
		color: #1d1d1f;
		margin-top: 0.781vw;
		padding: 0 2.344vw;
	}

	.news-post-item:last-of-type .news-post-txt {
		border-right: none;
	}
	.news-post-item:nth-of-type(2) {
		transition-delay: .25s;
	}
	.news-post-item:nth-of-type(3) {
		transition-delay: .5s;
	}
	.news-post-item a {
		display: block;
	}

	.news-post-img {
		
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 18.75vw;
		overflow: hidden;
	}
	.news-post-item:last-of-type .news-post-img {
		border-right: none;
	}
	.news-post-img img {
		width: 100%;
	}
	.news-post-info {
		display: flex;
		flex-wrap: wrap;
		
		margin-bottom: 0.781vw;
		position: relative;
	}

	.news-post-info::before {
		background: #ccccc7;
		content: '';
		display: block;
		width: 83%;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: -1;
		right: 0;
	}

	.news-post-date {
		background: #ffffff;
		font-size: 0.729vw;
		padding-right: 1.5em;
		position: relative;
		z-index: 10;
		padding-left: 0.5em;
	}

	.news-post-cat {
		display: inline-block;
    padding: 0.2vw 8px;
    border-radius: 30px;
    background-color: #7C93A4; /* バッジ色: 統一カラー */
    color: #fff;               /* バッジ文字色 */
    font-size: 0.729vw;
    font-weight: bold;
    text-decoration: none;     /* リンク下線消す */
    line-height: 1.4;
		align-content: center;
	}

	.news-post-title-wrapper {
		height: 10.938vw;
	}

	.news-post-title {
		font-size: 20px;
		height: 52px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	.news-post-title-wrapper p {
		height: 66px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}

	.pdf-direct .news-post-title {
		background: url('../img/ico/icon_pdf.svg') no-repeat right 50% / 1.042vw;
		padding-right: 1.563vw;
	}

	.news-post-readMore {
		display: flex;
		align-items: center;
		justify-content: end;
		text-align: right;
		position: relative;
	}

	.news-post-readMore::before {
		background: #ccccc7;
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.news-post-item:hover .news-post-readMore::before {
		animation-name: readMoreAnime;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-out;
	}
	.news-post-readMore span {
		background: #ffffff;
		color: #000;
		font-size: 0.729vw;
		padding-left: 1.042vw;
		position: relative;
		z-index: 10;
	}
	.news-post-readMore svg {
		width: 8px;
		margin-left: 10px;
		transform: translateY(4px);
	}
	.sec-news .link-btn-wrapper {
		margin-top: 3.048vw;
	}
}

@media screen and (max-width: 1070px) {
	.sec-news {
		padding: 0;
		padding-bottom: 80px;
	}

	.sec-news-hl {
		font-size: 7.467vw;
		font-weight: 600;
		margin-bottom: 16vw;
		padding: 0 6.667vw;
	}

	.news-post-txt {
		border-right: 2px solid #ccccc7;
		color: #1d1d1f;
		margin-top: 5.333vw;
		padding: 0 4vw;
	}
	.news-post-item:last-of-type .news-post-txt {
		border-right: none;
	}
	.news-post-wrapper {
		width: 100%;
		overflow-y: scroll;
	}
	.news-post-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 205vw;
		padding-bottom: 6vw;
	}
	.news-post-item {
		width: calc(100% / 3);
	}
	.news-post-item a {
		display: block;
	}

	.news-post-img {
		border-right: 2px solid #ccccc7;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 38.333vw;
		overflow: hidden;
	}
	.news-post-item:last-of-type .news-post-img {
		border-right: none;
	}
	.news-post-img img {
		width: 100%;
	}
	.news-post-info {
		display: flex;
		flex-wrap: wrap;
		
		margin-bottom: 3.333vw;
		position: relative;
	}

	.news-post-info::before {
		background: #ccccc7;
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: -1;
	}

	.news-post-date {
		background: #ffffff;
		font-size: 3.2vw;
		padding-right: 1.5em;
		position: relative;
		z-index: 10;
		padding-left: 0.5em;
	}

	.news-post-cat {
		display: inline-block;
    padding: 2px 8px;
    border-radius: 30px;
    background-color: #7C93A4; /* バッジ色: 統一カラー */
    color: #fff;               /* バッジ文字色 */
    font-size: 2.7vw;
    font-weight: bold;
    text-decoration: none;     /* リンク下線消す */
    line-height: 1.4;
		align-content: center;
	}

	.news-post-title-wrapper {
		height: 33.333vw;
	}

	.news-post-title {
		font-size: 4.8vw;
		min-height: 14.5vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	.news-post-title-wrapper p {
		min-height: 13.5vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}

	.pdf-direct .news-post-title {
		background: url('../img/ico/icon_pdf.svg') no-repeat right 50% / 4.8vw;
		padding-right: 5.8vw;
	}

	.news-post-readMore {
		display: flex;
		align-items: center;
		justify-content: end;
		text-align: right;
		position: relative;
	}

	.news-post-readMore::before {
		background: #ccccc7;
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.news-post-readMore span {
		background: #ffffff;
		color: #000;
		font-size: 3.2vw;
		padding-left: 1.5em;
		position: relative;
		z-index: 10;
	}
	.news-post-readMore svg {
		width: 2vw;
		margin-left: 2vw;
		transform: translateY(1vw);
	}

	.sec-news .slick-dots li button:before {
		background: #000;
		opacity: 1;
	}

	.sec-news .slick-dots {
		z-index: 10;
	}

	.sec-news .slick-dots li button:before {
		width: 8.533vw;
		height: 4px;
	}

	.sec-news .slick-dots li {
		width: 8.533vw;
		height: 4px;
	}

	.sec-news .slick-dots li button {
		width: 0;
		height: 0;
		text-indent: -9999px;
	}

	.sec-news .slick-dots li.slick-active button:before {
		background: #fff;
	}

	.sec-news .link-btn-wrapper {
		margin: 12vw 6.667vw 0;
	}

}



