@charset "UTF-8";

/*----------------------------
  Fonts
----------------------------*/
.top-contents .topics__main {
    position: relative
}
@media only screen and (min-width: 961px) {
    .top-contents .topics__main {
        width: 85%;
        margin: 0 auto
    }
}
@media only screen and (max-width: 1280px) and (min-width: 961px) {
    .top-contents .topics__main {
        width: 96%
    }
}

.top-contents .topics__main__pic-container {
    position: relative;
    height: 0
}
@media only screen and (min-width: 961px) {
    .top-contents .topics__main__pic-container {
        width: 70%;
        padding-top: 50%
    }
}
@media only screen and (max-width: 1280px) and (min-width: 961px) {
    .top-contents .topics__main__pic-container {
        width: 60%;
        padding-top: 42%
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__pic-container {
        padding-top: 70%;
        margin-bottom: 80px
    }
}
@media only screen and (min-width: 961px) {
    .top-contents .topics__main__pic-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2;
        opacity: 1;
     }
}
.top-contents .topics__main__pic-container span {
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    display: block;
    font-size: 0.8333333333333334vw;
    font-family: FOT-セザンヌ ProN M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1.8
}
@media only screen and (min-width: 1921px) {
    .top-contents .topics__main__pic-container span {
        font-size: 16px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .top-contents .topics__main__pic-container span {
        font-size: 12px
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__pic-container span {
        font-size: 12px;
        padding: 0 25px
    }
}
.top-contents .topics__main__pic-inner {
	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
@media only screen and (min-width: 961px) {
    .top-contents .topics__main__pic-inner {
        overflow: hidden
    }
}
.top-contents .topics__main__pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
@media only screen and (min-width: 961px) {
    .top-contents .topics__main__pic {
        transition: transform 0.8s
    }
}
.top-contents .topics__main__text {
    display: block;
    background: #fff;
    box-sizing: border-box
}
@media only screen and (min-width: 961px) {
    .top-contents .topics__main__text {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 30%;
        padding: 0 0 0 5%;
        z-index: 3
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1281px) {
    .top-contents .topics__main__text {
        width: 40%;
        padding: 95px 5% 125px
    }
}
@media only screen and (max-width: 1280px) and (min-width: 961px) {
    .top-contents .topics__main__text {
        width: 40%;
        padding: 0 4%
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__text {
        padding: 0 25px
    }
}
.top-contents .topics__main__text h4 {
    font-size: 0.9027777777777778vw;
    font-family: Helvetica, FOT-セザンヌ ProN M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    letter-spacing: 0.5px
}
@media only screen and (min-width: 1921px) {
    .top-contents .topics__main__text h4 {
        font-size: 18px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .top-contents .topics__main__text h4 {
        font-size: 13px
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__text h4 {
        position: absolute;
        top: -40px;
        right: 20px;
        font-size: 13px;
        pointer-events: none
    }
}
.top-contents .topics__main__text h4 span {
    font-size: 2.1527777777777777vw;
    margin-left: 10px
}
@media only screen and (min-width: 1921px) {
    .top-contents .topics__main__text h4 span {
        font-size: 41px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .top-contents .topics__main__text h4 span {
        font-size: 31px
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__text h4 span {
        font-size: 31px
    }
}
.top-contents .topics__main__text h3 {
    font-size: 1.527777777777778vw;
    line-height: 1.8;
    margin: 30px 0
}
@media only screen and (min-width: 1921px) {
    .top-contents .topics__main__text h3 {
        font-size: 27px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .top-contents .topics__main__text h3 {
        font-size: 20px
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__text h3 {
        font-size: 20px;
        margin: 20px 0;
        line-height: 1.5
    }
}
.top-contents .topics__main__text p {
    font-family: FOT-セザンヌ ProN M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
    font-size: 0.9027777777777778vw
}
@media only screen and (min-width: 1921px) {
    .top-contents .topics__main__text p {
        font-size: 15px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .top-contents .topics__main__text p {
        font-size: 11px
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__text p {
        font-size: 11px;
        line-height: 1.8
    }
}
.top-contents .topics__main__text__btn {
    margin-top: 35px
}
.top-contents .topics__main__text__btn span {
    display: inline-block;
    font-family: Helvetica, FOT-セザンヌ ProN M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    border-bottom: solid 1px #111;
    font-size: 0.6944444444444444vw
}
@media only screen and (min-width: 1921px) {
    .top-contents .topics__main__text__btn span {
        font-size: 13px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .top-contents .topics__main__text__btn span {
        font-size: 10px
    }
}
@media only screen and (max-width: 960px) {
    .top-contents .topics__main__text__btn span {
        font-size: 10px
    }
}


/* -----------------------------------------------------------
	.grid
----------------------------------------------------------- */
.row-top {
    margin-left: 0;
    margin-right: 0;
}
.row-top:before,
.row-top:after {
  content: " ";
  display: table;
}

.row-top:after {
  clear: both;
}

.row-85 {
  width: 86%;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
.row-85 {
  width: 98%;
  margin: 0 auto;
}
}
	
@media (max-width: 768px) {
.row-85 {
	width: 100%;
	padding: 0 10px;
}


}	
.top-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.method-0x{
overflow: hidden;

}
@media (min-width: 768px) {
.top-sm-6{
    float: left;
  }
  .top-sm-6 {
    width: 50%;
  }
 }
*, :after, :before {
    box-sizing: border-box;
}

.toprow-contents .topics__main__text h4 {
    font-size: 0.9027777777777778vw;
    font-family: Helvetica, FOT-セザンヌ ProN M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    letter-spacing: 0.5px
}@media only screen and (min-width: 1921px) {
    .toprow-contents .topics__main__text h4 {
        font-size: 18px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .toprow-contents .topics__main__text h4 {
        font-size: 13px
    }
}
@media only screen and (max-width: 960px) {
    .toprow-contents .topics__main__text h4 {
        position: absolute;
        top: -40px;
        right: 20px;
        font-size: 13px;
        pointer-events: none
    }
}
.toprow-contents .topics__main__text h4 span {
    font-size: 2.1527777777777777vw;
    margin-left: 10px
}
@media only screen and (min-width: 1921px) {
    .toprow-contents .topics__main__text h4 span {
        font-size: 41px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .toprow-contents .topics__main__text h4 span {
        font-size: 31px
    }
}
@media only screen and (max-width: 960px) {
    .toprow-contents .topics__main__text h4 span {
        font-size: 31px
    }
}
.toprow-contents .topics__main__text h3 {
    font-size: 1.527777777777778vw;
    line-height: 1.8;
    margin: 30px 0
}
@media only screen and (min-width: 1921px) {
    .toprow-contents .topics__main__text h3 {
        font-size: 27px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .toprow-contents .topics__main__text h3 {
        font-size: 20px
    }
}
@media only screen and (max-width: 960px) {
    .toprow-contents .topics__main__text h3 {
        font-size: 20px;
        margin: 20px 0;
        line-height: 1.5
    }
}
.toprow-contents .topics__main__text p {
    font-family: FOT-セザンヌ ProN M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
    font-size: 0.9027777777777778vw
}
@media only screen and (min-width: 1921px) {
    .toprow-contents .topics__main__text p {
        font-size: 15px
    }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
    .toprow-contents .topics__main__text p {
        font-size: 11px
    }
}
@media only screen and (max-width: 960px) {
    .toprow-contents .topics__main__text p {
        font-size: 11px;
        line-height: 1.8
    }
}



/*----------------------------------------------------
  #hover-effect
--------------------------------------------------- */

a.hover-effect {
    overflow: hidden
}
a.hover-effect__zoom {
    display: block
}
a.hover-effect__zoom img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    -webkit-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all;
	max-width: 100%;
    height: auto;
}
a.hover-effect__zoom:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}














.txt-lead {
	font-size: 18px;
	padding: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.txt-lead {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.txt-lead {
		font-size: 13px;
	}
}

.box-slider .slick-arrow {
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.box-slider .slick-prev {
		left: -40px;
	}
	.box-slider .slick-next {
		right: -40px;
	}
}

.box-article__des {
	margin-top: 0;
}

.box-article__thumb {
	overflow: hidden;
}

.box-article__thumb+.box-article__des {
	margin-top: 10px;
}

.bnr-contact {
	margin-top: 130px;
	margin-bottom: 160px;
	background-color: #758fa0;
	color: #fff;
	padding: 70px 15px;
	text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.bnr-contact {
		margin-top: 45px;
		margin-bottom: 80px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.bnr-contact .bnr-contact__title {
	font-size: 30px;
	margin-bottom: 1em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.bnr-contact .bnr-contact__title {
		font-size: 20px;
	}
}

.remodal-overlay {
	background: rgba(255, 255, 255, 0.9);
}

.remodal-wrapper {
	padding: 0;
}

.remodal {
	width: 100%;
	height: 100vh;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.remodal-close {
	top: 50px;
	left: auto;
	right: 75px;
	z-index: 1003;
	width: 30px;
	height: 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 2px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.remodal-close {
		top: 20px;
		right: 15px;
	}
}

.remodal-close span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 1px;
}

.remodal-close span:nth-of-type(1) {
	top: 0;
	width: 45%;
	-webkit-transform: translate3d(2px, 8px, 0) rotate(45deg);
	transform: translate3d(2px, 8px, 0) rotate(45deg);
}

.remodal-close span:nth-of-type(2) {
	top: 15px;
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
}

.remodal-close span:nth-of-type(3) {
	bottom: 0;
	width: 45%;
	-webkit-transform: translate3d(15px, -8px, 0) rotate(45deg);
	transform: translate3d(15px, -8px, 0) rotate(45deg);
}

.remodal-close::before {
	content: '';
}

.modal-slide {
	width: 100%;
	color: #fff;
}

.modal-slide .wrp-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.modal-slide .wrp-container {
		padding: 50px 15px;
	}
}

@media only screen and (min-width: 768px) {
	.modal-slide .wrp-container {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.modal-slide .detail {
	height: 100vh;
	overflow-y: auto;
}

.modal-slide .detail:not(:first-child) {
	opacity: 0;
}

.modal-slide .detail .detail-sub {
	font-size: 16px;
	font-weight: 600;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.modal-slide .detail .detail-sub {
		font-size: 12px;
	}
}

.modal-slide .detail .hdg-lv1 {
	font-size: 40px;
	line-height: 1.45;
	font-weight: 600;
	margin-bottom: 1em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.modal-slide .detail .hdg-lv1 {
		font-size: 20px;
	}
}

.modal-slide .detail .detail-txt {
	line-height: 2;
	font-size: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.modal-slide .detail .detail-txt {
		font-size: 13px;
	}
}

.modal-slide .detail .detail-txt+.grid-row {
	margin-top: 30px;
}

.modal-slide .detail .box-article__des {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.modal-slide .detail .box-article__des {
		font-size: 11px;
	}
}

.modal-slide .detail .box-article__des dt {
	font-weight: 600;
	margin-bottom: 5px;
}

.modal-slide .slick-arrow {
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	width: 60px;
	letter-spacing: 0.06em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1001;
}

.modal-slide .slick-arrow.slick-disabled {
	display: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.modal-slide .slick-arrow {
		top: auto;
		bottom: 10px;
	}
}

.modal-slide .slick-prev {
	left: 0;
	text-align: right;
}

.modal-slide .slick-next {
	right: 0;
	text-align: left;
}

.modal-slide .slick-list {
	z-index: 1000;
}

#home #l-container {
	padding-top: 45px;
}

@media only screen and (max-width: 1024px) {
	#home #l-container {
		padding-top: 45px;
	}
}

#home .mainvisual {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 720px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .mainvisual {
		background: url(/resource/img/index/mv-sp.jpg) no-repeat center center;
		background-size: cover;
		height: 410px;
	}
}

#home .mainvisual::before {
	content: '';
	display: block;
	width: 100%;
	height: 720px;
	position: absolute;
	background-color: #fff;
	-webkit-animation: fade 1s linear both;
	animation: fade 1s linear both;
}

#home .mainvisual .wrp-container {
	position: relative;
	height: 100%;
}

#home .mainvisual img {
	width: 100%;
}

#home .mainvisual .mv-text {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .mainvisual .mv-text {
		top: 56%;
	}
}

#home .mainvisual .hdg-lv1 {
	font-size: 35px;
	letter-spacing: 0.06em;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	color: #0075c2;
	-moz-visibility: hidden;
	-o-visibility: hidden;
	-webkit-visibility: hidden;
	visibility: hidden;
}

@media only screen and (min-width: 768px) {
	[lang="zh-cmn-Hans"] #home .mainvisual .hdg-lv1, [lang="en"] #home .mainvisual .hdg-lv1 {
		width: 900px;
	}
}

.mv-text__button {
	-moz-visibility: hidden;
	-o-visibility: hidden;
	-webkit-visibility: hidden;
	visibility: hidden;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .mainvisual .hdg-lv1 {
		font-size: 28px;
		letter-spacing: 5px;
	}
}

/* #home .mainvisual .btn {
	margin-top: 30px;
	width: 220px;
	background-color: inherit;
	border-bottom: 1px solid #0076bd;
	color: #0075c2;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 40px;
}
#home .mainvisual .btn:after {
	background-color: #1a88d1;
}
#home .mainvisual .btn:hover {
	color: #fff;
} */

#home .box-product {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-product {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 28px;
	}
	#home .mainvisual .btn {
		/* font-size: 20px; */
	}
	#home .box-product .box-slider {
		padding-bottom: 10px;
	}
	#home .box-product .box-slider li {
		margin-bottom: 0;
	}
	#home .box-product p.center {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
}

#home .lst-product .box-slider__title {
	position: relative;
	font-size: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .lst-product .box-slider__title {
		padding-top: 10px;
		font-size: 15px;
	}
	#home .lst-product .box-slider__title::before {
		width: 22px;
		height: 22px;
		background-size: 22px 22px;
		top: 15px;
	}
}

#home .lst-product .box-slider__title small {
	display: block;
	font-size: 14px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .lst-product .box-slider__title small {
		font-size: 9px;
	}
}

