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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #000000;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.05em;
  font-size: 16px;
}

* :focus:not(:focus-visible) {
  outline: 0;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mr-105 {
  margin-right: 105px !important;
}

.u-ml-105 {
  margin-left: 105px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.u-mt-125 {
  margin-top: 125px !important;
}

.u-mr-125 {
  margin-right: 125px !important;
}

.u-ml-125 {
  margin-left: 125px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-mr-135 {
  margin-right: 135px !important;
}

.u-ml-135 {
  margin-left: 135px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.u-mt-145 {
  margin-top: 145px !important;
}

.u-mr-145 {
  margin-right: 145px !important;
}

.u-ml-145 {
  margin-left: 145px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-mr-155 {
  margin-right: 155px !important;
}

.u-ml-155 {
  margin-left: 155px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.u-mt-165 {
  margin-top: 165px !important;
}

.u-mr-165 {
  margin-right: 165px !important;
}

.u-ml-165 {
  margin-left: 165px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-mr-170 {
  margin-right: 170px !important;
}

.u-ml-170 {
  margin-left: 170px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.u-mt-175 {
  margin-top: 175px !important;
}

.u-mr-175 {
  margin-right: 175px !important;
}

.u-ml-175 {
  margin-left: 175px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.u-mt-185 {
  margin-top: 185px !important;
}

.u-mr-185 {
  margin-right: 185px !important;
}

.u-ml-185 {
  margin-left: 185px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-mr-190 {
  margin-right: 190px !important;
}

.u-ml-190 {
  margin-left: 190px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.u-mt-195 {
  margin-top: 195px !important;
}

.u-mr-195 {
  margin-right: 195px !important;
}

.u-ml-195 {
  margin-left: 195px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

@media (max-width: 750px) {
  .u-mb-0_sp {
    margin-bottom: 0px !important;
  }
  .u-mb-1_sp {
    margin-bottom: 1px !important;
  }
  .u-mb-2_sp {
    margin-bottom: 2px !important;
  }
  .u-mb-3_sp {
    margin-bottom: 3px !important;
  }
  .u-mb-4_sp {
    margin-bottom: 4px !important;
  }
  .u-mb-5_sp {
    margin-bottom: 5px !important;
  }
  .u-mb-6_sp {
    margin-bottom: 6px !important;
  }
  .u-mb-7_sp {
    margin-bottom: 7px !important;
  }
  .u-mb-8_sp {
    margin-bottom: 8px !important;
  }
  .u-mb-9_sp {
    margin-bottom: 9px !important;
  }
  .u-mb-10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15_sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25_sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35_sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45_sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55_sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60_sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65_sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70_sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75_sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80_sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85_sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90_sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95_sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100_sp {
    margin-bottom: 100px !important;
  }
  .u-mb-105_sp {
    margin-bottom: 105px !important;
  }
  .u-mb-110_sp {
    margin-bottom: 110px !important;
  }
  .u-mb-115_sp {
    margin-bottom: 115px !important;
  }
  .u-mb-120_sp {
    margin-bottom: 120px !important;
  }
  .u-mb-125_sp {
    margin-bottom: 125px !important;
  }
  .u-mb-130_sp {
    margin-bottom: 130px !important;
  }
  .u-mb-135_sp {
    margin-bottom: 135px !important;
  }
  .u-mb-140_sp {
    margin-bottom: 140px !important;
  }
  .u-mb-145_sp {
    margin-bottom: 145px !important;
  }
  .u-mb-150_sp {
    margin-bottom: 150px !important;
  }
  .u-mb-155_sp {
    margin-bottom: 155px !important;
  }
  .u-mb-160_sp {
    margin-bottom: 160px !important;
  }
  .u-mb-165_sp {
    margin-bottom: 165px !important;
  }
  .u-mb-170_sp {
    margin-bottom: 170px !important;
  }
  .u-mb-175_sp {
    margin-bottom: 175px !important;
  }
  .u-mb-180_sp {
    margin-bottom: 180px !important;
  }
  .u-mb-185_sp {
    margin-bottom: 185px !important;
  }
  .u-mb-190_sp {
    margin-bottom: 190px !important;
  }
  .u-mb-195_sp {
    margin-bottom: 195px !important;
  }
  .u-mb-200_sp {
    margin-bottom: 200px !important;
  }
  .u-mt-0_sp {
    margin-top: 0px !important;
  }
  .u-mt-1_sp {
    margin-top: 1px !important;
  }
  .u-mt-2_sp {
    margin-top: 2px !important;
  }
  .u-mt-3_sp {
    margin-top: 3px !important;
  }
  .u-mt-4_sp {
    margin-top: 4px !important;
  }
  .u-mt-5_sp {
    margin-top: 5px !important;
  }
  .u-mt-6_sp {
    margin-top: 6px !important;
  }
  .u-mt-7_sp {
    margin-top: 7px !important;
  }
  .u-mt-8_sp {
    margin-top: 8px !important;
  }
  .u-mt-9_sp {
    margin-top: 9px !important;
  }
  .u-mt-10_sp {
    margin-top: 10px !important;
  }
  .u-mt-15_sp {
    margin-top: 15px !important;
  }
  .u-mt-20_sp {
    margin-top: 20px !important;
  }
  .u-mt-25_sp {
    margin-top: 25px !important;
  }
  .u-mt-30_sp {
    margin-top: 30px !important;
  }
  .u-mt-35_sp {
    margin-top: 35px !important;
  }
  .u-mt-40_sp {
    margin-top: 40px !important;
  }
  .u-mt-45_sp {
    margin-top: 45px !important;
  }
  .u-mt-50_sp {
    margin-top: 50px !important;
  }
  .u-mt-55_sp {
    margin-top: 55px !important;
  }
  .u-mt-60_sp {
    margin-top: 60px !important;
  }
  .u-mt-65_sp {
    margin-top: 65px !important;
  }
  .u-mt-70_sp {
    margin-top: 70px !important;
  }
  .u-mt-75_sp {
    margin-top: 75px !important;
  }
  .u-mt-80_sp {
    margin-top: 80px !important;
  }
  .u-mt-85_sp {
    margin-top: 85px !important;
  }
  .u-mt-90_sp {
    margin-top: 90px !important;
  }
  .u-mt-95_sp {
    margin-top: 95px !important;
  }
  .u-mt-100_sp {
    margin-top: 100px !important;
  }
  .u-mt-105_sp {
    margin-top: 105px !important;
  }
  .u-mt-110_sp {
    margin-top: 110px !important;
  }
  .u-mt-115_sp {
    margin-top: 115px !important;
  }
  .u-mt-120_sp {
    margin-top: 120px !important;
  }
  .u-mt-125_sp {
    margin-top: 125px !important;
  }
  .u-mt-130_sp {
    margin-top: 130px !important;
  }
  .u-mt-135_sp {
    margin-top: 135px !important;
  }
  .u-mt-140_sp {
    margin-top: 140px !important;
  }
  .u-mt-145_sp {
    margin-top: 145px !important;
  }
  .u-mt-150_sp {
    margin-top: 150px !important;
  }
  .u-mt-155_sp {
    margin-top: 155px !important;
  }
  .u-mt-160_sp {
    margin-top: 160px !important;
  }
  .u-mt-165_sp {
    margin-top: 165px !important;
  }
  .u-mt-170_sp {
    margin-top: 170px !important;
  }
  .u-mt-175_sp {
    margin-top: 175px !important;
  }
  .u-mt-180_sp {
    margin-top: 180px !important;
  }
  .u-mt-185_sp {
    margin-top: 185px !important;
  }
  .u-mt-190_sp {
    margin-top: 190px !important;
  }
  .u-mt-195_sp {
    margin-top: 195px !important;
  }
  .u-mt-200_sp {
    margin-top: 200px !important;
  }
}
.l-header {
  position: relative;
  aspect-ratio: 1/1;
}
.l-header .p-header_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.l-header .p-header_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header .p-logo {
  position: absolute;
  bottom: 235px;
  left: 5%;
  z-index: 1;
}

.l-footer {
  background: #04305e;
  padding: 80px 15px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.l-footer > dl {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1440px) {
  .l-footer > dl {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 600px;
  }
}
.l-footer > dl dt {
  background: #fff;
  width: 120px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 1441px) {
  .l-footer > dl dt:not(:first-child) {
    margin-left: 40px;
  }
}
@media (max-width: 1440px) {
  .l-footer > dl dt {
    width: 28%;
  }
}
.l-footer > dl dd {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .l-footer > dl dd {
    width: calc(72% - 10px);
  }
}

#home .p-header_section {
  background: url(../img/home/header_all_img@2x.webp) no-repeat center top/100% 100%;
  position: relative;
}
@media (max-width: 750px) {
  #home .p-header_section {
    background: url(../img/home/header_all_img@2x.webp) no-repeat center top/100% auto, #251d7b;
  }
}
#home .p-header_section .p-logo {
  position: absolute;
  top: 75.5vw;
  left: 5%;
  z-index: 1;
}
@media (max-width: 750px) {
  #home .p-header_section .p-logo {
    top: 80vw;
  }
}
#home .p-header_section .p-logo img {
  width: min(460px, 24vw);
  height: auto;
}
@media (max-width: 750px) {
  #home .p-header_section .p-logo img {
    width: min(460px, 35vw);
  }
}
#home .p-header_section .p-intro__title {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__title {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
#home .p-header_section .p-intro__title span {
  font-weight: bold;
  font-size: clamp(36px, 4.4vw, 70px);
  line-height: 1.1;
  letter-spacing: 0.06em;
}
@media (max-width: 370px) {
  #home .p-header_section .p-intro__title span {
    font-size: min(36px, 8.4vw);
  }
}
#home .p-header_section .p-intro__title span.c-text-black {
  width: 100%;
  font-size: clamp(30px, 3vw, 64px);
}
@media (max-width: 370px) {
  #home .p-header_section .p-intro__title span.c-text-black {
    font-size: min(30px, 8.1vw);
  }
}
#home .p-header_section .p-intro__title i {
  width: clamp(30px, 4.4vw, 60px);
  height: clamp(30px, 4.4vw, 60px);
}
#home .p-header_section .p-intro__navy {
  padding: 90vw 0 100px;
}
@media (min-width: 751px) and (max-width: 1440px) {
  #home .p-header_section .p-intro__navy {
    padding: 90vw 0 70px;
  }
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy {
    padding: 110vw 0 50px;
  }
}
#home .p-header_section .p-intro__navy .p-intro__itemwrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__itemwrap {
    flex-direction: column;
    align-items: center;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item {
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px min(40px, 2vw) 40px;
}
@media (min-width: 751px) {
  #home .p-header_section .p-intro__navy .p-intro__item {
    width: 32%;
  }
}
@media (min-width: 751px) and (max-width: 1440px) {
  #home .p-header_section .p-intro__navy .p-intro__item {
    padding: 20px min(10px, 2vw) 20px;
  }
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item {
    padding: min(20px, 4vw);
    display: block;
    width: 100%;
    padding: 20px 4vw 30px;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item > p {
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 34px);
  line-height: 1.45;
  margin-top: 30px;
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item > p {
    font-size: clamp(20px, 6.8vw, 28px);
  }
}
#home .p-header_section .p-intro__navy .p-intro__item > p .c-text-gold {
  font-size: clamp(22px, 3vw, 56px);
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item > p .c-text-gold {
    font-size: clamp(20px, 6.8vw, 28px);
  }
}
#home .p-header_section .p-intro__navy .p-intro__item > p .c-text-gold > span {
  font-size: 64%;
}
#home .p-header_section .p-intro__navy .p-intro__item > p .c-text-gold.c-edging::after {
  -webkit-text-stroke-width: 5px;
  inset: auto 0 auto 0;
}
#home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center {
  gap: 0;
  padding: 20px min(30px, 1.5vw) 40px;
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center {
    padding: 20px 20px 30px;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center > p {
  font-size: clamp(18px, 1.8vw, 36px);
  margin: 0 0 17px;
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center > p {
    font-size: clamp(20px, 6.8vw, 28px);
  }
}
#home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center .c-text-gold:nth-of-type(2) {
  font-size: 90%;
}
#home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center .c-text-gold:nth-of-type(2)::after {
  font-size: 90%;
  width: 92%;
  height: 92%;
  inset: auto 0 0 0;
}
#home .p-header_section .p-intro__navy .p-intro__item.p-intro__item-center .c-text-gold:nth-of-type(2)::before {
  display: none;
}
#home .p-header_section .p-intro__navy .p-intro__item_list {
  width: 96%;
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list {
    margin-top: 20px;
    width: 100%;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item_list li {
  padding: 16px 0 16px min(4vw, 60px);
  background: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 1.2vw, 22px);
  position: relative;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1440px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list li {
    padding: 10px 5px 10px min(4vw, 40px);
  }
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list li {
    padding: 10px 5px 10px 40px;
    font-size: min(16px, 3.7vw);
  }
}
#home .p-header_section .p-intro__navy .p-intro__item_list li + li {
  margin-top: 8px;
}
#home .p-header_section .p-intro__navy .p-intro__item_list li::before {
  position: absolute;
  content: "";
  margin: auto;
  inset: 0 auto 0 min(1.5vw, 15px);
}
@media (min-width: 751px) and (max-width: 1440px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list li::before {
    inset: 0 auto 0 min(1vw, 8px);
  }
}
#home .p-header_section .p-intro__navy .p-intro__item_list li:first-of-type::before {
  background: url("../img/home/icon_digital_gold.svg") no-repeat center center/contain;
  width: min(2vw, 34px);
  height: min(2vw, 34px);
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list li:first-of-type::before {
    width: 24px;
    height: 24px;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item_list li:nth-of-type(2)::before {
  background: url("../img/home/icon_analog_gold.svg") no-repeat center center/contain;
  width: min(1.8vw, 32px);
  height: min(1.5vw, 25px);
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list li:nth-of-type(2)::before {
    width: 24px;
    height: 20px;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item_list li:nth-of-type(3)::before {
  background: url("../img/home/icon_real_gold.svg") no-repeat center center/contain;
  width: min(2.2vw, 38px);
  height: min(1.5vw, 28px);
}
@media (max-width: 750px) {
  #home .p-header_section .p-intro__navy .p-intro__item_list li:nth-of-type(3)::before {
    width: 28px;
    height: 22px;
  }
}
#home .p-header_section .p-intro__navy .p-intro__item_img {
  text-align: center;
}
#home .p-intro_section .p-intro__blue {
  background: #0055a2;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
  padding: 130px 0 100px;
}
@media (min-width: 751px) and (max-width: 1440px) {
  #home .p-intro_section .p-intro__blue {
    padding: 100px 0 70px;
  }
}
@media (max-width: 750px) {
  #home .p-intro_section .p-intro__blue {
    padding: 80px 0 50px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__cardwrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__cardwrap {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf5fc), to(#d0e9ff));
  background: linear-gradient(180deg, #edf5fc 0%, #d0e9ff 100%);
  padding: 50px min(40px, 2.5vw);
  position: relative;
  aspect-ratio: 91/160;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  gap: 0;
}
@media (min-width: 751px) {
  #home .p-intro_section .p-intro__blue .p-intro__card {
    width: 32%;
  }
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card {
    max-width: 580px;
    width: 100%;
    aspect-ratio: inherit;
    padding: 30px 20px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card::before, #home .p-intro_section .p-intro__blue .p-intro__card::after {
  position: absolute;
  content: "";
  top: -10px;
  width: 50%;
  height: calc(100% + 20px);
  z-index: -1;
}
#home .p-intro_section .p-intro__blue .p-intro__card::before {
  background: url(../img/home/frame_left.svg) no-repeat top left/cover;
  left: -10px;
}
@media (min-width: 500px) and (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card::before {
    background-size: contain;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card::after {
  background: url(../img/home/frame_right.svg) no-repeat top right/cover;
  right: -10px;
}
@media (min-width: 500px) and (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card::after {
    background-size: contain;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_icon {
  background: #c7a504;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_icon {
    width: 100px;
    height: 100px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_icon span {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 900;
}
#home .p-intro_section .p-intro__blue .p-intro__card_title {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 38px);
  font-weight: bold;
  padding-top: 45px;
  letter-spacing: 0;
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_title {
    font-size: clamp(20px, 6.8vw, 28px);
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_title span {
  font-weight: 600;
  font-size: clamp(14px, 1.4vw, 20px);
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_title span {
    font-size: 16px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_img {
  text-align: center;
  max-width: 66%;
  margin: 0 auto;
  aspect-ratio: 31/44;
}
@media (min-width: 751px) and (max-width: 1440px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_img {
    margin: 10px auto 0;
  }
}
@media (max-width: 750px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_img {
    max-width: 240px;
    margin: 10px auto 0;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_text {
  font-size: clamp(14px, 1.5vw, 26px);
  line-height: 1.4;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_text {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_btn {
    margin: 0 20px 10px;
  }
}
@media (max-width: 370px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_btn {
    margin: 0 10px 10px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_difficulty {
  display: flex;
  margin-top: 15px;
}
#home .p-intro_section .p-intro__blue .p-intro__card_difficulty dt {
  background: #000;
  color: #fff;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_difficulty dt {
    font-size: 14px;
  }
}
#home .p-intro_section .p-intro__blue .p-intro__card_difficulty dd {
  background: #fff;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 9px;
}
#home .p-intro_section .p-intro__blue .p-intro__card_difficulty img {
  width: min(36px, 2vw);
  height: min(34px, 2vw);
}
@media (max-width: 1440px) {
  #home .p-intro_section .p-intro__blue .p-intro__card_difficulty img {
    width: 20px;
    height: 20px;
  }
}
#home .p-japan_section {
  background: url(../img/home/cloud_bottom@2x.png) no-repeat center bottom/100% auto, -webkit-gradient(linear, left top, left bottom, from(#6cbfe9), to(#a4dbf0));
  background: url(../img/home/cloud_bottom@2x.png) no-repeat center bottom/100% auto, linear-gradient(180deg, #6cbfe9 0%, #a4dbf0 100%);
  padding: 100px 0 164px;
  position: relative;
}
@media (max-width: 750px) {
  #home .p-japan_section {
    padding: 56px 0 130px;
  }
}
#home .p-japan_section::before, #home .p-japan_section::after {
  position: absolute;
  content: "";
}
#home .p-japan_section::before {
  background: url(../img/home/bg_fuji@2x.webp) no-repeat left bottom/contain;
  width: 100%;
  height: 368px;
  z-index: 2;
  bottom: 0;
  left: 0;
  max-height: 19vw;
}
@media (max-width: 750px) {
  #home .p-japan_section::before {
    height: 160px;
    background: url(../img/home/bg_fuji_sp@2x.webp) no-repeat left top/cover;
    max-height: inherit;
  }
}
#home .p-japan_section::after {
  background: url(../img/home/cloud_top@2x.png) no-repeat center top/100% auto;
  width: 100%;
  height: 620px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 750px) {
  #home .p-japan_section::after {
    background: url(../img/home/cloud_top_sp@2x.png) no-repeat center top/100% auto;
  }
}
#home .p-japan_section .p-japan__content {
  background: url(../img/home/bg_white@2x.png) no-repeat center top/100% calc(100% - 100px);
  position: relative;
  z-index: 0;
  padding: 50px min(100px, 5vw) min(200px, 10vw);
  width: auto;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__content {
    padding: 30px 20px 40px;
    background: url(../img/home/bg_white_sp@2x.png) no-repeat center top/100% 100%;
  }
}
#home .p-japan_section .p-japan__content::before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 140px);
  top: 20px;
  left: 20px;
  border: 2px solid #c7a504;
  pointer-events: none;
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__content::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
    border-width: 1px;
  }
}
#home .p-japan_section .p-japan__content .p-japan__title_img {
  text-align: center;
}
#home .p-japan_section .p-japan__content .p-japan__title_img img {
  max-width: 33vw;
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__content .p-japan__title_img img {
    max-width: 70vw;
  }
}
#home .p-japan_section .p-japan__wrap {
  display: flex;
  align-items: center;
  gap: min(70px, 5vw);
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__wrap {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 751px) {
  #home .p-japan_section .p-japan__wrap .p-japan__text {
    flex: 1 0 42%;
  }
}
#home .p-japan_section .p-japan__wrap .p-japan__text .p-japan__subtitle {
  font-size: clamp(24px, 2.5vw, 42px);
  font-weight: 900;
  line-height: 1.5;
  margin: 25px 0 40px;
  color: #00266b;
}
@media (max-width: 750px) {
  #home .p-japan_section .p-japan__wrap .p-japan__text .p-japan__subtitle {
    font-size: 18px;
    margin: 25px 0 20px;
  }
}
#home .p-japan_section .p-japan__wrap .p-japan__text p {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 751px) {
  #home .p-japan_section .p-japan__wrap .p-japan__img {
    flex: 1 0 39%;
  }
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__wrap .p-japan__img {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__wrap .p-japan__img img {
    max-width: 350px;
    width: 100%;
  }
}
#home .p-japan_section .p-japan__app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 160px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__app {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
#home .p-japan_section .p-japan__app > div {
  display: flex;
  align-items: center;
  gap: 40px;
}
#home .p-japan_section .p-japan__app > div:first-of-type {
  position: relative;
}
@media (min-width: 1441px) {
  #home .p-japan_section .p-japan__app > div:first-of-type::before {
    position: absolute;
    content: "";
    background: #ccc;
    width: 1px;
    height: 90%;
    right: -80px;
    top: 5%;
    margin: auto;
  }
}
#home .p-japan_section .p-japan__app .app_img a:hover {
  opacity: 0.8;
}
@media (max-width: 1440px) {
  #home .p-japan_section .p-japan__app .app_qr {
    display: none;
  }
}

