*,
*::before,
*::after {
	box-sizing: border-box;
}

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

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

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	background: #ffffff;
	color: #404559;
	font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

body.is-fixed {
	overflow: hidden;
}

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

a {
	color: inherit;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	width: 87.6923076923vw;
}

.l-inner-2 {
	margin-left: auto;
	margin-right: auto;
	width: 89.7435897436vw;
}

.c-button {
	border: 1px solid #fff;
	border-radius: 44px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1.3px;
	letter-spacing: 0.8px;
	line-height: 1.4;
	overflow: hidden;
	padding-bottom: 8px;
	padding-left: 23px;
	padding-right: 45px;
	padding-top: 8px;
	position: relative;
}

.c-button::before {
	background-image: linear-gradient(45deg, #023e78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.5s;
	z-index: -1;
}

.c-button::after {
	background: #fff400;
	border-radius: 50%;
	content: "";
	height: 6px;
	position: absolute;
	transform: translate(16px, 8px);
	width: 6px;
}

.c-button:hover::before {
	background-position: 0;
}

.c-button-drawer::after {
	transform: translate(227px, 7px);
}

.c-heading {
	position: relative;
	z-index: 5;
}

.c-heading-main {
	color: #fff;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.96px;
}

.c-heading-sub {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.8;
}

.c-heading-main-color {
	background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading-sub-color {
	color: #404559;
}

.p-header {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	display: flex;
	height: 72px;
	justify-content: space-between;
	padding-inline: 16px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-header__logo {
	height: 32px;
	position: relative;
	top: -14px;
}

.p-header__logo a img {
	aspect-ratio: 32px/175px;
	width: 175px;
}

.p-header__nav {
	display: none;
}

.p-header__link {
	color: #fff;
	line-height: 1.4;
	position: relative;
}

.p-header__link:after {
	background: transparent;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s;
	width: 100%;
}

.p-header__link:hover::after {
	background: #fff;
	transform: scaleX(1);
}

.p-drawer-icon {
	height: 14px;
	position: relative;
	right: 0;
	width: 45px;
	z-index: 21;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar {
	background: #fff;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(1),
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(2) {
	top: 5px;
	width: 42px;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(1) {
	transform: rotate(20deg);
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(2) {
	transform: rotate(-20deg);
}

.p-drawer-icon__bar {
	background: #fff;
	height: 2px;
	left: 0;
	position: absolute;
	transition: transform 0.3s;
	width: 40px;
}

.p-drawer-icon__bar:nth-child(1) {
	top: 0;
}

.p-drawer-icon__bar:nth-child(2) {
	top: 8px;
}

.p-drawer-content {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	height: calc(100% - 72px);
	padding-top: 20px;
	position: fixed;
	transform: translateX(100%);
	transition: transform 0.3s;
	width: 100%;
	z-index: 20;
}

.p-drawer-content.is-checked {
	transform: translateX(0);
}

.p-drawer-content__lists {
	margin: 0 auto;
	max-width: 334px;
}

.p-drawer-content__list {
	color: #fff;
	line-height: 1.4;
	padding-bottom: 15px;
	padding-top: 18px;
	position: relative;
}

.p-drawer-content__list::before {
	background: #fff;
	content: "";
	height: 1px;
	position: absolute;
	transform: translateY(36px);
	width: 100%;
}

.p-drawer-content__list::after {
	background: url(../img/sp/drawer-vector.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	position: absolute;
	right: 1px;
	width: 10px;
}

.p-drawer-content__button {
	margin-top: 30px;
}

.p-fv {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	padding-top: 40px;
	position: relative;
}

.p-fv-swiper__wrapper {
	transition-timing-function: linear;
}

.p-swiper-slide {
	display: grid;
	gap: 12px;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto auto;
}

.p-fv__image img {
	border-radius: 4px;
	height: 100%;
	width: 100%;
}

.p-fv__image:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-fv__image:nth-of-type(2) {
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-fv__image:nth-of-type(3) {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-fv__image:nth-of-type(4) {
	grid-column: 3/5;
	grid-row: 1/3;
}

.p-fv__image:nth-of-type(5) {
	grid-column: 5/6;
	grid-row: 1/2;
}

.p-fv__image:nth-of-type(6) {
	grid-column: 5/6;
	grid-row: 2/3;
}

.p-fv__image:nth-of-type(7) {
	grid-column: 6/8;
	grid-row: 1/3;
}

.p-fv__title {
	position: absolute;
	transform: translate(20px, -130px);
	z-index: 15;
}

.p-fv__text-group {
	margin-top: 9px;
}

.p-fv__text {
	background: rgba(255, 255, 255, 0.7);
	color: #023e78;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 1.6;
	padding-left: 16px;
	padding-right: 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__text:nth-child(2) {
	margin-top: 9px;
}

.p-message {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	overflow: hidden;
	padding-bottom: 164px;
	padding-top: 178px;
}

.p-message__box {
	display: block;
}

.p-message__texts {
	color: #023e78;
	font-size: 15px;
	line-height: 2.2;
	margin-bottom: 61px;
	padding-inline: 24px;
	text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
}

.p-message__text:nth-child(2),
.p-message__text:nth-child(3) {
	margin-top: 49px;
}

.p-message__text span {
	animation: colorFade 1.5s ease-in-out forwards;
	display: inline-block;
}

.p-message__image {
	display: block;
	margin-left: auto;
	position: relative;
	width: 84.8717948718vw;
	z-index: 10;
}

.p-message__image img {
	border-radius: 5px;
	height: auto;
	width: 100%;
}

.p-message__bg {
	position: relative;
}

.p-message__bg::after {
	aspect-ratio: 353/188;
	background: url(../img/sp/bg-message.png) no-repeat center center/contain;
	bottom: -131px;
	content: "";
	left: -66px;
	position: absolute;
	width: 90.5128205128vw;
	z-index: 0;
}

.p-business {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}

.p-business__content {
	margin-top: 40px;
}

.p-business-tabs__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 8px;
	column-gap: 8px;
	row-gap: 16px;
}

.p-business-tabs__item {
	background: #e4eaf1;
	border: 2px solid #0961b6;
	border-radius: 4px;
	color: #023e78;
	padding-bottom: 4px;
	padding-inline: 6px;
	padding-top: 6px;
	text-align: left;
}

.p-business-tabs__item.is-active {
	background: #023e78;
	border: 1px solid #fff;
	color: #fff;
}

.p-business-tabs-english {
	font-family: "Jost", sans-serif;
	font-size: 8px;
	font-style: italic;
	font-weight: 500;
	text-transform: uppercase;
}

.p-business-tabs-box {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
}

.p-business-tabs-number {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
}

.p-business-tabs-title {
	font-size: 13px;
	font-weight: 700;
	padding-top: 2px;
}

.p-business-tabs__contents {
	margin-top: 41px;
}

.p-swiper-wrapper-business {
	padding-left: 20px;
}

.p-swiper-slide-business {
	background: #e4eaf1;
	border-radius: 4px;
	padding: 12px;
	width: 312px;
}

.p-swiper-slide-business:nth-of-type(5) {
	background: transparent;
	visibility: hidden;
}

.p-business__title-english {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

.p-business__title {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 5px;
}

.p-business__title-number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.p-business__title-text {
	color: #023e78;
	font-size: 18px;
	font-weight: 700;
}

.p-business__image {
	margin-bottom: 14px;
	margin-top: 10px;
}

.p-business__body + .p-business__body {
	margin-top: 25px;
}

.p-business__body-title {
	color: #023e78;
	font-size: 15px;
	font-weight: 700;
}

.p-business__body-texts {
	margin-top: 6px;
}

.p-business__body-text {
	color: #404559;
	font-size: 14px;
	line-height: 1.7;
	padding-left: 21px;
	position: relative;
}

.p-business__body-text::before {
	background: #404559;
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 9px;
	position: absolute;
	top: 8px;
	width: 3px;
}

.p-business__button {
	background: #023e78;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	margin-top: 22px;
	overflow: hidden;
	padding-block: 20px;
	padding-left: 20px;
	padding-right: 25px;
	position: relative;
	transition: border 0.5s;
	width: 100%;
}

.p-business__button:hover {
	border: 1px solid #fff;
}

.p-business__button:hover a {
	color: #fff;
}

.p-business__button a {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: space-between;
	transition: color 0.5s;
	z-index: 2;
}

.p-business__button img svg:hover {
	color: #023e78;
}

.p-business__button::before {
	background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.5s;
	z-index: -1;
}

.p-business__button:hover::before {
	background-position: 0;
}

.p-challenge {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	overflow: hidden;
	padding-bottom: 57px;
	padding-top: 120px;
}

.p-challenge__bg {
	position: relative;
	z-index: 0;
}

.p-challenge__bg::after {
	aspect-ratio: 531/187;
	background: url(../img/sp/bg-challenge.png) no-repeat center center/contain;
	bottom: -118px;
	content: "";
	position: absolute;
	right: -111px;
	width: 136.1538461538vw;
	z-index: 0;
}

.p-challenge__content {
	margin-top: 40px;
}

.p-challenge__card {
	border-radius: 4px;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 28px;
	position: relative;
}

.p-challenge__card::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 12px;
	position: absolute;
	width: 100%;
}

.p-challenge__card-1 {
	background: rgba(244, 251, 255, 0.7);
}

.p-challenge__card-1::after {
	background: #37a4db;
}

.p-challenge__card-2 {
	background: rgba(238, 246, 254, 0.7);
}

.p-challenge__card-2::after {
	background: #2766ae;
}

.p-challenge__card-3 {
	background: rgba(235, 243, 247, 0.7);
}

.p-challenge__card-3::after {
	background: #025178;
}

.p-challenge__card-4 {
	background: rgba(233, 242, 250, 0.7);
}

.p-challenge__card-4::after {
	background: #023e78;
}

.p-challenge__card-head {
	border-radius: 0 0 4px 0;
	color: #fff;
	position: absolute;
}

.p-challenge__card-head-1 {
	background: #37a4db;
}

.p-challenge__card-head-2 {
	background: #2766ae;
}

.p-challenge__card-head-3 {
	background: #025178;
}

.p-challenge__card-head-4 {
	background: #023e78;
}

.p-challenge__head-content {
	padding-bottom: 9px;
	padding-inline: 28px;
	padding-top: 6px;
}

.p-challenge__stage {
	align-items: center;
	display: flex;
	font-family: "Jost", sans-serif;
	font-style: italic;
	gap: 8px;
}

.p-challenge__text {
	font-size: 15px;
	letter-spacing: 0.45px;
	line-height: 1;
}

.p-challenge__number {
	font-size: 20px;
}

.p-challenge__title {
	font-size: 18px;
	font-weight: 700;
}

.p-challenge__card-body {
	display: flex;
	flex-direction: column;
	gap: 27px;
	padding-inline: 24px;
	padding-top: 105px;
}

.p-challenge__sentence {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.73;
}

.p-challenge__image {
	border-radius: 4px;
}

.p-member {
	background: #e4eaf1;
	overflow: hidden;
	padding-bottom: 156px;
	padding-top: 80px;
}

.p-member__bg {
	position: relative;
	z-index: 0;
}

.p-member__bg::after {
	aspect-ratio: 305/162;
	background: url(../img/sp/bg-member.png) no-repeat center center/contain;
	bottom: -87px;
	content: "";
	left: -1px;
	position: absolute;
	width: 78.2051282051vw;
	z-index: 0;
}

.p-member__content {
	margin-top: 24px;
}

.p-member__swiper-wrapper {
	padding-left: 20px;
}

.p-member__swiper-slide {
	width: 312px !important;
}

.p-member__image {
	padding-top: 40px;
	position: relative;
}

.p-member__image img {
	border-radius: 4px;
	box-shadow: 0 5px 15px 0 rgba(26, 150, 239, 0.15);
}

.p-member__number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 56px;
	font-style: italic;
	letter-spacing: 1.12px;
	line-height: 1.5;
	position: absolute;
	right: 7px;
	text-shadow: 1px 1px 0 #fff;
	top: -4px;
}

.p-member__introduce {
	bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 0;
	position: absolute;
}

.p-member__faculty {
	align-items: center;
	background: #fff;
	color: #023e78;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 4px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-member__detail {
	align-items: center;
	background: #fff;
	color: #023e78;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.5;
	padding: 4px 12px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-member__career {
	padding-right: 10px;
}

.p-member__name {
	font-size: 20px;
	letter-spacing: 1px;
}

.p-member__text {
	background: #023e78;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	height: 234px;
	letter-spacing: 0.3px;
	line-height: 2;
	margin-top: 21px;
	padding: 12px 16px;
}

.p-member__swiper-option {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 79px;
	position: relative;
}

.p-member-scrollbar {
	background-color: #c4ccd7;
	border-radius: 0;
	height: 8px !important;
	position: absolute;
	width: 100%;
}

.swiper-scrollbar-drag {
	background-color: #0961b6;
	border-radius: 0;
	width: 82px !important;
}

.p-member-prev {
	color: #0961b6;
	height: 11px;
	opacity: 1 !important;
	position: absolute;
	transform: translate(258px, 73px);
	width: 11px;
}

.p-member-prev::before {
	border: 1px solid #0961b6;
	border-radius: 50%;
	content: "";
	height: 40px;
	position: absolute;
	width: 40px;
}

.p-member-next {
	color: #0961b6;
	height: 11px;
	position: absolute;
	transform: translate(-16px, 73px);
	width: 11px;
}

.p-member-next::before {
	border: 1px solid #0961b6;
	border-radius: 50%;
	content: "";
	height: 40px;
	position: absolute;
	width: 40px;
}

.p-culture {
	background: #f2f4f6;
	padding-top: 80px;
}

.p-culture__contents {
	padding-top: 40px;
}

.p-culture__content {
	padding-bottom: 82px;
}

.p-culture__items {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding-inline: 16px;
}

.p-culture__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-bottom: 23px;
	padding-top: 28px;
}

.p-culture__item:nth-child(2),
.p-culture__item:nth-child(3) {
	border-top: 2px solid #c4ccd7;
}

.p-culture__icon {
	text-align: center;
}

.p-culture__title {
	color: #023e78;
	margin-top: 8px;
	text-align: center;
}

.p-culture__title-main {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-culture__title-sub {
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.39px;
	padding-top: 5px;
	text-transform: uppercase;
}

.p-culture__text {
	color: #404559;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}

.p-culture__image img {
	height: 380px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-walfare__bg {
	position: relative;
	z-index: 0;
}

.p-walfare__bg::after {
	aspect-ratio: 220/256;
	background: url(../img/sp/bg-walfare.png) no-repeat center center/contain;
	bottom: -254px;
	content: "";
	position: absolute;
	right: 0;
	width: 56.4102564103vw;
	z-index: 0;
}

.p-walfare-title {
	color: #404559;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	margin-top: 82px;
}

.p-walfare-title img {
	height: 20px;
	margin-right: 12px;
	width: 20px;
}

.p-faq {
	background: #e4eaf1;
	padding-bottom: 100px;
	padding-top: 101px;
	position: relative;
	z-index: 1;
}

.p-faq__bg {
	position: relative;
	z-index: -1;
}

.p-faq__bg::after {
	aspect-ratio: 276/343;
	background: url(../img/sp/bg-faq.png) no-repeat center center/contain;
	bottom: -1442px;
	content: "";
	left: 0;
	position: absolute;
	width: 70.7692307692vw;
	z-index: 0;
}

.p-faq__wrapper {
	display: flex;
	flex-direction: column;
	gap: 39px;
}

.p-faq__box {
	background: #f2f4f6;
	border-radius: 4px;
	padding-bottom: 8px;
	padding-inline: 12px;
	padding-top: 8px;
}

.p-faq__box:nth-child(2),
.p-faq__box:nth-child(3),
.p-faq__box:nth-child(4),
.p-faq__box:nth-child(5) {
	margin-top: 18px;
}

.p-faq__box.is-open .p-faq-arrow {
	transform: rotate(180deg);
}

.p-faq__head-group {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-right: 12px;
}

.p-faq__box-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 6px;
	padding-top: 8px;
	width: 100%;
}

.p-faq__head-icon {
	align-items: center;
	background: rgba(255, 244, 0, 0.4);
	border-radius: 50%;
	color: #023e78;
	display: inline-flex;
	font-family: Jost;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	height: 28px;
	justify-content: center;
	left: 0;
	line-height: 1.27;
	width: 28px;
}

.p-faq__head-text {
	color: #404559;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}

.p-faq-arrow {
	height: 32px;
	right: 0;
	width: 32px;
}

.p-faq__box-body {
	border-top: 2px solid #c4ccd7;
	padding-bottom: 8px;
	padding-top: 10px;
}

.p-faq__answer-text {
	color: #023e78;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}

.p-entry {
	background: #e4eaf1;
	padding-bottom: 12px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

.p-entry__inner {
	padding-inline: 12px;
}

.p-entry__door-left {
	display: none;
}

.p-entry__door-right {
	display: none;
}

.p-entry__wrapper {
	background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
	border-radius: 8px;
	padding-bottom: 56px;
	padding-top: 56px;
}

.p-entry__title {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.p-entry__text {
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 26px;
	text-align: center;
}

.p-entry__button {
	border: 1px solid #fff;
	border-radius: 44px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 64px;
	padding-right: 92px;
	padding-top: 15px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-entry__button span {
	position: relative;
	z-index: 1;
}

.p-entry__button::before {
	background-image: linear-gradient(45deg, #023e78 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.5s;
	z-index: 0;
}

.p-entry__button::after {
	background: #fff400;
	border-radius: 50%;
	content: "";
	height: 12px;
	position: absolute;
	transform: translate(40px, 6px);
	width: 12px;
}

.p-entry__button:hover::before {
	background-position: 0;
}

.p-footer {
	background: #e4eaf1;
	color: #404559;
	padding-bottom: 42px;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}

.p-footer__inner {
	padding-inline: 20px;
}

.p-footer__contents {
	display: flex;
	flex-direction: column;
}

.p-footer__logo img {
	aspect-ratio: 280.5/68;
	height: auto;
	transition: opacity 0.3s;
	width: 280.5px;
}

.p-footer__logo img:hover {
	opacity: 0.7;
}

.p-footer__name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding-top: 33px;
}

.p-footer__address {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-footer__tel {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-footer__menu {
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding-left: 16px;
	padding-top: 58px;
}

.p-footer__menu-items {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.p-footer__menu-item {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__menu-item:after {
	background: transparent;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s;
	width: 100%;
}

.p-footer__menu-item:hover::after {
	background: #0961b6;
	transform: scaleX(1);
}

.p-footer__box {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-top: 53px;
}

.p-footer__sns-items {
	display: flex;
	flex-direction: row;
	gap: 38px;
}

.p-footer__sns-item {
	transition: opacity 0.3s;
}

.p-footer__sns-item img {
	height: 40px;
	width: 40px;
}

.p-footer__sns-item:nth-child(3) {
	align-items: center;
	display: flex;
	height: 40px;
	width: 40px;
}

.p-footer__sns-item:nth-child(3) img {
	height: 27px;
	width: 35px;
}

.p-footer__sns-item:hover {
	opacity: 0.7;
}

.p-footer__copyright small {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.visible-tb {
	display: none;
}

.u-fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.6s;
}

.u-fadein.is-inview {
	opacity: 1;
	transform: translateY(0);
}

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

.l-inner {
	width: 87.6302083333vw;
}

.l-inner-2 {
	width: 87.6302083333vw;
}

.c-heading-main {
	font-size: 64px;
	letter-spacing: 1.28px;
}

.c-heading-sub {
	font-size: 18px;
	letter-spacing: 1.8px;
}

.p-message__texts {
	font-size: 18px;
}

.p-member-prev {
	height: 20px;
	transform: translate(631px, 68px);
	width: 20px;
}

.p-member-next {
	height: 20px;
	transform: translate(-28px, 68px);
	width: 20px;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

}

@media screen and (min-width: 1000px) and (max-width: 1439px) {

.l-inner {
	width: 87.7vw;
}

.l-inner-2 {
	width: 87.7vw;
}

.c-heading-main {
	font-size: 64px;
	letter-spacing: 1.28px;
}

.c-heading-sub {
	font-size: 18px;
	letter-spacing: 1.8px;
}

.p-header {
	height: 83px;
	padding-inline: 30px;
}

.p-header__logo {
	height: 59px;
	top: 0;
}

.p-header__logo a img {
	width: 320px;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 36px;
}

.p-drawer-icon {
	display: none;
}

.p-drawer-content {
	display: none;
}

.p-fv {
	padding-top: 45px;
}

.p-fv__title {
	transform: translate(40px, -125px);
}

.p-fv__text-group {
	display: flex;
	margin-top: 21px;
}

.p-fv__text:nth-child(1) {
	padding-right: 21px;
}

.p-fv__text:nth-child(2) {
	margin-top: 0;
	padding-left: 0;
}

.p-fv__text {
	font-size: 40px;
	letter-spacing: 1.28px;
	line-height: 130%;
	padding: 8px 24px;
}

.p-message {
	padding-bottom: 118px;
	padding-top: 293px;
}

.p-message__box {
	display: flex;
	margin: 0 auto;
	max-width: 93vw;
}

.p-message__texts {
	font-size: 18px;
	padding-inline: 4.5vw;
	padding-top: 5px;
}

.p-message__text:nth-child(2),
.p-message__text:nth-child(3) {
	margin-top: 81px;
}

.p-message__image {
	width: 44.4444444444vw;
}

.p-business__content {
	margin-top: 70px;
}

.p-business-tabs__list {
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.p-business-tabs-title {
	font-size: 16px;
	padding-top: 0;
}

.p-business-tabs__contents {
	margin-top: 40px;
}

.p-swiper-wrapper-business {
	padding-left: 57px;
}

.p-swiper-slide-business {
	padding: 28px;
}

.p-business__title-english {
	font-size: 16px;
	letter-spacing: 0.48px;
}

.p-business__title-number {
	font-size: 28px;
	letter-spacing: 0.84px;
}

.p-business__title-text {
	font-size: 24px;
}

.p-business__image {
	margin-bottom: 22px;
	margin-top: 19px;
}

.p-business__body + .p-business__body {
	margin-top: 23px;
}

.p-business__body-title {
	font-size: 18px;
}

.p-business__body-text::before {
	top: 10px;
}

.p-business__body-text {
	font-size: 16px;
	padding-left: 24px;
}

.p-business__button {
	margin-top: 31px;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-right: 45px;
	padding-top: 20px;
}

.p-challenge {
	padding-bottom: 132px;
	padding-top: 237px;
}

.p-challenge__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 63px;
}

.p-challenge__wrapper {
	display: flex;
	gap: 5.2777777778vw;
}

.p-challenge__card {
	margin-bottom: 0;
	width: 582px;
}

.p-challenge__card-1 {
	height: 590px;
	margin-top: 64px;
}

.p-challenge__card-2 {
	height: 590px;
}

.p-challenge__card-3 {
	height: 617px;
	margin-top: 96px;
}

.p-challenge__card-4 {
	height: 617px;
	margin-top: 32px;
}

.p-challenge__head-content {
	padding-top: 5px;
}

.p-challenge__stage {
	gap: 9px;
}

.p-challenge__text {
	font-size: 18px;
}

.p-challenge__number {
	font-size: 24px;
}

.p-challenge__title {
	font-size: 24px;
}

.p-challenge__card-body {
	gap: 42px;
	padding-top: 118px;
}

.p-challenge__card-body-2 {
	gap: 68px;
}

.p-challenge__card-body-3 {
	gap: 68px;
}

.p-challenge__sentence {
	font-size: 16px;
	line-height: 1.7;
}

.p-member {
	padding-bottom: 148px;
	padding-top: 120px;
}

.p-member__swiper-wrapper {
	padding-left: 100px;
}

.p-member__swiper-slide {
	width: 386px !important;
}

.p-member__image {
	padding-top: 60px;
}

.p-member__number {
	top: 16px;
}

.p-member__text {
	height: 204px;
}

.p-member__swiper-option {
	margin-left: 88px;
	margin-right: 100px;
	margin-top: 115px;
}

.p-member-scrollbar {
	width: 976px !important;
}

.swiper-scrollbar-drag {
	width: 672px !important;
}

.p-member-prev {
	height: 20px;
	transform: translate(750px, 81px);
	width: 20px;
}

.p-member-prev::before {
	border: 2px solid #0961b6;
	height: 80px;
	width: 80px;
}

.p-member-next {
	height: 20px;
	transform: translate(35px, 81px);
	width: 20px;
}

.p-member-next::before {
	border: 2px solid #0961b6;
	height: 80px;
	width: 80px;
}

.p-walfare__bg {
	display: none;
}

.p-entry__door {
	border-radius: 8px;
	height: 402px;
	overflow: hidden;
	perspective: 500px;
	perspective-origin: center;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}

.p-entry__door.is-open .p-entry__door-left {
	transform: rotateY(24deg) scaleX(0.52);
}

.p-entry__door.is-open .p-entry__door-right {
	transform: rotateY(-24deg) scaleX(0.52);
}

.p-entry__door-left,
.p-entry__door-right {
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: transform 0.8s;
	transition-timing-function: ease-out;
	width: 50%;
	z-index: 10;
}

.p-entry__door-left img,
.p-entry__door-right img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	display: block;
	object-position: top;
}

.p-entry__door-left {
	display: block;
	left: 0;
	transform-origin: left center;
}

.p-entry__door-right {
	display: block;
	right: 0;
	transform-origin: right center;
}

.p-footer {
	padding-bottom: 74px;
	padding-top: 106px;
}

.p-footer__inner {
	padding-inline: 60px;
}

.p-footer__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

.p-footer__contents {
	flex-direction: row;
	gap: 150px;
}

.p-footer__name {
	line-height: 1.7;
	padding-top: 40px;
}

.p-footer__address {
	line-height: 1.7;
}

.p-footer__tel {
	line-height: 1.7;
}

.p-footer__menu {
	flex-direction: row;
	gap: 163px;
	padding-left: 0;
	padding-top: 25px;
}

.p-footer__menu-item {
	width: 100%;
}

.p-footer__box {
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 35px;
	width: 700px;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

.u-hidden-md {
	display: none;
}

}

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

.l-inner {
	width: 86.1111111111vw;
}

.l-inner-2 {
	width: 86.1111111111vw;
}

.c-heading-main {
	font-size: 64px;
	letter-spacing: 1.28px;
}

.c-heading-sub {
	font-size: 18px;
	letter-spacing: 1.8px;
}

.p-header {
	height: 83px;
	padding-inline: 40px;
}

.p-header__logo {
	height: 59px;
	top: 0;
}

.p-header__logo a img {
	width: 320px;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 36px;
}

.p-drawer-icon {
	display: none;
}

.p-drawer-content {
	display: none;
}

.p-fv {
	padding-top: 45px;
}

.p-fv__title {
	transform: translate(40px, -165px);
}

.p-fv__text-group {
	display: flex;
	margin-top: 21px;
}

.p-fv__text:nth-child(1) {
	padding-right: 21px;
}

.p-fv__text:nth-child(2) {
	margin-top: 0;
	padding-left: 0;
}

.p-fv__text {
	font-size: 64px;
	letter-spacing: 1.28px;
	line-height: 130%;
	padding: 8px 24px;
}

.p-message {
	padding-bottom: 118px;
	padding-top: 293px;
}

.p-message__box {
	display: flex;
}

.p-message__texts {
	font-size: 18px;
	padding-inline: 6.9444444444vw;
	padding-top: 5px;
}

.p-message__text:nth-child(2),
.p-message__text:nth-child(3) {
	margin-top: 81px;
}

.p-message__image {
	width: 44.4444444444vw;
}

.p-message__bg::after {
	aspect-ratio: 1080/574;
	background: url(../img/bg-message.png) repeat-x center center/contain;
	bottom: -118px;
	height: 574px;
	left: -179px;
	width: 175%;
}

.p-business__content {
	margin-top: 64px;
}

.p-business-tabs__list {
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.p-business-tabs__item {
	padding-block: 18px;
	padding-left: 38px;
	padding-right: 22px;
}

.p-business-tabs-english {
	font-size: 14px;
}

.p-business-tabs-box {
	flex-direction: row;
	gap: 12px;
}

.p-business-tabs-number {
	font-size: 20px;
}

.p-business-tabs-title {
	font-size: 18px;
	padding-top: 0;
}

.p-business-tabs__contents {
	margin-top: 40px;
}

.p-swiper-wrapper-business {
	padding-left: 100px;
}

.p-swiper-slide-business {
	padding: 28px;
}

.p-business__title-english {
	font-size: 16px;
	letter-spacing: 0.48px;
}

.p-business__title-number {
	font-size: 28px;
	letter-spacing: 0.84px;
}

.p-business__title-text {
	font-size: 24px;
}

.p-business__image {
	margin-bottom: 22px;
	margin-top: 19px;
}

.p-business__body + .p-business__body {
	margin-top: 23px;
}

.p-business__body-title {
	font-size: 18px;
}

.p-business__body-text::before {
	top: 10px;
}

.p-business__body-text {
	font-size: 16px;
	padding-left: 24px;
}

.p-business__button {
	margin-top: 31px;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-right: 45px;
	padding-top: 20px;
}

.p-challenge {
	padding-bottom: 132px;
	padding-top: 237px;
}

.p-challenge__bg::after {
	aspect-ratio: 1620/574;
	background: url(../img/bg-challenge.png) no-repeat center center/contain;
	bottom: -343px;
	height: 574px;
	right: -379px;
	width: 1620px;
}

.p-challenge__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 63px;
	max-width: 1240px;
}

.p-challenge__wrapper {
	display: flex;
	gap: 5.2777777778vw;
}

.p-challenge__card {
	margin-bottom: 0;
	width: 582px;
}

.p-challenge__card-1 {
	height: 590px;
	margin-top: 64px;
}

.p-challenge__card-2 {
	height: 590px;
}

.p-challenge__card-3 {
	height: 617px;
	margin-top: 96px;
}

.p-challenge__card-4 {
	height: 617px;
	margin-top: 32px;
}

.p-challenge__head-content {
	padding-top: 5px;
}

.p-challenge__stage {
	gap: 9px;
}

.p-challenge__text {
	font-size: 18px;
}

.p-challenge__number {
	font-size: 24px;
}

.p-challenge__title {
	font-size: 24px;
}

.p-challenge__card-body {
	gap: 42px;
	padding-top: 118px;
}

.p-challenge__card-body-2 {
	gap: 68px;
}

.p-challenge__card-body-3 {
	gap: 68px;
}

.p-challenge__sentence {
	font-size: 16px;
	line-height: 1.7;
}

.p-member {
	padding-bottom: 148px;
	padding-top: 120px;
}

.p-member__bg::after {
	aspect-ratio: 941/500;
	background: url(../img/bg-member.png) no-repeat center center/contain;
	bottom: -376px;
	left: -1px;
	width: 941px;
}

.p-member__swiper-wrapper {
	padding-left: 100px;
}

.p-member__swiper-slide {
	width: 386px !important;
}

.p-member__image {
	padding-top: 60px;
}

.p-member__number {
	top: 16px;
}

.p-member__text {
	height: 204px;
}

.p-member__swiper-option {
	margin-left: 88px;
	margin-right: 100px;
	margin-top: 115px;
}

.p-member-scrollbar {
	width: 976px !important;
}

.swiper-scrollbar-drag {
	width: 672px !important;
}

.p-member-prev {
	height: 20px;
	transform: translate(1096px, 0px);
	width: 20px;
}

.p-member-prev::before {
	border: 2px solid #0961b6;
	height: 80px;
	width: 80px;
}

.p-member-next {
	height: 20px;
	transform: translate(-28px, 0);
	width: 20px;
}

.p-member-next::before {
	border: 2px solid #0961b6;
	height: 80px;
	width: 80px;
}

.p-culture {
	padding-top: 120px;
}

.p-culture__contents {
	padding-top: 64px;
}

.p-culture__content {
	padding-bottom: 122px;
}

.p-culture__items {
	border: 1px solid #fff;
	padding-inline: 40px;
}

.p-culture__item {
	flex-direction: row;
	gap: 40px;
	padding-bottom: 25px;
	padding-left: 34px;
	padding-right: 28px;
	padding-top: 27px;
}

.p-culture__icon {
	align-self: center;
	flex-shrink: 0;
}

.p-culture__title {
	align-self: center;
	flex-shrink: 0;
	margin-top: 0;
	text-align: left;
	width: 387px;
}

.p-culture__title-main {
	font-size: 24px;
	line-height: 1.6;
}

.p-culture__title-sub {
	font-size: 14px;
	letter-spacing: 0.42px;
	padding-top: 12px;
}

.p-culture__text {
	font-size: 16px;
	line-height: 1.7;
}

.p-walfare__bg::after {
	aspect-ratio: 767/878;
	background: url(../img/bg-walfare.png) no-repeat center center/contain;
	bottom: -688px;
	right: 0;
	width: 767px;
	z-index: 0;
}

.p-walfare-title img {
	height: 29px;
	width: 29px;
}

.p-walfare-title {
	font-size: 24px;
	margin-top: 122px;
}

.p-faq {
	padding-bottom: 120px;
	padding-top: 121px;
}

.p-faq__bg::after {
	aspect-ratio: 584/878;
	background: url(../img/bg-faq.png) no-repeat center center/contain;
	bottom: -1199px;
	left: 0;
	width: 584px;
}

.p-faq__wrapper {
	flex-direction: row;
	gap: 237px;
}

.p-faq__box:nth-child(2),
.p-faq__box:nth-child(3),
.p-faq__box:nth-child(4),
.p-faq__box:nth-child(5) {
	margin-top: 24px;
}

.p-faq__box {
	padding-inline: 20px;
}

.p-faq__head-group {
	gap: 20px;
}

.p-faq__box-head {
	padding-bottom: 16px;
	padding-inline: 32px;
	padding-top: 16px;
}

.p-faq__head-icon {
	font-size: 28px;
	height: 36px;
	line-height: 1.4;
	width: 36px;
}

.p-faq__head-text {
	font-size: 20px;
}

.p-faq__box-body {
	padding-bottom: 16px;
	padding-inline: 32px;
	padding-top: 18px;
}

.p-faq__answer-text {
	font-size: 16px;
}

.p-entry {
	padding-bottom: 32px;
	padding-top: 28px;
}

.p-entry__inner {
	padding-inline: 32px;
}

.p-entry__door {
	border-radius: 8px;
	height: 636px;
	overflow: hidden;
	perspective: 500px;
	perspective-origin: center;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}

.p-entry__door.is-open .p-entry__door-left {
	transform: rotateY(24deg) scaleX(0.52);
}

.p-entry__door.is-open .p-entry__door-right {
	transform: rotateY(-24deg) scaleX(0.52);
}

.p-entry__door-left,
.p-entry__door-right {
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: transform 0.8s;
	transition-timing-function: ease-out;
	width: 50%;
	z-index: 10;
}

.p-entry__door-left img,
.p-entry__door-right img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	display: block;
	object-position: top;
}

.p-entry__door-left {
	display: block;
	left: 0;
	transform-origin: left center;
}

.p-entry__door-right {
	display: block;
	right: 0;
	transform-origin: right center;
}

.p-entry__wrapper {
	padding-bottom: 114px;
	padding-top: 114px;
}

.p-entry__title {
	font-size: 56px;
	letter-spacing: 1.68px;
}

.p-entry__text {
	font-size: 16px;
	margin-top: 36px;
}

.p-entry__button::after {
	transform: translate(118px, -25px);
}

.p-entry__button {
	font-size: 24px;
	letter-spacing: 1.2px;
	margin-top: 55px;
	width: 235px;
}

.p-footer {
	padding-bottom: 74px;
	padding-top: 106px;
}

.p-footer__inner {
	padding-inline: 126px;
}

.p-footer__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1188px;
}

.p-footer__contents {
	flex-direction: row;
	gap: 370px;
}

.p-footer__name {
	line-height: 1.7;
	padding-top: 40px;
}

.p-footer__address {
	line-height: 1.7;
}

.p-footer__tel {
	line-height: 1.7;
}

.p-footer__menu {
	flex-direction: row;
	gap: 163px;
	padding-left: 0;
	padding-top: 25px;
}

.p-footer__menu-item {
	width: 100%;
}

.p-footer__box {
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 35px;
	width: 925px;
}

.p-footer__sns-items {
	margin-top: 10px;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

.u-hidden-md {
	display: none;
}

}

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

.l-inner {
	width: 87.5vw;
}

.l-inner-2 {
	width: 87.5vw;
}

.p-drawer-content__lists {
	padding-inline: 10px;
}

.p-fv__text {
	font-size: 25px;
}

.p-challenge__text {
	font-size: 10px;
}

.p-challenge__number {
	font-size: 15px;
}

.p-challenge__title {
	font-size: 13px;
}

.p-challenge__card-body {
	padding-inline: 10px;
}

.p-member__swiper-slide {
	width: 250px !important;
}

.p-member__faculty {
	font-size: 15px;
}

.p-member__career {
	font-size: 13px;
}

.p-member__name {
	font-size: 13px;
}

.p-member__text {
	font-size: 13px;
}

.p-member-prev {
	transform: translate(180px, 73px);
}

.p-member-next {
	transform: translate(-16px, 73px);
}

.p-culture__items {
	padding-inline: 5px;
}

.p-footer__name {
	font-size: 15px;
}

.p-footer__address {
	font-size: 15px;
}

.p-footer__tel {
	font-size: 15px;
}

}

@keyframes colorFade {

0% {
	color: #023e78;
}

100% {
	color: #fff;
}

}

