/* # =================================================================
# base
# ================================================================= */

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 {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-font-feature-settings: 'normal';
}

body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

ul li,
ol li {
	list-style-type: none;
}

main {
	display: block;
}

input,
select,
textarea,
button {
	font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	color: #000;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

/* =================================================================
# plugins
# ================================================================= */

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* # =================================================================
# structures
# ================================================================= */

.st-l-main {
	position: relative;
	min-width: 1040px;
	margin-top: 90px;
}

.st-l-inner {
	min-width: 1040px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.for-sp {
	display: none;
}

.for-tb {
	display: none;
}

.st-header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	min-width: 1040px;
	padding: 15px 0;
	border-bottom: solid 1px #eee;
	background: #fff;
}

.st-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.st-header__inner > {
	display: block;
}

.st-header__head {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.st-header__head > {
	display: block;
}

.st-header__logo {
	width: 193px;
}

.st-gnav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -28px;
}

.st-gnav__item {
	position: relative;
	margin: 0 8px;
}

.st-gnav__item > a {
	font-weight: 700;
	position: relative;
	padding: 0 20px 32px;
	color: #000;
}

.st-gnav__item > a::before {
	position: absolute;
	top: 22px;
	right: 0;
	left: 0;
	display: block;
	width: calc(100% - 40px);
	height: 2px;
	margin: 0 auto;
	content: '';
	-webkit-transition: background .3s;
	transition: background .3s;
	background: transparent;
}

.st-gnav__sp_menu {
	display: none;
}

.st-menu {
	display: none;
}

.st-footer {
	position: relative;
	z-index: 1;
	min-width: 1040px;
	padding: 56px 0 52.5px;
	background: #eee;
}

.st-footer a {
	position: relative;
	display: inline-block;
	color: #000;
}

.st-footer a.c-link-disabled {
	color: #ccc;
}

.st-footer a::before {
	position: absolute;
	bottom: 3px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: transparent;
}

.st-footer a:hover::before {
	background: #000;
}

.st-footer__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.st-footer__nav__elm {
	width: 260px;
}

.st-footer__nav__elm li ul {
	padding: 0 0 0 15px;
}

.st-footer__sp_subnav {
	font-weight: 700;
}

.st-footer__sp_subnav .st-footer__nav__list {
	margin: -6px 0 0;
	padding: 0;
}

.st-footer__sp_subnav .st-footer__nav__list a {
	line-height: 2.6;
}

.st-footer__nav__item + .st-footer__nav__item {
	margin: 18px 0 0;
}

.st-footer__nav__title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}

.st-footer__nav__title a::before {
	bottom: -2px;
}

.st-footer__nav__title + .st-footer__nav__list {
	margin: 6px 0 0;
}

.st-footer__nav__list {
	padding: 0 0 0 20px;
}

.st-footer__nav__list a {
	line-height: 2.45;
}

.st-footer__nav__list a[target='_blank']::after {
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0 0 0 5px;
	content: '';
	background: url(/assets/images/icon_blank_bl.png) no-repeat center center;
	background-size: 12px auto;
}

.st-footer__site {
	margin: 32.5px 0 0;
	padding: 12.5px 0 0;
	border-top: solid 1px #fba864;
}

.st-footer__site__title {
	display: none;
}

.st-footer__site__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.st-footer__site__list li::before {
	content: '|';
	color: #fcac69;
}

.st-footer__site__list li:nth-child(7)::after,
.st-footer__site__list li:last-child::after {
	content: '|';
	color: #fcac69;
}

.st-footer__site__list a {
	font-size: 1.2rem;
	line-height: 2.3em;
	padding: 0 13px;
}

.st-pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
	width: 70px;
}

.st-pagetop a {
	display: block;
}

.st-pagetop a:hover::before {
	display: none;
}

.st-copyright {
	font-size: 1.2rem;
	line-height: 2.3;
	margin: 20px 0 0;
	color: #999;
}

.st-sub-nav {
	margin: 0 auto;
}

