@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");

/* ==========================================================================
 * # RESET
 * ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

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

/* form */
input[type=text],
input[type=email],
textarea {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
	cursor: pointer;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

/* 	input {

		&[type="submit"]::-webkit-search-decoration,
		&[type="button"]::-webkit-search-decoration {
			display: none;
		}

		&[type="submit"]:focus,
		&[type="button"]:focus {
			outline-offset: -2px;
		}

		&[type="radio"],
		&[type="checkbox"] {
			display: none;

			&:checked+label {
				background: #ff0000;
			}
		}
	} */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* add */
::-moz-selection,
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::-moz-selection,
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

/*--------------------------------------------------------------
# Mediaquery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-weight: 300;
	font-style: normal;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	color: #000000;
}

.font-min {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

small {
	font-size: 80%;
}

big {
	font-size: 120%;
}

b,
strong {
	font-weight: bolder;
}

em,
i {
	font-style: normal;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

blockquote {
	padding: 10px;
	background: lightgrey;
}

cite,
dfn {
	font-style: italic;
}

abbr,
acronym {
	background: lightgrey;
}

mark {
	background-color: lightpink;
	text-decoration: none;
}

ins {
	background-color: lightyellow;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

li,
ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

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

/*
a[href^="tel:"] {
    pointer-events: none;
}
*/
:focus {
	outline: none;
}

.disp-pc {
	display: block;
}

.disp-sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.disp-pc {
		display: none;
	}

	.disp-sp {
		display: block;
	}
}

img,
svg {
	width: 100%;
	height: auto;
}

.autoImg {
	width: auto;
	max-width: 100%;
}

.disp-default {
	display: block;
}

.disp-school,
.disp-corp {
	display: none;
}

.page-type-school .disp-default {
	display: none;
}

.page-type-school .disp-school {
	display: block;
}

.page-type-school .disp-corp {
	display: none;
}

.page-type-corp .disp-default,
.page-type-corp .disp-school,
.page-type-faq .disp-default,
.page-type-faq .disp-school {
	display: none;
}

.page-type-corp .disp-corp,
.page-type-faq .disp-corp {
	display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#lyt-wrapper-site {
	width: 100%;
	overflow: hidden;
}

.lyt-inner {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.lyt-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------
# globalHeader
--------------------------------------------------------------*/
#gHeader {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
}

.gH_logo {
	width: 268px;
	position: absolute;
	top: 32px;
	left: 25px;
	z-index: 200;
}

.gH_container01 {
	position: absolute;
	top: 40px;
	right: 300px;
}

.gH_container02 {
	position: absolute;
	top: 18px;
	right: 20px;
}

.headNav {
	position: absolute;
	right: 300px;
	top: 40px;
}

@media screen and (max-width: 1280px) {
	.gH_container01 {
		top: 40px;
		right: 255px;
	}

	.gH_container02 {
		right: 10px;
	}
}



@media screen and (max-width: 1320px) {
	.gH_logo {
		width: 190px;
		top: 15px;
		left: 25px;
	}

	.gH_container01 {
		top: 67px;
		/*
    right: 255px;
    */
		right: auto;
		left: 10px;
	}

	.headNav {
		left: 10px;
		right: auto;
		top: 67px;
	}
}

@media screen and (max-width: 768px) {
	#gHeader {
		height: 50px;
	}

	.gH_logo {
		width: 110px;
		top: 15px;
		left: 10px;
	}

	.gH_container03 {
		position: absolute;
		top: 7px;
		right: 50px;
	}
}

/* ------------------------------
## hNav
------------------------------- */
.hNav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hNav_list>li {
	padding: 0 10px;
	position: relative;
}

.hNav_list>li:after {
	content: '';
	display: block;
	width: 1px;
	height: 25px;
	background: #cecece;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
}

.hNav_list>li:last-child:after {
	content: none;
}

.hNav_item {
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	display: block;
}

