@charset "UTF-8";

/* 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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #30353a;
	word-wrap: break-word;
}

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

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

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

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

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

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

.display-block {
	display: block;
}

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

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

.l-body {
	width: 100%;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: relative;
	height: 56px;
}

.l-wrapper {
	position: relative;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

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

.mainvisual {
	overflow: hidden;
	position: relative;
	background: -webkit-gradient(linear, left bottom, left top, from(#0082B5), color-stop(90%, #126083)) no-repeat center/100% 100%;
	background: linear-gradient(to top, #0082B5 0%, #126083 90%) no-repeat center/100% 100%;
	height: calc(100vh - 56px);
}

.mainvisual #particles-js {
	width: 300%;
	height: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mainvisual .particles-js-canvas-el {
	-o-object-fit: cover;
	object-fit: cover;
}

.mainvisual__text {
	position: absolute;
	top: 50%;
	left: 48.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 340px;
}

.header-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 240px;
}

.bg-gray-pattern {
	background: url(../img/bg_pattern_sp.png) repeat left top/37.5px auto, #eef3f6;
}

.bg-navy {
	background: #126083;
}

.heading-1 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	color: #126083;
}

.heading-1 span {
	color: #db5a5b;
}

.lead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	text-align: justify;
	color: #126083;
	padding: 0 10px;
	margin-top: 23px;
}

.point {
	margin-top: 38px;
}

.point__item {
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 0 rgba(200, 201, 202, 0.2);
	box-shadow: 10px 10px 0 rgba(200, 201, 202, 0.2);
	padding: 0 0 32px 0;
}

.point__item:not(:last-child) {
	margin-bottom: 16px;
}

.point__head {
	padding: 24px 30px 20px 34px;
}

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

.point__heading__num {
	display: block;
	height: 46px;
	min-width: 46px;
}

.point__heading__num img {
	height: 100%;
}

.point__heading__text {
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.23;
	color: #136082;
	position: relative;
	margin-left: 18px;
	padding-left: 22px;
	min-height: 3.69em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.point__heading__text::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 2px;
	height: 82px;
	display: block;
	border-left: 2px dotted #136082;
}

.point__button {
	background: #e3df6b;
	border: none;
	padding: 0;
	width: 200px;
	height: 40px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #ffffff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.point__button span {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.point__button span::before {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url(../img/icon_accordion.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.point__button span::after {
	content: "MORE";
}

.point__button.is-opend {
	background: #c8c9ca;
}

.point__button.is-opend span::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.point__button.is-opend span::after {
	content: "CLOSE";
}

.point__contents {
	display: none;
	border-top: 1px solid #136082;
}

.point__contents__inner {
	padding: 0 28px;
}

.point-1 {
	margin-bottom: 13px;
	padding: 20px 0;
}

.point-1__lead {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #136082;
	text-align: justify;
}

.point-1__contents {
	overflow: scroll;
	margin-top: 20px;
}

.point-1__contents__inner {
	width: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.point-1__item {
	width: 33.3333333333%;
	padding: 20px 20px 25px;
}

.point-1__item--2years {
	background: #0082b5;
	margin-top: 80px;
}

.point-1__item--2years .point-1__year {
	color: #0082b5;
}

.point-1__item--3years {
	background: #0091a8;
	margin-top: 40px;
}

.point-1__item--3years .point-1__year {
	color: #0091a8;
}

.point-1__item--4years {
	background: #4b6da8;
}

.point-1__item--4years .point-1__year {
	color: #4b6da8;
}

.point-1__year {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-align: center;
	padding: 8px 0;
	background: #e3df6b;
	margin-bottom: 11px;
}

.point-1__heading {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.44;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 13px;
	margin-bottom: 11px;
}

.point-1__list {
	font-weight: 900;
	line-height: 1.57;
	color: #ffffff;
}

.point-1__list li::before {
	content: "● ";
}

.point-2 {
	padding: 0 0 20px;
}

.point-2__item {
	padding: 30px 0;
}

.point-2__item:not(:last-child) {
	border-bottom: 2px dotted #126083;
}

.point-2__item--1 .point-2__num {
	width: 189px;
	margin-top: 12px;
}

.point-2__item--2 .point-2__num {
	width: 207px;
	margin-top: 20px;
}

.point-2__item--3 .point-2__num {
	width: 223px;
	margin-top: 20px;
}

.point-2__heading {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #126083;
	text-align: center;
}

.point-2__heading span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #525d63;
	margin-top: 9px;
}

.point-2__num {
	margin-left: auto;
	margin-right: auto;
}

.point-2__note {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #136082;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
	margin-bottom: -10px;
}

.point-3 {
	padding: 25px 0;
}

.point-3__image {
	position: relative;
	left: 48%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 4px);
	text-align: center;
}

.point-3__note {
	font-size: 1.2rem;
	color: #126083;
	margin-top: 15px;
}

.years-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 42px;
}

.years-head__item {
	position: relative;
	width: calc((100% - 44px) / 3);
	padding: 0 0 34px;
}

.years-head__item:not(:last-child) {
	margin-right: 22px;
}

.years-head__item:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -11px;
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background: #126083;
}

.years-head__item::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-right: 2px solid #126083;
	border-bottom: 2px solid #126083;
}

.years-head__heading {
	position: relative;
	display: block;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-align: center;
	padding-bottom: 26px;
	margin-bottom: 19px;
}

.years-head__heading::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 32px;
	height: 2px;
	display: block;
	background: #126083;
}

.years-head__heading--2years {
	color: #0082b5;
}

.years-head__heading--3years {
	color: #0091a8;
}

.years-head__heading--4years {
	color: #4b6da8;
}

.years-head__text {
	line-height: 1.57;
	text-align: center;
	color: #126083;
}

.years {
	background: #ffffff;
	border-radius: 10px;
	padding: 0 20px 30px;
}

.years:not(:last-child) {
	margin-bottom: 30px;
}

.years--2years .years__head__year {
	background: #0082b5;
}

.years--2years .years__head__list li::before {
	color: #0082b5;
}

.years--2years .years__heading span {
	color: #0082b5;
}

.years--2years .years__cat {
	background: #006ea0;
}

.years--2years .years__sub-heading__main {
	background: #0082b5;
}

.years--3years .years__head__year {
	background: #0091a8;
}

.years--3years .years__head__list li::before {
	color: #0091a8;
}

.years--3years .years__heading span {
	color: #0091a8;
}

.years--3years .years__cat {
	background: #0082a0;
}

.years--3years .years__sub-heading__main {
	background: #0091a8;
}

.years--4years .years__head__year {
	background: #4b6da8;
}

.years--4years .years__head__list li::before {
	color: #4b6da8;
}

.years--4years .years__heading span {
	color: #4b6da8;
}

.years--4years .years__cat {
	background: #415a96;
}

.years--4years .years__sub-heading__main {
	background: #4b6da8;
}

.years__section {
	border-radius: 4px;
	overflow: hidden;
}

.years__section:not(:last-child) {
	margin-bottom: 15px;
}

.years__cat {
	display: block;
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
	margin: 0;
}

.years__cat span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 900;
	color: #ffffff;
	padding: 19px 16px;
}

.years__cat span::before {
	content: "";
	width: 18px;
	height: 17px;
	display: inline-block;
	background: url(../img/icon_check.svg) no-repeat center/contain;
	margin-right: 8px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.years__cat span::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url(../img/icon_accordion.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.years__cat.is-opend span::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.years__content {
	display: none;
}

.years__head {
	position: relative;
	padding: 0 0 34px;
	margin-bottom: 33px;
}

.years__head::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: calc(100% + 40px);
	height: 5px;
	display: block;
	background: #136082;
}

.years__head__year {
	position: relative;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	color: #e3df6b;
	display: block;
	width: 144px;
	padding: 20px 0 44px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 26px;
}

.years__head__year::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-bottom: 18px solid #ffffff;
	border-left: 72px solid transparent;
	border-right: 72px solid transparent;
}

.years__head__list-wrap {
	position: relative;
}

.years__head__list {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.44;
	color: #126083;
	padding-top: 26px;
}

.years__head__list li::before {
	content: "● ";
}

.years__head__balloon {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	color: #ffffff;
	background: #e3df6b;
	padding: 7px 13px;
}

.years__head__balloon::before {
	position: absolute;
	top: calc(100% - 6px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 10px solid #e3df6b;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	z-index: -1;
}

.years__heading {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	color: #136082;
	border-bottom: 3px dotted #126083;
	padding-bottom: 26px;
}

.years__sub-heading__main {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: justify;
	color: #ffffff;
	border-radius: 0 0 4px 4px;
	padding: 11px 15px 13px;
}

.tuition {
	background: #e3df6b;
	border-radius: 4px;
	overflow: hidden;
}

.tuition__heading {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

.tuition__heading__inner {
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 900;
	padding: 18px 15px;
}

.tuition__heading__inner::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url(../img/icon_accordion_black.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.tuition__heading__inner span {
	width: 52px;
	display: inline-block;
	background: url(../img/txt_pickup.svg) no-repeat center/contain;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.tuition__heading.is-opend .tuition__heading__inner::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.tuition__content {
	display: none;
	border-top: 1px solid #ffffff;
	padding: 20px 17px 16px;
	text-align: center;
}

.license {
	padding: 17px 0 0;
}

.license--2years .license__heading {
	color: #0082b5;
}

.license--2years .license__item {
	border-color: #0082b5;
}

.license--3years .license__heading {
	color: #0091a8;
}

.license--3years .license__item {
	border-color: #0091a8;
}

.license--4years .license__heading {
	color: #4b6da8;
}

.license--4years .license__item {
	border-color: #4b6da8;
}

.license__lead {
	line-height: 1.86;
	text-align: justify;
	margin-bottom: 4px;
}

.license__item {
	padding: 27px 0 35px;
}

.license__item:not(:last-child) {
	border-bottom-width: 2px;
	border-style: dotted;
}

.license__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.license__heading span {
	font-size: 1.4rem;
	color: #30353a;
	display: block;
	margin-top: 3px;
}

.license__num {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

.license__num--2-01 {
	width: 177px;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.license__num--2-02 {
	width: 130px;
}

.license__num--2-03 {
	width: 125px;
}

.license__num--3-01 {
	width: 179px;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.license__num--3-02 {
	width: 130px;
}

.license__num--3-03 {
	width: 125px;
}

.license__num--4-01 {
	width: 177px;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.license__num--4-02 {
	width: 130px;
}

.license__num--4-03 {
	width: 125px;
}

.future {
	padding: 23px 0 5px;
}

.future--2years .future__company {
	background: #dee4f0;
}

.future--2years .future__company__heading {
	color: #0082b5;
}

.future--2years .future__company__list {
	color: #0082b5;
}

.future--2years .future__case__heading {
	color: #0082b5;
	border-color: #0082b5;
}

.future--3years .future__company {
	background: #d2e6eb;
}

.future--3years .future__company__heading {
	color: #0091a8;
}

.future--3years .future__company__list {
	color: #0091a8;
}

.future--3years .future__case__heading {
	color: #0091a8;
	border-color: #0091a8;
}

.future--4years .future__company {
	background: #dcdceb;
}

.future--4years .future__company__heading {
	color: #4b6da8;
}

.future--4years .future__company__list {
	color: #4b6da8;
}

.future--4years .future__case__heading {
	color: #4b6da8;
	border-color: #4b6da8;
}

.future__company {
	padding: 24px 24px 21px;
	margin-bottom: 18px;
}

.future__company__heading {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background: #ffffff;
	padding: 10px 10px 12px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.future__company__heading span {
	display: block;
	font-size: 1.2rem;
	color: #30353a;
	margin-top: 6px;
}

.future__company__list {
	font-size: 1.3rem;
	line-height: 1.69;
	text-align: justify;
}

.future__company__list li {
	display: inline;
}

.future__company__list li:not(:last-child)::after {
	content: "／";
}

.future__case__main {
	margin-bottom: 10px;
}

.future__case__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	border-bottom-width: 1px;
	border-style: solid;
	padding-bottom: 11px;
	margin-bottom: 16px;
}

.future__case__info {
	margin-bottom: 15px;
}

.future__case__job {
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	background: #ddc400;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 7px;
}

.future__case__name {
	display: block;
	font-weight: 700;
	margin-bottom: 7px;
}

.future__case__name span {
	font-size: 1.8rem;
}

.future__case__graduation {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.33;
}

.future__case__text {
	line-height: 1.86;
	text-align: justify;
}

.future__case__image {
	width: 100%;
}

.future__case__image img {
	display: block;
}

.fixed-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1000;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-btn.is-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.fixed-btn.is-clear {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.fixed-btn__item {
	display: block;
	width: 33.3333333333%;
	background: #c8c9ca;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #ffffff;
}

.fixed-btn__item:not(:last-child) {
	border-right: 1px solid #ffffff;
}

.fixed-btn__item--2years.is-current {
	color: #0082b5;
}

.fixed-btn__item--3years.is-current {
	color: #0091a8;
}

.fixed-btn__item--4years.is-current {
	color: #4b6da8;
}

.fixed-btn__item.is-current {
	background: #e3df6b;
	pointer-events: none;
}

.fixed-btn__item.is-current::before,
.fixed-btn__item.is-current::after {
	background-color: #e3df6b;
}

.link-btns {
	background: #126083;
	padding: 65px 40px 65px;
	margin-top: -16px;
}

.link-btns__item {
	position: relative;
	display: block;
	background: #b4b9c3;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #ffffff;
	text-align: center;
	padding: 21px 0;
}

.link-btns__item:not(:last-child) {
	margin-bottom: 15px;
}

.link-btns__item::before {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/icon_external.svg) no-repeat center/contain;
}

.footer {
	padding: 40px 0 45px;
	background: #eef3f6;
}

.footer__info-wrap {
	margin-bottom: 26px;
}

.footer__logo {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.footer__logo img {
	width: 100%;
}

.footer__info {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
}

.footer__free__text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
	margin-bottom: 10px;
}

.footer__free__num {
	display: block;
	width: 193px;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	background: #30353a;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
}

.learning-2 {
	padding: 18px 0 24px;
}

.learning-2__content__image {
	margin-top: 18px;
}

.learning-2__content__image img {
	display: block;
}

.learning-2__heading {
	margin-bottom: 13px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5556;
	color: #0082b5;
	text-align: justify;
}

.learning-2__text {
	text-align: justify;
	line-height: 1.8571;
}

.learning-2__process {
	background: #f4f4e6;
	padding: 20px 24px 25px;
	margin-top: 24px;
}

.learning-2__process__heading {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.38;
	color: #126083;
	padding-left: 12px;
	position: relative;
}

.learning-2__process__heading::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 4px;
	height: calc(100% - 5px);
	display: block;
	background: #126083;
}

.learning-2__process__image {
	margin-top: 23px;
	width: calc(100% + 24px);
}

.learning-2__process__image img {
	display: block;
}

.learning-3 {
	padding: 18px 0 11px;
}

.learning-3__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	color: #0091a8;
	margin-bottom: 20px;
}

.learning-3__content-sm {
	margin-bottom: 20px;
}

.learning-3__label {
	background: #e3f0f5;
	color: #126083;
	padding: 9.5px 8px;
	margin-bottom: 9px;
	font-size: 1.3rem;
	font-weight: 700;
}

.learning-3__junior {
	background: #f4f4e6;
	padding: 19px 24px;
}

.learning-3__junior__heading {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	color: #0091a8;
	margin-bottom: 8px;
}

.learning-3__junior__text {
	font-size: 1.3rem;
	line-height: 1.69;
	text-align: justify;
	margin-bottom: 11px;
}

.learning-3__junior__image img {
	display: block;
}

.learning-3__senior__heading {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
	background: #126083;
	padding: 16px 0;
	margin-bottom: 8px;
}

.learning-3__senior__main {
	background: #f4f4e6;
	padding: 0 24px;
}

.learning-3__senior__item {
	padding: 24px 0;
}

.learning-3__senior__item:not(:last-child) {
	border-bottom: 1px dotted #0091a8;
}

.learning-3__senior__item__heading {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	color: #0091a8;
	margin-bottom: 8px;
}

.learning-3__senior__major {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: #0091a8;
	padding: 10px 0;
	margin-bottom: 10px;
}

.learning-3__senior__text {
	font-size: 1.3rem;
	line-height: 1.69;
	text-align: justify;
	margin-bottom: 12px;
}

.learning-3__senior__image img {
	display: block;
}

.learning-4 {
	padding: 18px 0 27px;
}

.learning-4__main {
	margin-bottom: 10px;
}

.learning-4__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	color: #4b6da8;
	margin-bottom: 13px;
}

.learning-4__text {
	line-height: 1.86;
	text-align: justify;
}

.learning-4__image:not(:last-child) {
	margin-bottom: 4px;
}

.learning-4__image img {
	display: block;
}

.voice {
	margin-top: 24px;
	background: #f4f4e6;
	padding: 0 24px 20px;
}

.voice__main {
	margin-bottom: 11px;
}

.voice__label {
	display: block;
	width: 120px;
	background: #126083;
	padding: 13px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 19px;
	border-radius: 0 0 4px 4px;
}

.voice__label img {
	width: 64px;
}

.voice__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	text-align: justify;
	color: #126083;
	margin-bottom: 12px;
}

.voice__text {
	line-height: 1.86;
	text-align: justify;
}

.voice__image {
	margin-bottom: 15px;
}

.voice__image img {
	display: block;
}

.voice__name {
	display: block;
	font-weight: 700;
	margin-bottom: 7px;
}

.voice__name span {
	font-size: 1.8rem;
}

.voice__graduation {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.33;
}

/* base */

