@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700");

/* Tools */

/* 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;
}

.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
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #333333;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

/* Layout */

.l-body {
	overflow: hidden;
	width: 100%;
}

.l-body.is-fixed {
	height: 100%;
	position: fixed;
}

.l-header {
	background: #FFFFFF;
	height: 60px;
	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;
	padding: 0 20px 0 14px;
}

.l-footer {
	padding-top: 61px;
	position: relative;
}

.l-wrapper {
	padding: 0 12px;
}

.l-wrapper--sp-sm {
	padding: 0 20px;
}

.l-wrapper-sm {
	padding: 0 20px;
}

/* Module */

.header {
	text-align: center;
}

.header__faculty {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__faculty img {
	width: 155px;
	height: 12px;
}

.header__text {
	display: none;
}

.header-logo {
	width: 110px;
}

.header-logo img {
	display: block;
}

.firstview {
	width: 100%;
	height: calc(100% - 60px);
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.firstview__item {
	position: relative;
	display: block;
	width: 100%;
	height: 50%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	overflow: hidden;
}

.firstview__item:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
}

.firstview__item--blue {
	background: url(../img/bg_fv_blue_sp.jpg) no-repeat center/cover;
}

.firstview__item--blue:before {
	top: 0;
	background: #0d51a3;
}

.firstview__item--blue.is-active {
	background: url(../img/bg_fv_blue_sp_2.jpg) no-repeat center/cover;
}

.firstview__item--blue.is-hidden {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.firstview__item--red {
	background: url(../img/bg_fv_red_sp.jpg) no-repeat center/cover;
}

.firstview__item--red:before {
	bottom: 0;
	background: #c51720;
}

.firstview__item--red.is-active {
	background: url(../img/bg_fv_red_sp_2.jpg) no-repeat center/cover;
}

.firstview__item--red.is-hidden {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.firstview__text {
	opacity: 0;
	padding: 12px 12px;
}

.is-active .firstview__text {
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
}

.firstview__text--red img {
	width: 187px;
}

.firstview__catch {
	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: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.firstview__catch.is-visible {
	width: 32vw;
	height: 32vw;
}

.firstview__catch--blue {
	background: rgba(13, 81, 163, 0.9);
	left: 21.5%;
	top: 21.5vw;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.firstview__catch--red {
	background: rgba(197, 23, 32, 0.9);
	right: 21.5%;
	bottom: 21.5vw;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.firstview__catch img {
	height: 35%;
}

.firstview__lead {
	width: 100%;
	height: 60px;
	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: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #FFFFFF;
	opacity: 0;
}

.firstview__lead img {
	height: 18px;
}

.firstview__lead.is-visible {
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.screen {
	color: #FFFFFF;
}

.screen--blue {
	background: #0d51a3;
}

.screen--red {
	background: #c51720;
}

.screen__text {
	font-weight: 500;
	text-align: center;
	padding: 28px 0 0;
}

.screen__text img {
	width: auto;
	height: 24px;
}

.screen__scroll {
	display: none;
}

.heading-1 {
	font-size: 1.7rem;
	line-height: 1.52941;
	font-weight: 700;
	margin-bottom: 20px;
}

.heading-1 span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe600));
	background: -webkit-linear-gradient(transparent 60%, #ffe600 60%);
	background: -o-linear-gradient(transparent 60%, #ffe600 60%);
	background: linear-gradient(transparent 60%, #ffe600 60%);
}

.heading-1--blue {
	color: #0d51a3;
}

.heading-1--red {
	color: #c51720;
}

.heading-2 {
	font-size: 1.7rem;
	line-height: 1.52941;
	font-weight: 700;
	padding-bottom: 18px;
	margin-bottom: 13px;
}

.heading-2--blue {
	color: #0d51a3;
	border-bottom: 2px dotted #0d51a3;
}

.heading-2--red {
	color: #c51720;
	border-bottom: 2px dotted #c51720;
}

.heading-3 {
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
}

.heading-4 {
	font-weight: 700;
	color: #0d51a3;
	margin: 35px 0 0;
}

.heading-4:before {
	content: "■ ";
	color: #0d51a3;
}

.heading-5 {
	text-align: center;
	color: #0d51a3;
	margin-top: 30px;
	margin-bottom: 29px;
}

.heading-5 img {
	display: block;
	width: 50px;
	margin: 0 auto 11px;
}

.heading-5__text {
	font-weight: 700;
	font-size: 1.8rem;
}

.heading-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	width: 100%;
	margin-bottom: 14px;
}

.heading-6--mb-lg {
	margin-bottom: 15px;
}

.heading-6__label {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #FFFFFF;
	font-size: 1.0rem;
	table-layout: center;
}

.heading-6__label--blue {
	background: #0d51a3;
}

.heading-6__label--green {
	background: #00643d;
}

.heading-6__label--big {
	width: 60px;
	height: 60px;
}

.heading-6__label--up {
	margin-bottom: 32px;
}

.heading-6__label span {
	font-size: 1.9rem;
}

.heading-6__text {
	font-size: 1.6rem;
	line-height: 1.5;
	width: calc(100% - 70px);
	display: block;
}

.heading-6__text--blue {
	color: #0d51a3;
}

.heading-6__text--lg {
	line-height: 1.6;
}

.heading-7 {
	font-weight: 700;
	font-size: 1.5rem;
	border-bottom: 1px dotted #333333;
	padding-bottom: 10px;
	margin-bottom: 12px;
	margin-top: 30px;
}

.heading-7:before {
	content: "■ ";
	color: #0d51a3;
}

.heading-8 {
	text-align: center;
	color: #00643d;
	font-size: 1.8rem;
	line-height: 1.44444;
	font-weight: 700;
	margin: 35px 0 23px;
}

.heading-9 {
	margin-bottom: 15px;
	padding: 11px;
	font-size: 1.6rem;
	text-align: center;
	color: #c51720;
	font-weight: 700;
	border: 1px solid #c51720;
}

.bg-blue {
	background: #0d51a3;
	padding: 28px 0 41px;
}

.bg-red {
	background: #c51720;
	padding: 28px 0;
}

.text {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.92857;
	text-align: justify;
}

.text--blue {
	color: #0d51a3;
}

.text--red {
	color: #c51720;
}

.text-note {
	font-size: 1.1rem;
	line-height: 1.45455;
}

.text-note li {
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.text-note li:not(:last-child) {
	margin-bottom: 5px;
}

.text-note li::before {
	content: '※';
	margin-right: 3px;
}

.white-box {
	background: #FFFFFF;
	position: relative;
	padding: 25px 20px;
}

.white-box:not(:last-child) {
	margin-bottom: 30px;
}

.white-box:before {
	content: "";
	display: block;
	width: 10px;
	height: 60px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 0;
	left: 0;
}

.white-box--blue:before {
	background: #0d51a3;
}

.white-box--red:before {
	background: #c51720;
}

.image {
	position: relative;
	margin-top: 18px;
}

.image img {
	display: block;
}

.image__label {
	margin-top: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.image__tag {
	width: 62px;
	height: 62px;
	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: absolute;
	top: -8px;
	right: -8px;
	background: #c51720;
	color: #ffffff;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1.13333;
	font-weight: 700;
}

.image-animation {
	position: relative;
	width: 100%;
	height: 100%;
}

.image-animation--2 {
	max-width: 311px;
	margin-top: 17px;
	margin-bottom: 39px;
}

.image-animation--2:before {
	content: "";
	display: block;
	padding-top: 212%;
}

.image-animation img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.image-animation img:not(:first-child) {
	display: none;
}

.collage {
	margin-bottom: 19px;
}

.collage:last-of-type {
	margin-bottom: 4px;
}

.collage__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.collage__heading img {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 4px;
}

.collage__heading span {
	border-bottom: 1px dotted #333333;
	display: block;
	width: calc(100% - 43px);
	padding: 4px 0 6px 3px;
}

.collage__item {
	font-size: 1.2rem;
	line-height: 1.33333;
	font-weight: 700;
}

.collage__item:before {
	content: "■ ";
	color: #0d51a3;
}

.collage__item + .collage__item {
	margin-top: 1px;
}

.internship {
	padding: 0 0 37px;
	border-top: 2px solid #0d51a3;
	position: relative;
}

.internship__head {
	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;
	padding-top: 18px;
}

.internship__lang {
	display: none;
}

.internship__image {
	position: relative;
	margin-top: 18px;
}

.internship__image img {
	display: block;
}

.internship__image__label {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background: #0d51a3;
	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;
	width: 68px;
	height: 30px;
	font-size: 1.2rem;
}

.program__schedule {
	font-size: 1.4rem;
	line-height: 1.57143;
	font-weight: 700;
	margin-bottom: 16px;
	text-indent: -0.5em;
}

.program__main {
	margin-bottom: 20px;
}

.program__main--mb-sm {
	margin-bottom: 14px;
}

.program__item {
	border: 1px solid #0d51a3;
	position: relative;
}

.program__item + .program__item {
	margin-top: 26px;
}

.program__item + .program__item:after {
	position: absolute;
	top: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	margin-top: -15px;
	content: "";
	display: block;
	background: url(../img/icon_plus.svg) no-repeat center/contain;
	width: 30px;
	height: 30px;
}

.program__label {
	color: #FFFFFF;
	background: #0d51a3;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 6px 0 7px;
}

.program__label--pt-lg {
	padding-top: 16px;
}

.program__content {
	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;
	text-align: center;
	font-weight: 500;
	padding: 13px 0 11px;
	font-size: 1.4rem;
	line-height: 1.42857;
	min-height: 62px;
}

.program__requirement {
	background: #f0f0f0;
	padding: 21px 21px 17px;
	margin-bottom: 14px;
}

.program__requirement__heading {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.5rem;
	color: #0d51a3;
	text-indent: -0.5em;
}

.program__requirement__text {
	font-size: 1.4rem;
	line-height: 1.57143;
}

.voice {
	background: #f1f1f1;
	padding: 30px 0;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	width: 315px;
	max-width: calc(100vw - 40px);
}

.voice__bunner {
	display: block;
	width: 315px;
	max-width: 100%;
	margin: 0 auto 18px;
}

.voice__bunner img {
	display: block;
}

.voice__main {
	text-align: center;
}

.voice__text {
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.voice__button {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	width: 100%;
	height: 50px;
	display: block;
	text-decoration: none;
	background: #00643d;
	color: #FFFFFF;
	border-radius: 30px;
	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;
	text-align: center;
}

.point-figure {
	margin-top: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.point-figure::before {
	content: '';
	background: url(../img/bg_arrow_sp.svg) no-repeat center top/contain;
	width: calc(100vw - 17px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.point-figure__num1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	z-index: 3;
}

.point-figure__num2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	z-index: 1;
}

.point-figure__num3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	z-index: 1;
}

.point-figure__num4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.point-figure__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.point-figure__items--bottom {
	margin-top: -15px;
}

.point-figure__item {
	width: calc(50% - 9px);
	padding: 25px 20px;
}

.point-figure__item--bg-1 {
	background: #8d80bb;
}

.point-figure__item--bg-2 {
	background: #00a2de;
}

.point-figure__item--bg-3 {
	background: #00b1b2;
}

.point-figure__item--bg-4 {
	background: #ef90a0;
}

.point-figure__item__head {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.73333;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}

.point-figure__text {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.72727;
	text-align: justify;
}

.point-figure__center {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: -14px auto 0;
	background: #fabe00;
	padding-bottom: 10px;
	position: relative;
}

.point-figure__center__head {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 4px;
}

.point-figure__center__text {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.72727;
}

.point-figure__goal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 310px;
	margin: 49px auto 0;
}

.point-figure__goal__item {
	max-width: 147px;
	width: 48%;
	margin-bottom: 17px;
	text-align: center;
	color: #ffffff;
	background: #808080;
	font-size: 1.1rem;
	line-height: 1.45455;
	font-weight: 700;
	padding: 9px;
	border-radius: 25px;
	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;
}

.point {
	margin-bottom: 30px;
}

.point__note {
	margin-top: 8px;
	font-weight: 500;
	font-size: 1.1rem;
}

.point__employment {
	margin-top: 50px;
}

.point__figure {
	margin-bottom: 10px;
}

.point__results {
	padding: 36px 31px 33px;
	background: #fff031;
}

.point__results__heading {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.5625;
	font-weight: 700;
}

.point__results__heading::before {
	content: "■";
	color: #00643d;
	margin-right: 5px;
}

.point__results__note {
	font-weight: 400;
	font-size: 1.4rem;
	text-indent: -0.5em;
}

.point__results__text {
	font-size: 1.4rem;
	line-height: 1.92857;
	font-weight: 500;
	text-align: justify;
}

.point .animation {
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.point .animation.is-visible {
	opacity: 1;
}

.lesson {
	margin-top: 39px;
}

.lesson__item + .lesson__item {
	margin-top: 39px;
}

.lesson__image {
	margin-top: 20px;
}

.list__item {
	position: relative;
	padding-left: 18px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
}

.list__item + .list__item {
	margin-top: 5px;
}

.list__item::before {
	content: '';
	background: #c51720;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 50%;
}

.worldmap {
	margin-bottom: 9px;
}

.chart {
	padding-bottom: 25px;
}

.chart__main {
	position: relative;
	width: 350px;
	max-width: 100%;
	margin: 0 auto 26px;
}

.chart__canvas {
	width: 100% !important;
	height: 100% !important;
	position: relative;
	z-index: 5;
}

.chart__note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.chart__note.is-visible {
	opacity: 1;
	filter: alpha(opacity=100);
}

.chart__title {
	font-size: 1.722rem;
	line-height: 1.36353;
	font-weight: 500;
	text-align: center;
	width: 100%;
	max-height: 350px;
	height: calc(100vw - 40px);
	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: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.chart__list {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.chart__item {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.538;
	position: relative;
	padding-left: 20px;
	width: 50%;
}

.chart__color {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
}

.chart__color--1 {
	background-color: #ff912a;
}

.chart__color--2 {
	background-color: #ed626a;
}

.chart__color--3 {
	background-color: #e24956;
}

.chart__color--4 {
	background-color: #6d2858;
}

.chart__color--5 {
	background-color: #065281;
}

.chart__color--6 {
	background-color: #34b2e4;
}

.chart__color--7 {
	background-color: #64d0da;
}

.chart__color--8 {
	background-color: #65daad;
}

.chart__color--9 {
	background-color: #ffcd46;
}

.chart__color--10 {
	background-color: #e4e4e4;
}

.chart__text {
	font-size: 1.1rem;
	line-height: 1.45455;
	font-weight: 500;
	margin-top: 10px;
}

.controller {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	z-index: 2000;
}

.controller.is-fixed {
	position: fixed;
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
}

.controller.is-visible {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.controller__item {
	width: 50%;
	height: 60px;
}

.controller__item--blue {
	background: #0d51a3;
	border-right: 1px solid #FFFFFF;
}

.controller__item--red {
	background: #c51720;
}

.controller__item a {
	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;
}

.controller__item img {
	height: 18px;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	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;
}

.loading__text img {
	width: 215px;
}

.white-out {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	background: #FFFFFF;
	z-index: 6000;
}

.white-out.is-active {
	-webkit-animation: whiteout 1.5s ease 1;
	animation: whiteout 1.5s ease 1;
	visibility: visible;
}

.banner {
	background-image: -webkit-linear-gradient(135deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-image: -o-linear-gradient(135deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-image: linear-gradient(-45deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-size: 20px 20px;
	padding: 20px 18px;
}

.banner__item + .banner__item {
	display: block;
	margin-top: 12px;
}

.banner__item img {
	width: 100%;
}

.footer {
	padding: 20px 18px 19px;
	width: 100%;
}

.footer__logo {
	display: block;
	width: 117px;
}

.footer__logo img {
	width: 100%;
}

/* State */

/* Theme */

@media screen and (min-width: 601px) {

.l-body.is-fixed { /* pc */
}

.l-body { /* pc */
	min-width: 1100px;
}

.l-header { /* pc */
	height: 100px;
	padding: 0 30px 0 30px;
}

.l-footer { /* pc */
	padding-top: 81px;
}

.l-wrapper { /* pc */
	width: 1000px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-wrapper-sm { /* pc */
	width: 900px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header { /* pc */
	width: calc(100% - 210px);
	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;
}

.header__faculty img { /* pc */
	width: 258px;
	height: 19px;
}

.header__text { /* pc */
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__text img { /* pc */
}

.header-logo { /* pc */
	width: auto;
}

.firstview { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 100px);
}

.firstview__item:before { /* pc */
	content: none;
}

.firstview__item--blue { /* pc */
	border-top: none;
	background: url(../img/bg_fv_blue_pc.jpg) no-repeat center/cover;
}

.firstview__item--blue.is-active { /* pc */
	background: url(../img/bg_fv_blue_pc.jpg) no-repeat center/cover;
}

.firstview__item--red { /* pc */
	border-bottom: none;
	background: url(../img/bg_fv_red_pc.jpg) no-repeat center/cover;
}

.firstview__item--red.is-active { /* pc */
	background: url(../img/bg_fv_red_pc.jpg) no-repeat center/cover;
}

.firstview__item { /* pc */
	width: 50%;
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.firstview__item:hover {
	opacity: 0.5;
}

.firstview__text { /* pc */
	opacity: 1;
}

.firstview__text--blue { /* pc */
	padding: 51px 43px;
}

.firstview__text--red img { /* pc */
	width: auto;
}

.firstview__text--red { /* pc */
	padding: 31px 43px;
}

.firstview__catch { /* pc */
	width: 100%;
	height: 100px;
	border-radius: 0;
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.firstview__catch.is-visible { /* pc */
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	width: 100%;
	height: 100px;
}

.firstview__catch img { /* pc */
	height: auto;
}

.firstview__lead { /* pc */
	display: none;
}

.screen { /* pc */
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	top: 100px;
	width: 50%;
	min-width: 550px;
	height: calc(100% - 100px);
}

.screen:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.screen--blue {
	right: 0;
	background: none;
}

.screen--blue:before {
	background: #0d51a3;
}

.screen--red {
	left: 0;
	background: none;
}

.screen--red:before {
	background: #c51720;
}

.screen__text { /* pc */
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0;
}

.screen__text img { /* pc */
	height: auto;
}

.screen__scroll { /* pc */
	display: block;
	opacity: 0;
	position: relative;
	text-decoration: none;
	position: absolute;
	height: 100px;
	width: 124px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 45px);
	-ms-transform: translate(-50%, 45px);
	transform: translate(-50%, 45px);
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
}

.screen__scroll--blue {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.screen__scroll--red {
	text-align: left;
	-webkit-box-pack: flex-staet;
	-ms-flex-pack: flex-staet;
	justify-content: flex-staet;
}

.screen__scroll:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, 0.3);
}

.screen__scroll span {
	opacity: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	-webkit-animation: updown 2s ease infinite;
	animation: updown 2s ease infinite;
}

.screen { /* pc */
}

.screen.is-visible {
	pointer-events: auto;
}

.screen.is-visible:before {
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.screen.is-visible .screen__text {
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.screen.is-visible .screen__scroll {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
	opacity: 1;
}

.screen.is-visible .screen__scroll span {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s;
	opacity: 1;
}

.heading-1 { /* pc */
	margin-bottom: 26px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.heading-2 { /* pc */
	margin-bottom: 21px;
	padding-bottom: 23px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.heading-3 { /* pc */
	margin-top: 0;
	margin-bottom: 20px;
}

.heading-4 { /* pc */
	font-size: 1.7rem;
	line-height: 1.64706;
	margin: 61px 0 20px;
}

.heading-5 { /* pc */
	margin-top: 75px;
	margin-bottom: 52px;
}

.heading-5 img { /* pc */
	width: auto;
	margin: 0 auto 15px;
}

.heading-5__text { /* pc */
	font-size: 2.4rem;
}

.heading-6 { /* pc */
	width: auto;
	margin-bottom: 18px;
}

.heading-6--mb-lg { /* pc */
	margin-bottom: 30px;
}

.heading-6__label { /* pc */
	font-size: 1.2rem;
	width: 60px;
	height: 60px;
}

.heading-6__label--big { /* pc */
	width: 66px;
	height: 66px;
	margin-top: -3px;
	margin-left: -3px;
	margin-right: 19px;
}

.heading-6__label--up { /* pc */
	margin-bottom: 0;
}

.heading-6__label span { /* pc */
	margin-top: 2px;
	font-size: 2.2rem;
}

.heading-6__text { /* pc */
	width: auto;
	font-size: 2rem;
	line-height: 1.5;
}

.heading-6__text--lg { /* pc */
	font-size: 2.2rem;
	line-height: 1.54545;
}

.heading-7 { /* pc */
	font-size: 1.8rem;
	padding-bottom: 13px;
	margin-top: 43px;
	margin-bottom: 19px;
}

.heading-8 { /* pc */
	margin: 75px 0 70px;
	font-size: 2.4rem;
}

.heading-9 { /* pc */
	margin-bottom: 17px;
	font-size: 1.5rem;
}

.bg-blue { /* pc */
	padding: 80px 0;
}

.bg-red { /* pc */
	padding: 80px 0;
	margin-bottom: 94px;
}

.text { /* pc */
	line-height: 2;
}

.text--float { /* pc */
	padding-right: 270px;
}

.text-note { /* pc */
	font-size: 1.3rem;
	line-height: 1.38462;
}

.text-note li:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.text-note li::before { /* pc */
	margin-right: 0;
}

.text-note li { /* pc */
	text-indent: 0;
	padding-left: 0;
}

.white-box { /* pc */
	padding: 74px 100px 74px 100px;
}

.white-box:not(:last-child) { /* pc */
	margin-bottom: 80px;
}

.white-box:last-of-type { /* pc */
}

.white-box:before { /* pc */
	width: 28px;
	height: 60px;
}

.white-box--bg-1 { /* pc */
	background: url(../img/bg_01.png) no-repeat right bottom/302px auto, #FFFFFF;
}

.white-box--bg-2 { /* pc */
	background: url(../img/bg_02.png) no-repeat right bottom/302px auto, #FFFFFF;
}

.image { /* pc */
	width: 260px;
	position: absolute;
	top: 50px;
	right: 60px;
	margin-top: 0;
}

.image__label { /* pc */
	margin-top: 17px;
	text-align: center;
	font-size: 1.5rem;
}

.image__label--nowrap { /* pc */
	white-space: nowrap;
}

.image__tag { /* pc */
	top: 0;
	right: 0;
	font-size: 1.6rem;
	line-height: 1.125;
}

.image-animation { /* pc */
	max-width: inherit;
}

.image-animation--1 { /* pc */
	width: 818px;
	height: 429px;
	margin-top: 42px;
}

.image-animation--1 img { /* pc */
}

.image-animation--2 { /* pc */
	width: 800px;
	height: 363px;
	margin-bottom: 36px;
}

.internship { /* pc */
	padding: 23px 0 56px;
}

.internship:last-of-type { /* pc */
	padding-bottom: 77px;
}

.internship__head { /* pc */
	padding-top: 0;
}

.internship__lang { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 17px;
}

.internship__lang span {
	color: #FFFFFF;
	background: #0d51a3;
	font-size: 1.6rem;
	font-weight: 700;
	width: 90px;
	height: 40px;
	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-left: 10px;
}

.internship__image { /* pc */
	width: 240px;
	height: 240px;
	position: absolute;
	top: -20px;
	right: -50px;
	margin-top: 0;
	border-radius: 50% 0 0 50%;
	overflow: hidden;
}

.internship__image__label { /* pc */
	display: none;
}

.internship__main { /* pc */
	width: 680px;
}

.program__schedule { /* pc */
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.program__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.program__main--mb-sm { /* pc */
	margin-bottom: 17px;
}

.program__item { /* pc */
	width: 285px;
}

.program__item + .program__item { /* pc */
	margin-top: 0;
}

.program__item + .program__item:after { /* pc */
	width: 36px;
	height: 36px;
	top: 62%;
	left: -32px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.program__label { /* pc */
	padding: 6px 0 7px;
}

.program__label--pt-lg { /* pc */
	padding: 6px 0 7px;
}

.program__content { /* pc */
	font-size: 1.4rem;
	line-height: 1.35714;
	padding: 12px 0;
	min-height: inherit;
}

.program__requirement { /* pc */
	padding: 29px 33px;
	margin-bottom: 18px;
}

.program__requirement__heading { /* pc */
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 12px;
}

.voice { /* pc */
	padding: 40px 0;
}

.voice__inner { /* pc */
	width: 755px;
	max-width: inherit;
	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;
}

.voice__bunner { /* pc */
	margin: 0;
}

.voice__main { /* pc */
	width: 400px;
	padding-bottom: 17px;
}

.voice__text { /* pc */
	margin-bottom: 25px;
}

.voice__button { /* pc */
	height: 60px;
}

.point-figure { /* pc */
	padding-bottom: 40px;
	margin-bottom: 90px;
	display: block;
}

.point-figure::before { /* pc */
	background: url(../img/bg_arrow_pc.svg) no-repeat center top/contain;
	background-size: 900px;
	background-position: top 50px center;
}

.point-figure__items { /* pc */
	width: 575px;
	margin: 0 auto;
	padding-top: 10px;
}

.point-figure__items--bottom { /* pc */
	margin-top: -21px;
}

.point-figure__item { /* pc */
	width: 250px;
	height: 250px;
	border-radius: 50%;
	padding: 58px 40px;
}

.point-figure__item__head { /* pc */
	font-size: 1.7rem;
	line-height: 1.76471;
	letter-spacing: 0.125em;
	margin-bottom: 12px;
}

.point-figure__center { /* pc */
	width: 170px;
	height: 170px;
	position: absolute;
	top: 182px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.point-figure__center__head { /* pc */
	letter-spacing: 0.125em;
}

.point-figure__goal { /* pc */
	width: 780px;
	max-width: 780px;
	margin-top: 32px;
}

.point-figure__goal__item { /* pc */
	max-width: 180px;
	width: 180px;
	height: 60px;
	font-size: 1.3rem;
	line-height: 1.38462;
	border-radius: 30px;
}

.point { /* pc */
	margin-bottom: 67px;
}

.point__rate { /* pc */
	width: 600px;
	padding-top: 11px;
	padding-left: 5px;
}

.point__note { /* pc */
	margin-top: 12px;
	font-size: 1.4rem;
}

.point__employment { /* pc */
	margin-top: 54px;
}

.point__figure { /* pc */
}

.point__results { /* pc */
	width: 100%;
	padding: 36px 40px 33px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.lesson { /* pc */
	margin-top: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lesson__item { /* pc */
	width: 380px;
}

.lesson__item + .lesson__item { /* pc */
	margin-top: 0;
}

.lesson__image { /* pc */
	margin-top: 25px;
}

.list__item { /* pc */
	font-size: 1.2rem;
	line-height: 2;
}

.list__item + .list__item { /* pc */
	margin-top: 0;
}

.list__item::before { /* pc */
	top: 7px;
}

.chart { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chart__main { /* pc */
	max-width: initial;
	width: 350px;
	height: 350px;
	margin: 0;
}

.chart__note { /* pc */
	width: 170px;
	padding: 58px 0 0 34px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.chart__title { /* pc */
	height: 100%;
	font-size: 1.913rem;
	line-height: 1.36383;
}

.chart__list { /* pc */
	width: 100%;
}

.chart__item { /* pc */
	width: 100%;
	padding-top: 1px;
	padding-left: 22px;
	font-size: 1.3rem;
}

.chart__item:not(:last-child) {
	margin-bottom: 8px;
}

.chart__color { /* pc */
	width: 15px;
	height: 15px;
}

.chart__text { /* pc */
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.42857;
}

.controller__item { /* pc */
	height: 80px;
}

.controller__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.controller__item a:hover {
	opacity: 0.6;
}

.controller__item img { /* pc */
	height: 25px;
}

.loading { /* pc */
	height: 100vh;
	padding-bottom: 50px;
}

.loading__text img { /* pc */
	width: auto;
}

.white-out { /* pc */
	height: 100vh;
}

.banner { /* pc */
	padding: 40px 0;
	background-image: -webkit-linear-gradient(135deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-image: -o-linear-gradient(135deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-image: linear-gradient(-45deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
}

.banner__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto;
}

.banner__item { /* pc */
	width: 340px;
}

.banner__item + .banner__item { /* pc */
	margin-top: 0;
}

.footer { /* pc */
	padding: 28px 50px 25px;
}

.footer__logo { /* pc */
	width: 173px;
}

}

@media screen and (min-width: 601px) and (min-width: 601px) {

.internship__lang img { /* pc */
	width: 60px;
}

}

@media screen and (max-width: 600px) {

.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;
}

.image-animation { /* sp */
	margin-left: auto;
	margin-right: auto;
}

}

@-webkit-keyframes updown {

0% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

50% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

80% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes updown {

0% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

50% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

80% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes whiteout {

0% {
	opacity: 0;
}

45% {
	opacity: 1;
}

65% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes whiteout {

0% {
	opacity: 0;
}

45% {
	opacity: 1;
}

65% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}