#home .link-main-contents {
	position: relative;
}

#home .link-main-contents .wrp-container {
	padding-top: 80px;
	padding-bottom: 185px;
	position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .link-main-contents .wrp-container {
		padding-top: 50px;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 115px;
	}
}

#home .link-main-contents .wrp-container::before {
	content: '';
	display: block;
	width: 200%;
	height: 588px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 280px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .link-main-contents .wrp-container::before {
		height: 115px;
		left: 28%;
	}
}

#home .link-main-contents .wrp-container::after {
	content: '';
	display: block;
	width: 200%;
	height: 140px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .link-main-contents .wrp-container::after {
		height: 70px;
		right: 28%;
	}
}

#home .link-main-contents .grid-row>div {
	padding: 0 !important;
}

#home .link-main-contents .grid-row>div:last-child {
	margin-top: 98px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .link-main-contents .grid-row>div:last-child {
		margin-top: 15px;
	}
}

#home .link-main-contents .btn {
	margin-top: -42px;
	float: right;
}

@media only screen and (min-width: 768px) {
	#home .link-main-contents .btn {
		padding: 24px 90px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .link-main-contents .btn {
		margin-top: -25px;
		font-size: 13px;
		width: 50%;
		height: 40px;
		padding-left: 20px;
		padding-right: 30px;
	}
}