.st-sub-nav__list {
	position: relative;
	top: -35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.st-sub-nav__list li {
	margin: 0 21px;
}

.st-sub-nav__list a {
	line-height: 74px;
	display: block;
	height: 70px;
	-webkit-transition: color .3s , border-bottom-color .3s;
	transition: color .3s , border-bottom-color .3s;
	border-bottom: solid 2px transparent;
}

.st-sub-nav__list a.is-current,
.st-sub-nav__list a:hover {
	color: #ed6c00;
	border-bottom-color: #ed6c00;
}

/* =================================================================
contents
================================================================= */

.c-hover-img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.c-hover-img:hover {
	opacity: .7;
}

.c-hover-text:hover {
	text-decoration: underline;
}

.c-hover-scale {
	display: block;
	overflow: hidden;
}

.c-hover-scale img {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.c-hover-scale:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.c-link-disabled {
	pointer-events: none;
}

.c-link {
	color: #ed6c00;
}

.c-breadcrumbs {
	position: absolute;
	z-index: 1;
	top: 11px;
	width: 100%;
}

.c-breadcrumbs ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-breadcrumbs li {
	font-size: 1.1rem;
	position: relative;
	margin: 0 26px 0 0;
}

.c-breadcrumbs li::before {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	display: block;
	width: 7px;
	height: 10px;
	margin: auto;
	content: '';
	background: url(/assets/images/icon_arrow_bc.png) no-repeat center center;
}

.c-breadcrumbs li:last-child::before {
	display: none;
}

.c-breadcrumbs a {
	color: #999;
}

.c-l-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-l-card2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-l-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-l-column--l2 .c-l-column__text {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.c-l-pages .c-breadcrumbs {
	line-height: 40px;
	position: relative;
	top: 0;
	height: 40px;
}

.c-l-section {
	padding: 60px 0;
}

.c-l-bg {
	background: #eee;
}

.c-l-bg--dot {
	background: url(/assets/images/bg_dot_02.png) repeat left top;
}

.c-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-headline {
	position: relative;
	text-align: center;
	letter-spacing: 0;
}

.c-headline strong {
	font-size: 100px;
	font-weight: 500;
	line-height: .7;
	display: block;
	color: #fceddc;
}

.c-headline__inner {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.c-bd-headline {
	text-align: center;
}

.c-bd-headline span {
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 40px;
}

.c-bd-headline span::before,
.c-bd-headline span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	content: '';
	background: #000;
}

.c-bd-headline span::before {
	left: 0;
}

.c-bd-headline span::after {
	right: 0;
}

.c-bd-headline small {
	font-size: 1.4rem;
	font-weight: 700;
}

.c-pages-header {
	position: relative;
	height: 240px;
	padding: 30px 0 0;
}

.c-pages-header .c-pages-lead {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9;
	position: relative;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
}

.c-pages-header::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/assets/images/bg_dot_03.png) repeat left top;
}

.c-pages-headline {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	position: absolute;
	right: 0;
	bottom: -83px;
	left: 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 40px 0 35px;
	text-align: center;
	background: #fff;
}

.c-pages-headline__logo {
	display: block;
	margin: 0 auto 23px;
}

.c-sub-headline {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 20px;
	letter-spacing: .05em;
}

.c-sub-headline::before {
	position: absolute;
	left: 0;
	display: block;
	width: 5px;
	height: 20px;
	content: '';
	background: #ed6c00;
}

.c-btn {
	width: 200px;
}

.c-btn a {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	letter-spacing: .1em;
	color: #fff;
	background: #000 url(/assets/images/icon_arrow_02.png) no-repeat right 10px center;
	background-size: 14px 9px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-btn a > {
	display: block;
}

.c-btn a:hover {
	background-color: #666;
}

.c-btn--bd {
	width: 300px;
}

.c-btn--bd a {
	font-size: 1.6rem;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-transition: background .3s , color .3s;
	transition: background .3s , color .3s;
	text-align: center;
	letter-spacing: .1em;
	color: #000;
	border: solid 2px #000;
	background: #fff url(/assets/images/icon_arrow_06.png) no-repeat right 18px center;
	background-size: 18px auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-btn--bd a > {
	display: block;
}

.c-btn--bd a:hover {
	color: #fff;
	background: #000 url(/assets/images/icon_arrow_03.png) no-repeat right 18px center;
	background-size: 18px auto;
}

.c-btn--tab a {
	background: #000 url(/assets/images/icon_blank.png) no-repeat right 20px center;
	background-size: 10px auto;
}

.c-btn--tab a:hover {
	background: #666 url(/assets/images/icon_blank_on.png) no-repeat right 20px center;
	background-size: 10px auto;
}

.ff-jp {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.ff-en {
	font-family: 'Raleway', sans-serif;
}

.c-text {
	line-height: 2.4;
}

.c-lead {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .1em;
}

.c-note {
	font-size: 1.1rem;
	letter-spacing: .05em;
	color: #999;
}

.c-caption {
	line-height: 1.8;
}

.c-bnr {
	position: relative;
	padding: 40px 0 0;
	background: #fff;
}

.c-bnr__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-bnr__list li {
	width: 253px;
	margin: 0 5px;
}

.c-bnr__list a {
	display: block;
}

.c-p-release {
	width: 100%;
	height: 50px;
	text-align: center;
	background: #eee;
}

.c-p-release p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-p-release a {
	display: inline-block;
	padding: 0 26px 0 0;
	background: url(/assets/images/icon_arrow_06.png) no-repeat right center;
	background-size: 17px 10px;
}

.c-p-release span {
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}

.c-delay1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.c-delay2 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.c-contact {
	position: relative;
	padding: 60px 0;
	background: url(/assets/images/service/bg_contact_pc.jpg) no-repeat center top;
	background-size: cover;
}

.c-contact::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/assets/images/bg_dot_03.png) repeat left top;
}

.c-contact__list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-contact__list li {
	width: 350px;
	margin: 0 20px;
}

.c-contact__list a {
	height: 80px;
	background-position: right 28px center;
}

.c-contact__list a:hover {
	background-position: right 28px center;
}

.c-news-date {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	width: 80px;
	margin-bottom: 10px;
	letter-spacing: .05em;
}

.c-news-category {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 25px;
	width: 110px;
	height: 25px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background: #333;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.c-news-text {
	line-height: 1.7;
	width: 100%;
	letter-spacing: .1em;
}

.c-news-tag {
	line-height: 24px;
	width: 118px;
	margin-bottom: 10px;
	text-align: center;
}

.c-news-tag a {
	font-size: 1.1rem;
	display: block;
	height: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #333;
	border: solid 1px #666;
	border-radius: 25px;
	background: #fff;
}

.c-news-tag a.is-active {
	opacity: .7;
	color: #fff;
	border: solid 1px #333;
	background: #333;
}

.c-p-powered {
	position: relative;
	padding: 40px 0;
	text-align: center;
	background: #fff;
}

.c-p-powered img {
	width: 146px;
	margin-left: 10px;
	vertical-align: bottom;
}

.c-p-movie {
	position: relative;
	width: 600px;
	margin: 55px auto 0;
	padding-top: 33.8%;
}

.c-p-movie video,
.c-p-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

.c-p-movie video:focus,
.c-p-movie iframe:focus {
	outline: none;
}

.c-p-movie--bd {
	padding-top: 33.666666666%;
	border: solid 1px #ccc;
}

/* =================================================================
# trumps
# ================================================================= */

.t-btn--card {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}

.t-btn--comming a {
	background: #ddd;
}

.t-c-red {
	color: #ff0002;
}

.t-l-sec--top {
	padding-top: 137px;
}

.t-l--sm {
	max-width: 1040px;
}

.t-fs16 {
	font-size: 1.6rem;
}

.t-fs24 {
	font-size: 2.4rem;
	line-height: 1.5;
}

.t-fs22 {
	font-size: 22px;
}

.t-fs18 {
	font-size: 18px;
}

.t-fs13 {
	font-size: 13px;
}

.t-mmb {
	margin-bottom: 20px;
}

.t-smb {
	margin-bottom: 10px;
}

.contact-step__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-step__list li {
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	width: 200px;
	height: 54px;
	margin: 0 10px;
	padding: 5px 20px 8px;
	letter-spacing: .05em;
	color: #999;
	background: #dcdcdc;
}

.contact-step__list li::before {
	position: absolute;
	top: 0;
	right: -17px;
	display: block;
	width: 0;
	width: 0;
	height: 0;
	height: 0;
	content: '';
	border-width: 27px 0 27px 17px;
	border-style: solid;
	border-color: transparent transparent transparent #dcdcdc;
}

.contact-step__list li::after {
	position: absolute;
	top: 0;
	left: -17px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: solid 27px #dcdcdc;
	border-bottom: solid 27px #dcdcdc;
	border-left: solid 17px transparent;
}

.contact-step__list li.current {
	color: #fff;
	background: #333;
}

.contact-step__list li.current::before {
	border-color: transparent transparent transparent #333;
}

.contact-step__list li.current::after {
	border-top: solid 27px #333;
	border-bottom: solid 27px #333;
}

.contact-step__list li.current span {
	color: #fff;
}

.contact-step__list li:first-child::after {
	display: none;
}

.contact-step__list li:nth-child(2) {
	width: 185px;
	padding: 5px 20px 8px 25px;
}

.contact-step__list li:last-child::before {
	display: none;
}

.contact-step__list li span {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	display: block;
	margin: 0 0 3px;
	color: #aaa;
}

.contact-form {
	width: 900px;
	margin: 52px auto 0;
}

.aform-content {
	width: 900px;
	margin: 52px auto 0;
}

.aform-content dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: solid 1px #ddd;
}

.aform-content dl:last-of-type {
	border-bottom: solid 1px #ddd;
}

.aform-content dl + p {
	margin: 30px 0 0;
	text-align: center;
}

.aform-content dt {
	font-weight: bold;
	position: relative;
	width: 260px;
	padding: 18px 78px 23px 30px;
	background: #eaeaea;
}

.aform-content dd {
	width: 640px;
	padding: 14px 0 8px 60px;
}

.aform-content .contact-form__check {
	padding: 18px 0 8px 60px;
}

.aform-content .aform-error-list {
	display: block;
	margin: 0 0 15px;
}

.aform-content .aform-error-list dt,
.aform-content .aform-error-list dd {
	width: 100%;
	padding: 15px 30px;
}

.aform-required {
	font-size: 1.1rem;
	line-height: 16px;
	position: absolute;
	top: 23px;
	right: 29px;
	display: block;
	width: 34px;
	height: 16px;
	text-align: center;
	color: #fff;
	background: #ed6c00;
}

.aform-input-example,
.aform-twice-note {
	font-size: 1.2rem;
	line-height: 2.5;
	color: #777;
}

.contact-form__lead {
	font-size: 1.4rem;
	line-height: 2.1;
	margin: 0 0 12px;
}

.aform-input {
	font-size: 1.6rem;
	display: block;
	width: 400px;
	height: 30px;
	padding: 0 15px;
	border: solid 1px #ccc;
	background: #fff;
}

.aform-name-ul,
.aform-kana-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.aform-name-ul li + li,
.aform-kana-ul li + li {
	margin: 0 0 0 15px;
}

.aform-name {
	display: inline-block;
	width: 170px;
	margin: 0 0 0 6px;
}

.aform-kana {
	display: inline-block;
	width: 170px;
	margin: 0 0 0 6px;
}

.contact-form__check {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
}

.contact-form__label {
	font-size: 1.4rem;
	display: inline-block;
	margin: 0 30px 0 0;
	vertical-align: middle;
}

.aform-checkbox-ul,
.aform-radio-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aform-checkbox-ul li,
.aform-radio-ul li {
	margin: 0 30px 12px 0;
}

.aform-checkbox-ul label,
.aform-radio-ul label {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	cursor: pointer;
	vertical-align: middle;
}

.aform-checkbox-ul label::before,
.aform-radio-ul label::before {
	position: absolute;
	z-index: 1;
	top: -4px;
	bottom: 0;
	left: 4px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12px;
	height: 8px;
	margin: auto;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	border-bottom: solid 3px #fff;
	border-left: solid 3px #fff;
	background: none;
}

.aform-checkbox-ul label::after,
.aform-radio-ul label::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin: auto;
	content: '';
	border: solid 1px #ccc;
	background: #fff;
}

