@charset "UTF-8";

.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: #036b5e;
	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: 46px; */
}

@media only screen and (max-width: 1024px) {
	#home #l-container {
		padding-top: 46px;
	}
}
#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; */
	    height: auto;
	}
}
#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: #03b49d;
	-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: #03b49d;
	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: #03b49d;
}
#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(img/bg_taxi.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;
	}
}
/* #home .box-sustainability .wrp-container::after {
	content: '';
	display: block;
	background-color: #fff;
	width: 200%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
} */

/* @media only screen and (min-width: 1px) and (max-width: 767px) {
	#home .box-sustainability .wrp-container::after {
		height: 70px;
		left: 25%;
	}
} */

@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: #03b49d !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: #036b5e;
	font-size: 18px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-decoration: none;
}
#home .u-scroll-down:before {
	content: "";
	height: 70px;
	width: 1px;
	background: #036b5e;
	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: #03b49d;
}
.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: #03b49d;
	}
	.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: #03b49d;
}
.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: #03b49d;
}
.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: #03b49d;
	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: #03b49d;
}
@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: #03b49d;
	}
	.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: #03b49d;
	}
	.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: #03b49d;
}

.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: #03b49d;
}
#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: #03b49d;
	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;
}

.footer__inner_add{
	font-size: 14px;
	display: block;
	padding-bottom: 11px;
	/* padding-left: 8px; */
	/* text-indent: -8px; */
	/* color: #9da3a7; */
	margin-top: 5px;
}
.top80{
	margin-top: 80px;
}



.spShow{
	display: none!important;
}

@media only screen and (max-width:767px){
	.spShow{
		display: block!important;
	}
	.spHide{
		display: none!important;
	}
	.spFooter a{
			width: 50%;
		display: block;
		margin: 20px auto;
	}
	.js-menu-trigger{


	}
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.telCenter{
	display: flex;justify-content: center;
}