#home .nav-link {
	margin-top: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .nav-link {
		margin-top: 5px;
		padding-bottom: 0;
	}
	#home .nav-link__inner li.rsslink {
		display: inline-block;
	}
	#home .nav-link__inner li a {
		letter-spacing: -0.04em;
		font-size: 11px;
		padding: 7px 7px 0;
	}
	#home .nav-link__inner li.is-current a span, #home .nav-link__inner li a span {
		padding: 0 5px 5px;
	}
	#home .nav-link__inner li a span:before {
		bottom: -1px;
	}
	#home .nav-link::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #f5f5f5;
	}
	#home .nav-link::-webkit-scrollbar {
		height: 5px;
		background-color: #f5f5f5;
	}
}

#home .box-news {
	min-height: 500px;
}

#home .lst-news {
	margin-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-news {
		min-height: 545px;
	}
	#home .lst-news {
		margin-bottom: 15px;
	}
}

#home .lst-news a {
	display: block;
	color: #333;
	padding: 20px 3px;
}

#home .lst-news a:hover {
	text-decoration: none;
	color: #0075c2;
}

#home .lst-news a>* {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .lst-news a>* {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .lst-news a p {
		margin-top: 5px;
		display: block;
	}
}

#home .lst-news a .news-category::before {
	margin: 0 2em 0 1em;
	content: '';
	display: inline-block;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
	background-color: #e5e5e5;
	border-radius: 3px;
	font-size: 12px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .lst-news a .news-category::before {
		font-size: 9px;
		height: 16px;
		line-height: 16px;
	}
}

#home .lst-news time {
	width: 10em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .lst-news time {
		font-size: 11px;
	}
}

#home .lst-news li {}

#home .lst-news li:nth-child(n+6) {
	display: none;
}

#home .lst-news li.product .news-category::before {
	content: '製品情報';
}

#home .lst-news li.company .news-category::before {
	content: '企業情報';
}

#home .lst-news li.ir .news-category::before {
	content: 'IR情報';
}

#home .lst-news li.release .news-category::before {
	content: 'リリース';
}

#home .lst-news li.sustainability .news-category::before {
	content: 'サステナビリティ';
}

#home .lst-news li.info .news-category::before {
	content: 'お知らせ';
}

#home .box-pickup {
	margin-top: 40px;
	margin-bottom: 30px;
}

#home .box-pickup .box-pickup__content {
	padding: 0 10px;
}

@media only screen and (min-width: 768px) {
	#home .box-pickup .box-pickup__content {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-pickup .box-pickup__content {
		padding: 0 10px 5px;
	}
}

#home .box-pickup a {
	color: #333;
	text-decoration: none;
}

#home .box-pickup .lst-article__time {
	padding-top: 8px;
	font-size: 12px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-pickup .lst-article__time {
		font-size: 12px;
	}
}

#home .box-pickup .lst-article__text {
	margin-top: 8px;
	font-size: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-pickup .lst-article__text {
		margin-top: 4px;
		font-size: 13px;
	}
}

#home .box-sustainability {
	margin-top: 330px;
	position: relative;
	padding-top: 80px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-sustainability::before {
		height: 130px;
	}
	#home .box-sustainability {
		margin-top: 45%;
	}
}

#home .box-sustainability .wrp-container {
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
	margin-top: -170px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-sustainability .wrp-container {
		padding-bottom: 30px;
		margin-top: -130px;
	}
}

#home .box-sustainability::after {
	content: '';
	display: block;
	width: 67%;
	height: 393px;
	background: url(/resource/img/index/bg-sustainability.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -165px;
	left: 33%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-sustainability::after {
		width: 200%;
		left: 25%;
		background-size: contain;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-sustainability .wrp-container .box-slider {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 10px;
	}
}

#home .box-sustainability .wrp-container>div {
	position: relative;
	z-index: 3;
}

#home .box-sustainability .wrp-container .hdg-lv2 {
	margin-top: 0;
}

#home .box-sustainability .lst-article {
	margin-top: 80px;
}

#home .box-sustainability .btn:hover {
	color: #0075c2 !important;
}