@media (min-width: 751px) {
  .c-sp {
    display: none;
  }
}

@media (min-width: 1441px) {
  .c-sptab {
    display: none;
  }
}

@media (max-width: 750px) {
  .c-tabpc {
    display: none;
  }
}

@media (max-width: 1440px) {
  .c-pc {
    display: none;
  }
}

/***********************
　　　レイアウト
*************************/
.l-main {
  display: block;
  width: 100%;
  position: relative;
  /* margin-top: -235px; */
}

.c-inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 min(96px, 5vw);
}

/***********************
  　　　装飾
*************************/
.c-edging {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.c-edging::after {
  position: absolute;
  content: attr(data-text);
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  margin: auto;
}
@media (min-width: 751px) and (max-width: 1440px) {
  .c-edging::after {
    -webkit-text-stroke-width: 8px;
  }
}
@media (max-width: 750px) {
  .c-edging::after {
    -webkit-text-stroke-width: 6px;
  }
}

.c-text-blue {
  color: #12469a;
}

.c-text-red {
  color: #a31f24;
}

.c-text-black {
  color: #001b38;
}

.c-text-gold {
  /* background: linear-gradient(180deg, #dfb52e 0%, #865200 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #c7a504;
}
.c-text-gold::before {
  position: absolute;
  content: attr(data-text);
  background: -webkit-gradient(linear, left top, left bottom, from(#dfb52e), to(#865200));
  background: linear-gradient(180deg, #dfb52e 0%, #865200 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: auto;
  font-weight: bold;
}

/***********************
　　　リンク
*************************/
.c-btn {
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 900;
  border-radius: 38.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003394), to(#001947));
  background: linear-gradient(180deg, #003394 0%, #001947 100%);
  display: block;
  max-width: 600px;
  width: 100%;
  padding: 25px 30px 25px 20px;
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .c-btn {
    border-radius: 10px;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn::before, .c-btn::after {
  position: absolute;
  content: "";
}
.c-btn::before {
  background: url(../img/home/icon_arrow_gold.svg) no-repeat center center/contain;
  width: 12px;
  height: 22px;
  margin: auto;
  inset: 0 40px 0 auto;
}
.c-btn::after {
  border: 1px solid #c7a504;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 38.5px;
}
@media (max-width: 750px) {
  .c-btn::after {
    border-radius: 10px;
  }
}
.c-btn.c-center {
  margin: 0 auto;
}
.c-btn.c-btn--large {
  font-size: clamp(20px, 2.6vw, 32px);
  max-width: 1000px;
  border-radius: 118px;
}
@media (min-width: 751px) and (max-width: 1440px) {
  .c-btn.c-btn--large {
    max-width: 600px;
  }
}
@media (max-width: 750px) {
  .c-btn.c-btn--large {
    border-radius: 10px;
  }
}
.c-btn.c-btn--large::before {
  width: 19px;
  height: 34px;
}
.c-btn.c-btn--large::after {
  border-radius: 118px;
}
@media (max-width: 750px) {
  .c-btn.c-btn--large::after {
    border-radius: 10px;
  }
}
.c-btn.c-btn--large span {
  font-size: 62.5%;
  display: block;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .c-btn.c-btn--large span {
    display: none;
  }
}
.c-btn.c-btn--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(180deg, #fff 0%, #dadada 100%);
  color: #000000;
}
.c-btn.c-btn--gray::before {
  background: url(../img/home/icon_arrow_black.svg) no-repeat center center/contain;
}
.c-btn.c-btn--gray::after {
  border-color: #000000;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}