@font-face {
	font-family: "corporate"; /* 任意のフォント名 */
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Corporate-Logo-Bold-ver3.woff") format("woff"); /* フォントファイルへのパス */
}

:root {
	--font-weight-Regular: 400;
	--font-weight-Medium: 500;
	--font-weight-SemiBold: 600;
	--font-weight-Bold: 700;
	--font-weight-ExtraBold: 800;
	--font-weight-Black: 900;
	--primary-font-family: "corporate", sans-serif;
	--primary-font-color: #0D0D0D;
	--primary-bg-color: #B71D23;
}

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

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 {
	background-color: #B71D23;
	background-color: var(--primary-bg-color);
	color: #0D0D0D;
	color: var(--primary-font-color);
	font-family: "corporate", sans-serif;
	font-family: var(--primary-font-family);
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

body.is-active {
	overflow: hidden;
}

/* 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 {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	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;
}

.l-hamburger-contents {
	height: 100%;
	left: 101%;
	min-height: 100vh;
	overflow: auto;
	padding-top: 5rem;
	position: fixed;
	top: 0;
	transition: left 0.3s;
	width: 100%;
	z-index: 9980;
}

.l-hamburger-contents.is-active {
	left: 0;
}

.l-hamburger-contents__menu {
	display: block;
}

.l-hamburger {
	cursor: pointer;
	height: 1.25rem;
	position: relative;
	width: 1.875rem;
	z-index: 9999;
}

.l-hamburger__line {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: translate 0.3s, top 0.3s, opacity 0.3s, visibility 0.3s, rotate 0.3s;
	width: 100%;
}

.l-hamburger__line:nth-of-type(1) {
	left: 0;
	top: 0;
}

.l-hamburger__line:nth-of-type(2) {
	top: 50%;
	translate: 0 -50%;
}

.l-hamburger__line:nth-of-type(3) {
	top: 100%;
	translate: 0 -100%;
}

.l-hamburger.is-active .l-hamburger__line:nth-of-type(1) {
	rotate: 45deg;
	top: 50%;
	translate: 0 -50%;
}

.l-hamburger.is-active .l-hamburger__line:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}

.l-hamburger.is-active .l-hamburger__line:nth-of-type(3) {
	rotate: -45deg;
	top: 50%;
	translate: 0 -50%;
}

.l-header {
	height: 5rem;
	width: 100%;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.l-header__lists {
	display: flex;
	height: inherit;
}

.l-header__list {
	align-items: center;
	display: flex;
	height: inherit;
}

.l-header {
	height: 5rem;
	width: 100%;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.l-header__lists {
	display: flex;
	height: inherit;
}

.l-header__list {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.p-card-contents {
	background-color: #B71D23;
	background-color: var(--primary-bg-color);
	color: #0D0D0D;
	color: var(--primary-font-color);
	font-family: "corporate", sans-serif;
	font-family: var(--primary-font-family);
	padding-bottom: 10px;
}

.p-card {
	font-weight: 700;
}

.p-card-tabs {
	align-items: stretch;
	display: flex;
	gap: 5px;
	justify-content: center;
	padding: 10px;
}

.p-card-tab {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.35);
	cursor: pointer;
	padding: 3px 10px;
	width: 100%;
}

.p-card-tab img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-card-tab.is-active {
	background-color: rgb(255, 255, 255);
	filter: none;
}

.p-cards {
	display: none;
	gap: 6px;
	grid-template-columns: 1fr 1fr;
	padding-left: 8px;
	padding-right: 8px;
}

.p-cards.is-active {
	display: grid;
}

.p-card {
	background-color: #FFF6E4;
	border-radius: 6px;
	padding: 10px 14px;
}

.p-card__image img {
	aspect-ratio: 148/207;
	border-radius: 8px;
}

.p-card__link {
	background: linear-gradient(170deg, #FAD61D 0%, #FFFAE2 25%, #FFD602 50%);
	border-radius: 99px;
	box-shadow: 0px 1px 2.4px rgba(183, 29, 35, 0.5);
	display: block;
	margin-top: 6px;
	padding: 5px 7px;
	position: relative;
	text-align: center;
}

.p-card__link-text {
	color: #0D0D0D;
	display: block;
	font-size: 11px;
	margin-right: 5px;
}

.p-card__button {
	background-image: url(../images/button.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	filter: drop-shadow(1px 0.5px 0.5px rgba(255, 0, 0, 0.36));
	height: 16px;
	margin-left: auto;
	position: absolute;
	right: 8px;
	top: 50%;
	translate: 0 -50%;
	width: 16px;
}

.c-contact__text {
	width: 100%;
}

.c-contact__text:focus {
	box-shadow: none;
	outline: none;
}

.c-contact__checkbox input + span,
.c-contact__consentCheckbox + span {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.c-contact__checkbox input + span::before,
.c-contact__consentCheckbox + span::before {
	-webkit-transform: translateY(-50%);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-contact__checkbox input + span::after,
.c-contact__consentCheckbox + span::after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
}

.c-contact__checkbox input:checked + span::after,
.c-contact__consentCheckbox:checked + span::after {
	opacity: 1;
}

.c-contact__textarea {
	width: 100%;
}

.c-contact__textarea:focus {
	box-shadow: none;
	outline: none;
}

.c-contact__text,
.c-contact__textarea,
.c-contact__tel,
.c-contact__mail {
	border: 1px solid rgba(#0D0D0D, 0.16);
	border: 1px solid rgba(var(--primary-font-color), 0.16);
	border-radius: 0;
	padding: 0.6875rem 0.9375rem;
	width: 100%;
}

.c-contact__text:focus {
	border: 1px solid rgba(#0D0D0D, 0.32);
	border: 1px solid rgba(var(--primary-font-color), 0.32);
}

.c-contact__checkbox input + span {
	margin: 0 0.625rem 0;
	padding: 0 0 0 2.125rem;
}

.c-contact__checkbox span {
	display: block;
}

.c-contact__checkbox span:not(:first-of-type) {
	margin-top: 0.5rem;
}

.c-contact__checkbox input + span::before,
.c-contact__consentCheckbox + span::before {
	background: rgba(#0D0D0D, 0.1);
	background: rgba(var(--primary-font-color), 0.1);
	height: 1em;
	width: 1em;
}

.c-contact__checkbox input + span::after,
.c-contact__consentCheckbox + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid rgba(#0D0D0D, 0.8);
	border-bottom: 3px solid rgba(var(--primary-font-color), 0.8);
	border-left: 3px solid rgba(#0D0D0D, 0.8);
	border-left: 3px solid rgba(var(--primary-font-color), 0.8);
	height: 0.6em;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 1em;
}

.c-contact__radio .wpcf7-list-item {
	display: block;
}

.c-contact__radio .wpcf7-list-item {
	margin-top: 0.625rem;
}

.c-contact__radio .wpcf7-list-item.first {
	margin: 0;
}

.c-contact__radio .wpcf7-list-item-label {
	cursor: pointer;
	display: flex;
}

/* チェック前のボタン */

.c-contact__radio .wpcf7-list-item-label::before {
	background: #F7F7F7;
	border: 1px solid #DADADA;
	border-radius: 100%; /* ラジオボタンっぽく丸くする */
	content: "";
	height: 0.875rem;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	width: 0.875rem;
}

/* チェック後のボタン */

.c-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
	background-color: #0D0D0D;
	background-color: var(--primary-font-color); /* チェック後の中心の色 */
	box-shadow: inset 0 0 0 2px #fff; /* 中心の色のスタイル */
}

