@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: #747474;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 2;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

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

*::selection {
	background-color: #BFA87A;
	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;
}

.en-tit {
	font-family: "Baskerville", "Baskerville Old Face", "Libre Baskerville", "Times New Roman", "Georgia", serif;
}

.sec-head {
	color: #BFA87A;
}

.sec-head._ja {
	color: #BFA87A;
}

.sec-head._ja .en-tit {
	font-size: 16px;
}

.sec-head._ja .ja-tit {
	margin-top: 5px;
}

.sec-head > h2 > * {
	display: block;
	line-height: 1.2;
	text-align: center;
}

.sec-head .ja-tit {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
	font-size: 14px;
	margin-top: 3px;
}

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

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

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

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

.base-txt {
	font-size: 15px;
	line-height: 1.87;
}

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

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

._bold {
	font-weight: 600;
}

._bold_color {
	color: #BFA87A;
	font-weight: 600;
}

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

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

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

._ls_0 {
	letter-spacing: 0;
}

._ls_50 {
	letter-spacing: 0.05em;
}

._ls_100 {
	letter-spacing: 0.1em;
}

._ls_150 {
	letter-spacing: 0.15em;
}

._ls_200 {
	letter-spacing: 0.2em;
}

._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 a {
	background: -webkit-gradient(linear, left top, left bottom, from(#BFA87A), to(#D6C9A5));
	background: -webkit-linear-gradient(top, #BFA87A, #D6C9A5);
	background: linear-gradient(to bottom, #BFA87A, #D6C9A5);
	border-radius: 8px;
	color: #fff;
	position: relative;
	text-align: center;
}

.link-btn a > span._icon {
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

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

.footer {
	background: #1A1A1A;
	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 0.2s;
	color: #fff;
	font-size: 14px;
	transition: opacity 0.2s;
}

.footer-link a:hover {
	opacity: 0.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: 8px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.62;
}

.header-btn a {
	background: -webkit-gradient(linear, left top, left bottom, from(#BFA87A), to(#D6C9A5));
	background: -webkit-linear-gradient(top, #BFA87A, #D6C9A5);
	background: linear-gradient(to bottom, #BFA87A, #D6C9A5);
}

.about {
	text-align: center;
}

.about-tit {
	color: #BFA87A;
}

.about-tit > small {
	display: block;
	font-family: "Baskerville", "Baskerville Old Face", "Libre Baskerville", "Times New Roman", "Georgia", serif;
}

.about-tit > span {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
	line-height: 1.69;
}

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

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

.access-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
}

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

.access-box.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 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: #BFA87A;
	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-body ._note {
	font-size: 0.85em;
}

.access-map {
	position: relative;
}

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

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

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

.doctor .sec-head {
	color: #fff;
}

.doctor-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/doctor_head_bg.jpg) center top/cover no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-inline: auto;
	max-width: 2000px;
}

.doctor-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.doctor-list {
	margin: 20px auto 0;
	max-width: 1024px;
}

.doctor-item {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.doctor-item:hover {
	opacity: 0.8;
}

.doctor-item.js-scroll {
	opacity: 0;
}

.doctor-item.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.doctor-img {
	position: relative;
	z-index: 1;
}

.doctor-img:after {
	background-color: #f3f3f3;
	bottom: -11px;
	content: "";
	height: 100%;
	position: absolute;
	right: -11px;
	width: 100%;
	z-index: -1;
}

.doctor-wrap {
	line-height: 1.5;
	margin-top: 20px;
	text-align: center;
}

.doctor-name {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
}

.doctor-name > small {
	color: #BFA87A;
	font-family: "Baskerville", "Baskerville Old Face", "Libre Baskerville", "Times New Roman", "Georgia", serif;
}

.doctor-txt {
	font-size: 14px;
	margin-top: 2px;
}

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

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

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

.faq-wrap.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

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

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

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

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

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

.faq-dtit:before {
	color: #BFA87A;
	content: "Q";
	font-family: "Baskerville", "Baskerville Old Face", "Libre Baskerville", "Times New Roman", "Georgia", serif;
	line-height: 1;
}

.faq-dtit:before {
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}

.faq-dtit:after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	-webkit-transition: -webkit-transform 0.3s;
	border-right: 2px solid #BFA87A;
	border-top: 2px solid #BFA87A;
	content: "";
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(135deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.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: #BFA87A;
	border: 3px solid #BFA87A;
	border-radius: 5px 5px 0 0;
}

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

.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 #BFA87A;
}

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

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

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

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

.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-body {
	margin-inline: auto;
	margin-top: 44px;
	max-width: 2000px;
}

.feature-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-sizing: content-box;
	align-items: center;
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1098px;
}

.feature-inner._small {
	max-width: 946px;
}

.feature-inner._right .feature-tit {
	margin-left: auto;
}

.feature-inner._top .feature-tit {
	position: relative;
}

.feature-tit {
	display: inline-block;
	line-height: 1.2;
}

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

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

.feature-tit > ._number {
	color: #fff;
	display: block;
	font-family: "Baskerville", "Baskerville Old Face", "Libre Baskerville", "Times New Roman", "Georgia", serif;
	letter-spacing: 0;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.feature-tit > ._tit {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: flex-start;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
}

.feature-tit > ._tit {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
}

.feature-tit > ._tit > span {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background: #fff;
	border-radius: 3px;
	letter-spacing: 0.05em;
}

.feature-box {
	background: #fff;
	margin: 0 auto;
}

.feature .sec-txt > small > span {
	display: block;
	font-size: 15px;
}

.feature .sec-txt > small {
	display: block;
	font-size: 13px;
}

.info {
	background: url(../img/info_bg.jpg) center/cover no-repeat;
	text-align: center;
}

.info > .inner {
	color: #fff;
}

.info-tit {
	color: #BFA87A;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
}

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

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

.info-copy {
	-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;
	font-weight: 200;
	justify-content: center;
	letter-spacing: 0;
}

.info-copy.js-scroll {
	opacity: 0;
}

.info-copy.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.info-copy:before,
.info-copy:after {
	background-color: #fff;
	content: "";
	height: 1px;
}

.info-img {
	max-width: 800px;
}

.info-img.js-scroll {
	opacity: 0;
}

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

.info .en-tit {
	line-height: 1.3;
}

.info .en-tit.js-scroll {
	opacity: 0;
}

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

.box .en-tit {
	line-height: 1.3;
}

.box .en-tit.js-scroll {
	opacity: 0;
}

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

.box > .inner {
	max-width: 1152px;
}

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

.box-wrap {
	position: relative;
}

.box-wrap:after {
	border: solid 2px #f3f3f3;
	content: "";
	display: block;
	position: absolute;
}

.box .info-copy:before,
.box .info-copy:after {
	background-color: #747474;
	width: 26px;
}

.box-tit {
	font-weight: 200;
}

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

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

.modal_d .modal-container {
	max-width: 1100px;
}

.modal_d-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 560px;
	-ms-flex: 1 1 560px;
	flex: 1 1 560px;
	min-width: 0;
}

.modal_d-wrap {
	line-height: 1.3;
}

.modal_d-tit {
	font-weight: 200;
	line-height: 1.3;
}

.modal_d-label {
	background: rgba(116, 116, 116, 0.92);
	line-height: 1.2;
	text-align: center;
}

.modal_d-img {
	margin: 0 auto;
	max-width: 70%;
}

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

.modal_d-box {
	background-color: #f4f4f4;
	letter-spacing: 0;
}

.modal_d-box:nth-of-type(1) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 55%;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
}

.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 {
	font-weight: 600;
	margin-bottom: 8px;
}

.modal_d-copy {
	color: #BFA87A;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
	position: relative;
}

.modal_d-copy:before {
	background-color: #7e7e7e;
	content: "";
	height: 0.5px;
	left: 0;
	position: absolute;
}

.modal_d-name {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
}

.modal_d-name > small {
	color: #BFA87A;
	font-size: 15px;
	margin-left: 15px;
}

.modal_p .modal-container {
	max-width: 700px;
	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 #BFA87A;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS Mincho", serif;
	letter-spacing: 0.05em;
	line-height: 1.65;
	text-align: center;
}

.modal-tit > ._icon {
	display: inline-block;
	position: relative;
	top: -3px;
}

.modal-tit > ._icon img {
	vertical-align: middle;
}

.modal-container {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.modal-inner {
	height: 100%;
}

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

.modal-close {
	cursor: pointer;
}

.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;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 100%;
}

.mv-tit {
	-webkit-animation: fadeInUp 1s forwards;
	-webkit-animation-delay: 0.5s;
	animation: fadeInUp 1s forwards;
	animation-delay: 0.5s;
	margin-left: auto;
	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: #F7F7F7;
}

.program .sec-tit {
	color: #BFA87A;
}

.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 0.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 0.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: #F1F1F1;
	min-width: 85px;
	text-align: center;
}

.program-note {
	color: #727272;
}

.program .link-btn ._icon {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.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: 1s;
	align-items: center;
	animation: fadeIn 1s forwards;
	animation-delay: 1s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	opacity: 0;
	position: absolute;
}

.scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	font-family: "Baskerville", "Baskerville Old Face", "Libre Baskerville", "Times New Roman", "Georgia", serif;
	letter-spacing: 0.2em;
	text-orientation: mixed;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
}

.scroll-arr {
	-webkit-animation: floatY 1.6s ease-in-out infinite;
	animation: floatY 1.6s ease-in-out infinite;
	position: relative;
	right: 3px;
}

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

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

.visual._1 {
	background: url(../img/visual_bg.jpg) center/cover no-repeat;
}

.visual._2 {
	background: url(../img/visual_bg_2.jpg) center/cover no-repeat;
}

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

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

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

.inner {
	padding: 0 50px;
}

._sp {
	display: none;
}

.en-tit {
	font-size: 54px;
}

.sec-head._ja .ja-tit {
	font-size: 40px;
}

.sec-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 {
	width: 359px;
}

.link-btn a {
	-webkit-transition: opacity 0.2s;
	padding: 14px 20px 14px;
	transition: opacity 0.2s;
}

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

.footer {
	margin-top: 180px;
	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 0.2s;
	transition: opacity 0.2s;
}

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

.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 {
	padding: 110px 0;
}

.about-tit > span {
	font-size: 32px;
}

.about .sec-txt {
	margin-top: 34px;
}

.access {
	padding-top: 78px;
}

.access-wrap {
	margin: 47px auto 0;
}

.access-boxs {
	margin-bottom: 90px;
	margin-left: 5%;
	max-width: 1000px;
}

.access-box:first-of-type {
	margin-top: 75px;
}

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

.access-map {
	width: 50%;
}

.doctor {
	margin-top: 110px;
}

.doctor-head {
	height: 400px;
}

.doctor-list > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 55px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 55px * 2 / 3);
	flex: 0 0 calc(33.33% - 55px * 2 / 3);
	margin-right: 55px;
}

