@charset "UTF-8";

/*
Theme Name: 建設ドットウエブ
Version: 0.1
Author: COMLAB
*/
/*------------------------------------*\
SLIDER PRO v1.3
\*------------------------------------*/
/* Core */
.slider-pro {
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Touch Swipe */
.sp-grab {
	cursor: url(img/slider/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(img/slider/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* CSS for preventing styling issues in WordPress */
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-mox-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

/* sp-buttons */
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: right;
	padding-top: 14px;
	padding-right: 50px;
}

.sp-button {
	width: 26px;
	height: 1px;
	padding: 4px 0;
	margin-left: 13px;
	display: inline-block;
	cursor: pointer;
}

.sp-button:after {
	content: '';
	width: 26px;
	height: 1px;
	background: #e5e5e5;
	display: block;
}

.sp-selected-button {
	cursor: default;
}

.sp-selected-button:after {
	background-color: #030303;
}

.hp_centering {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.hp_forPc {
	display: none !important;
}

@media screen and (min-width: 840px) {
	.hp_forPc {
		display: block !important;
	}
}

.hp_forPcIl {
	display: none !important;
}

@media screen and (min-width: 840px) {
	.hp_forPcIl {
		display: inline !important;
	}
}

.hp_forPcIlb {
	display: none !important;
}

@media screen and (min-width: 840px) {
	.hp_forPcIlb {
		display: inline-block !important;
	}
}

.hp_forSp {
	display: block !important;
}

@media screen and (min-width: 840px) {
	.hp_forSp {
		display: none !important;
	}
}

.menu-item.hp_forSp {
	display: block !important;
}

@media screen and (min-width: 950px) {
	.menu-item.hp_forSp {
		display: none !important;
	}
}

.hp_forSpMN {
	display: block !important;
}

@media screen and (min-width: 950px) {
	.hp_forSpMN {
		display: none !important;
	}
}

.hp_forSpIl {
	display: inline !important;
}

@media screen and (min-width: 840px) {
	.hp_forSpIl {
		display: none !important;
	}
}

.hp_forSpIlb {
	display: inline-block !important;
}

@media screen and (min-width: 840px) {
	.hp_forSpIlb {
		display: none !important;
	}
}

@media screen and (min-width: 840px) {
	.hp_pcGrid2 {
		width: 90% !important;
		max-width: 1170px !important;
		margin: 0 auto !important;
	}
}

@media screen and (min-width: 840px) {
	.hp_pcGrid3 {
		width: 80% !important;
		max-width: 1040px !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 840px) {
	.hp_spGrid1 {
		width: 91% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width: 840px) {
	.hp_spGrid2 {
		width: 82% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width: 840px) {
	.hp_brSp {
		display: inline !important;
	}
}

.hp_W90pCenterling {
	width: 90% !important;
	margin: 0 auto !important;
}

.hp_coverLink {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

@media screen and (min-width: 840px) {
	.hp_pcPdl7per {
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		padding-left: 7% !important;
	}
}

.hp_dspn {
	display: none !important;
}

.hp_colorfff {
	color: #fff !important;
}

.hp_tal {
	text-align: left !important;
}

.hp_tar {
	text-align: right !important;
}

.hp_tac {
	text-align: center !important;
}

.hp_baseText {
	line-height: 1.8 !important;
	letter-spacing: 0.1em !important;
}

.hp_positionRel {
	position: relative !important;
}

.hp_positionAbs {
	position: absolute !important;
}

.hp_fontMincyo {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.hp_fontGothic {
	font-family: "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

/*start reset.css*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
	vertical-align: bottom;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
	resize: none;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/*end reset.css*/
img {
	width: 100%;
	height: auto;
}

/*ベース設定*/
body {
	font-size: 16px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.4px;
	color: #212121;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

br {
	display: none;
}

@media screen and (min-width: 840px) {
	br {
		display: inline;
	}
}

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

section {
	position: relative;
}

textarea {
	padding: 1em;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input {
	padding-left: 1em;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

p {
	margin: 0;
}

.din {
	font-family: 'Oswald', sans-serif;
}

.ly_main {
	overflow: hidden;
}

body#index .ly_main {
	padding-top: 0;
}

@media screen and (max-width: 840px) {
	.ly_main {
		padding-top: 70px;
	}
}

.bl_heroblock {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.bl_heroblock:after {
	content: "";
	position: absolute;
	top: 15.4vh;
	width: 100%;
	height: 45.3vh;
	bottom: calc(100% - 430px);
	right: 0;
	background-color: rgba(0, 0, 255, 0.4);
}

@media screen and (max-width: 840px) {
	.bl_heroblock:after {
		height: 205px;
		top: auto;
		bottom: 22vw;
		width: 95%;
	}
}

.bl_heroblock:before {
	content: "";
	position: absolute;
	bottom: 15.4vh;
	height: 45.3vh;
	width: 80.3%;
	right: 0;
	background-color: rgba(0, 0, 255, 0.4);
}

@media screen and (max-width: 840px) {
	.bl_heroblock:before {
		height: 200px;
		top: auto;
		bottom: 30px;
		width: 80%;
	}
}

@media screen and (max-width: 840px) {
	.bl_heroblock {
		background-image: url(./img/index/index_hero_img01.gif);
	}
}

.bl_heroblock_caption {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.js_isIe .bl_heroblock_caption {
	left: auto;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

@media screen and (max-width: 840px) {
	.bl_heroblock_caption {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.bl_heroblock_caption_inner {
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 840px) {
	.bl_heroblock_caption_inner {
		padding-bottom: 70px;
	}
}

.bl_heroblock_caption_inner_copy1 {
	width: 65.6vw;
}

.bl_heroblock_caption_inner_copy2 {
	width: 100%;
	text-align: right;
	margin-top: -15px;
}

.bl_heroblock_caption_inner_copy2 img {
	width: 230px;
}

@media screen and (max-width: 840px) {
	.bl_heroblock_caption_inner_copy2 img {
		width: 48vw;
	}
}

.bl_heroblock .bl_videoblock {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 840px) {
	.bl_heroblock .bl_videoblock {
		display: none;
	}
}

.bl_heroblock .bl_videoblock #video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

@media screen and (max-width: 840px) {
	.bl_heroblock .bl_videoblock {
		display: none;
	}
}

.Mainslider {
	display: none;
}

@media screen and (max-width: 840px) {
	.Mainslider {
		display: block;
	}
}

.ly_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.ly_header.active {
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}

.js_humburgerOpen .ly_header {
	z-index: 1000;
}

.ly_header_inner {
	position: relative;
	width: 91.4%;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 950px) {
	.ly_header_inner {
		margin: auto;
		width: 100%;
		height: 70px;
	}

	.js_humburgerOpen .ly_header_inner {
		height: 100vh;
	}
}

.el_headerTtl {
	font-size: 18px;
}

@media screen and (max-width: 950px) {
	.el_headerTtl {
		display: block;
		position: fixed;
		left: 5%;
		top: 15px;
	}
}

.el_headerTtl a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 950px) {
	.el_headerTtl a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.el_headerTtl a .el_headerTtl_Main {
	padding: 1px 0;
	letter-spacing: 6px;
}

@media screen and (max-width: 950px) {
	.el_headerTtl a .el_headerTtl_Main {
		display: block;
		letter-spacing: 4px;
		margin-right: -4px;
	}
}

.js_humburgerOpen .el_headerTtl a .el_headerTtl_Main {
	color: #fff;
}

.el_headerTtl a .el_headerTtl_recruit {
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
	background-color: #030303;
	color: #fff;
	padding: 2px 10px 3px;
	letter-spacing: 1px;
}

@media screen and (max-width: 950px) {
	.el_headerTtl a .el_headerTtl_recruit {
		display: block;
		margin-left: 0;
		padding: 2px 0 3px;
		width: 100%;
		text-align: center;
	}
}

.js_humburgerOpen .el_headerTtl a .el_headerTtl_recruit {
	background-color: #fff;
	color: #0000ff;
}

.bl_navBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.bl_navBlock li {
	position: relative;
	list-style-type: none;
	margin-left: 25px;
}

@media screen and (max-width: 1100px) {
	.bl_navBlock li {
		margin-left: 18px;
	}
}

.bl_navBlock li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 950px) {
	.bl_navBlock li {
		font-size: 35px;
		margin: 0 auto 15px;
	}

	.bl_navBlock li:first-child {
		margin: 0 auto 15px;
	}

	.bl_navBlock li:last-child {
		margin: 0 auto;
	}

	.js_humburgerOpen .bl_navBlock li {
		width: 90%;
	}
}

.bl_navBlock li.mynavi {
	padding-top: 20px;
}

.bl_navBlock li.is-none {
	display: none !important;
}

.bl_navBlock li.mynavi a {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 2px solid #fff;
	padding: 7px 15px;
	display: inline-block;
}

.bl_navBlock li.download a {
	font-size: 14px;
}

.bl_navBlock li.download a .fa {
	margin-right: 5px;
}

.bl_navBlock a {
	display: inline-block;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.bl_navBlock a:hover {
	color: rgba(0, 0, 0, 0.4);
}

.bl_navBlock a:after {
	content: attr(title);
	font-size: 10px;
	display: block;
	padding-top: 5px;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.ly_footer_content .bl_navBlock a:after {
	content: none;
}

@media screen and (max-width: 950px) {
	.bl_navBlock {
		display: none;
	}

	.js_humburgerOpen .bl_navBlock {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding-top: 85px;
		background-color: #0000ff;
		color: #fff;
	}

	.js_humburgerOpen .bl_navBlock a {
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.js_humburgerOpen .bl_navBlock a:after {
		font-size: 14px;
		margin-left: 15px;
	}
}

.ly_footer_content .bl_navBlock {
	font-size: 17px;
	margin-bottom: 20px;
}

.bl_index_conceptBlock {
	padding: 120px 0 0;
	margin-bottom: 205px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock {
		margin-bottom: 165px;
	}
}

.bl_index_conceptBlock_inner {
	position: relative;
	width: 75.2%;
	max-width: 880px;
	margin: 0 auto;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock_inner {
		width: 80%;
	}
}

.bl_index_conceptBlock_ttl {
	margin: auto;
	margin-bottom: 65px;
	width: 430px;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock_ttl {
		width: 100%;
		max-width: 430px;
		margin-bottom: 50px;
	}
}

.bl_index_conceptBlock_ttl_bottom {
	font-size: 100px;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock_ttl_bottom {
		font-size: 73px;
	}
}

.bl_index_conceptBlock_catch {
	margin-bottom: 65px;
}

.bl_index_conceptBlock_texts {
	position: relative;
}

.bl_index_conceptBlock_texts .bl_index_conceptBlock_texts_svg {
	width: 50%;
	max-width: 350px;
	position: absolute;
	bottom: -20px;
	left: 51%;
	z-index: -1;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock_texts .bl_index_conceptBlock_texts_svg {
		width: 110%;
		max-width: 110%;
		left: -5%;
		top: 40%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
	}
}

.bl_index_conceptBlock_texts .bl_index_conceptBlock_texts_text {
	margin-bottom: 65px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock_texts .bl_index_conceptBlock_texts_text {
		text-align: left;
		font-size: 14px;
	}
}

.bl_index_conceptBlock_texts_link {
	font-size: 20px;
	letter-spacing: 2px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock_texts_link {
		font-size: 16px;
		border-bottom: 1px solid #000;
	}
}

.bl_index_conceptBlock_texts_link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bl_index_conceptBlock_texts_link a .fa {
	-webkit-transition: all 150ms;
	transition: all 150ms;
	padding-right: 10px;
}

.bl_index_conceptBlock_texts_link a:hover .fa {
	padding-right: 5px;
}

.bl_index_newsBlock {
	margin-bottom: 250px;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 840px) {
	.bl_index_newsBlock {
		margin-bottom: 170px;
	}
}

.bl_index_newsBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_index_newsBlock_inner {
		width: 80%;
	}
}

.bl_sectionTtlBlock {
	text-align: center;
	margin-bottom: 55px;
	position: relative;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 840px) {
	.bl_sectionTtlBlock {
		margin-bottom: 30px;
	}

	#sc_about_futura .bl_sectionTtlBlock {
		margin-bottom: 55px;
	}
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_img {
	max-width: 420px;
	width: 100%;
	margin: auto;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text {
	position: absolute;
	left: 55%;
	white-space: nowrap;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.news {
	top: 80%;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.howwework {
	top: 90%;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.typeofwork {
	top: 75%;
	letter-spacing: 5px;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.interview {
	top: 80%;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.flow {
	top: 75%;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.service {
	top: 90%;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.history {
	top: 105%;
	left: 45%;
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.message {
	top: 71%;
	left: 57%;
}

@media screen and (max-width:840px) {
	.bl_sectionTtlBlock .bl_sectionTtlBlock_text.message {
		top: 91%;
		left: 48%;
	}
}

@media screen and (max-width: 840px) {
	.bl_sectionTtlBlock .bl_sectionTtlBlock_text.history {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.future {
	top: 105%;
}

@media screen and (max-width: 840px) {
	.bl_sectionTtlBlock .bl_sectionTtlBlock_text.future {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.bl_sectionTtlBlock .bl_sectionTtlBlock_text.company {
	top: 100%;
}

.bl_index_newsBlock_articles_item {
	margin-bottom: 20px;
}

@media screen and (min-width: 841px) {
	.bl_index_newsBlock_articles_item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.bl_index_newsBlock_articles_item a:hover .bl_index_newsBlock_articles_item_head:after {
	background-color: #313131;
}

.bl_index_newsBlock_articles_item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 840px) {
	.bl_index_newsBlock_articles_item {
		display: block;
		margin-bottom: 55px;
	}
}

.bl_index_newsBlock_articles_item_head {
	position: relative;
	width: 130px;
}

.bl_index_newsBlock_articles_item_head:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #bfbfbf;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

@media screen and (max-width: 840px) {
	.bl_index_newsBlock_articles_item_head {
		display: none;
	}
}

.bl_index_newsBlock_articles_item_date {
	font-size: 14px;
	position: relative;
	width: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 840px) {
	.bl_index_newsBlock_articles_item_date {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.bl_index_newsBlock_articles_item_date:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		top: 50%;
		left: 0;
		background-color: #000;
	}
}

.bl_index_newsBlock_articles_item_date_wrapper {
	position: relative;
	background-color: #fff;
	z-index: 2;
	padding-right: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_index_newsBlock_articles_item_text {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (min-width: 841px) {
	.bl_index_newsBlock_articles_item_text {
		width: calc(100% - 270px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.bl_index_workBlock {
	margin-bottom: 200px;
}

@media screen and (max-width: 840px) {
	.bl_index_workBlock {
		margin-bottom: 165px;
	}
}

.bl_index_workBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	.bl_index_workBlock_inner {
		width: 80%;
	}
}

.el_innerTtl {
	margin-bottom: 60px;
}

.bl_index_workBlock_wrapper {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bl_sectBlock1 {
	text-align: center;
	width: calc(50% - 35px);
	margin-right: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.bl_sectBlock1:last-child {
		margin-bottom: 0;
	}
}

.bl_sectBlock1:nth-child(2n+1) {
	margin-right: 0;
	margin-left: 35px;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock1:nth-child(2n+1) {
		width: 100%;
		margin-left: 0;
	}
}

.bl_sectBlock1:first-child {
	width: 100%;
	margin: 0 0 165px;
	padding: 0 65px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock1:first-child {
		padding: 0;
		margin: 0 0 30px;
	}
}

.el_innerTtl {
	position: relative;
	font-weight: bold;
}

.el_innerTtl:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #000;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 840px) {
	.el_innerTtl:after {
		content: none;
	}
}

@media screen and (max-width: 840px) {
	.el_innerTtl {
		margin-bottom: 0;
	}
}

.el_innerTtl_main {
	text-align: center;
}

@media screen and (max-width: 840px) {
	.el_innerTtl_main {
		width: 125px;
		height: 125px;
		background-color: #f2f2f2;
		border-radius: 100%;
		margin: 0 auto;
		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;
	}
}

.el_innerTtl_main_wrapper {
	position: relative;
}

@media screen and (max-width: 840px) {
	.el_innerTtl_main_wrapper:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 2px;
		background-color: #000;
		left: 50%;
		bottom: -15px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.bl_sectBlock1_ttl {
	font-size: 24px;
	margin-bottom: 40px;
	min-height: 66px;
	line-height: 1.4;
	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;
}

.bl_sectBlock1:first-child .bl_sectBlock1_ttl {
	min-height: 0;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock1_ttl {
		min-height: 0;
	}
}

.bl_sectBlock1_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: left;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock1_text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.bl_sectBlock1_image {
	margin: auto;
	padding-top: 30px;
}

.bl_sectBlock1_image.point-01 {
	width: 90%;
	max-width: 370px;
}

.bl_sectBlock1_image.point-02 {
	width: 90%;
	max-width: 350px;
}

.bl_sectBlock1_image.point-03 {
	width: 90%;
	max-width: 300px;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock1_image {
		padding-top: 0;
		padding-bottom: 30px;
	}
}

.bl_index_typeBlock {
	background-color: #eee;
	margin-bottom: 205px;
	padding: 145px 0 210px;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock {
		padding: 85px 0;
		margin-bottom: 130px;
	}
}

.bl_index_typeBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_inner {
		width: 80%;
	}
}

.bl_index_typeBlock_types {
	padding-top: 50px;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_types {
		padding-top: 30px;
		margin-bottom: 30px;
	}
}

.bl_index_typeBlock_types_item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}

.bl_index_typeBlock_types_item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.bl_index_typeBlock_types_item_ttl {
	font-size: 24px;
	margin-bottom: 35px;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_types_item_ttl {
		font-size: 20px;
		text-align: center;
		line-height: 1.7;
		margin-bottom: 20px;
	}
}

.bl_index_typeBlock_types_item_text {
	font-size: 14px;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_types_item_text {
		line-height: 1.7;
	}
}

.bl_index_typeBlock_graphic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 841px) {
	.bl_index_typeBlock_graphic {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_graphic {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.bl_index_typeBlock_graphic_item.item_svg {
	width: 54.5%;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_graphic_item.item_svg {
		width: 100%;
		text-align: center;
	}

	.bl_index_typeBlock_graphic_item.item_svg img {
		max-width: 500px;
	}
}

.bl_index_typeBlock_graphic_item.item_text {
	width: 45.5%;
	padding-left: 50px;
	line-height: 1.8;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_graphic_item.item_text {
		width: 100%;
		margin-bottom: 30px;
		padding-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

.bl_index_typeBlock_graphic_item_ttl {
	text-align: right;
	position: relative;
	line-height: 1;
	margin-bottom: 25px;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_graphic_item_ttl {
		text-align: center;
	}
}

.bl_index_typeBlock_graphic_item_ttl span {
	font-style: italic;
	padding-left: 10px;
	background: #eee;
	position: relative;
	display: inline-block;
	line-height: 1;
	z-index: 1;
}

@media screen and (max-width: 840px) {
	.bl_index_typeBlock_graphic_item_ttl span {
		padding-right: 11px;
	}
}

.bl_index_typeBlock_graphic_item_ttl:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

.bl_index_interviewBlock {
	margin-bottom: 260px;
}

@media screen and (max-width: 840px) {
	.bl_index_interviewBlock {
		margin-bottom: 170px;
	}
}

.bl_index_interviewBlock_inner {
	position: relative;
	width: 91.4%;
	margin: 0 auto;
	max-width: 1070px;
}

@media screen and (max-width: 840px) {
	.bl_index_interviewBlock_inner {
		width: 100%;
	}
}

.bl_interviewTabs {
	margin: 0 auto 100px;
	overflow: hidden;
	position: relative;
	/* background-color: #ecf4fe; */
}

.bl_interviewTabs_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.bl_interviewTabs_header::after {
	content: "";
	width: calc(100% / 4);
	display: block;
}

.bl_interviewTabs_header::before {
	content: "";
	width: calc(100% / 4);
	display: block;
	order: 1;
}


.bl_interviewTabs_header-screen {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 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;
	background-color: rgba(0, 0, 255, 0.7);
	color: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.bl_interviewTabs_header-screen-text {
	text-align: center;
}

.bl_interviewTabs_header-screen-text p {
	line-height: 1.6;
}

.bl_interviewTabs_header-title {
	position: relative;
	width: calc(100%/4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
	background-color: #ecf4fe;
}

.bl_interviewTabs_header-title:before {
	content: "";
	padding-top: 68%;
	display: block;
}

.bl_interviewTabs_header-title:hover .bl_interviewTabs_header-screen,
.bl_interviewTabs_header-title.active .bl_interviewTabs_header-screen {
	opacity: 1;
}

.bl_interviewTabs_content {
	display: none;
	overflow: hidden;
	padding: 85px 45px 35px 55px;
	position: relative;
	background-color: #ecf4fe;
}

@media screen and (max-width: 840px) {
	.bl_interviewTabs_content {
		background-color: transparent;
		padding: 87px 0 35px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.bl_interviewTabs_content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_interviewTabs_content.img-left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bl_interviewTabs_content.img-right {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.bl_interviewTabs_content_textbox {
	position: relative;
	max-width: 550px;
	width: 55%;
	z-index: 2;
}

@media screen and (max-width: 840px) {
	.bl_interviewTabs_content_textbox {
		max-width: 80%;
		width: 80%;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.bl_interviewTabs_content_textbox-title {
	font-size: 25px;
	margin: 0;
	margin-bottom: 72px;
	line-height: 1.5;
}

@media screen and (max-width: 840px) {
	.bl_interviewTabs_content_textbox-title {
		font-size: 22px;
		margin-bottom: 19px;
	}
}

.bl_interviewTabs_content_textbox-text {
	font-size: 14px;
	letter-spacing: 0.016em;
	line-height: 1.8;
	margin-bottom: 33px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_interviewTabs_content_textbox-text br {
	display: inline;
}

@media screen and (max-width: 840px) {
	.bl_interviewTabs_content_textbox-text {
		margin-bottom: 0;
	}
}

.bl_interviewTabs_content_textbox-signature {
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 840px) {
	.bl_interviewTabs_content_textbox-signature {
		text-align: left;
		margin-bottom: 10px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

.bl_interviewTabs_content_link {
	margin-top: 15px;
}


.bl_interviewTabs_content_link a {
	background-color: #000;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 26px;
	transition: all 0.35s ease-in-out;
}

.bl_interviewTabs_content_link a:hover {
	opacity: 1;
	background-color: #fff;
	color: #000;
	transition: all 0.35s ease-in-out;
}

.bl_interviewTabs_content_textbox-signature-subname {
	margin-left: 1em;
	font-size: 20px;
}

@media screen and (max-width:840px) {
	.bl_interviewTabs_content_textbox-signature-subname {
		margin-left: 0;
		margin-top: 16px;
		display: block;
		font-size: 20px;
	}
}

.bl_interviewTabs_content_textbox-signature-main {
	font-size: 20px;
}

.bl_interviewTabs_content_textbox-signature-sub {
	margin-bottom: 15px;
	font-size: 16px;
}

.bl_interviewTabs_content_imgbox {
	width: auto;
}



@media screen and (min-width: 841px) {
	.bl_interviewTabs_content_imgbox {
		max-width: 342px;
		position: absolute;
		bottom: 50%;
		transform: translateY(50%);
	}
}

@media screen and (min-width: 1051px) {
	.bl_interviewTabs_content_imgbox {
		max-width: 412px;
		position: absolute;
		bottom: -50px;
		transform: none;
	}
}

@media screen and (max-width: 840px) {
	.bl_interviewTabs_content_imgbox {
		background-color: #ecf4fe;
		padding: 4px 10% 0;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 840px) {
	.bl_interviewTabs {
		background-color: #fff;
	}

	.bl_interviewTabs_header {
		display: none;
	}

	.bl_interviewTabs_content {
		display: block;
	}
}

.bl_interviewBlock {
	background-color: #ecf4fe;
}

.bl_interviewBlock_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 840px) {
	.bl_interviewBlock_list {
		display: none;
	}
}

.bl_interviewBlock_list_item {
	position: relative;
	width: calc(100%/4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
}

.bl_interviewBlock_list_item:last-child {
	border: 0;
}

.bl_interviewBlock_list_item:before {
	content: "";
	padding-top: 68%;
	display: block;
}

.bl_interviewBlock_list_item_screen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 255, 0);
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
	color: #fff;
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 50px 0 0;
}

.bl_interviewBlock_list_item:hover .bl_interviewBlock_list_item_screen {
	opacity: 1;
	background-color: rgba(0, 0, 255, 0.7);
}

.bl_interviewBlock_list_item_screen_text {
	line-height: 1.8;
}

.bl_interviewBlock_list_item_screen_sub {
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}

.bl_interviewBlock_list_item_img {
	width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bl_interviewBlock_view {
	padding: 85px 55px 35px;
}

.bl_interviewBlock_view_person {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 40px;
}

.bl_interviewBlock_view_texts {
	position: relative;
	width: 550px;
	z-index: 2;
}

@media screen and (max-width: 840px) {
	.bl_interviewBlock_view_texts {
		width: auto;
	}
}

.bl_interviewBlock_view_texts_ttl {
	font-size: 26px;
	margin-bottom: 55px;
}

.bl_interviewBlock_view_texts_signature {
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 75px 0 0;
}

.bl_interviewBlock_view_texts_signature_sub {
	margin-bottom: 15px;
}

.bl_interviewBlock_view_texts_signature_main {
	font-size: 20px;
}

.bl_interviewBlock_view_texts_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 75px 0 0;
}

@media screen and (max-width: 840px) {
	.bl_interviewBlock_view_texts_text {
		padding: 0;
	}
}

/* .bl_index_flowBlock
  ========================================================================== */


.bl_index_flowBlock {
	margin-bottom: 205px;
}

@media screen and (max-width:840px) {
	.bl_index_flowBlock {
		margin-bottom: 170px;
	}
}

.bl_index_flowBlock_inner {
	position: relative;
	width: 91.4%;
	margin: 0 auto;
	max-width: 864px;
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_inner {
		width: 80%;
	}
}


/*---------- .bl_index_flowBlock_main ----------*/

.bl_index_flowBlock_main {}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main {
		margin-top: 1em;
	}
}

/* .bl_index_flowBlock_main_detail */
.bl_index_flowBlock_main_detail {
	margin: 0;
}

@media screen and (min-width: 841px) {
	.bl_index_flowBlock_main_detail {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto 1fr;
		grid-template-areas: "recruit_head career_head""recruit_body career_body";
		grid-column-gap: 7%;
	}
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main_detail {}
}

/*.bl_index_flowBlock_main_detail .__title*/
.bl_index_flowBlock_main_detail .__title {
	background: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.25em 0;
	height: 60px;
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main_detail .__title:not(:first-of-type) {
		margin-top: 2.65em;
	}
}

.bl_index_flowBlock_main_detail .__title.__recruit_head {
	grid-area: recruit_head;
}

.bl_index_flowBlock_main_detail .__title.__career_head {
	grid-area: career_head;
}

.bl_index_flowBlock_main_detail .__title .__title__head {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.bl_index_flowBlock_main_detail .__title .__title__sub {
	font-size: 14px;
	letter-spacing: 0.02em;
}

/*.bl_index_flowBlock_main_detail .__flow*/
.bl_index_flowBlock_main_detail .__flow {
	margin: 1.25em 0 0;
}

.bl_index_flowBlock_main_detail .__flow.__recruit_body {
	grid-area: recruit_body;
}

.bl_index_flowBlock_main_detail .__flow.__career_body {
	grid-area: career_body;
}

.bl_index_flowBlock_main_detail .__flow .__flow__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item {
	background: #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.3em 0;
	height: 55px;
	position: relative;
}

.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item+.__flow__list__item {
	margin-top: 2.27em;
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item+.__flow__list__item {
		margin-top: 2em;
	}
}

.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item+.__flow__list__item:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 14px 0 14px;
	border-color: rgb(72 72 72 / 0.5) transparent transparent transparent;
	position: absolute;
	top: -0.625em;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(-100%);
}

.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item .__main {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.0016em;
	color: #212121;
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item .__main {
		font-size: 16px;
	}
}


.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item .__caution {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 1em;
}

.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item .__caution li {
	font-size: 14px;
	letter-spacing: 0.0016em;
}

.bl_index_flowBlock_main_detail .__flow .__flow__list .__flow__list__item .__caution li:before {
	content: "※";
}

/* .bl_index_flowBlock_main_caution */
.bl_index_flowBlock_main_caution {
	list-style: none;
	margin: 1.95em 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 8.45%;
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main_caution {
		margin: 1.75em 0 0;
	}
}

.bl_index_flowBlock_main_caution li {
	letter-spacing: 0.05em;
	line-height: 1.42;
}

@media screen and (max-width: 840px) {
	.bl_index_flowBlock_main_caution li {
		font-size: 14px;
	}
}

.bl_index_flowBlock_main_caution li:before {
	content: "※";
}


/* old */
/*
.bl_index_flowBlock_chart_item {
  position: relative;
  height: 95px;
  background-color: #cecef1;
}

.bl_index_flowBlock_chart_item:nth-child(1) {
  background-color: #cecef1;
}

.bl_index_flowBlock_chart_item:nth-child(1) .bl_index_flowBlock_chart_item_wrapper {
  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;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item:nth-child(1) .bl_index_flowBlock_chart_item_wrapper {
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.bl_index_flowBlock_chart_item:nth-child(2) {
  background-color: #a9aae6;
}

.bl_index_flowBlock_chart_item:nth-child(2) .bl_index_flowBlock_chart_item_wrapper {
  left: 20%;
  font-size: 20px;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item:nth-child(2) .bl_index_flowBlock_chart_item_wrapper {
    left: auto;
    right: auto;
  }
}

.bl_index_flowBlock_chart_item:nth-child(3) {
  background-color: #8485db;
}

.bl_index_flowBlock_chart_item:nth-child(3) .bl_index_flowBlock_chart_item_wrapper {
  right: 20%;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item:nth-child(3) .bl_index_flowBlock_chart_item_wrapper {
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item:nth-child(3) .bl_index_flowBlock_chart_item_wrapper .bl_index_flowBlock_chart_item_wrapper_wrapper {
    line-height: 1.4;
  }
}

.bl_index_flowBlock_chart_item:nth-child(4) {
  background-color: #6061d1;
}

.bl_index_flowBlock_chart_item:nth-child(4) .bl_index_flowBlock_chart_item_wrapper {
  left: calc(100% - 430px);
  font-size: 20px;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item:nth-child(4) .bl_index_flowBlock_chart_item_wrapper {
    left: auto;
    right: auto;
  }
}

.bl_index_flowBlock_chart_item:nth-child(4) .bl_index_flowBlock_chart_item_wrapper .bl_index_flowBlock_chart_item_wrapper_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item:nth-child(4) .bl_index_flowBlock_chart_item_wrapper .bl_index_flowBlock_chart_item_wrapper_wrapper {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
  }

  .bl_index_flowBlock_chart_item:last-child {
    border-bottom: 0;
  }

  .bl_index_flowBlock_chart_item:last-child:after {
    content: none;
  }

  .bl_index_flowBlock_chart_item:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    width: 25px;
    height: 18px;
    background-image: url(./img/common/underarrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
  }
}

.bl_index_flowBlock_chart_item_wrapper {
  position: absolute;
  width: 430px;
  top: 0;
  bottom: 0;
  background-color: #0a0cb8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item_wrapper {
    width: 80%;
  }
}

.bl_index_flowBlock_chart_item_wrapper .bl_index_flowBlock_chart_item_svg {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item_wrapper .bl_index_flowBlock_chart_item_svg {
    display: none;
  }
}

.bl_index_flowBlock_chart_item_wrapper_wrapper {
  padding-left: 30px;
  width: calc(100% - 100px);
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item_wrapper_wrapper {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

.bl_index_flowBlock_chart_item_main {
  white-space: nowrap;
}

.bl_index_flowBlock_chart_item_sub {
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 840px) {
  .bl_index_flowBlock_chart_item_sub {
    margin: 5px 0 0;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
}*/

/* .bl_index_messageBlock
  ========================================================================== */

.bl_index_messageBlock {
	position: relative;
	margin-bottom: 270px;
}

@media screen and (max-width: 840px) {
	.bl_index_messageBlock {
		margin-bottom: 235px;
	}
}

.bl_index_messageBlock_inner {
	position: relative;
	width: 91.4%;
	height: 697px;
	margin: 0 auto;
	max-width: 1070px;
	overflow: hidden;
}

.bl_index_messageBlock_inner .bl_sectionTtlBlock .bl_sectionTtlBlock_img {
	max-width: 250px;
	padding-right: 73px;
}

@media screen and (max-width:840px) {
	.bl_index_messageBlock_inner .bl_sectionTtlBlock .bl_sectionTtlBlock_img {

		padding-right: 0px;
	}
}

@media screen and (max-width: 840px) {
	.bl_index_messageBlock_inner {
		width: 100%;
		height: auto;
		background-color: none;
	}
}

.bl_index_messageBlock_inner_ttl {
	position: relative;
	text-align: center;
	font-size: 26px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-top: 75px;
	z-index: 2;
}

@media screen and (max-width: 840px) {
	.bl_index_messageBlock_inner_ttl {
		width: 80%;
		padding-top: 62px;
		margin: auto;
		margin-bottom: 20px;
		line-height: 1.6;
	}
}

.bl_index_messageBlock_inner_text {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	background-color: rgba(255, 255, 255, 0.96);
	padding: 32px 3.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

@media screen and (max-width: 840px) {
	.bl_index_messageBlock_inner_text {
		position: relative;
		width: 80%;
		margin: auto;
		padding: 0;
		left: auto;
		bottom: auto;
		line-height: 1.75;
	}
}

.bl_index_messageBlock_inner_imgbox {
	background-position: 50% center;
	background-size: cover;
}

@media screen and (min-width: 841px) {
	.bl_index_messageBlock_inner_imgbox {
		height: 525px;
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.bl_index_messageBlock_inner_imgbox {
		padding-top: 53%;
		margin-bottom: 25px;
	}
}

/* bl_index_recruitBlock
  ========================================================================== */



/* .bl_index_recruitBlock_inner */
.bl_index_recruitBlock_inner {
	background: #eee;
	padding-bottom: 12.9em;
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_inner {
		padding-top: 4em;
		padding-bottom: 10em;
	}
}

/* .bl_index_recruitBlock_head */
.bl_index_recruitBlock_head {
	display: grid;
	grid-template-columns: 1fr 55px repeat(2, 480px) 55px 1fr;
	grid-template-rows: repeat(2, auto);
	grid-template-areas: ". . sectitle img img img"". . text text . .";
	align-items: end;
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -4em;
}

@media screen and (max-width: 1170px) {
	.bl_index_recruitBlock_head {
		grid-template-columns: 4.3% repeat(2, 1fr) 4.3%;
		grid-template-areas: ". sectitle img img"". text text .";
	}
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_head {
		display: block;
		position: static;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}


.bl_index_recruitBlock_head .bl_sectionTtlBlock {
	grid-area: sectitle;
	width: fit-content;
	text-align: left;
}

.bl_index_recruitBlock_head .bl_sectionTtlBlock .bl_sectionTtlBlock_img {
	margin-left: 0;
}

.bl_index_recruitBlock_head .bl_sectionTtlBlock .bl_sectionTtlBlock_img img {
	max-width: 253px;
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_head .bl_sectionTtlBlock .bl_sectionTtlBlock_img img {
		max-width: 234px;
	}
}

.bl_index_recruitBlock_head .bl_sectionTtlBlock .bl_sectionTtlBlock_text {
	left: 13.5em;
	bottom: 1.15em;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_head .bl_sectionTtlBlock .bl_sectionTtlBlock_text {
		left: 7.5em;
		bottom: 0;
	}
}

.bl_index_recruitBlock_head_img {
	grid-area: img;
	justify-self: end;
	width: 88.75%;
	max-width: 640px;
}
@media screen and (max-width: 1170px) {
	.bl_index_recruitBlock_head_img {
		width: 95%;
	}
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_head_img {
		width: 100%;
	}
}

.bl_index_recruitBlock_head_img img {
	width: 100%;
	height: 373px;
	object-fit: cover;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_head_img img {
		height: 231px;
	}	
}

.bl_index_recruitBlock_head_catch {
	letter-spacing: 0.02em;
	line-height: 1.875;
	width: 100%;
	margin: -0.35em auto 0;
	grid-area: text;
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_head_catch {
		display: none;
	}
}

/* .bl_index_recruitBlock_list */
.bl_index_recruitBlock_list {
	width: 91.4%;
	max-width: 1070px;
	margin: 2em auto 0;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list {
		width: 79.4%;
		margin-top: 2.8em;
	}	
}
/* .bl_index_recruitBlock_list_head(button) */
.bl_index_recruitBlock_list_head {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: repeat(2, auto);
	grid-template-areas: "en mark""jp mark";
	justify-items: start;
	align-items: end;
	grid-row-gap: 0.4em;
	width: 100%;
	border-bottom: 1px solid #000;
	transition: opacity 0.25s;
	font-family: inherit;
	padding: 0 1.7% 1.05em 0;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list_head {
		grid-row-gap: 0.7em;
		padding-right: 3.6%;
	}	
}

.bl_index_recruitBlock_list_head:not(:first-of-type) {
	margin-top: 4em;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list_head:not(:first-of-type) {
		margin-top: 4.5em;
	}
}

.bl_index_recruitBlock_list_head:hover {
	opacity: 0.5;
}

.bl_index_recruitBlock_list_head .__en {
	color: #1156B0;
	grid-area: en;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0em;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list_head .__en {
		font-size: 25px;
	}
}

.bl_index_recruitBlock_list_head .__jp {
	color: #000;
	grid-area: jp;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list_head .__jp {
		font-size: 18px;
	}
}

.bl_index_recruitBlock_list_head .__mark {
	width: 35px;
	height: 35px;
	position: relative;
	grid-area: mark;
	background: #000;
	border-radius: 100%;
}

.bl_index_recruitBlock_list_head .__mark:before,
.bl_index_recruitBlock_list_head .__mark:after {
	content: "";
	width: 19px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bl_index_recruitBlock_list_head .__mark:before {
	transition: rotate 0.25s;
}

.bl_index_recruitBlock_list_head[aria-expanded="false"] .__mark:before {
	rotate: 90deg;
}

.bl_index_recruitBlock_list_head .__mark:after {}

/* old */
/*.bl_index_recruitBlock {
	margin-bottom: 140px;
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock {
		margin-bottom: 105px;
	}
}

.bl_index_recruitBlock_inner {
	position: relative;
	width: 91.4%;
	margin: 0 auto;
	max-width: 1070px;
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_inner {
		width: 80%;
	}
}

.bl_index_recruitBlock_ttl {
	text-align: center;
	font-size: 24px;
	margin-bottom: 105px;
	font-weight: 900;
}

@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_ttl {
		margin-bottom: 35px;
	}
}*/

/* .bl_sectBlock2(panel) */

.bl_index_recruitBlock_list .bl_sectBlock2 {
	margin-top: 3.2em;
	display: none;
}

.bl_index_recruitBlock_list .bl_sectBlock2_wrapper {}

.bl_index_recruitBlock_list .bl_sectBlock2_wrapper+.bl_sectBlock2_wrapper {
	margin-top: 2.4em;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_wrapper+.bl_sectBlock2_wrapper {
		margin-top: 3.5em;
	}
}
.bl_index_recruitBlock_list .bl_sectBlock2_wrapper a {
	display: grid;
	grid-template-columns: 38.3% 1fr;
	grid-template-rows: auto;
	grid-column-gap: 3.75%;
	align-items: center;
}

@media screen and (min-width: 1041px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_wrapper a {
		padding: 0 5.65%;
	}
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_wrapper a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.bl_index_recruitBlock_list .bl_sectBlock2_image {}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_image {
		max-width: 480px;
	}	
}

.bl_index_recruitBlock_list .bl_sectBlock2_image img {}

.bl_index_recruitBlock_list .bl_sectBlock2_texts {
	padding-top: 1em;
}
@media screen and (min-width: 841px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_texts {
		max-width: 32.8em;
	}
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_texts {
		padding-top: 1.6em;
		max-width: 480px;
	}
}

.bl_index_recruitBlock_list .bl_sectBlock2_texts_ttl {
	font-size: 20px;
	letter-spacing: 0.09em;
	line-height: 1.4;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_texts_ttl {
		letter-spacing: 0.05em;
	}
}

.bl_index_recruitBlock_list .bl_sectBlock2_texts_text {
	margin-top: 1.25em;
}

.bl_index_recruitBlock_list .bl_sectBlock2_texts_text p {
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.bl_index_recruitBlock_list .bl_sectBlock2_texts_more {
	text-align: right;
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-top: 1em;
	transition: opacity 0.25s;
}
.bl_index_recruitBlock_list .bl_sectBlock2_wrapper a:hover .bl_sectBlock2_texts_more{
	opacity: 0.5;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_texts_more {
		display: block;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		letter-spacing: 0.025em;
	}
}

.bl_index_recruitBlock_list .bl_sectBlock2_non {
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
	width: 92.5%;
	margin: 0 auto;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_list .bl_sectBlock2_non {
		width: 100%;
		max-width: 480px;
	}
}

/* old */
/*
.bl_sectBlock2 {
	margin-bottom: 145px;
}

.bl_sectBlock2_wrapper {
	margin-bottom: 45px;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_wrapper {
		display: block;
		margin-bottom: 55px;
	}
}

.bl_sectBlock2_wrapper:last-child {
	margin-bottom: 0;
}

.bl_sectBlock2_wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 5.65%;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_wrapper a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.bl_sectBlock2_wrapper a:hover {
	opacity: 0.7;
}

.bl_sectBlock2_image {
	width: 38.2%;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_image {
		width: 100%;
		margin-bottom: 25px;
	}
}

.bl_sectBlock2_texts {
	width: 60.7%;
	padding: 28px 0 12px 42px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_texts {
		text-align: center;
		width: 100%;
		padding: 0 0 0 0;
	}
}

.bl_sectBlock2_texts_ttl {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: left;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_texts_ttl {
		font-size: 20px;
	}
}

.bl_sectBlock2_texts_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: left;
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_texts_text {
		margin-bottom: 30px;
	}
}

.bl_sectBlock2_texts_more svg.svg-inline--fa {
	display: inline-block;
	margin-right: 5px;
}*/

.bl_sectBlock2_texts_more {
	text-align: right;
}

.bl_index_recruitBlock_bottom {
	padding: 9em 0 8.75em;
}
@media screen and (max-width: 840px) {
	.bl_index_recruitBlock_bottom {
		padding: 8.4em 0 6.5em;
	}
}

@media screen and (max-width: 840px) {
	.bl_sectBlock2_texts_more {
		text-align: center;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}

	.bl_sectBlock2_texts_more.bl_interviewTabs_content_link {
		border-bottom: none;
		margin-top: 10px;
		padding-bottom: 0;
	}
}

.bl_contactButtonBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 804px;
}

@media screen and (max-width: 840px) {
	.bl_contactButtonBlock_inner {
		width: 80%;
	}
}

.bl_contactButtonBlock {
	text-align: center;
}

.bl_contactButtonBlock_sub {
	margin-bottom: 20px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	.bl_contactButtonBlock_sub {
		font-size: 14px;
		line-height: 1.6;
	}
}

.bl_contactButtonBlock_button a {
	display: block;
	background-color: #0000ff;
	color: #fff;
	padding: 28px 0;
	font-size: 30px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.bl_contactButtonBlock_button a:hover {
	opacity: 0.7;
}

.bl_gotop {
	display: none;
	z-index: 9;
}

@media screen and (max-width: 950px) {
	.bl_gotop {
		display: block;
		position: fixed;
		bottom: 50px;
		padding: 0;
		width: 100%;
		opacity: 0;
		-webkit-transition: opacity 150ms;
		transition: opacity 150ms;
	}

	.bl_gotop.show {
		opacity: 1;
	}

	.bl_gotop_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0 2.5%;
	}

	.bl_gotop_inner a {
		display: inline-block;
		width: 44px;
		height: 44px;
	}

	.bl_gotop.active {
		position: absolute;
		top: -22px;
		left: 0;
	}
}

.ly_footer {
	position: relative;
	background-color: #d2d2d2;
	padding: 50px 0 42px;
}

@media screen and (max-width: 950px) {
	.ly_footer {
		padding: 28px 0 22px;
	}
}

.bl_footerBlock_inner {
	position: relative;
	width: 91.4%;
	margin: 0 auto;
}

@media screen and (max-width: 950px) {
	.bl_footerBlock_inner {
		width: 90%;
	}
}

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

.bl_footerNavi {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	margin-bottom: 25px;
}

.ly_footer_copywrite {
	text-align: center;
	font-size: 12px;
	margin-top: 22px;
}

@media screen and (max-width: 950px) {
	.ly_footer_copywrite {
		font-size: 11px;
		text-align: right;
	}
}

.bl_footerNavi li {
	list-style-type: none;
	margin-right: 25px;
}

.bl_footerNavi li:last-child {
	margin-right: 0;
}

.ly_footer_head a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ly_footer_head a .ly_footer_head_logo {
	font-size: 18px;
	display: block;
	letter-spacing: 4px;
	margin-right: -4px;
	padding: 1px 0;
}

.ly_footer_head a .ly_footer_head_recruit {
	font-size: 16px;
	display: block;
	margin-left: 0;
	padding: 2px 0 3px;
	width: 100%;
	text-align: center;
	background-color: #030303;
	color: #fff;
	letter-spacing: 1px;
}

@media screen and (max-width: 950px) {
	.ly_footer_content {
		display: none;
	}
}

.ly_footer_content a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.ly_footer_content a:hover {
	color: rgba(0, 0, 0, 0.4);
}

.ly_footer_content_box {
	text-align: right;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 950px) {
	.ly_footer_content_box {
		margin-top: 0;
	}
}

.ly_footer_content_box>li.is-none {
	display: none !important;
}

.ly_footer_content_box_mynavi {
	font-size: 10px;
	text-align: center;
	border: 2px solid #000;
	margin-right: 15px;
}

.ly_footer_content_box_mynavi a {
	display: inline-block;
	padding: 5px 20px;
	line-height: 1.4;
}

.ly_footer_content_box_contact {
	font-size: 16px;
	border: 2px solid #000;
}

.ly_footer_content_box_contact a {
	height: 100%;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ly_footer_content_box_contact a span {
	padding-bottom: 1px;
}

.ly_footer_content_box_download {
	font-size: 12px;
	margin-top: 20px;
	text-align: right;
}

.ly_footer_content_box_download a {
	display: inline-block;
}

/*about*/
.bl_index_conceptBlock.bl_index_conceptBlock__about {
	margin-bottom: 95px;
}

@media screen and (max-width: 840px) {
	.bl_index_conceptBlock.bl_index_conceptBlock__about {
		padding-top: 70px;
	}
}

.bl_pageHeroBlock {
	height: 430px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/hero/aboutus.jpg);
}

#post.archive .bl_pageHeroBlock {
	margin-bottom: 150px;
	background-image: url(./img/hero/archive.jpg);
}

#post.single .bl_pageHeroBlock {
	margin-bottom: 150px;
	background-image: url(./img/hero/news.jpg);
}

@media screen and (max-width: 840px) {
	#post.single .bl_pageHeroBlock {
		margin-bottom: 50px;
	}
}

#career.single .bl_pageHeroBlock {
	margin-bottom: 150px;
	background-image: url(./img/hero/job.jpg);
}

@media screen and (max-width: 840px) {
	#career.single .bl_pageHeroBlock {
		margin-bottom: 50px;
	}
}

#entry.page .bl_pageHeroBlock {
	margin-bottom: 150px;
	background-image: url(./img/hero/entry.jpg);
}

@media screen and (max-width: 840px) {
	#entry.page .bl_pageHeroBlock {
		margin-bottom: 57px;
	}
}

#contact.page .bl_pageHeroBlock {
	margin-bottom: 149px;
	background-image: url(./img/hero/contact.jpg);
}

#interview.single .bl_pageHeroBlock {
	margin-bottom: 150px;
	background-image: url(./img/hero/interview.jpg);
}

@media screen and (max-width:840px) {
	#interview.single .bl_pageHeroBlock {
		margin-bottom: 50px;
		background-image: url(./img/hero/interview.jpg);
	}
}

@media screen and (max-width: 840px) {
	#contact.page .bl_pageHeroBlock {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 840px) {
	.bl_pageHeroBlock {
		height: 355px;
	}
}

@media screen and (max-width: 355px) {
	.bl_pageHeroBlock {
		height: auto;
	}

	.bl_pageHeroBlock:before {
		content: "";
		padding-top: 105.6%;
		display: block;
	}
}

.bl_pageHeroBlock_inner {
	padding-top: 50px;
	position: relative;
	width: 91.4%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 840px) {
	.bl_pageHeroBlock_inner {
		padding-top: 35px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#interview.single .bl_pageHeroBlock_inner {
	width: 74.4%;
	padding-top: 58px;
}

@media screen and (max-width: 840px) {
	#interview.single .bl_pageHeroBlock_inner {
		padding-top: 35px;
	}
}

.bl_pageHeroBlock_inner_titlebox {
	text-align: center;
	position: relative;
	font-weight: bold;
}

.bl_pageHeroBlock_inner_titlebox_ttl {
	font-size: 16px;
	margin-bottom: 13px;
}

#interview.single .bl_pageHeroBlock_inner_titlebox_ttl {
	margin-bottom: 20px;
}

.bl_pageHeroBlock_inner_titlebox_subttl {
	font-size: 24px;
}

.bl_pageHeroBlock_inner_titlebox:before {
	content: '';
	width: 1px;
	position: absolute;
	top: 70px;
	left: 50%;
	height: 500px;
	background: #000;
}

#interview.single .bl_pageHeroBlock_inner_titlebox:before {
	display: none;
}

.bl_about_conceptBlock_ttl {
	font-size: 28px;
	line-height: 2;
	margin-bottom: 70px;
}

@media screen and (max-width: 840px) {
	.bl_about_conceptBlock_ttl {
		font-size: 20px;
		line-height: 2.4;
	}
}

.bl_about_conceptBlock_ttl_border {
	border-bottom: 1px solid #000;
}

.bl_about_conceptBlock_texts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0.1em;
	line-height: 1.7;
	text-align: left;
	position: relative;
}

@media screen and (max-width: 840px) {
	.bl_about_conceptBlock_texts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.bl_about_conceptBlock_texts_svg {
	width: 50%;
	max-width: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media screen and (max-width: 840px) {
	.bl_about_conceptBlock_texts_svg {
		width: 110%;
		max-width: 450px;
	}
}

.bl_about_conceptBlock_texts_wrapper {
	width: calc(100% - 60px);
	margin-right: 60px;
}

.bl_about_conceptBlock_texts_wrapper:nth-child(even) {
	margin-right: 0;
}

@media screen and (max-width: 840px) {
	.bl_about_conceptBlock_texts_wrapper {
		width: 100%;
		margin-right: 0;
	}
}

.bl_about_ceoMessageBlock {
	margin-bottom: 230px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock {
		margin-bottom: 110px;
	}
}

.bl_about_ceoMessageBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_inner {
		width: 100%;
	}
}

.bl_about_ceoMessageBlock_image {
	position: relative;
	height: 555px;
	margin-bottom: 45px;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_image {
		height: auto;
		margin-bottom: 70px;
	}
}

.bl_about_ceoMessageBlock_image_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(./img/about/about_ceo_image01.png);
	background-color: #eaf3fc;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_image_image {
		position: static;
		margin-bottom: 35px;
	}

	.bl_about_ceoMessageBlock_image_image:before {
		content: "";
		display: block;
		padding-top: 81.3%;
	}
}

.bl_about_ceoMessageBlock_image_wrapper {
	width: 28vw;
	max-width: 340px;
	position: absolute;
	top: 40%;
	left: 40px;
	z-index: 2;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_image_wrapper {
		position: relative;
		width: 80%;
		max-width: initial;
		margin: 0 auto;
		top: auto;
		left: auto;
	}
}

.bl_about_ceoMessageBlock_image_wrapper_ttl {
	width: 340px;
	margin-bottom: 65px;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_image_wrapper_ttl {
		width: 100%;
		margin-bottom: 30px;
	}
}

.bl_about_ceoMessageBlock_image_wrapper_sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_image_wrapper_sub {
		text-align: right;
	}
}

.bl_about_ceoMessageBlock_image_wrapper_sub span {
	display: inline-block;
	position: relative;
}

.bl_about_ceoMessageBlock_image_wrapper_sub span.signature {
	width: 50%;
	max-width: 140px;
	margin-bottom: -3px;
	margin-left: 30px;
}

.bl_about_ceoMessageBlock_texts {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.2;
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_texts {
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
	}
}

.bl_about_ceoMessageBlock_texts_list {
	position: relative;
	margin: 0;
	padding: 0;
}

.bl_about_ceoMessageBlock_texts_list li {
	position: relative;
	list-style-type: none;
	padding: 0 0 0 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_about_ceoMessageBlock_texts_list li:after {
	content: "\f046";
	font-family: FontAwesome;
	position: absolute;
	top: 15px;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 840px) {
	.bl_about_ceoMessageBlock_texts_list li:after {
		top: 13px;
	}
}

.bl_about_serviceBlock {
	margin-bottom: 215px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	.bl_about_serviceBlock {
		margin-bottom: 200px;
	}
}

.bl_about_serviceBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto 80px;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_about_serviceBlock_inner {
		margin: 0 auto 50px;
	}
}

.bl_about_serviceBlock_catch {
	padding-top: 50px;
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 50px;
}

@media screen and (max-width: 840px) {
	.bl_about_serviceBlock_catch {
		margin-bottom: 25px;
	}
}

.bl_about_serviceBlock_text {
	margin-bottom: 40px;
	line-height: 1.8;
}

.bl_about_serviceBlock_more {
	text-align: right;
}

.bl_about_serviceBlock_more svg.svg-inline--fa {
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width: 840px) {
	.bl_about_serviceBlock_more {
		text-align: center;
	}
}

.bl_about_serviceBlock_more_wrapper {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}

.bl_about_serviceBlock_more_wrapper i.fa {
	margin-right: 10px;
}

.bl_about_serviceBlock_more_wrapper a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.bl_about_serviceBlock_more_wrapper a:hover {
	opacity: 0.7;
}

.bl_about_historyBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_about_historyBlock_inner {
		width: 80%;
	}
}

.bl_about_companyBlock {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_about_companyBlock {
		width: 80%;
	}
}

.bl_beltBlock {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/about/about_service_beltimg01.jpg);
}

.bl_beltBlock:before {
	content: "";
	padding-top: 47%;
	display: block;
}

@media screen and (max-width: 840px) {
	.bl_beltBlock:before {
		padding-top: 65.3%;
	}
}

.bl_chronologyBLock {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 70px;
}

.bl_chronologyBLock:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	width: 11px;
	height: 11px;
	border-radius: 50px;
	background-color: #0000ff;
	z-index: 1;
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock:before {
		left: 20px;
	}
}

.bl_chronologyBLock:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #000;
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock:after {
		left: 20px;
	}
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock {
		padding-top: 20px;
		text-align: left;
	}
}

.bl_chronologyBLock_year {
	position: relative;
	border: 2px solid #000;
	padding: 7px 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 22px;
	z-index: 2;
	background-color: #fff;
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock_year {
		font-size: 40px;
	}
}

.bl_chronologyBLock_tag {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	z-index: 2;
}

.bl_chronologyBLock_tag.tag__right {
	text-align: right;
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock_tag.tag__right {
		text-align: left;
	}
}

.bl_chronologyBLock_tag_wrapper {
	position: relative;
	width: calc(50% + 15px);
	background-color: #e4e4e4;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	line-height: 1.8;
	font-weight: 900;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.tag__left .bl_chronologyBLock_tag_wrapper {
	padding: 10px 45px 10px 20px;
}

@media screen and (max-width: 840px) {
	.tag__left .bl_chronologyBLock_tag_wrapper {
		padding: 15px 15px 15px 40px;
	}
}

.tag__left.tag__img .bl_chronologyBLock_tag_wrapper {
	padding: 15px 45px 20px 20px;
}

@media screen and (max-width: 840px) {
	.tag__left.tag__img .bl_chronologyBLock_tag_wrapper {
		padding: 15px 15px 15px 40px;
	}
}

.tag__right .bl_chronologyBLock_tag_wrapper {
	padding: 10px 20px 10px 45px;
}

@media screen and (max-width: 840px) {
	.tag__right .bl_chronologyBLock_tag_wrapper {
		padding: 15px 15px 15px 40px;
	}
}

.tag__right.tag__img .bl_chronologyBLock_tag_wrapper {
	padding: 15px 20px 20px 45px;
}

@media screen and (max-width: 840px) {
	.tag__right.tag__img .bl_chronologyBLock_tag_wrapper {
		padding: 15px 15px 15px 40px;
	}
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock_tag_wrapper {
		width: 100%;
		font-size: 14px;
	}
}

.bl_chronologyBLock_tag_wrapper:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	border-radius: 100%;
}

@media screen and (min-width: 840px) {
	.tag__right .bl_chronologyBLock_tag_wrapper:after {
		right: auto;
		left: 10px;
	}
}

@media screen and (max-width: 840px) {
	.bl_chronologyBLock_tag_wrapper:after {
		right: auto;
		left: 15px;
	}
}

.bl_chronologyBLock_tag_text {
	display: block;
}

.bl_chronologyBLock_tag_text_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_chronologyBLock_tag_text_flex p {
	width: calc(100% - 110px);
}

.bl_chronologyBLock_tag_text_flex p:first-of-type {
	width: 110px;
}

.bl_chronologyBLock_tag_images_image {
	margin-top: 10px;
}

.bl_about_futuraBlock {
	margin-bottom: 185px;
}

.bl_about_futuraBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
	padding-top: 23px;
}

@media screen and (max-width: 840px) {
	.bl_about_futuraBlock_inner {
		width: 80%;
		padding-top: 70px;
	}
}

.bl_about_futuraBlock_inner_line1 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 32px;
	background-color: #000;
}

@media screen and (max-width: 840px) {
	.bl_about_futuraBlock_inner_line1 {
		left: 20px;
	}
}

.bl_about_futuraBlock_inner_line1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 4px;
	background-color: #fff;
}

.bl_about_futuraBlock_inner_line1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 4px;
	background-color: #fff;
}

.bl_about_futuraBlock_inner_line2 {
	position: absolute;
	top: 32px;
	left: 50%;
	width: 1px;
	height: 14px;
	background-color: #000;
}

@media screen and (max-width: 840px) {
	.bl_about_futuraBlock_inner_line2 {
		left: 20px;
	}
}

.bl_about_futuraBlock_inner_line2:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 3px;
	background-color: #fff;
}

.bl_about_futuraBlock_inner_line2:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 1px;
	height: 2px;
	background-color: #fff;
}

.bl_about_futuraBlock_texts {
	text-align: center;
}

@media screen and (max-width: 840px) {
	.bl_about_futuraBlock_texts {
		text-align: left;
	}
}

.bl_about_futuraBlock_texts_img {
	width: 380px;
	margin: auto;
	padding-bottom: 20px;
}

@media screen and (max-width: 840px) {
	.bl_about_futuraBlock_texts_img {
		width: 75%;
		min-width: 225px;
	}
}

.bl_about_futuraBlock_texts_text {
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 45px;
}

@media screen and (max-width: 840px) {
	.bl_about_futuraBlock_texts_text {
		margin-bottom: 35px;
	}
}

.bl_about_companyBlock {
	margin-bottom: 215px;
}

.bl_about_companyBlock_inner .bl_sectionTtlBlock {
	margin-bottom: 105px;
}

.bl_tableBlock {
	border-top: 1px solid #dadada;
}

.bl_tableBlock_tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #dadada;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 840px) {
	.bl_tableBlock_tr {
		display: block;
	}
}

.bl_tableBlock_th {
	width: 260px;
	background-color: #f8f8f8;
	padding: 25px 15px;
	text-align: center;
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 840px) {
	.bl_tableBlock_th {
		width: 100%;
		border-bottom: 1px solid #dadada;
		padding: 12px 15px;
	}
}

.bl_tableBlock_td {
	width: calc(100% - 260px);
	padding: 25px 0 25px 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_tableBlock_td br {
	display: inline;
}

@media screen and (max-width: 840px) {
	.bl_tableBlock_td {
		width: 100%;
		padding: 20px 0 20px 0px;
	}
}

/*news-single*/
.bl_articleBlock {
	margin-bottom: 130px;
}

#interview.single .bl_articleBlock {
	margin-bottom: 148px;
}

@media screen and (max-width:840px) {
	#interview.single .bl_articleBlock {
		margin-bottom: 127px;
	}
}

.bl_articleBlock_inner_wide {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 1070px;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_inner {
		width: 80%;
	}
}

.bl_articleBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_inner {
		width: 80%;
	}
}

.bl_articleBlock_head_date {
	font-size: 14px;
	margin-bottom: 30px;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_head_date {
		margin-bottom: 20px;
	}
}

.bl_articleBlock_head_date_wrapper {
	display: inline-block;
	padding: 10px 25px;
	background-color: #0000ff;
	color: #fff;
	letter-spacing: 1px;
}

.bl_articleBlock_head_ttl {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 35px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_head_ttl {
		font-size: 20px;
	}
}

.bl_articleBlock_entry {
	margin-bottom: 30px;
}

.bl_articleBlock_entry p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 35px;
}

.bl_articleBlock_entry p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_entry p {
		margin-bottom: 30px;
	}
}

.bl_articleBlock_entry img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 50px;
}

.bl_articleBlock_entry img:last-child {
	margin-bottom: 0;
}

.bl_pagination {
	border-top: 1px solid #000;
}

.bl_pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bl_pagination ul li {
	display: inline-block;
}

.bl_pagination ul li.no-more {
	opacity: 0.2;
}

.bl_pagination ul li .fa-caret-right {
	margin-left: 10px;
}

.bl_pagination ul li .fa-caret-left {
	margin-right: 10px;
}

.bl_pagination ul li a {
	display: inline-block;
	padding: 10px 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.bl_pagination ul li a:hover {
	opacity: 0.5;
}

.bl_articleBlock_career_pr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 100px;
}

.bl_articleBlock_career_pr_item {
	width: calc(50% - 10px);
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_pr_item {
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_pr_item.item_img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 20px;
	}
}

.bl_articleBlock_career_pr_item.item_text {
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 14px;
}

.bl_articleBlock_career_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto 80px;
	max-width: 880px;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_inner {
		width: 100%;
	}
}

.bl_articleBlock_career_info_ttl {
	text-align: center;
	margin-bottom: 45px;
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bl_articleBlock_career_info_ttl span {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}

.bl_articleBlock_career_info_ttl span:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bl_articleBlock_career_info_repeat:first-of-type {
	border-top: 1px solid #dadada;
}

.bl_articleBlock_career_info_repeat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
}

.bl_articleBlock_career_info_repeat_item {
	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;
}

.bl_articleBlock_career_info_repeat_item.item_left {
	width: 29.5%;
	background: #f8f8f8;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_info_repeat_item.item_left {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 1px solid #dadada;
	}
}

.bl_articleBlock_career_info_repeat_item.item_right {
	width: 70.5%;
	line-height: 1.6;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_info_repeat_item.item_right {
		width: 100%;
	}
}

.bl_articleBlock_career_info_repeat_item_inner {
	padding: 25px 45px;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_info_repeat_item_inner {
		padding: 15px 10%;
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.item_right .bl_articleBlock_career_info_repeat_item_inner {
		padding: 15px 10% 30px;
	}
}

.bl_articleBlock_career_link {
	position: relative;
	width: 75.2%;
	margin: 0 auto 80px;
	max-width: 880px;
}

.bl_articleBlock_career_link a {
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
	background: #0000ff;
	color: #fff;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.bl_articleBlock_career_link a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 840px) {
	.bl_articleBlock_career_link {
		width: 80%;
	}
}

/*js*/
.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/*ハンバーガーボタン*/
.el_humburger {
	position: fixed;
	top: 65px;
	right: 65px;
	width: 45px;
	height: auto;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
	display: none;
}

@media screen and (max-width: 950px) {
	.el_humburger {
		width: 45px;
		top: 19px;
		right: 4%;
		display: block;
	}
}

.el_humburger.el_humburger__out {
	position: fixed;
	top: 65px;
	right: 65px;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

.js_introHeaderIn .el_humburger.el_humburger__out {
	opacity: 1;
}

.js_humburgerOpen .el_humburger.el_humburger__out {
	z-index: 100000;
}

@media screen and (max-width: 950px) {
	.el_humburger.el_humburger__out {
		top: 35px;
		right: 10%;
		z-index: 1000;
	}
}

.el_humburger.el_humburger__front {
	z-index: 20;
}

@media screen and (max-width: 950px) {
	.el_humburger.el_humburger__front {
		display: none;
	}
}

.el_humburger>span {
	display: block;
	width: 100%;
	margin: 0 auto 12px;
	height: 1px;
	background: #212121;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.el_humburger>span:last-child {
	margin-bottom: 0;
}

.js_humburgerOpen .el_humburger>span {
	background: #fff;
}

@media screen and (max-width: 950px) {
	.el_humburger>span {
		margin: 0 auto 12px;
	}
}

.js_humburgerOpen .el_humburger>span.top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

@media screen and (max-width: 950px) {
	.js_humburgerOpen .el_humburger>span.top {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
}

.js_humburgerOpen .el_humburger>span.middle {
	opacity: 0;
}

.js_humburgerOpen .el_humburger>span.bottom {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

@media screen and (max-width: 950px) {
	.js_humburgerOpen .el_humburger>span.bottom {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
}

.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}

.el_humburgerButton__close>span {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #fff;
}

.el_humburgerButton__close>span.el_humburgerLineTop {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close>span.el_humburgerLineBottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.bl_formBlock_inner {
	position: relative;
	width: 75.2%;
	margin: 0 auto;
	max-width: 880px;
}

@media screen and (max-width: 950px) {
	.bl_formBlock_inner {
		width: 80%;
	}
}

.bl_formBlock_inner_info {
	margin-bottom: 150px;
	line-height: 2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 950px) {
	.bl_formBlock_inner_info {
		margin-bottom: 50px;
	}
}

.bl_formBlock_inner_info.contact {
	margin-bottom: 100px;
}

.bl_formBlock_inner_info_tel {
	padding-top: 50px;
	width: 100%;
	max-width: 370px;
	margin: auto;
	text-align: center;
}

.bl_formBlock_inner_info_tel_ttl {
	border: 1px solid #000;
	padding: 10px 0;
	margin-bottom: 1px;
}

.bl_formBlock_inner_info_tel_number {
	border: 1px solid #000;
	padding: 40px 0;
}

.bl_formBlock_inner_info_tel_number p.din {
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.bl_formBlock_inner_info_tel_number p {
	font-size: 12px;
}

.bl_formBlock_inner_form .contact-row:first-of-type {
	border-top: 1px solid #dadada;
}

.bl_formBlock_inner_form .contact-row {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 840px) {
	.bl_formBlock_inner_form .contact-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.bl_formBlock_inner_form .contact-row .left {
	width: 29.5%;
	text-align: center;
}

@media screen and (max-width: 840px) {
	.bl_formBlock_inner_form .contact-row .left {
		text-align: left;
		width: 100%;
		padding-bottom: 10px;
	}
}

.bl_formBlock_inner_form .contact-row .left p {
	margin-top: 17px;
}

.bl_formBlock_inner_form .contact-row .right {
	width: 70.5%;
}

@media screen and (max-width: 840px) {
	.bl_formBlock_inner_form .contact-row .right {
		width: 100%;
	}
}

.bl_formBlock_inner_form .contact-row .right .inner {
	width: 100%;
}

.bl_formBlock_inner_form .contact-row .right .inner .hyphen {
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #333;
}

.bl_formBlock_inner_form .contact-row .right .inner.title {
	padding: 17px 0;
	line-height: 1.6;
}

.bl_formBlock_inner_form .right.zip-box .inner:first-of-type {
	padding: 0 0 10px;
}

.bl_formBlock_inner_form .right.zip-box .inner {
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

.bl_formBlock_inner_form .right.zip-box .inner input[name=zipcode1],
.bl_formBlock_inner_form .right.zip-box .inner input[name=zipcode2] {
	width: 25%;
}

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

	.bl_formBlock_inner_form .right.zip-box .inner input[name=zipcode1],
	.bl_formBlock_inner_form .right.zip-box .inner input[name=zipcode2] {
		width: 35%;
	}
}

.bl_formBlock_inner_form .right.zip-box .inner input[name=zipcode1] {
	margin-right: 10px;
}

.bl_formBlock_inner_form .right.zip-box .inner input[name=zipcode2] {
	margin-left: 10px;
}

.bl_formBlock_inner_form .right.zip-box .inner.zip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bl_formBlock_inner_form .right.zip-box .inner:last-of-type {
	padding: 10px 0 0;
	border-bottom: none;
}

.bl_formBlock_inner_form .inner.sex {
	padding: 17px 0;
	line-height: 1;
}

.bl_formBlock_inner_form .inner.sex input {
	width: inherit;
	text-align: center;
}

.bl_formBlock_inner_form .inner.sex input[type=radio].css-radio {
	display: none;
}

.bl_formBlock_inner_form .inner.sex input[type=radio].css-radio+label.css-label {
	display: inline-block;
	cursor: pointer;
}

.bl_formBlock_inner_form .inner.sex input[type=radio].css-radio:checked+label.css-label:before {
	content: '';
	background-color: #333;
	border: 3px solid #dadada;
}

.bl_formBlock_inner_form .inner.sex label {
	padding-left: 25px;
	position: relative;
}

.bl_formBlock_inner_form .inner.sex label:first-of-type {
	margin-right: 2rem;
}

.bl_formBlock_inner_form .inner.sex label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
	width: 15px;
	height: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dadada;
	border-radius: 50px;
}

.bl_formBlock_inner_form .inner.sex label.css-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bl_formBlock_inner_form .inner.sex label input[type="radio"] {
	display: none;
}

.bl_formBlock_inner_form .inner.birthday {
	padding: 10px 0;
}

.bl_formBlock_inner_form .inner.birthday label.select-wrap-month,
.bl_formBlock_inner_form .inner.birthday label.select-wrap-date {
	margin-left: 10px;
}

.bl_formBlock_inner_form .inner.birthday select {
	height: 30px;
	background: #fff;
}

.bl_formBlock_inner_form .inner.birthday select[name="year"] {
	width: 25%;
}

@media screen and (max-width: 950px) {
	.bl_formBlock_inner_form .inner.birthday select[name="year"] {
		width: 30%;
	}
}

.bl_formBlock_inner_form .inner.birthday select[name="month"],
.bl_formBlock_inner_form .inner.birthday select[name="date"] {
	width: 13%;
}

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

	.bl_formBlock_inner_form .inner.birthday select[name="month"],
	.bl_formBlock_inner_form .inner.birthday select[name="date"] {
		width: 17%;
	}
}

.bl_contactCheckUnit {
	padding-top: 30px;
	margin-bottom: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bl_contactCheckUnit_inner {
	width: 70.5%;
}

@media screen and (max-width: 840px) {
	.bl_contactCheckUnit_inner {
		width: 100%;
	}
}

.bl_contactCheckUnit_inner .spamcheck {
	padding: 20px 0;
}

.bl_contactCheckUnit_inner .spamcheck label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.bl_contactCheckUnit_inner .spamcheck label input {
	width: auto;
}

.bl_contactCheckUnit_inner .submit input {
	width: 60%;
	color: #fff;
	background: #313131;
	border: 1px solid #313131;
	padding: 30px 0;
	font-size: 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

@media screen and (max-width: 840px) {
	.bl_contactCheckUnit_inner .submit input {
		width: 100%;
	}
}

.bl_contactCheckUnit_inner .submit input:hover {
	color: #313131;
	background: #fff;
}

.bl_formBlock_inner_form input,
.bl_formBlock_inner_form textarea {
	background: #dadada;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	border: none;
	padding: 12px 15px;
	width: 100%;
	border-radius: 0;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.bl_formBlock_inner_form {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bl_formBlock_inner_form .mwwp_sendmessage {
	font-size: 24px;
	margin-bottom: 30px;
}

.bl_formBlock_inner_form .mwwp_sendmessage_text {
	font-size: 16px;
	margin-bottom: 150px;
	line-height: 1.8;
}

/* Chrome, Safari */
input::-webkit-input-placeholder {
	color: #fff;
}

/* Firefox */
input::-moz-placeholder {
	color: #fff;
}

/* Firefox 18以前 */
input:-moz-placeholder {
	color: #fff;
}

/* IE */
input:-ms-input-placeholder {
	color: #fff;
}


.contact-row--personal label {
	display: flex;
	align-items: center;
	line-height: 1.6;
}

.contact-row--personal .inner {
	line-height: 2;
}

.contact-row--personal input {
	width: 20px;
}

.el_contactPp {
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}



/* 20181122 */
#sc_about_ceoMovie {
	padding: 45px 0;
	margin-bottom: 215px;
	background: #e5e5e5;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 840px) {
	#sc_about_ceoMovie {
		margin-bottom: 110px;
	}
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_inner {
	width: 90%;
	max-width: 680px;
	margin: auto;
}

#sc_about_ceoMovie .bl_videoblock {
	margin: 0 auto 10px;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_image {
	margin: 0 auto 40px;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_image p {
	text-align: right;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts {
	display: flex;
	justify-content: center;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts ul li {
	margin-bottom: 5px;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts ul li a {
	padding: 5px 0;
	;
	border-bottom: 1px solid #333;
	display: inline-block;
}

#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts ul li a {
	padding: 5px 0;
	;
	border-bottom: 1px solid #333;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#sc_about_ceoMovie .bl_about_ceoMovieBlock_image p {
		text-align: center;
	}

	#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts ul li {
		margin-bottom: 15px;
	}

	#sc_about_ceoMovie .bl_about_ceoMovieBlock_texts ul li a span {
		display: block;
	}
}


/*=========================
TOPページお知らせの調整20220224↓
=========================*/

.bl_index_newsBlock_articles {
	margin-bottom: 65px;
}

.bl_index_newsBlock_articles__link {
	display: inline-block;
	text-align: center;
	width: 100%;
}


/*=====================================
20220224news一覧ページ作成↓
=========================*/

.bl_pageBlock#sc_post {
	padding-bottom: 215px;
}

@media screen and (max-width: 840px) {
	.bl_pageBlock#sc_post {
		padding-bottom: 78px;
	}
}

.bl_pageBlock {
	position: relative;
}

.bl_blogFiledBlock_inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row-reverse;
	max-width: 1070px;
	width: 91.4%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 840px) {
	.bl_blogFiledBlock_inner {
		width: 80%;
		display: block;
	}
}

.bl_blogFiledBlock_posts {
	width: calc(100% - 255px);
}

@media screen and (max-width: 840px) {
	.bl_blogFiledBlock_posts {
		width: 100%;
	}
}

.bl_blogFiledBlock_posts_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 39px;
}

@media screen and (max-width: 840px) {
	.bl_blogFiledBlock_posts_wrapper {
		display: block;
		margin-bottom: 39px;
	}

}



@media screen and (max-width: 840px) {
	.bl_blogFiledBlock_posts_wrapper {
		margin-bottom: 13px;
	}
}

/*サイドナビ*/
.bl_blogFiledBlock_navi {
	width: 255px;
	padding-top: 20px;
}

@media screen and (max-width: 840px) {
	.bl_blogFiledBlock_navi {
		width: 100%;
		padding-top: 0;
	}
}

.bl_blogFiledBlock_navi_wrapper {
	margin-bottom: 120px;
}

.bl_blogFiledBlock_navi_wrapper:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 840px) {
	.bl_blogFiledBlock_navi_wrapper {
		margin-bottom: 65px;
	}
}

.bl_blogFiledBlock_navi_ttl {
	position: relative;
	margin-bottom: 40px;
	font-size: 22px;
}

@media (max-width:840px) {
	.bl_blogFiledBlock_navi_ttl {
		font-size: 18px;
	}

}

.bl_blogFiledBlock_navi_ttl:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 13px;
	height: 1px;
	background-color: #000;
}

.bl_blogFiledBlock_navi_list {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}


.bl_blogFiledBlock_navi_list li {
	list-style-type: none;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.bl_blogFiledBlock_navi_list li:last-child {
	margin-bottom: 0;
}

.bl_blogFiledBlock_navi_list li .overflow {
	position: relative;
	display: inline-block;
}

.bl_blogFiledBlock_navi_list li .overflow .overflow_wrapper {
	position: relative;
}

.overflow_link:hover {
	opacity: 0.7;
	transition: opacity 0.35s ease-in-out;

}

ul.bl_categoryChildBlock {
	display: none;
	margin: 0 0 0 20px;
	padding: 15px 0 15px;
}

ul.bl_categoryChildBlock a:hover {
	opacity: 0.7;
	transition: opacity 0.35s ease-in-out;
}


li.haveChild .el_navListMarker {
	margin-left: 0.4rem;
	transition: transform 0.35s ease-in-out;

}

.js_isIe li.haveChild span.el_navListMarker {
	margin-top: -6px;
}


li.haveChild.js_active .el_navListMarker {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

li.haveChild span {
	pointer-events: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

li.haveChild span:hover {
	opacity: 0.7;
	transition: opacity 0.35s ease-in-out;

}

li.haveChild.js_open ul.bl_categoryChildBlock {
	display: block;
}

ul.bl_categoryChildBlock li {
	margin-bottom: 12px;
}

.el_navListMarker {
	pointer-events: all;
	cursor: pointer;
}

.el_navListMarker:hover {
	opacity: 0.7;
	transition: opacity 0.35s ease-in-out;

}

.el_navListMarker i {
	position: relative;
}



.bl_postBlock {
	width: calc((100% - 36px) / 2);
	margin-right: 35px;
	margin-bottom: 61px;
	position: relative;
}

.bl_postBlock:hover {
	opacity: 0.5;
	transition: opacity 0.35s ease-in-out;
}

.bl_postBlock a {
	pointer-events: all;
	cursor: pointer;
	z-index: 99;
}



.bl_postBlock:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 840px) {
	.bl_postBlock {
		width: 100%;
		margin-bottom: 37px;
	}
}

.bl_postBlock_image {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bl_postBlock_image:before {
	content: "";
	padding-top: 58.97%;
	display: block;
}


.bl_postBlock_image_attachment {
	background-color: #212121;
	color: #fff;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 2;
	padding: 12px 8px;
	font-family: 'Oswald', sans-serif;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 1200px) {
	.bl_postBlock_image_attachment {
		left: 11px;
		padding: 9px 10px 11px;
	}
}

.bl_postBlock_texts {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 18px 15px;
}

@media screen and (max-width: 840px) {
	.bl_postBlock_texts {
		padding: 12px 0px 9px 0px;
	}
}

.bl_postBlock_texts_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.bl_postBlock_texts_ttl_parent {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	display: inline-block;
	padding: 3px 8px;
	background-color: #eee;
}

.bl_postBlock_texts_ttl_parent+.bl_postBlock_texts_ttl_parent {
	margin-left: 15px;
}


.bl_postBlock_texts_ttl_child {
	position: relative;
	padding-bottom: 2px;
	font-style: italic;
	display: inline-block;
	height: 16px;
}

.bl_postBlock_texts_ttl_child:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.js_isIe .bl_postBlock_texts_ttl_child:after {
	bottom: 4px;
}

.bl_postBlock_texts_text {
	letter-spacing: 0.18em;
	line-height: 1.4;
}

@media screen and (max-width: 840px) {
	.bl_postBlock_texts_text {
		letter-spacing: 0.16em;
	}
}

/*ページャー*/
.bl_pagerBlock {
	border-top: 1px solid #000;
	padding: 15px 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_pagerBlock:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
	visibility: hidden;
}


@media screen and (max-width: 840px) {
	.bl_pagerBlock {
		margin-bottom: 72px;
		padding: 15px 0 0;
	}

}

.bl_pagerBlock .screen-reader-text {
	display: none;
}

.bl_pagerBlock .page-numbers {
	display: none;
}

.bl_pagerBlock .page-numbers.prev:hover,
.bl_pagerBlock .page-numbers.next:hover {
	opacity: 0.7;
	transition: opacity 0.35s ease-in-out;
}

.bl_pagerBlock .page-numbers.prev {
	display: block;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}

.bl_pagerBlock .page-numbers.prev i {
	display: inline-block;
	margin-right: 8px;
}

.bl_pagerBlock .page-numbers.next {
	display: block;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}

.bl_pagerBlock .page-numbers.next i {
	display: inline-block;
	margin-left: 8px;
}

.bl_postBlock_image_attachment__flex {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.bl_postBlock_image_attachment_year {
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
	.bl_postBlock_image_attachment_year {
		font-size: 14px;
	}
}

.bl_postBlock_image_attachment_month {
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
	.bl_postBlock_image_attachment_month {
		font-size: 14px;
	}

}

.bl_postBlock_image_attachment_day {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
	.bl_postBlock_image_attachment_day {
		font-size: 20px;
	}
}

.bl_postBlock_texts_attachment {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	font-weight: bold;
}

.bl_articleBlock_interview {
	margin-top: 54px;
	margin-bottom: 99px;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview {
		margin-top: 33px;
		margin-bottom: 29px;
	}
}

.bl_articleBlock_interview_info_repeat {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_info_repeat {
		display: block;
	}
}

.bl_articleBlock_interview_head {
	width: 100%;
	border-bottom: 1px solid #707070;
	text-align: right;
	padding-bottom: 3px;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_head {
		text-align: center;
	}
}

.bl_articleBlock_interview_head_ttl_job {
	font-size: 14px;
	letter-spacing: 0.016em;
	line-height: 2.1;
	font-weight: 500;

}

.bl_articleBlock_interview_head_ttl_name {
	font-size: 20px;
	letter-spacing: 0.016em;
	font-weight: 500;
	line-height: 1.56;
	display: inline-block;
	margin-left: 23px;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_head_ttl_name {
		display: block;
		margin-left: 0px;
	}
}

.bl_articleBlock_interview_info_repeat_item_img_inner {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 63.8%;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_info_repeat_item_img_inner {
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 63.2%;
	}
}

.bl_articleBlock_interview_info_repeat_item_img_inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.bl_articleBlock_interview_info_repeat+.bl_articleBlock_interview_info_repeat {
	margin-top: 39px;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_info_repeat+.bl_articleBlock_interview_info_repeat {
		margin-top: 35px;
	}
}

.bl_articleBlock_interview_info_repeat_item_img {
	width: 41.823%;
	margin-right: 45px;
}

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

	.bl_articleBlock_interview_info_repeat_item_img {
		width: 100%;
		margin-right: 0;
	}
}

.bl_articleBlock_interview_info_repeat_item_texts {
	width: 60%;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_info_repeat_item_texts {
		width: 100%;
	}

}

.bl_articleBlock_interview_info_repeat_item_inner_ttl {
	font-size: 24px;
	letter-spacing: 0em;
	line-height: 1.45;
	font-weight: 500;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_info_repeat_item_inner_ttl {
		font-size: 22px;
		margin-top: 23px;
	}
}

.bl_articleBlock_interview_info_repeat_item_inner_text {
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 12px;
}

.bl_articleBlock_interview_info_repeat_item_inner_text br {
	display: inline;
}

@media screen and (max-width:840px) {
	.bl_articleBlock_interview_info_repeat_item_inner_text {
		line-height: 1.8;
		margin-top: 15px;
	}
}