.aform-checkbox,
.aform-radio {
	display: none;
}

.aform-checkbox:focus,
.aform-radio:focus {
	outline: none;
}

.aform-checkbox:checked + label::before,
.aform-radio:checked + label::before {
	opacity: 1;
}

.aform-checkbox:checked + label::after,
.aform-radio:checked + label::after {
	border-color: #ed6c00;
	background: #ed6c00;
}

.aform-field-option-text {
	font-size: 1.6rem;
	width: 230px;
	height: 30px;
	padding: 0 15px;
	border: solid 1px #ccc;
	background: #fff;
}

.aform-textarea {
	width: 512px;
	max-width: 100%;
	height: 170px;
	padding: 15px;
	border: solid 1px #ccc;
	background: #fff;
	background: #fff;
}

.aform-select {
	width: 400px;
	height: 30px;
	padding: 0 15px;
	border: solid 1px #ccc;
	background: #fff;
	background: #fff url(/assets/images/icon_arrow_bottom_02.png) no-repeat right 20px center;
	background-size: 15px auto;
}

.contact-form__policy {
	margin: 50px 0 0;
	text-align: center;
}

.contact-form__policy p {
	font-size: 1.2rem;
	line-height: 2.1;
}

.contact-form__policy p + p {
	margin: 3px 0 0;
}

