/* ---------------------------------------------------------------
start TOP CSS
--------------------------------------------------------------- */

/* --------------- common --------------- */

.mds_top1 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}

.mds_top1 .en {
	margin: 0 auto 16px;
	display: block;
}

.mds_top1 .ja {
	font-size: 17px;
	font-weight: 700;
	display: block;
}

.btn_top1 {
	width: 198px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}


/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	height: 46.82vw;
	max-height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/img_main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lead_topmain {
	width: 80%;
	max-width: 763px;
	margin: 0 auto;
	padding: 0;
}

.col_topmessage {
	margin: 0;
	padding: 95px 0 80px;
	overflow: hidden;
}

.inner_topmessage {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}

.col_topmessage .mds_top1 {
	margin-bottom: 120px;
}

.col_topmessage .mds_top1 .en {
	max-width: 412px;
}

.wrap_topmessage {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 75px;
	padding: 0;
	display: flex;
}

.flex_topmessage {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.flex_topmessage .wrap_topmessage {
	width: 48%;
	margin: 0;
	padding: 25px 0 0 65px;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.flex_topmessage .wrap_topmessage::before {
	content: "";
	width: 88%;
	height: 100%;
	background-color: #ececec;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
}

.flex_topmessage dl.catch {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	order: 0;
}

.flex_topmessage dl.catch dt {
	margin: 0;
	padding: 0;
	color: #003792;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.flex_topmessage dl.catch dt strong {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ffd100 60%);
}

.flex_topmessage .img_topmessage {
	width: 340px;
	order: 2;
}

.flex_topmessage .img_topmessage img {
	top: 0;
}

.flex_topmessage .bg_topmessage {
	width: calc(100% - 340px);
	padding-top: 60px;
	padding-left: 0;
	padding-bottom: 120px;
	order: 1;
}

.flex_topmessage .bg_topmessage::before {
	content: none;
}

.flex_topmessage .bg_topmessage dl.name {
	display: block;
}

.flex_topmessage .bg_topmessage dl.name dt {
	margin-bottom: 3px;
}

.flex_topmessage .bg_topmessage dl.name dd {
	display: block;
}

.flex_topmessage .bg_topmessage dl.name dd span {
	display: block;
}

.flex_topmessage .bg_topmessage dl.name dd span.en {
	padding-top: 8px;
}

.col_topmessage .flex_topmessage .btn_top1 {
	width: 154px;
	height: 40px;
}

.img_topmessage {
	width: 588px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.img_topmessage img {
	position: relative;
	top: -50px;
}

.bg_topmessage {
	width: calc(100% - 588px);
	margin: 0;
	padding: 35px 0 95px 65px;
	position: relative;
	z-index: 0;
}

.bg_topmessage::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #ececec;
	position: absolute;
	z-index: -2;
	top: 0;
	left: -475px;
}

.bg_topmessage dl.catch {
	margin: 0 0 30px;
	padding: 0;
}

.bg_topmessage dl.catch dt {
	margin: 0 0 20px;
	padding: 0;
	color: #003792;
	font-size: 37px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.bg_topmessage dl.catch dt strong {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ffd100 60%);
}

.bg_topmessage dl.catch dd {
	margin: 0;
	padding: 0;
	line-height: 1.95;
}

.bg_topmessage dl.name {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.bg_topmessage dl.name dt {
	margin: 0;
	padding: 0 1.5em 0 0;
	font-size: 13px;
	font-weight: 400;
	flex-shrink: 0;
}

.bg_topmessage dl.name dd {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bg_topmessage dl.name dd .ja {
	padding: 0 0.6em 0 0;
	font-size: 22px;
	font-weight: 500;
	flex-shrink: 0;
}

.bg_topmessage dl.name dd .en {
	padding: 3px 0 0 0;
	color: #003792;
	font-size: 10px;
	letter-spacing: 0.2em;
}

.col_topmessage .btn_top1 {
	margin: 0;
}

.deco_topmessage {
	position: absolute;
	bottom: -16px;
	z-index: -1;
}

.deco_topmessage.imamura {
	width: 578px;
	right: 0;
}

.deco_topmessage.kuroda {
	width: 390px;
	left: 50px;
	bottom: -10px;
}

.deco_topmessage.taniguchi {
	width: 506px;
	left: 15px;
	bottom: -10px;
}

.col_topbusiness {
	margin: 0;
	padding: 105px 0 90px;
	color: #fff;
	background-image: url(../img/top/bg_business.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner_topbusiness {
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}

.col_topbusiness .mds_top1 {
	margin-bottom: 25px;
}

.col_topbusiness .mds_top1 .en {
	max-width: 274px;
}

.col_topbusiness .mds_top1 .ja strong {
	color: #ffd100;
}

.txt_topbusiness {
	margin: 0 0 52px;
	padding: 0;
	text-align: center;
	line-height: 1.9;
}

.col_topbusiness .btn_top1 {
	color: #fff;
	border-color: #fff;
}

.col_topservice {
	margin: 0;
	padding: 130px 0 90px;
}

.inner_topservice {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 45px;
	position: relative;
	z-index: 0;
}

.inner_topservice::before {
	content: "";
	width: 100vw;
	height: calc(100% - 155px);
	background-color: #d6e9f5;
	position: absolute;
	bottom: 0;
	right: 65px;
	z-index: -1;
}

.wrap_topservice {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-end;
}

.left_topservice {
	width: 280px;
	margin: 0;
	padding: 0 0 0 10px;
	flex-shrink: 0;
}

.mds_topservice {
	margin: 0 0 84px;
	padding: 0;
	color: #003792;
}

.mds_topservice .ja {
	margin-bottom: 14px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	display: block;
}

.mds_topservice .en {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.2em;
	display: block;
}

.left_topservice p {
	margin: 0 0 105px;
	padding: 0;
	line-height: 1.95;
}

.link_topservice {
	margin: 0 65px 0 0;
	text-align: right;
}

.link_topservice a {
	color: #003792;
	font-weight: 350;
	text-decoration: none;
}

.slide_topservice.swiper-container {
	width: calc(100% - 280px);
	margin: 0;
	padding: 0 0 10px;
	overflow: visible;
}

.slide_topservice .swiper-slide {
	width: 31.8%;
	height: auto;
	margin: 0 2.3% 0 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 7px 7px 17px -13px #000;
	transition: .2s;
}

.img_topservice {
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.img_topservice img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .4s;
}

.slide_topservice dl {
	margin: 0;
	padding: 28px 18px 18px;
}

.slide_topservice dl dt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	color: #003792;
	line-height: 1.2;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

.slide_topservice dl dt:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #003792;
	border-right: solid 2px #003792;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	transition: .3s;
}

.slide_topservice dl dt .ja {
	margin-right: 1em;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.slide_topservice dl dt .en {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

.slide_topservice dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-feature-settings: "palt";
}

.inner_topservice_other {
	width: 94%;
	margin: 0 auto;
	padding: 35px 0 0;
	position: relative;
	z-index: 0;
}

.mds_topservice_other {
	margin: 0 0 55px;
	padding: 0;
	color: #003792;
	font-size: 37px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.mds_topservice_other .mark {
	padding: 0 6px;
	background: linear-gradient(transparent 60%, #ffd100 60%);
}

.wrap_topservice_other {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	display: flex;
}

.cont_topservice_other {
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.cont_topservice_other:last-of-type {
	margin-right: 0;
}

.cont_topservice_other h4 {
	width: 60%;
	margin: 0 0 24px auto;
	padding: 10px 0 0 85px;
	line-height: 1.2;
}

.cont_topservice_other h4 .ja {
	margin-bottom: 8px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: block;
}

.cont_topservice_other h4 .en {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.2em;
	display: block;
}

.cont_topservice_other .bg {
	width: 60%;
	margin: 0 0 0 auto;
	padding: 36px 20px 38px 85px;
}

.cont_topservice_other .img {
	width: 272px;
	box-shadow: 7px 7px 17px -13px #000;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_topservice_other .txt {
	margin: 0 0 18px;
	padding: 0;
}

.cont_topservice_other .link {
	margin: 0;
	padding: 0;
	text-align: right;
}

.cont_topservice_other .link a {
	text-decoration: none;
}

.cont_topservice_other.rent .bg {
	background-color: #ddedd4;
}

.cont_topservice_other.rent h4,
.cont_topservice_other.rent .link a {
	color: #005e00;
}

.cont_topservice_other.iellplus .bg {
	background-color: #f5dfd9;
}

.cont_topservice_other.iellplus h4,
.cont_topservice_other.iellplus .link a {
	color: #d53a44;
}

.col_topeffort {
	margin: 0;
	padding: 90px 0 90px;
	color: #fff;
	background-image: url(../img/top/bg_sustainability.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner_topeffort {
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}

.col_topeffort .mds_top1 {
	margin-bottom: 25px;
}

.col_topeffort .mds_top1 .en {
	max-width: 454px;
}

.col_topeffort .mds_top1 .ja strong,
.lead_topeffort strong {
	color: #ffd100;
}

.lead_topeffort {
	margin: 0 0 25px;
	padding: 0;
	font-size: 54px;
	font-weight: 400;
	font-feature-settings: "palt";
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}

.lead_topeffort strong {
	font-weight: 400;
}

.txt_topeffort {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	line-height: 1.9;
}

.col_topeffort .btn_top1 {
	color: #fff;
	border-color: #fff;
}

.col_topvoice {
	margin: 0;
	padding: 90px 0 78px;
	background-color: #e6eaf0;
}

.inner_topvoice {
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}

.col_topvoice .mds_top1 {
	margin-bottom: 50px;
}

.col_topvoice .mds_top1 .en {
	max-width: 300px;
}

.slide_topvoice.swiper-container {
	max-width: 1160px;
	margin: 0 auto 60px;
	padding: 0 54px 10px;
}

.txt_topNovoice {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.slide_topvoice .swiper-slide {
	color: #000;
	text-decoration: none;
}

.img_topvoice {
	width: 100%;
	height: 366px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.img_topvoice img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .4s;
}

.box_topvoice {
	width: 262px;
	margin: 0 0 -40px 20px;
	padding: 20px 30px 26px 30px;
	background-color: #fff;
	box-shadow: 7px 7px 17px -13px #000;
	position: relative;
	z-index: 1;
	top: -40px;
	transition: .2s;
}

.box_topvoice::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #003792 transparent;
	position: absolute;
	bottom: 14px;
	right: 14px;
}

.box_topvoice .joined {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.box_topvoice .dept {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.45;
}

.box_topvoice dl.name {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.box_topvoice dl.name dt {
	margin: 0 0 8px;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
}

.box_topvoice dl.name dd {
	margin: 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: 0.2em;
}

.new.swiper-slide:hover .box_topvoice {
	background-color: #fffdf4;
}

.mid.swiper-slide:hover .box_topvoice {
	background-color: #f2f7ff;
}

.new .box_topvoice::after {
	border-bottom-color: #ffd100;
}

.mid .box_topvoice .joined,
.mid .box_topvoice dl.name dd {
	color: #003792;
}

.new .box_topvoice .joined,
.new .box_topvoice dl.name dd {
	color: #ffd100;
}

.slide_topvoice .swiper-button-next,
.slide_topvoice .swiper-button-prev {
	background-image: none;
	top: 35%;
	transition: .2s;
}

.slide_topvoice .swiper-button-next {
	right: 0;
}

.slide_topvoice .swiper-button-prev {
	left: 0;
}

.slide_topvoice .swiper-button-next::after,
.slide_topvoice .swiper-button-prev::after {
	content: "";
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-top: solid 3px #003887;
	border-right: solid 3px #003887;
	position: absolute;
	top: calc(50% - 10px);
}

.slide_topvoice .swiper-button-next::after {
	left: 0;
	right: auto;
	transform: rotate(45deg);
}

.slide_topvoice .swiper-button-prev::after {
	right: 0;
	left: auto;
	transform: rotate(-135deg);
}

.slide_topvoice .swiper-button-next.swiper-button-disabled,
.slide_topvoice .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.col_topvoice .btn_top1 {
	background-color: transparent;
}

.col_topnews {
	margin: 0;
	padding: 78px 0 78px;
}

.inner_topnews {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.cont_topnews_l {
	width: 225px;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.mds_topnews {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.2;
}

.mds_topnews .en {
	width: 114px;
	margin: 0 0 12px;
	padding: 0;
	font-weight: 700;
	display: block;
}

.mds_topnews .ja {
	margin: 0;
	padding: 0;
	font-size: 17px;
	letter-spacing: 0.18em;
	display: block;
}

.link_topnews {
	padding: 0 2em 0 0;
	color: #000;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

.link_topnews.sp_none {
	display: inline-block;
}

.link_topnews::after {
	content: "\2192";
	position: absolute;
	top: 0;
	right: 0;
	transition: .2s;
}

.cont_topnews_r {
	width: calc(100% - 225px);
	margin: 0;
	padding: 8px 0 0 0;
}

.cont_topnews_r dl {
	width: 100%;
	margin: 0 0 26px;
	padding: 0;
	line-height: 1.7;
	display: flex;
	align-items: flex-start;
}

.cont_topnews_r dl:last-of-type {
	margin-bottom: 0;
}

.cont_topnews_r dl dt {
	width: 90px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0;
}

.cont_topnews_r dl dd.cat {
	width: 94px;
	margin: 0;
	padding: 1px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
	flex-shrink: 0;
}

.cont_topnews_r dl dd.cat.news {
	background-color: #000;
}

.cont_topnews_r dl dd.cat.rec {
	background-color: #003792;
}

.cont_topnews_r dl dd.txt {
	margin: 0;
	padding: 0 0 0 42px;
}

.cont_topnews_r dl dd.txt a {
	color: #000;
	text-decoration: none;
}

.txt_nonews {
	padding: 40px 0 20px 0;
	text-align: center;
}

/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {

	.wrap_topmessage {
		padding-right: 3%;
	}

	.flex_topmessage .wrap_topmessage {
		padding-left: 30px;
	}

	.flex_topmessage dl.catch dt {
		font-size: 27px;
	}

	.flex_topmessage .img_topmessage {
		width: 290px;
	}

	.flex_topmessage .bg_topmessage {
		width: calc(100% - 290px);
		padding-bottom: 7vw;
	}

	.deco_topmessage.kuroda {
		width: 65%;
		left: 15px;
	}

	.deco_topmessage.taniguchi {
		width: 80%;
	}

	.img_topservice {
		height: 20vw;
	}

	.slide_topservice dl dt .ja {
		margin-right: 0.5em;
		font-size: 18px;
		flex-shrink: 0;
	}

	.slide_topservice dl dt:after {
		right: 0;
	}

	.slide_topservice .swiper-slide:hover dl dt:after {
		right: 0;
	}

	.cont_topservice_other .bg {
		padding-left: 6.5vw;
	}

	.cont_topservice_other .img {
		width: 22vw;
	}

	.cont_topservice_other h4 {
		width: 62%;
		padding-left: 7.5vw;
	}

	.cont_topservice_other h4 .ja {
		font-size: 30px;
	}

	.img_topvoice {
		height: 29vw;
	}

	.box_topvoice {
		width: 240px;
		padding: 20px 20px 20px;
	}

	.box_topvoice::after {
		border-width: 0 0 30px 30px;
	}






}



/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1100px
--------------------------------------------------------------- */

@media screen and ( max-width: 1100px ) {

	.img_topmessage {
		width: 55%;
	}

	.bg_topmessage {
		width: 45%;
		padding-left: 30px;
		padding-right: 20px;
	}

	.bg_topmessage dl.catch dt {
		font-size: 3.3vw;
	}

	.cont_topnews_l {
		width: 180px;
	}

	.cont_topnews_r {
		width: calc(100% - 180px);
	}

}



/* ---------------------------------------------------------------
	end max 1100px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {

	.wrap_topmessage {
		margin-bottom: 120px;
	}

	.flex_topmessage .wrap_topmessage {
		padding: 0 3% 7vw 3%;
	}

	.flex_topmessage .wrap_topmessage::before {
		width: 94%;
	}

	.flex_topmessage dl.catch {
		padding: 25px 0 0 0;
		order: 1;
	}

	.flex_topmessage dl.catch dt {
		font-size: 2.7vw;
		line-height: 1.5;
	}

	.flex_topmessage .img_topmessage {
		width: 100%;
		margin-bottom: -40px;
		order: 0;
	}

	.flex_topmessage .img_topmessage img {
		width: 108%;
		top: -40px;
	}

	.flex_topmessage .bg_topmessage {
		width: 100%;
		padding: 0;
		order: 2;
	}

	.flex_topmessage .bg_topmessage dl.name {
		margin-bottom: 20px;
		display: flex;
		align-items: flex-start;
	}

	.flex_topmessage .bg_topmessage dl.name dt {
		padding-top: 7px;
		margin-bottom: 0;
	}

	.flex_topmessage .bg_topmessage dl.name dd span.en {
		padding-top: 5px;
	}

	.col_topmessage .flex_topmessage .btn_top1 {
		width: 198px;
		height: 50px;
		margin: 0 auto;
	}

	.col_topservice {
		padding: 60px 0 60px;
	}

	.mds_topservice {
		margin-bottom: 40px;
	}

	.mds_topservice .ja {
		margin-bottom: 8px;
	}

	.wrap_topservice {
		display: block;
	}

	.inner_topservice {
		padding-bottom: 20px;
	}

	.inner_topservice::before {
		height: calc(100% - 80px);
		right: auto;
		left: 0;
	}

	.mds_topservice .ja br {
		display: none;
	}

	.left_topservice {
		width: 100%;
		padding: 0;
	}

	.left_topservice p {
		margin: 0 0 20px;
		padding: 0 0 0 4%;
	}

	.left_topservice p br {
		display: none;
	}

	.link_topservice {
		margin-right: 5%;
		display: none;
	}

	.slide_topservice.swiper-container {
		width: 100%;
		padding-bottom: 30px;
		padding-left: 4%;
	}

	.img_topservice {
		height: 27vw;
	}

	.slide_topservice dl dt .ja {
		margin-right: 1em;
	}

	.link_topservice.pc_none {
		display: block;
	}

	.box_topvoice {
		width: 210px;
	}

	.box_topvoice::after {
		border-width: 0 0 25px 24px;
	}

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.mds_top1 .en {
		margin-bottom: 8px;
	}

	.col_topmessage {
		padding: 70px 0 70px;
	}

	.col_topmessage .mds_top1 {
		margin-bottom: 35px;
	}

	.flex_topmessage .wrap_topmessage {
		display: flex;
	}

	.wrap_topmessage {
		margin-bottom: 90px;
		padding: 0;
		display: block;
	}

	.img_topmessage {
		width: 95%;
	}

	.img_topmessage img {
		top: 0;
	}

	.bg_topmessage {
		width: 100%;
		padding: 30px 5% 100px 10%;
	}

	.bg_topmessage::before {
		width: 95%;
		height: calc(100% + 68vw);
		top: -68vw;
		left: auto;
		right: 0;
	}

	.bg_topmessage dl.catch dt {
		font-size: 35px;
		line-height: 1.55;
	}

	.inner_topservice {
		padding-bottom: 30px;
	}

	.img_topservice {
		height: 36vw;
	}

	.mds_topservice_other {
		margin-bottom: 30px;
		font-size: 30px;
	}

	.wrap_topservice_other {
		max-width: 620px;
		display: block;
	}

	.cont_topservice_other {
		width: 100%;
		margin: 0;
	}

	.cont_topservice_other.rent {
		margin-bottom: 40px;
	}

	.cont_topservice_other h4 {
		width: 100%;
		margin-bottom: 16px;
		padding-left: 0;
	}

	.cont_topservice_other .bg {
		width: 100%;
		padding: 35px 4% 35px;
		position: relative;
		z-index: 0;
	}

	.cont_topservice_other .bg::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: -99%;
		z-index: -2;
	}

	.cont_topservice_other.rent .bg::before {
		background-color: #ddedd4;
	}

	.cont_topservice_other.iellplus .bg::before {
		background-color: #f5dfd9;
	}

	.cont_topservice_other .img {
		width: 400px;
		margin: 0 auto 20px;
		position: static;
	}

	.cont_topservice_other .txt {
		margin-bottom: 15px;
		text-align: center;
	}

	.lead_topeffort {
		font-size: 47px;
	}

	.col_topvoice {
		padding: 60px 0 60px;
	}

	.col_topvoice .mds_top1 {
		margin-bottom: 25px;
	}

	.slide_topvoice.swiper-container {
		margin-bottom: 45px;
	}

	.img_topvoice {
		height: 45vw;
	}

	.box_topvoice {
		width: 86%;
		padding: 15px 18px 15px;
	}

	.box_topvoice .joined {
		margin-bottom: 12px;
	}

	.box_topvoice .dept {
		margin-bottom: 12px;
	}

	.col_topnews {
		padding: 65px 0 65px;
	}

	.cont_topnews_l {
		width: 150px;
	}

	.cont_topnews_r {
		width: calc(100% - 150px);
	}

	.cont_topnews_r dl {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.cont_topnews_r dl dd.txt {
		width: 100%;
		margin-top: 8px;
		padding-left: 0;
	}

}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.col_topmessage .btn_top1:hover {
		color: #fff;
		background-color: #003893;
	}

	.col_topbusiness .btn_top1:hover {
		color: #003893;
		background-color: #fff;
	}

	.link_topservice a:hover {
		text-decoration: underline;
	}

	.slide_topservice .swiper-slide:hover {
		background-color: #f2f7ff;
	}

	.slide_topservice .swiper-slide:hover .img_topservice img {
		transform: translate(-50%, -50%) scale(1.08);
	}

	.slide_topservice .swiper-slide:hover dl dt:after {
		right: 6px;
	}

	.cont_topservice_other .link a:hover {
		text-decoration: underline;
	}

	.col_topeffort .btn_top1:hover {
		color: #003893;
		background-color: #fff;
	}

	.slide_topvoice .swiper-slide:hover .img_topvoice img {
		transform: translate(-50%, -50%) scale(1.08);
	}

	.col_topvoice .btn_top1:hover {
		color: #fff;
		background-color: #003893;
	}

	.link_topnews:hover {
		text-decoration: underline;
	}

	.link_topnews:hover::after {
		right: -5px;
	}

	.cont_topnews_r dl dd.txt a:hover {
		text-decoration: underline;
	}


}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

	.col_topmain {
		height: 140vw;
		max-height: 100%;
		background-image: url(../img/top/sp/img_main.jpg);
		background-size: 100% auto;
		position: relative;
		z-index: 0;
	}

	.col_topmain::after {
		content: "";
		width: 100%;
		height: 100%;
		border: solid 3.4vw #ffd100;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		box-sizing: border-box;
	}

	.mds_top1 .ja {
		font-size: 15px;
	}

	.col_topmessage {
		padding: 55px 0 55px;
	}

	.col_topmessage .mds_top1 .en {
		max-width: 300px;
	}

	.wrap_topmessage {
		margin-bottom: 8vw;
	}

	.bg_topmessage {
		padding: 30px 5% 18vw 12%;
	}

	.bg_topmessage dl.catch {
		margin-bottom: 25px;
	}

	.bg_topmessage dl.catch dt {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.bg_topmessage dl.name {
		margin-bottom: 25px;
	}

	.bg_topmessage dl.name dt {
		padding-bottom: 1em;
	}

	.bg_topmessage dl.name dd {
		display: block;
	}

	.bg_topmessage dl.name dd .en {
		margin-top: 3px;
		display: block;
	}

	.col_topmessage .btn_top1 {
		margin: 0 auto;
	}

	.wrap_topmessage .bg_topmessage::before {
		height: calc(100% + 55vw);
		top: -55vw;
	}

	.flex_topmessage {
		display: block;
	}

	.flex_topmessage .wrap_topmessage {
		width: 100%;
		margin-bottom: 8vw;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 18vw;
	}

	.flex_topmessage .wrap_topmessage:last-of-type {
		margin-bottom: 0;
	}

	.flex_topmessage .wrap_topmessage::before {
		height: calc(100% - 7vw);
		top: 7vw;
	}

	.flex_topmessage dl.catch dt {
		font-size: 28px;
	}

	.flex_topmessage .img_topmessage {
		margin-bottom: 0;
	}

	.flex_topmessage .img_topmessage img {
		top: 0;
	}

	.deco_topmessage.imamura {
		width: 98%;
		right: auto;
		left: 5%;
	}

	.deco_topmessage.kuroda {
		width: 80%;
		right: auto;
		left: 7%;
	}

	.deco_topmessage.taniguchi {
		width: 104%;
		right: auto;
		left: -3%;
	}

	.col_topbusiness {
		padding: 70px 0 70px;
		background-image: url(../img/top/sp/bg_business.jpg);
	}

	.inner_topbusiness {
		width: 90%;
	}

	.col_topbusiness .mds_top1 .en {
		max-width: 230px;
	}

	.txt_topbusiness {
		margin-bottom: 30px;
		line-height: 2;
	}

	.col_topservice {
		padding: 45px 0 45px;
	}

	.inner_topservice {
		width: 90%;
	}

	.mds_topservice .ja {
		font-size: 28px;
	}

	.img_topservice {
		height: 72vw;
	}

	.inner_topservice_other {
		width: 90%;
		padding: 50px 0 0;
	}

	.mds_topservice_other {
		margin-bottom: 25px;
	}

	.cont_topservice_other h4 .ja {
		font-size: 26px;
	}

	.cont_topservice_other .img {
		width: 100%;
		max-width: 100%;
	}

	.cont_topservice_other .txt {
		text-align: left;
	}

	.col_topeffort {
		padding: 80px 0 80px;
		background-image: url(../img/top/sp/bg_sustainability.jpg)
	}

	.inner_topeffort {
		width: 90%;
	}

	.col_topeffort .mds_top1 .en {
		max-width: 330px;
	}

	.lead_topeffort {
		margin-bottom: 40px;
		font-size: 7vw;
	}

	.img_topvoice {
		height: 90vw;
	}

	.slide_topvoice.swiper-container {
		padding-left: 35px;
		padding-right: 35px;
	}

	.col_topnews {
		padding: 60px 0 60px;
	}

	.inner_topnews {
		width: 90%;
		display: block;
	}

	.mds_topnews {
		text-align: center;
	}

	.mds_topnews .en {
		margin: 0 auto 10px;
	}

	.mds_topnews .ja {
		font-size: 15px;
	}

	.cont_topnews_l {
		width: 100%;
	}

	.link_topnews.sp_none {
		display: none;
	}

	.cont_topnews_r {
		width: 100%;
		margin-bottom: 20px;
	}

	.cont_topnews_r dl {
		margin-bottom: 20px;
		display: block;
	}

	.cont_topnews_r dl dt {
		margin-bottom: 5px;
		padding: 0;
		font-size: 14px;
	}

	.cont_topnews_r dl dd.txt {
		margin-top: 5px;
	}

	.txt_nonews {
		padding: 40px 0;
	}



}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.col_topmessage {
		padding: 15vw 0 15vw;
	}

	.col_topmessage .mds_top1 {
		margin-bottom: 25px;
	}

	.col_topmessage .mds_top1 .en {
		max-width: 70%;
	}

	.bg_topmessage dl.catch dt,
	.flex_topmessage dl.catch dt {
		font-size: 6.5vw;
	}

	.col_topbusiness {
		padding: 16vw 0 13vw;
	}

	.col_topbusiness .mds_top1 .en {
		max-width: 64%;
	}

	.mds_topservice_other {
		font-size: 24px;
	}

	.col_topeffort {
		padding: 16vw 0 14vw;
	}

	.col_topeffort .mds_top1 .en {
		width: 86%;
	}

	.lead_topeffort {
		margin-bottom: 5vw;
	}

	.col_topvoice .mds_top1 .en {
		max-width: 56%;
	}

	.mds_topnews {
		margin-bottom: 20px;
	}




}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
