@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');

/*
@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: local('NotoSansJP-Regular.otf'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
*/
#home {
	width: 1160px;
	margin: 0 auto 17px;
	font-family: 'GUJPCorporateLight', 'Avenir Next', Roboto, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}

#home .mainArea {}

#home .mainContents {
	width: 1160px;
	margin: 0 auto 41px;
	padding: 17px 0 0;
}
#home .mainContents > * {
	text-align: center;
}
#home .mainContents .pgTtl {
	font-size: 36px;
	font-weight: 700;
	margin: 0 auto 12px;
}

#home #mainContent {}

#home #mainContent .news {
	margin: 0 auto 79px;
}
#home #mainContent .news table {
	width: 100%;
}
#home #mainContent .news table th {
	width: 98px;
	border-right: solid 1px #cacaca;
	font-size: 18px;
	font-weight: 700;
}
#home #mainContent .news table td {}
#home #mainContent .news table td ul {
	padding: 5px 40px;
}
#home #mainContent .news table td ul li {
	font-size: 12px;
	padding: 10px 0;
}
#home #mainContent .news table td ul li a {
	color: initial;
	display: table;
	width: 100%;
}
#home #mainContent .news table td ul li span {
	width: 77px;
	vertical-align: top;
	display: table-cell;
}
#home #mainContent .news table td ul li p {
	display: inline-block;
	vertical-align: top;
	display: table-cell;
}

#home #mainContent .menu {
	margin-bottom: 20px;
}
#home #mainContent .btn {
	display: inline-block;
	margin-bottom: 40px;
}
#home #mainContent .btn:nth-child(even) {
	float: right;
}
#home #mainContent .btn a {
	font-size: 22px;
	font-weight: 700;
	color: #1b1b1b;
	border: solid 1px #cacaca;
	width: 560px;
	display: block;
	position: relative;
	padding: 38px 60px;
}
#home #mainContent .btn a:after {
	content: '';
	background: url(/jp/ja/special-feature/corp/images/181105_icon_arrow.gif) no-repeat left center;
	background-size: 11px;
	width: 11px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 59px;
	margin: auto;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}


@media screen and (max-width: 767px) {
#home {
	width: auto;
	margin: 0 auto;
}

#home .mainArea {}

#home .mainContents {
	width: auto;
	margin: 0 auto;
	padding: 1.3% 0 4.5%;
}
#home .mainContents > * {
	text-align: center;
}
#home .mainContents .pgTtl {
	font-size: 24px;
	font-size: 6.4vw;
	letter-spacing:0.15em;
	width: auto;
	margin: 0 auto 3%;
}

#home #mainContent {}

#home #mainContent .news {
	margin: 0 auto 12%;
}
#home #mainContent .news table {}
#home #mainContent .news table th {
	width: 100%;
	border: none;
	font-size: 16px;
	font-size: 4.3vw;
	display: block;
	padding: 0 4%;
}
#home #mainContent .news table td {
	display: block;
}
#home #mainContent .news table td ul {
	padding: 1.5% 4% 0;
}
#home #mainContent .news table td ul li {
	font-size: 11px;
	font-size: 2.94vw;
	padding: 4% 0 0;
	line-height: 1.4;
}
#home #mainContent .news table td ul li span {
	width: 19.1vw;
}

#home #mainContent .menu {
	margin: 0 4% 16%;
}
#home #mainContent .btn {
	display: block;
	margin-bottom: 4.3%;
}
#home #mainContent .btn:nth-child(even) {
	float: none;
}
#home #mainContent .btn a {
	font-size: 14px;
	font-size: 3.74vw;
	width: auto;
	padding: 7% 8.5%;
}
#home #mainContent .btn a:after {
	background-size: contain;
	width: 1.75%;
	height: 18%;
	right: 8.5%;
}

.sns {
	display: none;
}

}