@charset "UTF-8";

/* Layout */

.l-body {
	width: 100%;
	min-width: 1100px;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #ffffff;
	padding: 0 15px;
	z-index: 1000;
}

.l-lp-common-wrapper {
	position: relative;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper {
	position: relative;
	width: 89.3333%;
	margin-left: auto;
	margin-right: auto;
}

.l-navi {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 70px);
	background: rgba(255, 255, 255, 0.95);
	overflow-y: auto;
	z-index: 1000;
}

.l-navi__title {
	font-weight: 700;
	color: #f58200;
	text-align: left;
	margin: 0 auto 0 0;
	letter-spacing: 0.05em;
	font-size: 2.3rem;
	line-height: 1.5;
}

.l-navi__inner {
	width: 315px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.header-logo {
	position: relative;
	z-index: 1100;
	width: 118px;
}

.header-buttons {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 1px;
	width: 152px;
	height: 44px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 14px;
	z-index: 1100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-buttons__item {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.18;
	text-align: center;
}

.header-buttons__item--green {
	background: #006441;
}

.header-buttons__item--yellow {
	background: #E99600;
}

.header-buttons__item--orange {
	background: #E96E00;
	font-size: 0.9rem;
	font-family: "Roboto", sans-serif;
	line-height: 1.11;
}

.header-buttons__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.header-buttons__icon {
	display: none;
}

.menu-btn {
	position: relative;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	z-index: 1100;
}

.menu-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 1px;
	background: #646464;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn span:first-child {
	-webkit-transform: translate(-50%, calc(-50% - 8px));
	transform: translate(-50%, calc(-50% - 8px));
}

.menu-btn span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn span:nth-child(3) {
	-webkit-transform: translate(-50%, calc(-50% + 8px));
	transform: translate(-50%, calc(-50% + 8px));
}

.menu-btn.is-open span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open span:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

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

.navi-btn {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2.23;
	text-align: center;
	background: #06C755;
	color: #ffffff;
	width: 260px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-decoration: none;
}

.navi-btn::before {
	content: "";
	width: 22px;
	aspect-ratio: 1/1;
	display: inline-block;
	background: url(../img/lp-common/icon_line.svg) no-repeat center/contain;
	margin-right: 5px;
	vertical-align: middle;
}

.navi-main-wrap {
	width: 100%;
}

.navi {
	width: 100%;
	font-size: 1.5rem;
	margin-top: 5px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.46;
}

.navi__item {
	width: 100%;
}

.navi__item a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 15px 20px 15px 10px;
}

.navi__item a::after {
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}

.navi__item {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.46;
	border-bottom: 1px solid #b3b3b3;
}

.navi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 9px 20px 9px 0px;
	gap: 5px;
}

.navi__strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	background: #00a4b0;
	color: #FFF;
	line-height: 1;
	border-radius: 3px;
	padding-bottom: 6px;
}

.navi__strong::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4.5px;
	width: 12px;
	height: 18px;
	background: #00a4b0;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.navi-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-top: 40px;
}