.doctor-list > *:nth-of-type(3n) {
	margin-right: 0;
}

.doctor-item {
	margin-top: 60px;
}

.doctor-name {
	font-size: 28px;
}

.doctor-name > small {
	font-size: 14px;
	margin-left: 15px;
}

.faq {
	margin-top: 88px;
}

.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 {
	margin-top: 110px;
}

.feature-head {
	height: 501px;
}

.feature-inner {
	height: calc(100% - 71px);
	padding: 0 50px;
}

.feature-inner._right_pc .feature-tit {
	margin-left: auto;
}

.feature-inner._top .feature-tit {
	top: -60px;
}

.feature-tit > ._number {
	font-size: 54px;
}

.feature-tit > ._tit {
	font-size: 32px;
}

.feature-tit > ._tit > span {
	margin-top: 13px;
	padding: 7px 10px;
}

.feature-box {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: -71px;
	max-width: 800px;
	padding: 59px 50px;
	text-align: center;
}

.feature .sec-txt {
	line-height: 2.25;
}

.feature .sec-txt > small {
	line-height: 2;
	margin-top: 2em;
}

.feature-wrap:nth-of-type(n + 2) {
	margin-top: 50px;
}

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

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

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

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

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

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

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

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

.info {
	padding: 100px 0;
}

