*, ::after, ::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
:where([hidden]:not([hidden=until-found])) {
	display: none!important
}
:where(html) {
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
	tab-size: 2;
	scrollbar-gutter: stable
}
:where(html:has(dialog:modal[open])) {
	overflow: clip
}
@media (prefers-reduced-motion:no-preference) {
	:where(html: focus-within) {
		scroll-behavior:smooth
	}
}
:where(body) {
	line-height: 1.5;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased
}
:where(button) {
	all: unset
}
:where(input, button, textarea, select) {
	font: inherit;
	color: inherit
}
:where(textarea) {
	resize: block
}
:where(button, label, select, summary, [role=button], [role=option]) {
	cursor: pointer
}
:where(:disabled), :where(label:has(>input:disabled), label:has(+input:disabled)) {
	cursor: not-allowed
}
:where(a) {
	color: inherit;
	text-underline-offset: .2ex
}
:where(ul, ol) {
	list-style: none
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block
}
:where(img, picture, svg, video) {
	max-inline-size: 100%;
	block-size: auto
}
:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word
}
:where(h1, h2, h3) {
	line-height: calc(1em + .5rem);
	text-wrap: balance
}
:where(hr) {
	border: 0;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible
}
:where(dialog, [popover]) {
	border: 0;
	background: 0 0;
	color: inherit;
	inset: unset;
	max-width: unset;
	max-height: unset
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
	display: none!important
}
:where(:focus-visible) {
	outline: 3px solid CanvasText;
	box-shadow: 0 0 0 5px Canvas;
	outline-offset: 1px
}
:where(:focus-visible, :target) {
	scroll-margin-block: 8vh
}
:where(.visually-hidden:not(:focus-within, :active)) {
	clip-path: inset(50%)!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden!important;
	position: absolute!important;
	white-space: nowrap!important;
	border: 0!important;
	user-select: none!important
}
@media print, screen and (min-width:769px) {
	::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 10px
	}
	::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5)
	}
	html {
		overflow-y: scroll
	}
}
@media only screen and (max-width:768px) {
	html {
		overflow-x: hidden;
		height: -webkit-fill-available
	}
	body {
		min-height: 100vh;
		min-height: -webkit-fill-available
	}
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}
li, ul {
	list-style: none
}
dt {
	font-weight: 400
}
em, i {
	font-style: normal
}
a {
	border: 0;
	outline: 0
}
a:focus {
	border: 0;
	outline: 0
}
a[href^="tel:"] {
	pointer-events: none
}
@media only screen and (max-width:768px) {
	a[href^="tel:"] {
		pointer-events: all
	}
}
img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom
}
a img {
	border: 0;
	outline: 0;
	text-decoration: none
}
table {
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed
}
caption {
	padding-top: 0;
	padding-bottom: 0
}
br {
	font-size: 0
}
html {
	font-size: 62.5%
}
body {
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: #000
}
@media print, screen and (min-width:769px) {
	body {
		font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", YuMincho, serif
	}
}
@media only screen and (max-width:768px) {
	body {
		font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", serif
	}
}
.l-wrapper {
	position: relative;
	z-index: 1;
	background: #fff
}
@media print, screen and (min-width:769px) {
	.l-wrapper {
		min-width: 1000px
	}
	.l-sec {
		padding-top: 40px
	}
}
@media only screen and (max-width:768px) {
	.l-sec {
		padding-top: 30px
	}
}
.l-sec__bg-white {
	background-color: #fff
}
.l-sec__bg--gray {
	background-color: #caced5
}
@media print, screen and (min-width:769px) {
	.l-sec__bg--purple {
		background: linear-gradient(55deg, #8d88be 0, rgba(138, 133, 189, .4) 100%)
	}
}
@media only screen and (max-width:768px) {
	.l-sec__bg--purple {
		background: linear-gradient(100deg, #8d88be 0, rgba(138, 133, 189, .4) 100%)
	}
}
.l-sec__bg--mint {
	background: linear-gradient(55deg, #abdee4 0, rgba(137, 209, 217, .4) 100%)
}
@media print, screen and (min-width:769px) {
	.l-sec:not(:last-of-type) {
		padding-bottom: 80px
	}
}
@media only screen and (max-width:768px) {
	.l-sec:not(:last-of-type) {
		padding-bottom: 50px
	}
}
.l-sec__wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto
}
@media print, screen and (min-width:769px) {
	.l-sec__wrapper {
		width: 1000px
	}
}
@media only screen and (max-width:768px) {
	.l-sec__wrapper {
		width: 92vw
	}
}
.l-header {
	position: sticky;
	z-index: 999;
	top: 0;
	background: 0 0;
	transition: .4s
}
@media only screen and (max-width:768px) {
	.l-header {
		height: 64px
	}
}
.l-header__wrapper {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
	margin-right: auto
}
@media print, screen and (min-width:769px) {
	.l-header__wrapper {
		height: 80px
	}
}
@media only screen and (max-width:768px) {
	.l-header__wrapper {
		width: 92vw;
		height: 64px
	}
}
.l-header__id {
	position: absolute;
	left: 0;
	top: 50%
}
@media print, screen and (min-width:769px) {
	.l-header__id {
		left: 30px;
		width: 150px;
		height: auto;
		transform: translateY(-57.5%)
	}
}
@media only screen and (max-width:768px) {
	.l-header__id {
		width: 180px;
		height: auto;
		transform: translateY(-42%)
	}
}
.l-header__trigger {
	position: relative;
	z-index: 99;
	background: url(../images/header_trigger.png)no-repeat center center;
	background-size: cover;
	user-select: none;
	transition: .4s
}
@media print, screen and (min-width:769px) {
	.l-header__trigger {
		width: 80px;
		height: 80px;
		margin-right: 30px;
		transform: translateY(40px)
	}
}
@media only screen and (max-width:768px) {
	.l-header__trigger {
		position: relative;
		width: 64px;
		height: 64px;
		margin-right: -4vw;
		top: 7px
	}
}
.l-header__trigger span {
	display: block;
	overflow: hidden;
	text-indent: -9999px
}
.l-header__nav {
	transition: .25s
}
@media print, screen and (min-width:769px) {
	.l-header__nav {
		position: absolute;
		z-index: 9;
		left: 0;
		top: 80px;
		width: 100%;
		transform: scaleY(0);
		transform-origin: center top;
		padding: 20px;
		background: rgba(65, 57, 147, .95)
	}
}
@media only screen and (max-width:768px) {
	.l-header__nav {
		position: absolute;
		z-index: 9;
		left: 0;
		top: 64px;
		width: 100vw;
		transform: scaleY(0);
		transform-origin: center top;
		margin-left: -4vw;
		background: rgba(65, 57, 147, .95)
	}
}
@media print, screen and (min-width:769px) {
	.l-header__list {
		display: flex;
		justify-content: space-between;
		margin: 0 5vw;
		padding: 30px 0 10px
	}
	.l-header__item:not(:last-of-type) {
		padding-bottom: 15px
	}
}
.l-header__item a {
	font-weight: 700
}
@media print, screen and (min-width:769px) {
	.l-header__item a {
		font-size: 1.6rem;
		transition: .4s
	}
}
@media only screen and (max-width:768px) {
	.l-header__item a {
		display: block;
		padding: 15px 4vw;
		font-size: 1.6rem;
		border-top: 1px solid #fff;
		background: url(../images/icon_right_arrow02.png)no-repeat 92vw center;
		background-size: 10px auto
	}
}
.l-header__item a:active, .l-header__item a:hover, .l-header__item a:link, .l-header__item a:visited {
	color: #fff;
	text-decoration: none
}
@media print, screen and (min-width:769px) {
	.l-header__item a:active, .l-header__item a:hover {
		opacity: .5
	}
}
html.is_scroll__start .l-header {
	background: rgba(65, 57, 147, .95)
}
@media only screen and (max-width:768px) {
	html.is_scroll__start .l-header__id {
		transform: scale(.8) translateY(-24px);
		transform-origin: left top
	}
}
@media print, screen and (min-width:769px) {
	html.is_scroll__start .l-header__trigger {
		transform: translateY(4px)
	}
}
@media only screen and (max-width:768px) {
	html.is_scroll__start .l-header__trigger {
		top: 3px
	}
}
html.js-nav-is-open .l-header {
	background: rgba(65, 57, 147, .95)
}
@media print, screen and (min-width:769px) {
	html.js-nav-is-open .l-header__trigger.js-nav-is-open {
		transform: translateY(4px);
		background: url(../images/header_trigger_close.png)no-repeat center center;
		background-size: cover
	}
}
@media only screen and (max-width:768px) {
	html.js-nav-is-open .l-header__trigger.js-nav-is-open {
		background: url(../images/header_trigger_close.png)no-repeat center center;
		background-size: cover
	}
}
@media print, screen and (min-width:769px) {
	html.js-nav-is-open .l-header__trigger.js-nav-is-open~.l-header__nav {
		transform: scaleY(1)
	}
}
@media only screen and (max-width:768px) {
	html.js-nav-is-open .l-header__trigger.js-nav-is-open~.l-header__nav {
		transform: scaleY(1)
	}
}
.l-nav {
	position: relative;
	box-shadow: 0 10px 10px -6px rgba(0, 0, 0, .3)
}
@media print, screen and (min-width:769px) {
	.l-nav {
		z-index: 1;
		background: linear-gradient(90deg, #601986 0, #81499f 75%, #a177b7 100%)
	}
}
@media only screen and (max-width:768px) {
	.l-nav {
		padding: 30px 20px 20px;
		background: linear-gradient(90deg, #601986 0, #81499f 75%, #a177b7 100%)
	}
}
@media print, screen and (min-width:769px) {
	.l-nav__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
		min-width: 1000px
	}
}
.l-nav__heading {
	line-height: 1.1;
	color: #fff
}
@media print, screen and (min-width:769px) {
	.l-nav__heading {
		margin-right: 30px;
		font-size: 2.6rem
	}
}
@media only screen and (max-width:768px) {
	.l-nav__heading {
		display: table;
		justify-content: center;
		margin: 0 auto 10px;
		padding: 0 20px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .4);
		font-size: 2rem;
		text-align: center
	}
}
.l-nav__list {
	display: flex
}
@media print, screen and (min-width:769px) {
	.l-nav__list {
		align-items: center;
		justify-content: center;
		border-left: 1px solid #fff
	}
}
@media only screen and (max-width:768px) {
	.l-nav__list {
		flex-wrap: wrap
	}
}
.l-nav__item {
	font-weight: 700
}
@media print, screen and (min-width:769px) {
	.l-nav__item {
		font-size: 1.3rem;
		line-height: 1.8;
		border-right: 1px solid #fff
	}
}
@media only screen and (max-width:768px) {
	.l-nav__item {
		flex-basis: 50%;
		font-size: 1.4rem;
		line-height: 1.3;
		margin-top: 15px
	}
}
.l-nav__item:nth-of-type(odd) {
	border-right: 1px solid #fff
}
.l-nav__item a {
	display: flex;
	align-items: center
}
@media print, screen and (min-width:769px) {
	.l-nav__item a {
		justify-content: center;
		text-align: center;
		padding: 0 2vw;
		min-height: 3.5em;
		transition: .4s
	}
}
@media only screen and (max-width:768px) {
	.l-nav__item a {
		padding: 0 6vw 0 4vw;
		min-height: 2.8em;
		background: url(../images/icon_right_arrow02.png)no-repeat right 20px center;
		background-size: 10px auto
	}
}
.l-nav__item a:active, .l-nav__item a:hover, .l-nav__item a:link, .l-nav__item a:visited {
	color: #fff;
	text-decoration: none
}
@media print, screen and (min-width:769px) {
	.l-nav__item a:active, .l-nav__item a:hover {
		opacity: .5
	}
	.l-main {
		font-size: 1.3rem
	}
}
@media only screen and (max-width:768px) {
	.l-main {
		font-size: 1.2rem
	}
}
.l-footer {
	background: #413993
}
.l-footer__wrapper {
	border-bottom: 1px solid #fff;
	text-align: center
}
@media print, screen and (min-width:769px) {
	.l-footer__wrapper {
		padding: 30px 0
	}
}
@media only screen and (max-width:768px) {
	.l-footer__wrapper {
		padding: 35px 0
	}
}
.l-footer__title a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff
}
@media print, screen and (min-width:769px) {
	.l-footer__title a {
		transition: .4s
	}
}
@media only screen and (max-width:768px) {
	.l-footer__title a {
		width: 92vw;
		margin: 0 auto
	}
}
.l-footer__title a:active, .l-footer__title a:hover, .l-footer__title a:link, .l-footer__title a:visited {
	color: #fff;
	text-decoration: none
}
@media print, screen and (min-width:769px) {
	.l-footer__title a:active, .l-footer__title a:hover {
		opacity: .5
	}
}
.l-footer__title em {
	display: block;
	letter-spacing: .15em
}
@media print, screen and (min-width:769px) {
	.l-footer__title em {
		font-size: 3.4rem
	}
}
@media only screen and (max-width:768px) {
	.l-footer__title em {
		font-size: 1.6rem
	}
}
.l-footer__title span {
	display: block
}
@media print, screen and (min-width:769px) {
	.l-footer__title span {
		padding-left: 30px;
		font-size: 2.2rem
	}
}
@media only screen and (max-width:768px) {
	.l-footer__title span {
		padding-left: 20px;
		font-size: 1rem
	}
}
.l-footer__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff
}
@media print, screen and (min-width:769px) {
	.l-footer__list {
		padding: 20px 0 0
	}
}
@media only screen and (max-width:768px) {
	.l-footer__list {
		padding: 10px 0 0
	}
}
@media print, screen and (min-width:769px) {
	.l-footer__item {
		padding: 0 20px;
		font-size: 1.6rem
	}
}
@media only screen and (max-width:768px) {
	.l-footer__item {
		padding: 0 10px;
		font-size: 1rem
	}
}
@media print, screen and (min-width:769px) {
	.l-footer__item a {
		transition: .4s
	}
}
.l-footer__item a:active, .l-footer__item a:hover, .l-footer__item a:link, .l-footer__item a:visited {
	color: #fff;
	text-decoration: none
}
@media print, screen and (min-width:769px) {
	.l-footer__item a:active, .l-footer__item a:hover {
		opacity: .5
	}
	.l-footer__logo {
		width: 240px;
		margin: 0 auto;
		padding: 50px 0 40px
	}
}
@media only screen and (max-width:768px) {
	.l-footer__logo {
		width: 200px;
		margin: 0 auto;
		padding: 40px 0 20px
	}
}
#js-pagetop, .l-footer__logo a {
	display: block
}
@media print, screen and (min-width:769px) {
	.l-footer__logo a {
		cursor: pointer;
		transition: .4s
	}
	.l-footer__logo a:active, .l-footer__logo a:hover {
		opacity: .5
	}
}
.l-footer__copyright {
	padding-bottom: 30px;
	text-align: center;
	color: #fff
}
@media print, screen and (min-width:769px) {
	.l-footer__copyright {
		font-size: 1.3rem
	}
}
@media only screen and (max-width:768px) {
	.l-footer__copyright {
		font-size: 1rem
	}
}
#js-pagetop {
	position: fixed;
	overflow: hidden;
	text-indent: -9999px;
	transition: all .4s
}
@media print, screen and (min-width:769px) {
	#js-pagetop {
		bottom: 5vh;
		right: 5vw;
		width: 90px;
		height: 90px;
		background: url(../images/button_pagetop_pc.png)no-repeat center center;
		background-size: contain
	}
}
@media only screen and (max-width:768px) {
	#js-pagetop {
		bottom: 2vh;
		right: 0;
		width: 70px;
		height: 70px;
		background: url(../images/button_pagetop_sp.png)no-repeat center center;
		background-size: contain
	}
}
@media print, screen and (min-width:769px) {
	.is_scroll__end #js-pagetop {
		bottom: 8vh
	}
}
@media only screen and (max-width:768px) {
	.is_scroll__end #js-pagetop {
		bottom: 8vh
	}
}
#js-pagetop:active, #js-pagetop:hover, #js-pagetop:link, #js-pagetop:visited, .p-sec__report .p-report__link a:active, .p-sec__report .p-report__link a:hover, .p-sec__report .p-report__link a:link, .p-sec__report .p-report__link a:visited {
	color: #fff;
	text-decoration: none
}
@media print, screen and (min-width:769px) {
	#js-pagetop:active, #js-pagetop:hover {
		opacity: .5
	}
}
.u-d-none {
	display: none!important
}
.u-d-inline {
	display: inline!important
}
.u-d-inline-block {
	display: inline-block!important
}
.u-d-block {
	display: block!important
}
.u-d-flex {
	display: flex!important
}
@media print, screen and (min-width:769px) {
	.u-d-pc-none {
		display: none!important
	}
	.u-d-pc-inline {
		display: inline!important
	}
	.u-d-pc-inline-block {
		display: inline-block!important
	}
	.u-d-pc-block {
		display: block!important
	}
	.u-d-pc-flex {
		display: flex!important
	}
}
@media only screen and (max-width:768px) {
	.u-d-sp-none {
		display: none!important
	}
	.u-d-sp-inline {
		display: inline!important
	}
	.u-d-sp-inline-block {
		display: inline-block!important
	}
	.u-d-sp-block {
		display: block!important
	}
	.u-d-sp-flex {
		display: flex!important
	}
}
.u-txt__align--left {
	text-align: left!important
}
.u-txt__align--center {
	text-align: center!important
}
.u-txt__align--right {
	text-align: right!important
}
.u-txt__align--top {
	vertical-align: top!important
}
.u-txt__align--middle {
	vertical-align: middle!important
}
.u-txt__align--bottom {
	vertical-align: bottom!important
}
.u-txt__bold {
	font-weight: 700
}
.u-txt__medium {
	font-weight: 500
}
.u-txt__normal {
	font-weight: 400
}
.u-txt__underline {
	text-decoration: underline
}
.u-txt__indent--1em {
	padding-left: 1em;
	text-indent: -1em
}
.c-heading2__style01 {
	display: flex;
	align-items: center;
	font-weight: 700;
	background-color: #fff;
	transform: skewX(-20deg) translateX(-5vw);
	box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2)
}
@media print, screen and (min-width:769px) {
	.c-heading2__style01 {
		width: 98vw;
		height: 80px;
		margin-bottom: 30px
	}
}
@media only screen and (max-width:768px) {
	.c-heading2__style01 {
		width: 99vw;
		margin-bottom: 20px
	}
}
.c-heading2__style01--blue {
	color: #fff;
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%);
	letter-spacing: .15em
}
.c-heading2__style01--white {
	color: #413993;
	background: #fff;
	letter-spacing: .15em
}
.c-heading2__style01--gray {
	color: #413993;
	background: linear-gradient(55deg, #d3d7dd 0, #e2e4e8 70%, #f0f1f3 100%);
	letter-spacing: .15em
}
.c-heading2__style01--tips::after {
	display: block;
	content: "";
	position: absolute
}
@media print, screen and (min-width:769px) {
	.c-heading2__style01--tips::after {
		left: 50%;
		top: 50%;
		width: 310px;
		height: 40px;
		transform: skewX(20deg) translate(14vw, -50%);
		background: url(../images/tips_badge.png)no-repeat left center;
		background-size: auto 40px
	}
}
@media only screen and (max-width:768px) {
	.c-heading2__style01--tips::after {
		left: 50%;
		top: -4vw;
		width: 45vw;
		height: 5vw;
		transform: skewX(20deg) translateX(6vw);
		background: url(../images/tips_badge.png)no-repeat left center;
		background-size: auto 5vw
	}
}
.c-heading2__style01 span {
	display: block;
	transform: skewX(20deg)
}
@media print, screen and (min-width:769px) {
	.c-heading2__style01 span {
		display: block;
		width: 1000px;
		padding-left: 70px;
		margin: auto;
		font-size: 3.2rem
	}
}
@media only screen and (max-width:768px) {
	.c-heading2__style01 span {
		margin-left: 11vw;
		padding: 8px 0;
		font-size: 1.7rem
	}
}
.js-block--fadein {
	opacity: 0;
	transform: translate(0, 150px);
	transition: all 1s ease-in-out
}
.js-block--fadein.js-block--scrollin {
	opacity: 1;
	transform: translate(0, 0)
}
@media print, screen and (min-width:769px) {
	.js-block--fadein.c-department__link {
		transform: translateY(98px)
	}
}
@media only screen and (max-width:768px) {
	.js-block--fadein.c-department__link {
		transform: translateY(25px)
	}
}
@media all and (-ms-high-contrast:none) {
	.js-block--fadein {
		opacity: 1
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__hero {
		position: relative;
		height: 90vh;
		margin-top: -130px;
		background: url(../images/hero_bg_pc.jpg)no-repeat center center;
		background-size: cover
	}
}
@media only screen and (max-width:768px) {
	.p-sec__hero {
		position: relative;
		width: 100vw;
		height: 174.35vw;
		margin-top: -64px;
		background: url(../images/hero_bg_sp.jpg)no-repeat center center;
		background-size: cover
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__hero .p-hero__wrapper {
		position: relative
	}
	.p-sec__hero .p-hero__lede {
		width: 46vw;
		min-width: 560px;
		max-width: 680px;
		margin: 0 auto;
		padding-top: 120px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__hero .p-hero__lede {
		width: 90vw;
		margin: 12vw auto 0
	}
}
.p-sec__hero .p-hero__badge {
	position: absolute
}
@media print, screen and (min-width:769px) {
	.p-sec__hero .p-hero__badge {
		top: 200px;
		left: 50%;
		transform: translateX(-500px);
		width: 18vw;
		min-width: 200px;
		max-width: 260px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__hero .p-hero__badge {
		top: 30vw;
		left: 2vw;
		width: 40vw
	}
}
.p-sec__destination .p-destination__wrapper {
	position: relative
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-destination__wrapper {
		padding-top: 60px
	}
	.p-sec__destination .p-destination__lede {
		position: absolute;
		left: 12vw;
		top: 20px;
		width: 10vw
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-destination__lede {
		position: relative;
		z-index: 2;
		margin: 0 4vw -20px 3vw;
		width: 80vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-destination__badge {
		position: absolute;
		left: -4vw;
		bottom: 76px;
		width: 30vw
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-destination__badge {
		position: relative;
		z-index: 1;
		padding-top: 10vw;
		padding-bottom: 3vw;
		padding-right: 4vw;
		overflow: hidden
	}
	.p-sec__destination .p-destination__badge img {
		width: 130%;
		margin-left: -40px;
		transform: scale(1.1)
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-destination__map {
		background: #fff;
		padding: 60px 100px 100px 20px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-destination__map {
		position: relative;
		top: -30px;
		padding-bottom: 60px;
		margin-left: -5vw;
		padding-right: 2vw;
		background: #fff
	}
	.p-sec__destination .p-destination__map::before {
		display: block;
		content: "";
		width: 100vw;
		height: 52vw;
		margin-top: -52vw;
		background: #fff
	}
	.p-sec__destination .p-destination__map--pc {
		display: none
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-destination__map--sp {
		display: none
	}
	.p-sec__destination .p-destination__icon {
		position: absolute;
		right: 7vw;
		bottom: 40px;
		width: 4.6vw;
		height: 5vw
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-destination__icon {
		position: absolute;
		right: 4vw;
		bottom: 60px;
		width: 11.4vw;
		height: 12vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-destination__icon--pc {
		cursor: pointer;
		transition: .4s
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-destination__icon--pc {
		display: none
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-destination__icon--pc:hover {
		opacity: .5
	}
	.p-sec__destination .p-destination__icon--sp {
		display: none
	}
	.p-sec__destination .p-pickup__heading {
		width: 220px;
		margin: -50px auto 20px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-pickup__heading {
		width: 140px;
		margin: -55px auto 40px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-pickup__wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-pickup__wrapper {
		margin: 0 2vw
	}
}
.p-sec__destination .p-pickup__panel {
	background: #fff
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-pickup__panel {
		flex-basis: 47.5%;
		margin-top: 80px;
		padding: 20px;
		min-height: 29em;
		border-bottom-right-radius: 26px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-pickup__panel {
		margin-top: 50px;
		padding: 15px;
		border-bottom-right-radius: 22px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-pickup__title {
		margin: -50px -30px 0-25px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__destination .p-pickup__title {
		margin: -40px -24px 0-20px
	}
}
.p-sec__destination .p-pickup__photo {
	margin: 10px 0 15px
}
@media print, screen and (min-width:769px) {
	.p-sec__destination .p-pickup__text {
		font-size: 1.3rem;
		line-height: 1.8
	}
	.p-sec__report .p-report__head {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center
	}
	.p-sec__report .p-report__badge {
		flex-basis: 24%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__badge {
		width: 140px;
		margin: 20px auto 15px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__inner {
		flex-basis: 72.5%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__inner {
		margin-bottom: 20px
	}
}
.p-sec__report .p-report__lede {
	color: #fff;
	letter-spacing: .15em;
	line-height: 1.8;
	font-weight: 400
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__lede {
		margin-bottom: 15px;
		font-size: 3rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__lede {
		margin-bottom: 10px;
		font-size: 1.8rem
	}
}
.p-sec__report .p-report__lede--black {
	color: #000
}
.p-sec__report .p-report__text {
	color: #fff
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__text {
		font-size: 1.5rem;
		line-height: 2.2;
		letter-spacing: .15em
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__text {
		font-size: 1.18rem;
		line-height: 1.8
	}
}
.p-sec__report .p-report__text--black {
	color: #000
}
.p-sec__report .p-report__text--asia {
	line-height: 1.8
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__text--asia {
		padding: 0 20px 20px;
		min-height: 10.5em;
		font-size: 1.3rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__text--asia {
		padding: 0 20px 30px;
		font-size: 1.4rem
	}
}
.p-sec__report .p-report__title, .p-sec__tips .p-tips__def::before {
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%)
}
.p-sec__report .p-report__title {
	padding: 10px 20px;
	color: #fff;
	transform: skewX(-15deg);
	letter-spacing: .15em;
	line-height: 1.1
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__title {
		margin-bottom: 10px;
		font-size: 2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__title {
		margin-bottom: 15px;
		font-size: 1.8rem
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__title--asia {
		width: 71%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__title em {
		font-size: 1.1rem
	}
}
.p-sec__report .p-report__title span {
	display: block;
	transform: skewX(15deg)
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__outline {
		margin-bottom: 10px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__outline {
		margin-bottom: 30px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__outline--asia {
		margin-bottom: 50px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__outline--asia {
		margin-bottom: 40px;
		padding: 0 5vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__link {
		margin-top: 10px;
		display: flex;
		justify-content: flex-end
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__link {
		margin-top: 10px;
		margin: 10px 10vw 0
	}
}
.p-sec__report .p-report__link a {
	display: block;
	transform: skewX(-10deg);
	font-weight: 700;
	background: #413993
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__link a {
		font-size: 1.4rem;
		transition: .4s
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__link a {
		text-align: center;
		text-indent: -2em;
		font-size: 1.6rem;
		box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2)
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__link a:active, .p-sec__report .p-report__link a:hover {
		opacity: .5
	}
}
.p-sec__report .p-report__link a span {
	display: block;
	transform: skewX(10deg)
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__link a span {
		padding: 4px 25px 4px 20px;
		background: url(../images/icon_right_arrow02.png)no-repeat right 8px center;
		background-size: 8px auto
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__link a span {
		padding: 4px 0;
		background: url(../images/icon_right_arrow02.png)no-repeat right 15px center;
		background-size: 14px auto
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__wrapper--asia {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__wrapper--asia {
		margin-bottom: 40px
	}
}
.p-sec__report .p-report__panel {
	position: relative
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__panel {
		display: flex;
		flex-direction: column
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__panel:not(:last-of-type) {
		margin-bottom: 30px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__panel:not(:last-of-type) {
		margin-bottom: 40px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__panel:nth-of-type(even) .p-report__comment {
		left: 330px;
		top: 160px
	}
	.p-sec__report .p-report__panel:nth-of-type(even) .p-report__schedule {
		right: 45px;
		top: 26px
	}
	.p-sec__report .p-report__panel:nth-of-type(even) .p-report__label {
		left: -20px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__panel:nth-of-type(even) .p-report__label {
		left: -3vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__panel:nth-of-type(even) .p-report__def {
		flex-direction: row
	}
	.p-sec__report .p-report__panel:nth-of-type(odd) .p-report__comment {
		right: 260px;
		top: 150px
	}
	.p-sec__report .p-report__panel:nth-of-type(odd) .p-report__schedule {
		left: 45px;
		top: 26px
	}
	.p-sec__report .p-report__panel:nth-of-type(odd) .p-report__label {
		right: -20px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__panel:nth-of-type(odd) .p-report__label {
		right: -4vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__panel:nth-of-type(odd) .p-report__def {
		flex-direction: row-reverse
	}
}
.p-sec__report .p-report__photo {
	position: relative
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__photo {
		order: 1
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__comment {
		position: absolute;
		width: 180px
	}
	.p-sec__report .p-report__schedule {
		position: absolute;
		width: 320px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__schedule {
		position: relative;
		z-index: 2;
		order: 4;
		margin-top: -8vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__schedule--asia {
		width: 220px;
		margin-top: 118px;
		margin-right: 120px
	}
}
.p-sec__report .p-report__card {
	position: relative
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__card {
		order: 3;
		z-index: 1
	}
}
.p-sec__report .p-report__card--asia {
	background: #fff
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__card--asia {
		flex-basis: 31.5%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__card--asia:not(:last-of-type) {
		margin-bottom: 30px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__label {
		position: absolute;
		top: -32px;
		width: 490px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__label {
		order: 2;
		position: absolute;
		top: -6vw;
		width: 96vw
	}
}
.p-sec__report .p-report__label--asia {
	position: relative
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__label--asia {
		margin: -50px 5px 15px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__label--asia {
		margin: -16vw 15px 15px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def {
		min-height: 216px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 35px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def {
		padding: 40px 15px 16vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def--asia {
		padding: 0 20px 20px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def--asia {
		padding: 0 20px 20px
	}
}
.p-sec__report .p-report__def--asia dt {
	color: #413993;
	border-bottom: 1px solid #413993
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def--asia dt {
		margin-bottom: 10px;
		font-size: 1.3rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def--asia dt {
		margin-bottom: 10px;
		font-size: 1.4rem
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def--asia dd {
		font-size: 1.2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def--asia dd {
		font-size: 1.7rem
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def--01 {
		background: url(../images/report_panel01_card_bg_pc.jpg)no-repeat left top;
		background-size: cover
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def--01 {
		background: url(../images/report_panel01_card_bg_sp.jpg)no-repeat left top;
		background-size: cover
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def--02 {
		background: url(../images/report_panel02_card_bg_pc.jpg)no-repeat left top;
		background-size: cover
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def--02 {
		background: url(../images/report_panel02_card_bg_sp.jpg)no-repeat left top;
		background-size: cover
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def--03 {
		background: url(../images/report_panel03_card_bg_pc.jpg)no-repeat left top;
		background-size: cover
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def--03 {
		background: url(../images/report_panel03_card_bg_sp.jpg)no-repeat left top;
		background-size: cover
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def dt {
		flex-basis: 40%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def dt {
		margin-bottom: 20px
	}
}
.p-sec__report .p-report__def dd {
	color: #fff;
	line-height: 1.8
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__def dd {
		flex-basis: 55%;
		font-size: 1.3rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__def dd img {
		display: block;
		width: 88%;
		margin: 0 auto 20px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__report .p-report__note {
		margin-top: 20px;
		text-align: right;
		font-size: 1.2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__report .p-report__note {
		margin-top: 15px;
		text-align: right;
		font-size: 1.1rem
	}
}
.p-sec__tips .p-tips__def {
	position: relative;
	border: 2px solid #413993
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def {
		background: #fff url(../images/tips_bg01.png)no-repeat 96% 50px;
		background-size: 128px auto;
		border-bottom-right-radius: 40px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def {
		background: #fff url(../images/tips_bg01.png)no-repeat 96% 40px;
		background-size: 40vw auto;
		border-bottom-right-radius: 30px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def:not(:last-of-type) {
		margin-bottom: 40px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def:not(:last-of-type) {
		margin-bottom: 30px
	}
}
.p-sec__tips .p-tips__def::before {
	content: "";
	position: absolute;
	z-index: 2;
	display: block;
	transform: skewX(-20deg)
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def::before {
		left: 14px;
		top: -2px;
		width: 98.5%;
		height: 64px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def::before {
		left: 14px;
		top: -2px;
		width: 96.5%;
		height: 5em
	}
}
.p-sec__tips .p-tips__def::after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	display: block;
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%)
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def::after {
		top: -2px;
		width: 98.5%;
		height: 64px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def::after {
		top: -2px;
		width: 96.5%;
		height: 5em
	}
}
.p-sec__tips .p-tips__def dt {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 3px 30px 3px 10px;
	color: #fff
}
.p-sec__tips .p-tips__def dt img {
	width: auto
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def dt img {
		height: 50px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def dt img {
		height: 45px
	}
}
.p-sec__tips .p-tips__def dt span {
	display: block;
	padding-left: 20px;
	letter-spacing: .1em;
	font-weight: 700
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def dt span {
		font-size: 1.5rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def dt span {
		font-size: 1.6rem
	}
}
.p-sec__tips .p-tips__def dd {
	line-height: 2.2
}
@media print, screen and (min-width:769px) {
	.p-sec__tips .p-tips__def dd {
		padding: 30px;
		font-size: 1.5rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__tips .p-tips__def dd {
		padding: 15px;
		font-size: 1.4rem
	}
}
.p-sec__tips .p-tips__def dd em {
	background: #fce600
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad {
		overflow-x: hidden
	}
}
.p-sec__study-abroad .p-scholarship__lede, .p-sec__study-abroad .p-study-abroad__lede {
	line-height: 1.8;
	font-weight: 400
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__lede, .p-sec__study-abroad .p-study-abroad__lede {
		margin-bottom: 40px;
		font-size: 2.2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__lede, .p-sec__study-abroad .p-study-abroad__lede {
		margin-bottom: 20px;
		font-size: 1.6rem
	}
}
.p-sec__study-abroad .p-scholarship__title, .p-sec__study-abroad .p-study-abroad__title {
	position: relative;
	transform: skewX(-20deg)
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__title, .p-sec__study-abroad .p-study-abroad__title {
		margin-bottom: 30px;
		margin-left: 8px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__title, .p-sec__study-abroad .p-study-abroad__title {
		margin-bottom: 30px;
		margin-left: 8px;
		margin-right: 1.5vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__title:not(:first-of-type), .p-sec__study-abroad .p-study-abroad__title:not(:first-of-type) {
		margin-top: 50px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__title:not(:first-of-type), .p-sec__study-abroad .p-study-abroad__title:not(:first-of-type) {
		margin-top: 20px
	}
}
.p-sec__study-abroad .p-scholarship__title--blue, .p-sec__study-abroad .p-scholarship__title--blue span, .p-sec__study-abroad .p-study-abroad__title--blue, .p-sec__study-abroad .p-study-abroad__title--blue span {
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%)
}
.p-sec__study-abroad .p-scholarship__title--skyblue, .p-sec__study-abroad .p-scholarship__title--skyblue span, .p-sec__study-abroad .p-study-abroad__title--skyblue, .p-sec__study-abroad .p-study-abroad__title--skyblue span {
	background: linear-gradient(55deg, #036eb7 0, #188bcc 75%, #2ca6e0 100%)
}
.p-sec__study-abroad .p-scholarship__title--gray, .p-sec__study-abroad .p-scholarship__title--gray span, .p-sec__study-abroad .p-study-abroad__title--gray, .p-sec__study-abroad .p-study-abroad__title--gray span {
	background: linear-gradient(55deg, #d3d7dd 0, #e2e4e8 70%, #f0f1f3 100%)
}
.p-sec__study-abroad .p-scholarship__title--black, .p-sec__study-abroad .p-scholarship__title--black span, .p-sec__study-abroad .p-study-abroad__title--black, .p-sec__study-abroad .p-study-abroad__title--black span {
	background: linear-gradient(90deg, #646363 0, #8f8f8f 75%, #b9baba 100%)
}
.p-sec__study-abroad .p-scholarship__title span, .p-sec__study-abroad .p-study-abroad__title span {
	position: relative;
	z-index: 9;
	display: block;
	margin-left: -8px;
	margin-right: 8px;
	transform: skewX(20deg);
	color: #fff;
	line-height: 1.1
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__title span, .p-sec__study-abroad .p-study-abroad__title span {
		padding: 10px 20px;
		font-size: 2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__title span, .p-sec__study-abroad .p-study-abroad__title span {
		padding: 10px 20px 10px 10px;
		font-size: 1.8rem
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__title em, .p-sec__study-abroad .p-study-abroad__title em {
		position: absolute;
		display: block;
		z-index: 10;
		right: 20px;
		top: -6px;
		width: 520px;
		transform: skewX(20deg)
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__title em, .p-sec__study-abroad .p-study-abroad__title em {
		position: absolute;
		bottom: 12px;
		width: 92vw;
		margin-left: -18vw;
		transform: skewX(20deg)
	}
	.p-sec__study-abroad .p-scholarship__title--multiple, .p-sec__study-abroad .p-study-abroad__title--multiple {
		position: relative;
		left: -2vw;
		height: 7em;
		width: 16em;
		margin: 0 auto 30px
	}
	.p-sec__study-abroad .p-scholarship__title--multiple span, .p-sec__study-abroad .p-study-abroad__title--multiple span {
		padding: 10px 0 0;
		letter-spacing: .15em;
		background: 0 0;
		text-align: center;
		width: 16em;
		font-size: 1.3rem
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__list, .p-sec__study-abroad .p-study-abroad__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__list, .p-sec__study-abroad .p-study-abroad__list {
		margin-right: 6vw;
		padding-bottom: 5px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__list::after, .p-sec__study-abroad .p-study-abroad__list::after {
		content: "";
		width: 32%
	}
	.p-sec__study-abroad .p-scholarship__list--2column::after, .p-sec__study-abroad .p-study-abroad__list--2column::after {
		display: none
	}
	.p-sec__study-abroad .p-scholarship__list--2column .p-scholarship__item:nth-of-type(1), .p-sec__study-abroad .p-study-abroad__list--2column .p-scholarship__item:nth-of-type(1) {
		order: 1
	}
	.p-sec__study-abroad .p-scholarship__list--2column .p-scholarship__item:nth-of-type(2), .p-sec__study-abroad .p-study-abroad__list--2column .p-scholarship__item:nth-of-type(2) {
		order: 3
	}
	.p-sec__study-abroad .p-scholarship__list--2column .p-scholarship__item:nth-of-type(3), .p-sec__study-abroad .p-study-abroad__list--2column .p-scholarship__item:nth-of-type(3) {
		order: 5
	}
	.p-sec__study-abroad .p-scholarship__list--2column .p-scholarship__item:nth-of-type(4), .p-sec__study-abroad .p-study-abroad__list--2column .p-scholarship__item:nth-of-type(4) {
		order: 2
	}
	.p-sec__study-abroad .p-scholarship__list--2column .p-scholarship__item:nth-of-type(5), .p-sec__study-abroad .p-study-abroad__list--2column .p-scholarship__item:nth-of-type(5) {
		order: 4
	}
	.p-sec__study-abroad .p-scholarship__item, .p-sec__study-abroad .p-study-abroad__item {
		flex-basis: 32%;
		margin-bottom: 30px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__study-abroad .p-scholarship__item, .p-sec__study-abroad .p-study-abroad__item {
		margin-bottom: 25px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__study-abroad .p-scholarship__item--2column, .p-sec__study-abroad .p-study-abroad__item--2column {
		flex-basis: 49%
	}
	.p-sec__international-communication {
		padding-bottom: 80px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication {
		padding-bottom: 50px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__head {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__head {
		margin-bottom: 40px
	}
}
.p-sec__international-communication .p-international-communication__title {
	position: relative;
	display: flex;
	align-items: center;
	transform: skewX(-20deg);
	color: #fff;
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%);
	box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2)
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__title {
		flex-basis: 81.5%;
		padding: 35px 0
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__title {
		flex-direction: column;
		margin: 0 4vw 20px;
		padding: 15px 0
	}
}
.p-sec__international-communication .p-international-communication__title i {
	display: block;
	position: relative;
	color: #413993;
	background: #fff;
	font-style: normal
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__title i {
		left: -30px;
		margin-right: -10px;
		padding: 2px 8px;
		font-size: 2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__title i {
		top: -22px;
		left: -32vw;
		margin-bottom: -10px;
		padding: 2px 4px;
		font-size: 1.2rem;
		line-height: 1
	}
}
.p-sec__international-communication .p-international-communication__title em {
	display: block;
	transform: skewX(20deg);
	font-weight: 700
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__title em {
		font-size: 2.8rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__title em {
		margin-bottom: 5px;
		font-size: 1.6rem
	}
}
.p-sec__international-communication .p-international-communication__title span {
	display: block;
	transform: skewX(20deg);
	font-weight: 400
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__title span {
		margin-left: 30px;
		font-size: 1.4rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__title span {
		font-size: 1.2rem
	}
}
.p-sec__international-communication .p-international-communication__link {
	background: #fff;
	transform: skewX(-20deg);
	box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2)
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__link {
		flex-basis: 17%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__link {
		width: 60vw;
		margin: 0 auto
	}
}
.p-sec__international-communication .p-international-communication__link a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	transform: skewX(20deg);
	transition: .4s;
	font-weight: 700
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__link a {
		padding-left: 20px;
		font-size: 1.6rem;
		background: url(../images/icon_right_arrow01.png)no-repeat 90%center;
		background-size: 20px auto
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__link a {
		padding: 5px 0;
		font-size: 1.4rem;
		background: url(../images/icon_right_arrow01.png)no-repeat 94%center;
		background-size: 10px auto
	}
}
.p-sec__international-communication .p-international-communication__link a:active, .p-sec__international-communication .p-international-communication__link a:hover, .p-sec__international-communication .p-international-communication__link a:link, .p-sec__international-communication .p-international-communication__link a:visited {
	color: #413993;
	text-decoration: none
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__link a:active, .p-sec__international-communication .p-international-communication__link a:hover {
		opacity: .5
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__link a span {
		display: block;
		width: 100%;
		text-align: center;
		text-indent: -1em
	}
}
.p-sec__international-communication .p-international-communication__panel {
	position: relative;
	z-index: 2;
	background: #fff
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__panel {
		padding: 0 30px 30px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__panel {
		padding: 0 5vw 30px
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__panel:not(:last-of-type) {
		margin-bottom: 50px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__panel:not(:last-of-type) {
		margin-bottom: 40px
	}
}
.p-sec__international-communication .p-international-communication__panel::before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #413993;
	clip-path: polygon(0 0, 100% 100%, 100%0)
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__panel::before {
		top: 22px;
		left: -14px;
		width: 14px;
		height: 14px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__panel::before {
		top: 19px;
		left: -7px;
		width: 7px;
		height: 7px
	}
}
.p-sec__international-communication .p-international-communication__label {
	position: relative;
	text-align: center;
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%);
	transform: skewX(-20deg);
	box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2)
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__label {
		top: -20px;
		margin-top: 20px;
		margin-bottom: 15px;
		margin-left: -36px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__label {
		width: 115%;
		top: -15px;
		margin-bottom: 5px;
		margin-left: -21px
	}
}
.p-sec__international-communication .p-international-communication__label span {
	display: block;
	position: relative;
	z-index: 9;
	color: #fff;
	background: linear-gradient(55deg, #413993 0, #726caf 75%, #a29eca 100%);
	transform: skewX(20deg);
	line-height: 1.1
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__label span {
		margin-left: -8px;
		margin-right: 8px;
		padding: 10px 20px;
		font-size: 2rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__label span {
		margin-left: -6px;
		margin-right: 8px;
		padding: 10px 20px 10px 0;
		font-size: 1.3rem
	}
}
.p-sec__international-communication .p-international-communication__text {
	line-height: 1.8
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__text {
		margin-bottom: 30px;
		font-size: 1.3rem
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__text {
		margin-bottom: 20px;
		font-size: 1.3rem
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__list {
		display: flex;
		justify-content: space-between;
		margin-top: -10px
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__list {
		margin-right: -2vw
	}
}
@media print, screen and (min-width:769px) {
	.p-sec__international-communication .p-international-communication__item {
		flex-basis: 32%
	}
}
@media only screen and (max-width:768px) {
	.p-sec__international-communication .p-international-communication__item:not(:last-of-type) {
		margin-bottom: 20px
	}
	.p-sec__international-communication .p-international-communication__fig {
		margin-left: -2.5vw;
		margin-right: 2vw
	}
}
@media print, screen and (min-width:769px) {
	.p-banner__open-campus {
		margin-top: 60px
	}
}
@media only screen and (max-width:768px) {
	.p-banner__open-campus {
		margin-top: 40px
	}
}
.p-banner__open-campus a {
	display: block;
	width: 90%;
	margin: 0 auto
}
@media print, screen and (min-width:769px) {
	.p-banner__open-campus a {
		transition: .4s
	}
	.p-banner__open-campus a:active, .p-banner__open-campus a:hover {
		opacity: .85;
		transform: scale(1.05)
	}
}
html .js-map--pc, html .js-map--sp, html.js--okzoom--map--active .js-okzoom--map--pc, html.js--okzoom--map--active .js-okzoom--map--sp {
	display: block
}
html .js-okzoom--map--pc, html .js-okzoom--map--sp, html.js--okzoom--map--active .js-map--pc, html.js--okzoom--map--active .js-map--sp, html.js--okzoom--map--active .p-destination__icon--pc img, html.js--okzoom--map--active .p-destination__icon--sp img {
	display: none
}
html.js--okzoom--map--active {
	overflow-x: hidden
}
html.js--okzoom--map--active .p-destination__icon--pc, html.js--okzoom--map--active .p-destination__icon--sp {
	background: url(../images/icon_close.png)no-repeat left top;
	background-size: 95%auto
}

.footerRecruitLogo {
    border-top: solid 1px #e1e1e1;
    background-color:#fff
}

.footerRecruitLogo > a {
    display:block
}

.footerRecruitLogo ul {
    display:flex
}

.footerRecruitLogo ul li a {
    color: #000;
    text-decoration:underline
}

@media screen and (min-width: 769px) {
    .footerRecruitLogo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:1.2rem 2rem
    }

    .footerRecruitLogo > a {
        width:25.5rem
    }

    .footerRecruitLogo ul li {
        margin-left: 1em;
        font-size:1.2rem
    }

    .footerRecruitLogo ul li a:hover {
        opacity:.6
    }
}

@media screen and (max-width: 768px) {
    .footerRecruitLogo {
        padding:2rem 0
    }

    .footerRecruitLogo > a {
        width: 26rem;
        margin:0 auto 2rem
    }

    .footerRecruitLogo ul {
        gap: 2rem;
        justify-content:center
    }

    .footerRecruitLogo ul li {
        font-size:1.2rem
    }
}
