/* 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
-------------------------------*/

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 3px 10px 20px;
	position: relative;
	z-index: 2000;
}

.l-wrapper {
	position: relative;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.access-wrap {
	padding: 55px 0 28px;
}

.access__image {
	margin-bottom: 17px;
}

.access__note {
	font-size: 1.1rem;
	line-height: 1.45;
	text-align: justify;
}

.campus-wrap {
	padding: 60px 0 0;
}

.campus {
	position: relative;
	padding-top: calc(179% + 10px);
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-top: -8px;
}

.campus__item {
	padding: 5px;
	position: absolute;
}

.campus__item button {
	display: block;
	padding: 0;
	background: none;
	border: none;
	position: relative;
}

.campus__item button:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../img/icon_search.svg) no-repeat right bottom, #FFFFFF;
}

.campus__item--01 {
	top: 0;
	left: 0;
	width: 55.3%;
}

.campus__item--02 {
	top: 0;
	right: 0;
	width: 44.7%;
}

.campus__item--03 {
	top: 15.5%;
	right: 0;
	width: 44.7%;
}

.campus__item--04 {
	top: 31.1%;
	left: 0;
	width: 33.333333%;
}

.campus__item--05 {
	top: 31.1%;
	left: 33.333333%;
	width: 33.333333%;
}

.campus__item--06 {
	top: 31.1%;
	right: 0;
	width: 33.333333%;
}

.campus__item--07 {
	top: 50%;
	left: 0;
	width: 44.6%;
}

.campus__item--08 {
	top: 65.5%;
	left: 0;
	width: 44.6%;
}

.campus__item--09 {
	top: 50%;
	right: 0;
	width: 55.4%;
}

.campus__item--10 {
	bottom: 0;
	left: 0;
	width: 33.333333%;
}

.campus__item--11 {
	bottom: 0;
	left: 33.333333%;
	width: 33.333333%;
}

.campus__item--12 {
	bottom: 0;
	right: 0;
	width: 33.333333%;
}

.campus__item img {
	display: block;
}

.campus__main {
	display: none;
}

.campus__name {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 10px;
}

.campus__detail {
	margin-top: 14px;
	font-size: 1.2rem;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.1em;
}

.campus__detail:after {
	content: "";
	background: url(../img/arrow_white.svg) no-repeat center/contain;
	width: 40px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 7px 5px;
}

.campus-detail__inner {
	padding: 0 30px 30px;
}

.campus-detail__image {
	margin-bottom: 30px;
	width: 100%;
	padding-top: 66.666666%;
	position: relative;
}

.campus-detail__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.campus-detail__heading {
	text-align: center;
	font-weight: 700;
	font-size: 2.0rem;
	margin-bottom: 25px;
}

.campus-detail__text {
	line-height: 1.78;
	text-align: justify;
}

.content-lead {
	margin-bottom: 25px;
}

.content-lead__text-lg {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	text-align: center;
}

.content-lead__text-sm {
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
	border-top: 1px dotted #000;
	padding-top: 15px;
	margin-top: 15px;
}

.content-lead__text-sm--border-none {
	border-top: none;
	padding-top: 0;
	margin-top: 18px;
}

.content-lead--mb-lg {
	margin-bottom: 55px;
}

.fixed-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #E1E1E1;
	padding-top: 2px;
	width: 100%;
}

.fixed-button__btn {
	width: calc(50% - 1px);
}

.fixed-button__btn a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.fixed-button__btn a:hover {
	opacity: 0.7;
}

.fixed-button.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.heading-1 {
	text-align: center;
	margin-bottom: 15px;
}

.heading-1__en {
	display: block;
	height: 29px;
	margin-bottom: 13px;
}

.heading-1__en img {
	height: 100%;
	width: auto;
}

.heading-1__jp {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
}

.heading-2 {
	text-align: center;
}

.heading-2__num {
	display: block;
	height: 51px;
	margin-bottom: 17px;
}

.heading-2__num img {
	height: 100%;
}

.heading-2__dialogue {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.50562;
	font-weight: 700;
	letter-spacing: .05em;
	background: #006441;
	color: #ffffff;
	padding: 9px 18px 13px;
	border-radius: 23px;
	position: relative;
	margin-bottom: 19px;
}

.heading-2__dialogue::before {
	content: "";
	display: block;
	border-top: 10px solid #006441;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.heading-2__dialogue--lg {
	width: 310px;
}

.heading-2__main {
	display: block;
	font-size: 2.2rem;
	line-height: 1.45455;
	font-weight: 700;
	color: #006441;
}