.navi-sub__item {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.navi-sub__item a {
	text-decoration: none;
}

.navi-sub__item a::before {
	content: "";
	display: inline-block;
	width: 10px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #f58200;
	margin: 0 13px 2px 0;
}

.mainvisual {
	background: url(../img/bg_mv_pc.png) no-repeat center/cover;
	margin-top: 80px;
	position: relative;
}

.mainvisual__main {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1490px;
	width: 106.4vw;
	min-width: 1180px;
	max-height: 720px;
	height: 51.42vw;
	min-height: 565.62px;
}

.mainvisual__item {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainvisual__item.is-visible {
	opacity: 1;
	-webkit-transition: 0.24s;
	transition: 0.24s;
}

.mainvisual__item--11 {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.mainvisual__item--11.is-visible {
	-webkit-transition: 0.3s cubic-bezier(0.21, 1.35, 0.8, 1.16) 0.2s;
	transition: 0.3s cubic-bezier(0.21, 1.35, 0.8, 1.16) 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mainvisual__item img {
	display: block;
	width: 100%;
}

.lead {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	position: relative;
	padding: 17px 30px 24px;
	background: url(../img/deco_globe.svg) no-repeat right 2px bottom -20px/200px auto, #f58200;
	border-radius: 16px;
	color: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin-top: -33px;
}

.lead.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.lead__head {
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.lead__head strong {
	display: block;
	margin-top: 5px;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

.lead__main {
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.75;
	text-align: justify;
}

.reason-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: #00a4b0;
	text-align: center;
}

.reason-heading__label {
	width: 80px;
}

.reason-heading__label img {
	display: block;
}

.reason-heading__text {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.reason-1 {
	margin-top: 62px;
}

.reason-1__text {
	line-height: 2;
	text-align: justify;
}

.reason-1__main {
	margin-top: 30px;
}

.reason-2 {
	margin-top: 62px;
}

.reason-2__note {
	margin-top: 12px;
	padding-right: 120px;
	padding-left: 2.2em;
	text-indent: -2.2em;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5833;
	text-align: justify;
}

.reason-3 {
	margin-top: 65px;
}

.reason-3__text {
	line-height: 2;
	text-align: justify;
}

.reason-4 {
	margin-top: 62px;
}

.reason-4__text {
	line-height: 2;
	text-align: justify;
}

.reason-diagram {
	position: relative;
}

.reason-diagram__image img {
	display: block;
	width: 100%;
}

.reason-diagram__button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1/1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	border-radius: 50%;
	overflow: hidden;
}

.reason-diagram__button::after {
	content: "";
	display: block;
	width: 36%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.reason-diagram__button__item button {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.reason-diagram__button__item button[aria-expanded=true] {
	pointer-events: none;
}

.reason-diagram__popup {
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	position: absolute;
	width: 47.8%;
	padding: 15px 10px 10px 13px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.reason-diagram__popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.reason-diagram__popup--1 {
	top: 26px;
	left: -10px;
}

.reason-diagram__popup--2 {
	top: 26px;
	right: -10px;
}

.reason-diagram__popup--3 {
	top: calc(50% + 12px);
	left: -10px;
}

.reason-diagram__popup--4 {
	top: calc(50% + 12px);
	right: -10px;
}

.reason-diagram__popup__heading {
	background: #FFFFFF;
	color: #333333;
	font-size: 1.2rem;
	padding: 3px 10px;
	border-radius: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.reason-diagram__popup__text {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 8px;
}

.reason-diagram__popup__tag {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 4px;
}

.reason-diagram__popup__tag li {
	display: inline-block;
}

.reason-diagram__popup__close {
	position: absolute;
	top: 7px;
	right: 7px;
	background: none;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	visibility: hidden;
}

.reason-card {
	margin-top: 40px;
	padding: 14px 20px;
	background: #fff8d8;
}

.reason-card__title {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	color: #f58200;
}

.reason-card__separator {
	position: relative;
	margin: 18px 0 22px;
	border: none;
	background: #333333;
	height: 1px;
	overflow: visible;
}

.reason-card__separator::before,
.reason-card__separator::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #333333;
	border-radius: 50%;
}

.reason-card__separator::before {
	left: 0;
}

.reason-card__separator::after {
	right: 0;
}

.reason-card__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25em;
	margin-bottom: 14px;
	font-weight: 500;
	line-height: 1.25;
	color: #334149;
}

.reason-card__head::before {
	content: "▶︎ ";
	display: block;
	color: #f58200;
}

.reason-card__image img {
	display: block;
	width: 100%;
}

.reason-card__text {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.75;
	text-align: justify;
}

.reason-card__text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #f9cd9c), color-stop(90%, #f9cd9c), color-stop(90%, transparent));
	background: linear-gradient(transparent 20%, #f9cd9c 20%, #f9cd9c 90%, transparent 90%);
}

.reason-course {
	margin-top: 40px;
	border: 1px solid #f7b400;
	background: #FFF;
}

.reason-course__heading {
	padding: 5px 10px;
	background: #f7b400;
	font-weight: 900;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #FFF;
	text-align: center;
}

.reason-course__heading span {
	font-size: 1.4rem;
	line-height: 1.4286;
}

.reason-course__content {
	padding: 17px 20px 16px;
}

.reason-course__point__item {
	position: relative;
	padding-left: 23px;
	font-weight: 700;
	line-height: 1.5;
	color: #f58200;
}

.reason-course__point__item:not(:last-child) {
	margin-bottom: 7px;
}

.reason-course__point__item::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 16px;
	height: 15px;
	background: url(../img/icon_checked.svg) no-repeat center center/contain;
}

.reason-course__example {
	margin-top: 13px;
}

.reason-course__example__title {
	margin-bottom: 3px;
	padding: 1px 10px;
	background: #f58200;
	color: #FFF;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.reason-course__example__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
}

.reason-course__example__item::before {
	content: "▶︎";
	color: #f7b400;
}

.reason-panel {
	position: relative;
	border-left: 4px solid #f58200;
}

.reason-panel + .reason-panel {
	margin-top: 70px;
}

.reason-panel__label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 126px;
	padding: 12px 15px 12px 10px;
	background: #f58200;
	margin-bottom: 16px;
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
	clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.reason-panel__heading {
	padding-left: 21px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.reason-panel__body {
	margin-top: 10px;
	padding-left: 21px;
}

.reason-panel__lead {
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
}

.reason-panel__text {
	line-height: 1.75;
	text-align: justify;
}

.reason-panel__support {
	margin-top: 18px;
}

.reason-panel__support__heading {
	padding: 0.4615em 10px;
	border-radius: 14px;
	background: #f58200;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
}

.reason-panel__support__heading sup {
	vertical-align: super;
	font-size: 60%;
}

.reason-panel__support__text {
	margin-top: 8px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: justify;
}

.reason-panel__support__text sup {
	vertical-align: super;
	font-size: 60%;
}

.reason-panel__box {
	margin-top: 20px;
	background: #fff8d8;
}

.reason-panel__box__heading {
	padding: 5px 8px;
	background: #f7b400;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #FFF;
}

.reason-panel__box__main {
	padding: 12px 6px 12px 14px;
}

.reason-panel__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 0;
}

.reason-panel__list:not(:last-child) {
	margin-bottom: 8px;
}

.reason-panel__list::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f0d38b;
}

.reason-panel__terms {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px;
	font-weight: 700;
	line-height: 1.5;
}

.reason-panel__terms strong {
	font-size: 2rem;
	line-height: 1;
}

.reason-panel__terms::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(calc(100% + 10px), -50%);
	transform: translate(calc(100% + 10px), -50%);
	display: block;
	width: 8px;
	height: 16px;
	background: #f7b400;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.reason-panel__result {
	font-weight: 700;
	font-size: 1.8rem;
	color: #f15a24;
}

.reason-panel__result sup {
	margin-left: 0.15em;
	vertical-align: super;
	font-size: 60%;
}

.reason-panel__list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 0;
}

.reason-panel__list-2:not(:last-child) {
	margin-bottom: 8px;
}

.reason-panel__list-2::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f0d38b;
}

.reason-panel__list-2__label {
	position: relative;
	margin-right: 25px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
}

.reason-panel__list-2__label::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(calc(100% + 5px), -50%);
	transform: translate(calc(100% + 5px), -50%);
	display: block;
	width: 8px;
	height: 16px;
	background: #f7b400;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.reason-panel__list-2__detail {
	font-weight: 700;
	line-height: 1.5;
}

.reason-panel__note {
	margin-top: 8px;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

.reason-panel__internship {
	margin-top: 18px;
}

.reason-panel__internship__image img {
	display: block;
}

.reason-panel__internship__note {
	margin-top: 3px;
	font-size: 1rem;
	line-height: 1.5;
}

.reason-panel__internship__schedule {
	margin-top: 10px;
}

.reason-panel__internship__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	line-height: 1.6154;
}

.reason-panel__internship__head::before {
	content: "▶︎";
}

.reason-panel__internship__list {
	margin-top: 6px;
}

.reason-panel__internship__item {
	position: relative;
	padding-left: 19px;
	font-size: 1.3rem;
	line-height: 1.4615;
}

.reason-panel__internship__item:not(:last-child) {
	padding-bottom: 10px;
}

.reason-panel__internship__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 5px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 1px;
	height: 100%;
	background: #f58200;
}

