@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Roboto', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'Noto Sans JP', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #202748;
	font-size: 1.6rem;
	line-height: 1.22;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

a {
	color: #06c;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus,
a:visited {
	color: #06c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.22;
}

img {
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding: 0;
}

ol {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
}

body.is-menu-open,
body.is-modal-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
	margin-top: 0;
}

input,
button,
select,
textarea {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input::-ms-clear,
button::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
	display: none;
}

input::-ms-reveal,
button::-ms-reveal,
select::-ms-reveal,
textarea::-ms-reveal {
	display: none;
}

input::-ms-expand,
button::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
	display: none;
}

label {
	display: block;
	position: relative;
}

label.select:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #797d91 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

label.flex {
	display: flex;
	align-items: center;
}

label.flex input[type='text'],
label.flex input[type='tel'],
label.flex input[type='email'],
label.flex input[type='url'],
label.flex input[type='number'] {
	flex: 1;
	margin: 0 15px;
}

label.flex input[type='text']:last-child,
label.flex input[type='tel']:last-child,
label.flex input[type='email']:last-child,
label.flex input[type='url']:last-child,
label.flex input[type='number']:last-child {
	margin-right: 0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='url'],
input[type='number'],
select {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #eeeef1;
}

input[type='checkbox'] {
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	border: 1px solid #bcbec8;
}

select {
	transition: color 0.2s ease-in-out;
}

select option {
	color: #202748;
}

select.is-not-selected {
	color: #797d91;
}

