body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.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;
}

.challenge {
	margin-top: -2.5rem;
}

.challenge__comment {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 48.1875rem;
	width: 100%;
}

.challenge__comment img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.challenge__wrap {
	background-image: url(./../images/bg-challenge2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0.625rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.challenge__wrapper {
	background-color: rgba(235, 247, 233, 0.7);
	border-radius: 1.25rem;
	padding-bottom: 2.25rem;
	padding-top: 2.5rem;
	position: relative;
}

.challenge__contents {
	border-bottom: 0.3125rem solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding-bottom: 2.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	z-index: 100;
}

.challenge__contents.challenge__contents--last {
	border-bottom: none;
	padding-bottom: 0;
}

.challenge__sub-title {
	align-items: center;
	color: #111;
	display: flex;
	font-size: 1.6875rem;
	font-weight: 600;
}

.challenge__sub-title-mark {
	background-color: #03b2aa;
	display: inline-block;
	height: 0.625rem;
	margin-right: 0.75rem;
	width: 2.25rem;
}

.challenge__lists {
	margin-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.challenge__icon {
	width: calc((100% - 5.25rem) / 3);
}

.challenge__video .video__character img {
	-o-object-fit: contain;
	aspect-ratio: 229/168;
	object-fit: contain;
	width: 100%;
}

.initiative {
	padding-bottom: 10.5rem;
}

.initiative__inner {
	position: relative;
}

.initiative__inner::before {
	background-image: url(./../images/initiative-set3.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 7.5625rem;
	content: "";
	height: 12.75rem;
	position: absolute;
	right: 0.625rem;
	width: 17.9375rem;
}

.initiative__items {
	display: flex;
	gap: 1.25rem;
}

.initiative__comment {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 41.25rem;
	width: 100%;
}

.initiative__comment img {
	-o-object-fit: contain;
	aspect-ratio: 660/191;
	object-fit: contain;
	width: 100%;
}

.initiative__item {
	border-radius: 0.75rem;
	margin-top: 1.25rem;
	width: 50%;
}

.initiative__item-title {
	align-items: center;
	background-color: #02787b;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 700;
	height: 4.75rem;
	justify-content: center;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	text-align: center;
}

.initiative__item-title span {
	font-size: 1rem;
}

.initiative__item-comment {
	color: #ef7800;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.initiative__item-content {
	align-items: flex-start;
	background-color: #ebf7e9;
	display: flex;
	justify-content: space-between;
	margin-top: 0.375rem;
	padding: 0.75rem 1.25rem;
}

.initiative__item-meta {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	width: 46%;
}

.initiative__item-label {
	background-color: #02787b;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.5rem 0.75rem;
	text-align: center;
	width: 100%;
}

.initiative__item-video {
	aspect-ratio: 16/9;
	border-radius: 0.5rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	position: relative;
	transition: opacity 0.3s ease;
	width: 46%;
}

.initiative__item-video:hover {
	opacity: 0.7;
}

.initiative__item-video::before {
	aspect-ratio: 1/1;
	background-image: url(./../images/thumbnail-play.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 30%;
	transform: translate(-50%);
	width: 3.125rem;
}

.initiative__item-video img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.initiative__item-time {
	background: #fff;
	border: 0.0625rem solid #02787b;
	border-radius: 62.4375rem;
	color: #02787b;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.25rem 0.75rem;
	text-align: center;
	width: 6.25rem;
}

.initiative__item-content--link {
	align-items: center;
	background-color: #ebf7e9;
	border-radius: 0.5rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0.375rem;
	padding: 1rem 1.5rem;
}

.initiative__item-link {
	-webkit-text-decoration: none;
	-webkit-text-decoration: underline;
	align-items: center;
	color: #111;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 1.5;
	text-decoration: none;
	text-decoration: underline;
	text-decoration-color: #111;
	transition: text-decoration-color 0.3s ease;
}

.initiative__item-link:hover {
	text-decoration-color: transparent;
}

.initiative__item-link-icon {
	height: 1rem;
	width: 1rem;
}

.initiative__item-link-icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.initiative__item-external-play {
	background-image: url("./../images/icon-circle.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1.5rem;
	width: 1.5rem;
}

.initiative__banner {
	margin-top: 5.625rem;
}

.initiative__banner-comment {
	color: #ef7800;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.initiative__banner-wrap {
	display: flex;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.initiative__img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 35.375rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.initiative__img:hover {
	opacity: 0.7;
}

.initiative__img img {
	-o-object-fit: contain;
	aspect-ratio: 566/94;
	object-fit: contain;
	width: 100%;
}

.initiative__first-icon,
.initiative__second-icon {
	display: none;
}

.initiative__first-icon {
	margin-left: auto;
	max-width: 19.375rem;
	width: 100%;
}

.initiative__second-icon {
	margin-right: auto;
	max-width: 15.8125rem;
	width: 100%;
}

.making {
	background-image: url(./../images/bg-access2.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -8.75rem;
	padding-bottom: 7.5rem;
	padding-top: 12.5rem;
	position: relative;
}

.making__wrap {
	margin-top: 1rem;
}

.making__wrapper {
	background-color: rgba(235, 247, 233, 0.7);
	border-radius: 1.25rem;
	padding-bottom: 2.25rem;
	padding-top: 2.5rem;
	position: relative;
}

.making__lists {
	margin-top: 4.6875rem;
	position: relative;
	z-index: 1;
}

.making__video {
	position: relative;
	z-index: 10;
}

.making__video .video__character img {
	-o-object-fit: contain;
	aspect-ratio: 225/170;
	object-fit: contain;
	width: 100%;
}

.mv {
	margin-top: 3.875rem;
}

.mv__inner {
	position: relative;
}

.mv__main-view {
	margin-left: auto;
	margin-right: auto;
	max-width: 38.9375rem;
	width: 100%;
}

.mv__main-view img {
	-o-object-fit: contain;
	aspect-ratio: 623/368;
	object-fit: contain;
	width: 100%;
}

.mv__comment {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	max-width: 56.25rem;
	width: 100%;
}

body.is-modal-open {
	height: 100vh;
	overflow: hidden;
}

.body {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.body.fade-in {
	opacity: 1;
}

.body__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
}

.card-list {
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	counter-reset: step;
	display: flex;
	flex-wrap: wrap;
	row-gap: 4.1875rem;
}

.card {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 0.625rem 0.625rem 1.5rem;
	position: relative;
	width: calc((100% - 5.25rem) / 3);
}

.card:not(:nth-child(1)):not(:nth-child(4))::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #ff95da;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 2.875rem;
	position: absolute;
	right: 102%;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
	z-index: 1;
}

.card:not(:nth-child(1))::before {
	content: "";
	display: none;
}

.card__step {
	height: 6.125rem;
	left: 50%;
	position: absolute;
	top: -2.1875rem;
	transform: translateX(-50%);
	width: 6.125rem;
	z-index: -1;
}

.card__image {
	border-bottom: 0.4375rem solid #03b2aa;
}

.card__image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.card__text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.fadeUp {
	opacity: 0;
}

.fadeUp.is-show {
	animation: fadeUp 1.3s ease-out forwards;
	opacity: 1;
}

.float-btn {
	bottom: 1.5rem;
	cursor: pointer;
	height: 7.0625rem;
	position: fixed;
	right: 1.5rem;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
	width: 9.75rem;
	z-index: 1000;
}

.float-btn.is-bottom {
	transform: translateY(-100px);
}

.float-btn__img {
	height: 100%;
	width: 100%;
}

.float-btn__img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer {
	background-color: #fff;
	padding-bottom: 1.875rem;
	text-align: center;
}

.footer__bg {
	width: 100%;
	z-index: 0;
}

.footer__bg img {
	display: block;
	height: auto;
	width: 100%;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.footer__body {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
	width: 100%;
}

.footer__logo {
	max-width: 15rem;
}

.footer__logo img {
	height: auto;
	width: 100%;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
}

.footer__nav-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #111;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 700;
	gap: 0.5rem;
	padding-left: 1.125rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__nav-item a:hover {
	opacity: 0.7;
}

.footer__nav-item a::before {
	border-bottom: 0.125rem solid #03b2aa;
	border-right: 0.125rem solid #03b2aa;
	content: "";
	height: 0.5rem;
	left: 0.3125rem;
	position: absolute;
	top: 60%;
	transform: translateY(-50%) rotate(-135deg);
	width: 0.5rem;
}

.footer__nav-item img {
	height: 0.75rem;
	width: 0.75rem;
}

.footer__copyright {
	color: #111;
	font-size: 0.75rem;
	margin-top: 1.25rem;
	text-align: left;
}

.header {
	background-color: #fff;
	left: 0;
	padding: 1rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.header__logo {
	max-width: 15rem;
}

.header__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.header__nav-list {
	display: flex;
	gap: 1.5rem;
}

.header__nav-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #111;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 700;
	padding-left: 1.125rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.header__nav-item a:hover {
	opacity: 0.7;
}

.header__nav-item a::before {
	border-bottom: 0.125rem solid #03b2aa;
	border-right: 0.125rem solid #03b2aa;
	content: "";
	height: 0.5rem;
	left: 0.3125rem;
	position: absolute;
	top: 40%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.header__hamburger {
	background-color: #03b2aa;
	display: none;
	flex-direction: column;
	gap: 0.375rem;
	height: inherit;
	justify-content: center;
	padding: 0.625rem;
	position: relative;
	width: 3.5rem;
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 0.0625rem;
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: transform 0.3s, opacity 0.3s;
	width: 2.1875rem;
}

.header__hamburger span:nth-child(1) {
	top: -0.125rem;
}

.header__hamburger span:nth-child(2) {
	top: 0;
}

.header__hamburger span:nth-child(3) {
	top: 0.125rem;
}

.header__hamburger.is-open span:nth-child(1) {
	top: 0.5rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-child(3) {
	top: -0.5rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #fff;
	opacity: 0;
	padding: 1.25rem;
	position: fixed;
	right: 0;
	top: 3.75rem;
	transform: translateY(-0.625rem);
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.header__drawer.is-open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header__drawer-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.header__drawer-item a {
	-webkit-text-decoration: none;
	color: #111;
	font-size: 0.875rem;
	font-weight: 700;
	padding-left: 1.125rem;
	position: relative;
	text-decoration: none;
}

.header__drawer-item a::before {
	border-bottom: 0.125rem solid #03b2aa;
	border-right: 0.125rem solid #03b2aa;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 40%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.modal {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	z-index: 1001;
}

.modal__overlay {
	background-color: #02787b;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	z-index: 1000;
}

.modal__content {
	background-color: #fff;
	border: 0.3125rem solid #03b2aa;
	border-radius: 1rem;
	box-shadow: 0 0 1.25rem rgba(17, 17, 17, 0.3);
	max-width: 60.625rem;
	opacity: 0;
	padding: 2.5rem 7.5rem;
	position: relative;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 90%;
	z-index: 1002;
}

.modal.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.modal.is-open .modal__overlay {
	opacity: 0.6;
	visibility: visible;
}

.modal.is-open .modal__content {
	opacity: 1;
	transform: translateY(0);
}

.modal__close {
	align-items: center;
	background-color: #ffffbc;
	border: 0.125rem solid #03b2aa;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	height: 2rem;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2rem;
	z-index: 3;
}

.modal__close::before {
	background-color: #03b2aa;
	content: "";
	height: 0.125rem;
	position: absolute;
	transform: rotate(45deg);
	width: 0.875rem;
}

.modal__close::after {
	background-color: #03b2aa;
	content: "";
	height: 0.125rem;
	position: absolute;
	transform: rotate(-45deg);
	width: 0.875rem;
}

.modal__video {
	aspect-ratio: 16/9;
	overflow: hidden;
	width: 100%;
}

.modal__video iframe {
	border: none;
	height: 100%;
	width: 100%;
}

.modal__title {
	background-color: #02787b;
	border-radius: 0 0 0.5rem 0.5rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.5rem;
	text-align: center;
}

.modal__character {
	bottom: -0.625rem;
	position: absolute;
	right: 0.125rem;
	width: 8.75rem;
}

.modal__character img {
	-o-object-fit: contain;
	aspect-ratio: 140/100;
	display: block;
	object-fit: contain;
	width: 100%;
}

.video {
	align-items: center;
	background-color: #e3efc2;
	border: 0.1875rem solid #fff;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	margin-top: 2.625rem;
	padding: 1.5rem;
}

.video__info {
	flex-shrink: 0;
	width: 18.1875rem;
}

.video__info img {
	-o-object-fit: contain;
	aspect-ratio: 291/200;
	object-fit: contain;
	width: 100%;
}

.video__thumb {
	aspect-ratio: 16/9;
	cursor: pointer;
	flex-grow: 1;
	margin: 0 1.5rem;
	max-width: 22.5rem;
	position: relative;
	transition: opacity 0.3s ease;
}

.video__thumb:hover {
	opacity: 0.7;
}

.video__thumb::before {
	aspect-ratio: 1/1;
	background-image: url(./../images/thumbnail-play.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translate(-50%);
	width: 3.125rem;
}

.video__thumb img {
	border: 0.1875rem solid #fff;
	height: 100%;
	width: 100%;
}

.video__character {
	aspect-ratio: 260/190;
	flex-shrink: 0;
	width: 16.25rem;
}

.video__character img {
	-o-object-fit: contain;
	aspect-ratio: 260/190;
	object-fit: contain;
	width: 100%;
}

/*20260225*/
.challenge__contents02 .challenge__icon{
	position: absolute;
    right: 0;
    top: -19rem;
    width: 30%;
}
@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.challenge {
	margin-top: 1.5625rem;
	overflow: hidden;
}

.challenge__comment {
	margin: 0.75rem calc(50% - 50vw) 0;
	width: 100vw;
}

.challenge__wrap {
	background-image: url(./../images/bg-challenge-sp2.png);
	background-size: cover;
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.challenge__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding-bottom: 1.25rem;
	padding-top: 1.5625rem;
	width: 100%;
}

.challenge__contents:first-child {
	margin-top: 0;
}

.challenge__sub-title {
	font-size: 1.375rem;
	line-height: 1.5;
}

.challenge__icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	width: 100%;
}

.challenge__icon img {
	-o-object-fit: contain;
	aspect-ratio: 264/210;
	object-fit: contain;
	width: 100%;
}

.challenge__video .video__character {
	margin-left: auto;
	margin-right: auto;
	max-width: 14.3125rem;
	width: 100%;
}

.initiative {
	margin-top: 2rem;
	overflow: hidden;
	padding-bottom: 4.0625rem;
}

.initiative__inner::before {
	display: none;
}

.initiative__items {
	flex-direction: column;
}

.initiative__comment {
	margin: 1.25rem calc(50% - 50vw) 0;
	width: 100vw;
}

.initiative__comment img {
	aspect-ratio: 390/248;
}

.initiative__item {
	width: 100%;
}

.initiative__item-title {
	height: auto;
	height: initial;
	padding: 0.75rem;
}

.initiative__item-comment {
	font-size: 1rem;
}

.initiative__item-content {
	gap: 1rem;
}

.initiative__item-meta {
	align-items: center;
}

.initiative__item-video::before {
	width: 1.875rem;
}

.initiative__item-content--link {
	gap: 1rem;
}

.initiative__banner {
	margin-top: 1.25rem;
}

.initiative__banner-comment {
	font-size: 1rem;
}

.initiative__banner-wrap {
	flex-direction: column;
}

.initiative__img + .initiative__img {
	margin-top: 0.75rem;
}

.initiative__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/126;
	object-fit: cover;
}

.initiative__first-icon,
.initiative__second-icon {
	display: block;
	margin-top: 1.25rem;
}

.initiative__first-icon img {
	-o-object-fit: contain;
	aspect-ratio: 310/220;
	object-fit: contain;
	width: 100%;
}

.initiative__second-icon img {
	-o-object-fit: contain;
	aspect-ratio: 253/198;
	object-fit: contain;
	width: 100%;
}

.making {
	background-image: url(./../images/bg-access-sp2.png);
	margin-top: 0;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.making__wrap {
	margin-top: 0.5rem;
}

.making__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding-bottom: 1.25rem;
	padding-top: 1.5625rem;
	width: 100%;
}

.making__video .video__character {
	margin-left: auto;
	margin-right: auto;
	max-width: 14.0625rem;
	width: 100%;
}

.mv {
	margin-top: 3.75rem;
}

.mv__comment {
	margin: 1.25rem calc(50% - 50vw) 0;
}

.card-list {
	flex-direction: column;
	gap: 5.625rem;
}

.card {
	border-radius: 0;
	width: 100%;
}

.card:not(:nth-child(1)):not(:nth-child(4))::after {
	display: none;
}

.card:not(:nth-child(1))::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #ff95da;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: block;
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: -5rem;
	transform: translateX(-50%);
	width: 2.875rem;
	z-index: 1;
}

.card__text {
	font-size: 0.9375rem;
}

.float-btn {
	bottom: 1rem;
	height: 5.125rem;
	right: 1rem;
	width: 7rem;
}

.float-btn.is-bottom {
	transform: translateY(-200px);
}

.footer__inner {
	align-items: flex-start;
}

.footer__body {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}

.footer__nav {
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
}

.footer__nav-item a {
	justify-content: center;
}

.footer__copyright {
	margin-top: 2rem;
	text-align: center;
	width: 100%;
}

.header {
	height: 3.75rem;
	padding: 0;
}

.header__inner.inner {
	height: inherit;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 0;
}

.header__logo {
	max-width: 10rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	display: flex;
}

.header__drawer {
	display: block;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.modal__content {
	padding: 2rem 1.5rem 3.75rem;
	width: 96%;
}

.modal__character {
	bottom: -0.25rem;
	right: 0.5rem;
	width: 6.25rem;
}

.video {
	flex-direction: column;
	gap: 1.25rem;
	padding: 0.5rem;
}

.video__info {
	max-width: 22.5rem;
	width: 100%;
}

.video__thumb {
	margin: 0;
	max-width: 22.5rem;
	width: 100%;
}

.video__character {
	max-width: 22.5rem;
	width: 100%;
}

.challenge__contents02 .challenge__icon{
	position: static;
    width: 100%;
	margin-top: -5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