.reason-panel__internship__item::before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f58200;
}

.reason-column {
	position: relative;
	margin-top: 30px;
	padding: 30px 18px 18px;
	border: 1px solid #00a4b0;
	background: #d3ebef;
}

.reason-column__tag {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, calc(-50% + 3px));
	transform: translate(-50%, calc(-50% + 3px));
	display: block;
	width: 91%;
	max-width: 290px;
	padding: 2px 5px 2px;
	border: 1px solid #00a4b0;
	border-radius: 9999px;
	background: #FFF;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color: #00a4b0;
	text-align: center;
}

.reason-column__tag::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80%;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #00a4b0 transparent transparent;
	translate: -50% 100%;
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg);
	-webkit-transform-origin: top;
	transform-origin: top;
}

.reason-column__tag::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80%;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #FFF transparent transparent;
	translate: -50% calc(100% - 1px);
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg);
	-webkit-transform-origin: top;
	transform-origin: top;
}

.reason-column__tag span {
	display: block;
	width: 97%;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	background: #FFF;
	padding: 0 5px;
	margin: 0 auto;
}

.reason-column__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.reason-column__head__en img {
	display: block;
	height: 2.5rem;
}

.reason-column__head__ja {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #00a4b0;
}

.reason-column__lead {
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1.5;
}

.reason-column__text {
	line-height: 1.75;
	text-align: justify;
}

.reason-column__topic {
	margin-top: 16px;
	padding: 8px 14px 12px;
	border: 2px dotted #00a4b0;
	border-radius: 2px;
	background: #FFF;
}

.reason-column__topic__heading {
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #00a4b0;
	text-align: center;
}

.reason-column__topic__heading sup {
	vertical-align: super;
	font-size: 60%;
}

.reason-column__topic__text {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: justify;
}

.reason-column__topic__text sup {
	vertical-align: super;
	font-size: 60%;
}

.reason-column__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 136px;
	border: 8px solid #FFF;
	-webkit-transform: translate(24%, 58%) rotate(7deg);
	transform: translate(24%, 58%) rotate(7deg);
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.reason-column__image img {
	display: block;
}

.reason-industry {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 6px;
	margin: 40px auto 60px;
	width: calc(100vw - 30px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reason-industry__item img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.reason-flow {
	position: relative;
	margin-top: 32px;
}

.reason-flow__note {
	position: absolute;
	top: -12px;
	left: 37.5%;
	z-index: 1;
	padding: 7px 10px 9px;
	border-radius: 6px;
	background: #00a4b0;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
}

.reason-flow__note::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 12%;
	border-style: solid;
	border-width: 8px 12px 0 0;
	border-color: #00a4b0 transparent transparent;
	translate: -50% 100%;
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg);
	-webkit-transform-origin: top;
	transform-origin: top;
}

.reason-flow__box {
	border: 2px solid #f7b400;
	background: #FFF;
}

.reason-flow__heading {
	padding: 4px 6px 8px;
	background: #f7b400;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #FFF;
}

.reason-flow__list {
	padding: 13px 13px;
}

.reason-flow__item {
	position: relative;
	display: grid;
	grid-template-columns: 5.4rem 1fr;
	gap: 0 3px;
	padding-left: 24px;
}

.reason-flow__item:not(:last-child) {
	padding-bottom: 7px;
}

.reason-flow__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 10px;
	bottom: -0.2em;
	width: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #f58200;
}

.reason-flow__item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #f58200;
}