#home .u-scroll-down {
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 2;
	right: 0;
	left: 0;
	font-size: 1.5rem;
	letter-spacing: 2px;
	height: 120px;
	bottom: 0;
	width: 3em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .u-scroll-down {
		display: none;
	}
}

#home .u-scroll-down a {
	display: inline-block;
	color: #758fa0;
	font-size: 18px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-decoration: none;
}

#home .u-scroll-down:before {
	content: "";
	height: 70px;
	width: 1px;
	background: #758fa0;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: scrollLine 1s infinite;
	animation: scrollLine 1s infinite;
}

@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes scrollLine {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 0;
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		height: 70px;
	}
}

@keyframes scrollLine {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 0;
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		height: 70px;
	}
}

.is-header-overlay .l-header:not(.is_small) {
	background-color: inherit;
}

.is-header-overlay .l-header:not(.is_small) .l-header__upper {
	border-bottom: none;
}

.is-header-overlay .l-header:not(.is_small) .l-header__upper-link:hover {
	color: #0075c2;
}

.is-header-overlay .l-header:not(.is_small) .l-header__btn ul li a {
	background: rgba(0, 117, 194, 0.3);
	color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.is-header-overlay .l-header:not(.is_small) .l-header__btn ul li.menu a {
		background: rgba(0, 117, 194, 1);
	}
	.l-header.is-fixed-sp {
		background: #fff !important;
	}
}

@media only screen and (min-width: 1025px) {
	.l-header.is-fixed {
		position: fixed !important;
		z-index: 10 !important;
		background: #fff !important;
	}
}

.is-header-overlay .l-header:not(.is_small) .l-header__btn ul li:before {
	background: #dbdfea;
}

.is-header-overlay .l-header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.is-header-overlay .l-header.is_small {
	position: fixed;
}

.box-specialcontents .box-slider {
	padding-top: 25px;
	background: #fff;
}

.box-specialcontents .box-slider__text {
	font-size: 13px;
}

.box-specialcontents .box-slider .slick-prev, .box-specialcontents .box-slider .slick-next {
	top: 34.5%;
}

.lst-specialcontents .box-slider__content {
	padding: 0;
}

.lst-specialcontents .box-slider__text {
	padding: 10px 0 0;
	color: #333;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.js-slider-spcol2 .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.js-slider-spcol2 .slick-next {
		right: 30px;
	}
	.js-slider-spcol2 .slick-next span {
		font-size: 24px;
	}
	.js-slider-spcol2 .slick-prev {
		left: 30px;
	}
	.js-slider-spcol2 .slick-prev span {
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) {
	.box-sustainability .slick-dots {
		display: none;
	}
}

.is-header-overlay .l-header:not(.is_small) .l-header__btn ul li a:hover {
	color: #0075c2;
}

.mainvisual__image {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/resource/img/index/mv.jpg);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.mainvisual__image {
		background-image: url(/resource/img/index/mv-sp.jpg);
		background-size: cover;
	}
}

.js-scale {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 1.6s 0s ease;
	transition: transform 1.6s 0s ease;
}

.js-scale.is-show {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.js-fadeRight .box-article__thumb {
	overflow: hidden;
}

.js-fadeRight .box-article__thumb img {
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.js-fadeRight .box-article__thumb.redy-fade img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

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

.nav-link__inner li a span {
	display: block;
	position: relative;
	padding: 0 5px 15px;
	border-bottom: 0;
}

.nav-link__inner li.is-current a {
	color: #0075c2;
}

.nav-link__inner li.is-current a span:before {
	width: 100%;
}

.nav-link__inner li a span {
	transition: none;
}

.nav-link__inner li a span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 3px;
	background: #0075c2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: width .4s;
}

.nav-link__inner li.rsslink a span:before {
	content: '\f09e';
	font-family: "gaishi";
	display: inline-block;
	position: relative;
	bottom: 0;
	left: 0;
	transform: none;
	transition: none;
	width: 15px;
	height: 15px;
	background: #fff;
}

.nav-link__inner li a:hover span:before {
	width: 100%;
}

.nav-link__inner li.rsslink a:hover span:before {
	width: 15px;
}

.nav-link__inner li.is-current a span, .nav-link__inner li a:hover span {
	border-bottom: 0;
}

.nav-link__inner li.rsslink a:hover span {
	color: #0075c2;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.is-header-overlay .l-header:not(.is_small).is-fixed .l-header__btn ul li.menu a {
		background: #0075c2;
	}
	.is-header-overlay #nav-global-language {
		top: 44px;
	}
	.is-header-overlay #nav-global-search {
		top: 44px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.hdg-lv2 {
		font-size: 21px;
	}
	.hdg-lv2 .txt-fanwood {
		font-size: 12px;
	}
	.txt-lead {
		font-size: 15px;
	}
	.box-slider__link.btn {
		font-size: 14px;
	}
	.btn {
		font-size: 15px;
	}
	#home .box-card-01__title {
		font-size: 21px;
	}
	.box-card-01__title small {
		font-size: 12px;
	}
	.box-card-01__text {
		font-size: 15px;
	}
	.lst-article__title {
		font-size: 16px;
	}
	.lst-article__text {
		font-size: 12px;
	}
	.lst-article__button .btn {
		font-size: 12px;
	}
	.box-specialcontents .box-slider__text {
		font-size: 11px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.hdg-lv2 .txt-fanwood {
		display: inline;
	}
	.box-slider .slick-dots {
		text-align: center;
		margin-top: 20px;
	}
	.box-slider .slick-dots li {
		display: inline-block;
		padding: 0 7px;
	}
	.box-slider .slick-dots li button {
		color: transparent;
		line-height: 1;
		width: 4px;
		height: 4px;
		background: #cecece;
		border-radius: 50%;
	}
	.box-slider .slick-dots li.slick-active button {
		background: #0075c2;
	}
	.l-footer {
		margin-top: 50px;
	}
}

.lst-article__title {
	font-weight: normal;
}

.box-specialcontents .box-slider .slick-dots li button {
	background: #cfcfcf;
}

.box-specialcontents .box-slider .slick-dots li.slick-active button {
	background: #0075c2;
}

.box-important {
	max-width: 1180px;
	margin: 34px auto 0;
	padding: 0 20px 15px;
}

.box-important>div {
	background: #eeeff3;
	padding: 40px 40px 5px;
}

.box-important h2 {
	margin: 0;
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
	color: #ee3f3f;
}

.box-important ul li {
	display: table;
	width: 100%;
	padding: 30px 0 35px;
	border-top: 1px solid #c5c5c5;
}

