body {
	color: #3E3E3E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.button {
	background: linear-gradient(to right, #8fb1fd 0%, #aaaae8 25%, #bea4d8 50%, #d79dc4 75%, #ef97b2 100%);
	background-position: 0 50%;
	background-size: 100% 100%;
	border-radius: 64px;
	color: #fff;
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	margin: 0 auto;
	padding: 2% 0;
	position: relative;
	text-align: center; /* アニメーションの指定 */
	transition: background-size 0.5s ease-out, background-position 0.5s ease-out;
	width: 35.875rem;
}

.button:hover {
	background-position: 100% 50%;
	background-size: 200% auto;
}

.button::before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: transparent url(../images/arrow5.png) no-repeat center center/contain;
	content: "";
	height: 1em;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 2em;
}

.button:hover::before {
	right: 3%;
}

.exam__button {
	margin: 3.125rem auto 0;
}

.wrapper {
	overflow: hidden;
}

.bg_p {
	background: #FFF4F9;
}

.bg_p2 {
	background: #FFE3F1;
}

.bg_p3 {
	background: #EA5B87;
}

.bg_b {
	background: #EDF6FF;
}

.bg_b2 {
	background: #E2F0FF;
}

.bg_b3 {
	background: #4070DD;
}

.bg_w {
	background: #fff;
}

.font_p {
	color: #EA5B87;
}

.font_b {
	color: #4070DD;
}

.font_w {
	color: #fff;
}

.exam__wrapper-tab {
	border: 3px solid #4070DD;
	font-size: 2.8125rem;
	font-weight: 800;
	margin-top: 6.25rem;
	padding: 1.6% 0;
	position: relative;
	text-align: center;
}

.exam__wrapper-tab:hover {
	cursor: pointer;
}

.exam__wrapper-tab.is-active {
	background: #fff;
	color: #4070DD;
}

.exam__wrapper-tab::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 2.1875rem;
	position: absolute;
	right: 6%;
	top: 25%;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	width: 2.1875rem;
}

.exam__wrapper-tab.is-active::after {
	border-right: solid 2px #4070DD;
	border-top: solid 2px #4070DD;
	top: 45%;
	transform: rotate(-45deg);
}

.exam__wrapper-content {
	display: none;
}

.exam__wrapper-content.is-active {
	display: block;
}

.exam__wrapper-tab-close {
	background: #fff;
	border: 3px solid #4070DD;
	font-size: 2.1875rem;
	font-weight: 800;
	padding: 2.6% 0;
	position: relative;
	text-align: center;
}

.exam__wrapper-tab-close:hover {
	cursor: pointer;
}