.reason-flow__year {
	font-weight: 700;
	line-height: 1.5;
	color: #f58200;
}

.reason-flow__detail {
	font-weight: 500;
	line-height: 1.5;
}

.reason-seminar {
	margin-top: 38px;
}

.reason-seminar__heading {
	padding: 5px 10px 4px;
	border-radius: 13px;
	background: #f58200;
	font-weight: 700;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
}

.reason-seminar__content {
	position: relative;
	margin-top: 16px;
}

.reason-seminar__item {
	position: relative;
}

.reason-seminar__item + .reason-seminar__item {
	margin-top: 25px;
	padding-top: 24px;
	border-top: 1px solid #334149;
}

.reason-seminar__item + .reason-seminar__item::before,
.reason-seminar__item + .reason-seminar__item::after {
	content: "";
	position: absolute;
	top: 0;
	-webkit-transform: translateY(calc(-50% - 1px));
	transform: translateY(calc(-50% - 1px));
	width: 8px;
	height: 8px;
	background: #334149;
	border-radius: 50%;
}

.reason-seminar__item + .reason-seminar__item::before {
	left: 0;
}

.reason-seminar__item + .reason-seminar__item::after {
	right: 0;
}

.reason-seminar__title {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
}

.reason-seminar__visual {
	position: relative;
	margin-top: 20px;
}

.reason-seminar__label {
	position: absolute;
	top: -47px;
	right: -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 78px;
	aspect-ratio: 1;
	padding: 12px;
	background: url(../img/deco_label.svg) no-repeat center center/contain;
	font-weight: 700;
	line-height: 1.2857;
	color: #f58200;
	text-align: center;
	z-index: 2;
}

.reason-seminar__image {
	position: relative;
	z-index: 1;
	margin-left: auto;
	width: calc(100% - 84px);
}

.reason-seminar__image img {
	display: block;
	width: 100%;
}

.reason-seminar__person {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.reason-seminar__person--1 {
	left: -20px;
	width: 49.8%;
}

.reason-seminar__person--2 {
	left: -27px;
	width: 44.8%;
}

.reason-seminar__person img {
	display: block;
}

.reason-seminar__text {
	margin-top: 10px;
	line-height: 1.75;
	text-align: justify;
}

.bg-grid {
	background: repeating-linear-gradient(0deg, #fff0e3 0 1px, transparent 1px 20px), repeating-linear-gradient(90deg, #fff0e3 0 1px, transparent 1px 20px);
}

.color-orange2 {
	color: #f58200;
}

.color-aqua {
	color: #00a4b0;
}

.buttons-wrap {
	margin-top: 30px;
}

.button-primary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000000;
	border: none;
	color: #FFF;
	padding: 0.5em 33px 0.7em 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 60px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-mask: url(../img/icon_arrow_right_white.svg) no-repeat center/contain;
	mask: url(../img/icon_arrow_right_white.svg) no-repeat center/contain;
	display: block;
	background: currentColor;
	-webkit-transform: translateY(calc(-50% - 2px));
	transform: translateY(calc(-50% - 2px));
	width: 14px;
	height: 14px;
}

.button-primary[target=_blank]::after {
	-webkit-mask: url(../img/icon_external.svg) no-repeat center/contain;
	mask: url(../img/icon_external.svg) no-repeat center/contain;
}

.column {
	border-radius: 12px;
	background: #fff3c2;
}

.column__detail {
	color: #a0662b;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.06em;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 0;
	padding-left: 17px;
}

.column__detail::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #f58200;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.column__detail-en {
	margin-right: 2px;
}

.column__item {
	padding: 30px;
}

.column__item:not(:first-child) {
	border-top: 3px dotted #a0662b;
}

.find-work__2col-item:not(:first-child) {
	margin-top: 30px;
}

.find-work__label {
	text-align: center;
}

.find-work__label__inner {
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #00a4b0;
	color: #FFFFFF;
	padding: 0.7em 0em 0.8em 0.3em;
	max-width: 28.5rem;
	margin: 0 0 auto 0;
}

.find-work__label__inner::before,
.find-work__label__inner::after {
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
}