.info-tit {
	font-size: 40px;
}

.info-copy {
	font-size: 26px;
}

.info-copy:before,
.info-copy:after {
	width: 106px;
}

.info-copy:before {
	margin-right: 22px;
}

.info-copy:after {
	margin-left: 22px;
}

.info-img {
	margin: 40px auto 0;
}

.info .en-tit {
	margin-top: 56px;
}

.info .base-txt {
	margin-top: 44px;
}

.info .link-btn {
	margin: 33px auto 0;
}

.box {
	margin-top: 110px;
}

.box .en-tit {
	margin-top: 26px;
}

.box .base-txt {
	margin-top: 18px;
}

.box-wrap {
	border: 15px solid #f3f3f3;
	padding: 60px;
}

.box-wrap:after {
	height: calc(100% - 32px);
	left: 16px;
	top: 16px;
	width: calc(100% - 32px);
}

.box-tit {
	font-size: 26px;
	margin-top: 53px;
}

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

.modal_d-box {
	font-size: 13px;
	padding: 18px 16px 20px 20px;
}

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

.modal_d-copy:before {
	bottom: -19px;
	width: 85px;
}

.modal_d-name {
	font-size: 26px;
	margin-top: 14px;
}

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

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

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

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

.modal-tit > ._icon {
	margin-right: 15px;
	width: 50px;
}