.exam__wrapper-tab-close::after {
	border-right: solid 2px #4070DD;
	border-top: solid 2px #4070DD;
	content: "";
	display: block;
	height: 2.1875rem;
	position: absolute;
	right: 6%;
	top: 38%;
	transform: rotate(-45deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	width: 2.1875rem;
}

.exam {
	margin: 6.25rem auto 7.5rem;
	width: min(87%, 1220px);
}

.exam__wrapper.exam1 {
	padding: 3.875rem 6.5% 4.6875rem;
}

.exam .exam__wrapper:nth-of-type(n + 2) {
	margin-top: 6.25rem;
}

.exam__wrapper {
	padding: 4.6875rem 6.5% 5rem;
}

.exam__items {
	grid-gap: 4.375rem 6%;
	background: #fff;
	display: grid;
	gap: 4.375rem 6%;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	padding: 1.875rem 3% 2.5rem;
	position: relative;
}

.exam2 .exam__items,
.exam3 .exam__items,
.exam4 .exam__items,
.exam5 .exam__items {
	margin-top: 3.4375rem;
}

.exam5 .exam__items,
.exam6 .exam__items,
.exam7 .exam__items,
.exam8 .exam__items {
	margin-top: 2.5rem;
}

.exam__single {
	background: #fff;
	font-size: れm（１６;
	line-height: 1.8125;
	margin-top: 2.5rem;
	padding: 1.875rem 3% 2.5rem;
}

.exam__single a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.item-tl {
	grid-area: 1/1/2/2;
	position: relative;
}

.item-tl::before {
	background: #EDEDED;
	content: "";
	height: 102%;
	position: absolute;
	right: -7%;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.item-tr {
	grid-area: 1/2/2/3;
}

.item-b {
	grid-area: 2/1/3/3;
	position: relative;
}

.item-b::before {
	background: #EDEDED;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: -8%;
	transform: translateX(-50%);
	width: 100%;
}

.item-b__bottom {
	display: block;
	font-size: 1.125rem;
	line-height: 1.3;
	margin-top: 1.25rem;
	text-align: right;
}

.exam__item-head {
	font-size: 1.875rem;
	font-weight: 800;
	text-align: center;
}

.exam__item-text {
	margin-top: 1.875rem;
	margin-top: 1.25rem;
}

.exam__item-text-s {
	font-size: 1rem;
	margin-top: 0.9375rem;
}

.exam__item-text-head {
	font-size: 1.25rem;
	font-weight: 700;
	padding: 1.5% 0;
	text-align: center;
}

.exam__item-text-detail {
	font-size: 1rem;
	line-height: 1.8125;
	padding: 3% 0 4%;
	text-align: left;
}

.exam__items-icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: min(12vw, 167px);
	justify-content: center;
	left: 0;
	position: absolute;
	top: -8%;
	width: min(12vw, 167px);
}

.exam__items-icon p {
	font-size: 1.875rem;
	font-size: clamp(1.25rem, 0.4449rem + 1.675vw, 1.875rem);
	font-weight: 700;
	line-height: 1.36666;
}

.exam__items-icon span {
	background: #fff;
	display: block;
	font-size: 1.625rem;
	font-size: clamp(1.125rem, 0.4809rem + 1.34vw, 1.625rem);
	font-weight: 700;
	margin-top: 4%;
	padding: 0 0.625rem 1px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.exam1__wrapper {
	background: #fff;
	padding: 3% 3%;
}

.exam1__head {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 800;
	margin-top: 1.25rem;
	padding: 2.4% 0;
	text-align: center;
}

.exam1__box1 {
	font-weight: 700;
	padding: 3.5% 3% 2.5%;
}

.exam1__box1-items.u-desktop {
	width: 100%;
}

.exam__item-1,
.exam__item-2,
.exam__item-3,
.exam__item-4 {
	display: flex;
	flex-direction: column;
	padding: 8% 7% 26%;
	position: relative;
}

.exam__item-5,
.exam__item-6,
.exam__item-7,
.exam__item-8 {
	padding: 8% 7% 14%;
	position: relative;
}

.exam__item-5 {
	order: 8;
}

.exam__item-6 {
	order: 7;
}

.exam__item-7 {
	order: 6;
}

.exam__item-8 {
	order: 5;
}

.exam1__num {
	font-size: 1.25rem;
	padding: 3% 0;
}

.exam1__title {
	font-size: 1rem;
	line-height: 1.3125;
}

.exam__item-1 .exam1__title,
.exam__item-2 .exam1__title,
.exam__item-3 .exam1__title,
.exam__item-4 .exam1__title {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	margin-top: 0.9375rem;
}

.exam__item-5 .exam1__title,
.exam__item-6 .exam1__title,
.exam__item-7 .exam1__title {
	margin-top: 1.5rem;
}

.exam1__detail {
	font-size: 0.875rem;
	line-height: 1.64285;
}

.exam__item-2 .exam1__detail span {
	border-bottom: 1px solid #4070DD;
}

.exam__item-5 .exam1__detail span {
	font-size: 0.8125rem;
}

.exam__item-1 .exam1__detail,
.exam__item-2 .exam1__detail,
.exam__item-3 .exam1__detail,
.exam__item-4 .exam1__detail {
	margin-top: 0.375rem;
}

.exam__item-5 .exam1__detail,
.exam__item-6 .exam1__detail,
.exam__item-7 .exam1__detail {
	margin-top: 1.25rem;
}

.exam__item-8 .exam1__detail {
	align-items: center;
	display: flex;
	height: 82%;
	justify-content: center;
}

.exam1__box1-bottom {
	display: block;
	font-size: 0.875rem;
	line-height: 1.3;
	margin-top: 1.25rem;
	text-align: right;
}

.exam__item-1::before,
.exam__item-2::before,
.exam__item-3::before {
	background: transparent url(../images/arrow3.png) no-repeat center center/contain;
	content: "";
	height: 2em;
	position: absolute;
	right: -24%;
	top: 50%;
	transform: translateY(-50%);
	width: 3em;
	z-index: 1;
}

.exam__item-4::before {
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	background: transparent url(../images/arrow3.png) no-repeat center center/contain;
	bottom: -19%;
	content: "";
	height: 2em;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(90deg);
	width: 3em;
	z-index: 1;
}

.exam__item-5::before,
.exam__item-6::before {
	background: transparent url(../images/arrow3.png) no-repeat center center/contain;
	content: "";
	height: 2em;
	left: -24%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 3em;
	z-index: 1;
}

.exam1__box2 {
	margin-top: 2.5rem;
}

.exam1__box2-head {
	font-size: 1.875rem;
	font-weight: 800;
	text-align: center;
}

.exam1__box2-text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 0.9375rem;
	text-align: center;
}

.exam1__box2-text span {
	display: block;
	font-size: 0.875rem;
	line-height: 1.8125;
	margin-top: 0.3125rem;
}

.exam1__box3 {
	margin-top: 1.5625rem;
	padding: 4% 0;
	text-align: center;
}

.exam1__box3-head {
	font-size: 1.25rem;
	font-weight: 800;
}

.exam1__box3-head span {
	font-size: 1rem;
	font-weight: 600;
}

.exam1__box3 .exam1__box3-head:nth-of-type(n + 2) {
	margin-top: 1.875rem;
}

.exam1__box3-text {
	font-size: 1rem;
	line-height: 1.8125;
	margin: 0.9375rem auto 0;
}

.exam1__box3-text--1 {
	grid-gap: 0.625rem 0;
	display: grid;
	gap: 0.625rem 0;
	grid-template-columns: 8.75rem calc(100% - 8.75rem);
	max-width: 750px;
	padding-left: 2%;
	width: 59vw;
}

.exam1__box3-text--2 {
	grid-gap: 0.3125rem 0;
	display: grid;
	gap: 0.3125rem 0;
	grid-template-columns: 1fr;
	justify-content: center;
}

.exam1__box3-text--3 {
	grid-gap: 0.3125rem 0;
	display: grid;
	gap: 0.3125rem 0;
	grid-template-columns: 8.75rem calc(100% - 8.75rem);
	padding-left: 2%;
	width: max(25vw, 360px);
}

.exam1__box3-text--1 .exam1__box3-text-l,
.exam1__box3-text--3 .exam1__box3-text-l,
.exam1__box3-text--1 .exam1__box3-text-r,
.exam1__box3-text--3 .exam1__box3-text-r {
	display: flex;
	flex-wrap: wrap;
}

.exam1__box3-text--2 .exam1__box3-text-l,
.exam1__box3-text--2 .exam1__box3-text-r {
	justify-content: center;
}

.exam1__box3-text-l {
	min-width: 8.75rem;
}

.exam1__box3-button {
	margin-top: 1.5625rem;
}

.exam1__box3-button a {
	background: linear-gradient(to right, #8fb1fd, #aaaae8, #bea4d8, #d79dc4, #ef97b2);
	background-size: 100% 100%;
	border-radius: 9999px;
	display: block;
	margin: 0 auto;
	padding: 8px;
	position: relative;
	transition: background-size 0.3s ease-out, background-position 0.3s ease-out;
	width: 35.875rem;
}

/* hoverした際の、背景の場所とテキスト色の変更 */

.exam1__box3-button a:hover {
	background-position: right center;
	background-size: 200% 100%;
}

.exam1__box3-button-bg {
	background: white;
	border-radius: 64px;
	border-radius: 9999px;
	display: block;
	padding: 2.3% 0;
	text-align: center;
	width: 100%;
}

.exam1__box3-button-text {
	-webkit-background-clip: text; /* テキストで切り抜く */
	-webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
	background-image: linear-gradient(to right, #8fb1fd, #aaaae8, #bea4d8, #d79dc4, #ef97b2);
	background-size: 100% 100%;
	color: red; /* 非対応のブラウザの為に色を設定 */
	font-size: 1.875rem;
	transition: background-size 0.3s ease-out, background-position 0.3s ease-out;
}

.exam1__box3-button a:hover .exam1__box3-button-text {
	background-position: right center;
	background-size: 200% 100%;
}

.exam1__box3-button a::before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: transparent url(../images/arrow_sp.png) no-repeat center center/contain;
	content: "";
	height: 1em;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 4em;
}

.exam1__box3-button a:hover::before {
	right: 3%;
}

.exam1__box4 {
	margin-top: 2.5rem;
}

.exam1__box4-head {
	font-size: 1.875rem;
	font-weight: 800;
	text-align: center;
}

.exam1__box4-text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 1.0625rem;
	text-align: center;
}

.exam1__box5 {
	margin-top: 2.1875rem;
}

.exam1__box5-head {
	font-size: 1.875rem;
	font-weight: 800;
	text-align: center;
}

.exam1__box5-items {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5625rem;
}

.exam1__box5-item {
	display: flex;
	flex-direction: column;
}

.exam1__box5-item-head {
	font-size: 1.5625rem;
	font-weight: 800;
	padding: 4% 0;
	text-align: center;
}

.exam1__box5-item-text {
	flex-grow: 1;
	font-size: 1rem;
	line-height: 1.8125;
	padding: 3.5% 5% 12%;
}

.exam1__box5-item-text span {
	display: block;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.exam1__box6 {
	margin-top: 3.125rem;
}

.tab__menu1 {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: repeat(4, 1fr);
}

.tab__menu2 {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
}

.tab__menu-item {
	cursor: pointer;
	font-size: 1.5625rem;
	font-size: clamp(0.9375rem, 0.1324rem + 1.675vw, 1.5625rem);
	line-height: 1;
	position: relative;
	text-align: center;
}

.tab__menu1 .tab__menu-item {
	padding: 8.5% 0;
}

.tab__menu2 .tab__menu-item {
	padding: 6% 0;
}

.tab__1 {
	background: #e663b9;
}

.tab__2 {
	background: #5ad8ac;
}

.tab__3 {
	background: #a584db;
}

.tab__4 {
	background: #eba156;
}

.tab__5 {
	background: #46a9f2;
}

.tab__6 {
	background: #e36c83;
}

.tab__7 {
	background: #e3c316;
}

.tab__menu-item::after {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	content: "";
	display: block;
	height: 0.5em;
	position: absolute;
	right: 1em;
	top: 31%;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	width: 0.5em;
}

.tab__menu-item.is-active::after {
	top: 45%;
	transform: rotate(-45deg);
}

.tab__menu-item::before {
	bottom: -1.25rem;
	content: "";
	display: none;
	height: 1.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.tab__menu-item.is-active::before {
	display: block;
}

.tab__1::before {
	background: #e663b9;
}

.tab__2::before {
	background: #5ad8ac;
}

.tab__3::before {
	background: #a584db;
}

.tab__4::before {
	background: #eba156;
}

.tab__5::before {
	background: #46a9f2;
}

.tab__6::before {
	background: #e36c83;
}

.tab__7::before {
	background: #e3c316;
}

.tab__menu-item::hover {
	cursor: pointer;
}

.tab__content {
	margin-top: 1.25rem;
}

.tab__content-item {
	display: none;
	padding: 3% 3%;
	transition: opacity 0.3s ease-in-out;
}

.tab__content-1 {
	background: #fceaf6;
}

.tab__content-2 {
	background: #def7ee;
}

.tab__content-3 {
	background: #f2ebfd;
}

.tab__content-4 {
	background: #fff1e3;
}

.tab__content-5 {
	background: #e8f5ff;
}

.tab__content-6 {
	background: #ffebef;
}

.tab__content-7 {
	background: #fcf7df;
}

.tab__content-item.is-active {
	grid-gap: 0 2%;
	animation: fade 0.3s;
	display: grid;
	gap: 0 2%;
	grid-template-columns: repeat(2, 1fr);
}

.tab__content-item.tab__content-6.is-active {
	grid-template-columns: 1fr;
}

.tab__content-item.tab__content-4.is-active {
	grid-gap: 20px 2%;
	display: grid;
	gap: 20px 2%;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}

.tab__content-4 .tab__content-detail:first-of-type {
	grid-area: 1/1/2/2;
}

.tab__content-4 .tab__content-detail:nth-of-type(2) {
	grid-area: 1/2/2/3;
}

.tab__content-4 .tab__content-detail:last-of-type {
	grid-area: 2/1/3/3;
}

.tab__content-detail-flex {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: repeat(2, 1fr);
}

.tab__content-detail {
	background: #fff;
	padding: 3.5% 3%;
}

.tab__content-top {
	font-size: 1.5625rem;
	font-weight: 800;
	text-align: center;
}

.movie__item {
	aspect-ratio: 387/218;
	height: auto;
	margin: 1.0625rem auto 0;
	overflow: hidden;
	position: relative;
	width: 92%;
	z-index: 1;
}

.movie__item::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: transparent url(../images/movie-icon.png) no-repeat top left/contain;
	content: "";
	height: 50%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 29%;
}

iframe {
	aspect-ratio: 387/218;
	height: auto;
	width: 100%;
}

.movie__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: relative;
	transition: transform 0.6s ease; /* ゆっくり変化させる */
	width: 100%;
	z-index: -1;
}

.movie__item:hover img {
	transform: scale(1.1); /* 拡大 */
}

.modal-video {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	padding: 0 1.5625rem;
	position: fixed;
	top: 0;
	transition: 0.5s;
	width: 100vw;
	z-index: 88;
}

.modal-video.close {
	filter: opacity(0);
	visibility: hidden;
}

.modal-video.open {
	filter: opacity(1);
	visibility: visible;
}

.modal-video iframe {
	height: auto;
	max-width: 62.5rem;
	position: relative;
	width: 100%;
}

.tab__content-text {
	margin-top: 1.875rem;
}

.tab__content-4 .tab__content-detail:last-of-type .tab__content-text,
.tab__content-6 .tab__content-detail:last-of-type .tab__content-text {
	margin-top: 1.0625rem;
}

.tab__content-head {
	font-size: 1.125rem;
	font-weight: 800;
	padding: 2% 0;
	text-align: center;
}

.tab__content-1 .tab__content-head {
	background: #fceaf6;
	color: #e663b9;
}

.tab__content-2 .tab__content-head {
	background: #def7ee;
	color: #5ad8ac;
}

.tab__content-3 .tab__content-head {
	background: #f2ebfd;
	color: #a584db;
}

.tab__content-4 .tab__content-head {
	background: #fff1e3;
	color: #eba156;
}

.tab__content-5 .tab__content-head {
	background: #e8f5ff;
	color: #46a9f2;
}

.tab__content-6 .tab__content-head {
	background: #ffebef;
	color: #e36c83;
}

.tab__content-7 .tab__content-head {
	background: #fcf7df;
	color: #e3c316;
}

.tab__content-matter {
	font-size: 1rem;
	font-size: clamp(0.5625rem, -0.001rem + 1.1725vw, 1rem);
}

.tab__content-matter a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.tab__content-matter a:hover {
	opacity: 0.8;
}

.tab__content-text-t .tab__content-matter {
	padding: 4% 1% 8%;
}

.tab__content-text-b .tab__content-matter {
	padding: 4% 1% 5%;
}

.tab__content-type {
	font-weight: 700;
}

.tab__content-flex {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 26% 72%;
}

.tab__content-flex + .tab__content-flex {
	margin-top: 0.4375rem;
}

.tab__content-bottom {
	display: block;
	font-size: 0.875rem;
	line-height: 1.57142;
	margin-top: 0.5rem;
}

.tab__close {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #fff;
	font-size: 1rem;
	left: 50%;
	margin-bottom: -13%;
	margin-top: 12%;
	padding: 2% 0;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
	width: 107%;
}

.tab__close::after {
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 7%;
	top: 45%;
	transform: rotate(-45deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	width: 8px;
}

.tab__content-1 .tab__close {
	border: 2px solid #e663b9;
	color: #e663b9;
}

.tab__content-1 .tab__close::after {
	border-right: solid 2px #e663b9;
	border-top: solid 2px #e663b9;
}

.tab__content-2 .tab__close {
	border: 2px solid #5ad8ac;
	color: #5ad8ac;
}

.tab__content-2 .tab__close::after {
	border-right: solid 2px #5ad8ac;
	border-top: solid 2px #5ad8ac;
}

.tab__content-3 .tab__close {
	border: 2px solid #a584db;
	color: #a584db;
}

.tab__content-3 .tab__close::after {
	border-right: solid 2px #a584db;
	border-top: solid 2px #a584db;
}

.tab__content-4 .tab__close {
	border: 2px solid #eba156;
	color: #eba156;
}

.tab__content-4 .tab__close::after {
	border-right: solid 2px #eba156;
	border-top: solid 2px #eba156;
}

.tab__content-5 .tab__close {
	border: 2px solid #46a9f2;
	color: #46a9f2;
}

.tab__content-5 .tab__close::after {
	border-right: solid 2px #46a9f2;
	border-top: solid 2px #46a9f2;
}

.tab__content-6 .tab__close {
	border: 2px solid #e36c83;
	color: #e36c83;
}

.tab__content-6 .tab__close::after {
	border-right: solid 2px #e36c83;
	border-top: solid 2px #E36C83;
}

.tab__content-7 .tab__close {
	border: 2px solid #e3c316;
	color: #e3c316;
}

.tab__content-7 .tab__close::after {
	border-right: solid 2px #e3c316;
	border-top: solid 2px #e3c316;
}

.exam2 .exam__item-text p {
	font-size: 1.5625rem;
	line-height: 1.76;
	text-align: center;
}

.exam2 .exam__item-text p span {
	border-bottom: 2px solid #4070DD;
	font-weight: 700;
}

.exam2 .exam__item-text .exam__item-text-s p {
	font-size: 1.25rem;
	text-align: center;
}

.exam2 .exam__item-text .exam__item-text-s > div {
	text-align: center;
}

.exam2 .exam__item-text .exam__item-text-s > div p {
	display: inline-block;
}

.exam2 .exam__item-text .exam__item-text-s > div p span {
	border-bottom: none;
}

.exam2 .exam__item-text .grid {
	grid-gap: 0.625rem 4%;
	display: grid;
	gap: 0.625rem 4%;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	margin-top: 1.875rem;
	padding: 0 11%;
}

.grid1 {
	grid-area: 1/1/2/2;
}

.grid2 {
	grid-area: 1/2/2/3;
}

.grid3 {
	grid-area: 2/1/3/3;
}

.grid__item {
	align-items: center;
	border: 2px solid #EA5B87;
	display: flex;
	font-size: 1.4375rem;
	font-weight: 800;
	justify-content: center;
	padding: 3% 0;
	text-align: center;
}

.exam2 .exam__item-img {
	margin-top: -0.625rem;
}

.exam2 .exam__items-icon {
	top: -20%;
}

.exam3 {
	position: relative;
}

.exam3__head-icon {
	align-items: center;
	background: #fff;
	border: 2px solid #EA5B87;
	border-radius: 50%;
	color: #EA5B87;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: min(12vw, 167px);
	justify-content: center;
	position: absolute;
	right: 8%;
	text-align: center;
	top: 2%;
	width: min(12vw, 167px);
}

.exam3 .exam__items {
	gap: 3.125rem 6%;
}

.exam3 .exam__items-icon span {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-size: clamp(0.625rem, -0.0191rem + 1.34vw, 1.125rem);
	height: 75%;
	justify-content: center;
	margin: auto 0;
	padding: 0;
	padding: 0;
	width: 100%;
}

.exam__icon-grid {
	background: #fff;
	display: grid;
	grid-template-columns: 42% 6% 52%;
	justify-items: center;
	margin-left: -6%;
	margin-top: 3%;
	padding: 3% 0;
	width: 76%;
}

.exam3__item-icon {
	grid-gap: 0 2%;
	display: flex;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 50% 43%;
	width: 90%;
}

.exam3__item-icon p {
	margin-left: auto;
}

.exam3 .item-b::before {
	top: -9%;
}

.exam3 .item-b-text {
	grid-gap: 0 4.5%;
	display: grid;
	gap: 0 4.5%;
	grid-template-columns: repeat(2, 1fr);
	margin-top: -0.9375rem;
}

.exam3 .item-b-text p {
	font-size: 1rem;
	line-height: 1.8125;
	padding-left: 1em;
	text-indent: -1.2em;
}

.exam3 .exam__item-text-detail2 {
	border: 2px solid #EA5B87;
	padding: 3% 5% 18%;
	position: relative;
}

.exam3 .exam__item-text-detail-img {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	bottom: -7%;
	display: flex;
	justify-content: center;
	position: absolute;
	right: -3%;
	width: 30%;
}

.exam3 .exam__item-text-detail-img span {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.exam3 .exam__item-text-detail3 {
	grid-gap: 5px 0%;
	display: grid;
	gap: 5px 0%;
	grid-template-columns: 16% 84%;
	margin-top: 0.625rem;
}

.detail3-1 {
	grid-area: 1/1/2/3;
}

.detail3-2 {
	grid-area: 2/1/4/2;
	padding-left: 25%;
}

.detail3-3 {
	grid-area: 2/2/3/3;
}

.detail3-4 {
	grid-area: 3/2/4/3;
}

.detail3-5 {
	grid-area: 4/1/6/2;
	padding-left: 25%;
}

.detail3-6 {
	grid-area: 4/2/5/3;
}

.detail3-7 {
	grid-area: 5/2/6/3;
}

.exam4 .exam__items {
	gap: 2.8125rem 6%;
}

.exam4 .exam__items-icon {
	top: -12%;
}

.exam4 .exam__items-icon span {
	padding: 0 5% 1px;
}

.exam5 .exam__items {
	gap: 3.125rem 6%;
}

.exam5 .exam__items-icon {
	top: -11%;
}

.exam5__grid {
	grid-gap: 0.3125rem 0;
	display: grid;
	gap: 0.3125rem 0;
	grid-template-columns: 12% 88%;
	grid-template-rows: auto;
}

.exam5__grid-l {
	min-width: 4.375rem;
}

.exam6 .exam__items {
	gap: 1.5625rem 6%;
}

.exam6-2 .exam__items {
	gap: 3.125rem 0;
	grid-template-columns: 1fr;
}

.exam6 .exam__items-icon {
	top: -13%;
}

.exam6-2 .item-tr {
	grid-area: auto;
}

.exam6-2 .exam__item-text {
	grid-gap: 1.25rem 3%;
	align-items: baseline;
	display: grid;
	gap: 1.25rem 3%;
	grid-template-columns: 27% 70%;
	margin: 1.25rem auto 0;
	max-width: 38.875rem;
}

.exam6-2 .exam__item-text-detail {
	padding: 1% 0;
}

.exam7 .exam__items-icon {
	top: -11%;
}

.footer {
	font-size: 0.875rem;
	padding: 1.875rem 0;
	text-align: center;
}

.fv {
	height: auto;
	position: relative;
	width: 100%;
}

.fv__text {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 44%;
}

.header {
	background: #fff;
	padding: 0.3125rem 4%;
}

.header h1 {
	width: 14.875rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.navi {
	background: #EDF6FF;
	padding: 5rem 0 6.25rem;
}

.navi__head-wrapper {
	margin-top: 3.75rem;
	text-align: center;
}

.navi__head {
	background-color: #4070DD;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 800;
	letter-spacing: 1.5px;
	padding: 2% 3%;
	position: relative;
	text-align: center;
	text-align: center;
}

.navi__head:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 18px solid #4070DD;
	bottom: -26px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.navi__wrapper {
	grid-gap: 0 2%;
	background: #fff;
	display: grid;
	font-weight: 700;
	gap: 0 2%;
	grid-template-columns: 93% 5%;
	margin: 3.125rem auto 0;
	max-width: 64.625rem;
	padding: 1.875rem 3% 2.8125rem;
	width: 100%;
}

.navi__wrapper-text {
	align-items: center;
	color: #4070DD;
	display: flex;
	font-size: 2.1875rem;
	justify-content: center;
	letter-spacing: 25px;
	writing-mode: vertical-lr;
}

.navi__wrapper-box {
	grid-gap: 1% 0.5%;
	display: grid;
	gap: 1% 0.5%;
	grid-template-columns: 10% 43% 21% 12% 12%;
	grid-template-rows: auto;
}

.navi1 {
	grid-area: 1/1/5/2;
}

.navi2 {
	grid-area: 1/2/2/3;
}

.navi3 {
	grid-area: 3/2/4/3;
}

.navi4 {
	grid-area: 2/2/3/3;
}

.navi5 {
	grid-area: 4/2/5/3;
}

.navi6 {
	grid-area: 1/3/2/4;
}

.navi7 {
	grid-area: 3/3/4/4;
}

.navi8 {
	grid-area: 2/3/3/4;
}

.navi9 {
	grid-area: 4/3/5/4;
}

.navi10 {
	grid-area: 1/4/2/6;
}

.navi11 {
	grid-area: 3/4/4/6;
}

.navi12 {
	grid-area: 2/4/3/5;
}

.navi13 {
	grid-area: 2/5/3/6;
}

.navi14 {
	grid-area: 4/4/5/6;
}

.navi15 {
	grid-area: 7/2/8/6;
}

.navi16 {
	grid-area: 5/1/7/2;
}

.navi17 {
	grid-area: 5/2/6/3;
}

.navi18 {
	grid-area: 6/2/7/3;
}

.navi19 {
	grid-area: 5/3/6/4;
}

.navi20 {
	grid-area: 6/3/7/4;
}

.navi21 {
	grid-area: 5/4/6/6;
}

.navi22 {
	grid-area: 6/4/7/6;
}

.navi1,
.navi16 {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	justify-content: center;
	letter-spacing: 8px;
	writing-mode: vertical-rl;
}

.navi16 {
	font-size: 1.25rem;
	height: 100%;
	text-align: center;
}

.navi2,
.navi3,
.navi4,
.navi5,
.navi17,
.navi18 {
	padding: 4% 4% 2.8%;
	position: relative;
}

.navi2 span:first-child,
.navi3 span:first-child,
.navi4 span:first-child,
.navi5 span:first-child {
	display: block;
	font-size: 0.875rem;
	line-height: 1.21428;
}

.navi2 span:nth-child(2),
.navi3 span:nth-child(2),
.navi4 span:nth-child(2),
.navi5 span:nth-child(2) {
	display: block;
	font-size: 1.25rem;
	line-height: 1.5;
}

.navi17,
.navi18 {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	line-height: 1.5;
}

.navi17 a,
.navi18 a {
	width: 100%;
}

.navi_arrow {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	height: auto;
	position: absolute;
	right: 5%;
	top: 52%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	width: 9%;
}

.navi_arrow svg {
	height: 100%;
	width: 100%;
}

.navi_arrow svg path {
	height: 100%;
	width: 100%;
}

.navi6,
.navi7,
.navi8,
.navi9,
.navi19,
.navi20 {
	align-items: center;
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	justify-content: center;
	text-align: center;
}

.navi6 span,
.navi7 span,
.navi8 span,
.navi9 span,
.navi19 span,
.navi20 span {
	font-size: 0.875rem;
}

.navi10,
.navi11,
.navi12,
.navi13,
.navi14,
.navi21,
.navi22 {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	justify-content: center;
}

.navi15 {
	font-size: 1.25rem;
	padding: 1.5% 2%;
	position: relative;
}

.navi15 .navi_link {
	display: block;
	width: 100%;
}

.navi15 .navi_arrow {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	height: auto;
	position: absolute;
	right: 2%;
	top: 52%;
	transform: translateY(-50%);
	width: 4%;
}

.navi_link:hover {
	opacity: 0.8;
}

.navi_link:hover .navi_arrow {
	transform: translateY(-50%) translateY(5px);
}

.navi__item {
	aspect-ratio: 387/218;
	height: auto;
	margin: 3.125rem auto 0;
	overflow: hidden;
	position: relative;
	width: 50%;
	z-index: 1;
}

.navi__item:hover img {
	transform: scale(1.1);
}

.navi__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: relative;
	transition: transform 0.6s ease;
	width: 100%;
	z-index: -1;
}

.navi__item::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: transparent url(../images/navi-movie-icon.png) no-repeat top left/contain;
	content: "";
	height: 50%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 29%;
}

.side_link_container {
	grid-gap: 0;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	position: fixed;
	right: 0;
	top: 57%;
	transform: translateY(-50%);
	z-index: 10;
}

.side_link_container .side_link {
	background: #fff;
	padding: 1.0625rem 0 0.9375rem;
	position: relative;
	text-align: center;
	transition: opacity 0.2s;
	width: 5.5625rem;
	z-index: 10000;
}

.side_link_container .side_link:not(:last-of-type) {
	border-bottom: 1px solid #AAAAAA;
}

.side_link_container .side_link .side_link_img_box {
	margin: 0 auto;
	width: 41%;
}

.side_link_container .side_link .side_link_text {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.side_link:hover {
	opacity: 0.8;
}

.title {
	font-size: 2.8125rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.33333;
	text-align: center;
}

.title_sub {
	font-size: 2.1875rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2;
	text-align: center;
}

.title_detail {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.6875;
	margin-top: 1.125rem;
	text-align: center;
}

.title_detail-line {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.title_wrapper {
	position: relative;
}

.title_mini {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.exam1 .title_mini {
	margin-top: 2.5rem;
}

.exam5 .title_mini {
	margin-top: 1.25rem;
}

.title_wrapper.title_line::before {
	bottom: -1.0625rem;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 14.375rem;
}

.title_wrapper.title_line.title_line-p::before {
	background: transparent url(../images/line.svg) no-repeat center bottom/contain;
}

.title_wrapper.title_line.title_line-b::before {
	background: transparent url(../images/line-b.svg) no-repeat center bottom/contain;
}

.exam5 .title_wrapper.title_line::before {
	bottom: -0.3125rem;
}

.exam6-1 .title_wrapper.title_line::before {
	background: transparent url(../images/line.svg) no-repeat center bottom/cover;
	bottom: 0;
	height: 1px;
	width: 9.75rem;
}

.exam6-2 .title_wrapper.title_line::before {
	background: transparent url(../images/line.svg) repeat center bottom/contain;
	bottom: -0.625rem;
	height: 1px;
	width: 23.125rem;
}

.navi .title {
	color: #4070DD;
}

.exam6-2 .title_wrapper {
	margin-top: 2.5rem;
}

.exam6-2 .title_sub {
	line-height: 1.5;
}

.voice {
	padding: 4.375rem 0 9.0625rem;
}

.voice .inner {
	margin: 0 auto;
	max-width: 63.75rem;
	padding: 0 1.5625rem;
}

.voice .swiper__container {
	margin-top: 3.5625rem;
	position: relative;
}

[class*=swiper]:focus {
	outline: none;
}

.voice .swiper-slide {
	height: 21.125rem;
	max-width: 10.9375rem;
}

.voice .swiper-slide:nth-child(odd) {
	background: linear-gradient(180deg, #fff 0%, #fff 17%, #FFF4F9 17%, #FFF4F9 100%);
}

.voice .swiper-slide:nth-child(even) {
	background: linear-gradient(180deg, #fff 0%, #fff 17%, #EDF6FF 17%, #EDF6FF 100%);
}

.voice .slide-media {
	aspect-ratio: 1/1;
	height: auto;
	margin: 0 auto;
	width: 65%;
}

.voice .slide-media img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice .slide-content {
	font-weight: 700;
	margin-top: 1.0625rem;
}

.voice .slide-title {
	font-size: 0.875rem;
	line-height: 1.57142;
	text-align: center;
}

.voice .slide-detail {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625;
	margin: 0.625rem auto 0;
	width: 67%;
}

.voice .swiper-slide:nth-child(odd) .slide-detail {
	color: #EA5B87;
}

.voice .swiper-slide:nth-child(even) .slide-detail {
	color: #4070DD;
}

.swiper-button-prev,
.swiper-button-next {
	bottom: -20% !important;
}

.swiper-button-prev,
.swiper-button-next {
	height: 10px;
	top: auto;
	width: 80px;
}

.voice .swiper-button-prev {
	left: 35%;
}

.voice .swiper-button-next {
	right: 35%;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	margin: auto;
	width: 80px;
}

/* 前への矢印カスタマイズ */

.swiper-button-prev::after {
	background-image: url(../images/voice_arrow.png);
}

/* 次への矢印カスタマイズ */

.swiper-button-next::after {
	background-image: url(../images/voice_arrow.png);
	transform: rotate(180deg) translateY(3px);
}

/* 画像サイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.voice .slide-detail {
	width: 70%;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.button {
	font-size: 1.25rem;
	padding: 5% 0;
	width: min(100%, 500px);
}

.button::before {
	background: transparent url(../images/arrow5_sp.png) no-repeat center center/contain;
	right: 9%;
	width: 1.5em;
}

.exam2 .exam__button {
	margin: 1.875rem auto 0;
}

.exam3 .exam__button {
	margin: 1.5625rem auto 0;
}

.exam4 .exam__button {
	margin: 1.875rem auto 0;
}

.exam5 .exam__button {
	margin: 1.6875rem auto 0;
}

.exam6 .exam__button {
	margin: 1.6875rem auto 0;
}

.exam7 .exam__button {
	margin: 1.6875rem auto 0;
}

.exam__wrapper-tab {
	border: 2px solid #4070DD;
	font-size: 1.5rem;
	margin-top: 2.3125rem;
	padding: 4% 0;
}

.exam__wrapper-tab::after {
	height: 0.9375rem;
	right: 7%;
	width: 0.9375rem;
}

.exam__wrapper-tab-close {
	border: 2px solid #4070DD;
	font-size: 1.5rem;
	padding: 4% 0;
}

.exam__wrapper-tab-close::after {
	height: 0.9375rem;
	right: 7%;
	width: 0.9375rem;
}

.exam {
	margin: 3.125rem auto 4.0625rem;
	width: 90%;
}

.exam__wrapper.exam1 {
	padding: 2.5rem 5.5%;
}

.exam .exam__wrapper:nth-of-type(n + 2) {
	margin-top: 3.125rem;
}

.exam__wrapper {
	padding: 2.1875rem 5.5%;
}

.exam__items {
	display: block;
	padding: 8.5% 3.5% 12%;
}

.exam2 .exam__items,
.exam3 .exam__items,
.exam4 .exam__items,
.exam5 .exam__items {
	margin-top: 2.5rem;
}

.exam5 .exam__items,
.exam6 .exam__items,
.exam7 .exam__items,
.exam8 .exam__items {
	margin-top: 2.5rem;
}

.exam__single {
	margin-top: 2.5rem;
}

.item-tl::before {
	bottom: -1.25rem;
	height: 0.1875rem;
	left: 50%;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	width: 100%;
}

.item-tr {
	margin-top: 2.9375rem;
}

.item-b {
	margin-top: 2.4375rem;
}

.item-b::before {
	height: 0.1875rem;
	top: -6%;
}

.item-b__bottom {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.exam__item-head {
	font-size: 1.25rem;
}

.exam__item-text-s {
	font-size: 0.875rem;
	line-height: 1.92857;
	margin-top: 0.625rem;
}

.exam__item-text-head {
	font-size: 1rem;
	padding: 2% 0;
}

.exam__item-text-detail {
	line-height: 1.6875;
	padding: 3% 0 4%;
}

.exam__items-icon {
	height: min(24vw, 100px);
	top: -1.875rem;
	width: min(24vw, 100px);
}

.exam__items-icon p {
	font-size: 1rem;
}

.exam__items-icon span {
	font-size: 0.875rem;
}

.exam__item-img {
	margin-top: 1.25rem;
	overflow-x: auto;
	white-space: nowrap;
}

.exam1__wrapper {
	padding: 3% 4%;
}

.exam1__head {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	padding: 1.7% 0;
}

.exam1__box1-items.u-desktop {
	display: none;
}

.exam1__box1-items.u-mobile {
	grid-gap: 1.5rem 0;
	display: grid;
	gap: 1.5rem 0;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	margin: 0 auto;
	max-width: 25rem;
}

.exam1__item {
	grid-gap: 0 7%;
	display: grid;
	gap: 0 7%;
	grid-template-columns: 14% 78%;
	min-height: 7.875rem;
	padding: 4% 4% 4%;
}

.exam__item-5 {
	order: 5;
}

.exam__item-6 {
	order: 6;
}

.exam__item-7 {
	order: 7;
}

.exam__item-8 {
	order: 8;
}

.exam1__num {
	align-items: center;
	display: flex;
	justify-content: center;
}

.exam__item-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.exam__item-1 .exam1__title,
.exam__item-2 .exam1__title,
.exam__item-3 .exam1__title,
.exam__item-4 .exam1__title {
	flex: none;
	justify-content: flex-start;
	margin-top: 0;
}

.exam__item-5 .exam1__title,
.exam__item-6 .exam1__title,
.exam__item-7 .exam1__title {
	margin-top: 0;
}

.exam1__detail {
	line-height: 1.42857;
}

.exam__item-1 .exam1__detail,
.exam__item-2 .exam1__detail,
.exam__item-3 .exam1__detail,
.exam__item-4 .exam1__detail {
	margin-top: 0.5rem;
}

.exam__item-5 .exam1__detail,
.exam__item-6 .exam1__detail,
.exam__item-7 .exam1__detail {
	margin-top: 0.5rem;
}

.exam__item-8 .exam1__detail {
	height: 100%;
	justify-content: flex-start;
}

.exam1__box1-bottom {
	margin-top: 0.625rem;
}

.exam__item-1::before,
.exam__item-2::before,
.exam__item-3::before {
	background: transparent url(../images/arrow4.png) no-repeat center center/contain;
	bottom: -36%;
	height: 2em;
	left: 7%;
	right: auto;
	top: auto;
	width: 1em;
}

.exam__item-4::before {
	background: transparent url(../images/arrow4.png) no-repeat center center/contain;
	bottom: -36%;
	height: 2em;
	left: 7%;
	transform: translateY(-50%);
	width: 1em;
}

.exam__item-5::before,
.exam__item-6::before {
	background: transparent url(../images/arrow4.png) no-repeat center center/contain;
	bottom: -36%;
	height: 2em;
	left: 7%;
	top: auto;
	transform: translateY(-50%);
	width: 1em;
}

.exam1__box2 {
	margin-top: 1.875rem;
}

.exam1__box2-head {
	font-size: 1.25rem;
}

.exam1__box2-text {
	line-height: 1.6875;
	margin-top: 1.1875rem;
}

.exam1__box3 {
	padding: 8% 0 10%;
}

.exam1__box3-head {
	font-size: 1rem;
	line-height: 1.3125;
}

.exam1__box3-head span {
	font-size: 0.8125rem;
}

.exam1__box3-text {
	line-height: 1.5625;
}

.exam1__box3-text--1 {
	grid-template-columns: 1fr;
}

.exam1__box3-text--2 {
	grid-template-columns: 1fr;
}

.exam1__box3-text--3 {
	grid-template-columns: 1fr;
	width: 100%;
}

.exam1__box3-text--1 .exam1__box3-text-l,
.exam1__box3-text--3 .exam1__box3-text-l,
.exam1__box3-text--1 .exam1__box3-text-r,
.exam1__box3-text--3 .exam1__box3-text-r {
	justify-content: center;
}

.exam1__box3-button {
	margin-top: 1.875rem;
}

.exam1__box3-button a {
	padding: 5px;
	width: min(95%, 500px);
}

.exam1__box3-button-bg {
	padding: 3.5% 0;
}

.exam1__box3-button-text {
	font-size: 1.25rem;
}

.exam1__box3-button a::before {
	background: transparent url(../images/arrow_sp.png) no-repeat center center/contain;
	right: 9%;
	width: 2em;
}

.exam1__box4 {
	margin-top: 2.1875rem;
}

.exam1__box4-head {
	font-size: 1.25rem;
}

.exam1__box4-text {
	line-height: 1.6875;
	margin-top: 1.25rem;
	text-align: left;
}

.exam1__box5 {
	margin-top: 2rem;
}

.exam1__box5-head {
	font-size: 1.25rem;
}

.exam1__box5-items {
	gap: 1.25rem 0;
	grid-template-columns: 1fr;
}

.exam1__box5-item-head {
	font-size: 1.25rem;
	padding: 2% 0;
}

.exam1__box5-item-text {
	line-height: 1.6875;
	padding: 3% 3% 7%;
}

.exam1__box5-item-text span {
	margin-top: 0.625rem;
}

.exam1__box6 {
	margin-top: 1.875rem;
}

.tab__menu1 {
	gap: 0;
	grid-template-columns: 1fr;
}

.tab__menu2 {
	gap: 0;
	grid-template-columns: 1fr;
	margin: 0;
}

.tab__menu-item {
	font-size: 1.25rem;
	padding: 7% 0;
}

.tab__menu1 .tab__menu-item {
	padding: 7% 0;
}

.tab__menu2 .tab__menu-item {
	padding: 7% 0;
}

.tab__2 {
	margin-top: 1.25rem;
}

.tab__3 {
	margin-top: 1.25rem;
}

.tab__4 {
	margin-top: 1.25rem;
}

.tab__5 {
	margin-top: 1.25rem;
}

.tab__6 {
	margin-top: 1.25rem;
}

.tab__7 {
	margin-top: 1.25rem;
}

.tab__menu-item::after {
	right: 8%;
	top: 6vw;
}

.tab__menu-item.is-active::before {
	display: none;
}

.tab__content-item {
	padding: 4% 3% 12%;
	position: relative;
}

.tab__content-item.is-active {
	grid-template-columns: 1fr;
}

.tab__content-item.tab__content-4.is-active {
	grid-template-columns: 1fr;
}

.tab__content-4 .tab__content-detail:first-of-type {
	grid-area: auto;
}

.tab__content-4 .tab__content-detail:nth-of-type(2) {
	grid-area: auto;
}

.tab__content-4 .tab__content-detail:last-of-type {
	grid-area: auto;
}

.tab__content-detail-flex {
	grid-template-columns: 1fr;
}

.tab__content-detail {
	padding: 5.5% 4%;
}

.tab__content-item .tab__content-detail:nth-of-type(2) {
	margin-top: 0.625rem;
}

.tab__content-top {
	font-size: 1.125rem;
}

.movie__item {
	width: 100%;
}

.movie__item:hover {
	cursor: pointer;
}

.tab__content-head {
	font-size: 1rem;
	padding: 4% 0;
}

.tab__content-matter {
	font-size: 1rem;
}

.tab__content-text-t .tab__content-matter {
	padding: 7% 0 12%;
}

.tab__content-text-b .tab__content-matter {
	padding: 6% 2% 5%;
}

.tab__content-flex {
	grid-template-columns: 1fr;
}

.tab__content-flex + .tab__content-flex {
	margin-top: 0.9375rem;
}

.exam2 .exam__item-text p {
	font-size: 1rem;
	line-height: 1.6875;
}

.exam2 .exam__item-text .exam__item-text-s p {
	font-size: 1rem;
}

.exam2 .exam__item-text .grid {
	gap: 0.4375rem 4%;
	margin-top: 1.3125rem;
	padding: 0 11%;
}

.grid__item {
	font-size: 1rem;
}

.exam2 .exam__item-img {
	margin-top: 0.625rem;
}

.exam2 .exam__item-img img {
	display: inline-block; /* 必要に応じて追加 */
	max-width: 59.125rem;
	width: 59.125rem;
}

.exam2 .exam__items-icon {
	top: -1.875rem;
}

.exam3__head-icon {
	border-radius: 20px;
	font-size: 0.875rem;
	height: auto;
	left: 50%;
	padding: 0.625rem 0;
	right: auto;
	top: -1%;
	transform: translateX(-50%);
	width: min(51vw, 200px);
}

.exam3__item-icon {
	grid-template-columns: 46% 43%;
}

.exam3 .item-b::before {
	top: -6%;
}

.exam3 .item-b-text {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.exam3 .item-b-text p {
	line-height: 1.6875;
}

.exam3 .exam__item-img img {
	display: inline-block; /* 必要に応じて追加 */
	max-width: 39.6875rem;
	width: 39.6875rem;
}

.exam3 .exam__item-text-detail2 {
	padding: 3% 5% 3%;
}

.exam3 .exam__item-text-detail-img {
	bottom: auto;
	right: 2%;
	top: -6%;
	width: min(34%, 100px);
}

.exam3 .exam__item-text-detail-img span {
	font-size: 1rem;
}

.exam3 .exam__item-text-detail3 {
	grid-template-columns: 24% 76%;
}

.exam4 .exam__items-icon {
	top: -1.875rem;
}

.exam4 .exam__item-img img {
	display: inline-block; /* 必要に応じて追加 */
	max-width: 39.625rem;
	width: 39.625rem;
}

.exam .exam__wrapper.exam5 {
	padding: 2.1875rem 5.5% 4.375rem;
}

.exam5 .exam__items-icon {
	top: -1.875rem;
}

.exam5__grid {
	grid-template-columns: 17% 83%;
}

.exam5 .exam__item-img img {
	display: inline-block; /* 必要に応じて追加 */
	max-width: 39.625rem;
	width: 39.625rem;
}

.exam6 .exam__items-icon {
	top: -1.875rem;
}

.exam6-2 .item-tr {
	margin-top: 0;
}

.exam6-2 .exam__item-text {
	gap: 0.4375rem 0;
	grid-template-columns: 1fr;
}

.exam6 .exam__item-img img {
	display: inline-block; /* 必要に応じて追加 */
	max-width: 39.625rem;
	width: 39.625rem;
}

.exam7 .exam__items-icon {
	top: -1.875rem;
}

.exam7 .exam__item-img img {
	display: inline-block; /* 必要に応じて追加 */
	max-width: 39.625rem;
	width: 39.625rem;
}

.footer {
	font-size: 0.75rem;
	padding: 0.625rem 0 6.25rem;
}

.fv__text {
	top: 45%;
	width: 90%;
}

.header {
	padding: 0.625rem 5%;
}

.header h1 {
	width: 9.6875rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.navi {
	padding: 2.1875rem 0 2.5rem;
}

.navi__head-wrapper {
	margin-top: 1.125rem;
}

.navi__head {
	border-radius: 10px;
	font-size: 1.25rem;
	padding: 0.9375rem 1.5625rem;
}

.navi__wrapper {
	grid-template-columns: 1fr;
	margin: 2.1875rem auto 0;
	padding: 4% 6% 5%;
	width: min(100%, 550px);
}

.navi__wrapper-text {
	font-size: 1.5rem;
	letter-spacing: 0;
	order: 1;
	writing-mode: horizontal-tb;
}

.navi__wrapper-box {
	margin-top: 0.9375rem;
	order: 2;
	text-align: center;
}

.navi__wrapper-box {
	grid-gap: 5px 1%;
	display: grid;
	gap: 5px 1%;
	grid-template-columns: 68% 13% 17%;
	grid-template-rows: auto;
}

.navi1 {
	grid-area: 1/1/2/4;
}

.navi2 {
	grid-area: 2/1/3/2;
}

.navi3 {
	grid-area: 5/1/6/2;
}

.navi4 {
	grid-area: 3/1/5/2;
}

.navi5 {
	grid-area: 6/1/7/2;
}

.navi6 {
	grid-area: 2/2/3/3;
}

.navi7 {
	grid-area: 5/2/6/3;
}

.navi8 {
	grid-area: 3/2/5/3;
}

.navi9 {
	grid-area: 6/2/7/3;
}

.navi10 {
	grid-area: 2/3/3/4;
}

.navi11 {
	grid-area: 5/3/6/4;
}

.navi12 {
	grid-area: 3/3/4/4;
}

.navi13 {
	grid-area: 4/3/5/4;
}

.navi14 {
	grid-area: 6/3/7/4;
}

.navi15 {
	grid-area: 10/1/11/4;
}

.navi16 {
	grid-area: 7/1/8/4;
}

.navi17 {
	grid-area: 8/1/9/2;
}

.navi18 {
	grid-area: 9/1/10/2;
}

.navi19 {
	grid-area: 8/2/9/3;
}

.navi20 {
	grid-area: 9/2/10/3;
}

.navi21 {
	grid-area: 8/3/9/4;
}

.navi22 {
	grid-area: 9/3/10/4;
}

.navi1,
.navi16 {
	font-size: 1.25rem;
	letter-spacing: 0;
	padding: 2% 0;
	writing-mode: horizontal-tb;
}

.navi1 {
	border: 3px solid;
}

.navi16 {
	border: 3px solid;
}

.navi2,
.navi3,
.navi4,
.navi5,
.navi17,
.navi18 {
	padding: 5% 2% 3%;
}

.navi2 span:first-child,
.navi3 span:first-child,
.navi4 span:first-child,
.navi5 span:first-child {
	line-height: 1.4;
}

.navi2 span:nth-child(2),
.navi3 span:nth-child(2),
.navi4 span:nth-child(2),
.navi5 span:nth-child(2) {
	font-size: 1.125rem;
}

.navi17,
.navi18 {
	display: block;
	font-size: 1.125rem;
}

.navi_arrow {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	margin-top: 0.25rem;
	padding: 3%;
	position: static;
	transform: none;
	width: 100%;
}

.navi_arrow svg {
	width: 6%;
}

.navi6,
.navi7,
.navi8,
.navi9,
.navi19,
.navi20 {
	font-size: 0.875rem;
	text-align: center;
}

.navi6 span,
.navi7 span,
.navi8 span,
.navi9 span,
.navi19 span,
.navi20 span {
	font-size: 0.5rem;
}

.navi10,
.navi11,
.navi12,
.navi13,
.navi14,
.navi21,
.navi22 {
	font-size: 0.875rem;
}

.navi15 {
	border: 3px solid;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding: 2% 1%;
}

.navi15 .navi_arrow {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	margin-top: 0.5625rem;
	padding: 2% 0 1%;
	position: static;
	transform: none;
	width: 100%;
}

.navi__item {
	max-width: 34.375rem;
	width: 90%;
}

.side_link_container {
	bottom: 0;
	grid-template-columns: repeat(4, 1fr);
	right: auto;
	top: auto;
	transform: none;
	transform: initial;
	width: 100%;
}

.side_link_container .side_link {
	padding: 0.625rem 0 0.375rem;
	width: inherit;
}

.side_link_container .side_link:not(:last-of-type) {
	border-bottom: none;
	border-right: 1px solid #AAAAAA;
}

.side_link_container .side_link .side_link_img_box {
	width: min(33%, 40px);
}

.side_link_container .side_link .side_link_text {
	margin-top: 0.3125rem;
}

.title {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.voice .title {
	font-size: min(5vw, 24px);
}

.title_sub {
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.3;
}

.title_detail {
	font-size: 0.875rem;
	letter-spacing: 0px;
	line-height: 1.42857;
}

.title_detail p + p {
	margin-top: 0.4375rem;
}

.title_mini {
	font-size: 0.875rem;
}

.exam1 .title_mini {
	font-size: min(3.5vw, 14px);
}

.exam5 .title_wrapper.title_line::before {
	background: transparent url(../images/line-b.svg) no-repeat center bottom/cover;
	bottom: -1.0625rem;
	height: 1px;
	width: 5.625rem;
}

.exam6-1 .title_wrapper.title_line::before {
	bottom: -1.0625rem;
	width: 5.625rem;
}

.exam6-2 .title_wrapper.title_line::before {
	background: transparent url(../images/line.svg) repeat center bottom/cover;
	bottom: -1.0625rem;
	width: 5.625rem;
}

.navi .title_sub {
	margin-top: 0.3125rem;
}

.exam5 .title_sub {
	font-size: 1.5rem;
	line-height: 1.5;
}

.exam6-2 .title_wrapper {
	margin-top: 1.5625rem;
}

.exam6 .title_sub {
	font-size: 1.5rem;
	line-height: 1.5;
}

.voice {
	overflow: hidden;
	padding: 2.1875rem 0 5.625rem;
}

.voice .inner {
	padding: 0 1.25rem;
}

.voice .swiper {
	overflow: visible;
}

.voice .swiper__container {
	margin-top: 2.9375rem;
}

.voice .swiper-slide {
	height: 20.75rem;
	max-width: 10.125rem;
}

.voice .slide-media {
	width: 70%;
}

.swiper-button-prev,
.swiper-button-next {
	bottom: -12% !important;
}

.voice .swiper-button-prev {
	left: calc(50% - 120px);
}

.voice .swiper-button-next {
	right: calc(50% - 120px);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
