@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
	background-color: #fff;
	color: #0F0C16;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS 明朝", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

*::-moz-selection {
	background-color: #1C69D4;
	color: #fff;
}

*::selection {
	background-color: #1C69D4;
	color: #fff;
}

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

a {
	display: inline-block;
	width: 100%;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1800px;
}

.sec-tit {
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS 明朝", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .05em;
	line-height: 1.52;
	text-align: center;
}

.sec-tit > small {
	display: block;
}

.sec-tit.js-scroll {
	opacity: 0;
}

.sec-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.sec-txt {
	margin-top: 16px;
}

.sec-txt.js-scroll {
	opacity: 0;
}

.sec-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.base-tit {
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS 明朝", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .05em;
	line-height: 1.52;
}

.base-txt.js-scroll {
	opacity: 0;
}

.base-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

._color_white {
	color: #fff;
}

._ff_minco {
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS 明朝", "MS P明朝", "MS PMincho", serif;
}

._ls-200 {
	letter-spacing: -0.2em;
}

._ls-100 {
	letter-spacing: -0.1em;
}

._ls-50 {
	letter-spacing: -.05em;
}

._ls_0 {
	letter-spacing: 0;
}

._ls_50 {
	letter-spacing: .05em;
}

._ls_100 {
	letter-spacing: .1em;
}

._ls_150 {
	letter-spacing: .15em;
}

._ls_200 {
	letter-spacing: .2em;
}

._bold {
	font-weight: 700;
}

._custom_scroll {
	scrollbar-color: #8E8E8E transparent;
	scrollbar-width: thin;
}

._custom_scroll::-webkit-scrollbar-track {
	background: transparent;
}

._custom_scroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background-color: #D0D0D0;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

.link-btn {
	max-width: 100%;
}

.link-btn.js-scroll {
	opacity: 0;
}

.link-btn.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.link-btn._main a {
	background: #1C69D4;
}

.link-btn._sub a {
	background: #6996D3;
}

.link-btn._jump {
	width: 500px;
}

.link-btn._jump a:before {
	-webkit-transform: translateY(-50%);
	-webkit-transform: translateY(-50%) rotate(135deg);
	border-right: 1.5px solid #fff;
	border-top: 1.5px solid #fff;
	content: '';
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	transform: translateY(-50%) rotate(135deg);
}

.link-btn a {
	border-radius: 60px;
	color: #fff;
	position: relative;
	text-align: center;
}

.link-btn a:before {
	position: absolute;
}

.footer {
	background: #0F0C16;
	text-align: center;
}

.footer-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	line-height: 1.8;
}

.footer-link a {
	-webkit-transition: opacity .2s;
	color: #fff;
	font-size: 14px;
	transition: opacity .2s;
}

.footer-link a:hover {
	opacity: .7;
}

.footer-copy {
	color: #8E8E8E;
	letter-spacing: 0;
}

.header {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

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

.header-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.header-btn a {
	border-radius: 30px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.62;
}

.header-btn a._mail {
	background: #6996D3;
}

.header-btn a._memo {
	background: #1C69D4;
}

.about .base-tit {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b2f4f), to(#5b6889));
	background-image: -webkit-linear-gradient(#1b2f4f, #5b6889);
	background-image: linear-gradient(#1b2f4f, #5b6889);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.about .base-tit.js-scroll {
	opacity: 0;
}

.about .base-tit.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.about .base-tit ._icon {
	display: inline-block;
}

.about .base-tit ._icon img {
	vertical-align: text-bottom;
}

.about .base-txt {
	margin-top: 25px;
}

.access-boxs {
	max-width: 1000px;
}

.access-box.js-scroll {
	opacity: 0;
}

.access-box.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.access-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #1C69D4;
	border-radius: 6px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	justify-content: center;
	min-height: 70px;
	padding: 16px;
}

.access-tit ._icon {
	display: inline-block;
	margin-right: 26px;
}

.access-tit ._icon._train {
	width: 27.19px;
}

.access-tit ._icon._car {
	margin-top: -10px;
	width: 30.68px;
}

.access-body {
	margin-top: 23px;
}

.access-body ._bold {
	display: block;
}

.access-map {
	margin-top: 53px;
	position: relative;
	width: 100%;
}

.access-map.js-scroll {
	opacity: 0;
}

.access-map.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: .5s;
	animation: fadeIn 1s forwards;
	animation-delay: .5s;
}

.access-map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bnft-item {
	padding: 42px 0 50px;
}

.bnft-item:nth-of-type(n + 2) {
	border-top: 1px solid #E3E3E3;
}

.bnft-tit {
	font-weight: 700;
	letter-spacing: .05em;
}

.bnft-txt {
	margin-top: 14px;
}

.doctor .sec-tit {
	color: #1C69D4;
}

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

.slide.js-scroll {
	opacity: 0;
}

.slide.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.slide-item {
	height: auto;
	margin-left: 35px;
	margin-right: 35px;
}

.slide-img {
	position: relative;
}

.slide-img:after {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: opacity .3s;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	content: "View More";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	height: 100%;
	justify-content: center;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: opacity .3s;
	width: 100%;
	z-index: 2;
}

.slide-img:before {
	-webkit-transform: translate(-50%, 50%);
	background: #8E8E8E;
	bottom: 0px;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	right: 50%;
	transform: translate(-50%, 50%);
	width: 1px;
}

.slide-name {
	font-size: 28px;
	line-height: 1.7;
	margin-top: 26px;
	text-align: center;
}

.slide-txt {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 5px;
	text-align: center;
}

.arrow-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
}

