@charset "UTF-8";


/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
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-style: 400;
	vertical-align: top;
	box-sizing: border-box;
}

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

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	color: #040404;
	font-size:16px;
	font-size: 1.6rem;
	font-family: -apple-system, 'Helvetica Neue', '游ゴシック Medium', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
	font-weight:400;
	line-height: 1;
	letter-spacing: .075em;
	width: 100%;
	min-width: 1110px;
	height: 100%;
	background: #fff;
	position: relative;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}

.wf-active body,
.wf-active :before,
.wf-active :after,
.wf-active input[type="text"],
.wf-active textarea {
	font-family: Roboto, 'Noto Sans Japanese', sans-serif;
}

blockquote,
q {
	quotes: none;
}

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

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

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

caption,
th {
	text-align: left;
}

a,
a:visited {
	color:#666;
	-webkit-transition: all 0.25s cubic-bezier(0.75, 0, 0.35, 1);
	transition: all 0.25s cubic-bezier(0.75, 0, 0.35, 1);
}

.no-touch a:hover,
.no-touch a:visited:hover {
	text-decoration: none;
	opacity: 0.7;
}

a:focus {
	outline: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

::selection {
	color: #fff;
	background: #0e0d6a;
}

::-moz-selection {
color:#fff;
background: #0e0d6a;
}


/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-inner {
	max-width:1110px;
	margin:0 auto;
	position:relative;
}

.u-font-serif {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
}

.u-show-media {
	display:none;
}

.u-hide-media {
	display:inline-block;
}


/* ----------------------------------------------------------------------
 * GLOBAL - LAYOUT
 * ---------------------------------------------------------------------- */
.l-wrapper {
	min-width:1100px;
}

.l-container {
	padding:90px 0 60px;
}


/* ----------------------------------------------------------------------
 * GLOBAL - HEADER
 * ---------------------------------------------------------------------- */
.l-global-header {
	width:100%;
	min-width:1100px;
	height:90px;
	margin:0 auto;
	background: rgba(255,255,255,.975);
	border-top: 4px solid #2E7BD7;
	border-bottom:1px solid rgba(0,0,0,.1);
	position: fixed;
	z-index:1000;
	backface-visibility: hidden;
}

.l-global-header-logo {
	width:281px;
	position:absolute;
	top:10px;
	left:60px;
}

.l-global-header-logo .anc {
	color: transparent;
	font: 0/0 aa;
	display:block;
}

.l-global-header-logo .img {
	width:100%;
	height:auto;
}

.l-global-header-tel {
	text-align: right;
	padding: 10px 60px 0 0;
	display: table;
	float: right;
}

.l-global-header-tel .e-title {
	font-size: 1.3rem;
	font-weight: 700;
	vertical-align: middle;
	padding: 0 15px 0 0;
	display: table-cell;
}

.l-global-header-tel .e-item {
	color: #0e0d6a;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .015em;
	vertical-align: middle;
	padding: 0 0 0 35px;
	display: table-cell;
	background: url(../../img/global/icon-free-call.png) no-repeat left center / 30px auto;
}

.l-global-nav {
	text-align:right;
	width: 100%;
	float:right;
	display: block;
}

.l-global-nav-parent {
	padding:17px 60px 0 0;

}

.l-global-nav-item {
	font-size:15px;
	font-size:1.5rem;
	font-weight:400;
	line-height:1;
	text-align:center;
	letter-spacing:0;
	margin:0 0 0 25px;
	display:inline-block;	
}

.l-global-nav-item .anc {
	text-decoration:none;
}

.rsbtn.rsfloating {
	top:70px;
	left:10px;
}




/* ----------------------------------------------------------------------
 * GLOBAL - LOCAL VISUAL
 * ---------------------------------------------------------------------- */
.l-key_visual {
	height:80px;
	background: url(../../img/global/keyvisual.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}

.l-key_visual:before {
	content:'';
	width:100%;
	height:100%;
	background:rgba(12,108,216,.75);
	position:absolute;
	top:0;
	left:0;
}

.l-key_visual .title {
	font-family: Montserrat;
	color:rgba(255,255,255,.95);
	font-size:18px;
	font-size:1.8rem;
	font-weight:700;
	text-align:center;
	letter-spacing:0;
	width:100%;
	position: absolute;
	top:50%;
	z-index:1;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}


/* ----------------------------------------------------------------------
 * GLOBAL - LOCAL CONTENT TITLE
 * ---------------------------------------------------------------------- */
.l-content_title {
	text-align:center;
	padding:60px 0 30px;
}

.l-content_title .main {
	font-family: Montserrat, 'Noto Sans Japanese', sans-serif;;
	font-size:36px;
	font-size:3.6rem;
	font-weight:900;
	line-height:1.35;
	letter-spacing:0;
	margin:0 0 20px;
	display:block;
}

:lang(en) .l-content_title .main {
	letter-spacing:0;
}


.l-content_title .sub {
	font-family: Montserrat;
	color:#666;
	font-size:22px;
	font-size:2.2rem;
	font-weight:400;
	letter-spacing:-.01em;
	display:block;
}


/* ----------------------------------------------------------------------
 * GLOBAL - LOCAL CONTENT DATA
 * ---------------------------------------------------------------------- */
.l-data table {
	width:100%;
	margin:0 0 100px;
	border:1px solid #ddd;
}

.l-data table th,
.l-data table td {
	border:1px solid #ddd;
	width:50%;
}

.l-data table th {
	background:#f1f1f1;
}




/* ----------------------------------------------------------------------
 * GLOBAL - FOOTER
 * ---------------------------------------------------------------------- */
.l-global-footer {
	color:#300;
	width:100%;
	padding: 0 0 30px;
	background: #2E7BD7;
}

.l-global-footer .anc {
	color:#300;
}

.l-global-footer-wrap {
	text-align: center;
	margin: 0 0 30px;
	padding: 30px 0;
	background: rgba(255,255,255,.25);
}

.l-global-footer-item {
	margin: 0 10px;
	display: inline-block;
}

.l-global-footer-item .e-link {
	color: #fff;
	font-size: 1.4rem;
}

.l-footer-copyright {
	font-size:13px;
	font-size:1.3rem;
	font-weight:400;
	font-style:normal;
	letter-spacing:.05em;
	float:right;
}

.l-sns-list {
	letter-spacing:-.4em;
}

.l-sns-list-item {
	letter-spacing:0;
	margin:0 10px 0 0;
	display:inline-block;
}

.l-sns-list-item .e-link {
	color: transparent;
	font-size:0;
	text-align:center;
	text-decoration:none;
	width:40px;
	height:40px;
	display:block;
	background:#fff;
	border-radius:50%;
	background-size:90% auto;
	background-position:center;
}

.l-sns-list-item:nth-child(1) .e-link {
	background-image:url(../../img/global/sns-01.png);
}

.l-sns-list-item:nth-child(2) .e-link {
	background-image:url(../../img/global/sns-03.png);
}

.l-sns-list-item:nth-child(3) .e-link {
	background-image:url(../../img/global/sns-02.png);
}

.l-go-top {
	position: fixed;
	bottom:95px;
	right:50%;
	transform:translateX(600px);
}

.l-go-top .anc {
	width:12px;
	height:22px;
	display:block;
	background-size:12px auto;
}

.rsbtn {
	margin: 0 !important;
	position: absolute !important;
	top: 0;
	z-index: 1010 !important;
}

/* comingsoon */
.is-comingsoon .l-global-nav,
.is-comingsoon .g-header-navBtn {
	display:none !important;
}

.is-comingsoon .e-title {
	color:#5e5e5e;
	font-family: Montserrat;
	font-size:40px;
	font-size:4rem;
	font-weight:900;
	text-align:center;
	letter-spacing:0;
	padding:150px 0;
}