.c-contact__textarea {
	min-height: 9.375rem;
}

.c-contact__textarea:focus {
	border: 1px solid rgba(#0D0D0D, 0.32);
	border: 1px solid rgba(var(--primary-font-color), 0.32);
}

.c-contact__consentCheckbox + span::before {
	background: rgba(#0D0D0D, 0.1);
	background: rgba(var(--primary-font-color), 0.1);
	height: 1.125rem;
	width: 1.125rem;
}

.c-contact__consentCheckbox + span::after {
	width: 1rem;
}

.c-contact__consentCheckbox + span {
	margin: 0;
}

.wpcf7-list-item {
	margin: 0;
}

.c-contact__consent {
	-webkit-text-decoration: underline;
	font-size: 0.875rem;
	letter-spacing: 0.12em;
	line-height: calc(20 / 14);
	text-decoration: underline;
}

.c-contact__consent a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.u-pc {
	display: none;
}

.u-paginate-links {
	align-items: center;
	display: flex;
	justify-content: center;
}

.prev {
	background-image: url(../images/prev-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}

.page-numbers {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.next {
	background-image: url(../images/next-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}

.u-svg-def {
	display: none;
}

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

html {
	font-size: 1.4814814815vw;
}

.l-header__inner {
	max-width: 1200px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-header__lists {
	display: none;
}

.l-header__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.l-header__lists {
	display: none;
}

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

.u-sp {
	display: none;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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