@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	height: 100%;
	font-size: 62.5%
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	min-height: 100vh;
	font-family: YakuHanJP, 'Noto Sans JP', san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	color: #333;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	word-wrap: break-word;
	-ms-overflow-style: none;
	scrollbar-width: none
}

body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	transition: all 1s
}

body.is-hover:before {
	opacity: 1;
	visibility: visible
}

body.is-show {
	overflow: hidden
}

body.is-show:before {
	opacity: 1;
	visibility: visible
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	text-decoration: none
}

img {
	width: 100%
}

@media all and (-ms-high-contrast: none) {

	*::-ms-backdrop,
	.ie-mincho {
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important
	}
}

.l-header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px
}

.l-header .navigation {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 1280px;
	height: 70px;
	margin: 0 auto
}

.l-header .navigation__wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: white
}

.l-header .navigation__logo {
	position: absolute;
	top: 14px;
	left: 25px;
	width: 87px
}

.l-header .navigation .menuButton {
	display: none
}

.l-header .navigation__menu {
	width: 100%;
}

.l-header .navigation__inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right
}

.l-header .navigation__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.l-header .navigation__list:not(:last-of-type) {
	margin-right: 50px
}

.l-header .navigation__link {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: auto;
	padding-bottom: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: 600
}

.l-header .navigation__link:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 14px;
	width: 0;
	height: 2px;
	background-color: #f99c1c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header .navigation__link:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 14px;
	width: 0;
	height: 2px;
	background-color: #f99c1c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header .navigation__link:hover:before {
	width: 50%
}

.l-header .navigation__link:hover:after {
	width: 50%
}

.l-header .navigation__title {
	display: none
}

.l-header .navigation__subMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 70px;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-header .navigation__subMenu.is-hover {
	height: 341px;
	opacity: 1;
	visibility: visible
}

.l-header .navigation__subMenu ._inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	border-top: 1px solid #ededed
}

.l-header .navigation__subMenu ._home {
	width: 270px;
	height: 100%
}

.l-header .navigation__subMenu ._home ._title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	letter-spacing: .1em
}

.l-header .navigation__subMenu ._home ._title:before {
	content: "";
	display: block;
	width: 10px;
	height: 17px;
	margin-right: 18px;
	background-image: url("/images/header/arrow-right-gray.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.l-header .navigation__subMenu ._home ._title ._en {
	display: none
}

.l-header .navigation__subMenu ._wrap {
	width: 1010px
}

.l-header .navigation__subMenu ._link ._text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333
}