.arrow-wrap.js-scroll {
	opacity: 0;
}

.arrow-wrap.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.slide-arrow {
	-webkit-transition: .3s;
	cursor: pointer;
	transition: .3s;
}

.slide-arrow:hover {
	opacity: .7;
}

.faq {
	background: #E6E6E6;
}

.faq-def {
	max-width: 1100px;
}

.faq-def.js-scroll {
	opacity: 0;
}

.faq-def.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.faq-def > div {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.faq-dtit {
	-webkit-transition: background-color .2s;
	cursor: pointer;
	position: relative;
	transition: background-color .2s;
}

.faq-dtit:hover {
	background-color: #F6F6F6;
}

.faq-dtit._open {
	background-color: #F6F6F6;
}

.faq-dtit._open:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.faq-dtit:before,
.faq-dtit:after {
	display: inline-block;
	position: absolute;
	top: 50%;
}

.faq-dtit:before {
	-webkit-transform: translateY(-55%);
	color: #1C69D4;
	content: "Q";
	font-family: "Times New Roman", Times, "Georgia", "Baskerville", "Palatino Linotype", "Book Antiqua", serif;
	line-height: 1;
	transform: translateY(-55%);
}

.faq-dtit:after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	-webkit-transition: -webkit-transform .3s;
	border-right: 2px solid #1C69D4;
	border-top: 2px solid #1C69D4;
	content: '';
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(135deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.faq-data {
	display: none;
}

.faq-data p {
	margin-bottom: 1.2em;
}

.faq-data ul li {
	position: relative;
}

.faq-data ul li:before {
	left: 0px;
	position: absolute;
	top: 0px;
}

.faq-data ul._num li {
	padding: 0 0 0 2em;
}

.faq-data ul._num li:not(:last-child) {
	margin-bottom: 1.2em;
}

.faq-data ul._num li:nth-of-type(1):before {
	content: "1｜";
}

.faq-data ul._num li:nth-of-type(2):before {
	content: "2｜";
}

.faq-data ul._num li:nth-of-type(3):before {
	content: "3｜";
}

.faq-data ul._note li {
	padding: 0 0 0 1em;
}

.faq-data ul._note li:before {
	content: "・";
}

.faq-thead {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5625;
	max-width: 100%;
	text-align: center;
	width: 890px;
}

.faq-thead > div {
	color: #fff;
}

.faq-thead > div._main {
	background: #1C69D4;
	border: 3px solid #1C69D4;
	border-radius: 5px 5px 0 0;
}

.faq-thead > div._sub {
	background: #6996D3;
}

.faq-table {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.5625;
	margin: 0 auto;
	max-width: 890px;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.faq-table tbody {
	background: #F6F6F6;
	letter-spacing: 0;
}

.faq-table tbody tr {
	border-bottom: 1px solid #CECECE;
}

.faq-table tbody tr:last-child td._main {
	border-bottom: 3px solid #1C69D4;
}

.faq-table tbody tr:nth-of-type(n + 2) td {
	border-top: 1px solid #CECECE;
}

.faq-table tbody td > small {
	display: block;
	line-height: 1.4;
}

.faq-table tbody td._main {
	border-left: 3px solid #1C69D4;
	border-right: 3px solid #1C69D4;
}

.faq-table tbody td._small {
	vertical-align: middle;
}

.faq-table tbody td._border_r {
	border-right: 1px solid #CECECE;
}

.faq-table tbody td._tc_l {
	text-align: left;
}

.faq-note {
	color: #727272;
	letter-spacing: 0;
	line-height: 1.7857;
	max-width: 890px;
	max-width: 100%;
}

.faq-note li {
	padding-left: 1em;
	position: relative;
}

.faq-note li:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.feature-wrap {
	position: relative;
	z-index: 1;
}

.feature-wrap::after {
	background: rgba(0, 0, 0, 0.65);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.feature-wrap ._link {
	-webkit-transition: opacity .2s;
	position: relative;
	transition: opacity .2s;
}

.feature-wrap ._link:before {
	background: #fff;
	bottom: -2px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.feature-wrap ._link:hover {
	opacity: .7;
}

.feature .inner {
	position: relative;
	z-index: 2;
}

.feature-num {
	font-family: "Times New Roman", Times, "Georgia", "Baskerville", "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
	font-weight: 200;
}

.feature-num.js-scroll {
	opacity: 0;
}

.feature-num.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.feature .base-tit.js-scroll {
	opacity: 0;
}

.feature .base-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.location .sec-txt._scroll {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.modal_d-tit {
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS 明朝", "MS P明朝", "MS PMincho", serif;
	line-height: 1.3;
}

.modal_d-label {
	background: #CDD8EC;
	line-height: 1.2;
	text-align: center;
}

.modal_d-img {
	max-width: 100%;
	width: 211.5px;
}

.modal_d-body {
	margin-top: 25px;
}

.modal_d-box {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.modal_d-box._40 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
}

.modal_d-box._60 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
}

.modal_d-box._45 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.modal_d-box._55 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 55%;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
}

.modal_d-box dl,
.modal_d-box ul {
	font-size: 14px;
	letter-spacing: 0;
}

.modal_d-box dl > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.modal_d-box dl > div dt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 68px;
	-ms-flex: 0 0 68px;
	flex: 0 0 68px;
}

.modal_d-box li {
	padding-left: 1em;
	position: relative;
}

.modal_d-box li:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.modal_d-stit {
	border-bottom: 1px solid #1C69D4;
	color: #1C69D4;
	margin-bottom: 13px;
	padding-bottom: 1px;
}

.modal_p .modal-container {
	min-height: 324px;
}

.modal_p-wrap {
	max-width: 530px;
}

.modal_p-txt {
	line-height: 1.8333;
}

.modal_p-img {
	max-width: 288px;
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 120;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	height: 100%;
}

.modal._large .modal-container {
	max-width: 1000px;
}

.modal-tit {
	border-bottom: 1px solid #1C69D4;
	color: #1C69D4;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "Yu Mincho", "MS 明朝", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .05em;
	line-height: 1.65;
	text-align: center;
}

.modal-container {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 10px;
	left: 50%;
	max-width: 700px;
	position: absolute;
	transform: translate(-50%, -50%);
}

.modal-inner {
	height: 100%;
}

.modal-close {
	background: url(../img/modal_close_icon.png) no-repeat center/cover;
	cursor: pointer;
	position: absolute;
}

.js-modal-open {
	cursor: pointer;
}

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

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

.mv .header-btn a._mail ._icon {
	margin-right: 9.6px;
	width: 23.4px;
}

.mv .header-btn a._memo ._icon {
	margin-right: 3.6px;
	width: 26.04px;
}

.mv-inner {
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 100%;
	justify-content: center;
	text-align: center;
}

.mv-en {
	-webkit-animation: fadeInUp 1s forwards;
	-webkit-animation-delay: .5s;
	animation: fadeInUp 1s forwards;
	animation-delay: .5s;
	margin: 0 auto;
	opacity: 0;
	width: 100%;
}

.mv-tit {
	-webkit-animation: fadeInUp 1s forwards;
	-webkit-animation-delay: .5s;
	animation: fadeInUp 1s forwards;
	animation-delay: .5s;
	letter-spacing: .3em;
	line-height: 1.8;
	opacity: 0;
}

.mv-stit {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 1s;
	animation: fadeIn 1s forwards;
	animation-delay: 1s;
	line-height: 1.6;
	opacity: 0;
}

.mv-stit > span {
	display: block;
}

.mv-stit > small {
	display: block;
}

.mv-txt {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 1.5s;
	animation: fadeIn 1s forwards;
	animation-delay: 1.5s;
	opacity: 0;
}

.program {
	background: #F6F6F6;
}

.program .sec-tit {
	color: #1C69D4;
}

.program-wrap {
	margin: 52px auto 0;
	max-width: 1400px;
}

.program-inner.js-scroll {
	opacity: 0;
}

.program-inner.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

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

.program-list._right .program-item {
	margin-left: auto;
}

.program-item {
	background: #fff;
	border-radius: 5px;
	letter-spacing: 0;
	line-height: 1.4;
	min-height: 126px;
	position: relative;
	position: relative;
}

.program-item._border:before {
	background: -webkit-repeating-linear-gradient(left, #8E8E8E 0 2px, transparent 2px 4px);
	background: repeating-linear-gradient(to right, #8E8E8E 0 2px, transparent 2px 4px);
	height: 1px;
}

.program-item:after {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: opacity .3s;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	color: #fff;
	content: "View More";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	height: 100%;
	justify-content: center;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: opacity .3s;
	width: 100%;
	z-index: 2;
}

.program-item:before {
	content: '';
	position: absolute;
}

.program-item:nth-of-type(n + 2) {
	margin-top: 15px;
}

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

.program-tit > ._icon {
	display: inline-block;
}

.program-tit > ._icon_ai {
	display: inline-block;
	margin-top: -5px;
}

.program-tit > ._icon_ai img {
	vertical-align: middle;
}

.program-def {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.program-dtit {
	background: #CDD8EC;
	min-width: 85px;
	text-align: center;
}

.program-note {
	color: #727272;
}

.program .link-btn span._arr {
	display: inline-block;
	position: absolute;
	right: 9%;
}

.scroll {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 2s;
	align-items: center;
	animation: fadeIn 1s forwards;
	animation-delay: 2s;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	opacity: 0;
	padding: 0 37px 50px 0;
	position: absolute;
	right: 0;
	width: 62px;
}

.scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	font-family: "Times New Roman", Times, "Georgia", "Baskerville", "Palatino Linotype", "Book Antiqua", serif;
	font-size: 12px;
	letter-spacing: 0.4em;
	position: relative;
	right: 1px;
	writing-mode: vertical-rl;
}

.scroll-bar {
	background-color: #fff;
	height: 108px;
	left: 0;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.scroll-bar:after {
	-webkit-animation: bar 2s infinite;
	animation: bar 2s infinite;
	background-color: #1C69D4;
	content: '';
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.sideScroll {
	-webkit-animation: 2s ease-in-out infinite alternate floatHorizontal;
	animation: 2s ease-in-out infinite alternate floatHorizontal;
	color: #1C69D4;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: right;
}

.sideScroll > ._icon {
	margin-bottom: 9px;
	margin-left: 10px;
	width: 36px;
}

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

.inner {
	padding: 0 50px;
}

._sp {
	display: none;
}

.sec-tit {
	font-size: 46px;
}

.sec-tit > small {
	font-size: 28px;
}

.sec-txt {
	font-size: 18px;
	line-height: 2.2222;
}

.base-tit {
	font-size: 36px;
}

.base-txt {
	line-height: 2.25;
}

._custom_scroll::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.bnft .modal-container._custom_scroll::-webkit-scrollbar {
	height: 11px;
	width: 11px;
}

.link-btn._jump a:before {
	height: 16px;
	right: 54px;
	top: calc(50% - 5px);
	width: 16px;
}

.link-btn a {
	-webkit-transition: opacity .2s;
	font-size: 30px;
	padding: 27px 20px 28px;
	transition: opacity .2s;
}

.link-btn a:hover {
	opacity: .7;
}

.footer {
	padding: 12px 50px 20px;
}

.footer-copy {
	font-size: 12px;
}

.header-inner {
	height: 60px;
	padding: 0 36px;
}

.header-logo {
	width: 130px;
}

.header-btn a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.header-btn a:hover {
	opacity: .9;
}

.header-btn a ._icon {
	display: inline-block;
}

.header-btn a ._icon img {
	vertical-align: middle;
}

.header .header-btn:nth-of-type(2) {
	margin-left: 16px;
}

.header .header-btn a {
	padding: 9px 24px;
}

.header .header-btn a ._icon {
	margin-top: -2px;
}

.header .header-btn a._mail ._icon {
	margin-right: 7.6px;
	width: 21.4px;
}

.header .header-btn a._memo ._icon {
	margin-right: 2.6px;
	width: 24.04px;
}

.about {
	background: url(../img/about_bg.jpg) center/cover no-repeat;
}

.about {
	padding: 99px 0 100px;
	text-align: center;
}

.about .base-tit {
	margin-top: 49px;
	padding: 18px 50px 20px;
}

.about .base-tit ._icon {
	margin-right: 22.5px;
	margin-top: -2px;
	width: 46px;
}

.about .link-btn {
	margin: 71px auto 0;
}

.access {
	padding-top: 78px;
}

.access-boxs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 46px auto 0;
}

.access-box {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.access-box:nth-of-type(n + 2) {
	margin-left: 8%;
}

.access-map {
	padding-top: 33.7481%;
}

.bnft .modal-inner {
	overflow-y: scroll;
	padding: 27px 25px 10px 25px;
}

.bnft .modal-container {
	height: calc(100% - 94px);
}

.bnft-list {
	margin-top: 10px;
	text-align: center;
}

.bnft-tit {
	font-size: 26px;
	line-height: 1.65;
}

.bnft-txt {
	line-height: 2;
}

.bnft-img {
	margin-top: 27px;
}

.doctor {
	padding: 88px 0 97px;
}

.doctor .sec-tit {
	padding: 0 200px;
}

.slide {
	margin-top: 38px;
}

.slide-item:hover .slide-img:after {
	opacity: 1;
}

.arrow-wrap {
	gap: 28px;
	margin-top: -36px;
	max-width: 140px;
}

.faq {
	padding: 88px 0 100px;
}

.faq-def {
	margin: 47px auto 0;
}

.faq-def > div:nth-of-type(n + 2) {
	margin-top: 20px;
}

.faq-dtit {
	font-size: 18px;
	padding: 26px 65px 26px 95px;
}

.faq-dtit:before {
	font-size: 30px;
	left: 26px;
}

.faq-dtit:after {
	height: 10px;
	right: 30px;
	width: 10px;
}

.faq-data {
	padding: 30px;
}

.faq-thead {
	margin: 28px auto 0;
}

.faq-thead > div {
	padding: 8px 5px;
}

.faq-thead > div:nth-of-type(1) {
	width: 15%;
}

.faq-thead > div:nth-of-type(2) {
	width: 34%;
}

.faq-thead > div._main {
	width: 28%;
}

.faq-thead > div._sub {
	width: 23%;
}

.faq-table col:nth-of-type(1) {
	width: 15%;
}

.faq-table col:nth-of-type(2) {
	width: 34%;
}

.faq-table col:nth-of-type(3) {
	width: 28%;
}

.faq-table col:nth-of-type(4) {
	width: 23%;
}

.faq-table tbody td {
	padding: 16px 5px;
}

.faq-table tbody td > small {
	font-size: 14px;
}

.faq-table tbody td._small {
	padding: 0 5px;
}

.faq-table tbody td._tc_l {
	padding: 16px 5px 16px 23px;
}

.faq-note {
	font-size: 14px;
	margin: 26px auto 0;
}

.feature-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 116px 0 109px;
	text-align: center;
}

.feature-wrap._base {
	min-height: 655px;
}

.feature-wrap._mini {
	min-height: 500px;
}

.feature-wrap:nth-of-type(1) {
	background: url(../img/feature_bg1.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(2) {
	background: url(../img/feature_bg2_1.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(3) {
	background: url(../img/feature_bg2_2.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(4) {
	background: url(../img/feature_bg2_3.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(5) {
	background: url(../img/feature_bg3.jpg) center/cover no-repeat;
}

.feature-num {
	font-size: 22px;
	line-height: 1.5;
}

.feature-bottom {
	margin-top: 88px;
}

.feature .sec-tit {
	margin-bottom: 47px;
}

.feature .base-tit {
	margin-bottom: 27px;
}

.location {
	background: url(../img/location_bg.jpg) center/cover no-repeat;
}

.location {
	padding: 102px 0 106px;
	text-align: center;
}

.location .sec-tit {
	margin-bottom: 66px;
}

.modal_d .modal-inner {
	padding: 35px 35px 34px 35px;
}

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

.modal_d-wrap {
	margin-left: 37px;
	min-width: 330px;
}

.modal_d-tit {
	font-size: 26px;
}

.modal_d-tit > ._name {
	font-size: 35px;
}

.modal_d-label {
	font-size: 18px;
	margin-top: 25px;
	padding: 6px;
}

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

.modal_d-box:nth-of-type(2) {
	margin-left: 30px;
}

.modal_p .modal-container {
	padding: 27px 25px 41px 25px;
}

.modal_p-wrap {
	margin: 36px auto 0;
}

.modal_p-img {
	margin: 35px auto 0;
}

.modal-tit {
	font-size: 36px;
	padding-bottom: 14px;
}

.modal-container {
	top: calc(50% + 30px);
	width: calc(100% - 180px);
}

.modal-close {
	height: 30.5px;
	right: -65px;
	top: 0;
	width: 30.5px;
}

.modal-close._pc_white {
	background: url(../img/modal_close_icon_white.png) no-repeat center/cover;
}

.mv {
	background: url(../img/mv_bg.jpg) center/cover no-repeat;
	height: 100vh;
}

.mv-head {
	padding: 22px 36px 0;
}

.mv-logo {
	width: 190px;
}

.mv .header-btns {
	padding-left: 20px;
	padding-top: 6px;
}

.mv .header-btn:nth-of-type(2) {
	margin-left: 20px;
}

.mv .header-btn a {
	font-size: 18px;
	padding: 13px 30px;
}

.mv .header-btn a ._icon {
	margin-top: -3px;
}

.mv-inner {
	padding: 0 50px;
}

.mv-en {
	max-width: 1165.36px;
}

.mv-tit {
	font-size: 42px;
}

.mv-stit {
	letter-spacing: .5em;
	margin: 48px -45px 0;
}

.mv-stit > span {
	font-size: 50px;
}

.mv-stit > small {
	font-size: 34px;
}

.mv-txt {
	line-height: 2.5;
	margin-top: 30px;
}

.program {
	padding: 91px 0 100px;
}

.program .base-txt {
	line-height: 2;
	margin-top: 20px;
	text-align: center;
}

.program-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 230px;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	margin: 20px 4.66% 0;
}

.program-list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 230px / 2);
	-ms-flex: 0 1 calc(100% - 230px / 2);
	flex: 0 1 calc(100% - 230px / 2);
}

.program-list._left .program-item:before {
	right: -170px;
}

.program-list._right .program-item._5:before {
	left: -151px;
}

.program-list._right .program-item:before {
	left: -170px;
}

.program-item {
	padding: 28px 9px 10px 26px;
}

.program-item._0:before {
	background: url(../img/program_arr0.png) center/cover no-repeat;
	height: 126px;
	top: 0;
}

.program-item._1:before {
	top: 87px;
}

.program-item._4:before {
	top: 40px;
}

.program-item._5:before {
	top: 40px;
	width: 151px;
}

.program-item._6:before {
	background: url(../img/program_arr4.png) center/cover no-repeat;
	height: 64px;
	top: -12px;
}

.program-item._7 {
	padding: 22px 9px 25px 26px;
}

.program-item._7:before {
	background: url(../img/program_arr5.png) center/cover no-repeat;
	height: 78px;
	top: -33px;
}

.program-item:hover:after {
	opacity: 1;
}

.program-item._pc_border:before {
	background: -webkit-repeating-linear-gradient(left, #8E8E8E 0 2px, transparent 2px 4px);
	background: repeating-linear-gradient(to right, #8E8E8E 0 2px, transparent 2px 4px);
	height: 1px;
}

.program-item:before {
	width: 170px;
}

.program-tit {
	font-size: 22px;
	padding-left: 5px;
}

.program-tit > ._icon {
	margin-right: 11px;
	margin-top: -5px;
	width: 43px;
}

.program-tit > ._icon_ai {
	margin-left: 14px;
	width: 39px;
}

.program-def {
	margin-top: 10px;
}

.program-dtit {
	margin-right: 13px;
}

.program-note {
	margin-bottom: 15px;
	margin-top: 6px;
}

.program-btns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.program .link-btn {
	max-width: 100%;
	width: 442px;
}

.program .link-btn:nth-of-type(n + 2) {
	margin-left: 42px;
}

.program .link-btn span._arr {
	top: 0px;
	width: 39px;
}

}

@media (min-width: 768px) and (max-width: 1169px) {

.program-box {
	width: 1266px;
}

}

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

.sideScroll {
	display: none;
}

}

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

.program-inner {
	overflow-x: auto;
	padding-bottom: 10px;
}

}

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

.inner {
	padding: 0 15px;
}

._pc {
	display: none;
}

.sec-tit {
	font-size: 30px;
}

.sec-tit > small {
	font-size: 18px;
}

.base-tit {
	font-size: 22px;
}

._custom_scroll::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}

.link-btn._jump a:before {
	height: 10px;
	right: 47px;
	top: calc(50% - 3px);
	width: 10px;
}

.link-btn a {
	font-size: 20px;
	padding: 18px 10px;
}

.footer {
	padding: 12px 15px 20px;
}

.footer-copy {
	font-size: 11px;
}

.header-inner {
	height: 55px;
	padding: 0 9px;
}

.header-btn:nth-of-type(2) {
	margin-left: 6px;
}

.header-btn a {
	font-size: 14px;
	letter-spacing: 0;
	padding: 10px 15px;
}

.header-btn a ._icon {
	display: none;
}

.header .header-logo {
	width: 124px;
}

.header .header-btn a {
	padding: 8px 15px;
}

.about {
	background: url(../img/about_bg_sp.jpg) center/cover no-repeat;
}

.about {
	padding: 56px 0 60px;
}

.about .base-tit {
	margin-top: 38px;
	padding: 12px 15px 14px;
}

.about .base-tit ._icon {
	margin-right: 15px;
	position: relative;
	top: 1px;
	width: 33px;
}

.about .link-btn {
	margin: 38px auto 0;
}

.access {
	padding-top: 53px;
}

.access-boxs {
	margin: 37px auto 0;
}

.access-box:nth-of-type(n + 2) {
	margin-top: 37px;
}

.access-body {
	letter-spacing: 0;
	line-height: 1.83333;
}

.access-map {
	padding-top: 112%;
}

.bnft-tit {
	font-size: 22px;
	line-height: 1.52;
	text-align: center;
}

.bnft-txt {
	font-size: 15px;
}

.bnft-img {
	margin: 25px -15px 0;
}

.doctor {
	padding: 53px 0 60px;
}

.slide {
	margin-top: 35px;
}

.slide-item {
	margin-left: 20px;
	margin-right: 20px;
}

.slide-img {
	margin: 0 auto;
	max-width: 280px;
}

.arrow-wrap {
	gap: 20px;
	margin-top: 14px;
	max-width: 100px;
}

.faq {
	padding: 53px 0 60px;
}

.faq-def {
	margin: 40px auto 0;
}

.faq-def > div:nth-of-type(n + 2) {
	margin-top: 16px;
}

.faq-dtit {
	line-height: 1.65;
	padding: 18px 30px 18px 55px;
}

.faq-dtit:before {
	font-size: 28px;
	left: 18px;
}

.faq-dtit:after {
	height: 8px;
	right: 15px;
	width: 8px;
}

.faq-data {
	font-size: 15px;
	letter-spacing: 0;
	padding: 28px 4%;
}

.faq-thead {
	margin: 18px auto 0;
}

.faq-thead > div {
	font-size: 14px;
	padding: 8px 0px;
}

.faq-thead > div:nth-of-type(1) {
	width: 18%;
}

.faq-thead > div:nth-of-type(2) {
	width: 37%;
}

.faq-thead > div._main {
	width: 23%;
}

.faq-thead > div._sub {
	width: 22%;
}

.faq-table col:nth-of-type(1) {
	width: 18%;
}

.faq-table col:nth-of-type(2) {
	width: 37%;
}

.faq-table col:nth-of-type(3) {
	width: 23%;
}

.faq-table col:nth-of-type(4) {
	width: 22%;
}

.faq-table tbody td {
	padding: 14px 3px;
}

.faq-table tbody td > small {
	font-size: 12px;
}

.faq-table tbody td._small {
	padding: 0 3px;
}

.faq-table tbody td._border_r {
	text-align: center;
}

.faq-table tbody td._border_r > span {
	text-align: left;
}

.faq-table tbody td._tc_l {
	padding: 14px 3px 14px 10px;
}

.faq-note {
	font-size: 12px;
	margin: 20px auto 0;
}

.feature-wrap {
	padding: 54px 0 58px;
}

.feature-wrap:nth-of-type(1) {
	background: url(../img/feature_bg1_sp.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(2) {
	background: url(../img/feature_bg2_1_sp.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(3) {
	background: url(../img/feature_bg2_2_sp.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(4) {
	background: url(../img/feature_bg2_3_sp.jpg) center/cover no-repeat;
}

.feature-wrap:nth-of-type(5) {
	background: url(../img/feature_bg3_sp.jpg) center/cover no-repeat;
}

.feature-num {
	font-size: 16px;
	text-align: center;
}

.feature-bottom {
	margin-top: 38px;
}

.feature .sec-tit {
	margin-bottom: 36px;
}

.feature .base-tit {
	margin-bottom: 22px;
	text-align: center;
}

.location {
	background: url(../img/location_bg_sp.jpg) center/cover no-repeat;
}

.location {
	padding: 55px 0 58px;
}

.location .sec-tit {
	margin-bottom: 44px;
}

.modal_d-wrap {
	margin: 0 auto;
	max-width: 500px;
}

.modal_d-tit {
	font-size: 22px;
	margin-top: 20px;
}

.modal_d-tit > ._name {
	font-size: 30px;
}

.modal_d-label {
	margin-top: 12px;
	padding: 5px;
}

.modal_d-img {
	margin: 0 auto;
}

.modal_d-body {
	padding-bottom: 45px;
}

.modal_d-box:nth-of-type(2) {
	margin-top: 20px;
}

.modal_p .program-def {
	margin-top: 13px;
}

.modal_p-wrap {
	margin: 28px auto 45px;
}

.modal_p-img {
	margin: 28px auto 0;
	max-width: 320px;
}

.modal-tit {
	font-size: 30px;
	padding-bottom: 8px;
}

.modal-container {
	height: calc(100% - 94px);
	padding: 50px 0 0;
	top: 50%;
	width: calc(100% - 40px);
}

.modal-inner {
	overflow-y: scroll;
	padding: 0 15px;
}

.modal-close {
	height: 24.8px;
	right: 20px;
	top: 18px;
	width: 24.8px;
}

.mv {
	background: url(../img/mv_bg_sp.jpg) center/cover no-repeat;
	height: 550px;
}

.mv-head {
	padding: 10px 9px 0;
}

.mv-logo {
	width: 124px;
}

.mv .header-btns {
	padding-left: 10px;
}

.mv-inner {
	padding: 0 15px;
}

.mv-en {
	max-width: 290px;
}

.mv-tit {
	font-size: 18px;
	margin-top: 4px;
}

.mv-stit {
	letter-spacing: .2em;
	margin: 27px -10px 0;
}

.mv-stit > span {
	font-size: 24px;
}

.mv-stit > small {
	font-size: 18px;
}

.mv-txt {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 14px;
}

.program {
	padding: 56px 0 60px;
}

.program .base-txt {
	letter-spacing: 0;
	line-height: 1.83333;
	margin-top: 16px;
}

.program-box {
	width: 730px;
}

.program-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 160px;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	margin: 13px 2% 0;
}

.program-list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 160px / 2);
	-ms-flex: 0 1 calc(100% - 160px / 2);
	flex: 0 1 calc(100% - 160px / 2);
}

.program-list._right .program-item:before {
	left: -80px;
	width: 80px;
}

.program-item {
	padding: 20px 8px 17px 15px;
}

.program-item._0:before {
	background: url(../img/program_arr0_sp.png) center/cover no-repeat;
	height: 49px;
	right: -90px;
	top: 32px;
	width: 90px;
}

.program-item._1:before {
	right: -100px;
	top: 15px;
	width: 100px;
}

.program-item._4:before {
	top: 30px;
}

.program-item._5:before {
	background: url(../img/program_arr3_sp.png) center/cover no-repeat;
	height: 74px;
	top: -30px;
}

.program-item._6:before {
	background: url(../img/program_arr4_sp.png) center/cover no-repeat;
	height: 160px;
	top: -118px;
}

.program-item._7:before {
	background: url(../img/program_arr5_sp.png) center/cover no-repeat;
	height: 233px;
	top: -185px;
}

.program-tit {
	font-size: 20px;
	padding-left: 3px;
}

.program-tit > ._icon {
	margin-right: 9px;
	margin-top: -3px;
	width: 40px;
}

.program-tit > ._icon_ai {
	margin-left: 12px;
	width: 36px;
}

.program-def {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	margin-top: 10px;
}

.program-data {
	margin-top: 5px;
}

.program-note {
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 4px;
}

.program-btns {
	margin: 40px auto 0;
	max-width: 100%;
	width: 500px;
}

.program .link-btn:nth-of-type(n + 2) {
	margin-top: 20px;
}

.program .link-btn span._arr {
	top: 5px;
	width: 32px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@-webkit-keyframes bar {

0% {
	opacity: 0;
	top: 2%;
}

20% {
	opacity: 0;
	top: 2%;
}

30% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 35px);
}

}

@keyframes bar {

0% {
	opacity: 0;
	top: 2%;
}

20% {
	opacity: 0;
	top: 2%;
}

30% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 35px);
}

}

@-webkit-keyframes right {

0% {
	-webkit-transform: matrix(1, 0, 0, 1, -30, 0);
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -30, 0);
}

100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

}

@keyframes right {

0% {
	-webkit-transform: matrix(1, 0, 0, 1, -30, 0);
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -30, 0);
}

100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

}

@-webkit-keyframes floatHorizontal {

0% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

50% {
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}

100% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

}

@keyframes floatHorizontal {

0% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

50% {
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}

100% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

}

