@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	background-color: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	border-top: 1px solid #000000;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

* {
	box-sizing: border-box !important;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1439px) {
	html {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}
html.is-open {
	overflow: hidden;
}
@media screen and (max-width: 1439px) {
	html::-webkit-scrollbar {
		display: none;
	}
}

body {
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	background-color: #ffffff;
	color: #222222;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		"Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	overflow: hidden;
}

a {
	color: #bf0d21;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	a:hover {
		opacity: 1;
	}
}

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="reset"],
select,
button,
textarea {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="reset"]:focus,
select:focus,
button:focus,
textarea:focus {
	outline-offset: -2px;
}

.is-pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
}
.is-pc--inline {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.is-pc--inline {
		display: none;
	}
}

.is-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.is-sp {
		display: block;
	}
}
.is-sp--inline {
	display: none;
}
@media screen and (max-width: 767px) {
	.is-sp--inline {
		display: inline-block;
	}
}

@-webkit-keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@-webkit-keyframes underline {
	0% {
		left: 0;
		right: auto;
		width: 0%;
	}
	49% {
		left: 0;
		right: auto;
		width: 100%;
	}
	50% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0%;
	}
}
@keyframes underline {
	0% {
		left: 0;
		right: auto;
		width: 0%;
	}
	49% {
		left: 0;
		right: auto;
		width: 100%;
	}
	50% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0%;
	}
}
@-webkit-keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.l-container {
	margin: 0 auto;
	padding-left: 120px;
	padding-right: 120px;
	width: 1440px;
}
@media screen and (max-width: 1439px) {
	.l-container {
		padding-left: calc(120 / 1440 * 100vw);
		padding-right: calc(120 / 1440 * 100vw);
		width: calc(1440 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.l-container {
		padding-left: calc(15 / 375 * 100vw);
		padding-right: calc(15 / 375 * 100vw);
		width: 100%;
	}
}
.l-container--full {
	padding-left: 120px;
	padding-right: 120px;
	width: 1920px;
}
@media screen and (max-width: 1919px) {
	.l-container--full {
		padding-left: calc(120 / 1920 * 100vw);
		padding-right: calc(120 / 1920 * 100vw);
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.l-container--full {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

.l-table {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.l-table__row {
	display: table-row;
}
.l-table__row:first-child {
	background-color: #816116;
}
.l-table__row:nth-child(n + 2) .l-table__row__cell:first-child {
	background-color: #f5f5f5;
}
.l-table__row__cell {
	border: solid #e6e6e6;
	border-width: 1px;
	display: table-cell;
	padding: 20px;
}
@media screen and (max-width: 1439px) {
	.l-table__row__cell {
		padding: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.l-table__row__cell {
		padding: calc(12 / 375 * 100vw);
	}
}
.l-table__row__cell:first-child {
	width: 210px;
}
@media screen and (max-width: 1439px) {
	.l-table__row__cell:first-child {
		width: calc(210 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.l-table__row__cell:first-child {
		width: calc(96 / 375 * 100vw);
	}
}
.l-table__row__cell:nth-child(n + 2) {
	width: 495px;
}
@media screen and (max-width: 1439px) {
	.l-table__row__cell:nth-child(n + 2) {
		width: calc(495 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.l-table__row__cell:nth-child(n + 2) {
		display: none;
		width: calc(250 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.l-table__row__cell.is-show {
		display: table-cell;
	}
}

.c-title {
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.c-title {
		margin-bottom: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-title {
		margin-bottom: calc(40 / 375 * 100vw);
	}
}
.c-title__text {
	color: #b4861d;
	font-family: "Castoro", serif;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
	.c-title__text {
		font-size: calc(22 / 1440 * 100vw);
		margin-bottom: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-title__text {
		font-size: calc(16 / 375 * 100vw);
		margin-bottom: calc(10 / 375 * 100vw);
	}
}
.c-title__text--ja {
	font-family: inherit;
	font-weight: bold;
}
.c-title__title {
	font-size: 4.4rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.c-title__title {
		font-size: calc(44 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-title__title {
		font-size: calc(28 / 375 * 100vw);
	}
}

.c-subTitle {
	align-items: center;
	background-color: #816116;
	color: #ffffff;
	display: flex;
	font-size: 2.2rem;
	font-weight: bold;
	height: 56px;
	justify-content: center;
	margin-bottom: 35px;
	position: relative;
}
@media screen and (max-width: 1439px) {
	.c-subTitle {
		font-size: calc(22 / 1440 * 100vw);
		height: calc(56 / 1440 * 100vw);
		margin-bottom: calc(35 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-subTitle {
		font-size: calc(13 / 375 * 100vw);
		height: calc(40 / 375 * 100vw);
		margin-bottom: calc(25 / 375 * 100vw);
	}
}
.c-subTitle::after {
	border-color: #816116 transparent transparent transparent;
	border-style: solid;
	border-width: 14px 11px 0 11px;
	bottom: -10px;
	content: "";
	display: inline-block;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}
@media screen and (max-width: 1439px) {
	.c-subTitle::after {
		border-width: calc(14 / 1440 * 100vw) calc(11 / 1440 * 100vw) 0
			calc(11 / 1440 * 100vw);
		bottom: calc(-10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-subTitle::after {
		border-width: calc(14 / 375 * 100vw) calc(11 / 375 * 100vw) 0
			calc(11 / 375 * 100vw);
		bottom: calc(-10 / 375 * 100vw);
	}
}

.c-meritBox {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	width: 1200px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.c-meritBox {
		width: calc(1200 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox {
		width: 100%;
	}
}
.c-meritBox__inner {
	padding: 30px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__inner {
		padding: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__inner {
		padding: calc(20 / 375 * 100vw);
	}
}
.c-meritBox__content {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.c-meritBox__content {
		display: block;
	}
}
.c-meritBox__content__textBox__titleGroup {
	align-items: center;
	display: flex;
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__titleGroup {
		display: block;
	}
}
.c-meritBox__content__textBox__titleGroup__icon {
	flex-shrink: 0;
	margin-right: 10px;
	width: 50px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__titleGroup__icon {
		margin-right: calc(10 / 1440 * 100vw);
		width: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__titleGroup__icon {
		margin-bottom: calc(20 / 375 * 100vw);
		margin-left: auto;
		margin-right: auto;
		width: calc(50 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__titleGroup__icon img {
	height: auto;
	width: 100%;
}
.c-meritBox__content__textBox__titleGroup__titleBox__text {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__titleGroup__titleBox__text {
		font-size: calc(13 / 1440 * 100vw);
		margin-bottom: calc(8 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__titleGroup__titleBox__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.4;
		margin-bottom: calc(5 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__titleGroup__titleBox__title {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__titleGroup__titleBox__title {
		font-size: calc(18 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__titleGroup__titleBox__title {
		font-size: calc(16 / 375 * 100vw);
		line-height: 1.4;
	}
}
.c-meritBox__content__textBox__text {
	color: #5f5f5f;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__text {
		font-size: calc(13 / 1440 * 100vw);
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.65;
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__notice {
	color: #5f5f5f;
	font-size: 1.1rem;
	line-height: 1.73;
	margin-top: 8px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__notice {
		font-size: calc(11 / 1440 * 100vw);
		margin-top: calc(8 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__notice {
		font-size: calc(11 / 375 * 100vw);
		line-height: 1.6;
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__airPortBox {
	background-color: #f5f5f5;
	margin-top: 20px;
	padding: 20px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__airPortBox {
		margin-top: calc(20 / 1440 * 100vw);
		padding: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__airPortBox {
		margin-top: calc(15 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__airPortBox__text {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.6;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__airPortBox__text {
		font-size: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__airPortBox__text {
		font-size: calc(11 / 375 * 100vw);
		line-height: 1.71;
	}
}
.c-meritBox__content__textBox__hokenList {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__hokenList {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__hokenList {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__hokenList > ul > li {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__hokenList > ul > li {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__hokenList > ul > li {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__hokenList > ul > li:first-child {
	margin-top: 0;
}
.c-meritBox__content__textBox__hokenList__hokenBox__table dl {
	border-collapse: collapse;
	display: table;
	height: 45px;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__table dl {
		height: calc(45 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__table dl {
		display: block;
		height: auto;
	}
}
.c-meritBox__content__textBox__hokenList__hokenBox__table dl dt {
	background-color: #5f5f5f;
	border: solid #5f5f5f;
	border-width: 1px;
	color: #ffffff;
	display: table-cell;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__table dl dt {
		font-size: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__table dl dt {
		align-items: center;
		display: flex;
		font-size: calc(13 / 375 * 100vw);
		height: calc(30 / 375 * 100vw);
		justify-content: center;
		width: 100%;
	}
}
.c-meritBox__content__textBox__hokenList__hokenBox__table dl dd {
	background-color: #f5f5f5;
	border: solid #5f5f5f;
	border-width: 1px;
	color: #5f5f5f;
	display: table-cell;
	display: table-cell;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__table dl dd {
		font-size: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__table dl dd {
		align-items: center;
		display: flex;
		font-size: calc(13 / 375 * 100vw);
		height: calc(30 / 375 * 100vw);
		justify-content: center;
		width: 100%;
	}
}
.c-meritBox__content__textBox__hokenList__hokenBox__text {
	color: #5f5f5f;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__text {
		font-size: calc(13 / 1440 * 100vw);
		margin-top: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__hokenList__hokenBox__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.65;
		margin-top: calc(8 / 375 * 100vw);
		font-weight: normal;
	}
}
.c-meritBox__content__textBox__gardList {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__gardList {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__gardList {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__gardList > ul {
	display: flex;
	justify-content: space-between;
}
.c-meritBox__content__textBox__gardList__gardBox {
	width: 250px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__gardList__gardBox {
		width: calc(250 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__gardList__gardBox {
		width: calc(148 / 375 * 100vw);
	}
}
.c-meritBox__content__textBox__gardList__gardBox dl {
	border-collapse: collapse;
	display: table;
	height: 45px;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__gardList__gardBox dl {
		height: calc(45 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__gardList__gardBox dl {
		display: block;
		height: auto;
	}
}
.c-meritBox__content__textBox__gardList__gardBox dl dt {
	background-color: #5f5f5f;
	border: solid #5f5f5f;
	border-width: 1px;
	color: #ffffff;
	display: table-cell;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__gardList__gardBox dl dt {
		font-size: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__gardList__gardBox dl dt {
		align-items: center;
		display: flex;
		font-size: calc(13 / 375 * 100vw);
		height: calc(30 / 375 * 100vw);
		justify-content: center;
		width: 100%;
	}
}
.c-meritBox__content__textBox__gardList__gardBox dl dd {
	background-color: #f5f5f5;
	border: solid #5f5f5f;
	border-width: 1px;
	color: #5f5f5f;
	display: table-cell;
	display: table-cell;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__textBox__gardList__gardBox dl dd {
		font-size: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__textBox__gardList__gardBox dl dd {
		align-items: center;
		display: flex;
		font-size: calc(13 / 375 * 100vw);
		height: calc(30 / 375 * 100vw);
		justify-content: center;
		width: 100%;
	}
}
.c-meritBox__content__imageBox {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding-left: 30px;
	width: 440px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__content__imageBox {
		padding-left: calc(30 / 1440 * 100vw);
		width: calc(440 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__content__imageBox {
		margin-top: calc(25 / 375 * 100vw);
		padding-left: 0;
		width: 100%;
	}
}
.c-meritBox__content__imageBox__image {
	width: 100%;
}
.c-meritBox__content__imageBox__image img {
	height: auto;
	width: 100%;
}
.c-meritBox__obs__logo {
	margin: 0 auto;
	width: 680px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__obs__logo {
		width: calc(680 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__obs__logo {
		width: calc(280 / 375 * 100vw);
	}
}
.c-meritBox__obs__logo img {
	height: auto;
	width: 100%;
}
.c-meritBox__obs__text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__obs__text {
		font-size: calc(18 / 1440 * 100vw);
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__obs__text {
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(22 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
	}
}
.c-meritBox__obs__link {
	margin-top: 80px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__obs__link {
		margin-top: calc(80 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__obs__link {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.c-meritBox__obs__link a {
	color: #0387c9;
	font-size: 16px;
	text-decoration: underline;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__obs__link a {
		font-size: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__obs__link a {
		font-size: calc(14 / 375 * 100vw);
	}
}
.c-meritBox__obs__link::after {
	background-image: url(../images/icon_external_link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	margin-left: 6px;
	width: 15px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox__obs__link::after {
		height: calc(13 / 1440 * 100vw);
		margin-left: calc(6 / 1440 * 100vw);
		width: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox__obs__link::after {
		height: calc(11 / 375 * 100vw);
		margin-left: calc(6 / 375 * 100vw);
		width: calc(13 / 375 * 100vw);
	}
}
.c-meritBox--half {
	width: 590px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox--half {
		width: calc(590 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox--half {
		width: 100%;
	}
}
.c-meritBox--half .c-meritBox__content__textBox {
	width: 530px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox--half .c-meritBox__content__textBox {
		width: calc(530 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox--half .c-meritBox__content__textBox {
		width: 100%;
	}
}
.c-meritBox--oneThird {
	width: 386px;
}
@media screen and (max-width: 1439px) {
	.c-meritBox--oneThird {
		width: calc(386 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-meritBox--oneThird {
		width: 100%;
	}
}

.c-payment {
	margin-top: 50px;
}
@media screen and (max-width: 1439px) {
	.c-payment {
		margin-top: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.c-payment__content {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 30px 70px 60px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content {
		box-shadow: calc(0 / 1440 * 100vw) calc(3 / 1440 * 100vw)
			calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
		padding: calc(30 / 1440 * 100vw) calc(70 / 1440 * 100vw)
			calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content {
		box-shadow: calc(0 / 375 * 100vw) calc(3 / 375 * 100vw)
			calc(8 / 375 * 100vw) rgba(0, 0, 0, 0.3);
		padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw)
			calc(35 / 375 * 100vw);
	}
}
.c-payment__content__introBox {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__introBox {
		margin: 0 calc(-10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__introBox {
		display: block;
		margin: 0 calc(0 / 375 * 100vw);
	}
}
.c-payment__content__introBox__logo {
	width: 502px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__introBox__logo {
		width: calc(502 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__introBox__logo {
		width: 100%;
	}
}
.c-payment__content__introBox__logo img {
	height: auto;
	width: 100%;
}
.c-payment__content__introBox__text {
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	width: 558px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__introBox__text {
		font-size: calc(16 / 1440 * 100vw);
		line-height: calc(27 / 1440 * 100vw);
		width: calc(558 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__introBox__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: calc(20 / 375 * 100vw);
		margin-top: calc(15 / 375 * 100vw);
		width: 100%;
	}
}
.c-payment__content__scheduleBox {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__scheduleBox {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__scheduleBox {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-payment__content__scheduleBox__textBox {
	align-items: center;
	border-bottom: 3px solid #d9b45d;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 633px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__scheduleBox__textBox {
		border-bottom: calc(3 / 1440 * 100vw) solid #d9b45d;
		padding-bottom: calc(5 / 1440 * 100vw);
		width: calc(633 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__scheduleBox__textBox {
		border-bottom: calc(2 / 375 * 100vw) solid #d9b45d;
		padding-bottom: calc(6 / 375 * 100vw);
		width: calc(280 / 375 * 100vw);
	}
}
.c-payment__content__scheduleBox__textBox__text {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 44px;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__scheduleBox__textBox__text {
		font-size: calc(32 / 1440 * 100vw);
		line-height: calc(44 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__scheduleBox__textBox__text {
		font-size: calc(20 / 375 * 100vw);
		line-height: calc(29 / 375 * 100vw);
	}
}
.c-payment__content__scheduleBox__textBox__text span.large {
	font-size: 35px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__scheduleBox__textBox__text span.large {
		font-size: calc(35 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__scheduleBox__textBox__text span.large {
		font-size: calc(20 / 375 * 100vw);
	}
}
.c-payment__content__scheduleBox__textBox__text span.small {
	font-size: 25px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__scheduleBox__textBox__text span.small {
		font-size: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__scheduleBox__textBox__text span.small {
		font-size: calc(16 / 375 * 100vw);
	}
}
.c-payment__content__scheduleBox__textBox__text span.color {
	color: #b4861d;
}
.c-payment__content__scheduleBox__textBox__image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 733px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__scheduleBox__textBox__image {
		margin-top: calc(35 / 1440 * 100vw);
		width: calc(733 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__scheduleBox__textBox__image {
		margin-top: calc(20 / 375 * 100vw);
		width: 100%;
	}
}
.c-payment__content__scheduleBox__textBox__image img {
	height: auto;
	width: 100%;
}
.c-payment__content__noticeBox {
	background-color: #f5f5f5;
	margin-top: 30px;
	padding: 30px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox {
		margin-top: calc(30 / 1440 * 100vw);
		padding: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox {
		margin-top: calc(20 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw);
	}
}
.c-payment__content__noticeBox__text {
	font-size: 14px;
	line-height: 21px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__text {
		font-size: calc(14 / 1440 * 100vw);
		line-height: calc(21 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__text {
		font-size: calc(11 / 375 * 100vw);
		line-height: calc(19 / 375 * 100vw);
	}
}
.c-payment__content__noticeBox__fee {
	margin-top: 15px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__fee {
		margin-top: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__fee {
		margin-top: calc(10 / 375 * 100vw);
	}
}
.c-payment__content__noticeBox__fee dl {
	border: 1px solid #5f5f5f;
	display: inline-flex;
	height: 45px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__fee dl {
		height: calc(45 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__fee dl {
		display: block;
		height: auto;
	}
}
.c-payment__content__noticeBox__fee dl dt {
	align-items: center;
	background-color: #5f5f5f;
	color: #ffffff;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	justify-content: center;
	width: 116px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__fee dl dt {
		font-size: calc(15 / 1440 * 100vw);
		width: calc(116 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__fee dl dt {
		font-size: calc(13 / 375 * 100vw);
		height: calc(30 / 375 * 100vw);
		width: 100%;
	}
}
.c-payment__content__noticeBox__fee dl dd {
	align-items: center;
	background-color: #ffffff;
	color: #5f5f5f;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	justify-content: center;
	width: 214px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__fee dl dd {
		font-size: calc(15 / 1440 * 100vw);
		width: calc(214 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__fee dl dd {
		font-size: calc(13 / 375 * 100vw);
		height: calc(30 / 375 * 100vw);
		width: 100%;
	}
}
.c-payment__content__noticeBox__fee dl dd span.small {
	font-size: 12px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__fee dl dd span.small {
		font-size: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__fee dl dd span.small {
		font-size: calc(10 / 375 * 100vw);
	}
}
.c-payment__content__noticeBox__notice {
	color: #5f5f5f;
	font-size: 13px;
	line-height: 21px;
	margin-top: 25px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__noticeBox__notice {
		font-size: calc(13 / 1440 * 100vw);
		line-height: calc(21 / 1440 * 100vw);
		margin-top: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__noticeBox__notice {
		font-size: calc(11 / 375 * 100vw);
		line-height: calc(16 / 375 * 100vw);
		margin-top: calc(15 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox {
	background-image: url(../images/bg_obs_campaign.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 935px;
	margin-top: 30px;
	padding-top: 305px;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox {
		height: calc(935 / 1440 * 100vw);
		margin-top: calc(30 / 1440 * 100vw);
		padding-top: calc(305 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox {
		background-image: url(../images/bg_obs_campaign_sp.png);
		height: calc(1050 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
		padding-top: calc(249 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section {
	margin: 0 auto;
	width: 940px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section {
		width: calc(940 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section {
		width: calc(285 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__title {
	align-items: center;
	background-color: #b4861d;
	color: #ffffff;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__title {
		font-size: calc(20 / 1440 * 100vw);
		height: calc(44 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__title {
		font-size: calc(14 / 375 * 100vw);
		height: calc(34 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 30px 20px 15px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__textBox {
		padding: calc(30 / 1440 * 100vw) calc(20 / 1440 * 100vw)
			calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox {
		padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw)
			calc(20 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox__text {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__textBox__text {
		font-size: calc(26 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox__text {
		font-size: calc(16 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox__text span {
	font-size: 14px;
	vertical-align: top;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__textBox__text span {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox__text span {
		font-size: calc(10 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox__noticeList {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__textBox__noticeList {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox__noticeList {
		margin-top: calc(17 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox__noticeList > ul > li {
	color: #5f5f5f;
	font-size: 13px;
	line-height: 21px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__textBox__noticeList > ul > li {
		font-size: calc(13 / 1440 * 100vw);
		line-height: calc(21 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox__noticeList > ul > li {
		font-size: calc(11 / 375 * 100vw);
		line-height: calc(16 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox__noticeList
	> ul
	> li::before {
	content: "※";
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox__noticeList
		> ul
		> li
		+ li {
		margin-top: calc(4 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section__textBox__flow {
	background-image: url(../images/obs_campaign_flow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 193px;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section__textBox__flow {
		height: calc(193 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section__textBox__flow {
		background-image: url(../images/obs_campaign_flow_sp.svg);
		height: calc(348 / 375 * 100vw);
	}
}
.c-payment__content__campaignBox__section
	+ .c-payment__content__campaignBox__section {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__campaignBox__section
		+ .c-payment__content__campaignBox__section {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__campaignBox__section
		+ .c-payment__content__campaignBox__section {
		margin-top: calc(9 / 375 * 100vw);
	}
}
.c-payment__content__ctaBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 940px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__ctaBox {
		margin-top: calc(50 / 1440 * 100vw);
		width: calc(940 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox {
		margin-top: calc(30 / 375 * 100vw);
		width: 100%;
	}
}
.c-payment__content__ctaBox__title {
	color: #5f5f5f;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__ctaBox__title {
		font-size: calc(18 / 1440 * 100vw);
		margin-bottom: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__title {
		font-size: calc(15 / 375 * 100vw);
		letter-spacing: 0.04em;
		margin-bottom: calc(15 / 375 * 100vw);
	}
}
.c-payment__content__ctaBox__title::before,
.c-payment__content__ctaBox__title::after {
	background-color: #d0d0d0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 308px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__ctaBox__title::before,
	.c-payment__content__ctaBox__title::after {
		width: calc(308 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__title::before,
	.c-payment__content__ctaBox__title::after {
		width: calc(22 / 375 * 100vw);
	}
}
.c-payment__content__ctaBox__title::before {
	left: 0;
}
.c-payment__content__ctaBox__title::after {
	right: 0;
}
.c-payment__content__ctaBox__buttonList > ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.c-payment__content__ctaBox__buttonList form input[type="submit"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	cursor: pointer;
	height: 70px;
	overflow: hidden;
	text-indent: 150vw;
	transition: 0.3s;
	white-space: nowrap;
	width: 460px;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__ctaBox__buttonList form input[type="submit"] {
		height: calc(70 / 1440 * 100vw);
		width: calc(460 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__buttonList form input[type="submit"] {
		height: calc(56 / 375 * 100vw);
		width: calc(148 / 375 * 100vw);
	}
}
.c-payment__content__ctaBox__buttonList form input[type="submit"]:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3.75px 12.5px 0px;
	opacity: 1;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__ctaBox__buttonList form input[type="submit"]:hover {
		box-shadow: rgba(0, 0, 0, 0.3) calc(0 / 1440 * 100vw)
			calc(3.75 / 1440 * 100vw) calc(12.5 / 1440 * 100vw) calc(0 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__buttonList form input[type="submit"]:hover {
		box-shadow: none;
		opacity: 1;
	}
}
.c-payment__content__ctaBox__buttonList__button--solo
	form
	input[type="submit"] {
	background-image: url(../images/obs_cta_button_solo.svg);
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__buttonList__button--solo
		form
		input[type="submit"] {
		background-image: url(../images/obs_cta_button_solo_sp.svg);
	}
}
.c-payment__content__ctaBox__buttonList__button--corporation
	form
	input[type="submit"] {
	background-image: url(../images/obs_cta_button_corporation.svg);
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__buttonList__button--corporation
		form
		input[type="submit"] {
		background-image: url(../images/obs_cta_button_corporation_sp.svg);
	}
}
.c-payment__content__ctaBox__text {
	color: #bf0d21;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.c-payment__content__ctaBox__text {
		font-size: calc(18 / 1440 * 100vw);
		margin-top: calc(35 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.c-payment__content__ctaBox__text {
		font-size: calc(15 / 375 * 100vw);
		line-height: calc(25 / 375 * 100vw);
		margin-top: calc(15 / 375 * 100vw);
	}
}

.p-header {
	background-color: #ffffff;
}
.p-header__inner {
	padding-left: 20px;
}
@media screen and (max-width: 1439px) {
	.p-header__inner {
		padding-left: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-header__inner {
		padding-left: calc(15 / 375 * 100vw);
	}
}
.p-header__content {
	align-items: center;
	display: flex;
	height: 80px;
}
@media screen and (max-width: 1439px) {
	.p-header__content {
		height: calc(80 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-header__content {
		height: calc(60 / 375 * 100vw);
	}
}
.p-header__content__logo {
	margin-right: auto;
	width: 130px;
}
@media screen and (max-width: 1439px) {
	.p-header__content__logo {
		width: calc(130 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-header__content__logo {
		width: calc(100 / 375 * 100vw);
	}
}
.p-header__content__logo a {
	display: block;
}
.p-header__content__logo img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-header__content__navList {
		display: none;
	}
}
.p-header__content__navList > ul {
	align-items: center;
	display: flex;
}
.p-header__content__navList > ul > li {
	margin-left: 40px;
}
@media screen and (max-width: 1439px) {
	.p-header__content__navList > ul > li {
		margin-left: calc(40 / 1440 * 100vw);
	}
}
.p-header__content__navList > ul > li:first-child {
	margin-left: 0;
}
.p-header__content__navList__navBox__text a {
	color: #222222;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-header__content__navList__navBox__text a {
		font-size: calc(15 / 1440 * 100vw);
	}
}
.p-header__content__buttonGroup {
	align-items: center;
	background-color: #ffeaec;
	display: flex;
	height: 100%;
	justify-content: center;
	margin-left: 40px;
	width: 396px;
}
@media screen and (max-width: 1439px) {
	.p-header__content__buttonGroup {
		margin-left: calc(40 / 1440 * 100vw);
		width: calc(396 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-header__content__buttonGroup {
		display: none;
	}
}
.p-header__content__buttonGroup__text {
	color: #bf0d21;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 15px;
}
@media screen and (max-width: 1439px) {
	.p-header__content__buttonGroup__text {
		font-size: calc(14 / 1440 * 100vw);
		margin-right: calc(15 / 1440 * 100vw);
	}
}
.p-header__content__buttonGroup__buttonList > ul {
	align-items: center;
	display: flex;
}
.p-header__content__buttonGroup__buttonList > ul > li {
	margin-left: 10px;
}
@media screen and (max-width: 1439px) {
	.p-header__content__buttonGroup__buttonList > ul > li {
		margin-left: calc(10 / 1440 * 100vw);
	}
}
.p-header__content__buttonGroup__buttonList > ul > li:first-child {
	margin-left: 0;
}
.p-header__content__buttonGroup__buttonList form input[type="submit"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	text-indent: 150vw;
	transition: 0.3s;
	white-space: nowrap;
	width: 140px;
}
@media screen and (max-width: 1439px) {
	.p-header__content__buttonGroup__buttonList form input[type="submit"] {
		height: calc(50 / 1440 * 100vw);
		width: calc(140 / 1440 * 100vw);
	}
}
.p-header__content__buttonGroup__buttonList form input[type="submit"]:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3.75px 12.5px 0px;
	opacity: 1;
}
@media screen and (max-width: 1439px) {
	.p-header__content__buttonGroup__buttonList form input[type="submit"]:hover {
		box-shadow: rgba(0, 0, 0, 0.3) 0px calc(3.75 / 1440 * 100vw)
			calc(12.5 / 1440 * 100vw) 0px;
	}
}
@media screen and (max-width: 767px) {
	.p-header__content__buttonGroup__buttonList form input[type="submit"]:hover {
		box-shadow: none;
		opacity: 1;
	}
}
.p-header__content__buttonGroup__buttonList__button--solo
	form
	input[type="submit"] {
	background-image: url(../images/header_button_solo.svg);
}
.p-header__content__buttonGroup__buttonList__button--corporation
	form
	input[type="submit"] {
	background-image: url(../images/header_button_corporation.svg);
}
.p-header__content__humbergerList {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-header__content__humbergerList {
		display: block;
	}
}
.p-header__content__humbergerList > ul {
	align-items: center;
	display: flex;
}
.p-header__content__humbergerList__humberger {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: calc(60 / 375 * 100vw);
	width: calc(70 / 375 * 100vw);
}
.p-header__content__humbergerList__humberger--application {
	background-image: url(../images/humberger_application.svg);
}
.p-header__content__humbergerList__humberger--menu {
	background-image: url(../images/humberger_menu.svg);
}
.p-header.is-clone {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	transform: translateY(-200%);
	transition: 0.6s;
	width: 100%;
	z-index: 10;
}
.p-header.is-clone.is-show {
	transform: translateY(0);
}

.p-mainVisual {
	background-color: #f7f7f7;
}
.p-mainVisual__inner {
	padding-bottom: 60px;
	padding-top: 60px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__inner {
		padding-bottom: calc(60 / 1440 * 100vw);
		padding-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__inner {
		padding-bottom: calc(30 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-mainVisual__content {
	margin: 0 auto;
	width: 940px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content {
		width: calc(940 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content {
		width: 100%;
	}
}
.p-mainVisual__content__cardBox {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox {
		display: block;
	}
}
.p-mainVisual__content__cardBox__textBox__conceptBox {
	margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__conceptBox {
		margin-bottom: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__conceptBox {
		margin-bottom: calc(30 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__textBox__conceptBox__text1 {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__conceptBox__text1 {
		font-size: calc(22 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__conceptBox__text1 {
		font-size: calc(14 / 375 * 100vw);
		text-align: center;
	}
}
.p-mainVisual__content__cardBox__textBox__conceptBox__text2 {
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 15px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__conceptBox__text2 {
		font-size: calc(50 / 1440 * 100vw);
		margin-top: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__conceptBox__text2 {
		font-size: calc(28 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
		text-align: center;
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__nameBox {
	align-items: center;
	display: flex;
	margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox {
		margin-bottom: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox {
		justify-content: center;
		margin-bottom: calc(8 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
	color: #816116;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
		font-size: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
		font-size: calc(10 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text2 {
	color: #816116;
	font-size: 1.3rem;
	margin-left: 10px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text2 {
		font-size: calc(13 / 1440 * 100vw);
		margin-left: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text2 {
		font-size: calc(10 / 375 * 100vw);
		margin-left: calc(5 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__title {
	color: #816116;
	font-family: "Castoro", serif;
	font-size: 5.6rem;
	font-weight: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__title {
		font-size: calc(56 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__title {
		font-size: calc(36 / 375 * 100vw);
		text-align: center;
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__feeBox {
	align-items: center;
	border: solid #816116;
	border-width: 1px;
	display: flex;
	height: 32px;
	justify-content: center;
	margin-top: 5px;
	width: 396px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox {
		height: calc(32 / 1440 * 100vw);
		margin-top: calc(6 / 1440 * 100vw);
		width: calc(396 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox {
		height: calc(26 / 375 * 100vw);
		margin: 0 auto;
		margin-top: calc(6 / 375 * 100vw);
		width: calc(275 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text1 {
	color: #816116;
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text1 {
		font-size: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text1 {
		font-size: calc(14 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text2 {
	color: #816116;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 15px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text2 {
		font-size: calc(12 / 1440 * 100vw);
		margin-left: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text2 {
		font-size: calc(10 / 375 * 100vw);
		margin-left: calc(8 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__imageBox {
	flex-shrink: 0;
	width: 398px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__imageBox {
		width: calc(398 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__imageBox {
		margin: calc(20 / 375 * 100vw) auto 0;
		width: calc(285 / 375 * 100vw);
	}
}
.p-mainVisual__content__cardBox__imageBox__image {
	width: 100%;
}
.p-mainVisual__content__cardBox__imageBox__image img {
	height: auto;
	width: 100%;
}
.p-mainVisual__content__cardBox__imageBox__text {
	color: #816116;
	font-size: 1.4rem;
	margin-top: 14px;
	text-align: right;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__cardBox__imageBox__text {
		font-size: calc(14 / 1440 * 100vw);
		margin-top: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__cardBox__imageBox__text {
		font-size: calc(11 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
		text-align: center;
	}
}
.p-mainVisual__content__bannerBox {
	margin-top: 40px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__bannerBox {
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__bannerBox {
		margin-top: calc(25 / 375 * 100vw);
	}
}
.p-mainVisual__content__bannerBox a {
	display: block;
}
.p-mainVisual__content__bannerBox a:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3.75px 12.5px 0px;
	opacity: 1;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__bannerBox a:hover {
		box-shadow: rgba(0, 0, 0, 0.2) 0px calc(3.75 / 1440 * 100vw)
			calc(12.5 / 1440 * 100vw) 0px;
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__bannerBox a:hover {
		box-shadow: none;
		opacity: 1;
	}
}
.p-mainVisual__content__bannerBox__banner {
	background-image: url(../images/mainVisual_banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 106px;
	overflow: hidden;
	text-indent: 150vw;
	white-space: nowrap;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__bannerBox__banner {
		height: calc(106 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__bannerBox__banner {
		background-image: url(../images/mainVisual_banner_sp.png);
		height: calc(115 / 375 * 100vw);
	}
}
.p-mainVisual__content__bannerBox__banner--2 {
	background-image: url(../images/mainVisual_banner2.png);
	height: 130px;
	margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__bannerBox__banner--2 {
		height: calc(130 / 1440 * 100vw);
		margin-bottom: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__bannerBox__banner--2 {
		background-image: url(../images/mainVisual_banner_2_sp.png);
		height: calc(91 / 375 * 100vw);
		margin-bottom: calc(10 / 375 * 100vw);
	}
}
.p-mainVisual__content__applicationBox {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__applicationBox {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-mainVisual__content__applicationBox__title {
	color: #5f5f5f;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__applicationBox__title {
		font-size: calc(18 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__title {
		font-size: calc(15 / 375 * 100vw);
	}
}
.p-mainVisual__content__applicationBox__title::before,
.p-mainVisual__content__applicationBox__title::after {
	background-color: #d0d0d0;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 383px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__applicationBox__title::before,
	.p-mainVisual__content__applicationBox__title::after {
		width: calc(383 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__title::before,
	.p-mainVisual__content__applicationBox__title::after {
		width: calc(107 / 375 * 100vw);
	}
}
.p-mainVisual__content__applicationBox__title::before {
	left: 0;
}
.p-mainVisual__content__applicationBox__title::before {
	right: 0;
}
.p-mainVisual__content__applicationBox__buttonList {
	margin-top: 15px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__applicationBox__buttonList {
		margin-top: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__buttonList {
		margin-top: calc(12 / 375 * 100vw);
	}
}
.p-mainVisual__content__applicationBox__buttonList > ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.p-mainVisual__content__applicationBox__buttonList form input[type="submit"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	cursor: pointer;
	height: 70px;
	overflow: hidden;
	text-indent: 150vw;
	transition: 0.3s;
	white-space: nowrap;
	width: 460px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__applicationBox__buttonList form input[type="submit"] {
		height: calc(70 / 1440 * 100vw);
		width: calc(460 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__buttonList form input[type="submit"] {
		height: calc(56 / 375 * 100vw);
		width: calc(168 / 375 * 100vw);
	}
}
.p-mainVisual__content__applicationBox__buttonList
	form
	input[type="submit"]:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3.75px 12.5px 0px;
	opacity: 1;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__applicationBox__buttonList
		form
		input[type="submit"]:hover {
		box-shadow: rgba(0, 0, 0, 0.3) 0px calc(3.75 / 1440 * 100vw)
			calc(12.5 / 1440 * 100vw) 0px;
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__buttonList
		form
		input[type="submit"]:hover {
		box-shadow: none;
		opacity: 1;
	}
}
.p-mainVisual__content__applicationBox__buttonList__button--solo
	form
	input[type="submit"] {
	background-image: url(../images/mainVisual_button_solo.svg);
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__buttonList__button--solo
		form
		input[type="submit"] {
		background-image: url(../images/mainVisual_button_solo_sp.svg);
	}
}
.p-mainVisual__content__applicationBox__buttonList__button--corporation
	form
	input[type="submit"] {
	background-image: url(../images/mainVisual_button_corporation.svg);
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__applicationBox__buttonList__button--corporation
		form
		input[type="submit"] {
		background-image: url(../images/mainVisual_button_corporation_sp.svg);
	}
}
.p-mainVisual__content #mil-embed-wrapper {
	margin: 30px auto 0;
	width: 375px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content #mil-embed-wrapper {
		margin: calc(30 / 1440 * 100vw) auto 0;
		width: calc(375 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content #mil-embed-wrapper {
		margin: calc(20 / 375 * 100vw) auto 0;
		width: 100%;
	}
}
.p-mainVisual__content__notice {
	color: #bf0d21;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-mainVisual__content__notice {
		font-size: calc(18 / 1440 * 100vw);
		margin-top: calc(35 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisual__content__notice {
		font-size: calc(16 / 375 * 100vw);
		line-height: calc(24 / 375 * 100vw);
		margin-top: calc(25 / 375 * 100vw);
	}
}

.p-onayami {
	background-image: url(../images/onayami_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
@media screen and (max-width: 767px) {
	.p-onayami {
		background-image: url(../images/onayami_bg_sp.png);
	}
}
.p-onayami__inner {
	padding-bottom: 100px;
	padding-top: 100px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__inner {
		padding-bottom: calc(100 / 1440 * 100vw);
		padding-top: calc(100 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__inner {
		padding-bottom: calc(50 / 375 * 100vw);
		padding-top: calc(50 / 375 * 100vw);
	}
}
.p-onayami__title {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-onayami__title {
		font-size: calc(44 / 1440 * 100vw);
		margin-bottom: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__title {
		font-size: calc(28 / 375 * 100vw);
		line-height: 1.43;
		margin-bottom: calc(25 / 375 * 100vw);
		padding-left: calc(26 / 375 * 100vw);
		text-align: left;
	}
}
.p-onayami__classList {
	position: relative;
}
.p-onayami__classList::before {
	background-image: url(../images/onayami_man.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -100px;
	content: "";
	display: inline-block;
	height: 372px;
	left: 500px;
	position: absolute;
	width: 192px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList::before {
		bottom: calc(-100 / 1440 * 100vw);
		height: calc(372 / 1440 * 100vw);
		left: calc(500 / 1440 * 100vw);
		width: calc(192 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList::before {
		background-image: url(../images/onayami_man_sp.png);
		bottom: auto;
		height: calc(110 / 375 * 100vw);
		left: auto;
		right: calc(16 / 375 * 100vw);
		top: calc(-110 / 375 * 100vw);
		width: calc(108 / 375 * 100vw);
	}
}
.p-onayami__classList > ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-onayami__classList > ul {
		display: block;
	}
}
.p-onayami__classList > ul > li {
	margin-left: 220px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList > ul > li {
		margin-left: calc(220 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList > ul > li {
		margin-left: 0;
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-onayami__classList > ul > li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	.p-onayami__classList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-onayami__classList__classBox {
	width: 490px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox {
		width: calc(490 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox {
		width: 100%;
	}
}
.p-onayami__classList__classBox__title {
	font-size: 2.2rem;
	height: 47px;
	margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox__title {
		font-size: calc(22 / 1440 * 100vw);
		height: calc(47 / 1440 * 100vw);
		margin-bottom: calc(24 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox__title {
		font-size: calc(18 / 375 * 100vw);
		height: calc(40 / 375 * 100vw);
		margin-bottom: calc(18 / 375 * 100vw);
	}
}
.p-onayami__classList__classBox__onayamiGroup {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 5px 20px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox__onayamiGroup {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox__onayamiGroup {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox__onayamiGroup {
		padding: calc(5 / 1440 * 100vw) calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox__onayamiGroup {
		padding: calc(5 / 375 * 100vw) calc(15 / 375 * 100vw);
	}
}
.p-onayami__classList__classBox__onayamiGroup__onayamiList > ul > li {
	align-items: center;
	border-top: solid #e6e6e6;
	border-top-width: 1px;
	display: flex;
	padding: 20px 10px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox__onayamiGroup__onayamiList > ul > li {
		padding: calc(20 / 1440 * 100vw) calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox__onayamiGroup__onayamiList > ul > li {
		align-items: flex-start;
		padding: calc(15 / 375 * 100vw) calc(7 / 375 * 100vw);
	}
}
.p-onayami__classList__classBox__onayamiGroup__onayamiList
	> ul
	> li:first-child {
	border-top: 0;
}
.p-onayami__classList__classBox__onayamiGroup__onayamiList > ul > li::before {
	background-image: url(../images/icon_checkbox.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 20px;
	margin-right: 10px;
	width: 21px;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox__onayamiGroup__onayamiList > ul > li::before {
		height: calc(20 / 1440 * 100vw);
		margin-right: calc(10 / 1440 * 100vw);
		width: calc(21 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox__onayamiGroup__onayamiList > ul > li::before {
		height: calc(16 / 375 * 100vw);
		margin-right: calc(10 / 375 * 100vw);
		margin-top: calc(4 / 375 * 100vw);
		width: calc(16 / 375 * 100vw);
	}
}
.p-onayami__classList__classBox__onayamiGroup__onayamiList__text {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-onayami__classList__classBox__onayamiGroup__onayamiList__text {
		font-size: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-onayami__classList__classBox__onayamiGroup__onayamiList__text {
		font-size: calc(16 / 375 * 100vw);
		line-height: 1.4;
	}
}
.p-onayami__classList__classBox__onayamiGroup__onayamiList__text span {
	color: #816116;
}

.p-dx {
	background-color: #b4861d;
}
.p-dx__inner {
	padding-bottom: 100px;
	padding-top: 100px;
}
@media screen and (max-width: 1439px) {
	.p-dx__inner {
		padding-bottom: calc(100 / 1440 * 100vw);
		padding-top: calc(100 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__inner {
		padding-bottom: calc(50 / 375 * 100vw);
		padding-top: calc(50 / 375 * 100vw);
	}
}
.p-dx__titleBox {
	margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
	.p-dx__titleBox {
		margin-bottom: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__titleBox {
		margin-bottom: calc(40 / 375 * 100vw);
	}
}
.p-dx__titleBox__title {
	color: #ffffff;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-dx__titleBox__title {
		font-size: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__titleBox__title {
		font-size: calc(28 / 375 * 100vw);
		line-height: 1.43;
	}
}
.p-dx__titleBox__text {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-dx__titleBox__text {
		font-size: calc(24 / 1440 * 100vw);
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__titleBox__text {
		font-size: calc(16 / 375 * 100vw);
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-dx__kindList > ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-dx__kindList > ul {
		display: block;
	}
}
.p-dx__kindList > ul > li {
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-dx__kindList > ul > li {
		display: block;
		margin-top: calc(15 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__kindList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-dx__kindList__kindBox {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 50px 30px 30px;
	width: 373px;
}
@media screen and (max-width: 1439px) {
	.p-dx__kindList__kindBox {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__kindList__kindBox {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-dx__kindList__kindBox {
		padding: calc(50 / 1440 * 100vw) calc(30 / 1440 * 100vw)
			calc(30 / 1440 * 100vw);
		width: calc(373 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__kindList__kindBox {
		padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
		width: 100%;
	}
}
.p-dx__kindList__kindBox__titleBox {
	text-align: center;
}
.p-dx__kindList__kindBox__titleBox__title {
	border-bottom: solid #d9b45d;
	border-bottom-width: 5px;
	color: #816116;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-dx__kindList__kindBox__titleBox__title {
		border-bottom-width: calc(5 / 1440 * 100vw);
		font-size: calc(26 / 1440 * 100vw);
		margin-bottom: calc(25 / 1440 * 100vw);
		padding-bottom: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__kindList__kindBox__titleBox__title {
		border-bottom-width: calc(5 / 375 * 100vw);
		font-size: calc(22 / 375 * 100vw);
		margin-bottom: calc(25 / 375 * 100vw);
		padding-bottom: calc(10 / 375 * 100vw);
	}
}
.p-dx__kindList__kindBox__text {
	font-size: 1.6rem;
	line-height: 1.8;
}
@media screen and (max-width: 1439px) {
	.p-dx__kindList__kindBox__text {
		font-size: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-dx__kindList__kindBox__text {
		font-size: calc(14 / 375 * 100vw);
	}
}

.p-merit {
	margin-top: 40px;
}
@media screen and (max-width: 1439px) {
	.p-merit {
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-merit__inner {
	padding-bottom: 60px;
	padding-top: 60px;
}
@media screen and (max-width: 1439px) {
	.p-merit__inner {
		padding-bottom: calc(60 / 1440 * 100vw);
		padding-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__inner {
		padding-bottom: calc(35 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-merit__navList > ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-merit__navList > ul {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList > ul > li {
		margin-top: calc(15 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-merit__navList a {
	display: block;
}
.p-merit__navList__navBox {
	background-color: #fdf2e8;
	border: solid #816116;
	border-bottom-width: 30px;
	border-left-width: 1px;
	border-radius: 2px;
	border-right-width: 1px;
	border-top-width: 1px;
	padding-bottom: 25px;
	padding-top: 20px;
	position: relative;
	width: 373px;
}
@media screen and (max-width: 1439px) {
	.p-merit__navList__navBox {
		border-bottom-width: calc(30 / 1440 * 100vw);
		border-radius: calc(2 / 1440 * 100vw);
		padding-bottom: calc(25 / 1440 * 100vw);
		padding-top: calc(20 / 1440 * 100vw);
		width: calc(373 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList__navBox {
		border-bottom-width: calc(22 / 375 * 100vw);
		border-radius: calc(2 / 375 * 100vw);
		padding-bottom: calc(15 / 375 * 100vw);
		padding-top: calc(10 / 375 * 100vw);
		width: 100%;
	}
}
.p-merit__navList__navBox::after {
	background-image: url(../images/merit_icon_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 16px;
}
@media screen and (max-width: 1439px) {
	.p-merit__navList__navBox::after {
		bottom: calc(-20 / 1440 * 100vw);
		height: calc(10 / 1440 * 100vw);
		width: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList__navBox::after {
		bottom: calc(-16 / 375 * 100vw);
		height: calc(9 / 375 * 100vw);
		width: calc(13 / 375 * 100vw);
	}
}
.p-merit__navList__navBox__numberBox {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
}
@media screen and (max-width: 1439px) {
	.p-merit__navList__navBox__numberBox {
		margin-bottom: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList__navBox__numberBox {
		margin-bottom: calc(6 / 375 * 100vw);
	}
}
.p-merit__navList__navBox__numberBox__text {
	color: #816116;
	font-family: "Castoro", serif;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-right: 14px;
}
@media screen and (max-width: 1439px) {
	.p-merit__navList__navBox__numberBox__text {
		font-size: calc(18 / 1440 * 100vw);
		margin-right: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList__navBox__numberBox__text {
		font-size: calc(13 / 375 * 100vw);
		margin-right: calc(5 / 375 * 100vw);
	}
}
.p-merit__navList__navBox__numberBox__number {
	color: #816116;
	font-family: "Castoro", serif;
	font-size: 3.4rem;
	font-weight: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
	.p-merit__navList__navBox__numberBox__number {
		font-size: calc(34 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList__navBox__numberBox__number {
		font-size: calc(24 / 375 * 100vw);
	}
}
.p-merit__navList__navBox__title {
	color: #222222;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.54;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-merit__navList__navBox__title {
		font-size: calc(26 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__navList__navBox__title {
		font-size: calc(18 / 375 * 100vw);
	}
}
.p-merit__meritList {
	margin-top: 100px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList {
		margin-top: calc(100 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList {
		margin-top: calc(10 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList > ul > li {
		margin-top: calc(10 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-merit__meritList__meritBox {
	margin-top: 60px;
	padding-top: 50px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox {
		margin-top: calc(60 / 1440 * 100vw);
		padding-top: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox {
		margin-top: 0;
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content {
		display: block;
	}
}
.p-merit__meritList__meritBox__content__textBox {
	flex-shrink: 0;
	width: 600px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox {
		width: calc(600 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox {
		width: 100%;
	}
}
.p-merit__meritList__meritBox__content__textBox__numberBox {
	align-items: center;
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox {
		margin-bottom: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox {
		margin-bottom: calc(15 / 375 * 100vw);
		padding-left: calc(5 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__numberBox::before {
	background-color: #816116;
	bottom: 0;
	content: "";
	height: 1px;
	left: -360px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 349px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox::before {
		left: calc(-360 / 1440 * 100vw);
		width: calc(349 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox::before {
		left: calc(-15 / 375 * 100vw);
		width: calc(15 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__numberBox__text {
	color: #816116;
	font-family: "Castoro", serif;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-right: 15px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox__text {
		font-size: calc(22 / 1440 * 100vw);
		margin-right: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox__text {
		font-size: calc(16 / 375 * 100vw);
		margin-right: calc(4 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__numberBox__number {
	color: #816116;
	font-family: "Castoro", serif;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox__number {
		font-size: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__numberBox__number {
		font-size: calc(34 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__title {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__title {
		font-size: calc(36 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__title {
		font-size: calc(24 / 375 * 100vw);
		letter-spacing: 0.04em;
	}
}
.p-merit__meritList__meritBox__content__textBox__text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 25px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__text {
		font-size: calc(16 / 1440 * 100vw);
		margin-top: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__text {
		font-size: calc(14 / 375 * 100vw);
		margin-top: calc(25 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__notice {
	color: #5f5f5f;
	font-size: 1.4rem;
	margin-top: 25px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__notice {
		font-size: calc(14 / 1440 * 100vw);
		margin-top: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__notice {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.8;
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__featureList {
	margin-top: 35px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__featureList {
		margin-top: calc(35 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__featureList {
		margin-top: calc(25 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__featureList > ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__featureList > ul {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__featureList > ul > li {
		margin-top: calc(10 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__featureList
		> ul
		> li:first-child {
		margin-top: 0;
	}
}
.p-merit__meritList__meritBox__content__textBox__featureList__featureBox {
	align-items: center;
	background-color: #fdf2e8;
	display: flex;
	height: 80px;
	justify-content: center;
	width: 194px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__featureList__featureBox {
		height: calc(80 / 1440 * 100vw);
		width: calc(194 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__featureList__featureBox {
		height: calc(44 / 375 * 100vw);
		width: 100%;
	}
}
.p-merit__meritList__meritBox__content__textBox__featureList__featureBox__text {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__textBox__featureList__featureBox__text {
		font-size: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__textBox__featureList__featureBox__text {
		font-size: calc(14 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__textBox__featureList__featureBox__text
	span {
	color: #b4861d;
}
.p-merit__meritList__meritBox__content__imageBox {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__imageBox {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__imageBox::before {
	background-color: #fdf2e8;
	content: "";
	display: inline-block;
	height: 400px;
	position: absolute;
	width: 490px;
	z-index: -1;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__imageBox::before {
		height: calc(400 / 1440 * 100vw);
		width: calc(490 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__imageBox::before {
		height: calc(169 / 375 * 100vw);
		width: calc(305 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__content__imageBox__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	flex-shrink: 0;
	height: 440px;
	position: relative;
	position: relative;
	width: 510px;
	z-index: 1;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__content__imageBox__image {
		height: calc(440 / 1440 * 100vw);
		width: calc(510 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__content__imageBox__image {
		height: calc(298 / 375 * 100vw);
		width: 100%;
	}
}
.p-merit__meritList__meritBox__service__itemList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__service__itemList > ul {
		display: block;
	}
}
.p-merit__meritList__meritBox__service__itemList > ul > li {
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__service__itemList > ul > li {
		display: block;
		margin-top: calc(15 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__service__itemList > ul > li:first-child {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__taxPayment {
	margin-top: 50px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox__taxPayment {
		margin-top: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__taxPayment {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox__taxPayment__itemList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__taxPayment__itemList > ul {
		display: block;
	}
}
.p-merit__meritList__meritBox__taxPayment__itemList > ul > li {
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__taxPayment__itemList > ul > li {
		display: block;
		margin-top: calc(15 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox__taxPayment__itemList > ul > li:first-child {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit1
	.p-merit__meritList__meritBox__content__imageBox::before {
	display: none;
}
.p-merit__meritList__meritBox--merit1
	.p-merit__meritList__meritBox__content__imageBox__image {
	background-image: url(../images/merit_image_1.png);
}
.p-merit__meritList__meritBox--merit1 .p-merit__meritList__meritBox__service {
	margin-top: 60px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit1 .p-merit__meritList__meritBox__service {
		margin-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit1 .p-merit__meritList__meritBox__service {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit1
	.p-merit__meritList__meritBox__service__itemList
	> ul
	> li {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit1
		.p-merit__meritList__meritBox__service__itemList
		> ul
		> li {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit1
		.p-merit__meritList__meritBox__service__itemList
		> ul
		> li {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit1
	.p-merit__meritList__meritBox__service__itemList
	> ul
	> li:first-child {
	margin-top: 0;
}
.p-merit__meritList__meritBox--merit1
	.p-merit__meritList__meritBox__service
	.c-meritBox__content__imageBox {
	width: 490px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit1
		.p-merit__meritList__meritBox__service
		.c-meritBox__content__imageBox {
		width: calc(490 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit1
		.p-merit__meritList__meritBox__service
		.c-meritBox__content__imageBox {
		width: 100%;
	}
}
.p-merit__meritList__meritBox--merit2 .p-merit__meritList__meritBox__content {
	flex-direction: row-reverse;
}
.p-merit__meritList__meritBox--merit2
	.p-merit__meritList__meritBox__content__imageBox::before {
	left: -50px;
	top: 90px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit2
		.p-merit__meritList__meritBox__content__imageBox::before {
		left: calc(-50 / 1440 * 100vw);
		top: calc(90 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit2
		.p-merit__meritList__meritBox__content__imageBox::before {
		left: calc(-15 / 375 * 100vw);
		top: calc(40 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit2
	.p-merit__meritList__meritBox__content__imageBox__image {
	background-image: url(../images/merit_image_2.png);
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit2
		.p-merit__meritList__meritBox__content__imageBox__image {
		background-image: url(../images/merit_image_2_sp.png);
		height: calc(194 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit2 .p-merit__meritList__meritBox__service {
	margin-top: 110px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit2 .p-merit__meritList__meritBox__service {
		margin-top: calc(110 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit2 .p-merit__meritList__meritBox__service {
		margin-top: calc(45 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit3
	.p-merit__meritList__meritBox__content__imageBox::before {
	right: -50px;
	top: 90px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit3
		.p-merit__meritList__meritBox__content__imageBox::before {
		right: calc(-50 / 1440 * 100vw);
		top: calc(90 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit3
		.p-merit__meritList__meritBox__content__imageBox::before {
		right: calc(-15 / 375 * 100vw);
		top: calc(40 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit3
	.p-merit__meritList__meritBox__content__imageBox__image {
	background-image: url(../images/merit_image_3.png);
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit3
		.p-merit__meritList__meritBox__content__imageBox__image {
		background-image: url(../images/merit_image_3_sp.png);
		height: calc(194 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit3 .p-merit__meritList__meritBox__service {
	margin-top: 110px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit3 .p-merit__meritList__meritBox__service {
		margin-top: calc(110 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit3 .p-merit__meritList__meritBox__service {
		margin-top: calc(45 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit3
	.p-merit__meritList__meritBox__service__itemList
	> ul
	> li {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.p-merit__meritList__meritBox--merit3
		.p-merit__meritList__meritBox__service__itemList
		> ul
		> li {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-merit__meritList__meritBox--merit3
		.p-merit__meritList__meritBox__service__itemList
		> ul
		> li {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-merit__meritList__meritBox--merit3
	.p-merit__meritList__meritBox__service__itemList
	> ul
	> li:first-child {
	margin-top: 0;
}

.p-benefits__inner {
	padding-bottom: 100px;
	padding-top: 60px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__inner {
		padding-bottom: calc(100 / 1440 * 100vw);
		padding-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__inner {
		padding-bottom: calc(50 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-benefits__benefitsList > ul > li {
	margin-top: 50px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList > ul > li {
		margin-top: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList > ul > li {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-benefits__benefitsList > ul > li:first-child {
	margin-top: 0;
}
.p-benefits__benefitsList__benefitsBox__choiceList {
	align-items: center;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__choiceList {
		display: none;
	}
}
.p-benefits__benefitsList__benefitsBox__choiceList__text {
	color: #b4861d;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	visibility: hidden;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__choiceList__text {
		font-size: calc(18 / 1440 * 100vw);
		margin-bottom: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__choiceList__text {
		font-size: calc(12 / 375 * 100vw);
		margin-bottom: calc(6 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__choiceList .c-subTitle {
	background-color: #fdf2e8;
	color: #816116;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__choiceList .c-subTitle {
		font-size: calc(13 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__choiceList .c-subTitle__wrapper {
	width: 50%;
}
.p-benefits__benefitsList__benefitsBox__choiceList
	.c-subTitle__wrapper.is-active
	.p-benefits__benefitsList__benefitsBox__choiceList__text {
	visibility: visible;
}
.p-benefits__benefitsList__benefitsBox__choiceList
	.c-subTitle__wrapper.is-active
	.c-subTitle {
	background-color: #816116;
	color: #ffffff;
	cursor: auto;
}
.p-benefits__benefitsList__benefitsBox__choiceList
	.c-subTitle__wrapper.is-active
	.c-subTitle::after {
	border-color: #816116 transparent transparent transparent;
}
.p-benefits__benefitsList__benefitsBox__choiceList .c-subTitle::after {
	border-color: #fdf2e8 transparent transparent transparent;
}
.p-benefits__benefitsList__benefitsBox__itemList {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList {
		display: block;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList > ul {
		display: block;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList > ul > li {
	display: flex;
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList > ul > li {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList > ul > li {
		display: block;
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList > ul > li:nth-child(-n + 2) {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList > ul > li:nth-child(-n + 2) {
		margin-top: calc(15 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	width: 590px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox {
		width: calc(590 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox {
		display: block;
		width: 100%;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__inner {
	padding: 20px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__inner {
		padding: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__inner {
		padding: calc(20 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox {
	display: flex;
	justify-content: space-between;
	width: 550px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox {
		width: calc(550 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox {
		align-items: center;
		width: 100%;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__thumbnail {
	flex-shrink: 0;
	width: 140px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__thumbnail {
		width: calc(140 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__thumbnail {
		width: calc(110 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__thumbnail
	img {
	height: auto;
	width: 100%;
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox {
	flex-shrink: 0;
	width: 395px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox {
		width: calc(395 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox {
		width: calc(180 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox__serviceBox__name {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox__serviceBox__name {
		font-size: calc(18 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox__serviceBox__name {
		font-size: calc(16 / 375 * 100vw);
		line-height: 1.4;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox__serviceBox__company {
	color: #5f5f5f;
	font-size: 1.2rem;
	margin-top: 10px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox__serviceBox__company {
		font-size: calc(12 / 1440 * 100vw);
		margin-top: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__serviceBox__textBox__serviceBox__company {
		font-size: calc(11 / 375 * 100vw);
		line-height: 1.6;
		margin-top: calc(5 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox {
	margin-left: auto;
	margin-top: -20px;
	width: 395px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox {
		margin-top: calc(-20 / 1440 * 100vw);
		width: calc(395 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox {
		margin-top: calc(20 / 1440 * 100vw);
		width: 100%;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__text {
	font-size: 1.3rem;
	line-height: 1.3;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__text {
		font-size: calc(13 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.65;
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
	dl {
	display: flex;
	justify-content: space-between;
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
	dl
	dt {
	background-image: url(../images/benefits_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 18px;
	overflow: hidden;
	padding-left: 1px;
	text-indent: 150vw;
	white-space: nowrap;
	width: 38px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
		dl
		dt {
		height: calc(18 / 1440 * 100vw);
		width: calc(38 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
		dl
		dt {
		height: calc(17 / 375 * 100vw);
		margin-top: calc(2 / 375 * 100vw);
		width: calc(35 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
	dl
	dd {
	color: #b4861d;
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.47;
	width: 347px;
}
@media screen and (max-width: 1439px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
		dl
		dd {
		font-size: calc(14 / 1440 * 100vw);
		width: calc(347 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList__benefitsBox__itemList__itemBox__detailBox__benefit
		dl
		dd {
		font-size: calc(13 / 375 * 100vw);
		line-height: 1.58;
		width: calc(262 / 375 * 100vw);
	}
}
.p-benefits__benefitsList__benefitsBox__itemList.is-show {
	display: block;
}
@media screen and (max-width: 767px) {
	.p-benefits__benefitsList .c-subTitle__wrapper {
		margin-top: calc(35 / 375 * 100vw);
	}
}

.p-point {
	background-color: #f5f5f5;
	position: relative;
}
.p-point::before {
	background-color: #b4861d;
	content: "";
	display: inline-block;
	height: 80px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
@media screen and (max-width: 1439px) {
	.p-point::before {
		height: calc(80 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point::before {
		height: calc(30 / 375 * 100vw);
	}
}
.p-point__inner {
	padding-bottom: 100px;
	padding-top: 97px;
}
@media screen and (max-width: 1439px) {
	.p-point__inner {
		padding-bottom: calc(100 / 1440 * 100vw);
		padding-top: calc(97 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__inner {
		padding-bottom: calc(50 / 375 * 100vw);
		padding-top: calc(50 / 375 * 100vw);
	}
}
.p-point__titleBox {
	margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
	.p-point__titleBox {
		margin-bottom: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__titleBox {
		margin-bottom: calc(30 / 375 * 100vw);
	}
}
.p-point__titleBox__text {
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__titleBox__text {
		font-size: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__titleBox__text {
		font-size: calc(14 / 375 * 100vw);
		line-height: 1.8;
	}
}
.p-point__serviceGroup__serviceList > ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList > ul {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList > ul > li {
		margin-top: calc(20 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-point__serviceGroup__serviceList__serviceBox {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 30px;
	width: 590px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox {
		padding: calc(30 / 1440 * 100vw);
		width: calc(590 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox {
		padding: calc(20 / 375 * 100vw);
		width: 100%;
	}
}
.p-point__serviceGroup__serviceList__serviceBox__titleBox {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox {
		display: block;
	}
}
.p-point__serviceGroup__serviceList__serviceBox__titleBox__logo {
	flex-shrink: 0;
	width: 158px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__logo {
		width: calc(158 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__logo {
		margin: 0 auto calc(10 / 375 * 100vw);
		width: calc(158 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__titleBox__logo img {
	height: auto;
	width: 100%;
}
.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox {
	flex-shrink: 0;
	width: 342px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox {
		width: calc(342 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox {
		width: 100%;
	}
}
.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox__title {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox__title {
		font-size: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox__title {
		font-size: calc(16 / 375 * 100vw);
		text-align: center;
	}
}
.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox__text {
	font-size: 1.3rem;
	height: 60px;
	line-height: 1.77;
	margin-top: 15px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox__text {
		font-size: calc(13 / 1440 * 100vw);
		height: calc(60 / 1440 * 100vw);
		margin-top: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__titleBox__textBox__text {
		font-size: calc(13 / 375 * 100vw);
		height: auto;
		line-height: 1.58;
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__title {
	align-items: center;
	background-color: #816116;
	color: #ffffff;
	display: flex;
	font-size: 1.6rem;
	height: 42px;
	justify-content: center;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title {
		font-size: calc(16 / 1440 * 100vw);
		height: calc(42 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title {
		font-size: calc(14 / 375 * 100vw);
		height: calc(35 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__title span {
	font-weight: bold;
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__title::after {
	border-color: #816116 transparent transparent transparent;
	border-style: solid;
	border-width: 14px 11px 0 11px;
	bottom: -10px;
	content: "";
	display: inline-block;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title::after {
		border-width: calc(14 / 1440 * 100vw) calc(11 / 1440 * 100vw) 0
			calc(11 / 1440 * 100vw);
		bottom: calc(-10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title::after {
		border-width: calc(14 / 375 * 100vw) calc(11 / 375 * 100vw) 0
			calc(11 / 375 * 100vw);
		bottom: calc(-10 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content {
	background-color: #f5f5f5;
	padding: 30px 30px 20px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content {
		padding: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw)
			calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content {
		padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw)
			calc(15 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text1 {
	font-size: 1.6rem;
	margin-bottom: 12px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text1 {
		font-size: calc(16 / 1440 * 100vw);
		margin-bottom: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text1 {
		font-size: calc(14 / 375 * 100vw);
		margin-bottom: calc(10 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text2 {
		font-size: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text2 {
		font-size: calc(16 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox {
	margin-top: 25px;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox {
		margin-top: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox__image {
	width: 100%;
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox__image
	img {
	height: auto;
	width: 100%;
}
.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox__text {
	color: #5f5f5f;
	font-size: 1.2rem;
	margin-top: 12px;
	text-align: right;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox__text {
		font-size: calc(12 / 1440 * 100vw);
		margin-top: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__imageBox__text {
		font-size: calc(11 / 375 * 100vw);
		margin-top: calc(6 / 375 * 100vw);
	}
}
.p-point__serviceGroup__serviceList__serviceBox--classmile
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title {
	background-color: #0387c9;
}
.p-point__serviceGroup__serviceList__serviceBox--classmile
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title::after {
	border-color: #0387c9 transparent transparent transparent;
}
.p-point__serviceGroup__serviceList__serviceBox--classmile
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text1 {
	color: #0387c9;
}
.p-point__serviceGroup__serviceList__serviceBox--classmile
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text2 {
	color: #0387c9;
}
.p-point__serviceGroup__serviceList__serviceBox--oricopoint
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title {
	background-color: #bf0d21;
}
.p-point__serviceGroup__serviceList__serviceBox--oricopoint
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__title::after {
	border-color: #bf0d21 transparent transparent transparent;
}
.p-point__serviceGroup__serviceList__serviceBox--oricopoint
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text1 {
	color: #bf0d21;
}
.p-point__serviceGroup__serviceList__serviceBox--oricopoint
	.p-point__serviceGroup__serviceList__serviceBox__detailBox__content__textBox__text2 {
	color: #bf0d21;
}
.p-point__serviceGroup__noticeList {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__noticeList {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__noticeList {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-point__serviceGroup__noticeList > ul > li {
	color: #5f5f5f;
	display: flex;
	font-size: 1.2rem;
	line-height: 1.67;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__noticeList > ul > li {
		font-size: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__noticeList > ul > li {
		font-size: calc(11 / 375 * 100vw);
	}
}
.p-point__serviceGroup__noticeList > ul > li::before {
	content: "※";
	margin-right: 6px;
}
@media screen and (max-width: 1439px) {
	.p-point__serviceGroup__noticeList > ul > li::before {
		margin-right: calc(6 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__serviceGroup__noticeList > ul > li::before {
		margin-right: calc(3 / 375 * 100vw);
	}
}
.p-point__exchange {
	margin-top: 80px;
}
@media screen and (max-width: 1439px) {
	.p-point__exchange {
		margin-top: calc(80 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__exchange {
		margin-top: calc(60 / 375 * 100vw);
	}
}
.p-point__exchange__title {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__exchange__title {
		font-size: calc(28 / 1440 * 100vw);
		margin-bottom: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__exchange__title {
		font-size: calc(20 / 375 * 100vw);
		line-height: 1.5;
		margin-bottom: calc(20 / 375 * 100vw);
	}
}
.p-point__exchange__content {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
	.p-point__exchange__content {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-point__exchange__content {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-point__exchange__content {
		padding-bottom: calc(15 / 375 * 100vw);
		padding-top: calc(15 / 375 * 100vw);
	}
}
.p-point__exchange__content__image {
	margin: 0 auto;
	width: 800px;
}
@media screen and (max-width: 1439px) {
	.p-point__exchange__content__image {
		width: calc(800 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__exchange__content__image {
		width: 100%;
	}
}
.p-point__exchange__content__image img {
	height: auto;
	width: 100%;
}
.p-point__oricoMall {
	margin-top: 100px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall {
		margin-top: calc(100 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall {
		margin-top: calc(70 / 375 * 100vw);
	}
}
.p-point__oricoMall__title {
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__title {
		font-size: calc(36 / 1440 * 100vw);
		margin-bottom: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__title {
		font-size: calc(28 / 375 * 100vw);
		margin-bottom: calc(30 / 375 * 100vw);
	}
}
.p-point__oricoMall__content {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 30px 60px 34px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content {
		padding: calc(30 / 1440 * 100vw) calc(60 / 1440 * 100vw)
			calc(34 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content {
		padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw)
			calc(30 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__textBox {
	align-items: center;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__textBox {
		display: block;
	}
}
.p-point__oricoMall__content__textBox__logo {
	width: 240px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__textBox__logo {
		width: calc(240 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__textBox__logo {
		margin: 0 auto;
		width: calc(180 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__textBox__logo img {
	height: auto;
	width: 100%;
}
.p-point__oricoMall__content__textBox__text {
	font-size: 1.6rem;
	line-height: 1.69;
	margin-left: 30px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__textBox__text {
		font-size: calc(16 / 1440 * 100vw);
		margin-left: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__textBox__text {
		font-size: calc(13 / 375 * 100vw);
		line-height: 1.6;
		margin-left: 0;
	}
}
.p-point__oricoMall__content__textBox__text span.color {
	color: #bf0d21;
	font-weight: bold;
}
.p-point__oricoMall__content__textBox__text span.notice {
	font-size: 1.2rem;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__textBox__text span.notice {
		font-size: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__textBox__text span.notice {
		font-size: calc(11 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__image {
	margin: 50px auto 0;
	width: 800px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__image {
		margin: calc(50 / 1440 * 100vw) auto 0;
		width: calc(800 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__image {
		margin: calc(20 / 375 * 100vw) auto 0;
		width: 100%;
	}
}
.p-point__oricoMall__content__image img {
	height: auto;
	width: 100%;
}
.p-point__oricoMall__content__logoGroup {
	background-color: #f5f5f5;
	margin-top: 20px;
	padding: 30px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__logoGroup {
		margin-top: calc(20 / 1440 * 100vw);
		padding: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__logoGroup {
		margin-top: calc(20 / 375 * 100vw);
		padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw)
			calc(15 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__logoGroup__title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__logoGroup__title {
		font-size: calc(20 / 1440 * 100vw);
		margin-bottom: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__logoGroup__title {
		font-size: calc(16 / 375 * 100vw);
		margin-bottom: calc(20 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__logoGroup__logoList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-point__oricoMall__content__logoGroup__logoList > ul > li {
	margin-top: 10px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__logoGroup__logoList > ul > li {
		margin-top: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__logoGroup__logoList > ul > li {
		margin-top: calc(7 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__logoGroup__logoList > ul > li:nth-child(-n + 5) {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__logoGroup__logoList
		> ul
		> li:nth-child(-n + 5) {
		margin-top: calc(7 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__logoGroup__logoList
		> ul
		> li:nth-child(-n + 2) {
		margin-top: 0;
	}
}
.p-point__oricoMall__content__logoGroup__logoList__logo {
	width: 196px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__logoGroup__logoList__logo {
		width: calc(196 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__logoGroup__logoList__logo {
		width: calc(134 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__logoGroup__logoList__logo img {
	height: auto;
	width: 100%;
}
.p-point__oricoMall__content__link {
	margin-top: 30px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__link {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__link {
		margin-top: calc(25 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__link a {
	color: #0387c9;
	font-size: 1.6rem;
	text-decoration: underline;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__link a {
		font-size: calc(16 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__link a {
		font-size: calc(14 / 375 * 100vw);
	}
}
.p-point__oricoMall__content__link a::after {
	background-image: url(../images/icon_external_link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	margin-left: 6px;
	width: 15px;
}
@media screen and (max-width: 1439px) {
	.p-point__oricoMall__content__link a::after {
		height: calc(13 / 1440 * 100vw);
		margin-left: calc(6 / 1440 * 100vw);
		width: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-point__oricoMall__content__link a::after {
		height: calc(11 / 375 * 100vw);
		margin-left: calc(6 / 375 * 100vw);
		width: calc(13 / 375 * 100vw);
	}
}

.p-campaign {
	background-color: #d9b45d;
}
.p-campaign__inner {
	padding-bottom: 100px;
	padding-top: 100px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__inner {
		padding-bottom: calc(100 / 1440 * 100vw);
		padding-top: calc(100 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__inner {
		margin-left: calc(-15 / 375 * 100vw);
		margin-right: calc(-15 / 375 * 100vw);
		padding-bottom: calc(50 / 375 * 100vw);
		padding-top: calc(50 / 375 * 100vw);
	}
}
.p-campaign__content {
	background-color: #ffffff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 60px 60px 60px 60px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-campaign__content {
		padding: calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw)
			calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content {
		padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw)
			calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
	}
}
.p-campaign__content__image {
	background-image: url(../images/campaign_image_4_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1766px;
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__image {
		height: calc(1766 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__image {
		background-image: url(../images/campaign_image_4_sp.png);
		height: calc(970 / 375 * 100vw);
	}
}
.p-campaign__content__textBox {
	margin-top: 40px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox {
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__title {
	align-items: center;
	background-color: #5f5f5f;
	color: #ffffff;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__title {
		font-size: calc(18 / 1440 * 100vw);
		height: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__title {
		font-size: calc(14 / 375 * 100vw);
		height: calc(36 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList {
	background-color: #f5f5f5;
	padding: 30px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList {
		padding: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList {
		padding: calc(15 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList > ul > li {
	margin-top: 25px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList > ul > li {
		margin-top: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList > ul > li {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList > ul > li:first-child {
	margin-top: 0;
}
.p-campaign__content__textBox__detailList__detailBox__title {
	font-size: 1.2rem;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList__detailBox__title {
		font-size: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList__detailBox__title {
		font-size: calc(11 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList__detailBox__text {
	font-size: 1.2rem;
	margin-top: 10px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList__detailBox__text {
		font-size: calc(12 / 1440 * 100vw);
		margin-top: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList__detailBox__text {
		font-size: calc(11 / 375 * 100vw);
		line-height: 1.45;
		margin-top: calc(8 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList__detailBox__noticeList {
	margin-top: 10px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList {
		margin-top: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList {
		margin-top: calc(8 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList__detailBox__noticeList > ul > li {
	display: flex;
	margin-top: 12px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList > ul > li {
		margin-top: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList > ul > li {
		margin-top: calc(8 / 375 * 100vw);
	}
}
.p-campaign__content__textBox__detailList__detailBox__noticeList
	> ul
	> li:first-child {
	margin-top: 0;
}
.p-campaign__content__textBox__detailList__detailBox__noticeList
	> ul
	> li::before {
	content: "・";
	flex-shrink: 0;
	margin-top: 3px;
	width: 1em;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList
		> ul
		> li::before {
		margin-top: calc(3 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList
		> ul
		> li::before {
		margin-top: 0;
	}
}
.p-campaign__content__textBox__detailList__detailBox__noticeList
	> ul
	> li
	span {
	color: #bf0d21;
}
.p-campaign__content__textBox__detailList__detailBox__noticeList__text {
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList__text {
		font-size: calc(12 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__textBox__detailList__detailBox__noticeList__text {
		font-size: calc(11 / 375 * 100vw);
		line-height: 1.45;
	}
}
.p-campaign__content__buttonBox {
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__buttonBox {
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__buttonBox {
		margin-top: calc(20 / 375 * 100vw);
	}
}
.p-campaign__content__buttonBox a {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.p-campaign__content__buttonBox a {
		display: block;
	}
}
.p-campaign__content__buttonBox a:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3.75px 12.5px 0px;
	opacity: 1;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__buttonBox a:hover {
		box-shadow: rgba(0, 0, 0, 0.2) 0px calc(3.75 / 1440 * 100vw)
			calc(12.5 / 1440 * 100vw) 0px;
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__buttonBox a:hover {
		box-shadow: none;
		opacity: 1;
	}
}
.p-campaign__content__buttonBox__button {
	background-image: url(../images/campaign_button.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 60px;
	overflow: hidden;
	text-indent: 150vw;
	white-space: nowrap;
	width: 420px;
}
@media screen and (max-width: 1439px) {
	.p-campaign__content__buttonBox__button {
		height: calc(60 / 1440 * 100vw);
		width: calc(420 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-campaign__content__buttonBox__button {
		background-image: url(../images/campaign_button_sp.svg);
		height: calc(56 / 375 * 100vw);
		width: 100%;
	}
}

.p-flow {
	margin-top: 40px;
	position: relative;
}
@media screen and (max-width: 1439px) {
	.p-flow {
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow {
		margin-top: 0;
	}
}
.p-flow::before {
	background-color: #b4861d;
	content: "";
	display: inline-block;
	height: 80px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -40px;
	width: 1px;
}
@media screen and (max-width: 1439px) {
	.p-flow::before {
		height: calc(80 / 1440 * 100vw);
		top: calc(-40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow::before {
		height: calc(30 / 375 * 100vw);
		top: 0;
	}
}
.p-flow__inner {
	padding-bottom: 60px;
	padding-top: 60px;
}
@media screen and (max-width: 1439px) {
	.p-flow__inner {
		padding-bottom: calc(60 / 1440 * 100vw);
		padding-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__inner {
		padding-bottom: calc(50 / 375 * 100vw);
		padding-top: calc(50 / 375 * 100vw);
	}
}
.p-flow__stepList {
	margin: 0 auto;
	width: 1092px;
}
@media screen and (max-width: 1439px) {
	.p-flow__stepList {
		width: calc(1092 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList {
		width: 100%;
	}
}
.p-flow__stepList > ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-flow__stepList > ul {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList > ul > li {
		margin-top: calc(16 / 375 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList > ul > li:first-child {
		margin-top: 0;
	}
}
.p-flow__stepList > ul > li:last-child .p-flow__stepList__stepBox::after {
	display: none;
}
.p-flow__stepList__stepBox {
	position: relative;
	width: 175px;
}
@media screen and (max-width: 1439px) {
	.p-flow__stepList__stepBox {
		width: calc(175 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList__stepBox {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: calc(315 / 375 * 100vw);
	}
}
.p-flow__stepList__stepBox::after {
	border-color: transparent transparent transparent #d0d0d0;
	border-style: solid;
	border-width: 12px 0 12px 13px;
	content: "";
	height: 0;
	position: absolute;
	right: -43px;
	top: 66px;
	width: 0;
}
@media screen and (max-width: 1439px) {
	.p-flow__stepList__stepBox::after {
		border-width: calc(12 / 1440 * 100vw) 0 calc(12 / 1440 * 100vw)
			calc(13 / 1440 * 100vw);
		right: calc(-43 / 1440 * 100vw);
		top: calc(66 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList__stepBox::after {
		border-color: #d0d0d0 transparent transparent transparent;
		border-width: calc(11 / 375 * 100vw) calc(10 / 375 * 100vw) 0
			calc(10 / 375 * 100vw);
		bottom: calc(-14 / 375 * 100vw);
		left: 0;
		margin: 0 auto;
		right: 0;
		top: auto;
	}
}
.p-flow__stepList__stepBox__icon {
	width: 16rem;
	margin: 0 auto;
}
@media screen and (max-width: 1439px) {
	.p-flow__stepList__stepBox__icon {
		width: calc(160 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList__stepBox__icon {
		flex-shrink: 0;
		width: calc(80 / 375 * 100vw);
	}
}
.p-flow__stepList__stepBox__icon img {
	height: auto;
	width: 100%;
}
.p-flow__stepList__stepBox__text {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.53;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-flow__stepList__stepBox__text {
		font-size: calc(16 / 1440 * 100vw);
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__stepList__stepBox__text {
		font-size: calc(16 / 375 * 100vw);
		margin-top: 0;
		text-align: left;
		width: calc(215 / 375 * 100vw);
	}
}
.p-flow__notice {
	color: #5f5f5f;
	font-size: 1.3rem;
	line-height: 1.77;
	margin-top: 60px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-flow__notice {
		font-size: calc(13 / 1440 * 100vw);
		margin-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-flow__notice {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.83;
		margin-top: calc(30 / 375 * 100vw);
	}
}

.p-about__inner {
	padding-bottom: 100px;
	padding-top: 60px;
}
@media screen and (max-width: 1439px) {
	.p-about__inner {
		padding-bottom: calc(100 / 1440 * 100vw);
		padding-top: calc(60 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-about__inner {
		padding-bottom: calc(60 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-about__navList {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-about__navList {
		display: block;
		margin-bottom: calc(20 / 375 * 100vw);
	}
}
.p-about__navList > ul {
	align-items: center;
	display: flex;
}
.p-about__navList > ul > li {
	width: 50%;
}
.p-about__navList__navBox {
	background-color: #fdf2e8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 45px;
	width: 100%;
}
.p-about__navList__navBox--solo {
	background-image: url(../images/about_nav_solo_off.svg);
}
.p-about__navList__navBox--corporation {
	background-image: url(../images/about_nav_corporation_off.svg);
}
.p-about__navList__navBox.is-show {
	background-color: #816116;
	position: relative;
}
.p-about__navList__navBox.is-show.p-about__navList__navBox--solo {
	background-image: url(../images/about_nav_solo_on.svg);
}
.p-about__navList__navBox.is-show.p-about__navList__navBox--corporation {
	background-image: url(../images/about_nav_corporation_on.svg);
}
.p-about__navList__navBox.is-show::after {
	border-color: #816116 transparent transparent transparent;
	border-style: solid;
	border-width: calc(14 / 375 * 100vw) calc(11 / 375 * 100vw) 0
		calc(11 / 375 * 100vw);
	bottom: calc(-10 / 375 * 100vw);
	content: "";
	display: inline-block;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}
@media screen and (max-width: 767px) {
	.p-about__table .l-table__row:first-child {
		display: none;
	}
}
.p-about__table__lineTitle {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.43;
}
@media screen and (max-width: 1439px) {
	.p-about__table__lineTitle {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-about__table__lineTitle {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.67;
	}
}
.p-about__table__textBox__title {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	justify-content: center;
}
@media screen and (max-width: 1439px) {
	.p-about__table__textBox__title {
		font-size: calc(18 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-about__table__textBox__title {
		display: none;
	}
}
.p-about__table__textBox__title::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	width: 22px;
}
@media screen and (max-width: 1439px) {
	.p-about__table__textBox__title::before {
		height: calc(22 / 1440 * 100vw);
		margin-right: calc(10 / 1440 * 100vw);
		width: calc(22 / 1440 * 100vw);
	}
}
.p-about__table__textBox__text {
	font-size: 1.4rem;
	line-height: 1.43;
}
@media screen and (max-width: 1439px) {
	.p-about__table__textBox__text {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-about__table__textBox__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.67;
	}
}
.p-about__table__textBox__text span {
	color: #bf0d21;
}
.p-about__table__textBox__detailList > ul > li {
	display: flex;
	font-size: 1.4rem;
	line-height: 1.43;
}
@media screen and (max-width: 1439px) {
	.p-about__table__textBox__detailList > ul > li {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-about__table__textBox__detailList > ul > li {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.67;
	}
}
.p-about__table__textBox__detailList > ul > li::before {
	content: "・";
	width: 1em;
}
.p-about__table__textBox__notice {
	font-size: 1.4rem;
	line-height: 1.43;
}
@media screen and (max-width: 1439px) {
	.p-about__table__textBox__notice {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-about__table__textBox__notice {
		font-size: calc(11 / 375 * 100vw);
	}
}
.p-about__table__textBox--solo .p-about__table__textBox__title::before {
	background-image: url(../images/cta_button_icon_solo.svg);
}
@media screen and (max-width: 767px) {
	.p-about__table__textBox--corporation {
		display: none;
	}
}
.p-about__table__textBox--corporation .p-about__table__textBox__title::before {
	background-image: url(../images/cta_button_icon_corporatio.svg);
}

.p-cta {
	background-color: #fdf2e8;
}
.p-cta__inner {
	padding-bottom: 50px;
	padding-top: 50px;
}
@media screen and (max-width: 1439px) {
	.p-cta__inner {
		padding-bottom: calc(50 / 1440 * 100vw);
		padding-top: calc(50 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__inner {
		padding-bottom: calc(30 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-cta__content {
	margin: 0 auto;
	width: 780px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content {
		width: calc(780 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content {
		width: 100%;
	}
}
.p-cta__content__cardBox {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-cta__content__cardBox {
		display: block;
	}
}
.p-cta__content__cardBox__textBox__text {
	color: #816116;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__cardBox__textBox__text {
		font-size: calc(18 / 1440 * 100vw);
		margin-bottom: calc(15 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__cardBox__textBox__text {
		font-size: calc(14 / 375 * 100vw);
		margin-bottom: calc(8 / 375 * 100vw);
		text-align: center;
	}
}
.p-cta__content__cardBox__textBox__title {
	color: #816116;
	font-family: "Castoro", serif;
	font-size: 5.9rem;
	font-weight: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__cardBox__textBox__title {
		font-size: calc(59 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__cardBox__textBox__title {
		font-size: calc(34 / 375 * 100vw);
		text-align: center;
	}
}
.p-cta__content__cardBox__textBox__notice {
	color: #816116;
	font-size: 1.4rem;
	margin-top: 5px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__cardBox__textBox__notice {
		font-size: calc(14 / 1440 * 100vw);
		margin-top: calc(5 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__cardBox__textBox__notice {
		font-size: calc(11 / 375 * 100vw);
		margin-top: calc(5 / 375 * 100vw);
		text-align: center;
	}
}
.p-cta__content__cardBox__image {
	width: 342px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__cardBox__image {
		width: calc(342 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__cardBox__image {
		margin: 0 auto;
		margin-top: calc(20 / 375 * 100vw);
		width: calc(234 / 375 * 100vw);
	}
}
.p-cta__content__cardBox__image img {
	height: auto;
	width: 100%;
}
.p-cta__content__applicationBox {
	margin-top: 30px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__applicationBox {
		margin-top: calc(30 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox {
		margin-top: calc(30 / 375 * 100vw);
	}
}
.p-cta__content__applicationBox__title {
	color: #816116;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__applicationBox__title {
		font-size: calc(22 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__title {
		font-size: calc(15 / 375 * 100vw);
	}
}
.p-cta__content__applicationBox__title::before,
.p-cta__content__applicationBox__title::after {
	background-color: #d0d0d0;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 287px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__applicationBox__title::before,
	.p-cta__content__applicationBox__title::after {
		width: calc(287 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__title::before,
	.p-cta__content__applicationBox__title::after {
		width: calc(107 / 375 * 100vw);
	}
}
.p-cta__content__applicationBox__title::before {
	left: 0;
}
.p-cta__content__applicationBox__title::before {
	right: 0;
}
.p-cta__content__applicationBox__buttonList {
	margin-top: 20px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__applicationBox__buttonList {
		margin-top: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__buttonList {
		margin-top: calc(15 / 375 * 100vw);
	}
}
.p-cta__content__applicationBox__buttonList > ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.p-cta__content__applicationBox__buttonList form input[type="submit"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	cursor: pointer;
	height: 70px;
	overflow: hidden;
	text-indent: 150vw;
	transition: 0.3s;
	white-space: nowrap;
	width: 380px;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__applicationBox__buttonList form input[type="submit"] {
		height: calc(70 / 1440 * 100vw);
		width: calc(380 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__buttonList form input[type="submit"] {
		height: calc(56 / 375 * 100vw);
		width: calc(168 / 375 * 100vw);
	}
}
.p-cta__content__applicationBox__buttonList form input[type="submit"]:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3.75px 12.5px 0px;
	opacity: 1;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__applicationBox__buttonList form input[type="submit"]:hover {
		box-shadow: rgba(0, 0, 0, 0.3) 0px calc(3.75 / 1440 * 100vw)
			calc(12.5 / 1440 * 100vw) 0px;
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__buttonList form input[type="submit"]:hover {
		box-shadow: none;
		opacity: 1;
	}
}
.p-cta__content__applicationBox__buttonList__button--solo
	form
	input[type="submit"] {
	background-image: url(../images/cta_button_solo.svg);
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__buttonList__button--solo
		form
		input[type="submit"] {
		background-image: url(../images/cta_button_solo_sp.svg);
	}
}
.p-cta__content__applicationBox__buttonList__button--corporation
	form
	input[type="submit"] {
	background-image: url(../images/cta_button_corporation.svg);
}
@media screen and (max-width: 767px) {
	.p-cta__content__applicationBox__buttonList__button--corporation
		form
		input[type="submit"] {
		background-image: url(../images/cta_button_corporation_sp.svg);
	}
}
.p-cta__content__notice {
	color: #bf0d21;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-cta__content__notice {
		font-size: calc(18 / 1440 * 100vw);
		margin-top: calc(35 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-cta__content__notice {
		font-size: calc(16 / 375 * 100vw);
		line-height: calc(24 / 375 * 100vw);
		margin-top: calc(25 / 375 * 100vw);
	}
}

.p-notice__content {
	align-items: center;
	display: flex;
	height: 113px;
	justify-content: center;
}
@media screen and (max-width: 1439px) {
	.p-notice__content {
		height: calc(113 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-notice__content {
		height: calc(94 / 375 * 100vw);
	}
}
.p-notice__content__text {
	color: #5f5f5f;
	font-size: 1.4rem;
}
@media screen and (max-width: 1439px) {
	.p-notice__content__text {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-notice__content__text {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.83;
		text-align: center;
	}
}

.p-company {
	background-color: #b4861d;
}
@media screen and (max-width: 767px) {
	.p-company__inner {
		padding-bottom: calc(30 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
}
.p-company__companyBox {
	align-items: center;
	display: flex;
	height: 145px;
	justify-content: center;
}
@media screen and (max-width: 1439px) {
	.p-company__companyBox {
		height: calc(145 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-company__companyBox {
		display: block;
		height: auto;
	}
}
.p-company__companyBox__content {
	align-items: center;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-company__companyBox__content {
		display: block;
	}
}
.p-company__companyBox__content__nameBox {
	text-align: center;
}
.p-company__companyBox__content__nameBox__name {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 1439px) {
	.p-company__companyBox__content__nameBox__name {
		font-size: calc(18 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-company__companyBox__content__nameBox__name {
		font-size: calc(16 / 375 * 100vw);
	}
}
.p-company__companyBox__content__nameBox__address {
	color: #ffffff;
	font-size: 1.4rem;
	margin-top: 10px;
}
@media screen and (max-width: 1439px) {
	.p-company__companyBox__content__nameBox__address {
		font-size: calc(14 / 1440 * 100vw);
		margin-top: calc(10 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-company__companyBox__content__nameBox__address {
		font-size: calc(12 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
	}
}
.p-company__companyBox__content__contactBox {
	margin-left: 108px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-company__companyBox__content__contactBox {
		margin-left: calc(108 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-company__companyBox__content__contactBox {
		margin-left: 0;
	}
}
.p-company__companyBox__content__contactBox__text {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.71;
}
@media screen and (max-width: 1439px) {
	.p-company__companyBox__content__contactBox__text {
		font-size: calc(14 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-company__companyBox__content__contactBox__text {
		font-size: calc(12 / 375 * 100vw);
		margin-top: calc(30 / 375 * 100vw);
	}
}

.p-footer {
	background-color: #222222;
}
.p-footer__inner {
	padding-bottom: 30px;
	padding-top: 40px;
}
@media screen and (max-width: 1439px) {
	.p-footer__inner {
		padding-bottom: calc(30 / 1440 * 100vw);
		padding-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__inner {
		padding-bottom: calc(30 / 375 * 100vw);
		padding-top: calc(40 / 375 * 100vw);
	}
}
.p-footer__navList > ul {
	display: flex;
	justify-content: center;
}
.p-footer__navList > ul > li {
	align-items: center;
	display: flex;
}
.p-footer__navList > ul > li::after {
	background-color: #5f5f5f;
	content: "";
	display: inline-block;
	height: 14px;
	margin: 0 25px;
	width: 1px;
}
@media screen and (max-width: 1439px) {
	.p-footer__navList > ul > li::after {
		height: calc(14 / 1440 * 100vw);
		margin: 0 calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__navList > ul > li::after {
		height: calc(14 / 375 * 100vw);
		margin: 0 calc(12 / 375 * 100vw);
	}
}
.p-footer__navList > ul > li:last-child::after {
	display: none;
}
.p-footer__navList__navBox__text a {
	color: #ffffff;
	font-size: 1.3rem;
}
@media screen and (max-width: 1439px) {
	.p-footer__navList__navBox__text a {
		font-size: calc(13 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__navList__navBox__text a {
		font-size: calc(12 / 375 * 100vw);
	}
}
.p-footer__copyright {
	color: #ffffff;
	font-size: 1.2rem;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 1439px) {
	.p-footer__copyright {
		font-size: calc(12 / 1440 * 100vw);
		margin-top: calc(40 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-footer__copyright {
		font-size: calc(11 / 375 * 100vw);
		line-height: 1.5;
		margin-top: calc(40 / 375 * 100vw);
	}
}

.p-gotop {
	bottom: 20px;
	opacity: 0;
	position: fixed;
	right: 20px;
	transition: 0.3s;
	z-index: -1;
}
@media screen and (max-width: 1439px) {
	.p-gotop {
		bottom: calc(20 / 1440 * 100vw);
		right: calc(20 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-gotop {
		bottom: calc(20 / 375 * 100vw);
		right: calc(10 / 375 * 100vw);
	}
}
.p-gotop__button {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	height: 44px;
	width: 44px;
}
@media screen and (max-width: 1439px) {
	.p-gotop__button {
		box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 767px) {
	.p-gotop__button {
		box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw)
			rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1439px) {
	.p-gotop__button {
		height: calc(44 / 1440 * 100vw);
		width: calc(44 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-gotop__button {
		height: calc(40 / 375 * 100vw);
		width: calc(40 / 375 * 100vw);
	}
}
.p-gotop__button a {
	display: block;
}
.p-gotop__button img {
	height: auto;
	width: 100%;
}
.p-gotop.is-show {
	opacity: 1;
	z-index: 1;
}

.p-drawerMenu {
	background-color: #ffffff;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 100;
	z-index: -1;
}
.p-drawerMenu__header {
	background-color: #ffffff;
}
.p-drawerMenu__header__inner {
	padding-left: calc(15 / 375 * 100vw);
}
.p-drawerMenu__header__content {
	align-items: center;
	display: flex;
	height: calc(60 / 375 * 100vw);
}
.p-drawerMenu__header__content__logo {
	margin-right: auto;
	width: calc(100 / 375 * 100vw);
}
.p-drawerMenu__header__content__logo a {
	display: block;
}
.p-drawerMenu__header__content__logo img {
	height: auto;
	width: 100%;
}
.p-drawerMenu__header__content__humbergerList > ul {
	align-items: center;
	display: flex;
}
.p-drawerMenu__header__content__humbergerList__humberger {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: calc(60 / 375 * 100vw);
	width: calc(70 / 375 * 100vw);
}
.p-drawerMenu__header__content__humbergerList__humberger--application {
	background-image: url(../images/humberger_application.svg);
}
.p-drawerMenu__header__content__humbergerList__humberger--menu {
	background-image: url(../images/humberger_menu_close.svg);
}
.p-drawerMenu__header.is-clone {
	background-color: #ffffff;
	opacity: 0.9;
	position: fixed;
	top: 0;
	transform: translateY(-200%);
	transition: 0.6s;
	width: 100%;
	z-index: 10;
}
.p-drawerMenu__header.is-clone.is-show {
	transform: translateY(0);
}
.p-drawerMenu__content__inner {
	padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
}
.p-drawerMenu__content__navList > ul > li {
	border-top: solid #e6e6e6;
	border-top-width: 1px;
}
.p-drawerMenu__content__navList > ul > li:first-child {
	border-top: 0;
}
.p-drawerMenu__content__navList__navBox__text {
	font-size: calc(16 / 375 * 100vw);
	font-weight: bold;
}
.p-drawerMenu__content__navList__navBox__text a {
	color: #222222;
	display: block;
	padding: calc(25 / 375 * 100vw) calc(10 / 375 * 100vw);
}
.p-drawerMenu.is-show {
	opacity: 1;
	z-index: 100;
}

.p-drawerApplication {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 100;
	z-index: -1;
}
.p-drawerApplication__header {
	background-color: #ffffff;
}
.p-drawerApplication__header__inner {
	padding-left: calc(15 / 375 * 100vw);
}
.p-drawerApplication__header__content {
	align-items: center;
	display: flex;
	height: calc(60 / 375 * 100vw);
}
.p-drawerApplication__header__content__logo {
	margin-right: auto;
	width: calc(100 / 375 * 100vw);
}
.p-drawerApplication__header__content__logo a {
	display: block;
}
.p-drawerApplication__header__content__logo img {
	height: auto;
	width: 100%;
}
.p-drawerApplication__header__content__humbergerList > ul {
	align-items: center;
	display: flex;
}
.p-drawerApplication__header__content__humbergerList__humberger {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: calc(60 / 375 * 100vw);
	width: calc(70 / 375 * 100vw);
}
.p-drawerApplication__header__content__humbergerList__humberger--application {
	background-image: url(../images/humberger_application_close.svg);
}
.p-drawerApplication__header__content__humbergerList__humberger--menu {
	background-image: url(../images/humberger_menu.svg);
}
.p-drawerApplication__header.is-clone {
	background-color: #ffffff;
	opacity: 0.9;
	position: fixed;
	top: 0;
	transform: translateY(-200%);
	transition: 0.6s;
	width: 100%;
	z-index: 10;
}
.p-drawerApplication__header.is-clone.is-show {
	transform: translateY(0);
}
.p-drawerApplication__content {
	background-color: #ffeaec;
}
.p-drawerApplication__content__inner {
	padding: calc(30 / 375 * 100vw);
}
.p-drawerApplication__content__buttonList > ul > li {
	margin-top: calc(20 / 375 * 100vw);
}
.p-drawerApplication__content__buttonList > ul > li:first-child {
	margin-top: 0;
}
.p-drawerApplication__content__buttonList form input[type="submit"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: calc(62 / 375 * 100vw);
	overflow: hidden;
	text-indent: 150vw;
	transition: 0.3s;
	white-space: nowrap;
	width: calc(315 / 375 * 100vw);
}
.p-drawerApplication__content__buttonList__button--solo
	form
	input[type="submit"] {
	background-image: url(../images/drawer_button_solo_sp.svg);
}
.p-drawerApplication__content__buttonList__button--corporation
	form
	input[type="submit"] {
	background-image: url(../images/drawer_button_corporation_sp.svg);
}
.p-drawerApplication__overlay {
	height: 100vh;
	width: 100%;
}
.p-drawerApplication.is-show {
	opacity: 1;
	z-index: 100;
}

.p-point__serviceGroup__serviceList > ul > li {
	display: flex;
}

/* mv代替 */
.is-hidden {
	display: none !important;
}
.p-mainVisualAlt {
	background-color: #1b2b4f;
}
.p-mainVisualAlt .p-mainVisual__content__heading {
	color: #fff;
	margin-bottom: 5px;
}
.p-mainVisualAlt .p-mainVisual__content__cardBox__imageBox__text {
	color: #fff;
	font-size: 1.7rem;
}
.p-mainVisualAlt .p-mainVisual__content__cardBox {
	gap: 3.3rem;
}
.p-mainVisualAlt .p-mainVisual__content__heading__text1 {
	font-size: 2.2rem;
}
.p-mainVisualAlt .p-mainVisual__content__heading__text2 {
	font-size: 6.1rem;
}
.p-mainVisualAlt .p-mainVisual__content__cardBox__textBox__titleBox__title {
	font-size: 7.4rem;
	color: #b0a273;
}
.p-mainVisualAlt
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
	color: #b0a273;
	font-size: 1.8rem;
}
.p-mainVisualAlt
	.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text2 {
	font-size: 1.8rem;
	color: #b0a273;
	letter-spacing: 0.05em;
}
.p-mainVisualAlt .p-mainVisual__content__cardBox__imageBox {
	width: 36.8rem;
}
.p-mainVisualAlt .p-mainVisual__content__notice {
	color: #fff;
	margin-top: 25px;
}
.p-mainVisualAlt .p-mainVisual__content__bannerBox {
	margin-top: 25px;
}
.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::before,
.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::after {
	background-color: #7f7c7c;
	width: 376px;
}
.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::after {
	right: 0;
}
.p-mainVisualAlt .p-mainVisual__content__applicationBox__title {
	color: #fff;
}
.p-mainVisualAlt
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text1 {
	color: #fff;
	font-size: 2.2rem;
	padding: 1.4rem 2.2rem 1rem;
}
.p-mainVisualAlt
	.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text2 {
	color: #fff;
	font-size: 1.7rem;
	margin-left: 0;
	border-left: 1px solid #fff;
	padding: 1.2rem 2.2rem 0.9rem;
}
.p-mainVisualAlt .fz25 {
	font-size: 2.5rem;
}
.p-mainVisualAlt .p-mainVisual__content__cardBox__textBox__titleBox__feeBox {
	border: none;
	border-top: 1px solid #fff;
	height: 46px;
	width: 529px;
}
@media screen and (max-width: 1439px) {
	.p-mainVisualAlt .p-mainVisual__content__cardBox {
		gap: calc(33 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__heading__text1 {
		font-size: calc(22 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__heading__text2 {
		font-size: calc(61 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__textBox__titleBox__title {
		font-size: calc(74 / 1440 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
		font-size: calc(18 / 1440 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text2 {
		font-size: calc(18 / 1440 * 100vw);
		letter-spacing: 0.05em;
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__textBox__titleBox__feeBox {
		width: calc(529 / 1440 * 100vw);
		height: calc(46 / 1440 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text1 {
		font-size: calc(22 / 1440 * 100vw);
		padding: calc(14 / 1440 * 100vw) calc(22 / 1440 * 100vw)
			calc(10 / 1440 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text2 {
		font-size: calc(17 / 1440 * 100vw);
		padding: calc(12 / 1440 * 100vw) calc(22 / 1440 * 100vw)
			calc(9 / 1440 * 100vw);
	}
	.p-mainVisualAlt .fz25 {
		font-size: calc(25 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__imageBox {
		width: calc(368 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__imageBox__text {
		font-size: calc(17 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::before,
	.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::after {
		width: calc(376 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__notice {
		margin-top: calc(25 / 1440 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__bannerBox {
		margin-top: calc(25 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-mainVisualAlt .p-mainVisual__content__heading__text1 {
		font-size: calc(14 / 375 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__heading__text2 {
		font-size: calc(36 / 375 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
		font-size: calc(11 / 375 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text2 {
		font-size: calc(11 / 375 * 100vw);
		letter-spacing: 0.05em;
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__textBox__titleBox__title {
		font-size: calc(44 / 375 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__textBox__titleBox__feeBox {
		width: calc(307 / 375 * 100vw);
		height: calc(34 / 375 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text1 {
		font-size: calc(12 / 375 * 100vw);
		padding: calc(13 / 375 * 100vw) calc(8 / 375 * 100vw) calc(9 / 375 * 100vw);
	}
	.p-mainVisualAlt
		.p-mainVisual__content__cardBox__textBox__titleBox__feeBox__text2 {
		font-size: calc(12 / 375 * 100vw);
		padding: calc(9 / 375 * 100vw) calc(8 / 375 * 100vw) calc(7 / 375 * 100vw);
		letter-spacing: normal;
	}
	.p-mainVisualAlt .fz25 {
		font-size: calc(18 / 375 * 100vw);
		padding-left: calc(2 / 375 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__imageBox__text {
		font-size: calc(12 / 375 * 100vw);
		margin-top: calc(10 / 375 * 100vw);
		text-align: right;
	}
	.p-mainVisualAlt .p-mainVisual__content__cardBox__imageBox {
		width: calc(285 / 375 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::before,
	.p-mainVisualAlt .p-mainVisual__content__applicationBox__title::after {
		width: calc(107 / 375 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__notice {
		font-size: calc(14 / 375 * 100vw);
		margin-top: calc(25 / 375 * 100vw);
	}
	.p-mainVisualAlt .p-mainVisual__content__bannerBox {
		margin-top: calc(23 / 375 * 100vw);
	}
}

/* uid6-mastercard */
.uid6-mastercard .p-mainVisual__content__cardBox__imageBox {
	width: 26.34rem;
}
.uid6-mastercard
	.p-benefits__benefitsList__benefitsBox__choiceList
	.c-subTitle__wrapper {
	width: 100%;
}
@media screen and (max-width: 1439px) {
	.uid6-mastercard .p-mainVisual__content__cardBox__imageBox {
		width: calc(263.4 / 1440 * 100vw);
	}
}
@media screen and (max-width: 767px) {
	.uid6-mastercard .p-mainVisual__content__cardBox__imageBox {
		width: calc(285 / 375 * 100vw);
	}
}