.find-work__label__inner::after {
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00a4b0), color-stop(50%, #00a4b0), color-stop(50%, transparent), to(transparent));
	background: linear-gradient(to right bottom, #00a4b0 0, #00a4b0 50%, transparent 50%, transparent 100%);
	width: 24px;
}

.find-work__title {
	font-size: 2.8rem;
	letter-spacing: -0.03em;
	line-height: 1.3;
	margin-top: 15px;
	font-weight: 900;
	letter-spacing: -0.05em;
	color: #4d4d4d;
}

.find-work__title__strong {
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0.15em, transparent), color-stop(0.15em, #ffe200), color-stop(0.42em, #ffe200), color-stop(0.42em, transparent), to(transparent));
	background: linear-gradient(to top, transparent 0%, transparent 0.15em, #ffe200 0.15em, #ffe200 0.42em, transparent 0.42em, transparent 100%);
}

.find-work__title__note {
	font-size: 1.2rem;
	vertical-align: top;
	margin-top: 0.4em;
	display: inline-block;
}

.find-work__title-lg {
	font-size: 3.4rem;
}

.find-work__note-1 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 10px;
	display: block;
}

.find-work__text {
	line-height: 1.75;
	color: #333333;
	margin-top: 12px;
	text-align: justify;
}

.find-work__text__strong {
	color: #e95513;
	font-weight: 700;
}

.job-offer__heading {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	color: #f58200;
	text-align: center;
	margin-top: 2rem;
}

.job-offer__main {
	margin-top: 24px;
}

.job-offer__description {
	line-height: 1.85;
	color: #333333;
	text-align: justify;
}

.job-offer__figure {
	margin-top: 16px;
}

.job-offer__figure img {
	width: 305px;
	display: block;
	margin: 0 auto;
}

.job-offer__figure__note {
	font-size: 1rem;
	font-weight: 500;
	text-align: right;
	margin-top: 1.3rem;
}

.job-offer__point {
	border: 1px solid #e95513;
	padding: 9px 9px 15px;
	margin-top: 35px;
}

.job-offer__point__heading {
	background: #e95513;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	padding: 11px 0;
}

.job-offer__point__content {
	margin-top: 15px;
	padding: 0 10px;
}

.job-offer__point__text {
	font-size: 1.3rem;
	line-height: 1.7;
	text-align: justify;
}

.result {
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 27px;
	margin-top: 40px;
}

.result__content {
	position: relative;
	padding: 20px 20px 0;
}

.result__head {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	color: #FFF;
	background-color: #f58200;
	position: relative;
	width: calc(100% + 20px);
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 0 10px;
}

.result__head::before,
.result__head::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 10px;
	height: 10px;
	background: #c96900;
}

.result__head::before {
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.result__head::after {
	right: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.result__head-sm {
	font-size: 1.4rem;
	margin-top: 10px;
	display: block;
}

.result__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.666666;
	text-align: justify;
}

.rate {
	margin-top: 35px;
}

.rate__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}