.mv {
	background: url(../img/mv_bg.jpg) center left 100px/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-tit {
	max-width: calc(100% - 100px);
	width: 658px;
}

.mv-stit {
	letter-spacing: 0.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% - 115px);
	-ms-flex: 0 1 calc(100% - 115px);
	flex: 0 1 calc(100% - 115px);
}

.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: 359px;
}

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

.program-bottom .program-item {
	margin: 30px auto;
	max-width: 523px;
}

.scroll {
	bottom: 50px;
	left: 55px;
}

.scroll-txt {
	font-size: 17px;
}

.scroll-arr {
	margin-top: 16px;
}

.visual {
	height: 500px;
	margin-top: 110px;
}

}

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

.program-box {
	width: 1266px;
}

}

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

.sideScroll {
	display: none;
}

}

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

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

.modal_d .modal-inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	min-height: 590px;
	padding: 50px;
}

.modal_d-wrap {
	margin-top: 55px;
}

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

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

.modal_d-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 307px;
	-ms-flex: 0 0 307px;
	flex: 0 0 307px;
}

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

.modal_d-box:nth-of-type(2) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
	margin-left: 25px;
}

.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;
}

}

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

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

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

.modal_d-content {
	margin-top: 40px;
}

.modal_d-wrap {
	margin-top: 45px;
}

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

.modal_d-img {
	width: 307px;
}

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

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

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

}

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

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

}

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

body {
	font-size: 15px;
}

.inner {
	padding: 0 15px;
}

._pc {
	display: none;
}

.en-tit {
	font-size: 40px;
}

.sec-head._ja .ja-tit {
	font-size: 22px;
}

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

.link-btn a {
	padding: 14px 10px;
}

.footer {
	margin-top: 100px;
	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 {
	padding: 50px 0;
}

.about-tit > span {
	font-size: 22px;
}

.about .sec-txt {
	letter-spacing: 0;
	margin-top: 20px;
	text-align: left;
}

.access {
	padding-top: 50px;
}

.access-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 35px;
}

.access-boxs {
	margin: 0 auto;
}