.box-important ul li:first-child {
	margin: 0;
	padding: 20px 0 35px;
	border-top: none;
}

.box-important_date {
	display: table-cell;
	width: 165px;
	padding-right: 25px;
	box-sizing: border-box;
}

.box-important_text {
	display: table;
}

.box-important_link-more {
	display: inline-block;
	margin-top: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-important {
		margin: 0 auto 0;
		padding: 0 15px;
	}
	.box-important>div {
		background: #eeeff3;
		padding: 20px 20px 0;
	}
	.box-important h2 {
		margin: 0;
		padding: 0 5px;
		font-size: 15px;
	}
	.box-important ul li {
		display: block;
		width: 100%;
		padding: 15px 0 18px;
		font-size: 10px;
	}
	.box-important ul li:first-child {
		margin: 0;
		padding: 15px 0 18px;
	}
	.box-important_date {
		display: block;
		width: 100%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.box-important_text {
		display: block;
		padding: 10px 5px 0;
	}
}

/* emergency */

#home.emergency .l-header {
	background: #d1d8e0 !important;
}

#home.emergency .mainvisual {
	height: auto;
}

#home.emergency.is-header-overlay .l-header:not(.is_small) .l-header__upper-link {
	color: #ffffff;
}

#home.emergency.is-header-overlay .l-header:not(.is_small) .l-header__upper-link:hover {
	color: #0075c2;
}

#home.emergency.is-header-overlay .l-header:not(.is_small) .l-header__btn ul li a {
	background: #d5dde4;
}

#home.emergency #pct-sitelogo img {
	display: none;
}

#home.emergency #pct-sitelogo a {
	display: block;
	width: 144px;
	height: 38px;
	background: url(/resource/img/cmn-pct-sitelogo-overlay.png) top left no-repeat;
	background-size: cover;
}

#home.emergency .mainvisual__image {
	background: #d0d8e1;
}

#home.emergency .mainvisual .mv-text {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	transform: none;
	padding: 100px 0 90px;
	width: 100%;
	box-sizing: border-box;
}

#home.emergency .mainvisual .mv-text h2 {
	text-align: center;
	font-weight: normal;
	font-size: 35px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#home.emergency .mainvisual .mv-text .mv-text02 {
	margin: 25px 0 0;
	line-height: 2.5;
	font-size: 16px;
	text-align: center;
}

#home.emergency .mainvisual .mv-text .mv-btn {
	margin: 75px auto 0;
}

#home.emergency .mainvisual .btn {
	display: block;
	margin: 0 auto;
	width: 280px;
	background-color: #fff;
	border-bottom: none;
	color: #0075c2;
	font-size: 15px;
	padding: 20px 0;
	text-align: center;
}

#home.emergency .mainvisual .btn span {
	display: inline-block;
	padding: 0 25px;
}

#home.emergency .mainvisual .btn:hover {
	color: #fff;
}

#home.emergency .mainvisual .btn:hover span:before {
	color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home.emergency .mainvisual {
		height: auto;
	}
	#home.emergency #pct-sitelogo a {
		width: 100px;
		height: 26px;
		background: url(/resource/img/cmn-pct-sitelogo-overlay.png) top left no-repeat;
		background-size: cover;
	}
	#home.emergency .mainvisual .mv-text {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		padding: 100px 0 40px;
	}
	#home.emergency .mainvisual__image {
		background: #d0d8e1;
	}
	#home.emergency .mainvisual .mv-text h2 {
		font-weight: normal;
		font-size: 20px;
	}
	#home.emergency .mainvisual .mv-text .mv-text02 {
		margin: 18px 0 0;
		line-height: 1.5;
		font-size: 13px;
		text-align: left;
	}
	#home.emergency .mainvisual .mv-text .mv-btn {
		margin: 30px auto 0;
	}
	#home.emergency .mainvisual .mv-text .btn {
		padding: 10px 0;
		min-width: auto;
		width: 100%;
	}
}

@media only screen and (min-width:767px) and (max-width:1024px) {
	.fS10-tb {
		font-size: 10px !important;
	}
	.fS11-tb {
		font-size: 11px !important;
	}
	.fS12-tb {
		font-size: 12px !important;
	}
	.fS13-tb {
		font-size: 13px !important;
	}
	.fS14-tb {
		font-size: 14px !important;
	}
	.fS15-tb {
		font-size: 15px !important;
	}
	.fS16-tb {
		font-size: 16px !important;
	}
	.fS17-tb {
		font-size: 17px !important;
	}
	.fS18-tb {
		font-size: 18px !important;
	}
	.fS19-tb {
		font-size: 19px !important;
	}
	.fS20-tb {
		font-size: 20px !important;
	}
	.fS22-tb {
		font-size: 22px !important;
	}
	.fS24-tb {
		font-size: 24px !important;
	}
	.fS26-tb {
		font-size: 26px !important;
	}
	.fS28-tb {
		font-size: 28px !important;
	}
	.fS30-tb {
		font-size: 30px !important;
	}
}

.txt-black {
	color: #000!important;
}

.txt-bold {
	font-weight: bold!important;
}

.txt-normal {
	font-weight: normal!important;
}

.box-disaster {
	width: 600px;
}

@media (max-width: 767px) {
	.box-disaster {
		width: auto;
	}
}

/* box-banner */

.box-banner {
	font-size: 0;
	letter-spacing: 0;
	margin: 60px -10px 70px;
}

.box-banner__col {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}

.box-banner__col--pc-col2 {
	width: 50%;
	padding: 0 10px;
}

.box-banner__col--full {
	width: 100%;
}

.box-banner__col--sp-full {
	display: none;
}

.box-banner__col a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
	.box-banner {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.box-banner__col--pc-col2 {
		display: none;
	}
	.box-banner__col--sp-full {
		width: 100%;
		display: block;
		padding: 0;
	}
}

#home .mainvisual {
	position: relative;
	z-index: 1;
	/*margin-top: 62px;*/
	height: auto;
}

@media only screen and (max-width: 1024px) {
	#home .mainvisual {
		margin-top: 45px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .mainvisual {
		margin-bottom: -11px;
		margin-top: 45px;
		height: auto;
		background: none;
	}
}

#home .mainvisual::before {
	display: none;
}

.is-header-overlay .l-header:not(.is_small) {
	background-color: #fff;
}

.is-header-overlay .l-header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

#home #l-container {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	#home #l-container {
		/* z-index: 10; */
	}
}