.contact-form__policy__link {
	display: inline-block;
	color: #000;
	border-bottom: solid 1px #000;
}

.aform-button-area input {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
	width: 300px;
	height: 60px;
	margin: 35px auto 0;
	cursor: pointer;
	-webkit-transition: background .3s , color .3s;
	transition: background .3s , color .3s;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	background: #000 url(/assets/images/icon_arrow_03.png) no-repeat right 18px center;
	background-size: 18px auto;
}

.aform-button-area input:hover {
	color: #fff;
	background: #666 url(/assets/images/icon_arrow_03.png) no-repeat right 18px center;
	background-size: 18px auto;
}

#aform-confirm-form dd {
	line-height: 2.1;
	padding: 13px 60px 12px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.contact-form--confirm .contact-form__list dt {
	padding: 14px 30px;
}

.contact-form--confirm .contact-form__list dd {
	line-height: 2.1;
	padding: 13px 60px 12px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.contact-form--complete {
	margin: 43px auto 0;
	padding-bottom: 25px;
	text-align: center;
}

.contact-form--complete__lead {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0;
}

.contact-form--complete__text {
	font-size: 1.6rem;
	line-height: 2.5;
}

.aform-error {
	font-size: 1.2rem;
	margin: 5px 0 0;
	color: #c7000b;
}

.capy-captcha {
	margin: 30px auto 0;
}

@media only screen and (min-width: 768px) {

.st-gnav__item > a:hover::before,
.st-gnav__item > a.is-current::before,
.st-gnav__item > a.is-active::before {
	background: #000;
}

.st-gnav__sp_menu {
	position: absolute;
	top: 32px;
	left: 50%;
	width: 200px;
	margin: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 20px 1.2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px 1.2px rgba(0, 0, 0, .3);
}

.st-gnav__sp_menu li {
	width: 100%;
	border-bottom: solid 1px #ccc;
	background: #fff;
}

.st-gnav__sp_menu li a {
	font-size: 1.3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	padding: 0 13px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	text-align: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-gnav__sp_menu li a:hover {
	opacity: .7;
}

.st-gnav__sp_menu li a[target='_blank']::after {
	display: block;
	width: 12px;
	height: 10px;
	margin: 0 0 0 5px;
	content: '';
	background: url(/assets/images/icon_blank_bl.png) no-repeat center center;
	background-size: 12px auto;
}

.c-p-release a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.c-p-release a:hover {
	opacity: .5;
}

.c-news-tag a:hover {
	opacity: .7;
	color: #fff;
	border: solid 1px #333;
	background: #333;
}

}

@media only screen and (max-width: 768px) {

img {
	width: 100%;
}

p,
a {
	word-wrap: normal;
	word-wrap: break-word;
	word-break: normal;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.st-l-main {
	min-width: inherit;
	margin-top: 60px;
}

.st-l-inner {
	min-width: inherit;
	max-width: inherit;
	margin: 0 15px;
	padding: 0;
}

.for-sp {
	display: block;
}

.for-tb {
	display: block;
}

.for-pc {
	display: none;
}

.st-header {
	position: relative;
	min-width: inherit;
	padding: 0;
	border-bottom: none;
	background: none;
}

.st-header__inner {
	display: block;
	margin: 0;
}

.st-header__head {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: solid 1px #eee;
	background: #fff;
}

.st-header__logo {
	width: 131px;
}

.st-gnav {
	position: fixed;
	top: 60px;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0 0 60px;
}

.st-gnav__inner {
	overflow: auto;
	height: 100%;
	margin: auto;
}

.st-gnav__list {
	display: block;
	margin: 0;
	background: #fff;
}

.st-gnav__list a {
	padding: 0 15px;
}

.st-gnav__item {
	margin: 0;
	border-top: solid 1px #fff;
	background: #e78533;
}

.st-gnav__item > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-gnav__item > a > {
	display: block;
}

.st-gnav__item > a::before {
	display: none;
}

.st-gnav__item .st-gnav__sp_acc {
	position: relative;
}

.st-gnav__item .st-gnav__sp_acc::before,
.st-gnav__item .st-gnav__sp_acc::after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: inherit;
	display: block;
	width: 15px;
	height: 2px;
	margin: auto;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: #fff;
}

.st-gnav__item .st-gnav__sp_acc::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.st-gnav__item .st-gnav__sp_acc.is-open::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.st-gnav__item .st-gnav__sp_acc.is-open::after {
	display: none;
}

.st-gnav__item .st-gnav__sp_link {
	position: relative;
}

.st-gnav__item .st-gnav__sp_link::before {
	position: absolute;
	top: 0;
	right: 18.5px;
	bottom: 0;
	left: inherit;
	display: block;
	width: 8px;
	height: 15px;
	margin: auto;
	content: '';
	background: url(/assets/images/icon_arrow_menu_01.png) no-repeat center center;
	background-size: 8px 15px;
}

.st-gnav__item .st-gnav__sp_link:hover::before {
	background: url(/assets/images/icon_arrow_menu_01.png) no-repeat center center;
	background-size: 8px 15px;
}

.st-gnav__sp_menu li {
	border-top: solid 1px #fff;
	background: #eee;
}

.st-gnav__sp_menu li ul li a {
	padding: 0 30px;
}

.st-gnav__sp_menu a {
	font-weight: 400;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	color: #000;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-gnav__sp_menu a > {
	display: block;
}

.st-gnav__sp_menu a::before {
	position: absolute;
	top: 0;
	right: 18.5px;
	bottom: 0;
	display: block;
	width: 8px;
	height: 15px;
	margin: auto;
	content: '';
	background: url(/assets/images/icon_arrow_menu_02.png) no-repeat center center;
	background-size: 8px 15px;
}

.st-gnav__sp_menu a[target='_blank']::before {
	width: 15px;
	height: 12px;
	margin: auto;
	background: url(/assets/images/icon_blank_bl.png) no-repeat center center;
	background-size: 15px auto;
}

.st-gnav__sp_menu a.c-link-disabled {
	color: #ccc;
}

.st-gnav__sp_menu a.c-link-disabled::before {
	display: none;
}

.st-menu {
	position: absolute;
	top: 19px;
	right: 15px;
	display: block;
	width: 28px;
	height: 22.5px;
}

.st-menu span {
	position: absolute;
	right: 0;
	left: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 28px;
	height: 2.5px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #000;
}

.st-menu span:nth-of-type(1) {
	top: 0;
}

.st-menu span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}

.st-menu span:nth-of-type(3) {
	bottom: 0;
}

.st-menu.is-open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.st-menu.is-open span:nth-of-type(2) {
	opacity: 0;
}

.st-menu.is-open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.st-footer {
	min-width: inherit;
	padding: 17.5px 0 15px;
}

.st-footer a::before {
	display: none;
}

.st-footer__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.st-footer__nav {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.st-footer__nav__elm {
	display: none;
}

.st-footer__sp_subnav {
	display: block;
	width: 100%;
}

.st-footer__sp_subnav .st-footer__nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 375px;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.st-footer__sp_subnav .st-footer__nav__list li {
	position: relative;
	padding: 0 12px;
}

.st-footer__sp_subnav .st-footer__nav__list li::after {
	font-size: 1.1rem;
	position: absolute;
	top: 2px;
	right: 0;
	content: '|';
	color: #000;
}

.st-footer__sp_subnav .st-footer__nav__list li:nth-child(3)::after {
	display: none;
}

.st-footer__sp_subnav .st-footer__nav__list li:last-child::after {
	display: none;
}

.st-footer__sp_subnav .st-footer__nav__list a {
	font-size: 1.2rem;
	line-height: 2.1;
}

.st-footer__nav__list {
	padding: 0;
}

.st-footer__site {
	display: none;
}

.st-footer__site__title {
	font-weight: 700;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	padding: 0 15px;
	color: #fff;
	background: #e78533;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-footer__site__title > {
	display: block;
}

.st-footer__site__title::before,
.st-footer__site__title::after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	display: block;
	width: 15px;
	height: 2px;
	margin: auto;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: #fff;
}

.st-footer__site__title::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.st-footer__site__title.is-open::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.st-footer__site__title.is-open::after {
	display: none;
}

.st-footer__site__list {
	display: none;
}

.st-footer__site__list li {
	border-top: solid 1px #fff;
}

.st-footer__site__list li::before {
	display: none;
}

.st-footer__site__list li:nth-child(7)::after,
.st-footer__site__list li:last-child::after {
	display: none;
}

.st-footer__site__list a {
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	color: #000;
	background: #eee;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-footer__site__list a > {
	display: block;
}

.st-footer__site__list a::before {
	position: absolute;
	top: 0;
	right: 18.5px;
	bottom: 0;
	display: block;
	width: 8px;
	height: 15px;
	margin: auto;
	content: '';
	background: url(/assets/images/icon_arrow_menu_02.png) no-repeat center center;
	background-size: 8px 15px;
}

.st-pagetop {
	right: 15px;
	bottom: 15px;
	width: 50px;
}

.st-copyright {
	font-size: 1.0rem;
	line-height: 1.5;
	width: 100%;
	margin: 12.5px 0 0;
	text-align: center;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.st-sub-nav__list {
	top: 0;
	width: auto;
	border-bottom: solid 1px #eee;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.st-sub-nav__list li {
	width: 50%;
	margin: 0;
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
}

.st-sub-nav__list li:nth-child(2n) {
	border-right: none;
}

.st-sub-nav__list a {
	font-size: 1.2rem;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-bottom: none;
}

.st-sub-nav__list a:hover {
	color: #000;
	border-bottom: none;
}

.st-sub-nav__list a.is-current {
	border-bottom: none;
}

.c-hover-img:hover {
	opacity: 1;
}

.c-hover-text:hover {
	text-decoration: none;
}

.c-hover-scale:hover img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.c-breadcrumbs {
	position: absolute;
	top: 12px;
}

.c-breadcrumbs ol {
	display: block;
	overflow: hidden;
}

.c-breadcrumbs li {
	font-size: 1.0rem;
	position: relative;
	z-index: 2;
	float: left;
	margin: 0 22px 0 0;
}

.c-breadcrumbs li:last-child {
	z-index: 1;
	float: none;
}

.c-l-card {
	display: block;
}

.c-l-column {
	display: block;
}

.c-l-pages .c-breadcrumbs {
	line-height: 2.0;
	height: auto;
	padding: 10px 0;
}

.c-l-section {
	padding: 40px 0;
}

.c-header {
	height: 120px;
}

.c-header .c-headline strong {
	font-size: 6.5rem;
}

.c-headline strong {
	font-size: 7.5rem;
	line-height: .8;
}

.c-bd-headline span {
	padding: 0 25px;
}

.c-bd-headline span::before,
.c-bd-headline span::after {
	width: 15px;
}

.c-pages-header {
	height: 120px;
	padding: 12px 0 0;
}

.c-pages-header .c-pages-lead {
	font-size: 1.2rem;
	line-height: 1.5;
}

.c-pages-headline {
	font-size: 1.4rem;
	line-height: 1.7;
	position: relative;
	bottom: -10px;
	padding: 20px 0 18px;
}

.c-pages-headline__logo {
	margin: 0 auto 15px;
}

.c-sub-headline {
	font-size: 1.5rem;
}

.c-btn a {
	font-size: 1.4rem;
}

.c-btn a:hover {
	background-color: #000;
}

.c-btn--bd {
	width: 100%;
}

.c-btn--bd a {
	background-position: right 15px center;
}

.c-btn--bd a:hover {
	color: #ed6c00;
	background: #fff url(/assets/images/icon_arrow_01.png) no-repeat right 18px center;
	background-size: 18px auto;
}

.c-btn--tab a:hover {
	background: #000 url(/assets/images/icon_blank.png) no-repeat right 20px center;
	background-size: 10px auto;
}

.c-text {
	line-height: 1.9;
	position: relative;
	letter-spacing: .05em;
}

.c-lead {
	line-height: 1.5;
	position: relative;
}

.c-note {
	font-size: 1.2rem;
}

.c-bnr {
	display: none;
}

.c-p-release {
	height: auto;
}

.c-p-release a {
	line-height: 2.0;
	display: block;
	width: 100%;
	padding: 8px 40px 8px 20px;
	text-align: left;
	background-position: right 20px center;
}

.c-p-release span {
	border-bottom: none;
}

.c-contact {
	padding: 30px;
}

.c-contact__list {
	display: block;
}

.c-contact__list li {
	width: 100%;
	margin: 0;
}

.c-contact__list li + li {
	margin: 10px 0 0;
}

.c-contact__list a {
	line-height: 1.3;
	height: 60px;
}

.c-news-date {
	width: 75px;
}

.c-news-category {
	font-size: 1.0rem;
}

.c-news-tag a {
	font-size: 1.0rem;
}

.c-p-powered {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 20px 0;
}

.c-p-powered img {
	width: 104.5px;
	margin-left: 5px;
}

.c-p-movie {
	width: 100%;
	margin: 30px 0 0;
	padding-top: 56.305%;
}

.c-p-movie--bd {
	padding-top: 55.9%;
}

.t-l-sec--top {
	padding-top: 137px;
}

.t-fs24 {
	font-size: 1.7rem;
}

.t-fs22 {
	font-size: 23px;
}

.contact-step__list {
	margin: 0 -6px;
}

.contact-step__list li {
	font-size: 1.1rem;
	width: 29.411764705%;
	height: 48px;
	margin: 0 6px;
	padding: 8px 1.40056022% 7px 2.801120448%;
}

.contact-step__list li::before {
	right: -10px;
	border-width: 24px 0 24px 10px;
}

.contact-step__list li::after {
	left: -10px;
	border-top: solid 24px #dcdcdc;
	border-bottom: solid 24px #dcdcdc;
	border-left: solid 10px transparent;
}

.contact-step__list li.current::after {
	border-top: solid 24px #333;
	border-bottom: solid 24px #333;
}

.contact-step__list li:nth-child(2) {
	width: 29.411764705%;
	padding: 8px 1.40056022% 7px 2.801120448%;
}

.contact-form {
	width: 100%;
	margin: 30px 0 0;
}

.aform-content {
	width: 100%;
	margin: 30px 0 0;
}

.aform-content dl {
	display: block;
}

.aform-content dl + p {
	margin: 20px 0 0;
	text-align: left;
}

.aform-content dt {
	width: 100%;
	padding: 15px 55px 15px 15px;
}

.aform-content dd {
	width: 100%;
	padding: 20px 15px 15px 15px;
}

.aform-content .contact-form__check {
	padding: 20px 15px 15px 15px;
}

.aform-content .aform-error-list dt,
.aform-content .aform-error-list dd {
	padding: 15px;
}

.aform-required {
	font-size: 1.0rem;
	top: 20px;
	right: 15px;
	width: 30px;
}

.aform-input-example,
.aform-twice-note {
	line-height: 1.7;
	margin: 5px 0 0;
}

.aform-twice-note {
	display: block;
	margin: 0 0 5px;
}

.aform-input {
	width: 100%;
	height: 40px;
}

.aform-name-ul li + li,
.aform-kana-ul li + li {
	margin: 0 0 0 4.761904761%;
}

.aform-name {
	width: 84%;
	margin: 0 0 0 4%;
}

.aform-kana {
	width: 77%;
	margin: 0 0 0 2%;
}

.contact-form__label {
	margin: 0 20px 5px 0;
}

.aform-field-option-text {
	width: 86%;
}

.aform-textarea {
	width: 100%;
	height: 170px;
}

.aform-select {
	font-size: 1.6rem;
	width: 100%;
	height: 40px;
}

.contact-form__policy {
	margin: 40px 0 0;
}

.contact-form__policy p {
	line-height: 1.7;
	margin: 25px 0 0;
}

.contact-form__policy p + p {
	margin: 10px 0 0;
}

.aform-button-area input {
	width: 100%;
	margin: 30px 0 0;
	background-position: right 15px center;
}

.aform-button-area input:hover {
	color: #ed6c00;
	background: #fff url(/assets/images/icon_arrow_01.png) no-repeat right 18px center;
	background-size: 18px auto;
}

#aform-confirm-form dd {
	padding: 20px 15px 15px 15px;
}

.contact-form--confirm .contact-form__list dt {
	padding: 15px;
}

.contact-form--confirm .contact-form__list dd {
	line-height: 1.7;
	padding: 15px;
}

.contact-form--complete {
	padding-bottom: 100px;
}

.contact-form--complete__lead {
	font-size: 1.7rem;
}

.contact-form--complete__text {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 10px 0 0;
}

.capy-captcha {
	margin: 20px auto 0;
}

#capy-logo {
	width: inherit;
}

}