.rate__label {
	border-radius: 6px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	padding: 10px 0;
	background: linear-gradient(135deg, #f08e42 0, #f08e42 50%, #ec6d34 50%, #ec6d34 100%);
}

.rate__label span {
	font-size: 1.3rem;
	font-weight: 500;
}

.rate__figure {
	margin-top: 23px;
	text-align: center;
}

.rate__note {
	font-size: 1.2rem;
	line-height: 1.625;
	text-align: justify;
	margin-top: 26px;
}

.ranking {
	background: #dff0f0;
	color: #FFF;
	border-radius: 10px;
	padding: 26px 0 24px;
}

.ranking__heading {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ranking__heading__item-1 {
	font-size: 1.8rem;
	color: #00a4b0;
}

.ranking__heading__item-2 {
	font-size: 2.7rem;
	color: #00a4b0;
}

.ranking__heading__item-2 span {
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
	margin-top: 0.3em;
}

.ranking__heading__item-3 {
	font-size: 1.8rem;
	color: #00a4b0;
	margin-top: 1rem;
}

.ranking__content {
	max-width: 275px;
	margin: 21px auto 0;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (hover: hover) {

.button-primary:hover {
	background: #f58200;
}

}

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

.l-header { /* pc */
	height: 80px;
	padding: 0 7px 0 32px;
}

.l-lp-common-wrapper { /* pc */
	max-width: 1100px;
}

.l-wrapper { /* pc */
	width: calc(100% - 50px);
	max-width: 1000px;
}

.l-navi { /* pc */
}

.l-navi__title { /* pc */
	font-size: 2.9rem;
}

.l-navi__inner { /* pc */
	width: 800px;
	padding: 20px 0;
}

.header-logo { /* pc */
	width: 120px;
}

.header-buttons { /* pc */
	border-radius: 0;
	gap: 0 8px;
	width: auto;
	height: 48px;
	margin-right: 10px;
}

.header-buttons__item { /* pc */
	width: 112px;
	border-radius: 5px;
	font-size: 1.28rem;
	line-height: 1.56;
}

.header-buttons__item--orange { /* pc */
	font-size: 1.6rem;
	line-height: 1;
}

.header-buttons__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-buttons__item a:hover {
	opacity: 0.6;
}

.header-buttons__icon { /* pc */
	display: block;
	width: 24px;
	height: 24px;
	margin-bottom: -3px;
}

.header-buttons__icon--exinfo { /* pc */
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.menu-btn { /* pc */
	width: 80px;
	height: 80px;
}

.menu-btn span { /* pc */
	width: 30px;
}

.menu-btn span:first-child { /* pc */
	-webkit-transform: translate(-50%, calc(-50% - 13px));
	transform: translate(-50%, calc(-50% - 13px));
}

.menu-btn span:nth-child(3) { /* pc */
	-webkit-transform: translate(-50%, calc(-50% + 13px));
	transform: translate(-50%, calc(-50% + 13px));
}

.navi-btn { /* pc */
	font-size: 1.6rem;
	line-height: 2.175;
	width: 440px;
	padding: 11px 0;
	margin-top: 55px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi-btn:hover {
	opacity: 0.6;
}

.navi-btn::before { /* pc */
	width: 25px;
}

.navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;
	line-height: 1.5;
	gap: 0 5%;
	margin-top: 10px;
}

.navi__item a { /* pc */
	padding: 18px 35px 18px 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a:hover {
	opacity: 0.6;
}

.navi__item a::after { /* pc */
	right: 10px;
	width: 5px;
	height: 5px;
}

.navi__item { /* pc */
	font-size: 1.6rem;
}

.navi__item a { /* pc */
	padding: 12px 35px 12px 0px;
	gap: 12px;
}

.navi__strong { /* pc */
	width: 80px;
	height: 30px;
	margin-right: 12px;
	font-size: 1.6rem;
	border-radius: 6px;
	padding-bottom: 3px;
}

.navi__strong::after {
	width: 10px;
	height: 18px;
	right: 3px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.navi-sub { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	gap: 20px 30px;
}

.navi-sub__item { /* pc */
	font-size: 1.6rem;
}

.navi-sub__item a::before { /* pc */
	margin-right: 10px;
}

.lead { /* pc */
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	padding: 44px 40px 40px;
	border-radius: 32px;
	background: url(../img/deco_globe.svg) no-repeat right -2px bottom -5px/234px auto, #f58200;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-top: -167px;
}

.lead__head { /* pc */
	margin-bottom: 26px;
	font-size: 2.4rem;
}

.lead__head strong { /* pc */
	font-size: 4.2rem;
}

.lead__main { /* pc */
	font-size: 1.6rem;
	line-height: 2.375;
	letter-spacing: 0.04em;
	text-align: center;
}

.reason-heading { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-bottom: 22px;
	text-align: left;
}

.reason-heading__label { /* pc */
	width: 104px;
}

.reason-heading__text { /* pc */
	font-size: 3.8rem;
	line-height: 1.3684;
}

.reason-1 { /* pc */
	margin-top: 85px;
}

.reason-1__text { /* pc */
	font-size: 1.6rem;
	letter-spacing: -0.02em;
}

.reason-1__main { /* pc */
	display: grid;
	grid-template-columns: minmax(0, 1fr) 525px;
	gap: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 55px;
}

.reason-2 { /* pc */
	margin-top: 102px;
}

.reason-2__main { /* pc */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-top: 60px;
}

.reason-2__note { /* pc */
	margin-top: 18px;
	padding-right: 160px;
}

.reason-3 { /* pc */
	margin-top: 102px;
}

.reason-3__text { /* pc */
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}

.reason-4 { /* pc */
	margin-top: 104px;
}

.reason-4__text { /* pc */
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}

.reason-diagram { /* pc */
	grid-column: 2;
	grid-row: 1;
}

.reason-diagram__image { /* pc */
	margin-top: 18px;
}

.reason-diagram__button { /* pc */
	display: none;
}

.reason-card { /* pc */
	margin-top: 0;
	padding: 23px 30px;
}

.reason-card__title { /* pc */
	font-size: 2rem;
}

.reason-card__separator { /* pc */
	margin: 10px 0 15px;
}

.reason-card__separator::before,
.reason-card__separator::after { /* pc */
	width: 6px;
	height: 6px;
}

.reason-card__head { /* pc */
	margin-bottom: 8px;
}

.reason-card__content { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.reason-card__image { /* pc */
	width: 43%;
}

.reason-card__text { /* pc */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: -5px;
}

.reason-course { /* pc */
	display: grid;
	grid-template-columns: 212px minmax(0, 1fr);
	margin-top: 42px;
}

.reason-course__heading { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2rem;
}

.reason-course__heading span { /* pc */
	font-size: 1.6rem;
	line-height: 1.875;
}

.reason-course__content { /* pc */
	display: grid;
	grid-template-columns: minmax(0, 1fr) 213px;
	gap: 10px;
	padding: 10px 20px 12px 20px;
}

.reason-course__point { /* pc */
	padding-top: 5px;
}

.reason-course__point__item { /* pc */
	font-size: 1.6rem;
}

.reason-course__point__item:not(:last-child) { /* pc */
	margin-bottom: 4px;
}

.reason-course__example { /* pc */
	margin-top: 0;
	padding-left: 18px;
	border-left: 1px solid #e0b24c;
}

.reason-course__example__item { /* pc */
	gap: 2px;
	letter-spacing: 0.07em;
}

.reason-course__example__item:not(:last-child) { /* pc */
	margin-bottom: 1px;
}

.reason-panel { /* pc */
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.reason-panel + .reason-panel { /* pc */
	margin-top: 0;
}

.reason-panel__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 17px;
}

.reason-panel__label { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	height: 6rem;
	padding: 6px 15px 6px 10px;
	font-size: 1.8rem;
	line-height: 1.2222;
}

.reason-panel__heading { /* pc */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 0;
	margin-top: -0.2em;
	font-size: 2.4rem;
}

.reason-panel__body { /* pc */
	margin-top: 17px;
	padding-left: 32px;
}

.reason-panel__lead { /* pc */
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.reason-panel__text { /* pc */
	font-size: 1.6rem;
	letter-spacing: -0.02em;
}

.reason-panel__support { /* pc */
	margin-top: 32px;
}

.reason-panel__support__heading { /* pc */
	border-radius: 18px;
	font-size: 1.5rem;
}

.reason-panel__support__text { /* pc */
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.75;
}

.reason-panel__box__heading { /* pc */
	padding: 5px 8px 7px;
}

.reason-panel__box__main { /* pc */
	padding: 16px 20px;
}

.reason-panel__list { /* pc */
	font-size: 1.6rem;
}

.reason-panel__list:not(:last-child) { /* pc */
	margin-bottom: 10px;
}

.reason-panel__list::before { /* pc */
	margin-right: 10px;
}

.reason-panel__terms { /* pc */
	margin-right: 38px;
	font-size: 1.6rem;
}

.reason-panel__terms strong { /* pc */
	font-size: 2.5rem;
}

.reason-panel__terms::after { /* pc */
	width: 10px;
	height: 20px;
	-webkit-transform: translate(calc(100% + 18px), -50%);
	transform: translate(calc(100% + 18px), -50%);
}

.reason-panel__result { /* pc */
	font-size: 2.3rem;
}

.reason-panel__list-2 { /* pc */
	font-size: 1.6rem;
}

.reason-panel__list-2::before { /* pc */
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 0.5em;
	margin-right: 10px;
}

.reason-panel__list-2__label { /* pc */
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 38px;
	font-size: 2rem;
	line-height: 1.2;
}

.reason-panel__list-2__label::after { /* pc */
	width: 10px;
	height: 20px;
	-webkit-transform: translate(calc(100% + 14px), -50%);
	transform: translate(calc(100% + 14px), -50%);
}

.reason-panel__list-2__detail { /* pc */
	font-size: 1.6rem;
}

.reason-panel__note { /* pc */
	font-size: 1.2rem;
}

.reason-panel__internship { /* pc */
	display: grid;
	grid-template-columns: minmax(0, 1fr) 216px;
	gap: 16px;
	margin-top: 2px;
}

.reason-panel__internship__image-wrap { /* pc */
	padding-top: 24px;
}

.reason-panel__internship__note { /* pc */
	font-size: 1.2rem;
}

.reason-panel__internship__schedule { /* pc */
	margin-top: 0;
}

.reason-panel__internship__list { /* pc */
	margin-top: 2px;
}

.reason-panel__internship__item:not(:last-child) { /* pc */
	padding-bottom: 11px;
}

.reason-column { /* pc */
	margin-top: 22px;
	padding: 30px 28px 27px;
}

.reason-column__tag { /* pc */
	left: 15px;
	-webkit-transform: translate(0, calc(-50% + 6px));
	transform: translate(0, calc(-50% + 6px));
}

.reason-column__tag span { /* pc */
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.reason-column__head { /* pc */
	gap: 13px;
	margin-bottom: 8px;
}

.reason-column__head__en img { /* pc */
	height: 3.15rem;
}

.reason-column__head__ja { /* pc */
	font-size: 1.3rem;
}

.reason-column__lead { /* pc */
	font-size: 1.6rem;
}

.reason-column__topic { /* pc */
	padding: 10px 20px 16px;
}

.reason-column__topic__text { /* pc */
}

.reason-column__image { /* pc */
	border-width: 6px;
	-webkit-transform: translate(16%, 52%) rotate(7deg);
	transform: translate(16%, 52%) rotate(7deg);
}

.reason-industry { /* pc */
	position: static;
	gap: 10px;
	width: auto;
	max-width: 590px;
	margin: 38px auto 80px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.reason-flow { /* pc */
	max-width: 524px;
	margin: 52px auto 0;
}

.reason-flow__note { /* pc */
	top: -18px;
	left: 32%;
	padding: 7px 15px 9px;
	font-size: 1.4rem;
}

.reason-flow__heading { /* pc */
	padding: 2px 28px 7px;
	font-size: 1.8rem;
}

.reason-flow__list { /* pc */
	padding: 24px 28px;
}

.reason-flow__item { /* pc */
	grid-template-columns: 7rem 1fr;
	gap: 0 7px;
	padding-left: 25px;
}

.reason-flow__item:not(:last-child) { /* pc */
	padding-bottom: 12px;
}

.reason-flow__item:not(:last-child)::before { /* pc */
	bottom: -0.3em;
}

.reason-flow__item::after { /* pc */
	top: 0.3em;
	width: 16px;
	height: 16px;
}

.reason-flow__year { /* pc */
	font-size: 1.6rem;
}

.reason-flow__detail { /* pc */
	font-size: 1.6rem;
	line-height: 1.75;
}

.reason-seminar__heading { /* pc */
	padding: 3px 10px 5px;
}

.reason-seminar__content { /* pc */
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	margin-top: 25px;
}

.reason-seminar__content::before { /* pc */
	content: "";
	position: absolute;
	left: 50%;
	top: 4px;
	width: 1px;
	height: calc(100% - 8px);
	background: #334149;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reason-seminar__content::after { /* pc */
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 6px;
	background: radial-gradient(circle, #334149 0, #334149 3px, transparent 3px) center top 4px/6px 6px no-repeat, radial-gradient(circle, #334149 0, #334149 3px, transparent 3px) center bottom 4px/6px 6px no-repeat;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.reason-seminar__item { /* pc */
	min-width: 0;
}

.reason-seminar__item + .reason-seminar__item { /* pc */
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.reason-seminar__item + .reason-seminar__item::before,
.reason-seminar__item + .reason-seminar__item::after { /* pc */
	display: none;
}

.reason-seminar__title { /* pc */
	font-size: 2.4rem;
	line-height: 1.375;
}

.reason-seminar__body { /* pc */
	position: relative;
}

.reason-seminar__visual { /* pc */
	position: static;
	margin-top: 22px;
}

.reason-seminar__label { /* pc */
	width: 94px;
	font-size: 1.6rem;
	line-height: 1.1687;
}

.reason-seminar__label--1 { /* pc */
	top: -5px;
	left: -18px;
	right: auto;
}

.reason-seminar__label--2 { /* pc */
	top: 1px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	right: 2px;
}

.reason-seminar__image { /* pc */
}

.reason-seminar__image--1 { /* pc */
	width: calc(100% - 150px);
}

.reason-seminar__image--2 { /* pc */
	margin-left: 0;
	margin-right: auto;
	width: calc(100% - 178px);
}

.reason-seminar__person { /* pc */
}

.reason-seminar__person--1 { /* pc */
	left: 0;
	bottom: 5px;
	width: 45%;
}

.reason-seminar__person--2 { /* pc */
	left: auto;
	right: 0;
	bottom: 5px;
}

.reason-seminar__text { /* pc */
	margin-top: 12px;
}

.reason-seminar__text--1 { /* pc */
	padding-left: 206px;
}

.reason-seminar__text--2 { /* pc */
	padding-right: 207px;
}

.buttons-wrap { /* pc */
	margin-top: 50px;
}

.button-primary { /* pc */
	padding: 0.5em 50px 0.7em;
	font-size: 1.8rem;
}

.button-primary::after { /* pc */
	right: 30px;
	width: 18px;
	height: 18px;
}

.column__detail { /* pc */
	text-align: left;
	margin: 0 auto 0px 0;
}

.column__item { /* pc */
	padding: 45px 50px 50px;
}

.find-work { /* pc */
	display: grid;
	grid-template-columns: 50% 45%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.find-work__2col-item:not(:first-child) { /* pc */
	margin-top: 0;
}

.find-work__label { /* pc */
	margin-top: 0;
	text-align: left;
}

.find-work__label__inner { /* pc */
	padding: 0.7em 0.05em 0.8em 1.2em;
	font-size: 2.4rem;
	max-width: 39rem;
}

.find-work__label__inner::after { /* pc */
	width: 30px;
}

.find-work__title { /* pc */
	font-size: 4rem;
	line-height: 1.46;
	margin-top: 17px;
}

.find-work__title__note { /* pc */
	font-size: 1.4rem;
	margin-top: 0.7em;
}

.find-work__title__narrow { /* pc */
	letter-spacing: -0.1em;
}

.find-work__title-lg { /* pc */
	font-size: 4.5rem;
}

.find-work__note-1 { /* pc */
	margin-top: 19px;
}

.find-work__text { /* pc */
	line-height: 1.8;
	margin-top: 12px;
}

.job-offer__heading { /* pc */
	margin-top: 0;
	font-size: 4.8rem;
	text-align: left;
}

.job-offer__heading span {
	font-size: 150%;
}

.job-offer__main { /* pc */
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 302px;
	grid-template-rows: auto auto;
	gap: 27px 48px;
}

.job-offer__description { /* pc */
	grid-column: 1;
	grid-row: 1;
	line-height: 2;
}

.job-offer__figure { /* pc */
	margin-top: 0;
	grid-column: 2;
	grid-row: 1/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.job-offer__figure img { /* pc */
	width: calc(100% + 3px);
	max-width: initial;
	margin: 0;
}

.job-offer__figure__note { /* pc */
	text-align: center;
	margin-top: 0;
}

.job-offer__point { /* pc */
	grid-column: 1;
	grid-row: 2;
	margin-top: 0;
}

.job-offer__point__heading { /* pc */
	font-size: 1.9rem;
	padding: 6px 0;
}

.result { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 0px 0px;
	margin-top: 50px;
}

.result__content { /* pc */
	width: 100%;
	margin: 0;
	padding: 22px 34px 22px 30px;
}

.result__head { /* pc */
	font-size: 2.2rem;
}

.result__text { /* pc */
	font-size: 1.6rem;
	line-height: 2;
}

.rate { /* pc */
	margin-top: 28px;
}

.rate__main { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 6%;
}

.rate__item { /* pc */
	width: 50%;
}

.rate__note { /* pc */
	font-size: 1.3rem;
}

.rate__note p { /* pc */
	padding-left: 2.1em;
	text-indent: -2.1em;
}

.ranking { /* pc */
	padding-bottom: 28px;
}

.ranking__heading { /* pc */
	line-height: 1.3;
}

.ranking__heading__item-1 { /* pc */
}

.ranking__heading__item-2 { /* pc */
	font-size: 2.9rem;
}

.ranking__heading__item-3 { /* pc */
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 0;
}

.ranking__content { /* pc */
	max-width: initial;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 20px;
}

}

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

.lead { /* 1400px以下 */
	margin-top: clamp(-90px, -8vw, -110px);
}

.lead { /* 1400px以下 */
	margin-top: -33px;
}

}

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

.l-body { /* sp */
	min-width: initial;
}

.mainvisual { /* sp */
	background: url(../img/bg_mv_sp.png) no-repeat bottom center/cover;
	margin-top: 70px;
}

.mainvisual__main { /* sp */
	width: 100%;
	max-width: initial;
	min-width: initial;
	height: 117.333333vw;
	max-height: initial;
	min-height: initial;
}

.reason-diagram__popup__close { /* sp */
	visibility: visible;
}

.column { /* sp */
	width: 100vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
}

}