.box-mainvisual {
	position: relative;
}
.box-mainvisual__slide{
	display: none;
}
.box-mainvisual__slide--pc{
	display: block;
}
.box-mainvisual__slide--sp{
	display: none;
}
.box-mainvisual__slide.tablet{
	display: block!important;
}
.box-mainvisual__slide--Win7-IE11{
	display: none;
}
.box-mainvisual__slide--Win7-IE11.tablet{
	display: none!important;
}
@media only screen and (min-width: 1025px) {
	.box-mainvisual__slide.tablet{
		display: none!important;
	}
	.box-mainvisual__slide--Win7-IE11.tablet{
		display: block!important;
	}
	.box-mainvisual__slide--Win7-IE11.tablet + .box-mainvisual__attention{
		margin-top: -2em;
		position: relative;
		z-index: 10;
	}
}
@media only screen and (max-width: 1024px) {
	#l-document{
		overflow: hidden;
	}
	.box-mainvisual {
		margin-bottom: 0;
	}

}
@media only screen and (max-width: 767px) {
	.box-mainvisual__slide--pc{
		display: none;
	}
	.box-mainvisual__slide--sp{
		display: block;
	}
}




/* box-mainvisual */

.slick-initialized .slick-slide {
	position: relative;
}

/* box-mainvisual 共通 */

.box-mainvisual .box-mainvisual__txt {
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 12%;
	transform: translateY(-40%);
	opacity: 0;
	transition: transform .5s, opacity .5s;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__txt {
		left: 5%;
	}
}



.box-mainvisual .active .box-mainvisual__txt {
	transform: translateY(-50%);
	opacity: 1;
}

.box-mainvisual .box-mainvisual__link {
	color: #0075c2;
	border-bottom: 1px solid #0075c2;
	position: relative;
	padding: 20px 20px;
	display: block;
	width: 200px;
	font-size: 18px;
}

.box-mainvisual .box-mainvisual__link::before {
	content: '\f105';
	font-family: 'gaishi' !important;
	position: absolute;
	right: 30px;
	transition: right .5s;
	font-style: normal;
}

.box-mainvisual .box-mainvisual__link:hover {
	text-decoration: none;
}

.box-mainvisual .box-mainvisual__link:hover::before {
	right: 0;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__link {
		padding: 10px 10px;
		width: 100px;
		font-size: 16px;
	}
	.box-mainvisual .box-mainvisual__link::before {
		right: 10px;
	}
}




/* box-mainvisual--future */


.box-mainvisual .box-mainvisual__item--future .box-mainvisual__title {
	margin-bottom: 20px;
	width: 18vw;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--future .box-mainvisual__title {
		width: 200px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.box-mainvisual .box-mainvisual__item--future .box-mainvisual__title {
		width: 120px;
		margin-bottom: 10px;
	}
}

.box-mainvisual .box-mainvisual__item--future .box-mainvisual__lead {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 4px;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--future .box-mainvisual__lead {
		margin-bottom: 20px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 767px) {
	.box-mainvisual .box-mainvisual__item--future .box-mainvisual__lead {
		font-size: 10px;
	}
}


/* sdgs */




.box-mainvisual .box-mainvisual__item--sdgs .box-mainvisual__title {
	font-size: 2.2vw;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--sdgs .box-mainvisual__title {
		font-size: 28px;
		margin-bottom: 10px;
	}
}


.box-mainvisual .box-mainvisual__item--sdgs .box-mainvisual__lead {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 0;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--sdgs .box-mainvisual__lead {
		font-size: 14px;
	}
}



/* kuroko */

.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__title {
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__title {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__title-img {
	width: 27vw !important;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__title-img {
		width: 60% !important;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__title-img {
		margin-bottom: 40px;
	}
}


.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__lead {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 0;
}


@media only screen and (max-width: 1025px) {
	.box-mainvisual .box-mainvisual__item--kuroko .box-mainvisual__lead {
			font-size: 14px;
	}
}





/* box-mainvisual slick*/

.box-mainvisual .main-slide--controls {
	position: absolute;
	bottom: -30px;
	right: 0;
	display: flex;
	height: 60px;
	background-color: #293337;
	color: #fff;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.box-mainvisual .main-slide--controls {
		position: absolute;
		bottom: -25px;
		right: 0;
		display: flex;
		height: 50px;
		background-color: #293337;
		color: #fff;
		z-index: 2;
	}
}

.box-mainvisual .controls__arrow {
	display: flex;
}

.box-mainvisual .controls__arrow .slick-arrow {
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
}

@media only screen and (max-width: 1024px) {
	.box-mainvisual .controls__arrow .slick-arrow {
		padding: 0 15px;
	}
}

.box-mainvisual .controls__dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-mainvisual .controls__dots .slick-dots {
	display: flex;
}

.box-mainvisual .controls__dots .slick-dots li {
	display: flex;
	padding: 0 5px;
}

.box-mainvisual .controls__dots .slick-dots li.slick-active button {
	background: #fff;
}

.box-mainvisual .controls__dots .slick-dots li button {
	color: transparent;
	line-height: 1;
	width: 8px;
	height: 8px;
	background: #94999b;
	border-radius: 50%;
}

.box-mainvisual .stopslider {
	color: #fff;
	padding: 0 20px;
}

.box-mainvisual .stopslider::before {
	font-family: 'gaishi03';
	content: '\e910';
}

.box-mainvisual .stopslider.active::before {
	font-family: 'gaishi03';
	content: '\e911';
}

/* for RWD */
.fluid-image{
	max-width: 100%;
	height: auto;
}
@media only screen and (min-1025px) and (-ms-high-contrast:none){
	*::-ms-backdrop, .fluid-image{
		max-width: 9999px;
	}
}
@media only screen and (max-width: 1024px) and (-ms-high-contrast:none){
	*::-ms-backdrop, .fluid-image{
		max-width: 100%;
	}
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .box-link .box-col .box-col__image .fluid-image{
		width: 100%;
	}
	*::-ms-backdrop, .box-table .box-table__col .fluid-image{
		width: 100%;
	}
	*::-ms-backdrop, .box-download-booklet .box-download-booklet__thumb .fluid-image{
		width: 100%;
	}
	*::-ms-backdrop, .box-col--direction .box-col__image .fluid-image{
		width: 100%;
	}
	*::-ms-backdrop, .box-col .box-col__image .fluid-image{
		width: 100%;
	}
}
.visible-pc {
	display: block !important;
}
.visible-sp {
	display: none !important;
}
@media only screen and (min-width:1px) and (max-width:767px){
		.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
}	
/* top-perform */
.top-perform .p-p:after {
        content: "";
        display: block;
        clear: both
    }
.top-perform .p-p {
    position: relative;
    top: 0;
    left: 0
}
.top-perform .p-p .bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.top-perform .p-p .left {
    width: 50%;
    padding: 56px 0 56px 56px;
    float: right;
}
.top-perform .p-p .left .txt {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.56
}
.top-perform .p-p .left .txt {
    text-align: justify
}

@media screen and (max-width:768px) {
	
    .top-perform .p-p .bg {
        position: relative;
        width: 100%;
        height: 160px
    }
	
    .top-perform .p-p .left {
        width: auto;
        padding: 15px 10px
    }
	
    .top-perform .p-p .left .txt {
        font-size: 20px;
        margin: 16px 0;
        text-align: center
    }
     .top-perform .p-p .left .txt:first-of-type {
        margin: 0 15px
    }
    .display {
        width: auto;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0
    }
	
	
}	

@media screen and (min-width: 769px){
    .display {
        width: 1120px;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0
    }
}
.top-perform .p-p .sub {
  font-size: 1rem;
  font-weight: bold;
  color: #006AB8;
  letter-spacing: 0;
}

.top-perform .p-p .sub .copy::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.top-perform .p-p .sub .copy::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.top-perform .p-p .sub .copy::-moz-selection {
  color: #006AB8;
}

.top-perform .p-p .title {
  position: relative;
  margin-top: 11px;
  padding-bottom: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.top-perform .p-p .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #006AB8;
  bottom: 0;
  left: 0;
}

.top-perform .p-p .texts {
  margin-top: 38px;
}

.top-perform .p-p .texts p {
  font-size: 1rem;
  line-height: 2.3;
}

.top-perform .p-p .texts p.note {
  padding-top: 5px;
  font-size: 1.3rem;
}

.top-perform .p-p .link {
  margin-top: 26px;
}

.top-perform .p-p .link a {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-left: -10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.top-perform .p-p .link a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 12px;
  margin: -7px 0 0 2.5em;
}

.top-perform .p-p .link a:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.top-perform .p-p .link a:hover {
  opacity: 1;
}

.top-perform .p-p .link a:hover:before {
  -webkit-animation: c-imgTexts-link .5s linear forwards;
  animation: c-imgTexts-link .5s linear forwards;
}

@media screen and (max-width: 767px) {
.top-perform .p-p .sub {
  font-size: 12PX;
}
.top-perform .p-p .title {
  font-size: 1.6rem;
}

}
/* morelink
----------------------------------------------- */
.issue__morelink a {
    width: 220px;
}

.morelink {
	
}
.morelink a {
	display: block;
	position: relative;
	height: 60px;
	z-index: 1;
	float: right;
}
.morelink a:before,
.morelink a:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	z-index: 1;
}
.morelink a:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	transform: scaleX(0);
	transform-origin: right;
}
.morelink__label {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 20px;
	right: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: 700;
	text-indent: 0.08em;
	letter-spacing: 0.08em;
	z-index: 2;
}
.morelink__icon {
	position: absolute;
	top: 50%;
	margin: -6px 0 0;
	right: 10px;
	width: 8px;
	height: 13px;
	color: #000;
	z-index: 2;
}
.morelink__icon svg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
	fill: currentColor;
}
@media(min-width: 769px) {

	/* morelink
	----------------------------------------------- */

	.morelink a:after,
	.morelink__label,
	.morelink__icon {
		transition-property: color, transform;
		transition-duration: 0.35s;
		transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
	}

	/* hover */

	.morelink a:hover:after {
		transform: scaleX(1);
		transform-origin: left;
	}
	.morelink a:hover .morelink__label {
		color: #fff;
	}
	.morelink a:hover .morelink__icon {
		color: #fff;
		transform: translateX(3px);
	}
}


@media (max-width: 768px) {
.issue__morelink a {
    width: 200px;
}

	
	
}
/* t-morelink
----------------------------------------------- */
.issue__t-morelink a {
    width: 220px;
}

.t-morelink {
	
}
.t-morelink a {
	display: block;
	position: relative;
	height: 60px;
	z-index: 1;
	float: left;
}
.t-morelink a:before,
.t-morelink a:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	z-index: 1;
}
.t-morelink a:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	transform: scaleX(0);
	transform-origin: right;
}

