@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC');
/* CSS Document */

/* -------------------------------------
	mv
------------------------------------- */
.top-h1 {
	color: transparent;
	font-size: 0;
}
.mv {
	padding: 275px 0 30px;
}
.mv-img {
	height: 400px;
}
.mv-slick li.slick-item {
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
.mv-slick li.slick-item:nth-child(1) {
	background-image: url(../img/mv-010.jpg)
}
.mv-slick li.slick-item:nth-child(2) {
	background-image: url(../img/mv-030.jpg)
}
.mv-slick li.slick-item:nth-child(3) {
	background-image: url(../img/mv-040.jpg)
}
.mv-slick li.slick-item:nth-child(4) {
	background-image: url(../img/mv-020.jpg)
}
.mv-slick li.slick-item:nth-child(2)::after {
	content: '';
	display: block;
	width: 168px;
	height: 168px;
	background: url(../img/iso-badge.png) center /cover no-repeat;
	position: absolute;
	right: 14px;
	bottom: 50px;
}
.en .mv-slick li.slick-item:nth-child(2)::after {
	background-image: url(../img/iso-badge_en.png);
}
.slick-dots {
	width: auto;
	right: 18px;
	bottom: 28px;
}
.slick-dots li {
	margin: 0 6px;
	width: 12px;
	height: 12px;
}
.slick-dots li button {
	margin-right: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #0a9d62;
	transition: 0.3s ease;
}
.slick-dots li button:before {
	display: none;
}
.catch {
	font-size: 2.125em;
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
	color: #fff;
	position: absolute;
	bottom: -24px;
	left: 30px;
}
.en .catch {
	font-size: 1.75em;
}
.catch-sp {
	display: none;
}
.catch > span {
	display: inline-block;
	margin-top: 10px;
	padding: 0 20px;
	position: relative;
	z-index: 0;
}
.catch > span::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(100deg, #359e70, #b3d570);
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .92;
}
.second-catch {
	box-sizing: border-box;
	width: calc(100% - (50px * 2));
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 30px;
	font-size: 1.125em;
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}
.second-catch span {
	color: #5eb27d;
}

/* -------------------------------------
	contents
------------------------------------- */
.top-sec {
	padding: 70px 0 100px;
}
.top-sec p {
	text-align: center;
}

/* sec01 */
.top-sec.sec01 h2 span {
	padding-top: 0;
}
.sec01 h2 span > b {
	padding: 0 6px;
	font-size: 2em;
	color: #359e70;
	background: -webkit-linear-gradient(170deg, #21996f, #a0d570);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sec01 h2 span > b > i {
	font-size: 0.5em;
}
.sec01 h2 span::before,
.sec01 h2 span::after {
	bottom: 12px;
}
.strength {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1290px;
	margin: 0 auto;
}
.strength li {
	margin: 40px 15px 0;
	width: calc((100% - (30px * 3)) / 3);
}
.strength a {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,.13);
	transition: box-shadow 0.3s ease;
}
.strength .num {
	display: block;
	font-size: 3.125em;
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
	color: #359e70;
	background: -webkit-linear-gradient(170deg, #21996f, #a0d570);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 10px rgba(255,255,255,.8);
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
}
.strength figure {
	overflow: hidden;
}
.strength figure img {
	transform: scale(1);
	transition: transform 1s ease;
}
.strength figcaption {
	box-sizing: border-box;
	width: 100%;
	line-height: 1.2;
	padding: 30px 20px 12px;
	background: url(../img/wave-bg.png) center top /100% 70px no-repeat;
	position: absolute;
	bottom: 0;
}
.strength figcaption span {
	display: block;
	padding-right: 28px;
	position: relative;
}
.strength figcaption span::before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #359e70;
	position: absolute;
	top: 14px;
	right: 0;
	transition: right 0.3s ease;
}
.strength figcaption span::after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #359e70;
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	right: 0;
	transition: right 0.3s ease;
}
.strength figcaption i {
	margin-right: 2px;
	font-size: 1.5em;
	color: #5eb27d;
}
.en .strength figcaption i {
	font-size: 1.25em;
}
.strength a:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.24);
	transition: 0.3s ease;
}
.strength a:hover figure img {
	transform: scale(1.08);
	transition: transform 1s ease;
}
.strength a:hover figcaption span::before,
.strength a:hover figcaption span::after {
	right: -5px;
	transition: right 0.3s ease;
}