@media screen and (max-width: 1280px) {
	.hNav_list>li {
		padding: 0 1.3vw;
	}

	.hNav_list>li:after {
		content: '';
		display: block;
		width: 1px;
		height: 25px;
		background: #cecece;
		position: absolute;
		right: 0;
		top: calc(50% - 12px);
	}

	.hNav_item {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1080px) {
	.hNav_item {
		font-size: 1.4rem;
	}
}

/* ------------------------------
## hBox
------------------------------- */
.hBox-a {
	color: #fff;
	text-align: center;
	width: 240px;
	border-radius: 3em;
	padding: 1.4em 0.5em;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: #2faadc;
	background: linear-gradient(135deg, #2faadc 0%, #9feace 100%);
}

.hBox-a.type-all {
	background: #2faadc;
	background: linear-gradient(135deg, #2faadc 0%, #9feace 100%);
}

.hBox-a.type-s {
	background: #4881ff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.72)), to(#4881ff));
	background: linear-gradient(to right, rgba(47, 170, 220, 0.72) 0%, #4881ff 100%);
}

.hBox-a.type-c {
	background: #48d89e;
	background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
	background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

.hBox-a .hBox_text01 {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.33em;
	display: inline-block;
	position: relative;
}

a.hBox-a .hBox_text01 {
	padding-right: 22px;
}

a.hBox-a .hBox_text01:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 4px;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hBox-a .hBox_link {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	display: inline-block;
	padding: 0 15px;
	margin: 10px 0 0 0;
}

.hBox-a .hBox_link+.hBox_link {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 1080px) {
	.hBox-a {
		width: 200px;
		/*height: 64px;*/
	}
}

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

.hBox-b_wrap>li+li {
	margin-left: 12px;
}

.hBox-b {
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.25;
	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;
	width: 75px;
	height: 36px;
	border-radius: 18px;
	background: #2faadc;
	background: -webkit-gradient(linear, left top, right top, from(#2faadc), to(#4881ff));
	background: linear-gradient(to right, #2faadc 0%, #4881ff 100%);
}

.hBox-b.type-all-01,
.hBox-b.type-s {
	background: #2faadc;
	background: -webkit-gradient(linear, left top, right top, from(#2faadc), to(#4881ff));
	background: linear-gradient(to right, #2faadc 0%, #4881ff 100%);
}

.hBox-b.type-all-02,
.hBox-b.type-c {
	background: #48d89e;
	background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
	background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

.hBox-b_wrap.type-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hBox-b_wrap.type-s,
.hBox-b_wrap.type-c {
	display: none;
}

.page-type-school .hBox-b_wrap.type-all {
	display: none;
}

.page-type-school .hBox-b_wrap.type-s {
	display: block;
}

.page-type-school .hBox-b_wrap.type-c {
	display: none;
}

.page-type-corp .hBox-b_wrap.type-all,
.page-type-corp .hBox-b_wrap.type-s {
	display: none;
}

.page-type-corp .hBox-b_wrap.type-c {
	display: block;
}

/* ------------------------------
## drawerSwitch
------------------------------- */
.drawerSwitch {
	width: 50px;
	height: 50px;
	background: transparent;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
	cursor: pointer;
	display: none;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.drawerSwitch * {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.drawerSwitch *:before,
.drawerSwitch *:after {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.drawerSwitch_border {
	display: block;
	width: 17px;
	height: 14px;
	margin: auto auto;
	position: relative;
}

.drawerSwitch_border span {
	display: block;
	width: 17px;
	height: 2px;
	background: #00aec4;
	position: absolute;
	left: 0;
}

.drawerSwitch_border span:nth-child(1) {
	top: 0;
}

.drawerSwitch_border span:nth-child(2) {
	top: 6px;
}

.drawerSwitch_border span:nth-child(3) {
	bottom: 0;
}

/* active */
.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(2) {
	opacity: 0;
}

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 6px;
}

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

/* ------------------------------
## drawerNav
------------------------------- */
#drawer {
	width: 100%;
	height: 100%;
	background: #ddeff2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

#drawer[aria-expanded] {
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

#drawer[aria-expanded="false"] {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
}

#drawer[aria-expanded="true"] {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

.gNav {
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px 0 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.gNav_list-1st {
	border-bottom: 1px solid #ccc9c9;
}

.gNav_list-1st>li {
	border-top: 1px solid #ccc9c9;
}

.gNav_item {
	font-size: 1.3rem;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	position: relative;
}

.gNav_item-1st {
	font-weight: bold;
}

.gNav_list-2nd>li {
	border-top: 1px solid #ccc9c9;
}

.gNav_item-2nd {
	padding-left: 30px;
}

.gNav_item:not(.type-comingsoon):after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #19b3bf;
	border-right: 2px solid #19b3bf;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: scale(1, 0.9) translateY(-50%) rotate(45deg);
	transform: scale(1, 0.9) translateY(-50%) rotate(45deg);
}

/* ------------------------------
## pageTop
------------------------------- */
.pagetop {
	display: block;
	width: 45px;
	height: 45px;
	background: #2faadc;
	background: -webkit-gradient(linear, left top, right top, from(#2faadc), to(#9feace));
	background: linear-gradient(to right, #2faadc 0%, #9feace 100%);
	position: fixed;
	top: auto;
	bottom: 20px;
	right: 20px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.pagetop:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("/common/img/gotop.png") no-repeat center center/contain;
	position: absolute;
	top: 0;
	left: 0;
}

.page-type-school .pagetop {
	background: #2faadc;
	background: -webkit-gradient(linear, left top, right top, from(#2faadc), to(#4881ff));
	background: linear-gradient(to right, #2faadc 0%, #4881ff 100%);
}

.page-type-corp .pagetop {
	background: #48d89e;
	background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
	background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

.pagetop.is-pageBottom {
	/*
  position: absolute;
  top: -20px;
  bottom: auto;
  right: calc(50/750 * 100%);
  */
	opacity: 0;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.l-footer {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.c-service-bnr {
	background-color: #f7f7f7;
	border-bottom: 1px solid #c9c9c9;
	padding: 5.33333% 4%;
}

@media screen and (min-width: 960px) {
	.c-service-bnr {
		border-top: 1px solid #c9c9c9;
		padding: 30px 0;
	}

	.c-service-bnr>ul {
		margin-left: auto;
		margin-right: auto;
		max-width: 1240px;
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.c-service-bnr__item {
	float: left;
	margin-right: 3.5%;
	padding-top: 5%;
	position: relative;
	width: 31%;
}

.c-service-bnr__item:nth-of-type(3n) {
	margin-right: 0;
}

.c-service-bnr__item:nth-of-type(n+4) {
	margin-top: 3.5%;
}

.c-service-bnr>ul::after {
	clear: both;
	content: '';
	display: block;
}

.c-service-bnr__item>a {
	display: table;
	width: 100%;
	color: #000;
}

.c-service-bnr__item>a>img {
	display: table;
	height: 100%;
	margin: 0 auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

.c-service-bnr__text {
	display: none;
}

@media screen and (min-width: 960px) {
	.c-service-bnr__item {
		float: none;
		margin-right: 0;
		padding-top: 0;
		position: static;
		width: 20%;
	}

	.c-service-bnr__item>a {
		-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		text-decoration: none;
	}

	.c-service-bnr__item>a>img {
		left: auto;
		max-height: 25px;
		position: static;
		top: auto;
		transform: none;
	}

	.c-service-bnr__text {
		display: block;
		font-size: 1.1rem;
		font-weight: 300;
		line-height: 1;
		margin-top: 10px;
		text-align: center;
	}

	.c-service-bnr__item--careertasu-shukatsu {
		width: 18.3%;
	}

	.c-service-bnr__item--careertasu-shingaku {
		width: 18.8%;
	}

	.c-service-bnr__item--careertasu-kango {
		width: 20.3%;
	}

	.c-service-bnr__item--career-japan,
	.c-service-bnr__item--cfn {
		width: 21.3%;
	}

	.c-service-bnr__item:nth-of-type(n+4) {
		margin-top: 0;
	}
}

.c-footer-contents {
	background-color: #f7f7f7;
}

.c-footer-block {
	padding: 5.33333% 4%;
	position: relative;
}

.c-footer-logo {
	display: block;
	left: 4%;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 68px;
}

.c-aside {
	width: 100%;
}

.c-aside__item:nth-of-type(n+2) {
	margin-top: 2.7325%;
}

.c-aside__item>a {
	display: block;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
}

.c-pmark {
	position: absolute;
	right: 4%;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
}

.c-copyright {
	background-color: #f7f7f7;
	display: block;
	font-size: 1rem;
	line-height: 1;
	margin-top: 3.125%;
	padding: 3.125% 3.125% 0;
	text-align: center;
}

.c-footer-block::after {
	clear: both;
	content: '';
	display: block;
}

@media screen and (min-width: 960px) {
	.c-footer-block {
		margin-left: auto;
		margin-right: auto;
		max-width: 1260px;
		padding: 35px 30px 35px;
	}

	.c-footer-logo {
		left: 5%;
		top: 45%;
		width: 110px;
	}

	.c-footer-logo>img {
		height: 25px;
	}

	.c-aside>ul {
		display: table;
		margin: 0 auto;
		padding-left: 53px;
	}

	.c-aside__item {
		float: left;
		margin: 0 25px;
		position: relative;
	}

	.c-aside__item>a {
		font-size: 1.2rem;
		font-weight: 300;
		-webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.c-aside__item::after {
		background-color: #000;
		content: '';
		height: 14px;
		position: absolute;
		right: -24px;
		top: -1px;
		width: 1px;
	}

	.c-aside__item:nth-of-type(n+2) {
		margin-top: 0;
	}

	.c-aside__item:last-of-type::after {
		display: none;
	}

	.c-pmark {
		right: 5.5%;
		top: 47%;
		width: 75px;
	}

	.c-copyright {
		background-color: transparent;
		bottom: 15px;
		font-size: 1.1rem;
		font-weight: 350;
		letter-spacing: .05em;
		margin-top: 0;
		padding: 12px 25px 0 0;
	}
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	#main {
		margin-top: 50px;
	}
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.device-pc .hover-opacity {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .hover-opacity:hover {
	opacity: .6;
}

/**/
.appear-fadeUp {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all 300ms 100ms ease-in;
	transition: all 300ms 100ms ease-in;
}

.appear-fadeUp.is-scroll {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/**/
.mdl-link-a {
	font-size: 1.3rem;
	line-height: 1.6;
	display: inline-block;
	border-bottom: 1px solid #9b9b9c;
	margin-left: 16px;
	position: relative;
}

.mdl-link-a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #00becc;
	position: absolute;
	top: 50%;
	left: -16px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.device-pc .mdl-link-a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-link-a:hover {
	opacity: .6;
}

@media screen and (max-width: 768px) {
	.mdl-link-a {
		margin-left: 14px;
	}

	.mdl-link-a:before {
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-width: 8px;
		left: -14px;
	}
}

/**/
.mdl-link-b {
	color: #00becc;
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 190px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #00aec4;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mdl-link-b:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #00becc;
	border-right: 1px solid #00becc;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.device-pc .mdl-link-b {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-link-b:hover {
	opacity: .6;
}

/**/
.mdl-bg-a {
	position: relative;
}

.mdl-bg-a:before {
	content: '';
	display: block;
	width: 100%;
	height: 120px;
	background: url("/common/img/bg_a-pc.png") no-repeat center center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mdl-bg-b {
	position: relative;
}

.mdl-bg-b:after {
	content: '';
	display: block;
	width: 100%;
	height: 120px;
	background: url("/common/img/bg_b-pc.png") no-repeat center center/100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.mdl-bg-a:before {
		height: 30px;
		background: url("/common/img/bg_a-sp.png") no-repeat center center/100% 100%;
	}

	.mdl-bg-b:after {
		height: 30px;
		background: url("/common/img/bg_b-sp.png") no-repeat center center/100% 100%;
	}
}

/**/
.mdl-hdg-a {
	color: #00becc;
	font-weight: bold;
	font-size: 4.2rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.mdl-hdg-a span {
	font-size: 2.0rem;
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
	.mdl-hdg-a {
		font-size: 1.6rem;
	}

	.mdl-hdg-a span {
		font-size: 1.2rem;
		margin: 0 0 8px 0;
	}
}

.mdl-btn-s {
	color: #fff;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 600px;
	height: 68px;
	border-radius: 34px;
	background: #2faadc;
	background: -webkit-gradient(linear, left top, right top, from(#2faadc), to(#4881ff));
	background: linear-gradient(to right, #2faadc 0%, #4881ff 100%);
	margin: 0 auto;
	position: relative;
}

.mdl-btn-s:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
	transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
}

.mdl-btn-s:before {
	content: '';
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 31px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 3px;
	opacity: 0;
}

.mdl-btn-s span {
	position: relative;
}

.device-pc .mdl-btn-s {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-btn-s:before {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-btn-s:hover {
	color: #2faadc;
}

.device-pc .mdl-btn-s:hover:before {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.mdl-btn-s {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		width: 255px;
		height: 34px;
		border-radius: 17px;
	}

	.mdl-btn-s:after {
		width: 10px;
		height: 10px;
		border-width: 2px;
		right: 12px;
	}
}

.mdl-btn-c {
	color: #fff;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 600px;
	height: 68px;
	border-radius: 34px;
	background: #48d89e;
	background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
	background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
	margin: 0 auto;
	position: relative;
}

.mdl-btn-c:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
	transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
}

.mdl-btn-c:before {
	content: '';
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 31px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 3px;
	opacity: 0;
}

.mdl-btn-c span {
	position: relative;
}

.device-pc .mdl-btn-c {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-btn-c:before {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-btn-c:hover {
	color: #48d89e;
}

.device-pc .mdl-btn-c:hover:before {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.mdl-btn-c {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		width: 255px;
		height: 34px;
		border-radius: 17px;
	}

	.mdl-btn-c:after {
		width: 10px;
		height: 10px;
		border-width: 2px;
		right: 12px;
	}
}



.mdl-btn-org {
	color: #fff;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 600px;
	height: 68px;
	border-radius: 34px;
	background: #fba02a;
	background: -webkit-gradient(linear, left top, right top, from(#fba02a), to(#ffc233));
	background: linear-gradient(to right, #fba02a 0%, #ffc233 100%);
	margin: 0 auto;
	position: relative;
}

.mdl-btn-org:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
	transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
}

.mdl-btn-org:before {
	content: '';
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 31px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 3px;
	opacity: 0;
}

.mdl-btn-org span {
	position: relative;
}

.device-pc .mdl-btn-org {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-btn-org:before {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.device-pc .mdl-btn-org:hover {
	color: #fba02a;
}

.device-pc .mdl-btn-org:hover:before {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.mdl-btn-org {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		width: 255px;
		height: 34px;
		border-radius: 17px;
	}

	.mdl-btn-org:after {
		width: 10px;
		height: 10px;
		border-width: 2px;
		right: 12px;
	}
}




.mdl-hdg-b {
	font-weight: bold;
	color: #2faadc;
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.page-type-corp .mdl-hdg-b {
	color: #47b897;
}

@media screen and (max-width: 768px) {
	.mdl-hdg-b {
		font-size: 1.8rem;
	}
}

.mdl-text-b {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 2.1;
	text-align: center;
	margin: 40px 0 0 0;
}

.mdl-hdg-b+.mdl-text-b {
	margin-top: 40px;
}

@media screen and (max-width: 1080px) {
	.mdl-text-b {
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 768px) {
	.mdl-text-b {
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: left;
	}

	.mdl-hdg-b+.mdl-text-b {
		margin-top: 20px;
	}
}

.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.mdl-device01 {
	position: relative;
}

.mdl-device01_video {
	width: calc(496/640 * 100%);
	height: 0;
	padding-top: 47.5%;
	position: absolute;
	top: calc(21/383 * 100%);
	left: calc(72/640 * 100%);
}

.mdl-device01_video_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mdl-device02 {
	position: relative;
}

.mdl-device02_video {
	width: calc(200/224 * 100%);
	height: 0;
	padding-top: 158.5%;
	position: absolute;
	top: calc(50/452 * 100%);
	left: calc(12/224 * 100%);
}

.mdl-device02_video_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

/* ------------------------------
## btn
------------------------------- */
.head_btn {
	width: 140px;
}

@media screen and (max-width: 768px) {
	.head_btn {
		width: 80px;
	}
}

@media screen and (max-width: 430px) {
	.head_btn {
		width: 24vw;
	}
}

.head_btn a {
	color: white;
	text-align: center;
	font-size: 1.6rem;
	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;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0.7em 1.2em 0.7em 0.7em;
	border-radius: 1.5em;
}

@media screen and (max-width: 768px) {
	.head_btn a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 430px) {
	.head_btn a {
		font-size: 3vw;
	}
}

.head_btn a:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 40%;
	right: 1em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.head_btn a:after {
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		top: 45%;
	}
}

@media screen and (max-width: 430px) {
	.head_btn a:after {
		right: 0.5em;
	}
}

.head_btn a.head_btn_1 {
	background: linear-gradient(to right, #e73c00 0%, #eac704 100%);
}

.head_btn a.head_btn_2 {
	margin-left: 1rem;
	background: linear-gradient(to right, #00becc 0%, #39d8a7 100%);
}

.headNav_wrap {
	width: 100%;
}

.head_wrap {
	position: absolute;
	right: 20px;
	top: 20px;
}

@media screen and (max-width: 768px) {
	.head_wrap {
		right: 55px;
		top: 8px;
	}
}

.head_txtlink {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 1.3rem;
	text-align: right;
	color: #00BECC;
}

.head_txtlink a {
	text-decoration: underline;
	color: black;
	padding-left: 0.4em;
}

.head_txtlink a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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

.head_btn_wrap {

	display: flex;
	justify-content: end;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.head_btn_wrap {
		top: 7px;
		right: 50px;
	}
}

@media screen and (max-width: 320px) {
	.head_btn_wrap {
		right: 40px;
	}
}