.t-morelink a:link,.t-morelink a:visited {
color: #fff;

}
.t-morelink__label {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 20px;
	right: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: 700;
	text-indent: 0.08em;
	letter-spacing: 0.08em;
	z-index: 2;
}
.t-morelink__icon {
	position: absolute;
	top: 50%;
	margin: -6px 0 0;
	right: 10px;
	width: 8px;
	height: 13px;
	color: #fff;
	z-index: 2;
}
.t-morelink__icon svg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
	fill: currentColor;
}
@media(min-width: 769px) {

	/* t-morelink
	----------------------------------------------- */

	.t-morelink a:after,
	.t-morelink__label,
	.t-morelink__icon {
		transition-property: color, transform;
		transition-duration: 0.35s;
		transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
	}

	/* hover */

	.t-morelink a:hover:after {
		transform: scaleX(1);
		transform-origin: left;
	}
	.t-morelink a:hover .t-morelink__label {
		color: #fff;
	}
	.t-morelink a:hover .t-morelink__icon {
		color: #fff;
		transform: translateX(3px);
	}
}


@media (max-width: 768px) {
.issue__t-morelink a {
    width: 200px;
}

	
	
}

/* top-Link_Wrapper */


.top-Link_Wrapper .top-Link .top-Link_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.top-Link_Box_Wrapper {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 50%
}
.top-Link_Box_Wrapper .top-Link_Box {
    position: relative;
    height: 514px;
    transition: 0.9s
}
.top-Link_Box_Wrapper .top-Link_Box:after {
    position: absolute;
    top: 0;
    background-color: rgba(14, 15, 20, 0);
    content: "";
    display: block;
    height: 100%;
    transition: 0.9s;
    width: 100%
}
.top-Link_Box_Wrapper .top-Link_Box_Title {
    position: absolute;
    bottom: 0;
    background-color: rgba(12, 18, 26, 0.65);
    color: #ffffff;
    padding: 35px 61px 39px;
    width: 100%
}
.top-Link_Box_Wrapper .top-Link_Box_Title h3 {
    font-size: 30px;
    margin-bottom: 5px
}
.top-Link_Box_Wrapper .top-Link_Box_Title p {
    font-size: 16px;
    font-weight: 500
}
.top-Link_Box_Wrapper .top-Link_Box_Title span {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #ffffff;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
    width: 38px
}
.top-Link_Box_Wrapper:hover .top-Link_Box {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}
.top-Link_Box_Wrapper:hover .top-Link_Box:after {
    position: absolute;
    top: 0;
    background-color: rgba(14, 15, 20, 0.35);
    content: "";
    display: block;
    height: 100%;
    transition: 0.9s;
    width: 100%
}
.top-Link_Box_Wrapper:hover .top-Link_Box_Title span {
    width: 8px
}
.top-Link_Box.left {
    background: url("../images/top-subimg02.jpg") bottom 0 center/cover no-repeat
}
.top-Link_Box.right {
    background: url("../images/top-subimg03.jpg") bottom 0 center/cover no-repeat
}
@media screen and (max-width: 1024px) {
    .top-Link_Wrapper .top-Link .top-Link_Inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .top-Link_Box_Wrapper {
        position: relative;
        overflow: hidden;
        text-decoration: none;
        width: 50%
    }
    .top-Link_Box_Wrapper .top-Link_Box {
        height: 400px;
        transition: 0.5s
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title {
        position: absolute;
        bottom: 0;
        background-color: rgba(12, 18, 26, 0.65);
        color: #ffffff;
        padding: 20px 40px;
        width: 100%
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title h3 {
        font-size: 28px;
        margin-bottom: 5px
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title p {
        font-size: 14px;
        font-weight: 500
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title span {
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #ffffff;
        height: 1px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: 0.3s;
        width: 38px
    }
    .top-Link_Box_Wrapper:hover .top-Link_Box {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    .top-Link_Box_Wrapper:hover .top-Link_Box_Title span {
        width: 8px
    }
    .top-Link_Box.left {
        background: url("../images/top-subimg02.jpg") bottom 0 center/cover no-repeat
    }
    .top-Link_Box.right {
        background: url("../images/top-subimg03.jpg") bottom 0 center/cover no-repeat
    }
}
@media screen and (max-width: 667px) {
    .top-Link_Wrapper .top-Link .top-Link_Inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .top-Link_Box_Wrapper {
        position: relative;
        overflow: hidden;
        text-decoration: none;
        width: 50%
    }
    .top-Link_Box_Wrapper .top-Link_Box {
        height: 188px;
        transition: 0.5s
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title {
        position: absolute;
        bottom: 0;
        background-color: rgba(12, 18, 26, 0.65);
        color: #ffffff;
        padding: 18px;
        text-align: center;
        width: 100%
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title h3 {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 0
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title p {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px
    }
    .top-Link_Box_Wrapper .top-Link_Box_Title span {
        display: none
    }
    .top-Link_Box_Wrapper:hover .top-Link_Box {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    .top-Link_Box_Wrapper:hover .top-Link_Box_Title span {
        width: 8px
    }
    .top-Link_Box.left {
        background: url("../images/top-subimg02-sp.jpg") bottom 0 center/cover no-repeat
    }
    .top-Link_Box.right {
        background: url("../images/top-subimg03-sp.jpg") bottom 0 center/cover no-repeat
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.about-f-btn {
    margin: 0 auto;
}
.btn-f-def {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.btn-f {
    display: block;
    width: 240px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    position: relative;
    overflow: hidden
}
.btn-f:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    transition: 0.6s ease all;
}
.btn-f-def.external span:after {
    padding-left: 0.5em;
    content: url(../images/nav-external-wh_pc.png);
}
.btn-f:hover {
    opacity: 1
}
.btn-f:hover:before {
    -webkit-transform: scale(4.2);
    -ms-transform: scale(4.2);
    transform: scale(4.2)
}

.btn-f span {
    color: #fff;
    mix-blend-mode: difference;
}
.btn-f span i {
    color: #fff;
    mix-blend-mode: difference;
}

@media screen and (max-width:767px) {
.btn-f {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 3.928571428571428;
}	
	
	
}

#web-top{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 150px 0 100px;
  background: #FFF;
}
#web-top .inner{
  width: 1100px;
  margin: 0 auto;
  position: relative;
	padding-left: 10px;
    padding-right: 10px;
	
}
#web-top .inner-900{
  width: 900px;
  margin: 0 auto;
  position: relative;
	padding-left: 10px;
    padding-right: 10px;
	
}
.w-900{
  width: 900px;
  margin: 0 auto;
  position: relative;
	padding-left: 10px;
    padding-right: 10px;
	
}


#web-top .title{
  font-size: 38px;
  line-height: 58px;
  font-weight: bold;
    color: #000;
	text-align: center;
}
#web-top .title em{
    color: #148f2d;
	font-style:normal;
}

#web-top .intr{
  margin-top: 24px;
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
}

#web-top .image{
  margin-top:60px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #web-top .inner{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }
  #web-top .inner-900{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }
 .w-900{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }	
	
  #web-top .image img{
    width: 100%;
    height: auto;
  }
	
}
@media only screen and (max-width: 767px) {
	
  #web-top{
    padding: 60px 0 45px;
  }
  #web-top .inner{
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
  
  }
  #web-top .inner-900{
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
  
  }
  .w-900{
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
  
  }
	
  #web-top .title,
  #web-top .title.b{
    width: 89.0vw;
    margin: 0 auto;
    font-size: 21px;
	text-align: center;
	line-height: 38px;  
  
  }
	
  #web-top p{
    width: 89.0vw;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 15px;
    line-height: 24px;
  }
  #web-top .image{
    width: 89.0vw;
    margin: 0 auto;
    margin-top:24px;
    margin-bottom: 24px;
  }
	
}
@media only screen and (max-width: 465px) {
  #web-top .inner{
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
  
  }
  #web-top .inner-900{
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
  
  }
  .w-900{
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
  
  }

  #web-top .title,
  #web-top .title.b{
    width: 89.0vw;
    margin: 0 auto;
    font-size: 17px;
	line-height: 28px;  
  }
}
/*----------------------------
  morter
----------------------------*/
#morter {
    background: #fff;
}
#morter .mtr-bg {
    display: none;
    background: #000;
}
#morter .mtr-bg .rf-inner {
    padding: 0;
}

#morter .mtr-bg figure {
    background: #000;
}

#morter .mtr-banner {
    display: block;
}
.mtr-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.mtr-inner img {
    display: block;
    max-width: 100%;
    border-style: none;
    height: auto;
}
@media (min-width: 769px) {
#morter {
    background: #000;
}
#morter .mtr-bg {
    display: block;
}
#morter .mtr-banner {
    display: none;
}
.mtr-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1095px;
}
.mtr-section {
    margin-top: 48px;
	margin-bottom: 80px;
}	
}	

