body {
	background-color: #FAFAFA;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
}

body {
	font-weight: 400;
}

body.is-fixed {
	height: 100%;
	overflow: hidden;
}

html ::-webkit-scrollbar {
	height: 6px;
}

html ::-webkit-scrollbar-track {
	background-color: #D9D9D9; /* スクロールバーのトラックの背景色 */
}

html ::-webkit-scrollbar-thumb {
	background-color: #FABE00; /* スクロールバーのThumbの背景色 */
}

.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 */

/* Set core body defaults */

body {
	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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

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

.animation-link {
	display: inline-block;
	position: relative;
}

.animation-link::after {
	background-color: currentColor;
	bottom: -0.2em;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.animation-link:hover::after,
.animation-link:focus-visible::after {
	transform: scaleX(1);
}

.about {
	overflow: hidden;
	padding-top: 7.5rem;
}

.about__picture {
	display: block;
	text-align: center;
}

.about__picture img {
	display: inline-block;
	width: 11.25rem;
}

.about__contents {
	margin-top: 10rem;
	padding-bottom: 7.1875rem;
	padding-top: 17.375rem;
	position: relative;
}

.about__contents::before {
	background: url(../images/bg.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 68.75rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 68.75rem;
}

.about__img {
	position: absolute;
	text-align: center;
	top: -7.5rem;
	width: 100%;
}

.about__img img {
	display: inline-block;
	height: 22.5rem;
	width: 20rem;
}

.about__description {
	font-weight: bold;
	line-height: 2.3;
	position: relative;
	text-align: center;
}

.about__story {
	margin-top: 2.5rem;
	position: relative;
}

.about__heading {
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
}

.about__button {
	margin-top: 0.75rem;
	text-align: center;
}

.about__modal {
	width: 100%;
}

.accordion__block {
	background-color: #FFF;
	border: 3px solid #111;
	border-radius: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 2rem 0.9375rem 1.25rem;
	position: relative;
}

.accordion__block:nth-of-type(n + 2) {
	margin-top: 2.625rem;
}

.accordion__q-text {
	padding-right: 1.5625rem;
	position: relative;
}

.accordion__q-text::before {
	background: url(../images/polygon-bottom.png) no-repeat center center/contain;
	content: "";
	display: block;
	height: 0.426875rem;
	position: absolute;
	right: 0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.57875rem;
}

.is-open.accordion__q-text::before {
	background-image: url(../images/polygon.png);
}

.accordion__qa-icon.qa-icon--q {
	left: 0.9375rem;
	position: absolute;
	top: -1.375rem;
}

.accordion__block:nth-of-type(n + 2) .accordion__body {
	display: none;
}

.accordion__body-list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.625rem;
}

.accordion__body-text {
	margin-top: 2.4375rem;
	padding-left: 3.25rem;
	position: relative;
}

.accordion__qa-icon {
	left: 0;
	position: absolute;
	top: -0.5625rem;
}

.achievements {
	margin-top: 6.8125rem;
	padding: 3.75rem 0;
}

.achievements__title {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.achievements__contents {
	margin-top: 1.875rem;
}

.achievements__list {
	grid-gap: 1.375rem 0.9375rem;
	display: grid;
	gap: 1.375rem 0.9375rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 18.4375rem;
}

.achievements__list li {
	display: inline-block;
}

.achievements__list li img {
	width: 8.75rem;
}

.button {
	align-items: center;
	background-color: #FFF;
	border: 2px solid #111;
	border-radius: 999px;
	display: inline-flex;
	font-weight: bold;
	height: 2.9375rem;
	justify-content: center;
	width: 9.9375rem;
}

.button.button--download {
	background-color: #111;
	border: 2px solid #FFF;
	color: #FFF;
	height: 3rem;
	width: 13rem;
}

.button.button--about {
	height: 2.9375rem;
	letter-spacing: 0.03em;
	width: 16.0625rem;
}

.button.button--submit {
	background-color: #EDEDED;
	border: 3px solid #858585;
	color: #858585;
	cursor: inherit;
	height: 2.9375rem;
	letter-spacing: 0.03em;
	width: 9.375rem;
}

.button.button--submit.-active {
	background-color: #fff;
	color: #111;
	cursor: pointer;
}

.button.button--submit:hover.-active {
	background-color: #FABE00;
}

.button.button--modal {
	letter-spacing: 0.03em;
	line-height: 1.7;
	width: 9.375rem;
}

.card {
	display: flex;
	flex-direction: column;
	gap: 4.0625rem;
	text-align: center;
}

.card__item {
	align-items: center;
	background-color: #FFF;
	border: 3px solid #111;
	border-radius: 1.875rem;
	display: flex;
	flex-direction: column;
	padding: 3.125rem 3.25rem 1.625rem;
	position: relative;
}

.card__item img {
	width: 10rem;
}

.card__icon {
	left: 50%;
	position: absolute;
	top: -2.8125rem;
	transform: translateX(-50%);
}

.card__text {
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0.625rem;
}

.comparison {
	background-color: #FFF;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.comparison__title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.comparison__contents {
	margin-top: 3.75rem;
}

.comparison__container {
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
	white-space: nowrap;
}

.comparison__attention {
	color: #686868;
	font-size: rem(14);
	font-weight: bold;
	line-height: 1;
	margin-top: 0.6875rem;
	text-align: center;
}

.contact {
	background: url(../images/section-bg.png) repeat top left/529px auto;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.contact__wrapper {
	background-color: #FFF;
	border-radius: 1.875rem;
	padding: 3.75rem 1.25rem;
}

.contact__contents {
	margin-top: 1.875rem;
}

.contact__fields {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.contact__privacy {
	margin-top: 1.875rem;
}

.contact__button {
	margin-top: 1.875rem;
	text-align: center;
}

.faq {
	background-color: #FAFAFA;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.faq__contents {
	margin-top: 3.25rem;
}

.faq__accordion {
	margin: 0 auto;
	max-width: 860px;
	padding-left: 30px;
	padding-right: 30px;
}

.form-checkbox {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.form-checKbox__input {
	clip: rect(0, 0, 0, 0);
	font-style: italic;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
	opacity: 1;
}

.form-checkbox__text {
	color: #111;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	padding-left: 1.875rem;
	position: relative;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: ease-out 0.3s;
}

.form-checkbox__text::before {
	border: 1px solid #111;
	border-radius: 1px;
	height: 1.25rem;
	width: 1.25rem;
}

.form-checkbox__text::after {
	background: url(../images/contact-accept.png) no-repeat center center/cover;
	border-radius: 0.1875rem;
	height: 1.095625rem;
	left: -1px;
	opacity: 0;
	width: 1.4375rem;
}

.form-checkbox__text a {
	text-decoration-line: underline;
}

.form-checkbox__text a:hover {
	color: #FABE00;
}

.form-checkbox__input:focus + .form-checkbox__text::before {
	border-color: #FABE00;
}

.form-field {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.form-field:nth-child(n+3):nth-child(-n+4) {
	gap: 0.875rem;
}

.form-field__head {
	align-items: center;
	display: flex;
	font-weight: bold;
	gap: 0.625rem;
}

.form-field__tag {
	background-color: #EE8013;
	border-radius: 0.125rem;
	color: #FFF;
	font-size: 0.6875rem;
	line-height: 1;
	padding: 0.3125rem 0.5625rem 0.375rem;
}

.form-field__item--post {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
}

.form-field__radios {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.form-field__tag--optional {
	background-color: #43B549;
}

.form-radio {
	align-items: center;
	display: flex;
}

.form-radio__input {
	clip: rect(0, 0, 0, 0);
	font-style: italic;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.form-radio__input:checked + .form-radio__text::after {
	opacity: 1;
}

.form-radio__text {
	color: #111;
	display: inline-block;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
	width: 100%;
}

.form-radio__text::before,
.form-radio__text::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: ease-out 0.3s;
}

.form-radio__text::before {
	border: 3px solid #111;
	height: 24px;
	left: 0;
	width: 24px;
}

.form-radio__text::after {
	background-color: #F5810E;
	height: 10px;
	left: 7px;
	opacity: 0;
	width: 10px;
}

.form-select {
	background: #FFF url(../images/Polygon1.png) no-repeat center right 15px/9.45px 6.97px;
	border: 3px solid #111;
	border-radius: 0.3125rem;
	color: #111;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.9375rem 1rem 0.875rem;
}

.form-select:focus {
	border: 3px solid #FABE00;
}

.form-text {
	background: #FFF;
	border: 3px solid #111;
	border-radius: 0.3125rem;
	color: #111;
	padding: 0.75rem 0.8125rem 0.6875rem;
	width: 100%;
}

.form-text::-moz-placeholder {
	color: #ADADAD;
}

.form-text::placeholder {
	color: #ADADAD;
}

.form-text:focus {
	border: 3px solid #FABE00;
}

.form-text--post {
	width: 9.0625rem;
}

.form-textarea {
	align-items: center;
	background: #FFF;
	border: 3px solid #111;
	border-radius: 0.3125rem;
	display: flex;
	height: 11.25rem;
	letter-spacing: 0;
	padding: 1rem;
	resize: vertical;
	width: 100%;
}

.form-textarea::-moz-placeholder {
	color: #ADADAD;
}

.form-textarea::placeholder {
	color: #ADADAD;
}

.form-textarea:focus {
	border: 3px solid #FABE00;
}

.fv__background {
	background: linear-gradient(180deg, #F8B819 0%, #F0D320 100%);
	border-radius: 1.25rem;
}

.fv__contents {
	padding-bottom: 15.9375rem;
	padding-top: 3.125rem;
	position: relative;
}

.fv__textBlock {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.fv__lead1,
.fv__lead2 {
	background-color: #FFF;
	border-radius: 0.3125rem;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.625rem;
}

.fv__lead2 {
	margin-top: 0.5rem;
}

.fv__description {
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 1.625rem;
}

.fv__button {
	margin-top: 1.375rem;
}

.fv__picture {
	bottom: -6.75rem;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

.fv__picture img {
	display: inline-block;
	width: 21.5625rem;
}

.gallery {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.gallery__contents {
	margin-top: 1.875rem;
}

.gallery__swiper {
	padding-bottom: 1.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.gallery__swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.gallery__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.gallery__swiper .swiper-pagination-horizontal.swiper-pagination-bullets {
	bottom: 0;
}

.gallery__card {
	border: 3px solid #111;
	border-radius: 1.875rem;
	padding: 1.25rem 1.25rem 1.125rem;
}

.gallery__card img {
	border-radius: 1.875rem;
}

.gallery__text {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
	text-align: center;
}

.gallery__pagination .swiper-pagination-bullet {
	background-color: #BCBCBC;
	height: 0.625rem;
	opacity: 1;
	width: 0.625rem;
}

.gallery__pagination .swiper-pagination-bullet-active {
	background-color: #FABE00;
}

.gallery__button-prev::after,
.gallery__button-next::after {
	display: none;
}

.gallery__button-prev,
.gallery__button-next {
	height: 2.75rem;
	margin-top: 1.875rem;
	width: 2.75rem;
}

.gallery__button-prev {
	background: url(../images/prev-icon.png) no-repeat center center/cover;
	left: 0rem;
}

.gallery__button-next {
	background: url(../images/next-icon.png) no-repeat center center/cover;
	right: 0rem;
}

.header {
	height: 4.375rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__picture img {
	width: 6.25rem;
}

.header__ul {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.header__li a {
	font-weight: 700;
}

.header__hamburger {
	z-index: 20;
}

.header__drawerMenu {
	background-color: #F7BA1A;
	display: block;
	height: 100vh;
	opacity: 0;
	padding: 0 2.5rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-out 0s;
	visibility: hidden;
	width: 320px;
	z-index: 1;
}

.header__drawerMenu.is-active {
	opacity: 1;
	visibility: visible;
}

.header__drawerMenu-nav {
	align-items: end;
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding-bottom: 5.3125rem;
	padding-top: 5.3125rem;
}

.header__drawerMenu-nav li a {
	color: #111;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 1.25rem 0;
}

.header__button {
	margin-top: 0.75rem;
}

.header__drawerMenu-nav .header__button a {
	display: flex;
	padding: 0;
}

.hamburger {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	height: 1.3125rem;
	margin: 0;
	overflow: visible;
	padding: 0rem;
	text-transform: none;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	transition-timing-function: linear;
	width: 2.25rem;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger__inner,
.hamburger.is-active .hamburger__inner::before,
.hamburger.is-active .hamburger__inner::after {
	background-color: #000;
}

.hamburger__box {
	display: inline-block;
	height: 1.3125rem;
	position: relative;
	width: 2.25rem;
}

.hamburger__inner {
	display: block;
	margin-top: 0.75rem;
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
	background-color: #000;
	border-radius: 4px;
	height: 0.1875rem;
	position: absolute;
	transition: transform 0.15s ease-out 0s;
	width: 2.25rem;
}

.hamburger__inner::before,
.hamburger__inner::after {
	content: "";
	display: block;
}

.hamburger__inner::before {
	top: -0.5625rem;
}

.hamburger__inner::after {
	bottom: -0.5625rem;
}

.hamburger--minus .hamburger__inner::before,
.hamburger--minus .hamburger__inner::after {
	transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger__inner::before,
.hamburger--minus.is-active .hamburger__inner::after {
	opacity: 0;
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger__inner::before {
	top: 0;
}

.hamburger--minus.is-active .hamburger__inner::after {
	bottom: 0;
}

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

.merit {
	background-color: #FAFAFA;
	padding-top: 3.75rem;
}

.merit__contents {
	margin-top: 1.875rem;
}

.merit__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.merit__li {
	align-items: center;
	background-color: #FFF;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	padding: 0.625rem 1.25rem 1.5rem;
}

.merit__li:nth-of-type(2) {
	flex-direction: column;
}

.merit__li img {
	width: 12.5rem;
}

.merit__textWrapper {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.merit__leadWrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	font-family: "Montserrat", sans-serif;
	gap: 0.625rem;
	justify-content: start;
}

.merit__number {
	color: #FABE00;
	font-size: 4.375rem;
	font-weight: 600;
	line-height: 1;
}

.merit__lead {
	font-weight: bold;
}

.merit__text {
	font-size: 0.875rem;
	line-height: 2;
}

.modal {
	background-color: #FFF;
	border-radius: 1.25rem;
	display: none;
	left: 50%;
	max-height: calc(100% - 40px);
	max-width: calc(100% - 30px);
	overflow: auto;
	overscroll-behavior-y: none;
	padding: 1rem 0.9375rem 4rem;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 71.25rem;
	z-index: 100;
}

.modal.is-open {
	display: block;
}

.modal__close-icon {
	display: flex;
	justify-content: end;
	position: sticky;
	top: 0;
}

.modal__close-icon img {
	width: 2.3125rem;
}

.modal__close-icon img:hover {
	cursor: pointer;
}

.modal__contents {
	margin-top: 0.75rem;
}

.modal__text {
	font-size: 0.875rem;
}

.modal__text p:nth-child(2) {
	margin-top: 1.25rem;
}

.modal__closeBtn {
	cursor: pointer;
	margin-top: 1.875rem;
	text-align: center;
}

.modal-background {
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.modal-background.is-open {
	display: block;
}

.movie {
	background: url(../images/movie-bg.png) repeat top left/529px auto;
	margin-top: 3.125rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.movie__contents {
	margin-top: 2.375rem;
}

.movie__iframe {
	text-align: center;
}

.movie__iframe iframe {
	aspect-ratio: 345/194;
	height: auto;
	width: 21.5625rem;
}

.news {
	margin-top: 3.75rem;
}

.news__wrapper {
	background-color: #FFF;
	border-radius: 1.25rem;
	box-shadow: 0 0.5625rem 30px #F4F4F4;
	padding: 2.5rem 0.75rem;
}

.news__title {
	font-family: "Montserrat", sans-serif;
	font-size: 2.375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.news__contents {
	margin-top: 2.375rem;
}

.news__ul {
	display: flex;
	flex-direction: column;
}

.news__li {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.news__li:not(:last-child) {
	border-bottom: 1px solid #E3E3E3;
}

.news__meta {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
}

.news__date {
	color: #333;
}

.new__moreWrapper {
	text-align: right;
}

.news__more {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	margin-top: 1.375rem;
	position: relative;
	text-align: right;
}

.news__more::after {
	background-color: #111;
	bottom: -0.625rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.shadow {
	box-shadow: 0 20 30 #f43434;
}

.pagetop {
	bottom: 0.625rem;
	opacity: 0;
	position: fixed;
	right: 0.625rem;
	visibility: hidden;
}

.pagetop.is-show {
	opacity: 1;
	visibility: visible;
}

.pagetop img {
	width: 3.125rem;
}

.qa-icon {
	align-items: center;
	border: 3px solid #111;
	border-radius: 999px;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	height: 2.75rem;
	justify-content: center;
	letter-spacing: 0.1em;
	width: 2.75rem;
}

.qa-icon--q {
	background-color: #F5810E;
}

.qa-icon--a {
	background-color: #FABE00;
}

.section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.section-title__main {
	font-family: "Montserrat", sans-serif;
	font-size: 2.375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.section-title__sub {
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
}

.step-icon {
	align-items: center;
	border: 3px solid #111;
	border-radius: 999px;
	display: flex;
	flex-direction: column;
	font-family: "Montserrat", sans-serif;
	gap: 0.1875rem;
	height: 5.625rem;
	justify-content: center;
	width: 5.625rem;
}

.step-icon.step-icon--offense {
	background-color: #F5810E;
}

.step-icon.step-icon--defense {
	background-color: #FABE00;
}

.step-icon__en {
	font-family: "Montserrat", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.step-icon__number {
	color: white;
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.table {
	border-collapse: collapse;
	margin-bottom: 1.8125rem;
	table-layout: fixed;
	width: 620px;
}

.table tr:not(:nth-of-type(1)) {
	border-top: 1.5px solid #111;
}

.table th:nth-child(1) {
	width: 8.125rem;
}

.table thead td {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.table td {
	font-size: 0.875rem;
}

.table td:nth-child(2) {
	font-size: 1rem;
	width: 5.625rem;
}

.table th,
.table td {
	font-weight: 700;
	height: 3.75rem;
	letter-spacing: 0.03em;
	text-align: center;
	vertical-align: middle;
}

.table tr td img {
	display: inline-block;
	width: 4.375rem;
}

.table__bg {
	background-color: #FFF9E5;
}

.tag {
	align-items: center;
	background-color: #E4780C;
	border-radius: 0.125rem;
	color: #FFF;
	display: flex;
	font-size: 0.6875rem;
	font-weight: bold;
	justify-content: center;
	padding: 0.125rem 0.625rem;
	white-space: nowrap;
}

.tag--column {
	background-color: #F7BA1A;
}

.tag--event {
	background-color: #389B47;
}

.use {
	background-color: #FFF;
	margin-top: 3.75rem;
	padding-bottom: 2.5rem;
	padding-top: 1.625rem;
}

.use__contents {
	margin-top: 6.5rem;
}

.use__cardWrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7rem;
}

.use__cardBox {
	background-color: #FFFBF0;
	border-radius: 1.875rem;
	padding: 11.3125rem 2.5rem 3rem;
	position: relative;
}

.use__step-title {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 1rem;
	left: 50%;
	position: absolute;
	top: -4.5rem;
	transform: translateX(-50%);
	width: 100%;
}

.use__step-title img {
	width: 5.3125rem;
}

.use__text {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

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

.header__picture img {
	width: 8.4375rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4035087719vw;
}

.about {
	padding-top: 6.25rem;
}

.about__picture img {
	width: 14.375rem;
}

.about__contents {
	margin-top: 11rem;
	padding-bottom: 6.25rem;
	padding-top: 17.75rem;
}

.about__contents::before {
	height: 50rem;
	width: 50rem;
}

.about__img {
	top: -7.875rem;
}

.about__img img {
	height: 23.125rem;
	width: 20.625rem;
}

.about__story {
	margin-top: 2.625rem;
}

.about__button {
	margin-top: 0.9375rem;
}

.accordion__block {
	padding: 2rem 1.25rem 1.25rem;
}

.accordion__q-text {
	letter-spacing: 0.08em;
	padding-right: 2.5rem;
}

.accordion__qa-icon.qa-icon--q {
	left: 1.25rem;
}

.accordion__body-text {
	letter-spacing: 0.08em;
	margin-top: 1.75rem;
}

.achievements {
	margin-top: 5rem;
	padding: 4.375rem 0 3.125rem;
}

.achievements__title {
	font-size: 1.25rem;
}

.achievements__contents {
	margin-top: 3.375rem;
}

.achievements__list {
	gap: 1.625rem 2.5rem;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1000px;
}

.achievements__list li img {
	width: 12.5rem;
}

.button {
	border: 1px solid #111;
}

.button.button--download {
	height: 2.9375rem;
}

.button.button--about {
	height: 2.9375rem;
	width: 14.0625rem;
}

.card {
	flex-direction: row;
	gap: 1.5rem;
	width: 100%;
}

.card__item {
	max-width: 18.75rem;
	width: 100%;
}

.comparison {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.contact {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.contact__wrapper {
	padding: 3.75rem 1.875rem;
}

.contact__contents {
	margin-top: 3.125rem;
}

.contact__box {
	margin-left: auto;
	margin-right: auto;
	max-width: 612px;
	width: 100%;
}

.faq {
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.faq__contents {
	margin-top: 4.625rem;
}

.form-checkbox__text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.7857;
	padding-left: 2.25rem;
}

.form-checkbox__text::before {
	height: 1.5625rem;
	width: 1.5625rem;
}

.form-checkbox__text::after {
	height: 1.5625rem;
	width: 1.5625rem;
}

.form-field {
	align-items: center;
	flex-direction: row;
	gap: 2rem;
	width: 100%;
}

.form-field:nth-child(n+3):nth-child(-n+4) {
	gap: 2rem;
}

.form-field__head {
	flex-shrink: 0;
	justify-content: end;
	width: 11.25rem;
}

.form-field__item {
	flex-grow: 1;
}

.form-field__item--post {
	gap: 0.75rem;
}

.form-field__radios {
	flex-direction: row;
	gap: 1.875rem;
}

.form-radio__text::before,
.form-radio__text::after {
	transform: translateY(-50%);
}

.form-select {
	background-position: center right 12px;
	background-size: 12px 8px;
	color: #111;
	font-size: 1rem;
	padding: 1.03125rem 0.75rem 1.125rem 0.875rem;
	width: 100%;
}

.form-text--post {
	width: 15rem;
}

.fv__contents {
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: orem(110);
	padding-top: 6.875rem;
	position: relative;
}

.fv__textBlock {
	align-items: start;
	margin: 0 auto;
	padding: 0 1.875rem;
}

.fv__lead1,
.fv__lead2 {
	font-size: 2.375rem;
	padding: 0.75rem 1rem;
}

.fv__lead2 {
	margin-top: 0.875rem;
}

.fv__description {
	font-size: perm(18);
	margin-top: 1.25rem;
}

.fv__button {
	margin-top: 1.875rem;
}

.fv__picture {
	left: auto;
	left: initial;
	text-align: right;
	width: 57.6923076923%;
}

.fv__picture img {
	width: 37.5rem;
}

.gallery {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.gallery__contents {
	margin-top: 3.75rem;
}

.gallery__swiper {
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.gallery__card {
	border-radius: 1.25rem;
	padding: 1.25rem 1.25rem 1.125rem;
}

.gallery__card img {
	border-radius: 1.25rem;
}

.gallery__text {
	font-size: 1rem;
	margin-top: 1.125rem;
}

.gallery__button-prev,
.gallery__button-next {
	height: 3.125rem;
	margin-top: 0rem;
	width: 3.125rem;
}

.header {
	height: 5.625rem;
}

.header__button {
	margin-top: 0;
	transition: all 0.3s ease-out 0s;
}

.inner {
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
}

.inner.inner--header {
	max-width: 1440px;
	padding: 0 9.375rem;
}

.inner.inner--fv {
	max-width: calc(100% - 60px);
	padding: 0;
}

.inner--news {
	max-width: 1260px;
}

.inner--gallery {
	max-width: 860px;
	padding-left: 30px;
	padding-right: 30px;
}

.merit {
	padding-top: 6.25rem;
}

.merit__contents {
	margin-top: 3.75rem;
}

.merit__list {
	gap: 2.5rem;
}

.merit__li {
	flex-direction: row-reverse;
	gap: 3.125rem;
	padding: 1.25rem 6.875rem;
}

.merit__li img {
	width: 21.875rem;
}

.merit__textWrapper {
	gap: 1rem;
}

.merit__leadWrapper {
	gap: 1.75rem;
	justify-content: start;
}

.merit__number {
	font-size: 6.875rem;
}

.merit__lead {
	font-size: 1.25rem;
}

.merit__text {
	font-size: 0.9375rem;
}

.modal {
	border-radius: 1.25rem;
	padding: 3.0625rem 4.375rem 4.6875rem;
}

.modal__contents {
	margin-top: 2.6875rem;
}

.movie {
	background-image: url(../images/movie-bg.png);
	margin-top: 6.25rem;
	padding-bottom: 6.0625rem;
	padding-top: 6.25rem;
}

.movie__contents {
	margin-top: 3.5rem;
}

.movie__iframe {
	width: 100%;
}

.movie__iframe iframe {
	aspect-ratio: 640/360;
	width: 40rem;
}

.news {
	margin-top: 3.125rem;
}

.news__wrapper {
	padding: 2.5rem 0rem 2.125rem;
}

.news__title {
	font-size: 3.125rem;
}

.news__contents {
	margin: 0 auto;
	margin-top: 1.875rem;
	max-width: 1050px;
	padding-left: 60px;
	padding-right: 60px;
}

.news__li {
	flex-direction: row;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.news__meta {
	flex-direction: row;
	flex-shrink: 0;
	gap: 0px;
	width: 16.875rem;
}

.news__date {
	width: 8.3125rem;
}

.news__subject {
	width: calc(100% - 270px);
}

.section-title__main {
	font-size: 3.125rem;
}

.section-title__sub {
	font-size: 1rem;
}

.table {
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
}

.table th:nth-child(1) {
	font-size: 1.25rem;
	width: auto;
}

.table thead td {
	font-size: 1.25rem;
}

.table td:nth-child(2) {
	font-size: 1.5625rem;
	width: auto;
}

.table th,
.table td {
	height: 6.25rem;
}

.table tr td img {
	width: 7.6875rem;
}

.use {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.use__contents {
	margin-top: 5.5625rem;
}

.use__cardWrapper {
	gap: 4.6875rem;
}

.use__cardBox {
	border-radius: 2.5rem;
	max-width: 1180px;
	padding: 10.375rem 6rem 3.5rem;
	width: 100%;
}

.use__cardBox:nth-of-type(2) .use__step-title {
	flex-direction: row-reverse;
}

.use__step-title {
	align-items: end;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	top: -1.8125rem;
}

.use__text {
	font-size: 1.375rem;
}

}

@media (min-width: 1140px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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