/* sec02 */
.sec02 {
	background: linear-gradient(100deg, #489774, #5cb066);
	color: #fff;
}
.sec02 h2 {
	color: #fff;
}
.sec02 h2 span::before,
.sec02 h2 span::after {
	border-color: #fff;
}
.top-item-list-wrap {
	margin-top: 30px;
	padding: 20px 0;
	position: relative;
}
.top-item-list-wrap::before,
.top-item-list-wrap::after {
	content: '';
	width: calc(100% - (20px * 2));
	height: 1px;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	left: 20px;
}
.top-item-list-wrap::before {
	top: 0;
}
.top-item-list-wrap::after {
	bottom: 0;
}
.top-item-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
	position: relative;
}
.top-item-list::before,
.top-item-list::after {
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	top: 0;
}
.top-item-list::before {
	left: 0;
}
.top-item-list::after {
	right: 0;
}
.top-item-list li {
	width: 210px;
	position: relative;
	text-align: center;
}
.top-item-list li:not(:nth-child(4n-3)) {
	margin-left: 20px;
	padding-left: 20px;
}
.top-item-list li > div {
	padding: 100px 0 20px;
	position: relative;
}
.top-item-list li:nth-child(1) > div {
	background: url(../img/item-ico-010.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(2) > div {
	background: url(../img/item-ico-020.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(3) > div {
	background: url(../img/item-ico-030.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(4) > div {
	background: url(../img/item-ico-040.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(5) > div {
	background: url(../img/item-ico-050.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(6) > div {
	background: url(../img/item-ico-060.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(7) > div {
	background: url(../img/item-ico-070.png) center top 15px /75px auto no-repeat;
}
.top-item-list li:nth-child(8) > div {
	background: url(../img/item-ico-080.png) center top 18px /75px auto no-repeat;
}
.top-item-list li:not(:nth-child(4n-3)) > div::before {
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
}
.top-item-list li:not(:nth-child(4n-3)) > div::before {
	top: 0;
	left: -20px;
}
.top-item-list li:nth-child(n+5) {
	margin-top: 20px;
	padding-top: 20px;
}
.top-item-list li:nth-child(n+5)::before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	top: 0;
	left: 0;
}
.sec02 > .btn {
	max-width: 360px;
	margin: 40px auto 0;
	background: #fff;
}
.sec02 > .btn span {
	color: #333;
}
.sec02 > .btn span::before {
	background: #359e70;
}
.sec02 > .btn span::after {
	background: #359e70;
}

/* sec03 */
.sec03 {
	padding-top: 80px;
	background: url(../img/branch-bg.gif) center / auto 100% no-repeat;
}
.sec03 h3 {
	margin: 40px auto 20px;
	text-align: center;
	font-size: 1.75em;
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
	color: #359e70;
	letter-spacing: .1em;
	position: relative;
}
.sec03 h3::before,
.sec03 h3::after {
	content: '';
	display: block;
	width: calc((100% - 240px) / 2);
	height: 1px;
	background: linear-gradient(to right, rgba(53,158,112,0), rgba(53,158,112,1), rgba(53,158,112,0));
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.8;
}
.en .sec03 h3::before,
.en .sec03 h3::after {
	width: calc((100% - 300px) / 2);
}
.sec03 h3::before {
	left: 0;
}
.sec03 h3::after {
	right: 0;
}
.sec03 p {
	margin-bottom: 30px;
}
.branch-list {
	display: flex;
	justify-content: space-between;
}
.branch-list.-line4 {
	max-width: 1280px;
	padding: 0 16px;
}
.branch-list li {
	width: calc((100% - (30px * 2 )) / 3);
}
.branch-list.-line4 li {
	width: calc((100% - (16px * 3 )) / 4);
}
.branch-list a {
	display: block;
}
.branch-list figure img {
	box-shadow: 0 8px 16px -3px rgba(0,0,0,.2);
	transition: box-shadow 0.3s ease;
}
.branch-list figcaption {
	margin-top: 16px;
	padding: 5px 40px 0 0;
	position: relative;
}
.branch-list figcaption > div {
	font-weight: bold;
	color: #5eb27d;
}
.branch-list figcaption.thai {
	font-size: .9375em;
}
.branch-list figcaption.cn {
	font-family: 'Noto Sans SC', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU' , sans-serif;
	font-weight: bold;
}
.branch-list figcaption i {
	font-size: 0.75em;
}
.branch-list figcaption span {
	display: block;
	width: 32px;
	height: 32px;
	background: #5eb27d;
	position: absolute;
	top: 0;
	right: 0;
}
.branch-list figcaption span::before {
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 18px;
	right: 10px;
	transition: right 0.3s ease;
}
.branch-list figcaption span::after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right: 10px;
	transition: right 0.3s ease;
}
.branch-list a:hover figure img {
	box-shadow:0 10px 20px -3px rgba(0,0,0,.3);
	transition: box-shadow 0.3s ease;
}
.branch-list a:hover figcaption span::before,
.branch-list a:hover figcaption span::after {
	right: 7px;
}

/* sec04 */
.sec04 {
	background: #f6f6f6;
}
.case-list {
	margin-top: 30px;
}
.case-list li {
	width: 526px;
	margin: 0 20px;
}
.case-list .slick-list {
	overflow: inherit;
}
.case-list .slick-slide {
	opacity: .42;
	transition: opacity 0.5s ease;
}
.case-list .slick-slide.slick-center {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.case-list .slick-prev,
.case-list .slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #364841;
	box-shadow: 0 8px 30px rgba(0,0,0,.2);
	top: 130px;
	z-index: 1;
}
.case-list .slick-prev {
	left: 18%;
}
.case-list .slick-next {
	right: 18%;
}
.case-list .slick-prev::before,
.case-list .slick-next::before {
	width: 8px;
	height: 8px;
	border-color: #fff;
	border-width: 2px;
}
.case-list a {
	display: block;
	box-shadow: none;
	transition: box-shadow 0.5s ease;
}
.case-list .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.case-list .slick-slide.slick-center a {
	box-shadow: 0 8px 16px -3px rgba(0,0,0,.2);
	transition: box-shadow 0.7s ease 0.3s;
}
.case-list .img-wrap img {
	max-width: none;
	width: auto;
	height: 100%;
}
.case-list figcaption {
	padding: 26px 0 20px;
	background: linear-gradient(100deg, #359e70, #b3d570);
	position: relative;
}
.case-list .case-num {
	display: block;
	box-sizing: border-box;
	width: 128px;
	height: 26px;
	padding-right: 32px;
	line-height: 26px;
	color: #359e70;
	font-weight: bold;
	font-size: .75em;
	text-align: center;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
.case-list .case-num::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #359e70;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .92;
}
.case-list .case-num span {
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 23px;
}
.case-list .case-num span::before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #359e70;
	position: absolute;
	top: 14px;
	right: 0;
}
.case-list .case-num span::after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #359e70;
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	right: 0;
}
.case-list .case-title {
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-size: 1.375em;
}
.case-list .case-title span {
	position: relative;
	display: block;
	padding: 0 36px 0 32px;
}
.case-list figcaption p {
	margin-top: 10px;
	text-align: left;
	line-height: 1.5;
}
.case-list .case-target {
	display: block;
	font-size: 0.75em;
	color: #807f7f;
}

/* 事例紹介完成後に以下削除（19.01.10） */
/*
.case-list::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
}
.case-list .case-title {
	display: none;
}
.case-list figcaption p {
	display: none;
}
*/

/* sec05 */
.top-info-switch {
	display: none;
}
.top-info {
	display: flex;
	justify-content: space-between;
}
.top-info > li {
	padding-bottom: 80px;
	position: relative;
}
.top-info h3 {
	margin-bottom: 20px;
	font-size: 2em;
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
	color: #585858;
}
.news-list {
	width: 380px;
}
.en .news-list {
	width: 100%;
}
.news-list a:not(.btn) {
	display: block;
	background: transparent;
	border-top: 1px solid #dfdfdf;
	padding: 16px 0;
	transition: background 0.3s ease;
}
.news-list a:not(.btn):hover {
	background: #f6f6f6;
	transition: background 0.3s ease;
}
.news-list .news-date {
	margin-bottom: 8px;
	font-size: 0.75em;
	color: #999;
}
.blog-list {
	width: 50%;
}
.blog-list li + li {
	margin-top: 20px;
}
.blog-list a:not(.btn) {
	display: block;
	background: transparent;
	transition: background 0.3s ease;
}
.blog-list a:not(.btn):hover {
	background: #f6f6f6;
	transition: background 0.3s ease;
}
.blog-list figure {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-list .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 98px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	overflow: hidden;
}
.blog-list .img-wrap img {
	max-width: none;
	height: 100%;
	width: auto;
}
.blog-list dl {
	width: calc(100% - (135px + 20px));
}
.blog-list .blog-date {
	margin-bottom: 8px;
	font-size: 0.75em;
	color: #999;
}
.top-info .btn {
	display: flex;
	padding: 14px 0;
	background: #555;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (min-width: 1580px) {
	.case-list .img-wrap {
		height: auto;
	}
	.case-list .img-wrap img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 1200px) {
	/* -------------------------------------
		contents
	------------------------------------- */
	/* sec01 */
	.strength figcaption {
		padding: 30px 14px 12px;
		font-size: .8em;
	}
	.strength figcaption span {
		padding-right: 18px;
	}
	.strength figcaption span::before {
		width: 14px;
	}
}

@media only screen and (max-width: 1000px) {
	/* -------------------------------------
		mv
	------------------------------------- */
	.mv-slick li.slick-item:nth-child(2)::after {
		width: 140px;
		height: 140px;
	}
	.catch {
		font-size: 1.84em;
	}
	.en .catch {
		font-size: 1.25em;
	}
	.catch > span {
		margin-top: 8px;
		padding: 5px 16px;
	}
	.second-catch {
		width: calc(100% - (3% * 2));
		font-size: 1em;
	}

	/* -------------------------------------
		contents
	------------------------------------- */
	.top-sec {
		padding: 50px 0 80px;
	}

	/* sec01 */
	.top-sec.sec01 {
		padding-top: 30px;
	}
	.top-sec.sec01 h2 span::before,
	.top-sec.sec01 h2 span::after {
		bottom: 6px;
	}
	.strength li {
		width: calc((100% - (30px * 2)) / 2);
	}

	/* sec02 */
	.top-item-list-wrap {
		width: 94%;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.top-item-list li {
		width: calc(50% - 20px);
	}
	.top-item-list li:not(:nth-child(4n-3)) {
		margin-left: 0;
		padding-left: 0;
	}
	.top-item-list li:nth-child(n+3) {
		margin-top: 20px;
		padding-top: 20px;
	}
	.top-item-list li:nth-child(2n+1) > div::before {
		display: none;
	}
	.top-item-list li:nth-child(n+3)::before {
		content: '';
		width: 100%;
		height: 1px;
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
		position: absolute;
		top: 0;
		left: 0;
	}

	/* sec03 */
	.branch-list {
		justify-content: center;
	}
	.branch-list.-line4 {
		padding: 0;
	}
	.branch-list li,
	.branch-list.-line4 li {
		width: calc((100% - (14px * 3 )) / 4);
		margin: 0 8px;
	}
	.branch-list figcaption i {
		display: block;
	}

	/* sec04 */
	.sec04 h2 span {
		padding-top: 0;
	}
	.case-list .img-wrap {
		height: 200px;
	}
	.case-list .slick-prev,
	.case-list .slick-next {
		top: 100px;
	}
	.case-list .case-target {
		margin-top: 4px;
	}

	/* sec05 */
	.top-info-switch {
		display: flex;
	}
	.en .top-info-switch {
		display: none;
	}
	.top-info-switch > li {
		width: 50%;
	}
	.top-info-switch a {
		display: block;
		box-sizing: border-box;
		padding: 14px 0;
		border-top: 2px solid transparent;
		border-bottom: 1px solid #ddd;
		text-align: center;
		font-size: 1.4em;
		font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
		color: #585858;
		letter-spacing: .1em;
	}
	.top-info-switch a:hover {
		background: #f6f6f6;
		transition: 0.3s ease;
	}
	.top-info-switch a.active {
		border-top: 2px solid #555;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
	.top-info {
		flex-wrap: wrap;
	}
	.top-info > li {
		display: none;
		opacity: 0;
	}
	.top-info > .on {
		display: block;
		opacity: 1;
	}
	.top-info h3 {
		display: none;
		font-size: 1.5714em;
	}
	.en .top-info h3 {
		display: block;
	}
	.news-list {
		width: 100%;
	}
	.news-list li:nth-child(1) a {
		border-top: none;
	}
	.en .news-list li:nth-child(1) a {
		border-top: 1px solid #dfdfdf;
	}
	.blog-list {
		margin-top: 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	/* -------------------------------------
		mv
	------------------------------------- */
	.mv {
		padding: 195px 0 30px;
	}
	.en .mv {
		padding-bottom: 40px;
	}
	.mv-img {
		height: 320px;
	}
	.en .mv-img {
		height: 360px;
	}
	.mv-slick li.slick-item {
		height: 320px;
	}
	.en .mv-slick li.slick-item {
		height: 360px;
	}
	.mv-slick li.slick-item:nth-child(1) {
		background-image: url(../img/mv-010-sp.jpg)
	}
	.mv-slick li.slick-item:nth-child(2) {
		background-image: url(../img/mv-030-sp.jpg)
	}
	.mv-slick li.slick-item:nth-child(3) {
		background-image: url(../img/mv-040-sp.jpg)
	}
	.mv-slick li.slick-item:nth-child(4) {
		background-image: url(../img/mv-020-sp.jpg)
	}
	.mv-slick li.slick-item:nth-child(2)::after {
		width: 100px;
		height: 100px;
		bottom: 40px;
	}
	.catch {
		font-size: 4.8vw;
		left: 3%;
	}
	.en .catch {
		font-size: 3.2vw;
		bottom: -14px;
	}
	.catch-pc {
		display: none;
	}
	.catch-sp {
		display: block;
	}
	.catch > span {
		margin-top: 6px;
		padding: 6px 10px;
	}
	.en .catch > span {
		margin-top: 4px;
		padding: 4px 10px;
	}
	.second-catch {
		padding-left: 3%;
		font-size: .857em;
	}
	.second-catch span {
		color: #B3C91B;
		background: none;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: inherit;
	}
	.slick-dots {
		bottom: 18px;
	}
	.slick-dots li {
		margin: 0 4px;
	}

	/* -------------------------------------
		contents
	------------------------------------- */
	.top-sec p {
		text-align: left;
	}

	/* sec01 */
	.sec01 h2 span > b {
		font-size: 1.8em;
		padding: 0 3px;
	}
	.top-sec.sec01 h2 span::before,
	.top-sec.sec01 h2 span::after {
		bottom: 4px;
	}
	.strength li {
		width: 100%;
		margin: 20px 0 0;
	}
	.strength li:nth-child(1) {
		margin-top: 0;
	}

	/* sec02 */
	.top-item-list-wrap {
		padding: 16px 0;
	}
	.top-item-list li:nth-child(n+3) {
		margin-top: 16px;
		padding-top: 16px;
	}
	.sec02 .top-item-list li > div {
		padding: 48px 0 8px;
		background-size: 44px auto;
		background-position: center top;
		font-size: .857em;
	}
	.sec02 > .btn {
		width: 92%;
	}

	/* sec03 */
	.sec03 {
		background-position: center left 45%;
	}
	.sec03 h3 {
		font-size: 1.4em;
	}
	.sec03 h3::before,
	.sec03 h3::after {
		width: calc((100% - 160px) / 2);
	}
	.en .sec03 h3::before,
	.en .sec03 h3::after {
		width: calc((100% - 200px) / 2);
	}
	.branch-list {
		flex-wrap: wrap;
	}
	.branch-list li,
	.branch-list.-line4 li {
		margin: auto;
		width: 100%;
	}
	.branch-list li + li,
	.branch-list.-line4 li + li {
		margin-top: 20px;
	}
	.branch-list figure {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.branch-list figure img {
		width: 117px;
		height: 60px;
		max-width: none;
	}
	.branch-list figcaption {
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		width: calc(100% - (117px + 16px));
		padding: 0;
		margin-top: 0;
		font-size: .875em;
	}
	.branch-list figcaption.thai {
		font-size: .875em;
	}
	.branch-list figcaption > div {
		width: calc(100% - (28px + 10px));
		color: #359e70;
		-webkit-text-fill-color: #359e70;
		font-weight: normal;
	}
	.branch-list figcaption span {
		width: 28px;
		height: 28px;
		position: relative;
		top: auto;
		right: auto;
	}
	.branch-list figcaption span::before {
		width: 10px;
		top: 15px;
		right: 9px;
	}
	.branch-list figcaption span::after {
		width: 5px;
		top: 13px;
		right: 9px;
	}

	/* sec04 */
	.sec04 h2 span {
		padding-top: 0;
	}
	.case-list {
		margin-top: 20px;
	}
	.case-list li {
		margin: 0 10px;
	}
	.case-list .case-title {
		font-size: 1.12em;
	}
	.case-list .case-title span {
		padding: 0 18px 0 16px;
	}
	.case-list .case-title br {
		display: none;
	}
	.case-list figcaption p {
		font-size: 0.857em;
	}
	.case-list .slick-prev {
		left: 8%;
	}
	.case-list .slick-next {
		right: 8%;
	}

	/* sec05 */
	.top-info-switch a {
		padding: 12px 0;
		font-size: 1em;
	}
	.top-info .news-list {
		padding-bottom: 60px;
	}
	.news-list .news-date {
		margin-bottom: 4px;
	}
	.news-list .news-title {
		font-size: .857em;
	}
	.blog-list .img-wrap {
		width: 80px;
		height: 60px;
	}
	.blog-list dl {
		width: calc(100% - (80px + 15px));
	}
	.blog-list .blog-date {
		margin-bottom: 4px;
	}
	.blog-list .blog-title {
		font-size: .857em;
	}
}