@media only screen and (max-width: 374px) {

.aform-kana {
	width: 76%;
}

}

@media only screen and (max-width: 360px) {

.for-tb {
	display: none;
}

.st-footer__sp_subnav .st-footer__nav__list a {
	font-size: 1.1rem;
}

.c-headline strong {
	font-size: 6.3rem;
}

.c-pages-headline {
	font-size: 1.2rem;
}

.c-news-date {
	font-size: 1.2rem;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.c-news-tag a {
	font-size: 1.0rem;
	letter-spacing: -.1em;
}

.t-fs18 {
	font-size: 15px;
}

.contact-step__list li {
	font-size: 1.0rem;
	padding: 9px 1.40056022% 8px 2.801120448%;
}

.aform-name-ul label,
.aform-kana-ul label {
	font-size: 1.2rem;
}

.aform-name {
	margin: 0 0 0 3%;
}

.contact-form__label {
	font-size: 1.2rem;
}

.aform-horizontal-ul li {
	font-size: 1.2rem;
}

}

@media only screen and (max-width: 320px) {

.c-text {
	font-size: 1.2rem;
}

.c-lead {
	font-size: 1.8rem;
}

.c-note {
	font-size: 1.0rem;
}

}

@-webkit-keyframes fadeInUp {

from {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	opacity: 0;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@keyframes fadeInUp {

from {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	opacity: 0;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}


/*# sourceMappingURL=maps/common.css.map */
