body {
	font-family: "Noto Sans JP", sans-serif;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* リキッドレイアウト対応 */

/* 画像のレイアウトシフト対策 */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

/* フォントのレイアウトシフト対策 */

body {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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;
	min-height: 100vh;
}

/* 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;
}

picture {
	display: block;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.challenge {
	margin-top: 60px;
}

.challenge__title-subtitle {
	margin: 0 auto;
	max-width: 11.5rem;
	width: 100%;
}

.challenge__title-text {
	color: #284b66;
	font-size: 3.75rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 0.625rem;
	text-align: center;
	text-align: center;
}

.challenge__title-text-small {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.45;
}

.challenge__content {
	margin-top: 3.625rem;
}

.challenge__tabs {
	display: flex;
	gap: 3.625rem;
	justify-content: center;
}

.challenge__tab {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: opacity 0.3s ease;
	width: 28.125rem;
}

.challenge__tab--active {
	position: relative;
}

.challenge__tab--active::after {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	border: none;
	bottom: -1.8125rem;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 0;
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	width: 4.375rem;
}

.challenge__tab--active[data-tab="1"]::after {
	background-color: #ff8228;
}

.challenge__tab--active[data-tab="2"]::after {
	background-color: #fbb03b;
}

.challenge__panel {
	display: none;
}

.challenge__panel--active {
	display: block;
}

.challenge__manga-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.75rem;
	padding-top: 5.75rem;
}

.challenge__panel--tab-1 .challenge__manga-content {
	background-image: url(../images/challenge-tab-1-bg-top@2x.webp);
}

.challenge__manga-content-title {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.challenge__panel--tab-1 .challenge__manga-content-title {
	max-width: 46.625rem;
}

.challenge__manga-content-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 56.25rem;
	width: 100%;
}

.challenge__worries {
	background-color: #d4dbe0;
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.challenge__worries-inner.inner {
	max-width: 56.25rem;
}

.challenge__worries-title {
	color: #284b66;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.challenge__worries-list {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(3, 15.625rem);
	justify-content: space-between;
	margin-top: 2rem;
}

.challenge__worries-text {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.challenge__panel--tab-1 .challenge__worries-text {
	margin-top: 1.25rem;
	max-width: 45.6875rem;
}

.challenge__risk {
	background-image: url(../images/challenge-tab-1-bg-bottom@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.75rem;
	padding-top: 10.375rem;
}

.challenge__risk-title {
	color: #f15a24;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
	text-align: center;
}

.challenge__risk-title::before {
	aspect-ratio: 1;
	background-image: url(../images/challenge-tab-1-exclamation.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -5rem;
	transform: translateX(-50%);
	width: 4.375rem;
}

.challenge__risk-content {
	background-color: #fff;
	border-radius: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 58.75rem;
	padding: 4.25rem 1.25rem 3.25rem 2.125rem;
	width: 100%;
}

.challenge__risk-content-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.challenge__risk-content-item {
	color: #000;
	display: flex;
	font-size: 1.375rem;
	font-weight: 400;
	gap: 0.875rem;
	letter-spacing: 0;
	line-height: 1.5454545455;
}

.challenge__risk-content-item-icon {
	aspect-ratio: 1;
	margin-top: 0.25rem;
	max-width: 1.875rem;
	width: 100%;
}

.challenge__risk-scene-title {
	color: #284b66;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 1.875rem;
	text-align: center;
}

.challenge__risk-scene-list {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	width: 100%;
}

.challenge__risk-scene-list--top {
	grid-template-columns: repeat(8, 5.625rem);
	margin-top: 2.125rem;
}

.challenge__risk-scene-list--bottom {
	grid-template-columns: repeat(6, 5.625rem);
	margin-top: 2.125rem;
}

.challenge__risk-scene-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.challenge__risk-scene-item-image {
	max-width: 5.625rem;
	width: 100%;
}

.challenge__risk-scene-item-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
}

.challenge__risk-scene-list--top .challenge__risk-scene-item-text {
	color: #284b66;
}

.challenge__risk-scene-list--bottom .challenge__risk-scene-item-text {
	color: #f15a24;
}

.challenge__panel--tab-1 .challenge__button-image {
	margin-left: auto;
	margin-right: 11.25rem;
	max-width: 38rem;
	width: 100%;
}

.challenge__button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.875rem;
	max-width: 43.75rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.challenge__panel--tab-2 .challenge__manga-content {
	background-image: url(../images/challenge-tab-2-bg-top@2x.webp);
}

.challenge__panel--tab-2 .challenge__manga-content-title {
	max-width: 49.8125rem;
}

.challenge__panel--tab-2 .challenge__worries-text {
	margin-top: 2.625rem;
	max-width: 45rem;
}

.challenge__apps {
	background-image: url(../images/challenge-tab-2-bg-bottom@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.75rem;
	padding-top: 10.375rem;
}

.challenge__apps-title {
	color: #ff8228;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
	text-align: center;
}

.challenge__apps-title::before {
	aspect-ratio: 1;
	background-image: url(../images/challenge-tab-2-exclamation.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -5rem;
	transform: translateX(-50%);
	width: 4.375rem;
}

.challenge__apps-content {
	background-color: #fff;
	border-radius: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 58.75rem;
	padding: 4.25rem 2.125rem 4.875rem;
	width: 100%;
}

.challenge__apps-content-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0 4.125rem;
}

.challenge__apps-content-item {
	color: #000;
	display: flex;
	font-size: 1.375rem;
	font-weight: 400;
	gap: 0.875rem;
	letter-spacing: 0;
	line-height: 1.5454545455;
}

.challenge__apps-content-item-icon {
	aspect-ratio: 1;
	margin-top: 0.25rem;
	max-width: 1.875rem;
	width: 100%;
}

.challenge__apps-scene-list {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 24.375rem);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 49.375rem;
	width: 100%;
}

.challenge__panel--tab-2 .challenge__button-wrapper {
	margin-top: 1.625rem;
}

.challenge__panel--tab-2 .challenge__button-image {
	margin-left: auto;
	margin-right: 11.25rem;
	max-width: 38rem;
	width: 100%;
}

.fv {
	background-image: url(../images/fv-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 37.5rem;
	position: relative;
	z-index: 1;
}

.fv::after {
	background-color: #2260a8;
	border-radius: 0 0 0 1.875rem;
	content: "";
	height: 29.375rem;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 31.25rem);
	z-index: -1;
}

.fv__inner.inner {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: 1096px;
	width: 100%;
}

.fv__content {
	margin-left: auto;
	max-width: 61.6875rem;
}

.mission {
	background-image: url(../images/mission-bg@2x.webp);
	background-position: left bottom;
	background-position-y: calc(100% - 4.0625rem);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 3.75rem;
}

.mission__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 61rem;
	width: 100%;
}

.mission__manga {
	padding-top: 0.9375rem;
}

.misson__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 39.375rem;
	width: 100%;
}

.mission__manga-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 56.25rem;
	width: 100%;
}

.mission__message {
	padding-top: 4rem;
}

.misson__message-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
	width: 100%;
}

.mission__message-content {
	display: flex;
	margin-top: 3.75rem;
	padding-left: 3.75rem;
}

.mission__message-text {
	margin-top: 0.625rem;
	max-width: 25.375rem;
	width: 100%;
}

.mission__message-image {
	margin-left: -2.0625rem;
	max-width: 35.6875rem;
	width: 100%;
}

.footer__content {
	background-image: url(../images/footer-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1.875rem;
}

.footer__content-image {
	margin-left: 2.25rem;
	max-width: 58.625rem;
	width: 100%;
}

.footer__copy {
	background-color: #000;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	background-color: #fff;
	height: 5rem;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.header__logo {
	height: inherit;
	max-width: 17.5rem;
	width: 100%;
}

.header__logo a {
	display: block;
	transition: opacity 0.3s ease;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

@media (hover: hover) {

.challenge__tab:hover {
	opacity: 0.8;
}

.challenge__button:hover {
	opacity: 0.8;
}

.header__logo a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1010px) {

html {
	font-size: 1.5841584158vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 2.1333333333vw;
}

.challenge {
	margin-top: 4.5rem;
}

.challenge__title-text {
	font-size: 4.375rem;
	margin-top: -0.625rem;
}

.challenge__title-text-small {
	font-size: 2.875rem;
}

.challenge__content {
	margin-top: 3.25rem;
}

.challenge__tabs {
	gap: 3.125rem;
}

.challenge__tab {
	width: 20rem;
}

.challenge__manga-content {
	padding-bottom: 4.5rem;
	padding-top: 3.75rem;
}

.challenge__panel--tab-1 .challenge__manga-content {
	background-image: url(../images/challenge-tab-1-bg-top-sp@2x.webp);
}

.challenge__panel--tab-1 .challenge__manga-content-title {
	max-width: 33.375rem;
}

.challenge__manga-content-image {
	margin-top: 2.5rem;
	max-width: 43.75rem;
}

.challenge__worries {
	padding-bottom: 5rem;
	padding-top: 3.5rem;
}

.challenge__worries-inner.inner {
	max-width: 100%;
}

.challenge__worries-title {
	font-size: 2.75rem;
}

.challenge__worries-list {
	gap: 1.25rem;
	grid-template-columns: repeat(3, 13.125rem);
	justify-content: center;
	margin-top: 3.4375rem;
}

.challenge__panel--tab-1 .challenge__worries-text {
	margin-top: 3.75rem;
	max-width: 40rem;
}

.challenge__risk {
	padding-bottom: 5rem;
	padding-top: 9.625rem;
}

.challenge__risk-title {
	font-size: 3.75rem;
	line-height: 1.3833333333;
}

.challenge__risk-title::before {
	top: -6.875rem;
	width: 6.25rem;
}

.challenge__risk-content {
	margin-top: 1.625rem;
	max-width: 43.75rem;
	padding: 3.5rem 1.25rem 5.375rem 2.5rem;
}

.challenge__risk-content-list {
	gap: 2.375rem;
}

.challenge__risk-content-item {
	font-size: 2.125rem;
	gap: 1.25rem;
	line-height: 1.6176470588;
}

.challenge__risk-content-item-icon {
	margin-top: 0.625rem;
	max-width: 2.5rem;
}

.challenge__risk-scene-title {
	font-size: 3.125rem;
	line-height: 1.36;
	margin-top: 3.75rem;
}

.challenge__risk-scene-list {
	gap: 1.875rem 1rem;
}

.challenge__risk-scene-list--top {
	grid-template-columns: repeat(4, 8.625rem);
	margin-top: 1.25rem;
}

.challenge__risk-scene-list--bottom {
	grid-template-columns: repeat(3, 8.625rem);
}

.challenge__risk-scene-item {
	gap: 1rem;
}

.challenge__risk-scene-item-image {
	max-width: 8.625rem;
}

.challenge__risk-scene-item-text {
	font-size: 1.5rem;
	white-space: nowrap;
}

.challenge__button-wrapper {
	margin-top: 3.125rem;
}

.challenge__panel--tab-1 .challenge__button-image {
	margin-right: 1.625rem;
	max-width: 40.5rem;
}

.challenge__button {
	margin-top: -1.875rem;
}

.challenge__panel--tab-2 .challenge__manga-content {
	background-image: url(../images/challenge-tab-2-bg-top-sp@2x.webp);
}

.challenge__panel--tab-2 .challenge__manga-content-title {
	max-width: 33.5rem;
}

.challenge__panel--tab-2 .challenge__worries-text {
	margin-top: 3.5rem;
	max-width: 40rem;
}

.challenge__apps {
	background-image: url(../images/challenge-tab-2-bg-bottom-sp@2x.webp);
	padding-top: 9.625rem;
}

.challenge__apps-title {
	font-size: 3.75rem;
	line-height: 1.3833333333;
}

.challenge__apps-title::before {
	top: -6.875rem;
	width: 6.25rem;
}

.challenge__apps-content {
	margin-top: 1.625rem;
	max-width: 43.75rem;
	padding: 3.5rem 0 5.375rem;
}

.challenge__apps-content-list {
	gap: 1.875rem;
	padding: 0 0.625rem 0 3.125rem;
}

.challenge__apps-content-item {
	font-size: 2.125rem;
	gap: 1.25rem;
	line-height: 1.6176470588;
}

.challenge__apps-content-item-icon {
	margin-top: 0.625rem;
	max-width: 2.5rem;
}

.challenge__apps-scene-list {
	gap: 1.875rem;
	grid-template-columns: repeat(1, 40.625rem);
}

.challenge__panel--tab-2 .challenge__button-wrapper {
	margin-top: 2.875rem;
}

.challenge__panel--tab-2 .challenge__button-image {
	margin-right: 1.625rem;
	max-width: 42.375rem;
}

.fv {
	background-image: url(../images/fv-bg-sp@2x.webp);
	height: 59.375rem;
}

.fv::after {
	height: 41.875rem;
	width: 45rem;
}

.fv__inner.inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.fv__content {
	max-width: 100%;
}

.mission {
	background-image: url(../images/mission-bg-sp@2x.webp);
	background-position: 0 22rem;
	padding-top: 0.25rem;
}

.mission__logo {
	max-width: 31rem;
}

.mission__manga-image {
	margin-top: 1.25rem;
	max-width: 43.75rem;
}

.mission__message {
	padding-top: 2.625rem;
}

.mission__message-content {
	align-items: center;
	flex-direction: column;
	gap: 1.625rem;
	margin-top: 2.5rem;
	padding-left: 0;
}

.mission__message-text {
	margin-top: 0;
	max-width: 30.375rem;
}

.mission__message-image {
	margin-left: 0;
	max-width: 34.875rem;
}

.footer__content-inner.inner {
	padding-right: 0;
}

.footer__content-image {
	margin-left: auto;
	max-width: 43.8125rem;
}

.footer__copy {
	font-size: 1.5rem;
	padding-bottom: 1.375rem;
}

.header {
	height: 6.25rem;
}

.header__logo {
	max-width: 21.875rem;
}

.inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

}


/*# sourceMappingURL=style.css.map */