.link {
	background: #F2F4F6;
	padding: 30px 0 30px;
}

.link__head {
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.link__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link__item {
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	display: block;
	width: 30.7%;
	height: 50px;
	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;
}

.link__item__icon {
	display: block;
	width: 30px;
}

.link__item--gray {
	background: #646464;
}

.link__item--orange {
	background: #DB8E2B;
}

.link__item--green {
	background: #34AC37;
}

.footer {
	padding: 30px 0 calc(30px + 16vw);
	text-align: center;
}

.footer__logo {
	width: 133px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.copyright {
	font: 400 1rem "Roboto", sans-serif;
}

.modal {
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.modal.is-visible {
	opacity: 1;
	visibility: visible;
}

.modal__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal__inner {
	background: rgba(0, 0, 0, 0.9);
	color: #FFFFFF;
	padding-top: 70px;
	width: 100vw;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.modal__inner[data-type="course"] {
	height: 100%;
}

.modal__item {
	overflow: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding-top: 70px;
}

.modal__item.is-visible {
	opacity: 1;
	visibility: visible;
}

.modal__item--course {
	padding-top: 20px;
}

.modal__close {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
}

.modal__close--course {
	top: 20px;
	width: 50px;
	height: 50px;
}

.modal__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: calc(70px + 67vw);
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal__arrows--course {
	top: calc(20px + 33.3vw);
}

.modal__arrow {
	background: none;
	border: none;
	padding: 0;
	width: 30px;
	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;
}

.modal__arrow--left {
	margin-left: 20px;
}

.modal__arrow--right {
	margin-right: 20px;
}

.modal__arrow__course {
	background: #000;
	border: none;
	padding: 0;
	width: 40px;
	height: 80px;
}

.modal__arrow__course.modal__arrow--left {
	margin-left: 0;
}

.modal__arrow__course.modal__arrow--right {
	margin-right: 0;
}

.header-logo {
	width: 112px;
	padding: 10px 0;
}

.header-logo img {
	width: 100%;
}

.sp-menu-btn {
	padding: 0;
	border: none;
	background: none;
	outline: none;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 10px;
	right: 3px;
	background: #ffffff;
}

.sp-menu-btn.is-opend span {
	width: 22px;
}

.sp-menu-btn.is-opend span:first-child {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu-btn.is-opend span:nth-child(2) {
	display: none;
}

.sp-menu-btn.is-opend span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-menu-btn span {
	width: 16px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sp-menu-btn span:first-child {
	top: 17px;
}

.sp-menu-btn span:nth-child(2) {
	top: 24px;
}

.sp-menu-btn span:nth-child(3) {
	top: 31px;
}

.sp-navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	z-index: 1000;
	padding: 88px 40px 55px;
}

.sp-navi.is-opend {
	display: block;
}

.sp-navi__item {
	font-size: 1.3rem;
	line-height: 2;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px dotted #000;
}

.sp-navi__item a {
	display: block;
	text-decoration: none;
	padding: 11px 0 8px;
}

.mainvisual__inner {
	position: relative;
	height: calc(100vh - 70px);
	background: url(../img/bg_mv_sp.jpg) no-repeat center/cover;
}

.mainvisual__anchor {
	display: none;
}

.mainvisual-catch {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 181px;
}

.mainvisual-catch__item {
	display: block;
	position: absolute;
	overflow: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.mainvisual-catch__item img {
	display: block;
}

.mainvisual-catch__item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
}

.mainvisual-catch__item.is-visible {
	-webkit-animation: toRightAnime1 0.5s cubic-bezier(1, 0, 0, 1) forwards;
	animation: toRightAnime1 0.5s cubic-bezier(1, 0, 0, 1) forwards;
}

.mainvisual-catch__item.is-visible::after {
	-webkit-animation: toRightAnime2 0.5s cubic-bezier(1, 0, 0, 1) 0.5s forwards;
	animation: toRightAnime2 0.5s cubic-bezier(1, 0, 0, 1) 0.5s forwards;
}

.mainvisual-catch__item--black {
	background: #000000;
}

.mainvisual-catch__item--black::after {
	background: #006441;
}

.mainvisual-catch__item--white {
	background: #FFFFFF;
	padding: 8px 9px 8px 9px;
}

.mainvisual-catch__item--white img {
	height: 30px;
}

.mainvisual-catch__item--1 {
	top: 0px;
	left: 0px;
	z-index: 10;
	padding: 6px 8px 8px 6px;
}

.mainvisual-catch__item--1 img {
	width: 172px;
}

.mainvisual-catch__item--2 {
	top: 25px;
	left: 40px;
}

.mainvisual-catch__item--3 {
	top: 79px;
	left: 10px;
}

.mainvisual-catch__item--4 {
	bottom: 0;
	left: 40px;
}

.theme-wrap {
	padding: 60px 0 0;
}

.theme:not(:last-child) {
	margin-bottom: 83px;
}

.theme--light-orange .theme__main__head {
	color: #D78505;
}

.theme--light-orange .theme__example__label {
	border: 1px solid #D78505;
	color: #D78505;
}

.theme--light-orange .theme__btn span {
	color: #D78505;
}

.theme--pink .theme__main__head {
	color: #C94670;
}

.theme--pink .theme__example__label {
	border: 1px solid #C94670;
	color: #C94670;
}

.theme--pink .theme__btn span {
	color: #C94670;
}

.theme--blue .theme__main__head {
	color: #3D7BC0;
}

.theme--blue .theme__example__label {
	border: 1px solid #3D7BC0;
	color: #3D7BC0;
}

.theme--blue .theme__btn span {
	color: #3D7BC0;
}

.theme--orange .theme__main__head {
	color: #CC5517;
}

.theme--orange .theme__example__label {
	border: 1px solid #CC5517;
	color: #CC5517;
}

.theme--orange .theme__btn span {
	color: #CC5517;
}

.theme--green .theme__main__head {
	color: #48A248;
}

.theme--green .theme__example__label {
	border: 1px solid #48A248;
	color: #48A248;
}

.theme--green .theme__btn span {
	color: #48A248;
}

.theme__sub {
	position: relative;
}

.theme__sub--01 {
	margin-bottom: 42px;
}

.theme__sub--04 {
	margin-bottom: 35px;
}

.theme__sub--05 {
	margin-bottom: 35px;
}

.theme__image--01 {
	width: 114.3%;
	margin-left: -14.3%;
}

.theme__image--02 {
	width: 113.4%;
}

.theme__image--03 {
	width: 113.4%;
	margin-left: -13%;
}

.theme__image--04 {
	width: 111.6%;
}

.theme__image--05 {
	width: 110.4%;
	margin-left: -11%;
}

.theme__main__head {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	border-bottom: 1px dotted #000;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.theme__main__text {
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
	margin-bottom: 22px;
}

.theme__example {
	margin-bottom: 37px;
}

.theme__example__label {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 11px 12px 12px;
	margin-bottom: 15px;
}

.theme__example__text {
	font-size: 1.3rem;
	line-height: 1.69231;
	font-weight: 700;
	text-align: justify;
}

.theme__btn {
	font-weight: 700;
	text-decoration: none;
	padding: 5px 0;
}

.theme__btn::after {
	content: "";
	width: 45px;
	height: 10px;
	display: inline-block;
	background: url(../img/arrow_btn.svg) no-repeat center/contain;
	margin-left: 12px;
	vertical-align: middle;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.keyword-wrap {
	padding: 65px 0 0;
}

.keyword {
	margin-top: 32px;
}

.keyword:nth-child(even) .keyword__image::before {
	left: auto;
	right: -20px;
}

.keyword:not(:last-child) {
	margin-bottom: 40px;
}

.keyword__image {
	margin-bottom: 40px;
	position: relative;
}

.keyword__image::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #F2F4F6;
	position: absolute;
	top: 20px;
	left: -20px;
	z-index: -1;
}

.keyword__head {
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
}

.keyword__head span {
	display: inline-block;
	width: 60px;
	margin-right: 7px;
	vertical-align: middle;
}

.keyword__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-bottom: 22px;
}

.keyword__list li {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 9px 10px 10px;
	border-radius: 6px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.keyword__list--light-orange li {
	background: rgba(215, 133, 5, 0.2);
}

.keyword__list--pink li {
	background: rgba(201, 70, 112, 0.2);
}

.keyword__list--blue li {
	background: rgba(61, 123, 192, 0.2);
}

.keyword__list--orange li {
	background: rgba(204, 85, 23, 0.2);
}

.keyword__list--green li {
	background: rgba(72, 162, 72, 0.2);
}

.button {
	font-weight: 700;
	text-align: center;
	border: 2px solid #C8C8C8;
	border-radius: 10px;
	height: 54px;
	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-decoration: none;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.button::after {
	content: "";
	width: 15px;
	height: 12px;
	display: inline-block;
	background: url(../img/icon_external.svg) no-repeat center/contain;
	margin-left: 8px;
	vertical-align: middle;
}

.future-wrap {
	padding: 60px 0 0;
}

.future {
	margin-top: 40px;
}

.future__head {
	font-size: 1.7rem;
	line-height: 1.52941;
	font-weight: 700;
	text-align: center;
	margin-bottom: 22px;
}

.future__head span {
	position: relative;
}

.future__head span::before,
.future__head span::after {
	content: "";
	width: 68px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	top: 50%;
}

.future__head span::before {
	right: 100%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.future__head span::after {
	left: calc(100% + 5px);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.future__item {
	position: relative;
	padding: 20px 0 30px;
}

.future__item:not(:last-child) {
	margin-bottom: 30px;
}

.future__item::before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.future__item--light-orange::before {
	background: #DD960F;
}

.future__item--light-orange .future__hope__head span::before,
.future__item--light-orange .future__hope__head span::after {
	background: #DD960F;
}

.future__item--light-orange .future__hope__list li::before {
	color: #DD960F;
}

.future__item--pink::before {
	background: #C94670;
}

.future__item--pink .future__hope__head span::before,
.future__item--pink .future__hope__head span::after {
	background: #C94670;
}

.future__item--pink .future__hope__list li::before {
	color: #C94670;
}

.future__item--blue::before {
	background: #3D7BC0;
}

.future__item--blue .future__hope__head span::before,
.future__item--blue .future__hope__head span::after {
	background: #3D7BC0;
}

.future__item--blue .future__hope__list li::before {
	color: #3D7BC0;
}

.future__item--orange::before {
	background: #CC5517;
}

.future__item--orange .future__hope__head span::before,
.future__item--orange .future__hope__head span::after {
	background: #CC5517;
}

.future__item--orange .future__hope__list li::before {
	color: #CC5517;
}

.future__item--green::before {
	background: #48A248;
}

.future__item--green .future__hope__head span::before,
.future__item--green .future__hope__head span::after {
	background: #48A248;
}

.future__item--green .future__hope__list li::before {
	color: #48A248;
}

.future__hope {
	background: #ffffff;
	border-radius: 10px;
	padding: 19px 20px 25px;
	position: relative;
	margin-bottom: 20px;
}

.future__hope::before {
	content: "";
	display: block;
	border-top: 13px solid #ffffff;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.future__hope__head {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.future__hope__head span::before,
.future__hope__head span::after {
	content: "";
	width: 4px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.future__hope__head span::before {
	margin-right: 10px;
}

.future__hope__head span::after {
	margin-left: 10px;
}

.future__hope__list {
	font-size: 1.5rem;
	line-height: 1.6;
}

.future__hope__list li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.future__hope__list li::before {
	content: "●";
	margin-right: .3em;
}

.future__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.future__info__head {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 0 10px 8px 17px;
}

.future__info__text {
	font-size: 1.4rem;
	line-height: 1.57143;
	font-weight: 700;
	padding: 8px 0 0 17px;
	color: #ffffff;
	text-align: justify;
}

.future__image {
	width: 41.8%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.future__main {
	padding-top: 7px;
}

.future__btn {
	border: none;
	width: 100%;
}

.voice-wrap {
	padding: 60px 0 0;
}

.voice {
	margin-top: 40px;
}

.voice__cap {
	font-size: 1.2rem;
	text-align: center;
}

.voice__item {
	position: relative;
}

.voice__item:not(:last-child) {
	margin-bottom: 40px;
}

.voice__image {
	width: 200px;
}

.voice__head {
	color: #ffffff;
	position: absolute;
	top: 95px;
	left: 138px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.voice__head__name {
	background: #000;
	padding: 6px 8px;
	display: inline-block;
	margin-bottom: 10px;
}

.voice__head__name span {
	font-size: 1.8rem;
	font-weight: 700;
}

.voice__head__info {
	font-size: 1.2rem;
}

.voice__head__info span {
	background: #000;
	padding: 5px;
	display: inline-block;
}

.voice__text {
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
	padding: 50px 0 23px;
	position: relative;
	margin-top: -30px;
}

.voice__text::before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #F2F4F6;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

@media screen and (min-width: 400px) {

.voice__head {
	left: 160px;
}

}

@media screen and (min-width: 681px) {

.d-pc-none { /* pc */
	display: none !important;
}

.l-body { /* pc */
	min-width: 1100px;
}

.l-header { /* pc */
	padding: 25px;
}

.l-wrapper { /* pc */
	width: 1000px;
}

.access-wrap { /* pc */
	padding: 155px 0 117px;
}

.access__image { /* pc */
	margin-bottom: 20px;
	border: 1px solid #E2E2E2;
}

.access__note { /* pc */
	text-align: center;
	font-size: 1.2rem;
}

.campus-wrap { /* pc */
	padding: 80px 0 0;
	position: relative;
}

.campus-wrap::before {
	content: "";
	width: 100%;
	height: calc(100% - 5px);
	display: block;
	background: #F2F4F6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.campus { /* pc */
	width: calc(100vw + 10px);
	min-width: 1110px;
	padding-top: 0;
	height: calc(62.75vw + 10px);
	min-height: 700.25px;
	margin-left: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 62px;
}

.campus__item button:after { /* pc */
	content: none;
}

.campus__item--01 { /* pc */
	width: 45.4%;
}

.campus__item--02 { /* pc */
	width: 25.6%;
	right: 29%;
}

.campus__item--03 { /* pc */
	top: 0;
	width: 29%;
}

.campus__item--04 { /* pc */
	top: 45%;
	width: 19.7%;
}

.campus__item--05 { /* pc */
	top: 31.2%;
	left: 45.4%;
	width: 34.1%;
}

.campus__item--06 { /* pc */
	top: 45%;
	right: auto;
	left: 19.7%;
	width: 25.6%;
}

.campus__item--07 { /* pc */
	top: 31.2%;
	left: auto;
	right: 0;
	width: 20.6%;
}

.campus__item--08 { /* pc */
	top: auto;
	bottom: 0;
	width: 19.7%;
}

.campus__item--09 { /* pc */
	top: auto;
	bottom: 0;
	right: auto;
	left: 19.7%;
	width: 25.6%;
}

.campus__item--10 { /* pc */
	left: auto;
	right: 0;
	width: 20.6%;
}

.campus__item--11 { /* pc */
	width: 17%;
	left: auto;
	right: 20.6%;
}

.campus__item--12 { /* pc */
	right: 37.6%;
	width: 17%;
}

.campus__main { /* pc */
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.campus__main:hover {
	opacity: 1;
}

.campus-detail__inner { /* pc */
	padding: 0 70px 50px;
}

.campus-detail__heading { /* pc */
	font-size: 3.0rem;
}

.campus-detail__text { /* pc */
	font-size: 1.7rem;
	line-height: 1.88;
}

.content-lead { /* pc */
	margin-bottom: 45px;
}

.content-lead__text-lg { /* pc */
	font-size: 2.4rem;
	line-height: 1.67;
}

.content-lead__text-sm { /* pc */
	letter-spacing: .05em;
	text-align: center;
	padding-top: 23px;
	margin-top: 22px;
}

.content-lead__text-sm--border-none { /* pc */
	padding-top: 0;
	margin-top: 25px;
}

.content-lead--mb-lg { /* pc */
	margin-bottom: 85px;
}

.fixed-button { /* pc */
	background: none;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	bottom: auto;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: auto;
}

.fixed-button__btn { /* pc */
	width: 70px;
	height: 260px;
	background: #ffffff;
	border-radius: 35px;
}

.fixed-button__btn:not(:last-child) {
	margin-bottom: 10px;
}

.fixed-button.is-visible { /* pc */
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.heading-1 { /* pc */
	margin-bottom: 20px;
}

.heading-1__en { /* pc */
	height: 43px;
	margin-bottom: 17px;
}

.heading-1__jp { /* pc */
	font-size: 1.6rem;
	letter-spacing: .04em;
}

.heading-1__jp--lg { /* pc */
	font-size: 2rem;
	margin-top: 25px;
}

.heading-2__num { /* pc */
	height: 87px;
	margin-bottom: 20px;
}

.heading-2__dialogue { /* pc */
	font-size: 1.8rem;
	line-height: 1.33833;
	padding: 11px 22px 15px;
}

.heading-2__dialogue::before { /* pc */
	border-top: 12px solid #006441;
	border-left: 8.5px solid transparent;
	border-right: 8.5px solid transparent;
}

.heading-2__dialogue--lg { /* pc */
	width: auto;
}

.heading-2__main { /* pc */
	font-size: 3.2rem;
	line-height: 1.5;
}

.link { /* pc */
	padding: 60px 0 80px;
}

.link__head { /* pc */
	font-size: 2.2rem;
	margin-bottom: 40px;
}

.link__inner { /* pc */
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.link__item { /* pc */
	width: 250px;
	height: 60px;
	font-size: 1.8rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.link__item:hover {
	opacity: 0.7;
}

.link__item__icon { /* pc */
	width: 31px;
	display: inline;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 10px;
}

.footer { /* pc */
	padding: 60px 0;
}

.footer__logo { /* pc */
	width: 157px;
	margin-bottom: 18px;
}

.modal__inner { /* pc */
	background: #000;
}

.modal__inner { /* pc */
}

.modal__inner[data-type="campus"] {
	width: 700px;
}

.modal__inner[data-type="course"] {
	width: 1080px;
}

.modal__item { /* pc */
}

.modal__close--course { /* pc */
	top: 0;
	width: 80px;
	height: 80px;
}

.modal__arrows { /* pc */
	top: 340px;
}

.modal__arrows--course {
	width: calc(100% - 60px);
}

.modal__arrow { /* pc */
	width: 40px;
}

.modal__arrow img {
	width: 20px;
}

.modal__arrow--left { /* pc */
	margin-left: 0;
}

.modal__arrow--right { /* pc */
	margin-right: 0;
}

.modal__arrow__course { /* pc */
}

.modal__arrow__course img {
	width: 15px;
}

.header-logo { /* pc */
	width: 112.5px;
	padding: 0;
}

.sp-menu-btn { /* pc */
	display: none;
}

.sp-navi.is-opend { /* pc */
	display: none;
}

.mainvisual__inner { /* pc */
	height: calc(100vh - 80px);
	background: url(../img/bg_mv_pc.jpg) no-repeat center/cover;
}

.mainvisual__anchor { /* pc */
	display: block;
	background: #006441;
	height: 152px;
	padding: 33px 0;
}

.mainvisual__anchor__list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mainvisual__anchor__item { /* pc */
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	width: 290px;
}

.mainvisual__anchor__item:not(:last-child) {
	border-right: 1px dotted #ffffff;
}

.mainvisual__anchor__item a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 25px;
	padding-bottom: 25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.mainvisual__anchor__item a:hover {
	opacity: .7;
}

.mainvisual__anchor__item a::before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	pointer-events: none;
}

.mainvisual__anchor__item span {
	display: inline-block;
	height: 43px;
	margin-right: 15px;
	vertical-align: middle;
}

.mainvisual__anchor__item span img {
	height: 100%;
}

.mainvisual-catch { /* pc */
	min-width: 400px;
	min-height: 230px;
	width: 33.333333%;
	height: auto;
	bottom: auto;
	top: 50%;
	left: 57%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainvisual-catch:before {
	content: "";
	display: block;
	padding-top: 57.5%;
}

.mainvisual-catch__item--white { /* pc */
	height: 26.3%;
	padding: 3%;
}

.mainvisual-catch__item--white img { /* pc */
	height: auto;
	width: 100%;
}

.mainvisual-catch__item--1 { /* pc */
	width: 59%;
	height: 15.7%;
	padding: 2.8%;
}

.mainvisual-catch__item--1 img { /* pc */
	width: 100%;
}

.mainvisual-catch__item--2 { /* pc */
	width: 56%;
	top: 13%;
	left: 12.4%;
}

.mainvisual-catch__item--3 { /* pc */
	width: 90.75%;
	top: 43%;
	left: 3%;
}

.mainvisual-catch__item--4 { /* pc */
	left: auto;
	right: 0;
	width: 87.25%;
}

.theme-wrap { /* pc */
	padding: 117px 0 70px;
}

.theme { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.theme:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.theme::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.theme:not(:last-child) { /* pc */
	margin-bottom: 95px;
}

.theme--light-orange { /* pc */
}

.theme--light-orange::before {
	width: 250px;
	height: 250px;
	background: url(../img/deco_theme_01.svg) no-repeat center/contain;
	bottom: 45px;
	right: -165px;
}

.theme--light-orange .theme__btn { /* pc */
}

.theme--light-orange .theme__btn:hover {
	color: #D78505;
}

.theme--pink { /* pc */
}

.theme--pink::before {
	width: 100px;
	height: 100px;
	background: url(../img/deco_theme_02.svg) no-repeat center/contain;
	top: -50px;
	left: -160px;
}

.theme--pink .theme__btn { /* pc */
}

.theme--pink .theme__btn:hover {
	color: #C94670;
}

.theme--blue { /* pc */
}

.theme--blue::before {
	width: 200px;
	height: 200px;
	background: url(../img/deco_theme_03.svg) no-repeat center/contain;
	top: -50px;
	right: -115px;
}

.theme--blue .theme__btn { /* pc */
}

.theme--blue .theme__btn:hover {
	color: #3D7BC0;
}

.theme--orange { /* pc */
}

.theme--orange::before {
	width: 250px;
	height: 250px;
	background: url(../img/deco_theme_04.svg) no-repeat center/contain;
	bottom: 95px;
	left: -210px;
}

.theme--orange .theme__btn { /* pc */
}

.theme--orange .theme__btn:hover {
	color: #CC5517;
}

.theme--green { /* pc */
}

.theme--green::before {
	width: 200px;
	height: 200px;
	background: url(../img/deco_theme_05.svg) no-repeat center/contain;
	top: -55px;
	right: -140px;
}

.theme--green .theme__btn { /* pc */
}

.theme--green .theme__btn:hover {
	color: #48A248;
}

.theme__sub { /* pc */
	width: 450px;
}

.theme__sub--01 { /* pc */
	margin-bottom: 0;
}

.theme__sub--04 { /* pc */
	margin-bottom: 0;
}

.theme__sub--05 { /* pc */
	margin-bottom: 0;
}

.theme__image { /* pc */
	width: 550px;
	position: absolute;
}

.theme__image--01 { /* pc */
	width: 589px;
	top: 8px;
	right: -40px;
}

.theme__image--02 { /* pc */
	width: 585px;
	top: -26px;
	left: -35px;
}

.theme__image--03 { /* pc */
	width: 574px;
	top: 27px;
	right: -25px;
}

.theme__image--04 { /* pc */
	width: 576px;
	top: 8px;
	left: -25px;
}

.theme__image--05 { /* pc */
	margin-left: 0;
	width: 570px;
	top: 25px;
	right: -20px;
}

.theme__main { /* pc */
	width: 470px;
}

.theme__main__head { /* pc */
	font-size: 2.4rem;
	line-height: 1.66667;
	padding-bottom: 21px;
	margin-bottom: 22px;
}

.theme__main__text { /* pc */
	margin-bottom: 28px;
}

.theme__example { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 55px;
}

.theme__example__label { /* pc */
	width: 80px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.theme__btn { /* pc */
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.theme__btn::after { /* pc */
	width: 70px;
	height: 10px;
}

.keyword-wrap { /* pc */
	padding: 75px 0 100px;
}

.keyword { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 73px;
}

.keyword:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.keyword:nth-child(even) .keyword__image::before { /* pc */
	left: 40px;
}

.keyword:not(:last-child) { /* pc */
	margin-bottom: 140px;
}

.keyword__image { /* pc */
	width: 450px;
	margin-bottom: 0;
}

.keyword__image::before { /* pc */
	width: 510px;
	top: 40px;
	left: auto;
	right: 40px;
}

.keyword__main { /* pc */
	width: 500px;
}

.keyword__head { /* pc */
	font-size: 2.4rem;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.keyword__head span { /* pc */
	width: 75px;
	margin-right: 10px;
}

.keyword__list { /* pc */
	margin-bottom: 43px;
}

.keyword__list li { /* pc */
	font-size: 1.3rem;
	padding: 11px;
	margin-right: 10px;
}

.button { /* pc */
	margin-left: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button--light-orange { /* pc */
}

.button--light-orange:hover {
	color: #D78505;
	border-color: #D78505;
}

.button--pink { /* pc */
}

.button--pink:hover {
	color: #C94670;
	border-color: #C94670;
}

.button--blue { /* pc */
}

.button--blue:hover {
	color: #3D7BC0;
	border-color: #3D7BC0;
}

.button--orange { /* pc */
}

.button--orange:hover {
	color: #CC5517;
	border-color: #CC5517;
}

.button--green { /* pc */
}

.button--green:hover {
	color: #48A248;
	border-color: #48A248;
}

.future-wrap { /* pc */
	padding: 83px 0;
}

.future { /* pc */
	margin-top: 102px;
}

.future__head { /* pc */
	font-size: 2.4rem;
	line-height: 1.00375;
	margin-bottom: 47px;
}

.future__item { /* pc */
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.future__item:not(:last-child) { /* pc */
	margin-bottom: 40px;
}

.future__item::before { /* pc */
	content: none;
}

.future__item--light-orange { /* pc */
}

.future__item--light-orange .future__info {
	background: #DD960F;
}

.future__item--light-orange .future__btn { /* pc */
}

.future__item--light-orange .future__btn:hover {
	color: #D78505;
}

.future__item--pink { /* pc */
}

.future__item--pink .future__info {
	background: #C94670;
}

.future__item--pink .future__btn { /* pc */
}

.future__item--pink .future__btn:hover {
	color: #C94670;
}

.future__item--blue { /* pc */
}

.future__item--blue .future__info {
	background: #3D7BC0;
}

.future__item--blue .future__btn { /* pc */
}

.future__item--blue .future__btn:hover {
	color: #3D7BC0;
}

.future__item--orange { /* pc */
}

.future__item--orange .future__info {
	background: #CC5517;
}

.future__item--orange .future__btn { /* pc */
}

.future__item--orange .future__btn:hover {
	color: #CC5517;
}

.future__item--green { /* pc */
}

.future__item--green .future__info {
	background: #48A248;
}

.future__item--green .future__btn { /* pc */
}

.future__item--green .future__btn:hover {
	color: #48A248;
}

.future__hope { /* pc */
	width: 370px;
	background: #F2F4F6;
	padding: 50px 50px 45px;
	margin-bottom: 0;
	border-radius: 0;
}

.future__hope::before { /* pc */
	border-left: 18px solid #F2F4F6;
	border-top: 15.5px solid transparent;
	border-bottom: 15.5px solid transparent;
	border-right: none;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.future__hope__head { /* pc */
	text-align: left;
	margin-bottom: 18px;
}

.future__hope__head span::after { /* pc */
	content: none;
}

.future__info { /* pc */
	margin-bottom: 0;
	width: 630px;
	padding: 50px;
}

.future__info__head { /* pc */
	font-size: 2.4rem;
	line-height: 1.25;
	padding: 0 0 13px 30px;
}

.future__info__text { /* pc */
	font-size: 1.4rem;
	line-height: 1.71429;
	padding: 10px 0 0 30px;
	margin-bottom: 28px;
}

.future__image { /* pc */
	width: 200px;
}

.future__main { /* pc */
	padding-top: 10px;
	margin-bottom: 0;
}

.future__btn { /* pc */
	width: 300px;
	margin-left: 30px;
}

.voice-wrap { /* pc */
	padding: 80px 0 133px;
}

.voice { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-top: 52px;
}

.voice__cap { /* pc */
	font-size: 1.4rem;;
}

.voice::before {
	content: "";
	width: 100vw;
	height: 300px;
	min-width: 1100px;
	display: block;
	background: #F2F4F6;
	position: absolute;
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.voice__item { /* pc */
	width: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.voice__item:nth-child(odd) {
	margin-right: 60px;
}

.voice__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.voice__image-wrap { /* pc */
	width: 211px;
	position: relative;
}

.voice__image { /* pc */
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
}

.voice__main { /* pc */
	width: 259px;
	margin-top: 83px;
}

.voice__head { /* pc */
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-bottom: 18px;
}

.voice__head__name span { /* pc */
	font-size: 2rem;
}

.voice__head__info { /* pc */
	font-size: 1.3rem;
}

.voice__text { /* pc */
	margin-top: 0;
	padding: 0;
}

.voice__text::before { /* pc */
	content: none;
}

}

@media screen and (min-width: 1201px) {

.d-pclg-none { /* pclg */
	display: none !important;
}

.l-header { /* pclg */
	padding: 40px;
}

.header-logo { /* pclg */
	width: 180px;
}

.mainvisual__inner { /* pclg */
	height: calc(100vh - 127px);
}

.mainvisual__anchor { /* pclg */
	padding: 38px 0 28px;
}

.mainvisual__anchor__item { /* pclg */
	width: 387px;
}

}

@media screen and (max-width: 680px) {

.d-sp-none { /* sp */
	display: none !important;
}

.l-body.is-fixed .fixed-button { /* sp */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.modal__wrapper--none { /* sp */
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 100%;
	height: 100%;
}

}

@media screen and (max-width: 374px) {

.content-lead__text-lg { /* iPhone5s */
	font-size: 1.6rem;
}

.heading-2__dialogue { /* iPhone5s */
	font-size: 1.4rem;
}

.heading-2__dialogue--lg { /* iPhone5s */
	width: 280px;
}

.heading-2__main { /* iPhone5s */
	font-size: 1.8rem;
}

.theme__main__head { /* iPhone5s */
	font-size: 1.7rem;
}

.keyword__head { /* iPhone5s */
	font-size: 1.8rem;
}

.keyword__head span { /* iPhone5s */
	width: 55px;
}

.future__head span::before,
.future__head span::after { /* iPhone5s */
	width: 50px;
}

.voice__head { /* iPhone5s */
	left: 130px;
}

.voice__head__info { /* iPhone5s */
	line-height: 1.4;
}

}

@-webkit-keyframes toRightAnime1 {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

100% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

}

@keyframes toRightAnime1 {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

100% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

}

@-webkit-keyframes toRightAnime2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}

}

@keyframes toRightAnime2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}

}