.l-header .navigation__subMenu ._link ._text:before {
	content: "";
	display: block;
	width: 7px;
	height: 13px;
	margin-right: 9px;
	background-image: url("/images/header/arrow-right-gray.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.l-header .navigation__subMenu ._link ._imgWrap {
	overflow: hidden;
	width: 100%;
	height: 92px
}

.l-header .navigation__subMenu ._link ._img {
	-webkit-transition: all .6s;
	transition: all .6s
}

.l-header .navigation__subMenu ._link:hover ._img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.l-header .navigation .company__home ._title {
	background-image: url("/images/header/submenu-company-home-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.l-header .navigation .company__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px
}

.l-header .navigation .company__list {
	width: 200px
}

.l-header .navigation .company__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.l-header .navigation .company__link ._text {
	letter-spacing: .1em
}

.l-header .navigation .services__home ._title {
	background-image: url("/images/header/submenu-services-home-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.l-header .navigation .services__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 200px 200px 200px 200px;
	grid-template-columns: 200px 200px 200px 200px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	height: 100%;
	padding-top: 45px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px
}

.l-header .navigation .services__list {
	height: 100%
}

.l-header .navigation .services__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ededed
}

.l-header .navigation .recruit__home ._title {
	background-image: url("/images/header/submenu-recruit-home-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.l-header .navigation .recruit__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px
}

.l-header .navigation .recruit__list {
	width: 275px;
	height: 100%
}

.l-header .navigation .recruit__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.l-header .navigation .recruit__link ._text {
	letter-spacing: .1em
}

.l-header .navigation .ir__home ._title {
	background-image: url("/images/header/submenu-ir-home-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.l-header .navigation .ir__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 200px 200px 200px 200px;
	grid-template-columns: 200px 200px 200px 200px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	height: 100%;
	padding-top: 45px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px
}

.l-header .navigation .ir__list {
	height: 100%
}

.l-header .navigation .ir__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ededed
}

.l-header .navigation .ir__sns {
	display: none
}

.l-header .navigation__sns {
	display: none
}

@media screen and (max-width: 1281px) {
	.l-header {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	}

	.l-header .navigation {
		display: block;
		max-width: 100%;
		margin: 0
	}

	.l-header .navigation__wrap {
		background-color: transparent;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.l-header .navigation__wrap.is-scrolling {
		background-color: white
	}

	.l-header .navigation .menuButton {
		cursor: pointer;
		position: absolute;
		top: 24px;
		right: 25px;
		display: block;
		width: 20px;
		height: 21px
	}

	.l-header .navigation .menuButton ._inner {
		position: relative;
		width: 100%;
		height: 100%
	}

	.l-header .navigation .menuButton ._inner>span {
		width: 100%;
		height: 1px;
		background-color: black
	}

	.l-header .navigation .menuButton ._inner>span:nth-of-type(1) {
		opacity: 1;
		visibility: visible;
		position: absolute;
		top: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.l-header .navigation .menuButton ._inner>span:nth-of-type(2) {
		position: absolute;
		top: 10px;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.l-header .navigation .menuButton ._inner>span:nth-of-type(2):after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: black;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.l-header .navigation .menuButton ._inner>span:nth-of-type(3) {
		opacity: 1;
		visibility: visible;
		position: absolute;
		bottom: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.l-header .navigation .menuButton.is-show ._inner>span:nth-of-type(1) {
		opacity: 0;
		visibility: hidden
	}

	.l-header .navigation .menuButton.is-show ._inner>span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.l-header .navigation .menuButton.is-show ._inner>span:nth-of-type(2):after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.l-header .navigation .menuButton.is-show ._inner>span:nth-of-type(3) {
		opacity: 0;
		visibility: hidden
	}

	.l-header .navigation__menu {
		overflow-y: hidden;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transform: translateX(375px);
		transform: translateX(375px);
		-webkit-transition: all .3s;
		transition: all .3s;
		display: block;
		width: 375px;
		padding-top: 70px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
		height: 550px;
		background-color: white;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

	.l-header .navigation__menu.is-show {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.l-header .navigation__inner {
		overflow-y: scroll;
		display: block;
		height: 100%;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.l-header .navigation__inner::-webkit-scrollbar {
		display: none
	}

	.l-header .navigation__list {
		display: block
	}

	.l-header .navigation__list:not(:last-of-type) {
		margin-right: 0
	}

	.l-header .navigation__list:first-of-type {
		border-top: 1px solid #ededed
	}

	.l-header .navigation__link {
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 0;
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed
	}

	.l-header .navigation__link._lt {
		display: none
	}

	.l-header .navigation__link:before {
		content: none
	}

	.l-header .navigation__link:after {
		position: relative;
		left: auto;
		bottom: auto;
		width: 6px;
		height: 11px;
		background-color: transparent;
		background-image: url("/images/header/arrow-right-gray.svg");
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		-webkit-transition: unset;
		transition: unset
	}

	.l-header .navigation__link:hover:after {
		width: 6px
	}

	.l-header .navigation__title {
		cursor: pointer;
		position: relative;
		display: block;
		padding-top: 15px;
		padding-left: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
		font-size: 14px;
		font-size: 1.4rem;
		color: #333;
		font-weight: 600
	}

	.l-header .navigation__title:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s;
		transition: all .3s;
		opacity: 1;
		visibility: visible;
		width: 12px;
		height: 1px;
		background-color: black
	}

	.l-header .navigation__title:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 25px;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 1px;
		height: 13px;
		background-color: black
	}

	.l-header .navigation__title.is-opened:before {
		opacity: 0;
		visibility: hidden
	}

	.l-header .navigation__title.is-opened:after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	.l-header .navigation__subMenu {
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
		visibility: visible;
		padding-top: 0;
		width: 100%;
		height: auto;
		display: none
	}

	.l-header .navigation__subMenu ._inner {
		display: block;
		height: auto;
		border-top: none
	}

	.l-header .navigation__subMenu ._home {
		width: 100%;
		height: auto
	}

	.l-header .navigation__subMenu ._home ._title {
		width: 100%;
		height: auto;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		padding-top: 15px;
		padding-left: 35px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
		font-size: 14px;
		font-size: 1.4rem
	}

	.l-header .navigation__subMenu ._home ._title:before {
		width: 6px;
		height: 11px;
		margin-right: 13px
	}

	.l-header .navigation__subMenu ._home ._title ._en {
		display: inline
	}

	.l-header .navigation__subMenu ._wrap {
		width: 100%;
		height: auto
	}

	.l-header .navigation__subMenu ._link {
		padding-top: 15px;
		padding-left: 35px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed
	}

	.l-header .navigation__subMenu ._link ._text:before {
		width: 6px;
		height: 11px;
		margin-right: 13px
	}

	.l-header .navigation__subMenu ._link ._imgWrap {
		display: none
	}

	.l-header .navigation__subMenu ._link ._img {
		display: none;
		-webkit-transition: unset;
		transition: unset
	}

	.l-header .navigation .company__home ._title {
		background-image: none;
		background-position: 0% 0%;
		background-size: auto auto
	}

	.l-header .navigation .company__wrap {
		display: block;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}

	.l-header .navigation .company__list {
		width: 100%
	}

	.l-header .navigation .company__link {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}

	.l-header .navigation .services__home ._title {
		background-image: none;
		background-position: 0% 0%;
		background-size: auto auto
	}

	.l-header .navigation .services__wrap {
		display: block;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}

	.l-header .navigation .recruit__home ._title {
		background-image: none;
		background-position: 0% 0%;
		background-size: auto auto
	}

	.l-header .navigation .recruit__wrap {
		display: block;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}

	.l-header .navigation .recruit__list {
		width: 100%
	}

	.l-header .navigation .recruit__link {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}

	.l-header .navigation .ir__home ._title {
		background-image: none;
		background-position: 0% 0%;
		background-size: auto auto
	}

	.l-header .navigation .ir__wrap {
		display: block;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}

	.l-header .navigation .sitemap {
		margin-bottom: 25px
	}

	.l-header .navigation__sns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.l-header .navigation__sns ._link {
		width: 39px;
		height: 39px
	}
}

@media screen and (max-width: 599px) {
	.l-header .navigation {
		height: 18.93333vw
	}

	.l-header .navigation__logo {
		top: 5.33333vw;
		left: 5.33333vw;
		width: 14.53333vw
	}

	.l-header .navigation .menuButton {
		top: 6.66667vw;
		right: 5.33333vw;
		width: 5.2vw;
		height: 5.6vw
	}

	.l-header .navigation .menuButton ._inner>span {
		height: .26667vw
	}

	.l-header .navigation .menuButton ._inner>span:nth-of-type(2) {
		top: 2.66667vw
	}

	.l-header .navigation__menu {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		width: 100%;
		padding-top: 22.4vw;
		padding-left: 13.33333vw;
		padding-right: 13.33333vw;
		padding-bottom: 9.33333vw;
		height: 100vh
	}

	.l-header .navigation__menu.is-show {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.l-header .navigation__inner {
		padding-top: 3.6vw
	}

	.l-header .navigation__link {
		padding-top: 4vw;
		padding-left: 5.33333vw;
		padding-right: 5.86667vw;
		padding-bottom: 4vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.l-header .navigation__link:after {
		width: 1.6vw;
		height: 3.06667vw
	}

	.l-header .navigation__link:hover:after {
		width: 1.6vw
	}

	.l-header .navigation__title {
		padding-top: 4vw;
		padding-left: 5.33333vw;
		padding-bottom: 4vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.l-header .navigation__title:before {
		right: 5.33333vw;
		visibility: visible;
		width: 2.8vw
	}

	.l-header .navigation__title:after {
		top: 4.4vw;
		right: 6.66667vw;
		-webkit-transition: all .3s;
		transition: all .3s;
		height: 2.93333vw
	}

	.l-header .navigation__subMenu {
		width: 73.33333vw
	}

	.l-header .navigation__subMenu ._home ._title {
		padding-top: 4vw;
		padding-left: 9.33333vw;
		padding-bottom: 4vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.l-header .navigation__subMenu ._home ._title:before {
		width: 1.6vw;
		height: 3.73333vw;
		margin-right: 3.46667vw
	}

	.l-header .navigation__subMenu ._link {
		padding-top: 4vw;
		padding-left: 9.33333vw;
		padding-bottom: 4vw
	}

	.l-header .navigation__subMenu ._link ._text {
		font-size: 28px;
		font-size: 3.73333vw
	}

	.l-header .navigation__subMenu ._link ._text:before {
		width: 1.6vw;
		height: 3.73333vw;
		margin-right: 3.46667vw
	}

	.l-header .navigation .sitemap {
		margin-bottom: 6.66667vw
	}

	.l-header .navigation__sns ._link {
		width: 10.66667vw;
		height: 10.66667vw
	}
}

.cf:before,
.clearfix:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

.sp {
	display: none !important
}

@media screen and (max-width: 599px) {
	.sp {
		display: block !important
	}
}

.pc {
	display: block !important
}

@media screen and (max-width: 599px) {
	.pc {
		display: none !important
	}
}

.shadow {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05)
}

@media only screen and (max-width: 768px) {
	.sp {
		display: block !important
	}

	.pc {
		display: none !important
	}

	.is-white {
		background-color: #ffffff
	}
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none
}

@media only screen and (max-width: 599px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto
	}
}

.hero {
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden
}

.hero__fade-img {
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.hero__fade-img ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.hero__fade-img ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hero__fade-img ul li div {
	width: 100%;
	height: 100%;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

.hero__fade-img ul li:nth-child(1) div {
	background-image: url("/images/top/hero__fade-img01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-name: img-fade;
	animation-name: img-fade;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero__fade-img ul li:nth-child(2) div {
	background-image: url("/images/top/hero__fade-img02.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-name: img-fade;
	animation-name: img-fade;
	opacity: 0;
	-webkit-animation-delay: 10s;
	animation-delay: 10s
}

.hero__fade-img ul li:nth-child(3) div {
	background-image: url("/images/top/hero__fade-img03.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-name: img-fade;
	animation-name: img-fade;
	opacity: 0;
	-webkit-animation-delay: 20s;
	animation-delay: 20s
}

.hero__fade-img ul li:nth-child(4) div {
	background-image: url("/images/top/hero__fade-img04.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-name: img-fade;
	animation-name: img-fade;
	opacity: 0;
	-webkit-animation-delay: 30s;
	animation-delay: 30s
}

@media screen and (max-width: 768px) {
	.hero {
		height: 100vh;
		position: relative
	}

	.hero__fade-img {
		height: 100vh;
		margin: 0
	}

	.hero__fade-img ul li div {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-duration: 40s;
		animation-duration: 40s;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.hero__fade-img ul li:nth-child(1) div {
		background-image: url("/images/top/sp-hero__fade-img01.jpg");
		background-size: cover;
		background-position: bottom center
	}

	.hero__fade-img ul li:nth-child(2) div {
		background-image: url("/images/top/sp-hero__fade-img02.jpg");
		background-size: cover;
		background-position: bottom center
	}

	.hero__fade-img ul li:nth-child(3) div {
		background-image: url("/images/top/sp-hero__fade-img03.jpg");
		background-size: cover;
		background-position: bottom center
	}

	.hero__fade-img ul li:nth-child(4) div {
		background-image: url("/images/top/sp-hero__fade-img04.jpg");
		background-size: cover;
		background-position: bottom center
	}
}

@media screen and (max-width: 599px) {
	.hero {
		height: 82.91vh
	}

	.hero__fade-img {
		height: 82.91vh
	}
}

.hero__copy01 {
	position: absolute;
	left: 50%;
	top: 199px;
	width: 656px;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	-webkit-animation: copy-fade 40s ease-in 0s infinite;
	animation: copy-fade 40s ease-in 0s infinite;
	opacity: 0
}

.hero__copy01--mid {
	fill: transparent;
	-webkit-animation: animb 5s ease-in 2.5s forwards;
	animation: animb 5s ease-in 2.5s forwards;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.hero__copy01--bottom {
	fill: transparent;
	-webkit-animation: animb 8s ease-in 2.5s forwards;
	animation: animb 8s ease-in 2.5s forwards;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media screen and (max-width: 768px) {
	.hero__copy01 {
		top: 31.33%;
		width: 73.33%
	}
}

.hero__copy02 {
	position: absolute;
	top: 359px;
	right: 5%;
	width: 667px;
	-webkit-animation: copy-fade 40s ease-in 10s infinite;
	animation: copy-fade 40s ease-in 10s infinite;
	opacity: 0
}

@media screen and (max-width: 768px) {
	.hero__copy02 {
		top: 45%;
		right: auto;
		left: 50%;
		-webkit-transform: translatex(-50%);
		transform: translatex(-50%);
		width: 69.33%
	}
}

.hero__copy03 {
	position: absolute;
	top: 309px;
	right: 10%;
	width: 612px;
	-webkit-animation: copy-fade 40s ease-in 20s infinite;
	animation: copy-fade 40s ease-in 20s infinite;
	opacity: 0
}

@media screen and (max-width: 768px) {
	.hero__copy03 {
		top: 15%;
		right: auto;
		left: 50%;
		-webkit-transform: translatex(-50%);
		transform: translatex(-50%);
		width: 60.53%
	}
}

.hero__copy04 {
	position: absolute;
	bottom: 141px;
	left: 5%;
	width: 304px;
	-webkit-animation: copy-fade 40s ease-in 30s infinite;
	animation: copy-fade 40s ease-in 30s infinite;
	opacity: 0
}

@media screen and (max-width: 768px) {
	.hero__copy04 {
		top: 50%;
		left: 50%;
		-webkit-transform: translatex(-50%);
		transform: translatex(-50%);
		width: 62.67%
	}
}

@media screen and (max-width: 599px) {
	.hero__copy04 {
		top: 56%
	}
}

.hero__cover-link {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: cover-link 40s ease-in 30s infinite;
	animation: cover-link 40s ease-in 30s infinite;
	display: block
}

.recruit-2019--btn {
	fill: #ffffff
}

@-webkit-keyframes img-fade {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	12.5% {
		opacity: 1
	}

	18% {
		opacity: 1
	}

	40% {
		opacity: 0
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@keyframes img-fade {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	12.5% {
		opacity: 1
	}

	18% {
		opacity: 1
	}

	40% {
		opacity: 0
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@-webkit-keyframes copy-fade {
	0% {
		opacity: 0
	}

	12.5% {
		opacity: 1
	}

	18% {
		opacity: 1
	}

	26% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes copy-fade {
	0% {
		opacity: 0
	}

	12.5% {
		opacity: 1
	}

	18% {
		opacity: 1
	}

	26% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes cover-link {
	0% {
		opacity: 0;
		visibility: hidden
	}

	12.5% {
		opacity: 1;
		visibility: visible;
		cursor: pointer
	}

	18% {
		opacity: 1;
		visibility: visible
	}

	26% {
		opacity: 0;
		visibility: hidden
	}

	100% {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes cover-link {
	0% {
		opacity: 0;
		visibility: hidden
	}

	12.5% {
		opacity: 1;
		visibility: visible;
		cursor: pointer
	}

	18% {
		opacity: 1;
		visibility: visible
	}

	26% {
		opacity: 0;
		visibility: hidden
	}

	100% {
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes anim {
	0% {
		stroke-dashoffset: 3000px;
		fill: transparent
	}

	70% {
		fill: #333333
	}

	100% {
		fill: #333333;
		stroke-dashoffset: 0
	}
}

@keyframes anim {
	0% {
		stroke-dashoffset: 3000px;
		fill: transparent
	}

	70% {
		fill: #333333
	}

	100% {
		fill: #333333;
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes animb {
	0% {
		fill: transparent
	}

	40% {
		fill: #333333
	}

	100% {
		fill: #333333
	}
}

@keyframes animb {
	0% {
		fill: transparent
	}

	40% {
		fill: #333333
	}

	100% {
		fill: #333333
	}
}

@-webkit-keyframes link-box {
	0% {
		background-color: transparent
	}

	100% {
		width: 100%;
		background-color: #ffffff;
		color: #333333
	}
}

@keyframes link-box {
	0% {
		background-color: transparent
	}

	100% {
		width: 100%;
		background-color: #ffffff;
		color: #333333
	}
}

@-webkit-keyframes pager {
	0% {
		height: 5px;
		width: 5px;
		background-color: #f99c1c
	}

	24.9% {
		height: 5px;
		width: 5px;
		background-color: #f99c1c
	}

	25% {
		height: 3px;
		width: 3px;
		background-color: #fff
	}

	100% {
		height: 3px;
		width: 3px;
		background-color: #fff
	}
}

@keyframes pager {
	0% {
		height: 5px;
		width: 5px;
		background-color: #f99c1c
	}

	24.9% {
		height: 5px;
		width: 5px;
		background-color: #f99c1c
	}

	25% {
		height: 3px;
		width: 3px;
		background-color: #fff
	}

	100% {
		height: 3px;
		width: 3px;
		background-color: #fff
	}
}

@-webkit-keyframes progress {
	0% {
		width: 0
	}

	100% {
		width: 50%
	}
}

@keyframes progress {
	0% {
		width: 0
	}

	100% {
		width: 50%
	}
}

.copy01-anim {
	stroke: #333333;
	stroke-width: 1px;
	fill: transparent;
	stroke-dasharray: 3000px;
	stroke-dashoffset: 3000px
}

.copy01-anim:nth-child(1) {
	-webkit-animation: anim 2s ease-in 1.5s forwards;
	animation: anim 2s ease-in 1.5s forwards
}

.copy01-anim:nth-child(2) {
	-webkit-animation: anim 2s ease-in 1.6s forwards;
	animation: anim 2s ease-in 1.6s forwards
}

.copy01-anim:nth-child(3) {
	-webkit-animation: anim 2s ease-in 1.7s forwards;
	animation: anim 2s ease-in 1.7s forwards
}

.copy01-anim:nth-child(4) {
	-webkit-animation: anim 2s ease-in 1.8s forwards;
	animation: anim 2s ease-in 1.8s forwards
}

.copy01-anim:nth-child(5) {
	-webkit-animation: anim 2s ease-in 1.9s forwards;
	animation: anim 2s ease-in 1.9s forwards
}

.copy01-anim:nth-child(6) {
	-webkit-animation: anim 2s ease-in 2s forwards;
	animation: anim 2s ease-in 2s forwards
}

.pager {
	padding: 24px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pager li {
	display: inline-block;
	height: 3px;
	width: 3px;
	margin: 0 8px;
	background-color: #fff;
	border-radius: 100%
}

.pager li:nth-child(1) {
	-webkit-animation: pager 40s ease-in 0s infinite;
	animation: pager 40s ease-in 0s infinite
}

.pager li:nth-child(2) {
	-webkit-animation: pager 40s ease-in 10s infinite;
	animation: pager 40s ease-in 10s infinite
}

.pager li:nth-child(3) {
	-webkit-animation: pager 40s ease-in 20s infinite;
	animation: pager 40s ease-in 20s infinite
}

.pager li:nth-child(4) {
	-webkit-animation: pager 40s ease-in 30s infinite;
	animation: pager 40s ease-in 30s infinite
}

@media screen and (max-width: 768px) {
	.pager {
		padding: 6px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pager li {
		height: 1.07vw;
		width: 1.07vw;
		margin: 7.87vw 4vw 0
	}

	@-webkit-keyframes pager {
		0% {
			height: 1.6vw;
			width: 1.6vw;
			background-color: #f99c1c
		}

		24.9% {
			height: 1.6vw;
			width: 1.6vw;
			background-color: #f99c1c
		}

		25% {
			height: 1.07vw;
			width: 1.07vw;
			background-color: #fff
		}

		100% {
			height: 1.07vw;
			width: 1.07vw;
			background-color: #fff
		}
	}

	@keyframes pager {
		0% {
			height: 1.6vw;
			width: 1.6vw;
			background-color: #f99c1c
		}

		24.9% {
			height: 1.6vw;
			width: 1.6vw;
			background-color: #f99c1c
		}

		25% {
			height: 1.07vw;
			width: 1.07vw;
			background-color: #fff
		}

		100% {
			height: 1.07vw;
			width: 1.07vw;
			background-color: #fff
		}
	}
}

.top-news {
	position: relative;
	background-color: #135093;
	padding: 0 0 50px
}

.top-news:before {
	content: '';
	width: 0;
	right: 50%;
	top: 0;
	border-top: 3px solid #f99c1c;
	position: absolute;
	display: block;
	-webkit-animation: progress 10s ease-in 0s infinite;
	animation: progress 10s ease-in 0s infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.top-news:after {
	content: '';
	width: 0;
	left: 50%;
	top: 0;
	border-top: 3px solid #f99c1c;
	position: absolute;
	display: block;
	-webkit-animation: progress 10s ease-in 0s infinite;
	animation: progress 10s ease-in 0s infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media screen and (max-width: 768px) {
	.top-news {
		padding: 0 0 16%
	}

	.top-news:before {
		content: '';
		width: 50%;
		right: 50%;
		top: 0;
		border-top: 6px solid #f99c1c;
		-webkit-animation: none;
		animation: none
	}

	.top-news:after {
		content: '';
		width: 50%;
		left: 50%;
		top: 0;
		border-top: 6px solid #f99c1c;
		-webkit-animation: none;
		animation: none
	}
}

@media screen and (max-width: 599px) {
	.top-news:before {
		border-top: 3px solid #f99c1c
	}

	.top-news:after {
		border-top: 3px solid #f99c1c
	}
}

.top-news__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 53px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width: 1281px) {
	.top-news__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width: 768px) {
	.top-news__inner {
		width: 100%;
		margin: 0;
		padding: 13.6% 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.top-news-list {
	width: 590px
}

@media screen and (max-width: 1281px) {
	.top-news-list:nth-of-type(2) {
		margin: 100px 0 0
	}
}

@media screen and (max-width: 768px) {
	.top-news-list {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 8%
	}

	.top-news-list:nth-of-type(2) {
		margin: 15.47% 0 0
	}
}

.top-news-list__title {
	width: 80px;
	height: 44px;
	margin: 0 auto;
	font-family: "minion-pro", serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	letter-spacing: 0.06em;
	text-align: center
}

.top-news-list__title:before {
	content: '';
	left: 50%;
	bottom: 0;
	position: absolute;
	width: 50%;
	border-bottom: 1px solid #4072a8
}

.top-news-list__title:after {
	content: '';
	right: 50%;
	bottom: 0;
	position: absolute;
	width: 50%;
	border-bottom: 1px solid #8aa9ca
}

@media screen and (max-width: 768px) {
	.top-news-list__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 37.33%;
		height: auto;
		padding: 0 0 5%;
		margin: 0 auto 10.67%;
		font-size: 56px;
		font-size: 5.6rem
	}

	.top-news-list__title:before {
		left: 50%;
		width: 50%;
		border-bottom: 2px solid #4072a8
	}

	.top-news-list__title:after {
		right: 50%;
		width: 50%;
		border-bottom: 2px solid #8aa9ca
	}
}

@media screen and (max-width: 599px) {
	.top-news-list__title {
		font-size: 28px;
		font-size: 2.8rem
	}

	.top-news-list__title:before {
		left: 50%;
		width: 50%;
		border-bottom: 1px solid #4072a8
	}

	.top-news-list__title:after {
		right: 50%;
		width: 50%;
		border-bottom: 1px solid #8aa9ca
	}
}

.top-news-list__box {
	padding: 32px 0 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 768px) {
	.top-news-list__box {
		padding: 0
	}
}

.top-news-list__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0
}

.top-news-list__info:nth-child(2) {
	padding: 28px 0
}

.top-news-list__info__title {
	color: #fff;
	width: 84px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.top-news-list__info__title time {
	font-weight: 100;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	padding: 0 0 7px
}

.top-news-list__info__title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px;
	border-radius: 7px;
	font-size: 9px;
	font-size: .9rem;
	letter-spacing: -0.08em;
	min-height: 1px
}

.news-ico {
	display: block;
	width: 83px
}

.top-news-list__info__txt {
	width: 487px;
	margin: 0 0 0 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-news-list__info__txt:before {
	content: '';
	width: 0;
	height: 0;
	margin: 3px 0 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #f99c1c
}

.top-news-list__info__txt a {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-decoration: none;
	padding: 0 0 0 7px
}

.top-news-list__info__txt a:hover {
	text-decoration: underline
}

@media screen and (max-width: 1281px) {
	.top-news-list__info__txt {
		text-align: left
	}
}

@media screen and (max-width: 768px) {
	.top-news-list__info {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.top-news-list__info:nth-child(2) {
		padding: 8% 0
	}

	.top-news-list__info__title {
		width: 25.4%
	}

	.top-news-list__info__title time {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 0 0 14.11%
	}

	.top-news-list__info__title span {
		padding: 5% 0;
		border-radius: 30px;
		font-size: 20px;
		font-size: 2rem
	}

	.news-ico {
		width: 150px;
		padding: 0
	}

	.top-news-list__info__txt {
		width: 68.57%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.top-news-list__info__txt:before {
		margin: 1em 0 0;
		border-width: 7px 0 7px 12px;
		border-color: transparent transparent transparent #f99c1c
	}

	.top-news-list__info__txt a {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 0 0 0 4.65%
	}

	.top-news-list__info__txt a:hover {
		text-decoration: none
	}
}

@media screen and (max-width: 599px) {
	.top-news-list__info__title time {
		font-size: 12px;
		font-size: 1.2rem
	}

	.top-news-list__info__title span {
		padding: 5% 0;
		border-radius: 15px;
		font-size: 10px;
		font-size: 1rem
	}

	.news-ico {
		width: 73%;
		min-width: 80px
	}

	.top-news-list__info__txt {
		width: 68.57%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.top-news-list__info__txt:before {
		margin: 1em 0 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #f99c1c
	}

	.top-news-list__info__txt a {
		font-size: 12px;
		font-size: 1.2rem
	}
}

.top-news-list__i-link {
	margin: 50px auto 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	width: 304px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.top-news-list__i-link--btn {
	width: 100%;
	height: 100%;
	padding: 12px 0;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	color: #fff;
	position: relative
}

.top-news-list__i-link--btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.top-news-list__i-link--btn:hover {
	color: #333333
}

.top-news-list__i-link--btn:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	transform-origin: left
}

.top-news-list__i-link--btn span {
	position: relative;
	z-index: 1
}

@media screen and (max-width: 768px) {
	.top-news-list__i-link {
		margin: 10.4% auto 0;
		width: 73.33vw;
		float: none
	}

	.top-news-list__i-link--btn {
		width: 100%;
		height: 100%;
		padding: 5.48% 0;
		font-size: 30px;
		font-size: 3rem
	}

	.top-news-list__i-link--btn:before {
		display: none
	}

	.top-news-list__i-link--btn:hover {
		color: #ffffff
	}

	.top-news-list__i-link--btn:hover:before {
		display: none
	}
}

@media screen and (max-width: 599px) {
	.top-news-list__i-link--btn {
		font-size: 15px;
		font-size: 1.5rem
	}
}

/* セミナー一覧 */
.top-seminar {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 130px 0 0 0;
	text-align: center
}

.top-seminar__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	letter-spacing: .1em
}

.top-seminar__ttl:before {
	content: "Topics & Seminar";
	margin-bottom: 6px;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	color: #c1c2c2;
	letter-spacing: .025em
}

.top-seminar__ttl:after {
	content: "";
	display: block;
	width: 30px;
	margin-top: 14px;
	border-bottom: 2px solid #c1c2c2
}
.top-article__wrap{
  display:flex;
  justify-content: space-between;
}
.top-article__seminar{
  position: relative;
  width: 310px;
  color: #333;
  margin-right: 10px;
}
.top-article__seminar:first-child{
  margin: 0 10px;
}
.top-article__eyecatch{
  width: 100%;
  height: 164px;
  display: flex ;
  align-items: center;
  justify-content: center;
  background: #ededed;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .top-article__eyecatch{
    height: 16.4vw;
  }
}
.top-article__eyecatch img{
  transition:0.4s;
}
.top-article__seminar:hover .top-article__eyecatch img {
    transform: scale(1.1);
}
.top-article__seminar::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    background: url(../images/seminar/arrow.png);
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    transform-origin: left top;
    background-size: cover;
}
.top-article__seminar::after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    background: url(../images/seminar/arrow-hover.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.4s;
}
.top-article__seminar:hover::after{
  opacity: 1;
}
.top-article__detail__head{
  text-align: left;
  padding: 16px 0 6px 0;
  border-bottom: solid 1px #ededed;
}
.top-article__detail__head__img{
  width: 108px;
  height: 26px;
  margin-bottom: 15px;
}
.top-article__detail__head__date{
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.top-article__detail__head__date span{
  display: block;
  margin-bottom: 10px;
}

.top-article__detail__head__date span .seminarDateYear, .top-article__detail__head__date span .seminarDateMonth, .top-article__detail__head__date span .seminarDateDay, .top-article__detail__head__date span .seminarDateEndTime{
  display: inline;
}
.top-article__detail__ttl{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: justify;
  margin-bottom: 50px;
  padding: 16px 0 0 0;
}

.top-seminar__list__i-link {
  width: 290px;
	margin: 40px auto 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.top-seminar__list__i-link--btn {
	width: 100%;
	height: 100%;
	padding: 12px 0;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	color: #333;
	position: relative
}

.top-seminar__list__i-link--btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.top-seminar__list__i-link--btn:hover {
	color: #fff
}

.top-seminar__list__i-link--btn:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	transform-origin: left
}

.top-seminar__list__i-link--btn span {
	position: relative;
	z-index: 1
}

@media screen and (max-width: 768px) {
  .top-article__wrap{
    display: block;
  }
  .top-article__seminar{
    display: block;
    width: 73.333vw;
    margin: 0 auto;
  }
  .top-article__seminar:first-child{
    margin: 0 auto;
  }
  .top-article__eyecatch{
    height: 38.533vw;
  }
  .top-article__detail__head{
    border:none;
    display: flex;
    padding: 2.666vw 0 1.2vw 0;
  }
  .top-article__detail__head__img{
    width: 140px;
    height:auto;
    margin-right: 2.666vw;
    margin-bottom: 0;
  }
  .top-article__detail__head__date{
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .top-article__detail__head__date span{
    margin-top: 8px;
    margin-bottom: 0;
  }
  .top-article__detail__ttl{
    font-size: 2.8rem;
    line-height: 1.79;
    padding: 0 0 105px 0;
    border-bottom: solid 1px #ededed;
  }
  .top-article__seminar::before,.top-article__seminar::after{
    width: 50px;
    height: 50px;
    bottom: 40px;
  }
  .top-seminar__list__i-link {
    margin: 10.4% auto 0;
    width: 73.33%;
    border: 1px solid #555;
    text-align: center;
  }
  .top-seminar__list__i-link--btn {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5.48% 0;
    font-family: "游明朝", "YuMincho";
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    color: #555;
  }
}

@media screen and (max-width: 599px) {
	.top-seminar__ttl {
		margin-bottom: 10.66667vw;
		font-size: 48px;
		font-size: 6.4vw
	}

	.top-seminar__ttl:before {
		margin-bottom: 2.66667vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.top-seminar__ttl:after {
		width: 4vw;
		margin-top: 4.53333vw
	}
  .top-article__seminar{
    width: 100%;
  }
  .top-article__eyecatch{
    height: 52.7545vw;
  }
  .top-article__detail{
    margin: 0 1.6694vw;
  }
  .top-article__detail__head{
    padding:3.3388vw 0 calc(3.3388vw - 5px) 0;
  }
  .top-article__detail__head__img{
    min-width: 100px;
    width: 23.3722vw;
  }
  .top-article__detail__head__date{
    font-size: 1.2rem;
  }
  .top-article__seminar::before, .top-article__seminar::after{
    right: 1.6694vw;
    width: 30px;
    height: 30px;
    bottom: 5.0083vw;
  }
  .top-article__detail__ttl{
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 5.0083vw;
    padding: 0 0 calc(25px + 5.0083vw + 5.0083vw) 0;
  }
  .top-seminar__list__i-link--btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}


.top-introduction {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 130px 0 98px;
	text-align: center
}

.top-introduction__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	letter-spacing: .1em
}

.top-introduction__ttl:before {
	content: "About";
	margin-bottom: 6px;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	color: #c1c2c2;
	letter-spacing: .025em
}

.top-introduction__ttl:after {
	content: "";
	display: block;
	width: 30px;
	margin-top: 14px;
	border-bottom: 2px solid #c1c2c2
}

@media screen and (max-width: 599px) {
	.top-introduction__ttl {
		margin-bottom: 10.66667vw;
		font-size: 48px;
		font-size: 6.4vw
	}

	.top-introduction__ttl:before {
		margin-bottom: 2.66667vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.top-introduction__ttl:after {
		width: 4vw;
		margin-top: 4.53333vw
	}
}

.top-introduction__read {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-align: left
}

@media screen and (max-width: 768px) {
	.top-introduction {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 24% 0 26.67%
	}

	.top-introduction__read {
		font-size: 28px;
		font-size: 2.8rem;
		width: 73.33%;
		margin: 0 auto;
		text-align: justify
	}
}

@media screen and (max-width: 599px) {
	.top-introduction__ttl {
		line-height: 1.25
	}

	.top-introduction__read {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.top-company {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 226px;
	position: relative
}

.top-company__ttl {
	padding-top: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
	font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	letter-spacing: .1em
}

.top-company__ttl:before {
	content: "Company";
	margin-bottom: 6px;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	color: #c1c2c2;
	letter-spacing: .025em
}

.top-company__ttl:after {
	content: "";
	display: block;
	width: 30px;
	margin-top: 14px;
	border-bottom: 2px solid #c1c2c2
}

@media screen and (max-width: 599px) {
	.top-company__ttl {
		margin-bottom: 8vw;
		font-size: 48px;
		font-size: 6.4vw
	}

	.top-company__ttl:before {
		margin-bottom: 2.66667vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.top-company__ttl:after {
		width: 4vw;
		margin-top: 4.53333vw
	}
}

.top-company__details {
	width: 800px;
	height: 400px;
	background: url("/images/top/top-company__read-bg.jpg") left top no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 113px 104px 49px 0
}

.top-company__details__inner {
	width: 304px
}

.top-company__details__txt {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-align: justify
}

.top-company__details__i-link {
	margin: 30px auto 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.top-company__details__i-link--btn {
	width: 100%;
	height: 100%;
	padding: 12px 0;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	color: #333;
	position: relative
}

.top-company__details__i-link--btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.top-company__details__i-link--btn:hover {
	color: #fff
}

.top-company__details__i-link--btn:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	transform-origin: left
}

.top-company__details__i-link--btn span {
	position: relative;
	z-index: 1
}

@media screen and (max-width: 768px) {
	.top-company__details {
		width: 100%;
		height: auto;
		background: url("/images/top/sp-top-company__read-bg.jpg") left top no-repeat;
		background-size: cover;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 9.87% 13.33% 13.87%
	}

	.top-company__details__inner {
		width: 100%
	}

	.top-company__details__txt {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 2;
		text-align: justify
	}

	.top-company__details__i-link {
		display: none
	}
}

@media screen and (max-width: 599px) {
	.top-company__details__txt {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.top-company__slogan {
	display: block;
	position: absolute;
	background-color: #fff;
	padding: 43px 43px 43px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 410px;
	bottom: 88px;
	left: 0
}

.top-company__slogan__txt {
	width: 370px;
	height: 169px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	line-height: 2;
	text-align: center;
	background: url("/images/top/top-company__slogan__txt-bg.png") left top no-repeat;
	background-size: 100% 100%
}

@media screen and (max-width: 768px) {
	.top-company__slogan {
		position: static;
		background-color: #fff;
		padding: 5.33% 5.33% 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 73.33%;
		bottom: inherit;
		left: inherit;
		-webkit-transform: none;
		transform: none;
		margin: -8% auto 0
	}

	.top-company__slogan__txt {
		width: 100%;
		height: auto;
		display: block;
		font-size: 28px;
		font-size: 2.8rem;
		background: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ededed;
		padding: 11.7% 0;
		background: url("/images/top/sp-top-company__slogan__txt-bg.png") left top no-repeat;
		background-size: 100% 100%
	}
}

@media screen and (max-width: 599px) {
	.top-company__slogan__txt {
		font-size: 14px;
		font-size: 1.4rem
	}
}

@media screen and (max-width: 768px) {
	.top-company {
		max-width: 100%;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 26.67%
	}

	.top-company__ttl {
		padding-top: 0
	}
}

@media screen and (max-width: 768px) {
	.sp-top-company__i-link {
		margin: 10.4% auto 0;
		width: 73.33%;
		border: 1px solid #555;
		text-align: center
	}

	.sp-top-company__i-link--btn {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding: 5.48% 0;
		font-family: "游明朝", "YuMincho";
		font-weight: 700;
		font-size: 30px;
		font-size: 3rem;
		letter-spacing: 0.06em;
		color: #555
	}
}

@media screen and (max-width: 599px) {
	.sp-top-company__i-link--btn {
		font-size: 15px;
		font-size: 1.5rem
	}
}

.top-service {
	background: url("/images/top/top-service-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 69px 0 93px
}

.top-service__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.top-service__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
	font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	color: #fff;
	letter-spacing: .1em
}

.top-service__ttl:before {
	content: "Service";
	margin-bottom: 6px;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: .025em
}

.top-service__ttl:after {
	content: "";
	display: block;
	width: 30px;
	margin-top: 14px;
	border-bottom: 2px solid #fff
}

@media screen and (max-width: 599px) {
	.top-service__ttl {
		margin-bottom: 8vw;
		font-size: 48px;
		font-size: 6.4vw
	}

	.top-service__ttl:before {
		margin-bottom: 2.66667vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.top-service__ttl:after {
		width: 4vw;
		margin-top: 4.53333vw
	}
}

.top-service__read {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 52px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2.5
}

@media screen and (max-width: 768px) {
	.top-service {
		background: url("/images/top/sp-top-service-bg.jpg") top center no-repeat;
		background-size: cover;
		padding: 13.33% 0;
		height: auto
	}

	.top-service__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.top-service__read {
		font-size: 28px;
		font-size: 2.8rem;
		width: 73.33%;
		margin: 0 auto;
		text-align: justify;
		padding: 0;
		line-height: 2;
		letter-spacing: normal;
		font-weight: 400
	}

	.top-service__copy {
		width: 83.87%;
		margin: 0 auto;
		padding: 6% 0 5.87%
	}
}

@media screen and (max-width: 599px) {
	.top-service__read {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.top-service__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 85px 0 0;
	position: relative
}

.top-service__box__wrap {
	display: block
}

@media screen and (max-width: 768px) {
	.top-service__box {
		margin: 0;
		display: block
	}

	.top-service__box__wrap {
		display: none
	}
}

.top-service__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 590px;
	height: 457px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.top-service__details__ttl {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	margin-bottom: 10px;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: .1em
}

.top-service__details__ttl:after {
	margin-top: 10px;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em
}

.top-service__details__txt {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 2.25;
	text-align: center
}

.top-service .top-service__details01 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.top-service .top-service__details01__ttl:after {
	content: 'Search Ad'
}

.top-service .top-service__details02 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.top-service .top-service__details02__ttl:after {
	content: 'Display Ad'
}

.top-service .top-service__details03 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.top-service .top-service__details03__ttl:after {
	content: 'Global Multilingual Ad'
}

.top-service .top-service__details04 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.top-service .top-service__details04__ttl:after {
	content: 'Social Ad'
}

.top-service .top-service__details05 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.top-service .top-service__details05__ttl:after {
	content: 'Feed Ad'
}

.top-service .top-service__details06 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.top-service .top-service__details06__ttl:after {
	content: 'Pure Ad'
}

.top-service__local-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-service__local-nav__inner {
	width: 370px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.top-service__local-nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.top-service__local-nav__img {
	width: 133px;
	height: 76px;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.top-service__local-nav__img img {
	display: block;
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.top-service__local-nav__img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s
}

@media screen and (max-width: 768px) {
	.top-service__local-nav__img {
		width: 42.06%;
		height: 100%
	}

	.top-service__local-nav__img:hover {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.top-service__local-nav__link-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1
}

@media screen and (max-width: 768px) {
	.top-service__local-nav {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 8%
	}

	.top-service__local-nav__inner {
		width: 100%;
		border-left: none;
		border-right: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0
	}

	.top-service__local-nav__items {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.top-service__local-nav__items:after {
		display: none
	}

	.top-service__local-nav__items:nth-child(2) {
		margin: 9.09% 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.top-service__local-nav__items:nth-child(4) {
		margin: 9.09% 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.top-service__local-nav__items:nth-child(6) {
		margin: 9.09% 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.top-service__local-nav__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	letter-spacing: nomal;
	color: #fff;
	margin: 6px 0 23px;
	position: relative
}

.top-service__local-nav__txt:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 13px;
	background: url("/images/common/arrow-white.svg") top center no-repeat;
	background-size: cover;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.top-service__local-nav__txt:after {
	font-size: 10px;
	font-size: 1rem;
	font-family: "minion-pro", serif;
	font-weight: 400;
	color: #eaeaea;
	letter-spacing: 0.1em;
	margin: 3px 0 0
}

@media screen and (max-width: 768px) {
	.top-service__local-nav__txt {
		width: 53.17%;
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 0.06em
	}

	.top-service__local-nav__txt:before {
		width: 21px;
		height: 41px;
		background: url("/images/common/arrow-white.svg") top center no-repeat;
		background-size: cover
	}

	.top-service__local-nav__txt:after {
		font-size: 20px;
		font-size: 2rem;
		margin: 0.2em 0 0
	}
}

@media screen and (max-width: 599px) {
	.top-service__local-nav__txt {
		font-size: 16px;
		font-size: 1.6rem
	}

	.top-service__local-nav__txt:before {
		width: 10.5px;
		height: 20.5px;
		background: url("/images/common/arrow-white.svg") top center no-repeat;
		background-size: cover
	}

	.top-service__local-nav__txt:after {
		font-size: 10px;
		font-size: 1rem
	}
}

.top-service__local-nav__txt01:after {
	content: 'Search Ad'
}

.top-service__local-nav__txt02 {
	padding: 0 0 0 10px
}

.top-service__local-nav__txt02:after {
	content: 'Display Ad'
}

@media screen and (max-width: 768px) {
	.top-service__local-nav__txt02 {
		margin: 0 0 0 5%
	}
}

.top-service__local-nav__txt03 {
	margin: 6px 0 0;
	text-align: center
}

.top-service__local-nav__txt03:after {
	content: 'Global Multilingual Ad'
}

@media screen and (max-width: 768px) {
	.top-service__local-nav__txt03 {
		margin: 0 0 0 5%
	}
}

.top-service__local-nav__txt04:after {
	content: 'Social Ad'
}

.top-service__local-nav__txt05:after {
	content: 'Feed Ad'
}

@media screen and (max-width: 768px) {
	.top-service__local-nav__txt05 {
		margin: 0 0 0 5%
	}
}

.top-service__local-nav__txt06 {
	margin: 6px 0 0
}

.top-service__local-nav__txt06:after {
	content: 'Pure Ad'
}

.top-service__local-nav__i-link {
	margin: 39px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 304px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.top-service__local-nav__i-link--btn {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
	font-family: "游明朝", "YuMincho";
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	color: #fff;
	position: relative
}

.top-service__local-nav__i-link--btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.top-service__local-nav__i-link--btn:hover {
	color: #333
}

.top-service__local-nav__i-link--btn:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	transform-origin: left
}

.top-service__local-nav__i-link--btn span {
	position: relative;
	z-index: 1
}

@media screen and (max-width: 768px) {
	.top-service__local-nav__i-link {
		margin: 10.4% auto 0;
		width: 73.33%;
		height: auto;
		float: none
	}

	.top-service__local-nav__i-link--btn {
		width: 100%;
		height: 100%;
		padding: 5.48% 0;
		font-size: 30px;
		font-size: 3rem
	}

	.top-service__local-nav__i-link--btn:before {
		display: none
	}

	.top-service__local-nav__i-link--btn:hover {
		color: #ffffff
	}

	.top-service__local-nav__i-link--btn:hover:before {
		display: none
	}
}

@media screen and (max-width: 599px) {
	.top-service__local-nav__i-link--btn {
		font-size: 15px;
		font-size: 1.5rem
	}
}

.top-partners {
	padding: 100px 0
}

.top-partners__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.top-partners__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	letter-spacing: .1em
}

.top-partners__ttl:before {
	content: "Agency";
	margin-bottom: 6px;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	color: #c1c2c2;
	letter-spacing: .025em
}

.top-partners__ttl:after {
	content: "";
	display: block;
	width: 30px;
	margin-top: 14px;
	border-bottom: 2px solid #c1c2c2
}

@media screen and (max-width: 599px) {
	.top-partners__ttl {
		margin-bottom: 8vw;
		font-size: 48px;
		font-size: 6.4vw
	}

	.top-partners__ttl:before {
		margin-bottom: 2.66667vw;
		font-size: 28px;
		font-size: 3.73333vw
	}

	.top-partners__ttl:after {
		width: 4vw;
		margin-top: 4.53333vw
	}
}

@media screen and (max-width: 768px) {
	.top-partners {
		padding: 20% 0;
		width: 100%
	}

	.top-partners__inner {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-top: 8vw;
		background: none;
		background: url("/images/top/sp-top-partners__inner-bg.png") 50% 0 no-repeat;
		background-size: 100% 100%;
		display: block;
		overflow: hidden
	}
}

.top-partners__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 768px) {
	.top-partners__details {
		width: 100%;
		display: block
	}
}

.top-partners__card {
	width: 250px;
	height: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.top-partners__card__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.top-partners__card--img {
	height: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.top-partners__card--txt {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	width: 160px;
	line-height: 1.5;
	letter-spacing: -0.01em
}

@media screen and (max-width: 768px) {
	.top-partners__card {
		width: 62.67%;
		height: 496px;
		margin: 0 0 0 5.33%
	}

	.top-partners__card--img {
		height: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.top-partners__card--txt {
		font-size: 24px;
		font-size: 2.4rem;
		width: 71.06%;
		margin: 0 auto;
		line-height: 1.5
	}
}

@media screen and (max-width: 599px) {
	.top-partners__card {
		height: 248px
	}

	.top-partners__card--txt {
		font-size: 12px;
		font-size: 1.2rem
	}
}

.top-partners__yahoo {
	background: url("/images/common/partners__card-bg01.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__yahoo--img {
	padding: 20px 0 0
}

.top-partners__yahoo--img>img {
	width: 110px
}

@media screen and (max-width: 768px) {
	.top-partners__yahoo {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__yahoo--img {
		width: 100%;
		padding: 6% 0 0
	}

	.top-partners__yahoo--img img {
		width: 50%;
		margin: 0 auto
	}
}

.top-partners__google {
	background: url("/images/common/partners__card-bg02.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__google--img {
	padding: 25px 0 0
}

.top-partners__google--img>a {
	display: block;
	width: 80px
}

.top-partners__google--img img {
	width: 100%
}

@media screen and (max-width: 768px) {
	.top-partners__google {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__google--img {
		width: 100%;
		padding: 6% 0 0
	}

	.top-partners__google--img>a {
		width: 37%;
		margin: 0 auto
	}
}

.top-partners__line {
	background: url("/images/common/partners__card-bg02.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__line--img {
	padding: 30px 0 0
}

.top-partners__line--img img {
	width: 75px
}

@media screen and (max-width: 768px) {
	.top-partners__line {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__line--img {
		width: 100%;
		padding: 3% 0 0
	}

	.top-partners__line--img img {
		width: 30%;
		margin: 0 auto
	}
}

.top-partners__twitter {
	background: url("/images/common/partners__card-bg01.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__twitter--img {
	padding: 40px 0 0
}

.top-partners__twitter--img img {
	width: 70px
}

@media screen and (max-width: 768px) {
	.top-partners__twitter {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__twitter--img {
		width: 100%;
		padding: 8% 0 0
	}

	.top-partners__twitter--img img {
		width: 28%;
		margin: 0 auto
	}
}

.top-partners__meta {
	background: url("/images/common/partners__card-bg03.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__meta--img {
	padding: 25px 0 0
}

.top-partners__meta--img img {
	width: 140px
}

@media screen and (max-width: 768px) {
	.top-partners__meta {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__meta--img {
		width: 100%;
		padding: 5% 0 0
	}

	.top-partners__meta--img img {
		width: 60%;
		margin: 0 auto
	}
}

.top-partners__ebistar {
	background: url("/images/common/partners__card-bg04.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__ebistar--img {
	padding: 40px 0 0
}

.top-partners__ebistar--img img {
	width: 127px
}

@media screen and (max-width: 768px) {
	.top-partners__ebistar {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__ebistar--img {
		width: 100%;
		padding: 8% 0 0
	}

	.top-partners__ebistar--img img {
		width: 60%;
		margin: 0 auto
	}
}

.top-partners__criteo {
	background: url("/images/common/partners__card-bg01.png") left top no-repeat;
	background-size: 100% 100%
}

.top-partners__criteo--img {
	padding: 26px 0 0
}

.top-partners__criteo--img img {
	width: 86px
}

.top-partners__microsoft {
	background: url(/images/common/partners__card-bg05.png) left top no-repeat;
	background-size: 100% 100%;
}

.top-partners__microsoft--img {
	padding: 34px 0 0;
	width: 64%;
}

.top-partners__adebis--img {
	width: 80px;
	padding: 22px 0 0;
}

.top-partners__adebis {
	background: url(/images/common/partners__card-bg05.png) left top no-repeat;
	background-size: 100% 100%;
	border-left: solid 1px #9999992e;
}

@media screen and (max-width: 768px) {
	.top-partners__criteo {
		background: url("/images/common/sp-partners__card-bg.png") left top no-repeat;
		background-size: 100% 100%
	}

	.top-partners__criteo--img {
		width: 100%;
		padding: 3% 0 0
	}

	.top-partners__criteo--img img {
		width: 30%;
		margin: 0 auto
	}

	.top-partners__microsoft--img {
		padding: 0;
	}

	.top-partners__microsoft {
		background: url(/images/common/sp-partners__card-bg.png) left top no-repeat;
		background-size: 100% 100%;
	}
}