@charset "UTF-8";
/* ==========================================================================
   トップページ
   ========================================================================== */

.toppage--solution,
.toppage--business,
.toppage--news {
	padding: 40px 0;
}
@media (max-width: 40em) {
	.toppage--mark img {
		width: auto;
		height: 18vw;
	}
}
@media screen and (min-width: 40.0625em) {
	.toppage--solution,
	.toppage--business,
	.toppage--news {
		padding: 60px 0;
	}
}
.toppage--mark {
	text-align: center;
}

/* 見出し */
.toppage__heading {
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
}
.toppage__heading:before {
	display: block;
	content: attr(data-en);
	line-height: 1;
	margin-bottom: 10px;
	color: #0068c7;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	text-align: center;
}
@media screen and (max-width: 35em) {
	.toppage__heading {
		font-size: 5vw;
	}
	.toppage__heading:before {
		font-size: 9vw;
	}
}
@media screen and (min-width: 64.0625em) {
	.toppage__heading {
		margin-bottom: 50px;
		font-size: 30px;
		font-size: 3rem;
	}
	.toppage__heading:before {
		font-size: 48px;
		font-size: 4.8rem;
	}
}

/* ----------------------------------
   MV
   ---------------------------------- */
.mv .item {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 350px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.mv .item a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mv .item img {
	max-width: 470px;
}

.mv-link {
	display: inline-block;
	width: 80%;
	max-width: 200px;
	margin-top: 16px;
	padding: 0.25em 1.5em;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none !important;
}
.no-touchevents .mv-link {
	background: #0068c7;
	background: rgba(0, 104, 199, 0.85);
	border: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.no-touchevents .mv-link:hover {
	background: #0068c7;
}
.mv .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, (min-width: 48.0625em) {
	.mv .item {
		height: 400px;
	}
	.mv .item img {
		max-width: 540px;
	}
}
@media print, (min-width: 64.0625em) {
	.mv .item {
		height: 600px;
	}
	.mv .item img {
		max-width: 800px;
	}
	.mv-link {
		max-width: 240px;
		margin-top: 20px;
		padding: 0.5em 1.5em;
	}
}

/* ----------------------------------
   サンメッセのソリューション
   ---------------------------------- */
.toppage--solution {
	background: url(../img/index_bg1-sp.jpg) no-repeat center center;
	background-size: cover;
}
.list--solution {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.list--solution > li {
	margin-bottom: 30px;
}

.solution__title {
	color: #4d4d4d;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.list--solution a {
	display: block;
	text-decoration: none !important;
}
.list--solution a:hover .more {
	text-decoration: underline !important;
}

@media screen and (min-width: 40.0625em) {
	.solution__title {
		font-size: 25px;
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 40.0625em) and (max-width: 48em) {
	.list--solution > li {
		display: inline-block;
		width: 49%;
	}
}
@media print, (min-width: 48.0625em) {
	.toppage--solution {
		background-image: url(../img/index_bg1.jpg);
	}
	.list--solution {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-bottom: 60px;
	}
	.list--solution > li {
		display: table-cell;
		vertical-align: top;
	}
}

/* アイコン */
.solution__title {
	border: none;
}
.solution__title:before {
	display: block;
	content: "";
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background-repat: no-repeat;
	border: 2px solid;
	border-color: inherit;
	page-break-inside: avoid;
}
.no-svg .solution__title:before {
	background-image: url(../img/index_icon.png);
}
.svg .solution__title:before {
	background-image: url(../img/index_icon.svg);
	background-size: 720px 120px;
}
.solution1 .solution__title {
	border-color: #df0615;
}
.solution2 .solution__title {
	border-color: #f18d00;
}
.solution3 .solution__title {
	border-color: #009143;
}
.solution4 .solution__title {
	border-color: #a5047b;
}
.solution1 .solution__title:before {
	background-position: 0px 0px;
}
.solution2 .solution__title:before {
	background-position: -120px 0px;
}
.solution3 .solution__title:before {
	background-position: -240px 0px;
}
.solution4 .solution__title:before {
	background-position: -360px 0px;
}

.no-touchevents.csstransitions .solution__title:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	border-radius: 50%;
	border: 2px solid;
	border-color: inherit;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.no-touchevents.csstransitions .list--solution a:hover .solution__title:after {
	opacity: 0;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

/* ----------------------------------
   4つの新事業
   ---------------------------------- */
.toppage--business {
	background: #f2f2f2;
}
.business-lineup.row {
	max-width: 90%;
	margin: 0 auto;
}
.business-item {
	margin-bottom: 10px;
	background: #075fb1;
	color: #fff;
}
.business-item:nth-child(even) {
	background: #0068c7;
}

.business-item .item__inner {
	line-height: 1.4;
	padding: 8px 16px;
	font-size: 12px;
	font-size: 1.2rem;
}
.business-item a {
	color: #fff;
	text-decoration: none !important;
}
.business-title {
	margin-bottom: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
	.business-item {
		margin-bottom: 0;
	}
	.business-item:nth-child(4) {
		background: #075fb1 !important;
	}
	.business-item:nth-child(3) {
		background: #0068c7 !important;
	}
}
@media screen and (min-width: 40.0625em) {
	.business-item .item__inner {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.business-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 64.0625em) {
	.business-item .item__inner {
		padding: 30px 20px;
	}
}

/* マウスオーバー設定 */
.business-item .item__image {
	overflow: hidden;
	position: relative;
}
.business-item img {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.no-touchevents .business-item .item__image:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.business-item:hover {
	cursor: pointer;
}
.no-touchevents .business-item:hover .item__image:after {
	background: rgba(0, 0, 0, 0.3);
}
.no-touchevents.csstransitions .business-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* ----------------------------------
   お知らせ
   ---------------------------------- */
.news__topics {
	margin-top: 60px;
}
.news__heading {
	line-height: 1;
	padding: 8px 1em;
	border: 4px solid #e6e6e6;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.list--index-news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list--index-news > li {
	padding: 0.5em 0;
}
.list--index-news a {
	text-decoration: none !important;
}
.list--index-news a:before {
	display: none;
}
.list--index-news a,
.list--index-news .news-title {
	display: block;
}
a.list--index-news .news-title {
	color: #0068c7;
	text-decoration: underline;
}
.list--index-news a:hover .news-title {
	text-decoration: none;
}

@media screen and (max-width: 35em) {
	.news__heading {
		font-size: 4.5vw;
	}
}
@media (min-width: 40.0625em) {
	.news__heading {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.list--index-news > li {
		padding: 1em 0;
	}
	.list--index-news .news-tag {
		margin: 0 2em;
	}
	.list--index-news .news-title {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media (min-width: 48.0625em) {
	.news__release,
	.news__topics {
		padding: 0 15px;
	}
	.toppage--news:after {
		display: table;
		content: "";
		clear: both;
	}
	.news__release {
		float: left;
		width: 49.166%;
	}
	.news__topics {
		float: right;
		width: 49.166%;
		margin-top: 0;
	}
}

/* ----------------------------------
   他コンテンツ
   ---------------------------------- */
.link-items-row {
	clear: both;
	page-break-inside: avoid;
}
.toppage--link .link__item {
	display: block;
	width: 50%;
	height: 120px;
}
.link__item1,
.link__item3 {
	float: left;
}
.link__item2,
.link__item4 {
	float: right;
}
.toppage--link a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	text-decoration: none !important;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.toppage--link a:before {
	display: inline-block;
	content: "";
	height: 120px;
	vertical-align: middle;
}
.toppage--link a > span {
	display: inline-block;
	vertical-align: middle;
}
.toppage--link a:hover {
	opacity: 0.75;
}
.link__item1 a {
	background-image: url(../img/thumb_company.jpg);
}
.link__item2 a {
	background-image: url(../img/thumb_ir.jpg);
}
.link__item3 a {
	background-image: url(../img/thumb_csr.jpg);
	background-position: 70% center;
}
.link__item4 a {
	background-image: url(../img/thumb_recruit.jpg);
	background-position: 80% center;
}

@media print, (max-width: 64em) {
	.toppage--link .wrapper {
		padding: 0;
	}
}
@media screen and (min-width: 64.0625em) {
	.toppage--link {
		padding: 80px 0;
	}
	.toppage--link .link__item {
		width: 49.583%;
	}
	.toppage--link a {
		font-size: 30px;
		font-size: 3rem;
	}
	.link-items-row {
		margin: 10px 0;
	}
}

/* ----------------------------------
   関連会社
   ---------------------------------- */
.toppage--group {
	padding: 20px 0;
	background: #e6e6e6;
}
.group__item {
	max-width: 400px;
	margin: 10px auto;
}
.group__item a {
	display: block;
	position: relative;
	transition: opacity 0.2s;
}
.group__item a:hover {
	opacity: 0.7;
}
.group__item a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.group__item:nth-child(1) a:before {
	background-image: url(../img/index_btn1_img.jpg);
}
.group__item:nth-child(2) a:before {
	background-image: url(../img/index_btn2_img.jpg);
}
.group__item:nth-child(3) a:before {
	background-image: url(../img/index_btn3_img.png);
}
.group__item img {
	width: 60%;
}
@media (min-width: 40.0625em) {
	.toppage--group {
		padding: 50px 0;
	}
	.toppage--group .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 1120px;
		padding: 0 40px;
	}
	.group__item {
		-webkit-box-flex: 1 0 30%;
		-ms-flex: 1 0 30%;
		-webkit-flex: 1 0 30%;
		flex: 1 0 30%;
		max-width: 30%;
		margin: 0;
	}
	.group__item a {
		max-width: 300px;
		margin: 0 auto;
	}
	.group__item a:before {
		position: static;
		width: 100%;
		height: 0;
		padding-top: 50%;
	}
	.group__item img {
		width: 100%;
	}
}

/* ----------------------------------
   バナー
   ---------------------------------- */
.banner-l,
.banner-s,
.banner-product {
	overflow: hidden;
	background: #f2f2f2;
	text-align: center;
}
.banner-l {
	padding: 40px 0;
}
.banner-l .wrapper {
	padding: 0;
}
.banner-s {
	padding: 25px 0;
}
.banner-product {
	padding: 40px 0 120px 0;
}
.banner-product .wrapper {
	padding: 0;
}

@media (min-width: 40.0625em) {
	.banner-l {
		margin: 0;
	}
	.banner-l .wrapper {
		padding: 0 20px;
	}
	.banner-product {
		margin: 0;
	}
	.banner-product .wrapper {
		padding: 0 20px;
	}
}
@media (min-width: 64.0625em) {
	.banner-l {
		padding: 80px 0;
	}
	.banner-s {
		padding: 50px 0;
	}
	.banner-s .item {
		width: 255px;
		padding: 0 10px;
	}
	.banner-product {
		padding: 70px 0 190px 0;
	}
}

/* owl carousel Event */
.banner-prev,
.banner-next {
	display: none;
}

@media (min-width: 64.0625em) {
	.banner-prev,
	.banner-next {
		display: inline-block;
		position: absolute;
		top: 50%;
		overflow: hidden;
		width: 36px;
		height: 52px;
		margin-top: -26px;
		background: none;
		border: none;
		cursor: pointer;
		outline: none;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.banner-prev {
		left: -30px;
	}
	.banner-next {
		right: -30px;
	}

	.csstransforms .banner-prev:before,
	.csstransforms .banner-next:before {
		display: inline-block;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 36px;
		height: 36px;
		cursor: pointer;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.csstransforms .banner-next:before {
		margin: -18px 0 0 -9px;
		border-top: 2px solid #4d4d4d;
		border-right: 2px solid #4d4d4d;
	}
	.csstransforms .banner-prev:before {
		margin: -18px 0 0 9px;
		border-bottom: 2px solid #4d4d4d;
		border-left: 2px solid #4d4d4d;
	}
	.csstransforms .banner-prev:hover {
		-webkit-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	.csstransforms .banner-next:hover {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		transform: translateX(5px);
	}
	.no-csstransforms .banner-prev,
	.no-csstransforms .banner-next {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA0CAQAAAB8ppOUAAAAzklEQVR4AcXZsQ2DUBADUEZikduBkTICI7IB+UVEn4clc5UL9BoE980m13xmn+03+0rb/wO3zDn3XE+6VjoFBnbN8eRjbqFfsk4z+5YOsEYTm6CBzdDAZmhgMzSwGRrYDA1shgY2QwOboTMs0BkW6AwLdIYFOsMCnWGBzrBAZ1igMyzQGRboDAt0FXZa2f7D5TSy/ReI08b2PxJOG9tfBJw2tr/sOW1sf6F32tj+oc1pY/sHc6eN7ZcvThvbL9icNrZfoioNbL8oh0n8GvgCjtTPVwBB0wUAAAAASUVORK5CYII=)
			no-repeat;
	}
	.no-csstransforms .banner-prev {
		background-position: left top;
	}
	.no-csstransforms .banner-next {
		background-position: right top;
	}
}

.br-product-but {
	display: inline-block;
	position: absolute;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.banner-product.item {
	background: #fff;
}
.banner-product a {
	color: #333;
}
.banner-product a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}
.br-product__thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66.6666%;
}
.br-product__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.br-product__heading {
	margin-bottom: 18px !important;
}
.br-product-item {
	background: #fff;
	padding: 25px 20px 18px 20px;
	text-align: left;
}
.br-product-item p {
	font-weight: bold;
}
.br-product__update {
	font-weight: bold;
	color: #7c8589;
	font-size: 1.6rem;
}
.br-product-list {
	position: relative;
}
.br-product-list a {
	position: absolute;
	display: inline-block;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 18px;
	color: #333;
}
.br-product-list a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 175px;
	height: 25px;
	background: url("../../img/br-product-list.svg") no-repeat 0 0 / cover;
	vertical-align: middle;
}
.br-product-next,
.br-product-prev {
	display: inline-block;
	position: absolute;
	bottom: -80px;
	overflow: hidden;
	width: 36px;
	height: 52px;
	margin-top: -26px;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.br-product-prev {
	left: 0;
}
.br-product-next {
	right: 0;
}

.csstransforms .br-product-prev:before,
.csstransforms .br-product-next:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 36px;
	height: 36px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.csstransforms .br-product-next:before {
	margin: -18px 0 0 -9px;
	border-top: 2px solid #4d4d4d;
	border-right: 2px solid #4d4d4d;
}
.csstransforms .br-product-prev:before {
	margin: -18px 0 0 9px;
	border-bottom: 2px solid #4d4d4d;
	border-left: 2px solid #4d4d4d;
}
.csstransforms .br-product-prev:hover {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}
.csstransforms .br-product-next:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.no-csstransforms .br-product-prev,
.no-csstransforms .br-product-next {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA0CAQAAAB8ppOUAAAAzklEQVR4AcXZsQ2DUBADUEZikduBkTICI7IB+UVEn4clc5UL9BoE980m13xmn+03+0rb/wO3zDn3XE+6VjoFBnbN8eRjbqFfsk4z+5YOsEYTm6CBzdDAZmhgMzSwGRrYDA1shgY2QwOboTMs0BkW6AwLdIYFOsMCnWGBzrBAZ1igMyzQGRboDAt0FXZa2f7D5TSy/ReI08b2PxJOG9tfBJw2tr/sOW1sf6F32tj+oc1pY/sHc6eN7ZcvThvbL9icNrZfoioNbL8oh0n8GvgCjtTPVwBB0wUAAAAASUVORK5CYII=)
		no-repeat;
}
.no-csstransforms .br-product-prev {
	background-position: left top;
}
.no-csstransforms .br-product-next {
	background-position: right top;
}

@media (min-width: 40.0625em) {
	.br-product__heading {
		margin-bottom: 25px !important;
	}
	.br-product-but {
		max-width: 420px;
		width: 100%;
	}
	.br-product-list a {
		bottom: -80px;
	}
	.br-product-next,
	.br-product-prev {
		bottom: -100px;
	}
}

/* トップページ用お問い合わせボックス
   ---------------------------------- */
.contactus__heading {
	margin-bottom: 0;
}
.contactus-inner {
	position: relative;
	z-index: 1;
}
.contactus__contact,
.contactus__branch {
	padding-top: 60px;
}
.contactus-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 62px;
	border-radius: 50%;
	color: #e0e0e0;
	font-size: 120px;
}
.contactus-icon i {
	color: inherit;
}
@media print, (min-width: 40.0625em) {
	.contactus__contact,
	.contactus__branch {
		padding-top: 0;
	}
	.contactus-icon {
		position: static;
		width: 120px;
		height: 120px;
		line-height: 126px;
		margin: 10px auto;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #ff931e;
		color: #ff931e;
		font-size: 60px;
	}
}

/* ----------------------------------
   印刷専用設定
   ---------------------------------- */
@media print {
	#movie .mbYTP_wrapper,
	#movie iframe,
	#movie .YTPOverlay,
	.banner-l,
	.banner-s {
		display: none;
	}
	#js-content {
		margin-top: 0 !important;
	}
	.business-lineup.row {
		max-width: 100%;
	}
}