.access-box:first-of-type {
	margin-top: 35px;
}

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

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

.access-map {
	margin-top: 35px;
	padding-top: 112%;
	width: 100%;
}

.doctor {
	margin-top: 80px;
}

.doctor-head {
	height: 180px;
}

.doctor-list {
	-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;
	align-items: center;
	flex-direction: column;
}

.doctor-list > * {
	margin-top: 55px;
	max-width: 100%;
	width: 510px;
}

.doctor-item {
	margin-top: 40px;
	max-width: 240px;
}

.doctor-name {
	font-size: 22px;
}

.doctor-name > small {
	font-size: 12px;
	margin-left: 10px;
}

.doctor-txt {
	letter-spacing: 0;
}

.faq {
	margin-top: 53px;
}

.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 {
	margin-top: 80px;
}

.feature-head {
	height: 220px;
}

.feature-inner {
	height: calc(100% - 30px);
	padding: 0 15px;
}

.feature-inner._top .feature-tit {
	top: -20px;
}

.feature-tit > ._number {
	font-size: 32px;
}

.feature-tit > ._tit {
	font-size: 18px;
}

.feature-tit > ._tit > span {
	margin-top: 8px;
	padding: 4px 8px;
}

.feature-box {
	margin-top: -30px;
	max-width: calc(100% - 30px);
	padding: 20px 20px;
}

.feature .sec-txt {
	letter-spacing: 0;
	line-height: 1.8;
}

.feature .sec-txt > small {
	margin-top: 1em;
}

.feature-wrap:nth-of-type(n + 2) {
	margin-top: 35px;
}

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

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

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

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

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

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

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

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

.info {
	padding: 50px 0;
}

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

.info-copy:before,
.info-copy:after {
	width: 36px;
}

.info-copy:before {
	margin-right: 8px;
}

.info-copy:after {
	margin-left: 8px;
}

.info-img {
	margin: 20px auto 0;
}

.info .en-tit {
	font-size: 30px;
	line-height: 1.2;
	margin-top: 25px;
}

.info .base-txt {
	letter-spacing: 0;
	margin-top: 20px;
	text-align: left;
}

.info .link-btn {
	margin: 30px auto 0;
}

.box {
	margin-top: 80px;
}

.box .en-tit {
	font-size: 30px;
	line-height: 1.2;
	margin-top: 25px;
}

.box .base-txt {
	letter-spacing: 0;
	margin-top: 16px;
	text-align: left;
}

.box-wrap {
	border: 7px solid #f3f3f3;
	padding: 30px 15px;
}

.box-wrap:after {
	height: calc(100% - 10px);
	left: 3px;
	top: 3px;
	width: calc(100% - 10px);
}

.box-tit {
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 1.6;
	margin-top: 30px;
}

.modal_d-box {
	font-size: 14px;
	padding: 14px 15px;
}

.modal_d-copy {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.8;
}

.modal_d-copy:before {
	bottom: -14px;
	width: 20%;
}

.modal_d-name {
	font-size: 24px;
	margin-top: 10px;
}

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

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

.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-tit > ._icon {
	margin-right: 11px;
	width: 43px;
}

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

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

.mv-logo {
	width: 124px;
}

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

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

.mv-tit {
	max-width: 550px;
	position: relative;
	top: -5%;
	width: calc(100% - 30px);
}

.mv-stit {
	letter-spacing: 0.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% - 80px);
	-ms-flex: 0 1 calc(100% - 80px);
	flex: 0 1 calc(100% - 80px);
}

.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: 35px auto 0;
	max-width: 100%;
	width: 500px;
}

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

.program-bottom .program-item {
	max-width: 270px;
}

.scroll {
	bottom: 20px;
	left: 8px;
}

.scroll-txt {
	font-size: 12px;
}

.scroll-arr {
	margin-top: 8px;
}

.visual {
	height: 180px;
	margin-top: 80px;
}

}

@-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 floatY {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

}

@keyframes floatY {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

}

@-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);
}

}