/* Tools */

/* Layout */

/* Module */

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

.l-body { /* pc */
	min-width: 1100px;
}

.l-header { /* pc */
	height: 64px;
}

.l-wrapper { /* pc */
	width: 1000px;
}

.l-section { /* pc */
	padding: 111px 0 120px;
}

.mainvisual { /* pc */
	height: calc(100vh - 64px);
}

.mainvisual #particles-js { /* pc */
	width: 100%;
}

.mainvisual__text { /* pc */
	left: 48%;
	width: 727px;
}

.header-logo { /* pc */
	width: 350px;
}

.bg-gray-pattern { /* pc */
	background-image: url(../img/bg_pattern_pc.png);
	background-size: 80px auto;
}

.heading-1 { /* pc */
	font-size: 5.6rem;
}

.lead { /* pc */
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
}

.point { /* pc */
	margin-top: 46px;
}

.point__item { /* pc */
	padding: 0;
}

.point__item:not(:last-child) { /* pc */
	margin-bottom: 24px;
}

.point__head { /* pc */
	padding: 47px 40px 49px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.point__heading__num { /* pc */
	height: 64px;
	min-width: 64px;
}

.point__heading__text { /* pc */
	font-size: 3.4rem;
	min-height: 0;
	margin-left: 25px;
	padding-left: 25px;
}

.point__heading__text::before { /* pc */
	height: 64px;
}

.point__button { /* pc */
	margin: 0;
}

.point__button:hover {
	opacity: 0.6;
}

.point__contents__inner { /* pc */
	padding: 0 41px;
}

.point-1 { /* pc */
	padding: 35px 0;
}

.point-1__lead { /* pc */
	font-size: 1.8rem;
	line-height: 1.44;
}

.point-1__contents { /* pc */
	overflow: visible;
	margin-top: -7px;
}

.point-1__contents__inner { /* pc */
	width: 100%;
}

.point-1__item { /* pc */
	padding: 30px 38px 36px;
}

.point-1__year { /* pc */
	font-size: 2.4rem;
	margin-bottom: 17px;
}

.point-1__heading { /* pc */
	font-size: 2.2rem;
	line-height: 1.55;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.point-1__list { /* pc */
	font-size: 1.6rem;
	line-height: 1.5;
}

.point-2 { /* pc */
	padding: 38px 0;
}

.point-2__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.point-2__item { /* pc */
	width: 33.3333333333%;
	padding: 0 27px;
}

.point-2__item:not(:last-child) { /* pc */
	border-bottom: none;
	border-right: 2px dotted #126083;
}

.point-2__item--1 .point-2__num { /* pc */
	width: 213px;
	margin-top: 22px;
}

.point-2__item--2 { /* pc */
	padding: 0 0 0 35px;
}

.point-2__item--2 .point-2__num { /* pc */
	width: 233px;
}

.point-2__item--3 { /* pc */
	padding: 0 0 0 43px;
}

.point-2__item--3 .point-2__num { /* pc */
	width: 247px;
}

.point-2__heading { /* pc */
	text-align: left;
}

.point-2__num { /* pc */
	margin-left: 0;
	margin-right: 0;
}

.point-2__note { /* pc */
	text-align: right;
	margin-top: 12px;
	margin-bottom: 0;
}

.point-3 { /* pc */
	padding: 0 0 40px;
}

.point-3__image { /* pc */
	width: 100%;
	max-width: 920px;
	left: 50%;
	margin-top: -8px;
}

.years-head { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 58px;
}

.years-head__item { /* pc */
	width: 280px;
	padding: 0 0 43px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.years-head__item:hover {
	opacity: 0.6;
}

.years-head__item::before { /* pc */
	width: 11px;
	height: 11px;
}

.years-head__heading { /* pc */
	font-size: 4rem;
	padding-bottom: 35px;
	margin-bottom: 27px;
}

.years-head__heading::before { /* pc */
	width: 48px;
}

.years-head__text { /* pc */
	font-size: 1.8rem;
	line-height: 1.44;
}

.years { /* pc */
	padding: 54px 60px 56px;
}

.years:not(:last-child) { /* pc */
	margin-bottom: 40px;
}

.years__section { /* pc */
	border-radius: 0;
	overflow: visible;
}

.years__cat { /* pc */
	pointer-events: none;
	width: 128px;
}

.years__cat span { /* pc */
	font-size: 1.8rem;
	padding: 18px 25px;
}

.years__cat span::after { /* pc */
	content: none;
}

.years__content { /* pc */
	display: block;
}

.years__head { /* pc */
	padding: 0 0 48px 112px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 46px;
}

.years__head::before { /* pc */
	width: calc(100% + 120px);
}

.years__head__year { /* pc */
	position: absolute;
	top: -54px;
	left: 0;
	width: 88px;
	padding: 20px 30px 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin: 0;
}

.years__head__year _::-webkit-full-page-media,
.years__head__year _:future,
:root .years__head__year {
	left: -60px;
}

.years__head__year::before { /* pc */
	border-bottom-width: 17px;
	border-left-width: 44px;
	border-right-width: 44px;
}

.years__head__list { /* pc */
	padding-top: 0;
}

.years__head__balloon { /* pc */
	position: static;
	left: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	display: inline-block;
	margin-bottom: 12px;
}

.years__heading { /* pc */
	font-size: 4rem;
	line-height: 1.2;
	text-align: left;
	border-bottom: none;
	padding: 0;
}

.years__sub-heading { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

.years__sub-heading__main { /* pc */
	font-size: 2rem;
	letter-spacing: 0.05em;
	width: calc(100% - 128px);
	border-radius: 0;
	padding: 15px 25px;
}

.tuition { /* pc */
	border-radius: 8px;
}

.tuition__heading { /* pc */
	pointer-events: none;
}

.tuition__heading__inner { /* pc */
	font-size: 2rem;
	letter-spacing: 0.05em;
	padding: 25px 25px 23px;
}

.tuition__heading__inner::after { /* pc */
	content: none;
}

.tuition__heading__inner span { /* pc */
	width: 68px;
	margin-right: 10px;
}

.tuition__content { /* pc */
	display: block;
	padding: 0 17px 25px;
}

.tuition__image { /* pc */
	margin-top: -37px;
}

.license { /* pc */
	padding: 16px 0 42px;
}

.license__lead { /* pc */
	font-size: 1.5rem;
	line-height: 1.87;
	margin-bottom: 22px;
}

.license__contents { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.license__item { /* pc */
	min-width: 200px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.license__item:not(:last-child) { /* pc */
	border-bottom: none;
	border-right-width: 2px;
	padding-right: 36px;
	margin-right: 36px;
}

.license__item:nth-child(2) { /* pc */
	margin-right: 33px;
}

.future { /* pc */
	padding: 23px 0 15px;
}

.future__company { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 25px 24px;
	margin-bottom: 25px;
}

.future__company__heading { /* pc */
	width: 144px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 27px 10px;
	margin-right: 17px;
	margin-bottom: 0;
}

.future__company__list { /* pc */
	font-size: 1.4rem;
	line-height: 1.71;
}

.future__case { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.future__case__main { /* pc */
	position: relative;
	margin-bottom: 0;
	width: 54.5%;
}

.future__case__heading { /* pc */
	font-size: 2rem;
	line-height: 1.6;
	padding-bottom: 14px;
	margin-bottom: 15px;
}

.future__case__info { /* pc */
	margin-bottom: 13px;
}

.future__case__job { /* pc */
	position: absolute;
	top: 7px;
	right: 25px;
}

.future__case__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	padding-right: 25px;
}

.future__case__image { /* pc */
	width: 45.5%;
}

.fixed-btn { /* pc */
	bottom: auto;
	top: 50%;
	left: auto;
	right: 0;
	width: 56px;
	display: block;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.fixed-btn.is-visible { /* pc */
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.fixed-btn.is-clear { /* pc */
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.fixed-btn__item { /* pc */
	width: auto;
	height: 222px;
	max-height: calc(33.3333333333% - 20px);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 2rem;
	padding: 0 18px;
	position: relative;
	border-radius: 10px 0 0 10px;
}

.fixed-btn__item::before {
	position: absolute;
	bottom: calc(100% - 1px);
	right: 0;
	content: "";
	width: calc(100% - 5px);
	height: 10px;
	display: block;
	background-color: #c8c9ca;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.fixed-btn__item::after {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	content: "";
	width: calc(100% - 5px);
	height: 10px;
	display: block;
	background-color: #c8c9ca;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.fixed-btn__item:not(:last-child) { /* pc */
	border: none;
	margin-bottom: 20px;
}

.fixed-btn__item--2years { /* pc */
}

.fixed-btn__item--2years:hover {
	background: #0082b5;
}

.fixed-btn__item--2years:hover::before,
.fixed-btn__item--2years:hover::after {
	background-color: #0082b5;
}

.fixed-btn__item--3years { /* pc */
}

.fixed-btn__item--3years:hover {
	background: #0091a8;
}

.fixed-btn__item--3years:hover::before,
.fixed-btn__item--3years:hover::after {
	background-color: #0091a8;
}

.fixed-btn__item--4years { /* pc */
}

.fixed-btn__item--4years:hover {
	background: #4b6da8;
}

.fixed-btn__item--4years:hover::before,
.fixed-btn__item--4years:hover::after {
	background-color: #4b6da8;
}

.link-btns { /* pc */
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	padding: 65px 0;
	border-top: 1px solid #ccc;
}

.link-btns__item { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 295px;
}

.link-btns__item:hover {
	background: #db5a5b;
}

.link-btns__item:not(:last-child) { /* pc */
	margin-bottom: 0;
	margin-right: 60px;
}

.footer { /* pc */
	padding: 62px 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__info-wrap { /* pc */
	margin-bottom: 0;
}

.footer__logo { /* pc */
	width: 480px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 19px;
}

.footer__info { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.footer__info p:not(:last-child) {
	margin-right: 2em;
}

.footer__free { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__free__text { /* pc */
	text-aling: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.footer__free__num { /* pc */
	margin-left: 0;
	margin-right: 0;
}

.learning-2 { /* pc */
	padding: 17px 0 40px;
}

.learning-2__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.learning-2__content { /* pc */
	width: 61%;
}

.learning-2__content__image { /* pc */
	margin-top: 7px;
	width: 36.5%;
}

.learning-2__heading { /* pc */
	margin-bottom: 11px;
	font-size: 2rem;
	line-height: 1.6;
}

.learning-2__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.learning-2__process { /* pc */
	padding: 22px 24px 24px;
	margin-top: 27px;
}

.learning-2__process__heading { /* pc */
	font-size: 1.5rem;
	line-height: 1.2;
}

.learning-2__process__heading::before { /* pc */
	height: calc(100% - 3px);
}

.learning-2__process__image { /* pc */
	width: 100%;
	margin-top: -15px;
}

.learning-3 { /* pc */
	padding: 18px 0 42px;
}

.learning-3__heading { /* pc */
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 18px;
}

.learning-3__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.learning-3__content-sm { /* pc */
	width: 25.5%;
	margin-bottom: 0;
}

.learning-3__content-lg { /* pc */
	width: 69.1%;
}

.learning-3__label { /* pc */
	padding: 9.5px 15px;
	margin-bottom: 15px;
}

.learning-3__junior { /* pc */
	position: relative;
	padding: 16px 20px 20px;
}

.learning-3__junior::before {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 104px;
	height: 254px;
	display: block;
	background: url(../img/fig_learning_3.png) no-repeat center/contain;
}

.learning-3__junior__text { /* pc */
	margin-bottom: 12px;
}

.learning-3__senior { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.learning-3__senior__heading { /* pc */
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 0 8px;
	margin-bottom: 0;
	margin-right: 16px;
}

.learning-3__senior__main { /* pc */
	background: none;
	padding: 0;
}

.learning-3__senior__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.learning-3__senior__item:not(:last-child) {
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.learning-3__senior__item__heading { /* pc */
	line-height: 1.375;
	margin-bottom: 5px;
}

.learning-3__senior__major { /* pc */
	font-size: 1.4rem;
	line-height: 1.43;
	width: 136px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.learning-3__senior__text-wrap { /* pc */
	padding: 0 8px;
}

.learning-3__senior__text { /* pc */
	line-height: 1.54;
	margin-bottom: 0;
}

.learning-3__senior__image { /* pc */
	width: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.learning-4 { /* pc */
	padding: 17px 0 40px;
}

.learning-4__contents { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.learning-4__main { /* pc */
	margin-bottom: 0;
	width: 43.1%;
}

.learning-4__heading { /* pc */
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.learning-4__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.learning-4__image-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 54.1%;
}

.learning-4__image { /* pc */
	width: 49.6%;
}

.learning-4__image:not(:last-child) { /* pc */
	margin-bottom: 0;
	margin-right: 5px;
}

.voice { /* pc */
	margin-top: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 24px 20px;
}

.voice__main { /* pc */
	margin-bottom: 0;
	width: 57.6%;
}

.voice__label { /* pc */
	width: 136px;
	margin-left: 0;
	margin-bottom: 18px;
}

.voice__label img { /* pc */
	width: 76px;
}

.voice__heading { /* pc */
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.voice__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.voice__info { /* pc */
	width: 39.4%;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

}



/********************************************************
内定者・卒業生スライダー
*********************************************************/
.footer-slider {
	padding: 50px 0;
}

.heading-3 {
	border-top: 2px solid #f9f9f9;
	position: relative;
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.heading-3 span {
	display: inline-block;
	padding: 17px 0;
	position: relative;
}

.heading-3 span:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #51a1aa;
	position: absolute;
	top: -2px;
	left: 0;
}

.heading-3--line-w-fixed span:before {
	width: 80px;
}

.heading-3--it span:before {
	background: #0975b6;
}

.links-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 50;
}

.links-wrap:not(.slick-slider) {
	width: 1050px;
}

.links-wrap .slick-arrow {
	width: 50px;
	height: 50px;
	top: calc((100% - 28px) / 2);
}

.links-wrap .slick-dots {
	padding: 0 30px;
	pointer-events: none;
}

.links-wrap .slick-dots li {
	pointer-events: auto;
}

.links-wrap .slick-dots li {
	width: 6px;
	height: 6px;
	margin-left: 6px;
	margin-right: 0;
}

.links-wrap .slick-dots li:last-child {
	margin-right: 0;
}

.links-wrap--it .slick-dots li.slick-active button {
	background: #0975b6;
}

.links {
	width: 290px;
	padding: 0 10px;
	outline: none;
}

.links a {
	display: block;
}

.links__main {
	padding: 10px;
	background: #f9f9f9;
}

.links__image {
	overflow: hidden;
}

.links__image img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.links__label {
	color: #FFFFFF;
	font-weight: 700;
	padding: 8px 10px;
	width: calc(100% + 25px);
	-webkit-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
	font-size: 1.3rem;
	margin-top: -6px;
	margin-bottom: 14px;
}

.links--it .links__label {
	background: #0975b6;
}

.links__content {
	padding: 0 10px 20px;
}

.links__heading {
	font-weight: 700;
	margin-bottom: 13px;
	line-height: 1.5;
}

.links--it .links__heading {
	color: #0975b6;
}

.links__name {
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.links__name span {
	font-size: 1.3rem;
	font-weight: 700;
}

.links__text {
	font-size: 1.1rem;
	line-height: 1.4;
}

.links__detail {
	margin-top: 13px;
	text-align: right;
	font: 500 italic 1rem "Jost", sans-serif;
	letter-spacing: 0.1em;
}

.links__detail svg {
	margin-left: 6px;
}

.links__detail svg path {
	fill: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	stroke: #898989;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

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


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

.slick-prev {
	left: 0;
	background: url(../img/icon_slick_left.svg) no-repeat center/contain;
}

.slick-next {
	right: 0;
	background: url(../img/icon_slick_right.svg) no-repeat center/contain;
}

/* Dots */

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

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

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

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #cbcbcb;
	border-radius: 50%;
}

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

.slick-dots li.slick-active button {
	background: #000000;
}

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

.footer-slider { /* md */
	padding: 90px 0 0;
}

.heading-3 { /* md */
	font-size: 2.4rem;
	margin-bottom: 25px;
}

.heading-3 span { /* md */
	padding: 19px 0;
}

.heading-3--line-w-fixed span:before { /* md */
	width: 100%;
}

.links-wrap .slick-dots { /* md */
	top: -69px;
	padding-right: 0;
	width: 89.3%;
	max-width: 1000px;
	right: 50%;
	text-align: right;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.links-wrap .slick-dots li { /* md */
	width: 8px;
	height: 8px;
	margin-right: 10px;
}

.links { /* md */
	width: 350px;
	padding: 0 25px;
}

.links a { /* md */
}

.links a:hover .links__image img { /* md */
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.links--it { /* md */
}

.links--it a:hover .links__detail { /* md */
	color: #0975b6;
}

.links--it a:hover .links__detail svg path { /* md */
	stroke: #0975b6;
}

.links__main { /* md */
	padding: 20px;
}

.links__label { /* md */
	margin-top: -16px;
	width: 100%;
	margin-bottom: 17px;
	font-size: 1.4rem;
}

.links__content { /* md */
	padding: 0 0 10px;
}

.links__heading { /* md */
	margin-bottom: 15px;
}

.links__name { /* md */
	font-size: 1.2rem;
}

.links__name span { /* md */
	font-size: 1.4rem;
}

.links__text { /* md */
	font-size: 1.2rem;
}

.links__detail { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-top: 30px;
}

.slick-prev,
.slick-next { /* md */
	width: 50px;
	height: 50px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { /* md */
	opacity: 0.6;
}

.slick-dotted.slick-slider { /* md */
	margin-bottom: 80px;
}

.slick-dots { /* md */
	height: 10px;
	bottom: -40px;
}

.slick-dots li { /* md */
	height: 10px;
	width: 10px;
}

}


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

.links-wrap { /* lg */
	width: calc(100% + 50px);
}

.links-wrap .slick-arrow { /* lg */
}

.links-wrap .slick-arrow.slick-prev { /* lg */
	left: -50px;
}

.links-wrap .slick-arrow.slick-next { /* lg */
	right: -50px;
}

}