body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	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;
}

.top-problem {
	margin-top: 2.25rem;
}

.button {
	background-color: #1C2F63;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 1rem;
	padding-right: 0.75rem;
	padding-top: 0.875rem;
	text-align: center;
	transition: 0.3s;
	width: 21.125rem;
	z-index: 0;
}

.button:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.button__arrow {
	margin-left: 0.75rem;
	position: relative;
}

.button__arrow::before {
	border: 0;
	border-right: solid 3.5px #192B5D;
	border-top: solid 3.5px #192B5D;
	content: "";
	height: 0.625rem;
	left: 0.25rem;
	position: absolute;
	top: 0.6875rem;
	transform: rotate(45deg);
	width: 0.625rem;
	z-index: 1;
}

.button__arrow:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
	z-index: 0;
}

.button--mv {
	background: linear-gradient(to bottom, #D94A16, #E89667, #D94A16);
	box-shadow: 8px 10px 7px 0px rgba(35, 24, 21, 0.75);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-bottom: 1.5rem;
	padding-right: 0;
	padding-top: 1.5rem;
	position: relative;
	width: 15.875rem;
}

.button--mv::before {
	background-image: url(../images/common/mv-button.png);
	background-size: cover;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -3rem;
	top: 1rem;
	width: 5rem;
}

.button--mv span {
	font-size: 1.375rem;
}

.card {
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.card:nth-of-type(2n) .card__image {
	float: left;
	margin-right: 0.625rem;
}

.card__space {
	float: right;
	height: 2.5rem;
	width: 1px;
}

.card__image {
	-o-object-fit: cover;
	aspect-ratio: 126/96;
	clear: both;
	float: right;
	object-fit: cover;
	width: 7.875rem;
}

.card__image img {
	height: 100%;
}

.card__body {
	background-color: #fff;
	border: 2px solid #446CB4;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	overflow: hidden;
	padding: 0.875rem;
	padding-bottom: 0.5rem;
}

.card--voice .card__body {
	padding-top: 0.5rem;
}

.card__header {
	background-color: #446CB4;
	border: 2px solid #446CB4;
	border-top-left-radius: 0.625rem;
	border-top-right-radius: 0.625rem;
	padding-bottom: 0.625rem;
	padding-top: 0.875rem;
	position: relative;
	text-align: center;
}

.card--voice .card__header {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.card--four .card__header {
	padding-bottom: 0;
}

.card__title {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-left: 1.375rem;
	text-align: left;
}

.card--voice .card__title {
	margin-left: 0;
	width: 66%;
}

.card__title-sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.card__title-main {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
}

.card__icon {
	left: -1rem;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
}

.card__icon img {
	-o-object-fit: cover;
	aspect-ratio: 112/112;
	border: solid 4px #446CB4;
	border-radius: 50%;
	object-fit: cover;
	width: 7rem;
}

.card__text {
	color: #192B5D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.card__number {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.75rem;
	font-style: oblique;
	font-weight: 700;
	left: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1;
	position: absolute;
	top: 64%;
	transform: translateY(-50%);
}

.card__circle {
	float: left;
	height: 1.125rem;
	width: 5.25rem;
}

.cards {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
	position: relative;
}

.cards__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.5rem;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	text-align: center;
	top: -1.25rem;
	transform: skewX(354deg) translateX(-50%);
	width: 10rem;
}

.cards__title::before {
	background-color: #DA4A16;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fact-header__title {
	color: #192B5D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
}

.fact-header__title::before {
	background: linear-gradient(to right, #446CB3, transparent);
	bottom: -0.1875rem;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.fact-header__title-medium {
	color: #192B5D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-left: 1rem;
	position: relative;
}

.fact-header__title-medium::before {
	background: linear-gradient(to right, rgba(68, 108, 179, 0.7), transparent);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fact-header__title-large {
	color: #192B5D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-left: 2.125rem;
	padding-top: 0.625rem;
	position: relative;
	text-shadow: 0.125rem 0.125rem rgba(68, 108, 179, 0.57);
}

.fact-header__title-large::before {
	background: linear-gradient(56deg, #446CB4, rgba(255, 255, 255, 0.3), transparent);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fact-header__sub-title {
	color: #fff;
	content: "";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 5.875rem;
	font-weight: 700;
	left: max(148px, min(49%, 400px));
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	top: -1.75rem;
	z-index: -10;
}

.fact-items {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.fact-items__block {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 0.875rem;
	position: relative;
}

.fact-items__item:first-child .fact-items__block {
	margin-top: 1.875rem;
}

.fact-items__item:last-child .fact-items__block {
	flex-direction: column-reverse;
	margin-top: 1.4375rem;
	padding-bottom: 10.9375rem;
	position: relative;
}

.fact-items__image {
	-o-object-fit: cover;
	aspect-ratio: 210/112;
	object-fit: cover;
	width: 13.125rem;
}

.fact-items__image--second {
	aspect-ratio: 200/154;
	width: 12.5rem;
}

.fact-items__image--third {
	aspect-ratio: 338/175;
	left: 50%;
	position: absolute;
	top: 3.5rem;
	transform: translateX(-50%);
	width: 21.125rem;
}

.fact-items__image img {
	height: 100%;
}

.fact-items__title {
	background-color: rgba(56, 159, 159, 0.21);
	color: #446CB3;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-bottom: 0.375rem;
	padding-left: 1.625rem;
	padding-right: 1.125rem;
	padding-top: 0.125rem;
	position: relative;
}

.fact-items__title:before {
	background-color: #446CB3;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.fact-items__text {
	background-color: #192B5D;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding: 0.75rem 0.625rem;
	width: 34%;
}

.fact-items__item:last-child .fact-items__text {
	width: 100%;
}

.fact {
	padding-bottom: 6.9375rem;
	padding-top: 0.875rem;
	position: relative;
}

.fact::before {
	-webkit-clip-path: polygon(0% 22%, 65% 0%, 100% 14%, 100% 100%, 0% 100%);
	background-color: rgba(68, 108, 179, 0.35);
	clip-path: polygon(0% 22%, 65% 0%, 100% 14%, 100% 100%, 0% 100%);
	content: "";
	height: 21.375rem;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(180deg);
	width: 100%;
	z-index: -10;
}

.fact::after {
	background-image: url(../images/common/fact-bg.png);
	background-position: top;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 25.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -10;
}

.fact__inner.inner {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.fact__container {
	margin-top: 2.75rem;
	position: relative;
}

.fact__sub-title {
	background-color: #446CB3;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 0.625rem;
	padding-left: 0.625rem;
	padding-right: 0.25rem;
	padding-top: 0.75rem;
	position: absolute;
	top: -1.5rem;
	z-index: 1;
}

.fact__sub-title::before {
	border: none;
	border-bottom: solid 0.25rem transparent;
	border-left: solid 0.75rem #192B5D; /*折り返し部分*/
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
}

.fact__sub-title::after {
	background-color: #446CB4;
	bottom: 0;
	content: "";
	left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.fact__sub-title span {
	font-size: 0.875rem;
}

.fact__wrapper {
	background-color: #fff;
	border: solid 2px #446CB3;
	padding-bottom: 2.5rem;
	padding-left: max(10px, min(2.5vw, 20px));
	padding-right: max(10px, min(2.5vw, 20px));
	padding-top: 3.0625rem;
	position: relative;
}

.fact__wrapper:before {
	background-color: #192B5D;
	content: "";
	height: 100%;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 100%;
	z-index: -1;
}

.footer {
	background-color: #192B5D;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.footer__copyright {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.header {
	background-color: #192B5D;
	height: 0.375rem;
	position: relative;
	width: 100%;
}

.header__logo {
	-o-object-fit: cover;
	aspect-ratio: 80/30;
	height: 1.875rem;
	object-fit: cover;
	position: absolute;
	right: 0.5rem;
	top: 0.625rem;
	width: 5rem;
}

.header__logo img {
	height: 100%;
}

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

.inspection-item {
	position: relative;
}

.inspection-item__text {
	background-color: rgba(7, 6, 6, 0.51);
	border: solid 3px #468BB6;
	border-radius: 0.125rem;
	color: #192B5D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 1rem;
	padding-top: 0.75rem;
	position: relative;
	text-align: center;
	width: 5.875rem;
}

.inspection-item__text::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.inspection-item--pickUp .inspection-item__text {
	background-color: #EF8518;
	border: none;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 1.125rem;
	padding-top: 0.875rem;
	position: relative;
	text-align: center;
	width: 6.6875rem;
}

.inspection-item--pickUp .inspection-item__text::before {
	background-color: #D94A16;
	content: "";
	height: 100%;
	left: 0.25rem;
	position: absolute;
	top: 0.25rem;
	width: 100%;
	z-index: -1;
}

.inspection-item__caption {
	background-color: #D94A16;
	color: #F1F1F1;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
	position: absolute;
	text-align: center;
	top: -0.0625rem;
	transform: rotate(-9deg);
	width: 3rem;
	z-index: 10;
}

.inspection-item--pickUp .inspection-item__caption {
	background-color: #D94A16;
	border-radius: 0.375rem;
	color: #F1F1F1;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 46%;
	letter-spacing: 0.01em;
	line-height: 1;
	padding-bottom: 0.75rem;
	padding-bottom: 10px;
	padding-top: 0.5rem;
	padding-top: 6px;
	position: absolute;
	text-align: center;
	top: -3rem;
	transform: translateX(-50%);
	width: 4.5rem;
	z-index: 1;
}

.inspection-item--pickUp .inspection-item__caption::before {
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	border-top: 0.75rem solid #D94A16;
	content: "";
	left: 50%;
	position: absolute;
	top: 99%;
	transform: translateX(-50%);
}

.inspection__header {
	overflow: hidden;
	padding-bottom: 0.875rem;
	padding-top: 4.625rem;
	text-align: center;
}

.inspection__title {
	color: #192B5D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.inspection__title::before {
	background-image: url(../images/common/inspection_header-left.png);
	background-size: cover;
	content: "";
	height: 5.625rem;
	left: -10.875rem;
	position: absolute;
	top: -2.375rem;
	width: 10.375rem;
}

.inspection__title::after {
	background-image: url(../images/common/inspection_header-right.png);
	background-size: cover;
	content: "";
	height: 5.625rem;
	position: absolute;
	right: -10.75rem;
	top: -2.375rem;
	width: 10.375rem;
}

.inspection__icon {
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 0.25rem;
}

.inspection__icon span {
	background-color: #192B5D;
	height: 0.3125rem;
	transform: rotate(-45deg) skew(10deg, 10deg);
	width: 0.3125rem;
}

.inspection__icon span:nth-of-type(2) {
	background-color: #446CB3;
}

.inspection__container {
	border-top: solid 3px #192B5D;
	padding-top: 4.5rem;
	position: relative;
}

.inspection__container::before {
	background-image: url(../images/common/inspection-bg.jpg);
	background-size: cover;
	content: "";
	height: 50%;
	left: 0;
	opacity: 0.38;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.inspection__inner.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.inspection__block {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.inspection__wrapper {
	margin-top: 2.625rem;
}

.inspection__box {
	display: flex;
	justify-content: center;
	padding-left: 0.25rem;
	padding-right: 1.875rem;
}

.inspection__alert {
	background-color: #fff;
	border: solid 2px #468BB6;
	border-radius: 0.5rem;
	display: inline-block;
	padding-bottom: 1.5rem;
	padding-left: 0.875rem;
	padding-right: 1.125rem;
	padding-top: 1rem;
	position: relative;
}

.inspection__alert:before {
	background-color: #192B5D;
	border-radius: 0.5rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 100%;
	z-index: -1;
}

.inspection__alert::after {
	background-image: url(../images/common/inspection-icon.png);
	background-size: cover;
	content: "";
	height: 12.625rem;
	position: absolute;
	right: -2rem;
	top: -2.375rem;
	width: 3.75rem;
}

.inspection__text {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #192B5D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.inspection__pick-up {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #E61F19;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 0.9375rem;
}

.inspection__pick-up span {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #192B5D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 0.375rem;
}

.inspection__button {
	margin-top: 1.375rem;
	text-align: center;
}

.mv {
	padding-bottom: 2.75rem;
	position: relative;
}

.mv::before {
	background-image: url(../images/common/mv-bg.png);
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.mv__header {
	padding-top: 1.25rem;
	position: relative;
}

.mv__header::before {
	background-image: url(../images/common/mv.png);
	background-position: bottom;
	background-size: cover;
	content: "";
	height: 85%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.mv__header-title img {
	-o-object-fit: cover;
	aspect-ratio: 320/60;
	object-fit: cover;
}

.mv__title {
	display: flex;
	justify-content: center;
}

.mv__title img {
	-o-object-fit: cover;
	aspect-ratio: 375/122;
	max-width: 39.375rem;
	object-fit: cover;
}

.mv__body-header {
	text-align: center;
}

.mv__body-text {
	display: flex;
	justify-content: center;
}

.mv__body-text img {
	-o-object-fit: cover;
	aspect-ratio: 128/32;
	object-fit: cover;
	width: 8rem;
}

.mv__body-contents {
	display: flex;
	justify-content: center;
}

.mv__body-image {
	-o-object-fit: cover;
	aspect-ratio: 356/154;
	margin-top: max(0px, min(0vw, 20px));
	object-fit: cover;
	width: 22.25rem;
}

.mv__block {
	margin-top: 2.5rem;
	text-align: center;
}

.mv__button {
	display: inline-block;
	position: relative;
}

.mv__button-caption {
	position: relative;
}

.mv__button-captionFirst {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background-color: #446CB3;
	box-shadow: 8px 5px 7px 0px rgba(35, 24, 21, 0.6);
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	left: -3.625rem;
	letter-spacing: 0.01em;
	line-height: 1;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
	position: absolute;
	top: -1.75rem;
	transform: skew(-10deg, -5deg);
	width: 6.125rem;
	z-index: 10;
}

.mv__button-captionSecond {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background-color: #192B5D;
	box-shadow: 8px 10px 7px 0px rgba(35, 24, 21, 0.6);
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	left: -2.25rem;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-bottom: 0.5rem;
	padding-top: 0.625rem;
	position: absolute;
	top: -1rem;
	transform: skew(-5deg, -6deg);
	width: 6.8125rem;
	z-index: 1;
}

.problem {
	padding-bottom: 9.25rem;
	padding-top: 1.5rem;
	position: relative;
}

.problem::before {
	background-image: url(../images/common/problem_bg.png);
	background-position: bottom;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.problem::after {
	background-color: rgba(68, 108, 179, 0.35);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.problem__title {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.problem__box {
	margin-top: 1.6875rem;
	text-align: center;
}

.problem__items {
	display: inline-block;
}

.problem__item {
	background-color: #040000;
	display: block;
	margin-top: 0.625rem;
	padding-bottom: 0.25rem;
	padding-left: 1.625rem;
	padding-right: 0.875rem;
	padding-top: 0.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.problem__item::before {
	border-bottom: solid 4px #B11E23;
	border-left: solid 4px #B11E23;
	content: "";
	height: 0.625rem;
	left: -0.5rem;
	position: absolute;
	top: 0.375rem;
	transform: rotate(315deg);
	width: 1.4375rem;
}

.problem__item:first-child {
	margin-top: 0;
}

.problem__item-text {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #E4E4E4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
}

.problem__bar {
	background-color: #363C46;
	bottom: -1.5625rem;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.problem__bar::before {
	border-left: 2.375rem solid transparent;
	border-right: 2.375rem solid transparent;
	border-top: 1.25rem solid #363C46;
	content: "";
	left: 50%;
	position: absolute;
	top: 98%;
	transform: translateX(-50%);
}

.problem__bg {
	position: relative;
}

.problem__bg-image {
	-o-object-fit: cover;
	-o-object-position: top;
	aspect-ratio: 375/126;
	left: 0;
	max-height: 7.875rem;
	object-fit: cover;
	object-position: top;
	position: absolute;
	top: -1.625rem;
	width: 100%;
	z-index: -1;
}

.problem__bg-image img {
	height: 100%;
}

.reason {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
	position: relative;
}

.reason::before {
	background-image: url(../images/common/reason-bg.jpg);
	background-position: center;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.reason__wrapper {
	position: relative;
}

.reason__header {
	left: 0;
	padding-bottom: 0.3125rem;
	padding-right: 0.375rem;
	padding-top: 0.625rem;
	position: absolute;
	top: -9.8125rem;
	width: 90%;
	z-index: 100;
}

.reason__header::before {
	background-color: #446CB4;
	bottom: 0;
	content: "";
	display: block;
	left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.reason__header::after {
	background-color: rgba(25, 43, 93, 0.9);
	bottom: -0.375rem;
	content: "";
	display: block;
	left: calc(50% - 50vw);
	position: absolute;
	right: -0.375rem;
	top: 0.375rem;
	z-index: -10;
}

.reason__title {
	display: block;
	text-align: right;
}

.reason__title-regular {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-right: max(64px, min(27vw, 110px));
}

.reason__title-block {
	display: block;
	text-align: right;
}

.reason__title-large {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.reason__title-medium {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.reason__title-small {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.reason__sub-title {
	bottom: -0.25rem;
	color: rgba(255, 255, 255, 0.1);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	right: -0.5rem;
	z-index: -1;
}

.reason__cards {
	padding-bottom: 1.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 2.625rem;
	position: relative;
}

.reason__cards::before {
	background-color: rgba(7, 6, 6, 0.66);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.voice__header {
	background-color: #192B5D;
	padding-bottom: 3.375rem;
	padding-top: 3.375rem;
}

.voice__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}

.voice__container {
	position: relative;
}

.voice__container::before {
	background-color: rgba(133, 205, 242, 0.65);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.voice__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
}

.voice__wrapper {
	padding-bottom: 5.25rem;
	padding-top: 3.125rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.top-problem {
	margin-top: 5rem;
}

.button--mv {
	font-size: 1.75rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
	width: 20rem;
}

.button--mv::before {
	height: 8.375rem;
	width: 6.75rem;
}

.card:nth-of-type(2n) .card__image {
	margin-right: 0;
}

.card__space {
	display: none;
}

.card__image {
	clear: none;
	clear: initial;
	float: none;
	float: initial;
	width: 100%;
}

.card__body {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	height: 100%;
}

.card--voice .card__body {
	padding: 1.25rem;
	padding-top: 1.875rem;
}

.card__title {
	font-size: 1rem;
}

.card__text {
	font-size: 0.875rem;
}

.card__number {
	left: 0;
	top: 36%;
}

.card__circle {
	display: none;
}

.cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards--voice {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.cards__title {
	font-size: 2rem;
	padding: 1rem;
	width: 12.5rem;
}

.fact-header {
	text-align: center;
}

.fact-header__title {
	font-size: 1.75rem;
}

.fact-header__title-medium {
	font-size: 2.5rem;
}

.fact-header__title-large {
	font-size: 2.875rem;
}

.fact-header__sub-title {
	left: 54%;
}

.fact-items {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.fact-items__block {
	flex-direction: column-reverse;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.fact-items__title {
	font-size: 1.25rem;
	padding-right: 0.625rem;
}

.fact-items__text {
	width: 100%;
}

.fact {
	padding-bottom: 8.75rem;
	padding-top: 5rem;
}

.fact__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.fact__container {
	margin-top: 3.75rem;
}

.fact__sub-title {
	font-size: 2.5rem;
	left: 26%;
	padding: 1rem 0.625rem;
	text-align: right;
	transform: translateX(-50%);
	width: 50%;
}

.fact__sub-title span {
	font-size: 1.5rem;
}

.fact__wrapper {
	padding-top: 5rem;
}

.footer__copyright {
	font-size: 0.875rem;
	line-height: 1.5;
}

.header {
	height: 1.25rem;
}

.header__logo {
	aspect-ratio: 120/40;
	height: 2.5rem;
	top: 1.5rem;
	width: 7.5rem;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.inspection-item__text {
	font-size: 1.75rem;
	width: 8.75rem;
}

.inspection-item--pickUp .inspection-item__text {
	font-size: 2rem;
	width: 10rem;
}

.inspection-item__caption {
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	top: -0.5rem;
	width: 3.375rem;
}

.inspection-item--pickUp .inspection-item__caption {
	width: 5.625rem;
}

.inspection__title {
	font-size: 2.5rem;
}

.inspection__title::before {
	left: -11.875rem;
}

.inspection__title::after {
	right: -11.875rem;
}

.inspection__icon {
	margin-top: 0.875rem;
}

.inspection__block {
	gap: 2.5rem;
}

.inspection__box {
	padding: 0;
}

.inspection__alert {
	padding-bottom: 2.5rem;
	padding-left: 2.75rem;
	padding-right: 5rem;
	padding-top: 1.875rem;
}

.inspection__text {
	font-size: 1.875rem;
}

.inspection__pick-up {
	font-size: 2.625rem;
}

.inspection__pick-up span {
	font-size: 2.25rem;
}

.inspection__button {
	margin-top: 3.75rem;
}

.mv__header-inner.inner {
	max-width: max(630px, min(64vw, 1150px));
}

.mv__title img {
	max-width: max(630px, min(64vw, 1200px));
}

.mv__body-text img {
	width: 20rem;
}

.mv__body-image {
	margin-top: max(20px, min(3vw, 80px));
	width: 39.375rem;
}

.mv__block {
	margin-top: max(80px, min(6vw, 120px));
}

.mv__button-captionFirst {
	font-size: 1.125rem;
	font-weight: 700;
	left: -5.875rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	top: -3.875rem;
	width: 11.25rem;
}

.mv__button-captionSecond {
	font-size: 1.375rem;
	top: -2.25rem;
	transform: skew(-6deg, -6deg);
	width: 10.625rem;
}

.problem {
	padding-top: 5rem;
}

.problem__title {
	font-size: 2.5rem;
}

.problem__box {
	margin-top: 3.75rem;
}

.problem__item {
	margin-top: 1.25rem;
	padding-left: 1.75rem;
}

.problem__item::before {
	border-bottom: solid 6px #B11E23;
	border-left: solid 6px #B11E23;
	height: 0.8125rem;
	left: -0.375rem;
	top: 0.75rem;
	width: 1.5rem;
}

.problem__item-text {
	font-size: 2rem;
}

.reason__cards {
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 5rem;
}

.voice__title {
	font-size: 2.25rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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