textarea {
	resize: none;
	width: 100%;
	height: 140px;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #eeeef1;
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

/* -----------------------------------------------------
 * Typography
 * -------------------------------------------------- */

/* ----- 見出し ----- */

.mod-heading-1,
.l-wrapper > h1 {
	position: relative;
	margin: 38px 0 0;
	padding: 0 0 16px;
	color: #202748;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.mod-heading-1:after,
.l-wrapper > h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	background-color: #c30d23;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-heading-2,
.l-content h2 {
	margin: 40px 0 0;
	padding: 6px 0 3px 11px;
	border-left: 4px solid #797d91;
	color: #202748;
	font-size: 1.8rem;
	font-weight: bold;
}

.mod-heading-3,
.l-content h3 {
	margin: 32px 0 0;
	color: #202748;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.mod-heading-4 {
	margin: 20px 0 0;
	color: #202748;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

.mod-ac-target {
	display: none;
}

/* -----------------------------------------------------
 * Modules
 * -------------------------------------------------- */

/* パーツ系 */

.mod-btn {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 50px;
	padding: 1px 25px 0 0;
	border: 2px solid #797d91;
	border-radius: 25px;
	color: #797d91;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
}

.mod-btn:visited, .mod-btn:active {
	color: #797d91;
}

.mod-btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 8px;
	height: 15px;
	background: url(../images/ico_arrow_01_02.png) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-send {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	height: 60px;
	margin: 30px auto 0;
	border-radius: 30px;
	background-color: #c30d23;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}

.mod-send:disabled {
	background-color: #797d91;
}

.mod-sns {
	overflow: hidden;
	width: 31px;
	height: 31px;
	background: no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.mod-sns.fb {
	background-image: url(../images/ico_sns_fb_02.png);
}

.mod-sns-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px;
}

.mod-sns-share li {
	margin: 15px 5px 0;
}

.mod-sns-share a {
	display: flex;
	align-items: center;
	width: 155px;
	height: 50px;
	padding: 0 20px;
	border-radius: 25px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.04em;
}

.mod-sns-share a:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background: no-repeat 50% 50%;
	background-size: contain;
}

.mod-sns-share a span {
	flex: 1;
}

.mod-sns-share a.tw {
	background-color: #1da1f2;
}

.mod-sns-share a.tw:before {
	background-image: url(../images/ico_sns_tw_01.png);
}

.mod-sns-share a.fb {
	background-color: #1877f2;
}

.mod-sns-share a.fb:before {
	background-image: url(../images/ico_sns_fb_01.png);
}

.mod-tag {
	display: inline-block;
	min-width: 120px;
	padding: 6px 5px 5px;
	border: 1px solid #202748;
	color: #202748;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

/* ブロック系 */

.mod-breadcrumbs-list {
	display: block;
	padding: 3px 15px;
	white-space: nowrap;
	letter-spacing: -0.4em;
}

.mod-breadcrumbs-list > * {
	letter-spacing: normal;
}

.is-pc .mod-breadcrumbs-list {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}

.mod-breadcrumbs-list li {
	display: inline;
	position: relative;
	padding: 0 0 0 20px;
	color: #797d91;
	font-size: 1.0rem;
}

.mod-breadcrumbs-list li:before {
	content: '＞';
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-breadcrumbs-list li:first-child {
	padding: 0;
}

.mod-breadcrumbs-list li:first-child:before {
	display: none;
}

.mod-breadcrumbs-list li:last-child {
	padding: 0 15px 0 20px;
}

.mod-breadcrumbs-list a {
	color: #06c;
	text-decoration: none;
}

.mod-news-list li {
	border-bottom: 1px solid #bcbec8;
}

.mod-news-list li:first-child {
	border-top: 1px solid #bcbec8;
}

.mod-news-list li a,
.mod-news-list li span {
	display: block;
	padding: 20px 15px;
}

.mod-news-list li a {
	text-decoration: none;
}

.mod-news-list-sup {
	display: flex;
	align-items: center;
}

.mod-news-list-sup .date {
	margin: 0 13px 0 0;
	color: #797d91;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod-news-list-title {
	margin: 15px 0 0 !important;
	color: #06c !important;
	font-size: 1.4rem !important;
	font-weight: normal !important;
	line-height: 2 !important;
}

.mod-column-list {
	display: flex;
	flex-wrap: wrap;
	margin: -21px 0 0 -15px;
}

.mod-column-list li {
	width: calc(50% - 15px);
	margin: 21px 0 0 15px;
}

.mod-column-list li a {
	display: block;
	width: 42.4vw;
	padding: 0 14px 17px;
	background-color: #fff;
	box-shadow: 6px 6px 0 rgba(121, 125, 145, 0.3);
	text-decoration: none;
}

.mod-column-list-image {
	margin: 0 -14px;
}

.mod-column-list-image img {
	width: 100%;
	height: 22.13333vw;
	font-family: 'object-fit: cover;';
	-o-object-fit: cover;
	object-fit: cover;
}

.mod-column-list-date {
	display: block;
	margin: 12px 0 0;
	color: #797d91;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod-column-list-title {
	margin: 14px 0 0 !important;
	color: #06c !important;
	font-size: 1.4rem !important;
	font-weight: normal !important;
	line-height: 1.5;
	letter-spacing: 0.025em;
}

.mod-column-list-tag {
	margin: 13px 0 0;
}

.mod-column-list-side {
  /* SPでは非表示のためPCメインのスタイル */
	padding: 20px;
	border-bottom: 1px solid #797d91;
}

.mod-column-list-side li {
	margin: 20px 0 0;
}

.mod-column-list-side li:first-child {
	margin: 0;
}

.mod-column-list-side a {
	display: block;
	text-decoration: none;
}

.mod-column-list-side a:hover .mod-column-list-side-title {
	text-decoration: underline;
}

.mod-column-list-side-image img {
	width: 200px;
	height: 105px;
	font-family: 'object-fit: cover;';
	-o-object-fit: cover;
	object-fit: cover;
}

.mod-column-list-side-date {
	display: block;
	margin: 8px 0 0;
	color: #797d91;
	font-size: 1.4rem;
	font-weight: bold;
}

.mod-column-list-side-title {
	position: relative;
	margin: 2px 0 0 !important;
	padding: 0 10px 0 0;
	color: #06c !important;
	font-size: 1.6rem !important;
	font-weight: normal !important;
	line-height: 1.5;
	letter-spacing: -0.025em;
}

.mod-column-list-side-title:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 14px;
	background: url(../images/ico_arrow_01_02.png) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-service-list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	background-color: #fff;
}

.mod-service-list:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 119px;
	height: 119px;
	background: url(../images/logo_ecmasters_service.png) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.mod-service-list li {
	position: relative;
	z-index: 0;
	width: 50%;
	max-width: 50%;
	padding: 15px 25px 25px;
	border-bottom: 1px solid #bcbec8;
	border-left: 1px solid #bcbec8;
}

.mod-service-list li:before,
.mod-service-list li:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
}

.mod-service-list li:nth-child(n+3) {
	border-bottom: none;
}

.mod-service-list li:nth-child(2n+1) {
	border-left: none;
}

.mod-service-list li:nth-child(1) {
	z-index: 1;
}

.mod-service-list li:nth-child(1):before {
	bottom: 0;
	left: 50%;
	border-width: 0 22px 22px 22px;
	border-color: transparent transparent #bcbec8 transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-service-list li:nth-child(1):after {
	bottom: -1px;
	left: 50%;
	border-width: 0 22px 22px 22px;
	border-color: transparent transparent #fff transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-service-list li:nth-child(2) {
	z-index: 1;
}

.mod-service-list li:nth-child(2):before {
	top: 50%;
	left: 0;
	border-width: 22px 0 22px 22px;
	border-color: transparent transparent transparent #bcbec8;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-service-list li:nth-child(2):after {
	top: 50%;
	left: -1px;
	border-width: 22px 0 22px 22px;
	border-color: transparent transparent transparent #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-service-list li:nth-child(3) {
	z-index: 3;
}

.mod-service-list li:nth-child(3):before {
	top: 50%;
	right: -1px;
	border-width: 22px 22px 22px 0;
	border-color: transparent #bcbec8 transparent transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-service-list li:nth-child(3):after {
	top: 50%;
	right: -2px;
	width: 0;
	height: 0;
	border-width: 22.5px 22px 22.5px 0;
	border-width: 22px 22px 22px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-color: transparent #fff transparent transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-service-list li:nth-child(4) {
	z-index: 2;
}

.mod-service-list li:nth-child(4):before {
	top: -1px;
	left: 50%;
	border-width: 22px 22px 0 22px;
	border-color: #bcbec8 transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-service-list li:nth-child(4):after {
	top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 22px 22.5px 0 22.5px;
	border-width: 22px 22px 0 22px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-color: #fff transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-service-list-image {
	display: flex;
	justify-content: center;
}

.mod-service-list-image img {
	width: 90px;
	height: 90px;
}

.mod-service-list-title {
	margin: 16px -20px 0;
	color: #c30d23;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.mod-service-list-text {
	margin: 5px 0 0;
	color: #202748;
	font-size: 1.4rem;
	line-height: 1.5;
}

.mod-seminar {
	margin: 20px 0 0;
	padding: 0 0 12px;
	border-bottom: 1px solid #bcbec8;
}

.mod-seminar a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
}

.mod-seminar:first-child {
	padding: 20px 0 12px;
	border-top: 1px solid #bcbec8;
}

.mod-seminar-text {
	margin: 16px 0 0;
}

.mod-seminar-date {
	color: #202748;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.025em;
}

.mod-seminar-date .date {
	font-size: 1.8rem;
}

.mod-seminar-time {
	display: flex;
	align-items: center;
	margin: 4px 0 0;
	color: #797d91;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.025em;
}

.mod-seminar-time:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	background: url(../images/ico_clock_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-seminar-count {
	margin: 6px 0 0;
	color: #797d91;
	font-size: 1.2rem;
}

.mod-seminar-count + .mod-seminar-status {
	margin-top: 6px;
}

.mod-seminar-status {
	display: flex;
	align-items: center;
	width: 110px;
	height: 30px;
	margin: 10px 0 0;
	padding: 0 10px;
	background-color: #c30d23;
	color: #fff;
	font-size: 1.2rem;
}

.mod-seminar-status:before {
	content: '';
	display: block;
	width: 28px;
	height: 15px;
	margin: 0 10px 0 0;
	background: url(../images/ico_status_space_01.png) no-repeat 50% 50%, url(../images/ico_status_full_01.png) no-repeat 50% 50%;
	background-size: contain, 0;
}

.mod-seminar-status:after {
	content: '空きあり';
}

.mod-seminar-status.is-full {
	border: 1px solid #797d91;
	background-color: #fff;
	color: #797d91;
}

.mod-seminar-status.is-full:before {
	background-size: 0, contain;
}

.mod-seminar-status.is-full:after {
	content: '満員御礼';
}

.mod-seminar-place {
	display: flex;
	align-items: center;
	margin: 8px 0 0;
	color: #797d91;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod-seminar-place:before {
	content: '';
	display: block;
	width: 15px;
	height: 20px;
	margin: 0 5px 0 0;
	background: url(../images/ico_place_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-seminar-title {
	color: #06c !important;
	font-size: 1.4rem !important;
	font-weight: bold;
	line-height: 1.5;
}

.mod-seminar-title:first-child {
	margin-top: 0 !important;
}

.mod-seminar-index {
	counter-reset: listnum;
	list-style-type: none;
	margin: 8px 0 0;
	color: #797d91;
	font-size: 1.2rem;
	line-height: 1.5;
}

.mod-seminar-index li:before {
	content: counter(listnum) '.';
	counter-increment: listnum;
}

.mod-list-link {
	padding: 10px 0;
}

.mod-list-link li {
	display: block;
}

.mod-list-link a {
	display: block;
	position: relative;
	color: #06c;
}

.mod-list-link a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	background: url(../images/ico_arrow_01_02.png) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-box-scroll {
	overflow-y: auto;
	width: 100%;
	height: 260px;
	margin: 15px 0 0;
	padding: 15px;
	border: 1px solid #bcbec8;
	font-size: 1.4rem;
	-webkit-overflow-scrolling: touch;
}

.mod-box-scroll > *:first-child {
	margin-top: 0;
}

.mod-box-scroll .mod-heading-3,
.mod-box-scroll .l-content h3,
.l-content .mod-box-scroll h3,
.mod-box-scroll .mod-heading-4 {
	line-height: 2;
}

.mod-box-scroll .mod-heading-3,
.mod-box-scroll .l-content h3,
.l-content .mod-box-scroll h3 {
	margin-top: 40px;
}

.mod-box-scroll .mod-heading-4 {
	margin-top: 30px;
}

.mod-box-scroll p,
.mod-box-scroll ul,
.mod-box-scroll ol {
	margin: 12px 0 0 !important;
	color: #202748;
	line-height: 2;
}

.mod-box-scroll ul li:before {
	content: '・';
}

.mod-box-scroll ol {
	counter-reset: listnum;
	list-style-type: none;
}

.mod-box-scroll ol li:before {
	content: counter(listnum) '.';
	counter-increment: listnum;
	margin: 0 0.25em 0 0;
}

.mod-accept {
	margin: 40px 0 0;
	font-size: 1.4rem;
	text-align: center;
}

.mod-accept label {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
}

.mod-accept label span {
	display: inline-block;
}

.mod-accept label span:before {
	content: '';
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 8px;
	border-bottom: 2px solid #202748;
	border-left: 2px solid #202748;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.mod-accept label input[type='checkbox']:checked + span:before {
	display: block;
}

/* 外部サービス系 */

.mod-gmap {
	width: 100%;
	height: 240px;
	margin: 12px 0 0;
	border: none;
}

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

@-webkit-keyframes open-menu {
	0% {
		display: none;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	1% {
		display: block;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes open-menu {
	0% {
		display: none;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	1% {
		display: block;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes close-menu {
	0% {
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	99% {
		display: block;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		display: none;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes close-menu {
	0% {
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	99% {
		display: block;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		display: none;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.mod-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mod-header-inner {
	position: relative;
	height: 100%;
}

.mod-header-logo {
	position: absolute;
	z-index: 3;
	top: 9px;
	left: 15px;
}

.mod-header-logo a {
	display: block;
	overflow: hidden;
	width: 135px;
	height: 32px;
	background: url(../images/logo_ecmasters.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.mod-header-toggle {
	outline: none;
	display: block;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 10px;
	overflow: hidden;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-image: url(../images/ico_bars_01.png), url(../images/ico_times_01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-clip: padding-box;
	background-size: 16px auto, 0;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 200%;
	transition: background-size 0.2s ease-in-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mod-header-toggle::-ms-clear {
	display: none;
}

.mod-header-toggle::-ms-reveal {
	display: none;
}

.mod-header-toggle::-ms-expand {
	display: none;
}

.is-menu-open .mod-header-toggle {
	background-size: 0, 12px auto;
}

.mod-header-menu {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 0 0;
}

.mod-header-menu-inner {
	overflow: scroll;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.mod-header-contact {
	position: relative;
}

.mod-header-sup-list {
	font-size: 1.2rem;
}

.mod-header-sup-list a {
	color: #797d91;
	text-decoration: none;
}

.mod-header-sup-sns {
	display: flex;
	justify-content: center;
}

/* -----------------------------------------------------
 * Footer
 * -------------------------------------------------- */

.mod-footer {
	position: relative;
	/*margin: auto 0 0;*/
}

.mod-footer-description {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 0;
	background: rgba(121, 125, 145, 0.5);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.025em;
}

.mod-footer-nav {
	background: #eeeef1;
}

.mod-footer-nav-list {
	display: flex;
}

.mod-footer-nav-list li {
	display: block;
}

.mod-footer-nav-list a {
	color: #797d91;
	text-decoration: none;
}

.mod-footer-copyright {
	margin: 0;
	/*padding: 30px 0 60px;*/
	padding: 30px 0 110px;
	background: #eeeef1;
	color: #797d91;
	font-size: 1.0rem;
	text-align: center;
}

.mod-pagetop {
	display: block;
	position: fixed;
	z-index: 5;
	right: 4vw;
	bottom: 4vw;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: 2px solid #202748;
	background: #fff;
	white-space: nowrap;
	text-indent: 200%;
	transition: background-color 0.2s ease-in-out,  -webkit-transform 0.3s ease;
	transition: transform 0.3s ease,  background-color 0.2s ease-in-out;
	transition: transform 0.3s ease,  background-color 0.2s ease-in-out,  -webkit-transform 0.3s ease;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.is-pagetop-active .mod-pagetop {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mod-pagetop:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-top: 2px solid #202748;
	border-right: 2px solid #202748;
	-webkit-transform: translate3d(-50%, -25%, 0) rotateZ(-45deg);
	transform: translate3d(-50%, -25%, 0) rotateZ(-45deg);
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

.l-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	/*min-height: 100vh;*/
	padding: 50px 0 0;
}

.l-kv {
	overflow: hidden;
}

.l-breadcrumbs {
	overflow: hidden;
	background-color: #f9f9f9;
	margin: auto 0 0;
}

.l-content {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.l-article + .l-content {
	padding-top: 0;
}

.l-content.bg-01 {
	background-color: #eeeef1;
}

.l-content.bg-02 {
	background-color: #f8ecee;
}

.l-content.bg-03 {
	background-color: #f9f9f9;
}

.l-content-inner {
	position: relative;
	z-index: 0;
	margin: 40px 0 0;
	padding: 0 15px;
}

.l-content-inner:first-child,
.l-content-inner > *:first-child {
	margin-top: 0;
}

.l-content p {
	margin: 12px 0 0;
	color: #202748;
	font-size: 1.4rem;
	line-height: 2;
}

.l-content table {
	width: 100%;
	margin: 20px 0 0;
	border-top: 1px solid #bcbec8;
	font-size: 1.4rem;
}

.l-content table tr {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #bcbec8;
}

.l-content table th,
.l-content table td {
	display: block;
	position: relative;
	color: #202748;
	line-height: 2;
	letter-spacing: -0.005em;
}

.l-content table th {
	font-weight: bold;
}

.l-content table th.required:after {
	content: '必須';
	display: flex;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 24px;
	padding: 1px 0 0;
	background-color: #c30d23;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	pointer-events: none;
}

.l-col-inner.contents {
	flex: 1;
}

.l-col-inner.side {
	display: none;
}

.l-col-section > *:first-child {
	margin-top: 0;
}

.l-col-section-content {
	margin: 40px 0 0;
}

.l-article {
	padding: 40px 0;
}

.l-content + .l-article {
	padding-top: 0;
}

.l-article > *:first-child {
	margin-top: 0;
}

.l-article-header {
	margin: 40px 15px 0;
	padding: 0 12px 10px;
	border-bottom: 1px solid #bcbec8;
}

.l-article-header-sup {
	display: flex;
	align-items: center;
}

.l-article-header-tag {
	margin: 0 10px 0 0;
}

.l-article-header-date {
	color: #797d91;
	font-size: 1.2rem;
	font-weight: bold;
}

.l-article-header-title {
	margin: 15px 0 0;
	color: #202748;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.66;
}

.l-article-kv {
	margin: 40px 0 0;
	padding: 0 15px;
	text-align: center;
}

.l-article-kv img {
	max-width: 100%;
	height: auto;
}

.l-article-inner {
	margin: 40px 0 0;
	padding: 0 15px;
}

.l-article-entry {
	color: #202748;
}

.l-article-entry *:first-child {
	margin-top: 0;
}

.l-article-entry h2 {
	position: relative;
	margin: 38px 0 0;
	padding: 2px 0 1px 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.66;
}

.l-article-entry h2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 30px;
	background-color: #797d91;
}

.l-article-entry h3 {
	margin: 20px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.875;
}

.l-article-entry p,
.l-article-entry ul,
.l-article-entry ol,
.l-article-entry blockquote {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 2;
}

.l-article-entry ul li:before {
	content: '・';
}

.l-article-entry ol {
	counter-reset: listnum;
	list-style-type: none;
}

.l-article-entry ol li:before {
	content: counter(listnum) '.';
	counter-increment: listnum;
	margin: 0 0.25em 0 0;
}

.l-article-entry blockquote {
	position: relative;
	padding: 5px 0 4px 15px;
}

.l-article-entry blockquote:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #eeeef1;
}

.l-article-entry figure {
	margin: 30px 0;
}

.l-article-entry figure:last-child {
	margin-bottom: 0;
}

.l-article-entry figure img {
	max-width: 100%;
}

.l-article-sns {
	margin: 40px 15px 0;
	padding: 20px 12px;
	background-color: #eeeef1;
}

.l-article-sns-text {
	color: #202748;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * Home
 * -------------------------------------------------- */

/* - Home用モジュール - */

/* slick用共通 */

.mod-home-slider .slick-list,
.mod-home-seminar .slick-list {
	z-index: 0;
}

.mod-home-slider .slick-arrow,
.mod-home-seminar .slick-arrow {
	outline: none;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	overflow: hidden;
	width: 8vw;
	height: 8vw;
	background: #797d91;
	white-space: nowrap;
	text-indent: 200%;
	transition: opacity 0.3s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-home-slider .slick-arrow:before,
.mod-home-seminar .slick-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.8vw;
	height: 2.8vw;
	border-top: 0.26667vw solid #fff;
	border-right: 0.26667vw solid #fff;
}

.mod-home-slider .slick-arrow.slick-prev,
.mod-home-seminar .slick-arrow.slick-prev {
	left: 0;
}

.mod-home-slider .slick-arrow.slick-prev:before,
.mod-home-seminar .slick-arrow.slick-prev:before {
	-webkit-transform: translate3d(-25%, -50%, 0) rotateZ(-135deg);
	transform: translate3d(-25%, -50%, 0) rotateZ(-135deg);
}

.mod-home-slider .slick-arrow.slick-next,
.mod-home-seminar .slick-arrow.slick-next {
	right: 0;
}

.mod-home-slider .slick-arrow.slick-next:before,
.mod-home-seminar .slick-arrow.slick-next:before {
	-webkit-transform: translate3d(-70%, -50%, 0) rotateZ(45deg);
	transform: translate3d(-70%, -50%, 0) rotateZ(45deg);
}

.mod-home-slider .slick-arrow.slick-disabled,
.mod-home-seminar .slick-arrow.slick-disabled {
	opacity: 0;
	pointer-events: none;
}

.mod-home-slider:before,
.mod-home-slider:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 4vw;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
}

.mod-home-slider:before {
	left: 0;
}

.mod-home-slider:after {
	right: 0;
}

.mod-home-slider-inner {
	width: 92vw;
}

.mod-home-slider-inner a,
.mod-home-slider-inner span {
	display: block;
}

.mod-home-slider-inner a img,
.mod-home-slider-inner span img {
	max-width: 100%;
}

.mod-home-slider .slick-dots {
	display: flex;
	position: absolute;
	z-index: 3;
	bottom: 15px;
	left: 50%;
	justify-content: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-home-slider .slick-dots li {
	margin: 0 3px;
}

.mod-home-slider .slick-dots li.slick-active button {
	background-color: #c30d23;
}

.mod-home-slider .slick-dots button {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	border: 1px solid #797d91;
	border-radius: 0;
	border-radius: 50%;
	background: none transparent;
	background-color: #fff;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 200%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mod-home-slider .slick-dots button::-ms-clear {
	display: none;
}

.mod-home-slider .slick-dots button::-ms-reveal {
	display: none;
}

.mod-home-slider .slick-dots button::-ms-expand {
	display: none;
}

.mod-home-seminar-inner {
	width: 44vw;
	margin: 0 4.13333vw 0 0;
}

.mod-home-seminar-inner a {
	display: block;
	position: relative;
	padding: 12px;
	border-radius: 13px;
	background-color: #fff;
	text-decoration: none;
}

.mod-home-seminar-inner a:before {
	content: '';
	display: block;
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 39px;
	height: 39px;
	border-radius: 0 0 10px 0;
	background: linear-gradient(135deg, transparent 50%, #c30d23 0);
	pointer-events: none;
}

.mod-home-seminar-inner a:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 8px;
	height: 13px;
	background: url(../images/ico_arrow_03_01.png) no-repeat 50% 50%;
	background-size: contain;
}

.mod-home-seminar .mod-seminar-title {
	margin: 8px 0 0;
}

.mod-home-seminar .slick-list {
	overflow: visible;
}

/* - Home用レイアウト - */

.l-home-section {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.l-home-section.bg-01 {
	background-color: #eeeef1;
}

.l-home-section.bg-02 {
	background-color: #f8ecee;
}

.l-home-section.bg-03 {
	background-color: #f9f9f9;
}

.l-home-section-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
}

.l-home-section-bg img {
	width: 100%;
	font-family: 'object-fit: cover;';
	-o-object-fit: cover;
	object-fit: cover;
}

.l-home-section-inner {
	position: relative;
	z-index: 0;
	padding: 0 15px;
}

.l-home-section h2 {
	position: relative;
	padding: 0 0 20px;
	color: #202748;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.l-home-section h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	background-color: #c30d23;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-home-section-description {
	margin: 30px -10px 0;
	text-align: center;
}

.l-home-section-description p {
	margin: 10px 0 0;
	font-size: 1.4rem;
	line-height: 2;
}

.l-home-section-description p em {
	color: #c30d23;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.75;
}

.l-home-section-content {
	margin: 33px 0 0;
}

.l-home-section-description + .l-home-section-content {
	margin: 25px 0 0;
}

.l-home-section-link {
	margin: 30px 0 0;
}

.l-home-section-link .mod-btn {
	margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
	body.is-menu-open {
		overflow: visible;
	}

	label {
		display: inline-block;
	}

	label.flex {
		display: inline-flex;
	}

	label.flex + label.flex {
		margin: 0 0 0 40px;
	}

	input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='url'],
  input[type='number'],
  select {
		width: 360px;
		height: 40px;
	}

	input[type='text'].pc-small,
  input[type='tel'].pc-small,
  input[type='email'].pc-small,
  input[type='url'].pc-small,
  input[type='number'].pc-small,
  select.pc-small {
		width: 160px;
	}

	input[type='checkbox'] {
		margin: 0 12px 0 0;
	}

	textarea {
		resize: vertical;
		width: 600px;
		height: 120px;
	}

	.is-pc-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	.mod-heading-1,
  .l-wrapper > h1 {
		margin: 54px 0 0;
		font-size: 3.6rem;
	}

	.mod-heading-2,
  .l-content h2 {
		margin: 80px 0 0;
		padding: 1px 0 0 16px;
		font-size: 2.4rem;
	}

	.mod-heading-3,
  .l-content h3 {
		margin: 72px 0 0;
		font-size: 2.0rem;
	}

	.mod-heading-4 {
		margin: 40px 0 0;
		font-size: 1.6rem;
	}

	.mod-btn {
		font-size: 1.6rem;
	}

	.mod-btn:hover {
		background-color: #eeeef1;
	}

	.bg-01 .mod-btn:hover,
  .bg-02 .mod-btn:hover {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.mod-send {
		margin: 45px auto 0;
		font-size: 1.6rem;
	}

	.mod-sns {
		width: 20px;
		height: 20px;
		transition: opacity 0.3s ease;
	}

	.mod-sns:hover {
		opacity: 0.7;
	}

	.mod-sns-share li {
		margin: 15px 10px 0;
	}

	.mod-sns-share a {
		justify-content: center;
		width: 240px;
		font-size: 1.6rem;
		transition: opacity 0.3s ease;
	}

	.mod-sns-share a:hover {
		opacity: 0.7;
	}

	.mod-sns-share a:before {
		margin: 0 12px 0 0;
	}

	.mod-sns-share a span {
		flex: 0 1 auto;
	}

	.mod-tag {
		padding: 6px 10px 5px;
		font-size: 1.4rem;
	}

	.mod-breadcrumbs {
		padding: 0 80px;
	}

	.mod-breadcrumbs-list {
		overflow: hidden;
		width: 100%;
		padding: 11px 0 10px;
		text-overflow: ellipsis;
	}

	.mod-breadcrumbs-list li:last-child {
		padding: 0 0 0 20px;
	}

	.mod-news-list li a,
  .mod-news-list li span {
		display: flex;
		padding: 24px 40px 30px;
	}

	.mod-news-list li a:hover .mod-news-list-title {
		text-decoration: underline;
	}

	.mod-news-list-sup {
		flex-direction: column;
		align-items: flex-start;
		width: 240px;
		min-width: 240px;
		max-width: 240px;
	}

	.mod-news-list-sup .date {
		margin: 0;
		font-size: 1.6rem;
	}

	.mod-news-list-sup .category {
		margin: 12px 0 0;
	}

	.mod-news-list-title {
		margin: 0 !important;
		padding: 1px 0 0;
		font-size: 1.6rem !important;
	}

	.l-col .mod-news-list li a,
  .l-col .mod-news-list li span {
		padding: 24px 20px 34px;
	}

	.l-col .mod-news-list .mod-news-list-sup {
		width: 140px;
		min-width: 140px;
		max-width: 140px;
	}

	.l-col .mod-news-list .mod-news-list-title {
		margin: -6px 0 0 !important;
		padding: 0 !important;
	}

	.mod-column-list {
		flex-wrap: nowrap;
		margin: 0 0 0 -40px;
		padding: 0 0 10px;
	}

	.mod-column-list li {
		width: 230px;
		margin: 0 0 0 40px;
	}

	.l-col .mod-column-list li {
		margin: 0 0 0 35px;
	}

	.mod-column-list li a {
		width: 224px;
	}

	.mod-column-list li a:hover .mod-column-list-title {
		text-decoration: underline;
	}

	.mod-column-list-image img {
		height: 117px;
	}

	.mod-column-list-date {
		margin: 18px 0 0;
		font-size: 1.6rem;
	}

	.mod-column-list-title {
		margin: 12px 0 0 !important;
		font-size: 1.6rem !important;
	}

	.mod-column-list-tag {
		margin: 16px 0 0;
		text-align: right;
	}

	.mod-service-list:after {
		width: 160px;
		height: 160px;
	}

	.mod-service-list li {
		display: flex;
		align-items: flex-start;
		padding: 50px 55px 51px;
	}

	.mod-service-list li:nth-child(1):before {
		border-width: 0 40px 40px 40px;
	}

	.mod-service-list li:nth-child(1):after {
		border-width: 0 40px 40px 40px;
	}

	.mod-service-list li:nth-child(2):before {
		border-width: 40px 0 40px 40px;
	}

	.mod-service-list li:nth-child(2):after {
		border-width: 40px 0 40px 40px;
	}

	.mod-service-list li:nth-child(3):before {
		border-width: 40px 40px 40px 0;
	}

	.mod-service-list li:nth-child(3):after {
		border-width: 40px 40px 40px 0;
	}

	.mod-service-list li:nth-child(4):before {
		border-width: 40px 40px 0 40px;
	}

	.mod-service-list li:nth-child(4):after {
		border-width: 40px 40px 0 40px;
	}

	.mod-service-list-image {
		display: block;
		margin: 0 42px 0 0;
	}

	.mod-service-list-image img {
		width: 120px;
		height: 120px;
	}

	.mod-service-list-inner {
		padding: 0;
	}

	.mod-service-list-title {
		margin: 0;
		font-size: 2.4rem;
		text-align: left;
	}

	.mod-service-list-text {
		margin: -5px 0 0;
		font-size: 1.6rem;
		line-height: 2;
	}

	.mod-seminar {
		margin: 25px 0 0;
		padding: 0 0 12px;
	}

	.mod-seminar a {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}

	.mod-seminar a:hover .mod-seminar-title {
		text-decoration: underline;
	}
	.mod-seminar a.no-url:hover .mod-seminar-title {
		text-decoration: none;
	}

	.mod-seminar:first-child {
/*		padding: 20px 20px 12px;*/
	}

	.mod-seminar-data {
		width: 200px;
	}

	.mod-seminar-text {
		flex: 1;
		margin: 0;
	}

	.mod-seminar-date {
		font-size: 1.6rem;
	}

	.mod-seminar-date .date {
		font-size: 2.4rem;
	}

	.mod-seminar-time {
		margin: 6px 0 0;
		font-size: 1.6rem;
	}

	.mod-seminar-time:before {
		margin: 0 8px 0 0;
	}

	.mod-seminar-count {
		margin: 12px 0 0;
		font-size: 1.4rem;
	}

	.mod-seminar-status {
		width: 120px;
		margin: 8px 0 0;
		padding: 0 6px;
		font-size: 1.4rem;
	}

	.mod-seminar-place {
		margin: 14px 0 0;
		font-size: 1.6rem;
	}

	.mod-seminar-place:before {
		margin: 0 8px 0 0;
	}

	.mod-seminar-title {
		font-size: 1.6rem !important;
		line-height: 2 !important;
	}

	.mod-seminar-index {
		margin: 20px 0 0;
		font-size: 1.4rem;
		line-height: 2;
	}

	.mod-list-link a {
		padding: 11px 30px 10px 20px;
		font-size: 1.6rem;
		text-decoration: none;
	}

	.mod-list-link a:hover {
		text-decoration: underline;
	}

	.mod-list-link a:after {
		right: 20px;
		width: 8px;
		height: 14px;
	}

	.mod-box-scroll {
		padding: 25px;
		font-size: 1.6rem;
	}

	.mod-box-scroll p,
  .mod-box-scroll ul,
  .mod-box-scroll ol {
		margin: 16px 0 0 !important;
	}

	.mod-accept {
		font-size: 1.6rem;
	}

	.mod-gmap {
		height: 320px;
		margin: 36px 0 0;
	}

	.mod-header {
		height: 80px;
		padding: 0 !important;
		transition: height 0.2s ease;
	}

	.is-pagetop-active .mod-header {
		height: 50px;
	}

	.mod-header-logo {
		top: 14px;
		left: 40px;
	}

	.mod-header-logo a {
		width: 221px;
		height: 53px;
		transition: -webkit-transform 0.2s ease;
		transition: transform 0.2s ease;
		transition: transform 0.2s ease, -webkit-transform 0.2s ease;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	.is-pagetop-active .mod-header-logo a {
		-webkit-transform: translateY(-15px) scale3d(0.7, 0.7, 1);
		transform: translateY(-15px) scale3d(0.7, 0.7, 1);
	}

	.mod-header-toggle {
		display: none;
	}

	.mod-header-menu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 0 0 310px;
	}

	.mod-header-menu-inner {
		position: relative;
		overflow: visible;
		background-color: transparent;
	}

	.mod-header-wrap-nav {
		display: flex;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 40px 0 0;
	}

	.mod-header-nav-list {
		display: flex;
	}

	.mod-header-nav-list li {
		position: relative;
		margin: 0 20px 0 0;
	}

	.mod-header-nav-list li:hover a,
  .mod-header-nav-list li.is-active a {
		color: #c30d23;
	}

	.mod-header-nav-list li:hover a:after,
  .mod-header-nav-list li.is-active a:after {
		opacity: 1;
	}

	.mod-header-nav-list a {
		display: block;
		padding: 0 2px 20px;
		color: #202748;
		font-size: 1.4rem;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.025em;
		transition: padding 0.2s ease, color 0.3s ease;
	}

	.is-pagetop-active .mod-header-nav-list a {
		padding: 0 2px 16px;
	}

	.mod-header-nav-list a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #c30d23;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.mod-header-contact a {
		display: block;
		padding: 0 2px 20px;
		color: #202748;
		font-size: 1.4rem;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.025em;
		transition: padding 0.2s ease, color 0.3s ease;
	}

	.is-pagetop-active .mod-header-contact a {
		padding: 0 2px 16px;
	}

	.mod-header-contact a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #c30d23;
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
	}

	.mod-header-contact a:hover {
		color: #c30d23;
	}

	.mod-header-contact a:hover:after {
		opacity: 1;
	}

	.mod-header-contact.is-active a {
		color: #c30d23;
	}

	.mod-header-contact.is-active a:after {
		opacity: 1;
	}

	.mod-header-sup {
		display: flex;
		position: absolute;
		top: 10px;
		right: 40px;
		align-items: center;
		transition: all 0.2s ease;
	}

	.is-pagetop-active .mod-header-sup {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
	}

	.mod-header-sup-list {
		display: flex;
	}

	.mod-header-sup-list li {
		margin: 0 24px 0 0;
	}

	.mod-header-sup-list a:hover {
		text-decoration: underline;
	}

	.mod-footer-description {
		height: 61px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}

	.mod-footer-nav {
		padding: 40px 0 0;
	}

	.mod-footer-nav-list {
		justify-content: center;
	}

	.mod-footer-nav-list li {
		margin: 0 15px;
	}

	.mod-footer-nav-list a,
	.mod-footer-nav-list span {
		font-size: 1.4rem;
	}

	.mod-footer-nav-list a:hover {
		text-decoration: underline;
	}

	.mod-footer-copyright {
		padding: 25px 0 35px;
		font-size: 1.2rem;
	}

	.mod-pagetop {
		right: 30px;
		bottom: 30px;
		width: 60px;
		height: 60px;
	}

	.mod-pagetop:hover {
		background-color: rgba(238, 238, 241, 0.9);
	}

	.mod-pagetop:before {
		width: 21px;
		height: 21px;
	}

	.l-wrapper {
		padding-top: 80px;
	}

	.l-content {
		padding: 80px 0;
	}

	.l-content-inner {
		max-width: 1080px;
		margin: 80px auto 0;
		padding: 0 20px;
	}

	.l-content p {
		margin: 32px 0 0;
		font-size: 1.6rem;
	}

	.l-content table {
		margin: 40px 0 0;
	}

	.l-content table tr {
		display: flex;
		align-items: flex-start;
		padding: 30px 40px;
	}

	.l-content table th,
  .l-content table td {
		font-size: 1.6rem;
	}

	.l-content table th {
		width: 240px;
		padding: 0 40px 0 0;
	}

	.l-content table th.required:after {
		position: static;
		font-size: 1.6rem;
	}

	.l-content table td {
		flex: 1;
	}

	.l-col {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.l-col-inner.side {
		display: block;
		width: 240px;
		margin: 0 0 0 40px;
	}

	.l-col-inner.side h2 {
		margin: 0;
		padding: 20px 20px 19px;
		border-top: 1px solid #bcbec8;
		border-bottom: 1px solid #bcbec8;
		border-left: none;
		color: #202748;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.l-col-section-content {
		margin: 40px 0 0;
	}

	.l-article {
		padding: 80px 20px 40px;
	}

	.l-article-header {
		max-width: 1040px;
		margin: 80px auto 0;
		padding: 0 20px 12px;
	}

	.l-article-header-tag {
		margin: 0 20px 0 0;
	}

	.l-article-header-date {
		font-size: 1.4rem;
	}

	.l-article-header-title {
		font-size: 2.4rem;
		line-height: 1.5;
	}

	.l-article-kv {
		max-width: 800px;
		margin: 40px auto 0;
		padding: 0;
	}

	.l-article-inner {
		width: 100%;
		max-width: 800px;
		margin: 40px auto 0;
		padding: 0 40px;
	}

	.l-article-entry h2 {
		padding: 0 0 0 20px;
		font-size: 2.4rem;
		letter-spacing: -0.025em;
	}

	.l-article-entry h2:before {
		top: 4px;
	}

	.l-article-entry h3 {
		margin: 30px 0 0;
		font-size: 2.0rem;
	}

	.l-article-entry p,
  .l-article-entry ul,
  .l-article-entry ol,
  .l-article-entry blockquote {
		margin: 12px 0 0;
		font-size: 1.6rem;
	}

	.l-article-entry figure {
		margin: 40px 0;
	}

	.l-article-sns {
		display: flex;
		align-items: center;
		max-width: 1000px;
		margin: 80px auto 0;
		padding: 10px 80px 25px;
	}

	.l-article-sns-text {
		margin: 0 20px 0 0;
		padding: 15px 0 0;
		font-size: 1.6rem;
	}

	.l-article-sns-links {
		flex: 1;
	}

	.mod-home-slider .slick-arrow,
  .mod-home-seminar .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.mod-home-slider .slick-arrow:before,
  .mod-home-seminar .slick-arrow:before {
		width: 15px;
		height: 15px;
		border-width: 2px;
	}

	.mod-home-slider .slick-arrow.slick-prev,
  .mod-home-seminar .slick-arrow.slick-prev {
		left: 50%;
		margin-left: -620px;
	}

	.mod-home-slider .slick-arrow.slick-next,
  .mod-home-seminar .slick-arrow.slick-next {
		right: 50%;
		margin-right: -620px;
	}

	.mod-home-slider:before,
  .mod-home-slider:after {
		width: 100%;
	}

	.mod-home-slider:before {
		right: 50%;
		left: auto;
		margin-right: 540px;
	}

	.mod-home-slider:after {
		right: auto;
		left: 50%;
		margin-left: 540px;
	}

	.mod-home-slider-inner {
		width: auto;
		height: 100%;
		max-height: 720px;
	}

	.mod-home-slider .slick-dots {
		bottom: 25px;
	}

	.mod-home-slider .slick-dots li {
		margin: 0 6px;
	}

	.mod-home-slider .slick-dots button {
		width: 16px;
		height: 16px;
		border-width: 2px;
	}

	.mod-home-seminar-inner {
		width: 230px;
		margin: 0 40px 0 0;
	}

	.mod-home-seminar-inner a {
		padding: 15px 15px 25px;
		border-radius: 18px;
	}

	.mod-home-seminar-inner a:hover .mod-seminar-title {
		text-decoration: underline;
	}

	.mod-home-seminar-inner a.no-url:hover .mod-seminar-title {
		text-decoration: none;
	}

	.mod-home-seminar-inner a:before {
		right: 4px;
		bottom: 4px;
		width: 50px;
		height: 50px;
		border-radius: 0 0 15px 0;
	}

	.mod-home-seminar-inner a:after {
		right: 14px;
		bottom: 13px;
		width: 10px;
		height: 17px;
	}

	.mod-home-seminar .mod-seminar-title {
		margin: 16px 0 0;
		line-height: 1.5;
	}

	.l-home-section {
		padding: 80px 0;
	}

	.l-home-section-inner {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.l-home-section h2 {
		padding: 0 0 13px;
		font-size: 3.6rem;
	}

	.l-home-section-description {
		margin: 56px 0 0;
	}

	.l-home-section-description p {
		font-size: 1.6rem;
	}

	.l-home-section-description p em {
		font-size: 2.4rem;
		font-weight: bold;
	}

	.l-home-section-content {
		margin: 64px 0 0;
	}

	.l-home-section-description + .l-home-section-content {
		margin: 50px 0 0;
	}

	.l-home-section-link {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 20px;
		margin: 0;
	}

	.l-home-section-link .mod-btn {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	label {
		margin: 10px 0 0;
	}

	label:first-child {
		margin: 0;
	}

	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}

	.mod-breadcrumbs {
		overflow-x: auto;
	}

	.is-pc .mod-breadcrumbs {
		overflow-x: visible;
	}

	.l-home-section-inner .mod-news-list {
		margin: 0 -15px;
	}

	.mod-seminar-data {
		display: flex;
		flex-wrap: wrap;
	}

	.mod-seminar-data-inner {
		width: 50%;
	}

	.is-menu-open .mod-header-menu {
		display: block;
	}

	.is-menu-open .mod-header-menu-inner {
		-webkit-animation: open-menu 0.3s ease forwards;
		animation: open-menu 0.3s ease forwards;
	}

	.is-menu-close .mod-header-menu-inner {
		-webkit-animation: close-menu 0.3s ease forwards;
		animation: close-menu 0.3s ease forwards;
	}

	.mod-header-nav {
		display: none;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		background: #f4f4f4;
	}

	.is-menu-open .mod-header-nav {
		display: block;
		height: auto;
		padding: 0 0 1px;
	}

	.mod-header-nav-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		background: #eeeef1;
	}

	.mod-header-nav-list li {
		display: block;
		width: 50%;
		height: 60px;
		border-bottom: 1px solid #bcbec8;
		border-left: 1px solid #bcbec8;
	}

	.mod-header-nav-list li:nth-child(2n+1) {
		border-left: none;
	}

	.mod-header-nav-list a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #797d91;
		font-size: 1.4rem;
		font-weight: bold;
		text-decoration: none;
	}

	.mod-header-contact {
		padding: 30px 0 0;
		background: #eeeef1;
	}

	.mod-header-contact a {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		width: 240px;
		height: 50px;
		margin: 0 auto;
		border-radius: 25px;
		background: #797d91;
		color: #fff;
		font-size: 1.4rem;
		text-decoration: none;
	}

	.mod-header-contact a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 8px;
		height: 15px;
		background: url(../images/ico_arrow_01_01.png) no-repeat 50% 50%;
		background-size: contain;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mod-header-sup {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px 0 42px;
		background: #eeeef1;
	}

	.mod-header-sup-list {
		display: flex;
		justify-content: center;
		font-size: 1.2rem;
	}

	.mod-header-sup-list li {
		margin: 0 10px;
	}

	.mod-header-sup-sns {
		margin: 20px 0 0;
	}

	.mod-footer-nav-list {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}

	.mod-footer-nav-list li {
		width: 50%;
		height: 60px;
		border-bottom: 1px solid #bcbec8;
		border-left: 1px solid #bcbec8;
	}

	.mod-footer-nav-list li:nth-child(2n+1) {
		border-left: none;
	}

	.mod-footer-nav-list a,
	.mod-footer-nav-list span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.is-menu-open .l-wrapper {
		position: fixed;
	}

	.l-content-inner-2 {
		padding: 0 15px;
	}

	.l-content table th {
		padding: 5px 0;
	}

	.l-content table td {
		padding: 5px 0 10px;
	}

	h2 + .l-col-section-content {
		margin-top: 20px;
	}

	.mod-home-seminar .slick-arrow.slick-prev {
		left: -15px;
	}

	.mod-home-seminar .slick-arrow.slick-next {
		right: -15px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
	textarea {
		width: 55.55556vw;
	}

	.mod-sns-share a {
		width: 22.22222vw;
		padding: 0 1.85185vw;
	}

	.mod-column-list {
		margin: 0 0 0 -3.7037vw;
	}

	.mod-column-list li {
		width: 21.2963vw;
		margin: 0 0 0 3.7037vw;
	}

	.l-col .mod-column-list li {
		margin: 0 0 0 3.24074vw;
	}

	.mod-column-list li a {
		width: 20.74074vw;
		box-shadow: 0.55556vw 0.55556vw 0 rgba(121, 125, 145, 0.3);
	}

	.mod-column-list-image img {
		height: 10.83333vw;
	}

	.mod-column-list-side {
		padding: 20px 1.85185vw;
	}

	.mod-column-list-side-image img {
		width: 18.51852vw;
		height: 9.72222vw;
	}

	.mod-service-list:after {
		width: 14.81481vw;
		height: 14.81481vw;
	}

	.mod-service-list li {
		padding: 4.62963vw 5.09259vw 4.72222vw;
	}

	.mod-service-list-image {
		margin: 0 2.77778vw 0 0;
	}

	.mod-service-list-image img {
		width: 11.11111vw;
		height: 11.11111vw;
	}

	.l-article-sns {
		padding: 10px 7.40741vw 25px;
	}

	.mod-home-slider-inner a img,
  .mod-home-slider-inner span img {
		max-height: 66.66667vw;
	}

	.mod-home-seminar-inner {
		width: 21.2963vw;
		margin: 0 3.05556vw 0 0;
	}
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1079px) {
	.mod-header-menu {
		padding: 0 0 0 28.7037vw;
	}

	.mod-header-wrap-nav {
		padding: 0 3.7037vw 0 0;
	}

	.mod-header-nav-list li {
		margin: 0 1.85185vw 0 0;
	}

	.mod-header-nav-list a {
		padding: 0 0.18519vw 20px;
		font-size: 1.2963vw;
	}

	.is-pagetop-active .mod-header-nav-list a {
		padding: 0 0.18519vw 16px;
	}

	.mod-header-contact a {
		padding: 0 0.18519vw 20px;
		font-size: 1.2963vw;
	}

	.is-pagetop-active .mod-header-contact a {
		padding: 0 0.18519vw 16px;
	}

	.mod-header-sup {
		right: 3.7037vw;
	}
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
	.mod-home-slider .slick-arrow.slick-prev,
  .mod-home-seminar .slick-arrow.slick-prev {
		left: 0;
		margin-left: 0;
	}

	.mod-home-slider .slick-arrow.slick-next,
  .mod-home-seminar .slick-arrow.slick-next {
		right: 0;
		margin-right: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.noLinkColor { color: #202748!important; text-decoration:none!important;}
.no-url:before { content:none!important; }
.wp-pagenavi { margin-top:25px!important; text-align: center!important; }

/* main visual */
.pages_main_visual {
  width: 100%;
  height: 53.0rem;
  background-size: cover;
  background-position: center;
  background-image: url('/wp-content/themes/ecmasters/assets/images/img_partner_mv_pc.png');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: -9999px;
}
@media print, screen and (max-width: 768px) {
  .pages_main_visual {
		height: auto;
		padding-top: 58%;
		/*padding-top: 75%;*/
		background-repeat: no-repeat;
  }
}
/* main visual - partner */
.pages_main_visual.partner {
	height: 71.0rem;
  background-image: url('../images/img_partner_mv_pc.jpg');
}
@media print, screen and (max-width: 768px) {
  .pages_main_visual.partner {
		background-image: url('../images/img_partner_mv_sp.jpg');
  }
}

/* main visual - recruit */
.pages_main_visual.recruit {
  background-image: url('../images/img_recruit_mv_pc.jpg');
}
@media print, screen and (max-width: 768px) {
  .pages_main_visual.recruit {
		background-image: url('../images/img_recruit_mv_sp.jpg');
  }
}

/* main banner */
.pages_main_bnr {
	text-align: center;
	margin-top: 10px;
}
.pages_main_bnr img {
	max-width: 100%;
	height: auto;
}
@media print, screen and (max-width: 768px) {
	.pages_main_bnr {
		padding: 0 50px;
	}
}

@media print, screen and (min-width: 769px) {
	.mod-column-list.list_page {
		flex-wrap: wrap;
		margin: 0;
    padding: 0 0 10px;
    width: 100%;
	}
	.mod-column-list.list_page li {
		width: 230px;
		margin: 0 0 0 23px;
	}
	.mod-column-list.list_page li:nth-of-type(n+4) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.mod-column-list.list_page {
    margin: 0;
    width: auto;
    max-width: 1080px;
	}
	.mod-column-list.list_page li {
		width: calc(50% - 30px);
		margin: 0;
	}
	.mod-column-list.list_page li:nth-of-type(even) {
		margin-left: 30px;
	}
	.mod-column-list.list_page li:nth-of-type(n+5) {
		margin-top: initial;
	}
	.mod-column-list.list_page li:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.mod-column-list.list_page li a {
		width: 100%;
	}
}


/* service page
---------------------------------------------------------------*/

.pages_main_visual.service {
	background-image: url('../images/img_service_mv_sp.jpg');
	/*padding-top: 61%;*/
}
@media print, screen and (min-width: 769px) {
	.pages_main_visual.service {
		background-image: url('../images/img_service_mv_pc.jpg');
		/*height: 52.0rem;*/
		padding: 0;
	}
}

.mod-service-page-center {
	text-align: center;
}
.mod-service-page-center .caption {
	color: #202748;
	font-size: 2.0rem;
	line-height: 1.5;
	border: none;
	padding: 0;
	margin: 0;
}
@media print, screen and (min-width: 769px) {
	.mod-service-page-center .caption {
		font-size: 2.8rem;
	}
}

.mod-service-page-center .text {
	font-size: 1.6rem;
	margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
	.mod-service-page-center .text {
		font-size: 1.6rem;
	}
}

.mod-column-box > .flex_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod-service-title {
  position: relative;
  padding: 0 0 20px;
  color: #202748;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.mod-service-title > span {
  display: block;
  font-size: 2.0rem;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 769px) {
  .mod-service-title {
    font-size: 3.6rem;
    padding: 0 0 13px;
  }
  .mod-service-title > span {
    font-size: 2.4rem;
  }
}

.mod-service-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #c30d23;
  transform: translateX(-50%);
}

.mod-service-feature {
  margin: 4.0rem 0 0;
}

@media screen and (min-width: 769px) {
  .mod-service-feature {
    margin: 9.5rem 0 0;
  }
}

.mod-service-feature .flex_list {
  display: block;
  max-width: 108rem;
  margin: 3.0rem 1.5rem;
}

@media screen and (min-width: 769px) {
  .mod-service-feature .flex_list {
    display: flex;
    padding: 0 2.0rem;
    margin: 6.0rem auto;
  }
}

.mod-service-feature .flex_list > .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #eeeef1;
  padding: 3.0rem 1.5rem 1.5rem;
  text-align: center;
  margin-top: 1.0rem;
}

@media screen and (min-width: 769px) {
  .mod-service-feature .flex_list > .item {
    display: flex;
    flex-direction: column;
    width: 47.215%;
    background: #eeeef1;
    padding: 4.6rem 3rem 3rem;
    text-align: center;
    margin-top: 0;
  }
  .mod-service-feature .flex_list > .item:nth-child(n+3) {
    margin-top: 4.6rem;
  }
}

.mod-service-feature .flex_list > .item .title {
  color: #202748;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .mod-service-feature .flex_list > .item .title {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}

.mod-service-feature .flex_list > .item .text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1.5rem 0;
}

@media screen and (min-width: 769px) {
  .mod-service-feature .flex_list > .item .text {
    font-size: 1.8rem;
    line-height: 3.1rem;
    margin: 2.7rem 0 1.0rem;
    min-height: 93px;
  }
}

.mod-service-feature .flex_list > .item figure {
  text-align: center;
  margin-top: auto;
}

.mod-service-feature .flex_list > .item figure img {
  width: 100%;
}

.mod-service-tool {
  background: #eeeef1;
  padding: 3.0rem 0;
}

@media screen and (min-width: 769px) {
  .mod-service-tool {
    padding: 8.9rem 0;
  }
}

.mod-service-tool .flex_list {
  max-width: 108rem;
  margin: 2.0rem 1.5rem 0;
}

@media screen and (min-width: 769px) {
  .mod-service-tool .flex_list {
    padding: 0 2.0rem;
    margin: 6.0rem auto 0;
  }
}

.mod-service-tool .flex_list > .item {
  display: flex;
  flex-direction: column;
  width: 49%;
  background: #fff;
  border: 2px solid #e0e0e0;
  margin-top: 2.0rem;
}

@media screen and (min-width: 769px) {
  .mod-service-tool .flex_list > .item {
    width: 31.731%;
    margin-top: 0;
  }
  .mod-service-tool .flex_list > .item:nth-child(n+4) {
    margin-top: 3.0rem;
  }
}

.mod-service-tool .flex_list > .item .contents {
  padding: 1.0rem;
}

@media screen and (min-width: 769px) {
  .mod-service-tool .flex_list > .item .contents {
    padding: 2.0rem;
  }
}

.mod-service-tool .flex_list > .item .title {
  color: #202748;
  font-size: 1.4rem;
  line-height: 1.00;
}

@media screen and (min-width: 769px) {
  .mod-service-tool .flex_list > .item .title {
    font-size: 2.0rem;
  }
}

.mod-service-tool .flex_list > .item .text {
  font-size: 1.3rem;
  line-height: 1.25;
  margin-top: 1.0rem;
}

@media screen and (min-width: 769px) {
  .mod-service-tool .flex_list > .item .text {
    font-size: 1.8rem;
    margin-top: 1.8rem;
    min-height: 4.4rem;
  }
}

.mod-service-tool .flex_list > .item figure {
  text-align: center;
  margin: -2px -2px 0;
}

.mod-service-tool .flex_list > .item figure img {
  width: 100%;
}

.mod-page-form {
  width: calc(100% - 3.0rem);
  margin: 1.5rem;
}

@media screen and (min-width: 769px) {
  .mod-page-form {
    max-width: 104.0rem;
    margin: 2.0rem auto;
  }
}


/* footer fixed
---------------------------------------------------------------*/

.mod-footer-fixed {
	position: fixed;
	z-index: 5;
	right: 4vw;
	bottom: 4vw;
	margin-left: 4vw;
}
.mod-footer-fixed img {
	max-width: 100%;
}
@media screen and (min-width: 769px) {
	.mod-footer-fixed {
		right: 30px;
		bottom: 30px;
	}
}
.mod-pagetop {
	position: initial;
	margin-left: auto;
}

.mod-footer-fixed__banner {
	margin-top: 4vw;
}
@media screen and (min-width: 769px) {
	.mod-footer-fixed__banner {
		margin-top: 30px;
	}
}



/* 実装後
---------------------------------------------------------------*/

table.normal tr {
	padding: 0;
	border-left: 1px solid #bcbec8;
	border-right: 1px solid #bcbec8;
}
@media screen and (min-width: 769px) {
	table.normal tr {
		align-items: initial;
	}
}
table.normal th {
	background-color: #f9f9f9;
	padding: 10px 15px;
}
@media screen and (min-width: 769px) {
	table.normal th {
		padding: 30px 40px;
	}
}
table.normal td {
	background-color: #fff;
	padding: 10px 15px;
}
@media screen and (min-width: 769px) {
	table.normal td {
		padding: 30px 40px;
	}
}
.recruit_catch {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.recruit_catch {
	font-size: 2.4rem;
	}
}


/* 採用募集-TOP (インタビュー) */

/* ページ内リンク */
.l-content-inlinelink ul.flex-unit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.l-content-inlinelink ul.flex-unit li {
	margin: 15px;
	width: 240px;
}
.l-content-inlinelink ul.flex-unit li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	height: 50px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
	.l-content-inlinelink ul.flex-unit li > a {
		font-size: 2.0rem;
		height: 78px;
	}
}
.l-content-inlinelink ul.flex-unit li > a::after {
	position: absolute;
	content: '';
	display: block;
	width: 64px;
	height: 18px;
	background-image: url('../images/img_recruit_link_arrow_down.png');
	bottom: -9px;
	left: 50%;
	transform: translate(-50%,0);
}
/* 募集職種リンク */
.l-content-recruitlink {
	margin-top: 15%;
}
@media print, screen and (min-width: 769px) {
	.l-content-recruitlink {
		margin-top: 100px;
	}
}
.l-content-recruitlink ul.flex-unit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.l-content-recruitlink ul.flex-unit li {
	margin: 15px;
	width: 250px;
}
.l-content-recruitlink ul.flex-unit li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	height: 50px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
	.l-content-recruitlink ul.flex-unit li > a {
		font-size: 2.0rem;
		height: 78px;
	}
}
/* ヘッダー */
.l-content-recruit-header {
	text-align: center;
	margin-bottom: 5%;
}
@media print, screen and (min-width: 769px) {
	.l-content-recruit-header {
		margin-bottom: 50px;
	}
}
.l-content-recruit-header h2 {
	text-align: center;
	font-size: 2.1rem;
	color: #c30d23;
	line-height: 1.5;
	border: none !important;
	padding: 0 !important;
}
@media print, screen and (min-width: 769px) {
	.l-content-recruit-header h2 {
		font-size: 3.6rem;
	}
}
.l-content-recruit-header p {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.0;
}
@media print, screen and (min-width: 769px) {
	.l-content-recruit-header p {
		font-size: 1.8rem;
	}
}
/* ヘッダー画像 */
.l-content-recruit-header-image {
	margin-bottom: 10%;
}
@media print, screen and (min-width: 769px) {
	.l-content-recruit-header-image {
		margin-bottom: 100px;
	}
}
/* 画像最大値 */
.l-content-inner-image img {
	max-width: 100%;
}
/* トップページ：リクルートリスト追加 */
.mod-recruit-list li a {
	padding: 17px 14px;
}
.mod-recruit-list .mod-column-list-title {
	margin-top: 0 !important;
}
@media print, screen and (min-width: 769px) {
	.mod-recruit-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.mod-recruit-list li {
		width: 250px
	}
	.mod-recruit-list li a {
		width: 244px
	}
	.mod-recruit-list li:nth-child(n+4) {
		margin-top: 30px;
	}
}
.mod-recruit-list .mod-recruit-list-job { text-align: center; margin: 0 0 16px; }
.mod-recruit-list .job_01 { background:#c30d23; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_02 { background:#f39800; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_03 { background:#1da1f2; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_04 { background:#33a041; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_05 { background:#6c33a0; color:#fff; border: none; width: 100%; padding: 10px; }
/*
.mod-recruit-list li a {
  padding: 17px 14px;
}
.mod-recruit-list .mod-column-list-title {
  margin-top: 0 !important;
}
.mod-recruit-list .mod-recruit-list-job { text-align: center; margin: 0 0 16px; }
.mod-recruit-list .job_01 { background:#c30d23; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_02 { background:#f39800; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_03 { background:#1da1f2; color:#fff; border: none; width: 100%; padding: 10px; }
.mod-recruit-list .job_04 { background:#33a041; color:#fff; border: none; width: 100%; padding: 10px; }
*/

/* トップページ：ニッポンを元気にプロジェクトバナー */
#chusho {
	margin:auto;
	max-width: 600px;
	width: 100%;
	margin-bottom:1em;
	margin-top:1em;
}
#chusho img{
	width: 100%;
}
#chusho p{
	font-size:0.8em
}