/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}
*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: initial;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  color: inherit;
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  appearance: button;
}
button,
input,
select,
textarea {
  border-style: none;
  background-color: initial;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: initial;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
*,
:after,
:before {
  box-sizing: border-box;
}
::selection {
  background-color: #ffe8d8;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}
body {
  color: #262626;
  font-size: 1.8rem;
  line-height: 1.75;
  font-family:
    Noto Sans JP,
    sans-serif;
}
a {
  color: #e46002;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
  list-style-position: inside;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
picture img {
  width: 100%;
  height: auto;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  text-align: left;
  word-break: break-all;
}
address {
  font-style: normal;
}
iframe {
  vertical-align: bottom;
}
fieldset {
  border: none;
}
input::-ms-clear {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-opacity: 0;
  appearance: none;
  position: absolute;
  opacity: 0;
}
[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../icons/site-icon.woff?rev) format("woff");
  font-family: site-icon;
}
[class*=" icon-"],
[class^="icon-"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: site-icon !important;
  text-decoration: none;
  text-transform: none;
}
.icon-arrow:before {
  content: "";
}
.l-body {
  position: relative;
}
.l-wrapper {
  padding-top: 88px;
}
.l-backlayer {
  visibility: hidden;
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition:
    visibility 0.5s ease,
    opacity 0.5s ease;
}
.is-nav-active .l-backlayer {
  visibility: visible;
  opacity: 1;
}
.l-breadcrumbs {
  margin-top: 24px;
  padding: 0 160px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.l-breadcrumbs ol {
  display: flex;
  gap: 24px;
  color: #696969;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.54px;
}
.l-breadcrumbs ol li {
  white-space: nowrap;
}
.l-breadcrumbs ol li:nth-child(n + 2) {
  position: relative;
}
.l-breadcrumbs ol li:nth-child(n + 2):before {
  -webkit-mask: url(../images/common/icon_chev.svg);
  -webkit-mask-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 8px;
  height: 16px;
  transform: translateY(-50%);
  background: #696969;
  content: "";
  mask: url(../images/common/icon_chev.svg);
  mask-size: contain;
}
.l-cookie-notice {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background: rgba(228, 96, 2, 0.9);
  box-shadow: 10px 10px 25px 15px hsla(0, 0%, 100%, 0.06);
  color: #fff;
  font-size: 1.3rem;
}
.l-cookie-notice.show {
  display: block;
}
.l-cookie-notice__content {
  position: relative;
  padding-right: 60px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.l-cookie-notice a {
  color: #fff;
}
.l-cookie-notice__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  transition: 0.5s ease;
}
.l-cookie-notice__close button {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-cookie-notice__close button:after,
.l-cookie-notice__close button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 24px;
  margin: auto;
  background: #fff;
  content: "";
}
.l-cookie-notice__close button:before {
  rotate: -45deg;
}
.l-cookie-notice__close button:after {
  rotate: 45deg;
}
.l-footer {
  background: #e46002;
}
.l-footer_inner {
  padding: 32px 160px 40px;
  background: #ffe8d8;
}
.l-footer .c-title {
  max-width: 610px;
  margin: 0 auto 16px;
  padding: 8px 56px;
  font-weight: 500;
  font-size: 2rem;
}
.l-footer .u-color-text {
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
}
.l-footer .u-text-en {
  font-weight: 400;
  font-size: 3.8rem;
  line-height: 100%;
  letter-spacing: -0.76px;
}
.l-footer .u-text-en span {
  padding: 0 0.3rem;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 100%;
}
.l-footer .tel {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.l-footer .tel figure {
  margin: 0;
  display: flex;
  align-items: center;
}
.l-footer .tel figure img {
  width: 40px;
  height: 40px;
}
.l-footer .tel p {
  margin: 0;
}
.l-footer .address {
  display: grid;
  justify-content: center;
}
.l-footer .address {
  grid-template-columns: repeat(2, auto);
  margin-top: 0.6rem;
  gap: 3rem;
}
.l-footer .address p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
}
.l-footer .address p:first-child {
  margin-bottom: 2.1333333333vw;
}
.l-footer small {
  display: block;
  padding: 16px 0;
  background: #e46002;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.2px;
  text-align: center;
}
.l-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: box-shadow 0.5s ease;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 24px 160px;
}
.l-header__logo {
  margin: auto 0;
}
.l-header__logo a {
  display: flex;
}
.l-header__logo img {
  aspect-ratio: 63.64/40;
  width: 63.636px;
  height: 40px;
}
.l-inner {
  max-width: 1168px;
  margin-inline: auto;
  padding-inline: 24px;
}
.l-main {
  max-width: 100%;
}
.l-mv {
  align-items: center;
  height: 47.66rem; /* 1.3x of 36.66rem */
  background: url(../images/common/mv_bg.png) no-repeat;
  background-size: cover;
}
.l-mv,
.l-mv_inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-mv_inner {
  flex-direction: column;
  align-items: flex-start;
}
.l-mv_inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 5.6rem;
}
.l-mv_inner h2 span:first-child {
  display: inline;
  padding: 1.4rem 1.6rem;
  border: 2px solid var(--White, #fff);
  line-height: 100%;
  letter-spacing: 2.4px;
}
.l-mv_inner h2 span:nth-child(2) {
  margin-top: 1.6rem;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.l-mv_inner h2 span:nth-child(3) {
  margin-bottom: 1.6rem;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.l-mv_inner h2 .sp-only {
  display: none;
}
.l-period {
  margin: 0 auto;
}
.l-period_inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  padding: 16px;
  border-top: 1px solid var(--White, #fff);
  border-bottom: 1px solid var(--White, #fff);
}
.l-period_inner_l {
  padding-right: 12px;
}
.l-period_inner_l p {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.l-period_inner_r {
  display: flex;
  align-items: center;
  padding-left: 12px;
  gap: 8px;
  border-left: 1px solid var(--White, #fff);
  color: #fff;
  line-height: 0;
}
.l-period_inner_r figure {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-period_inner_r .vertical {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 100%;
}
.l-period_inner_r .u-text-en {
  font-weight: 400;
  font-size: 4.6rem;
}
.l-period_inner_r .ymd {
  font-weight: 800;
  font-size: 1.8rem;
}
.l-period_inner_r .week {
  font-weight: 700;
  font-size: 1.8rem;
}
.l-period_inner_r .week:before {
  content: "(";
}
.l-period_inner_r .week:after {
  content: ")";
}
.l-period_inner_r small {
  font-weight: 700;
  font-size: 1.2rem;
}
.l-period_inner_r-date {
  white-space: nowrap;
}
.l-contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.6rem 2rem 0;
}
.l-contents .u-d-flex {
  column-gap: 30px;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}
.l-footer_inner.l-info .address {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  row-gap: 2rem;
  justify-items: center;
}
.l-footer_inner.l-info .address p {
  margin-bottom: 0;
}
.l-nav__lg {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.l-nav__lg ul {
  display: flex;
  column-gap: 24px;
  align-items: center;
  list-style: none;
}
.l-nav__lg ul li {
  border: 1px solid #e46002;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.56px;
}
.l-nav__lg ul li:nth-of-type(n + 2) {
  margin-left: 10px;
}
.l-nav__lg ul li p {
  padding: 14px 16px;
}
.l-nav__mega {
  visibility: hidden;
  z-index: 999;
  position: fixed;
  top: 18.6666666667vw;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 8px 20px 26px;
  overflow-y: auto;
  background-color: #ffe8d8;
  opacity: 0;
  transition:
    visibility 0.5s ease,
    opacity 0.5s ease;
}
.l-nav__mega a {
  pointer-events: none;
}
.is-nav-active .l-nav__mega a {
  pointer-events: auto;
}
.l-nav__mega nav {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.l-nav__mega nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}
.l-nav__mega nav ul li {
  border-bottom: 1px solid #e46002;
}
.l-nav__mega nav ul li a {
  display: block;
  position: relative;
  padding: 24px 16px;
  color: #e46002;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}
.l-nav__mega nav ul li a:after {
  -webkit-mask: url(../images/common/icon_arr.svg) center/contain
    no-repeat;
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  background: #e46002;
  content: "";
  mask: url(../images/common/icon_arr.svg) center/contain no-repeat;
}
.is-nav-active .l-nav__mega {
  visibility: visible;
  opacity: 1;
}
.js-accordion {
  cursor: pointer;
}
.js-accordion + * {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.js-accordion + * > * {
  overflow: hidden;
}
.js-accordion.is-opened + * {
  grid-template-rows: 1fr;
}
.c-accordion--btn {
  position: relative;
  padding: 16px 52px 16px 16px;
  background-color: #555ada;
  color: #fff;
  font-size: 1.6rem;
}
.c-accordion--btn:after,
.c-accordion--btn:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 20px;
  height: 4px;
  transform: scaleY(0.5);
  border-radius: 1px;
  background-color: #fff;
  content: "";
  transition:
    rotate 0.5s ease,
    opacity 0.5s ease,
    background-color 0.5s ease;
}
.c-accordion--btn:after {
  rotate: 90deg;
}
.c-accordion--btn.is-opened:after {
  rotate: 180deg;
}
.c-accordion--item {
  padding: 16px;
  font-size: 1.6rem;
}
.c-btn-pdf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 80px;
  padding: 16px 24px;
  border: 2px solid #ff5a5f;
  border-radius: 10px;
  background: #ffe8e9;
  color: #262626;
  transition: opacity 0.5s ease;
}
.c-btn-pdf figure {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn-pdf .u-d-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-pdf .u-d-flex span {
  display: inline-block;
  text-align: center;
}
.c-btn-pdf .u-d-flex .u-text-en {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0.96px;
}
.c-btn-pdf .u-d-flex .u-text-jp {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 110%;
  letter-spacing: 0.42px;
}
.c-btn-pdf.slim {
  width: 420px;
}
.c-btn-form {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 411px;
  margin: 0 auto 40px;
  padding: 20px 24px;
  gap: 5px;
  border-radius: 99px;
  background: #e46002;
  line-height: 1;
  transition: opacity 0.5s ease;
}
.c-btn-form span {
  color: #fff;
}
.c-btn-form span:first-child {
  font-weight: 700;
  font-size: 2.8rem;
}
.c-btn-form span:nth-child(2) {
  font-weight: 600;
  font-size: 1.4rem;
}
.c-btn-form:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}
.c-btn-exl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 296px;
  height: 80px;
  padding: 16px 24px;
  gap: 0.8rem;
  border: 1px solid #262626;
  border-radius: 10px;
  background: #fff;
  color: #262626;
}
.c-btn-exl .u-d-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-btn-exl .u-d-flex span {
  display: inline-block;
  text-align: center;
}
.c-btn-exl .u-d-flex .u-text-jp {
  font-weight: 600;
  font-size: 1.4rem;
}
.c-btn-exl .u-d-flex .u-text-jp:first-child {
  font-size: 2.8rem;
  line-height: 115%;
}
.c-btn-exl .u-d-flex .u-text-jp:nth-child(2) {
  line-height: 110%;
  letter-spacing: 0.42px;
}
.c-btn-wt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 411px;
  margin: 0 auto;
  padding: 26px 24px;
  border: 1px solid #e46002;
  border-radius: 10px;
}
.c-btn-wt span {
  color: #e46002;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0.84px;
}
.c-btn-solid {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 288px;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: 999px;
  background: #e46002;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  transition: opacity 0.5s ease;
}
.c-btn-solid:after {
  -webkit-mask: url(../images/common/icon_arr.svg) center/contain
    no-repeat;
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  content: "";
  mask: url(../images/common/icon_arr.svg) center/contain no-repeat;
}
.c-btn-tab {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 288px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #e46002;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  transition: opacity 0.5s ease;
}
.c-btn-tab:after {
  -webkit-mask: url(../images/common/icon_tab.svg) center/contain
    no-repeat;
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  content: "";
  mask: url(../images/common/icon_tab.svg) center/contain no-repeat;
}
.c-btn-back {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 288px;
  margin: 0 auto;
  padding: 14px 24px;
  border: 1px solid #e46002;
  border-radius: 999px;
  background: #fff;
  color: #e46002;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  transition: opacity 0.5s ease;
}
.c-btn-back:after {
  -webkit-mask: url(../images/common/icon_arr.svg) center/contain
    no-repeat;
  position: absolute;
  left: 24px;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  background-color: #e46002;
  content: "";
  mask: url(../images/common/icon_arr.svg) center/contain no-repeat;
}
.c-color-area {
  padding: 3.2rem;
  background-color: #ffe8d8;
}
.c-form {
  --font-size: max(1.4rem, 16px);
  --color-err: #d10000;
  --color-focus: #e46002;
  --input-bg: #fff;
  --input-height: 56px;
  --input-pd: 12px 24px;
  --input-border: solid 1px;
  --input-short: 400px;
  --radio-width: 20px;
  --radio-gap: 16px;
  --radio-color: #e46002;
  --radio-border: solid 1px;
  --chkbox-width: 20px;
  --chkbox-color: #e46002;
  --chkbox-border: solid 1px;
  --chkbox-gap: 16px;
  --chkbox-radius: 4px;
}
.c-form input,
.c-form select,
.c-form textarea {
  outline: 0;
  background: var(--input-bg);
  font-size: var(--font-size);
}
.c-form select,
.c-input,
.c-textarea {
  padding: var(--input-pd);
}
.c-input,
.c-textarea {
  width: 100%;
  height: var(--input-height);
  border: var(--input-border);
}
.c-input[aria-invalid="true"],
[aria-invalid="true"].c-textarea {
  border-color: var(--color-err);
}
.c-input:focus,
.c-textarea:focus {
  border-color: var(--color-focus);
}
.c-input textarea,
.c-textarea textarea {
  width: 100%;
  padding: var(--input-pd);
  border: var(--input-border);
}
.is-validated .c-input textarea,
.is-validated .c-textarea textarea {
  border-color: var(--color-err);
}
.c-input textarea:focus,
.c-textarea textarea:focus {
  border-color: var(--color-focus);
}
.-short.c-textarea,
.c-input.-short {
  width: var(--input-short);
}
.c-passwd {
  display: flex;
  position: relative;
  align-items: center;
}
.c-passwd-btn {
  z-index: 1;
  aspect-ratio: 1;
  height: var(--input-height);
  inset: 0 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><clipPath id="a"><path transform="translate(-8562 -2515)" fill="%23fff" stroke="%23707070" d="M0 0h200v200H0z"/></clipPath></defs><g transform="translate(8562 2515)" clip-path="url(%23a)"><g fill="%234b4b4b"><path d="M-8379.214-2424.067c-8.693-14.146-31.568-39.933-82.809-39.933-51.043 0-73.938 25.589-82.707 39.769a17.534 17.534 0 000 18.387c8.769 14.18 31.664 39.769 82.707 39.769 51.241 0 74.116-25.788 82.809-39.933a17.276 17.276 0 000-18.059zm-45.292 14a37.845 37.845 0 11-42.492-42.492 37.915 37.915 0 0142.492 42.497z"/><path d="M-8453.402-2419.768a6.581 6.581 0 01-4.435-4.409 6.674 6.674 0 013.66-8.065 18.683 18.683 0 00-7.846-1.713 18.936 18.936 0 00-18.915 19.2 19.172 19.172 0 0018.628 18.628 18.9 18.9 0 0017.079-27.606 6.71 6.71 0 01-8.171 3.965z"/></g></g></svg>');
  background-position: 50%;
  background-size: calc(var(--input-height) * 0.4);
}
.c-passwd-btn.-off {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><clipPath id="a"><path transform="translate(-8491 -3359)" fill="%23fff" stroke="%23707070" d="M0 0h200v200H0z"/></clipPath><clipPath id="b"><path transform="matrix(0 -1 1 0 0 209.35)" fill="none" d="M0 0h209.35v37.396H0z"/></clipPath></defs><g transform="translate(8491 3359)" clip-path="url(%23a)"><g fill="%234b4b4b"><path d="M-8308.243-3268.301c-8.707-14.169-31.62-40-82.947-40-51.128 0-74.062 25.631-82.846 39.835a17.563 17.563 0 000 18.418c8.784 14.2 31.717 39.836 82.846 39.836 51.327 0 74.24-25.831 82.947-40a17.3 17.3 0 000-18.089zm-45.367 14.028a37.908 37.908 0 11-42.563-42.563 37.979 37.979 0 0142.563 42.563z"/><path d="M-8382.554-3263.996a6.591 6.591 0 01-4.442-4.416 6.685 6.685 0 013.666-8.078 18.715 18.715 0 00-7.859-1.716 18.968 18.968 0 00-18.946 19.236 19.2 19.2 0 0018.659 18.66 18.932 18.932 0 0017.108-27.652 6.721 6.721 0 01-8.186 3.966z"/></g><g transform="rotate(60 -1273.005 -8860.243)" clip-path="url(%23b)"><path fill="%234b4b4b" d="M10.017 209.35V0h17.362v209.35z"/></g></g></svg>');
}
.c-textarea {
  height: auto;
}
.c-radio {
  display: flex;
  align-items: center;
}
.c-radio__list {
  display: flex;
  flex-direction: column;
  gap: var(--radio-gap);
}
.c-radio input:checked + .c-radio__icon {
  border-color: #e46002;
}
.c-radio input:checked + .c-radio__icon:after {
  scale: 1;
}
.c-radio input:focus + .c-radio__icon {
  box-shadow: 0 0 0 0.25rem rgba(228, 96, 2, 0.25);
}
.c-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-radio__icon {
  position: relative;
  aspect-ratio: 1;
  width: var(--radio-width);
  margin-right: 0.5em;
  border: var(--radio-border);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s ease;
}
.c-radio__icon:after {
  position: absolute;
  aspect-ratio: 1;
  width: 65%;
  margin: auto;
  inset: 0;
  transform-origin: center;
  scale: 0;
  border-radius: 50%;
  background: var(--radio-color);
  content: "";
  transition: 0.5s ease;
}
.c-chkbox {
  display: flex;
  align-items: center;
}
.c-chkbox__list {
  display: flex;
  flex-direction: column;
  gap: var(--chkbox-gap);
}
.c-chkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-chkbox input:focus + .c-chkbox__icon {
  box-shadow: 0 0 0 0.25rem rgba(228, 96, 2, 0.25);
}
.c-chkbox input:checked + .c-chkbox__icon {
  background: var(--chkbox-color);
}
.c-chkbox input:checked + .c-chkbox__icon:after {
  scale: 1;
}
.c-chkbox__icon {
  display: inline-block;
  appearance: none;
  position: relative;
  aspect-ratio: 1;
  width: var(--chkbox-width);
  margin-right: 0.5em;
  border: var(--chkbox-border);
  background: #fff;
  transition: 0.3s ease;
}
.c-chkbox__icon:after {
  position: absolute;
  aspect-ratio: 3/5;
  width: 35%;
  margin: auto;
  inset: 0;
  transform-origin: center;
  translate: 0 -10%;
  rotate: 45deg;
  scale: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transition: 0.3s ease;
}
.c-select {
  position: relative;
  width: 100%;
  border: var(--input-border);
  background: var(--input-bg);
}
.c-select:has([aria-invalid="true"]) {
  border-color: var(--color-err);
}
.c-select:after {
  position: absolute;
  aspect-ratio: 1;
  height: 100%;
  margin: auto;
  inset: 0 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="38"><g fill="%231f1d1d"><path d="M10 0l10 17.137H0zM10 38L0 20.863h20z"/></g></svg>');
  background-position: 50%;
  background-size: 10px;
  content: "";
}
.c-select select {
  z-index: 2;
  position: relative;
  width: 100%;
  height: var(--input-height);
  padding-right: var(--input-height);
  background: transparent;
  cursor: pointer;
}
.c-hamburger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-hamburger span {
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  transform-origin: center;
  background-color: #262626;
  transition: 0.5s ease;
}
.c-hamburger span:first-of-type {
  top: 10px;
}
.c-hamburger span:nth-of-type(2) {
  top: 19px;
}
.c-hamburger span:nth-of-type(3) {
  bottom: 10px;
}
.is-nav-active .c-hamburger span:first-of-type {
  top: calc(50% - 1px);
  transform: rotate(-315deg);
}
.is-nav-active .c-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.is-nav-active .c-hamburger span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  transform: rotate(315deg);
}
.c-list {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 3.2rem;
  color: #262626;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 100%;
}
.c-list:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: #e46002;
  content: "";
}
h4.c-list {
  font-weight: 700;
}
.c-list-num {
  position: relative;
  margin-left: 35px;
}
.c-list-num.-first:before {
  position: absolute;
  top: 0;
  left: -35px;
  content: "（1）";
}
.c-list-num.-second:before {
  position: absolute;
  top: 0;
  left: -35px;
  content: "（2）";
}
.c-list-num-text li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list-paren {
  counter-reset: counter;
}
.c-list-paren > li {
  position: relative;
  padding-left: 1.8em;
  counter-increment: counter;
}
.c-list-paren > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(counter) ")";
}
.c-list-disc.-sub {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
.c-list-disc li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-disc li:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #262626;
  content: "";
}
.c-list-title-01 {
  display: block;
  margin-block: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #696969;
}
.c-list-title-02 {
  display: block;
}
.c-list__indent {
  padding-left: 3.2rem;
}
.c-pagination {
  --circle-width: 48px;
  --circle-gap: 12px;
  --font-size: 1.6rem;
  --font-weight: 400;
  --color-bg: #e46002;
  --color-hover: #e46002;
  margin-top: 88px;
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--circle-gap);
}
.c-pagination__item {
  font-weight: var(--font-weight);
  font-size: var(--font-size);
}
.c-pagination__item a,
.c-pagination__item a .arr,
.c-pagination__item a .arr:after,
.c-pagination__item a .arr:before,
.c-pagination__item a .num,
.c-pagination__item a .num:after,
.c-pagination__item a .num:before {
  transition: 0.5s ease;
}
.c-pagination__item .arr,
.c-pagination__item .dotted,
.c-pagination__item .num {
  display: inline-block;
  aspect-ratio: 1/1;
  width: var(--circle-width);
  border-radius: 50%;
}
.c-pagination__item .arr,
.c-pagination__item .num {
  background-color: var(--color-bg);
}
.c-pagination__item .num {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-en);
}
.c-pagination__item .arr {
  display: block;
  position: relative;
}
.c-pagination__item .dotted {
  display: grid;
  place-items: center;
  color: var(--color-bg);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-en);
  letter-spacing: 0;
}
.c-pagination__item.page--current .num {
  border: 1px solid var(--color-bg);
  background-color: var(--color-bg);
  color: #fff;
  pointer-events: none;
}
.c-pagination__item.page--next .arr:after,
.c-pagination__item.page--prev .arr:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 54%;
  aspect-ratio: 1/1;
  width: 16px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: "";
}
.c-pagination__item.page--next._double .arr:after,
.c-pagination__item.page--prev._double .arr:after {
  -webkit-mask: url(/assets/images/common/icon_arr_double.svg) center/contain
    no-repeat;
  top: 50%;
  left: 52%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #fff;
  content: "";
  mask: url(/assets/images/common/icon_arr_double.svg) center/contain no-repeat;
}
.c-pagination__item.page--prev .arr:after {
  left: 18% !important;
  scale: -1 1;
}
.c-part-anchor {
  padding: 24px 24px 32px;
  background-color: #f5f6f6;
}
.c-part-anchor--head {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
.c-part-anchor--list > li {
  border-bottom: 1px solid #d6d6d6;
}
.c-part-anchor--list a {
  display: block;
  position: relative;
  padding: 8px 24px 8px 0;
  transition: opacity 0.5s ease;
}
.c-part-anchor--list a:after {
  display: inline-block;
  position: absolute;
  aspect-ratio: 1/1;
  width: 16px;
  margin: auto;
  inset: 0 0 0 auto;
  background: url(/assets/images/common/icon_down.svg) no-repeat 50% / contain;
  content: "";
}
.c-period {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2727272727;
}
.c-period time .num {
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 1.1034482759;
  font-family: Roboto, sans-serif;
}
.c-period time small {
  color: #262626;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-postBody > * {
  margin-block: 1em;
}
.c-postBody h3 {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.c-postBody h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 15/15;
  width: 15px;
  transform: translateY(-50%);
  content: "";
}
.c-postBody h4 {
  font-size: 2.4rem;
  line-height: 1.625;
}
.c-postBody h4,
.c-postBody h5 {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-postBody h5 {
  position: relative;
  padding-left: 24px;
  font-size: 1.8rem;
  line-height: 2.1666666667;
}
.c-postBody h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  background-color: #262626;
  content: "";
}
.c-postBody a,
.c-postBody p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.c-postBody a {
  color: #e46002;
  text-decoration: underline;
  transition: opacity 0.5s ease;
}
.c-postBody figcaption {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}
.c-postBody ul li {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.c-postBody ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  background-color: #e46002;
  content: "";
}
.c-postBody ul li:last-child {
  margin-bottom: 0;
}
.c-postBody ol {
  counter-reset: number;
}
.c-postBody ol li {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  counter-increment: number;
}
.c-postBody ol li:before {
  position: absolute;
  left: 0;
  content: counter(number) ".";
  color: #e46002;
}
.c-postBody ol li:last-child {
  margin-bottom: 0;
}
.c-postBody blockquote {
  position: relative;
  padding: 48px 64px;
  border-block: 1px solid;
}
.c-postBody blockquote:after {
  position: absolute;
  top: 56px;
  left: 0;
  width: 32px;
  height: 30px;
  content: "";
}
.c-postBody table {
  border: 1px solid;
  border-bottom: none;
}
.c-postBody table tr {
  border-bottom: 1px solid;
}
.c-postBody table tr td,
.c-postBody table tr th {
  padding: 24px;
  text-align: left;
}
.c-postBody table tr th {
  border-right: 1px solid;
  background-color: #e7ebf0;
  font-weight: 700;
}
.c-postBody table tr td,
.c-postBody table tr th {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.c-postBody table tr td {
  font-weight: 500;
}
.c-postBody img.alignleft {
  display: block;
  width: 50%;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}
.c-postBody img.aligncenter {
  display: block;
  margin-inline: auto;
}
.c-postBody img.alignright {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
}
.c-postBody .wp-block-buttons.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.c-postBody .wp-block-buttons.is-vertical {
  flex-direction: column;
}
.c-postBody .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.c-postBody .wp-block-button {
  display: inline-block;
  margin: 0;
}
.c-postBody .wp-block-button__link {
  display: inline-block;
  border: 1px solid #e46002;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  cursor: pointer;
}
.c-postBody .wp-block-media-text {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-postBody .has-large-font-size {
  font-weight: bolder;
  font-size: 1.25em;
}
.c-postBody .wp-block-columns {
  display: flex;
  gap: 2em;
}
.c-postBody iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-postBody .clear {
  clear: both;
}
.js-scroll {
  translate: 0 30px;
  opacity: 0;
  transition:
    opacity 0.5s ease,
    translate 0.5s ease;
}
.js-scroll.is-show {
  translate: 0 0;
  opacity: 1;
}
.c-section {
  margin-bottom: 5.6rem;
}
.c-section.-sub {
  margin-bottom: 2.4rem;
  border-radius: 6px;
  overflow: hidden;
}
.c-section.-sub .c-color-area .c-btn-pdf {
  margin-right: 10px;
  border: 2px solid #ff5a5f;
  background: #ffe8e9;
  color: #262626;
}
.c-section.-list {
  padding-left: 3em;
}
.c-section.-list.pl-none {
  padding-left: 0;
}
.c-section.-list.pl-none ol,
.c-section.-list.pl-none p {
  padding-left: 2.5rem;
}
.c-section.-list h4.-li {
  text-indent: -2.6em;
}
.c-section.-list h4.-li.idt-none {
  text-indent: 0;
}
.c-section.-list h4.-li.idt-none:before {
  top: 1.8rem !important;
}
.c-section .c-p {
  margin-bottom: 2.4rem;
}
.c-section .l-period_inner_r {
  justify-content: center;
  color: #262626;
}
.c-section .l-period_inner_r figure img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(3%) saturate(289%)
    hue-rotate(314deg) brightness(102%) contrast(83%);
}
.c-section .u-d-flex:nth-child(3) {
  margin-top: 40px;
}
.c-section .u-d-flex_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 16px;
}
.c-section .u-d-flex_row.g32 {
  gap: 32px;
}
.c-section .u-d-flex_col3 {
  display: grid;
  grid-template-rows: repeat(1fr, auto, 1fr);
  gap: 16px;
}
.c-section_apply {
  padding: 32px;
  border-radius: 8px;
  background: #e46002;
}
.c-section_apply .u-text-en {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 160%;
}
.c-section .annotation {
  margin-top: 1.6rem;
}
.c-section .annotation p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.c-section_box {
  display: flex;
  flex-direction: column;
  width: 50%;
  border: 1px solid #e46002;
  border-radius: 6px 6px;
}
.c-section_box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 109px;
  background: #e46002;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.c-section_box-wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 40px 30px;
}
.c-section_box-inner2 {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.c-section_box .c-list {
  padding-left: 26px;
  font-weight: 400;
  font-size: 1.8rem;
}
.c-section_box .c-list:before {
  bottom: -0.1em;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}
.c-section_flex {
  display: flex;
  align-items: stretch;
}
.c-section_flex.col2 {
  gap: 32px;
}
.c-section small {
  color: #696969;
}
.c-section small.-main {
  color: #262626;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.0003em;
}
.c-section .dct-wrap {
  display: grid;
  grid-template-columns: 40rem auto;
}
.c-section .dct-wrap .link-wrap {
  display: flex;
  column-gap: 6rem;
  flex-wrap: wrap;
}
.c-section .dct-wrap .link-wrap a {
  display: inline;
}
.js-tab-panel {
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-tab-panel:not(.is-active) {
  display: none;
}
.c-table th {
  padding: 16px 8px;
  border-top: 1px solid #e46002;
  border-bottom: 1px solid #e46002;
  border-left: 1px solid #e46002;
  background: #ffe8d8;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
}
.c-table th:last-child {
  border-right: 1px solid #e46002;
}
.c-table td {
  padding: 16px;
  border: 1px solid #e46002;
  font-size: 1.6rem;
}
.c-table td:last-child {
  border-right: 1px solid #e46002;
}
.c-title {
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  border-radius: 10px;
  background: #e46002;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.c-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 264px;
  padding: 64px 0;
  background-color: #e46002;
}
.c-ttl h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}
.page-notfound-inner {
  padding: 0 160px;
}
.page-notfound-inner .c-btn-wt,
.page-notfound-inner section .sec-p {
  margin-bottom: 56px;
}
.form-area {
  --mb-section: 80px;
  --mb-fieldset: 40px;
  --mb-label: 20px;
  --mr-required: 0.714em;
  --mt-err: 0.625em;
  --btn-gap: 16px;
  --color-err: #d10000;
  --bg-required-on: #e46002;
  --bg-required-off: grey;
}
.form-section:not(:last-child) {
  margin-bottom: var(--mb-section);
}
.form-section__group:not(:last-child) {
  margin-bottom: var(--mb-fieldset);
}
.form-section__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-section__label-row {
  display: block;
  width: 100%;
  margin-bottom: var(--mb-label);
}
.form-section__label--required,
.form-section__label__required {
  margin-right: var(--mr-required);
  padding: 0.125em 0.5em;
  background: var(--bg-required-on);
  color: #fff;
}
.form-section__label--required.-off,
.form-section__label__required.-off {
  background: var(--bg-required-off);
}
.form-section__err p {
  padding-left: 1em;
  color: var(--color-err);
  text-indent: -1em;
}
.form-section__desc,
.form-section__err p {
  margin-top: var(--mt-err);
}
.form-section__desc p {
  padding-left: 1em;
  text-indent: -1em;
}
.form-section__input.is-validated .form-section__input__err {
  display: block;
}
.form-action button:disabled {
  opacity: 0.6;
}
.form-action__notice {
  display: none;
  margin-bottom: 1em;
  color: var(--color-err);
  text-align: center;
}
.form-action__notice.is-err {
  display: block;
}
.form-privacy__agree {
  text-align: center;
}
.form-privacy__agree .c-chkbox {
  justify-content: center;
}
.form-privacy__err {
  text-align: center;
}
.form-action {
  display: flex;
  justify-content: center;
  gap: var(--btn-gap);
}
.hisai .c-section.-list h4.-li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 2.2rem;
}
.hisai .c-section.-list h4.-li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "■";
  color: #e46002;
}
.dct-wrap.g-guideline {
  line-height: 1.3;
}
.dct-wrap.g-guideline .pdf_icn:after {
  top: 25%;
}
.top .g-row3 {
  display: grid;
  grid-template-rows: auto auto;
}
.top_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.top_info picture img {
  width: 100%;
}
.u-d-block {
  display: block;
}
.u-d-iblock {
  display: inline-block;
}
.u-d-inline {
  display: inline;
}
.u-d-flex {
  display: flex;
}
.u-d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-d-flex-center.-g150 {
  column-gap: 150px;
}
.u-d-flex-center.-start {
  align-items: flex-start;
}
.u-d-flex-start {
  display: flex;
  justify-content: flex-start;
}
.u-d-flex._col,
.u-d-flex._col_start {
  flex-direction: column;
}
.u-d-flex._col_start {
  justify-content: flex-start;
}
.bdr-dashed {
  padding: 10px 20px;
  border: 5px dashed #000;
  border-radius: 20px;
}
.u-pl-0 {
  padding-left: 0;
}
.u-pt-0 {
  padding-top: 0;
}
.u-pl-0 {
  padding-right: 0;
}
.u-pb-0 {
  padding-bottom: 0;
}
.u-ml-0 {
  margin-left: 0;
}
.u-mt-0 {
  margin-top: 0;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-pl-1 {
  padding-left: 8px;
}
.u-pt-1 {
  padding-top: 8px;
}
.u-pl-1 {
  padding-right: 8px;
}
.u-pb-1 {
  padding-bottom: 8px;
}
.u-ml-1 {
  margin-left: 8px;
}
.u-mt-1 {
  margin-top: 8px;
}
.u-mr-1 {
  margin-right: 8px;
}
.u-mb-1 {
  margin-bottom: 8px;
}
.u-pl-2 {
  padding-left: 16px;
}
.u-pt-2 {
  padding-top: 16px;
}
.u-pl-2 {
  padding-right: 16px;
}
.u-pb-2 {
  padding-bottom: 16px;
}
.u-ml-2 {
  margin-left: 16px;
}
.u-mt-2 {
  margin-top: 16px;
}
.u-mr-2 {
  margin-right: 16px;
}
.u-mb-2 {
  margin-bottom: 16px;
}
.u-pl-3 {
  padding-left: 24px;
}
.u-pt-3 {
  padding-top: 24px;
}
.u-pl-3 {
  padding-right: 24px;
}
.u-pb-3 {
  padding-bottom: 24px;
}
.u-ml-3 {
  margin-left: 24px;
}
.u-mt-3 {
  margin-top: 24px;
}
.u-mr-3 {
  margin-right: 24px;
}
.u-mb-3 {
  margin-bottom: 24px;
}
.u-pl-4 {
  padding-left: 32px;
}
.u-pt-4 {
  padding-top: 32px;
}
.u-pl-4 {
  padding-right: 32px;
}
.u-pb-4 {
  padding-bottom: 32px;
}
.u-ml-4 {
  margin-left: 32px;
}
.u-mt-4 {
  margin-top: 32px;
}
.u-mr-4 {
  margin-right: 32px;
}
.u-mb-4 {
  margin-bottom: 32px;
}
.u-pl-5 {
  padding-left: 40px;
}
.u-pt-5 {
  padding-top: 40px;
}
.u-pl-5 {
  padding-right: 40px;
}
.u-pb-5 {
  padding-bottom: 40px;
}
.u-ml-5 {
  margin-left: 40px;
}
.u-mt-5 {
  margin-top: 40px;
}
.u-mr-5 {
  margin-right: 40px;
}
.u-mb-5 {
  margin-bottom: 40px;
}
.u-pl-6 {
  padding-left: 48px;
}
.u-pt-6 {
  padding-top: 48px;
}
.u-pl-6 {
  padding-right: 48px;
}
.u-pb-6 {
  padding-bottom: 48px;
}
.u-ml-6 {
  margin-left: 48px;
}
.u-mt-6 {
  margin-top: 48px;
}
.u-mr-6 {
  margin-right: 48px;
}
.u-mb-6 {
  margin-bottom: 48px;
}
.u-pl-7 {
  padding-left: 56px;
}
.u-pt-7 {
  padding-top: 56px;
}
.u-pl-7 {
  padding-right: 56px;
}
.u-pb-7 {
  padding-bottom: 56px;
}
.u-ml-7 {
  margin-left: 56px;
}
.u-mt-7 {
  margin-top: 56px;
}
.u-mr-7 {
  margin-right: 56px;
}
.u-mb-7 {
  margin-bottom: 56px;
}
.u-pl-8 {
  padding-left: 64px;
}
.u-pt-8 {
  padding-top: 64px;
}
.u-pl-8 {
  padding-right: 64px;
}
.u-pb-8 {
  padding-bottom: 64px;
}
.u-ml-8 {
  margin-left: 64px;
}
.u-mt-8 {
  margin-top: 64px;
}
.u-mr-8 {
  margin-right: 64px;
}
.u-mb-8 {
  margin-bottom: 64px;
}
.u-pl-9 {
  padding-left: 72px;
}
.u-pt-9 {
  padding-top: 72px;
}
.u-pl-9 {
  padding-right: 72px;
}
.u-pb-9 {
  padding-bottom: 72px;
}
.u-ml-9 {
  margin-left: 72px;
}
.u-mt-9 {
  margin-top: 72px;
}
.u-mr-9 {
  margin-right: 72px;
}
.u-mb-9 {
  margin-bottom: 72px;
}
.u-pl-10 {
  padding-left: 80px;
}
.u-pt-10 {
  padding-top: 80px;
}
.u-pl-10 {
  padding-right: 80px;
}
.u-pb-10 {
  padding-bottom: 80px;
}
.u-ml-10 {
  margin-left: 80px;
}
.u-mt-10 {
  margin-top: 80px;
}
.u-mr-10 {
  margin-right: 80px;
}
.u-mb-10 {
  margin-bottom: 80px;
}
.u-pl-letter {
  padding-left: 1.25em !important;
}
.u-pt-letter {
  padding-top: 1.25em !important;
}
.u-pr-letter {
  padding-right: 1.25em !important;
}
.u-pb-letter {
  padding-bottom: 1.25em !important;
}
.u-ml-letter {
  margin-left: 1.25em !important;
}
.u-mt-letter {
  margin-top: 1.25em !important;
}
.u-mr-letter {
  margin-right: 1.25em !important;
}
.u-mb-letter {
  margin-bottom: 1.25em !important;
}
.gap50 {
  gap: 50px;
}
.u-text-jp {
  font-family:
    Noto Sans JP,
    sans-serif;
}
.u-text-en {
  font-family: Roboto, sans-serif;
}
.u-text-14 {
  font-size: 1.4rem;
}
.u-text-16 {
  font-size: 1.6rem;
}
.u-text-22 {
  font-size: 2.2rem;
}
.u-text-40 {
  font-size: 4rem;
}
.u-color-alert {
  color: #d10000;
}
.u-color-text {
  color: #262626 !important;
}


.u-color-text.excel_icn,
.u-color-text.pdf_icn {
  color: #1a0dab !important;
}


.u-color-bg-ylw {
  background-color: #ff0;
}
.u-color-bg-grn {
  background-color: #0f0;
}
.u-fw-bold {
  font-weight: 700;
}
.u-fw-semibold {
  font-weight: 500;
}
.u-fw-regular {
  font-weight: 400;
}
.u-fw-light {
  font-weight: 100;
}
.u-text-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.u-text-link[target="_blank"]:after {
  display: inline-block;
  position: relative;
  top: 0.1em;
  aspect-ratio: 1/1;
  width: 16px;
  margin-left: 4px;
  background: url(../images/common/icons/icon_blank.svg) no-repeat
    50% / contain;
  content: "";
}
.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.u-text-indent__1 {
  text-indent: 1rem;
}
.u-ta-left {
  text-align: left;
}
.u-ta-right {
  text-align: right;
}
.u-ta-center {
  text-align: center;
}
.vertical {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.txt-l {
  font-size: 2.8rem;
}
.pdf_icn {
  position: relative;
}
.pdf_icn:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  position: absolute;
  top: 50%;
  right: -54px;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 17px;
  transform: translate(-50%, -50%);
  background: url(../images/common/icons/icn_pdf.svg) no-repeat;
  content: "";
}
.excel_icn {
  position: relative;
}
.excel_icn:after,
.excel_icn[target="_blank"]:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  position: absolute;
  top: 50%;
  right: -62px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 17px;
  transform: translate(-50%, -50%);
  background: url(../images/common/icons/icn_excel.svg) no-repeat;
  content: "";
}
.word_icn {
  position: relative;
}
.word_icn:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  position: absolute;
  top: 50%;
  right: -62px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 17px;
  transform: translate(-50%, -50%);
  background: url(../images/common/icons/icn_word.svg) no-repeat;
  content: "";
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  html.is-nav-active {
    overflow: hidden;
  }
  body {
    font-size: 1.6rem;
  }
  .l-wrapper {
    padding-top: 18.6666666667vw;
  }
  .l-lg {
    display: none !important;
  }
  .l-breadcrumbs {
    margin-top: 4.2666666667vw;
    padding: 0 5.3333333333vw;
  }
  .l-breadcrumbs nav {
    overflow-x: scroll;
  }
  .l-breadcrumbs nav::-webkit-scrollbar {
    height: 2.1333333333vw;
  }
  .l-breadcrumbs nav::-webkit-scrollbar-track {
    background-color: #ffe8d8;
  }
  .l-breadcrumbs nav::-webkit-scrollbar-thumb {
    border-radius: 26.4vw;
    background-color: #e46002;
  }
  .l-breadcrumbs ol {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .l-cookie-notice {
    padding: 4.2666666667vw 0;
  }
  .l-cookie-notice__content {
    padding-right: 10.6666666667vw;
  }
  .l-cookie-notice__close {
    width: 8vw;
    height: 8vw;
  }
  .l-cookie-notice__close button:after,
  .l-cookie-notice__close button:before {
    height: 6.4vw;
  }
  .l-footer_inner {
    padding: 6.4vw 5.3333333333vw 8.5333333333vw;
  }
  .l-footer .c-title {
    margin-bottom: 4.2666666667vw;
    padding: 2.1333333333vw 14.9333333333vw;
  }
  .l-footer .u-color-text {
    margin-bottom: 2.1333333333vw;
    font-size: 2rem;
    line-height: 1.3;
  }
  .l-footer .u-text-en {
    font-size: 3rem;
  }
  .l-footer .u-text-en span {
    padding: 0 0.2666666667vw;
    font-size: 3rem;
  }
  .l-footer .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.1333333333vw;
  }
  .l-footer .tel figure {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .l-footer .tel figure img {
    width: 30px;
    height: 30px;
  }
  .l-footer .tel p {
    margin: 0;
  }
  .l-footer .address {
    grid-template-columns: auto;
    margin: 0 auto;
    gap: 0;
  }
  .l-footer .address p {
    font-size: 1.3rem;
  }
  .l-footer small,
  .l-header__inner {
    padding: 4.2666666667vw 5.3333333333vw;
  }
  .l-header__inner {
    height: 18.6666666667vw;
  }
  .l-header__logo img {
    width: 17.0666666667vw;
    height: 10.6666666667vw;
  }
  .l-inner {
    padding-inline: 6.4vw;
  }
  .l-mv {
    height: 90.13333333vw; /* 1.3x of 69.33333333vw */
    padding: 0 4vw;
    background: url(../images/common/mv_bg-sp.png) no-repeat;
    background-size: cover;
  }
  .l-mv_inner h2 {
    font-size: 3rem;
  }
  .l-mv_inner h2 span:first-child {
    padding: 3.7333333333vw 4.2666666667vw;
  }
  .l-mv_inner h2 span:nth-child(2) {
    margin-top: 4.2666666667vw;
  }
  .l-mv_inner h2 span:nth-child(3) {
    margin-bottom: 4.2666666667vw;
  }
  .l-mv_inner h2 .sp-only {
    display: inline;
  }
  .l-period_inner {
    padding: 2.1333333333vw 0.5333333333vw;
  }
  .l-period_inner_l {
    padding-right: 2.1333333333vw;
  }
  .l-period_inner_l p {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
  .l-period_inner_r {
    padding-left: 2.1333333333vw;
    gap: 1.0666666667vw;
  }
  .l-period_inner_r figure img {
    width: 4.2666666667vw;
  }
  .l-period_inner_r .vertical {
    font-size: 1rem;
  }
  .l-period_inner_r .u-text-en {
    font-size: 2.2rem;
  }
  .l-period_inner_r .ymd {
    font-size: 1rem;
  }
  .l-period_inner_r .ymd.-l {
    font-size: 1.2rem;
  }
  .l-period_inner_r .week {
    font-size: 1rem;
  }
  .l-period_inner_r .week.-l {
    font-size: 1.2rem;
  }
  .l-period_inner_r small {
    font-size: 0.8rem;
  }
  .l-period_inner_r-date {
    display: flex;
    align-items: baseline;
  }
  .l-contents {
    padding: 12.8vw 5.3333333333vw;
  }
  .l-contents .u-d-flex {
    column-gap: 4.2666666667vw;
    flex-direction: column;
  }
  .l-nav__lg {
    display: none;
  }
  .c-accordion--btn {
    padding: 2.6666666667vw 9.6vw 2.6666666667vw 2.6666666667vw;
    font-size: 1.4rem;
  }
  .c-accordion--btn:after,
  .c-accordion--btn:before {
    right: 4.2666666667vw;
    width: 3.2vw;
    height: 0.5333333333vw;
  }
  .c-accordion--item {
    padding: 2.6666666667vw;
    font-size: 1.4rem;
  }
  .c-btn-pdf {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 4.2666666667vw 6.4vw;
    border: 2px solid #ff5a5f;
    border-radius: 10px;
    background: #ffe8e9;
    color: #262626;
  }
  .c-btn-pdf figure {
    position: absolute;
    left: 6.4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-btn-pdf figure img {
    width: 6.4vw;
  }
  .c-btn-pdf .u-d-flex {
    align-items: center !important;
    justify-content: center;
  }
  .c-btn-pdf .u-d-flex .u-text-en {
    font-size: 2rem;
  }
  .c-btn-pdf .u-d-flex .u-text-jp {
    font-size: 1rem;
  }
  .c-btn-pdf.slim {
    width: 100%;
    margin-top: 0;
  }
  .c-btn-form {
    width: 100%;
    margin-bottom: 10.6666666667vw;
    padding: 4.2666666667vw 6.4vw;
    gap: 1.0666666667vw;
    border-radius: 26.4vw;
  }
  .c-btn-form span:first-child {
    font-size: 2rem;
  }
  .c-btn-form span:nth-child(2) {
    font-size: 1.3rem;
  }
  .c-btn-form:after {
    right: 6.4vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .c-btn-exl {
    width: 100%;
    height: auto;
    padding: 4.2666666667vw 6.4vw;
    gap: 1.6vw;
    border-radius: 2.6666666667vw;
  }
  .c-btn-exl figure img {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .c-btn-exl .u-d-flex {
    align-items: center !important;
  }
  .c-btn-exl .u-d-flex .u-text-jp {
    font-size: 1rem;
  }
  .c-btn-exl .u-d-flex .u-text-jp:first-child {
    font-size: 1.8rem;
  }
  .c-btn-wt {
    width: 100%;
    padding: 6.9333333333vw 6.4vw;
    border-radius: 2.6666666667vw;
  }
  .c-btn-wt span {
    font-size: 2rem;
  }
  .c-btn-solid:after {
    right: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-btn-solid {
    width: 100%;
    padding: 5.3333333333vw 6.4vw;
    border-radius: 266.4vw;
    font-size: 1.6rem;
  }
  .c-btn-tab:after {
    right: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-btn-tab {
    width: 100%;
    padding: 5.3333333333vw 6.4vw;
    border-radius: 266.4vw;
    font-size: 1.6rem;
  }
  .c-btn-back:after {
    right: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-btn-back {
    width: 100%;
    padding: 3.7333333333vw 6.4vw;
    border-radius: 266.4vw;
    font-size: 1.6rem;
  }
  .c-color-area {
    padding: 4.2666666667vw;
  }
  .c-form {
    --input-height: 14.9333333333vw;
    --input-pd: 2.1333333333vw 3.2vw;
    --input-short: 80vw;
    --radio-width: 5.3333333333vw;
    --radio-gap: 3.2vw;
    --chkbox-width: 5.3333333333vw;
    --chkbox-gap: 3.2vw;
  }
  .c-hamburger {
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .c-hamburger span {
    left: 2.66667vw;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
  .c-hamburger span:first-of-type {
    top: 2.6666666667vw;
  }
  .c-hamburger span:nth-of-type(2) {
    top: calc(5.33333vw - 1px);
  }
  .c-hamburger span:nth-of-type(3) {
    bottom: 2.6666666667vw;
  }
  .is-nav-active .c-hamburger span:first-of-type {
    top: calc(50% - 1px);
  }
  .is-nav-active .c-hamburger span:nth-of-type(3) {
    bottom: calc(50% - 1px);
  }
  .c-list {
    margin-bottom: 4.2666666667vw;
    padding-left: 1.8rem;
    font-size: 1.6rem;
  }
  .c-list:before {
    top: 0.2rem;
    bottom: auto;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .c-list-disc li {
    padding-left: 1rem;
  }
  .c-list-disc li:before {
    top: 3.4666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .c-list__indent {
    padding-left: 1.8rem;
  }
  .c-pagination {
    --circle-width: 10.6666666667vw;
    --font-size: 1.4rem;
    --circle-gap: 2.6666666667vw;
    margin-top: 12.8vw;
  }
  .c-pagination__list {
    flex-wrap: wrap;
    gap: var(--circle-gap);
  }
  .c-pagination__item {
    font-size: 1.5rem;
  }
  .c-pagination__item .arr,
  .c-pagination__item .dotted,
  .c-pagination__item .num {
    width: var(--circle-width);
  }
  .c-pagination__item .dotted,
  .c-pagination__item.page--next._double .arr:after,
  .c-pagination__item.page--next .arr:after,
  .c-pagination__item.page--prev._double .arr:after,
  .c-pagination__item.page--prev .arr:after {
    width: 4.2666666667vw;
  }
  .c-pagination__item.page--prev .arr:after {
    left: 11% !important;
  }
  .c-part-anchor {
    padding: 6.4vw 6.4vw 8.5333333333vw;
  }
  .c-part-anchor--head {
    margin-bottom: 2.1333333333vw;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .c-part-anchor--list a {
    padding: 2.1333333333vw 6.4vw 2.1333333333vw 0;
  }
  .c-part-anchor--list a:after {
    width: 4.2666666667vw;
  }
  .c-period {
    flex-direction: column;
    gap: 4.2666666667vw;
    font-size: 1.6rem;
  }
  .c-period time .num {
    font-size: 4rem;
  }
  .c-period > span {
    max-width: 8.5333333333vw;
    transform: rotate(90deg);
  }
  .c-postBody figcaption {
    font-size: 1.2rem;
  }
  .c-postBody ol li,
  .c-postBody ul li {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
  .c-postBody blockquote {
    padding: 12.8vw 8.5333333333vw;
  }
  .c-postBody table tr td,
  .c-postBody table tr th {
    padding: 5.3333333333vw 3.2vw;
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
  .c-postBody .wp-block-columns,
  .c-postBody .wp-block-media-text.is-stacked-on-mobile {
    display: block;
  }
  .js-scroll {
    translate: 0 5.3333333333vw;
  }
  .c-section {
    margin-bottom: 12.8vw;
  }
  .c-section.-sub {
    margin-bottom: 4.2666666667vw;
  }
  .c-section.-sub .c-color-area .c-btn-pdf {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #ff5a5f;
    background: #ffe8e9;
    color: #262626;
  }
  .c-section.-list {
    padding-left: 2.2em;
  }
  .c-section.-list h4.-li.idt-none:before {
    top: 1.3rem !important;
  }
  .c-section .c-p {
    margin-bottom: 4.2666666667vw;
  }
  .c-section .u-d-flex {
    align-items: flex-start;
    font-size: 1.8rem;
  }
  .c-section .u-d-flex:nth-child(3) {
    margin-top: 0;
  }
  .c-section .u-d-flex_row {
    grid-template-columns: 50% 50%;
    gap: 4.2666666667vw;
  }
  .c-section .u-d-flex_row.g32 {
    gap: 4.2666666667vw;
  }
  .c-section .u-d-flex_col3 {
    grid-template-columns: 50% 50%;
    gap: 4.2666666667vw;
  }
  .c-section_apply {
    margin-top: 4.2666666667vw;
    padding: 8.5333333333vw;
  }
  .c-section_apply .u-text-en {
    font-size: 1.8rem;
  }
  .c-section .annotation {
    margin-top: 6.4vw;
  }
  .c-section .annotation p {
    font-size: 1.3rem;
  }
  .c-section_box {
    width: 100%;
    border-radius: 1.6vw 1.6vw;
  }
  .c-section_box h4 {
    height: auto;
    padding: 6.4vw;
    font-size: 1.6rem;
    line-height: 1;
  }
  .c-section_box-wrap {
    padding: 6.4vw 4.2666666667vw;
  }
  .c-section_box .c-list {
    margin-bottom: 2.1333333333vw;
    padding-left: 4.8vw;
    font-size: 1.6rem;
  }
  .c-section_box .c-list:before {
    bottom: 0;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 0.5333333333vw;
  }
  .c-section_flex.col2 {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
  .c-section small.-main {
    font-size: 1.4rem;
  }
  .c-section .dct-wrap {
    grid-template-columns: 1fr;
  }
  .c-section .dct-wrap .link-wrap {
    column-gap: 8rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.3333333333vw;
  }
  .c-section .dct-wrap .link-wrap a b {
    font-size: 1.6rem;
  }
  .t-wrap {
    padding: 1.3333333333vw 1.3333333333vw 2.6666666667vw;
    overflow-x: scroll;
  }
  .t-wrap::-webkit-scrollbar {
    height: 2.1333333333vw;
  }
  .t-wrap::-webkit-scrollbar-track {
    background-color: #ffe8d8;
  }
  .t-wrap::-webkit-scrollbar-thumb {
    border-radius: 26.4vw;
    background-color: #e46002;
  }
  .c-table th {
    padding: 2.1333333333vw;
  }
  .c-table td {
    padding: 4.2666666667vw;
  }
  .c-title {
    margin-bottom: 4.2666666667vw;
    padding: 2.1333333333vw;
    border-radius: 1.6vw;
    font-size: 2rem;
  }
  .c-ttl {
    height: 48vw;
    padding: 9.0666666667vw 5.3333333333vw;
  }
  .c-ttl h2 {
    font-size: 2.5rem;
  }
  .page-notfound-inner {
    padding: 0 5.3333333333vw;
  }
  .page-notfound-inner .c-btn-wt,
  .page-notfound-inner section .sec-p {
    margin-bottom: 12.8vw;
  }
  .form-area {
    --mb-fieldset: 10.6666666667vw;
    --mb-label: 4.2666666667vw;
    --btn-gap: 4.2666666667vw;
  }
  .form-action {
    flex-direction: column;
  }
  .hisai .c-section.-list h4.-li {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .hisai .c-section.-list h4.-li:before {
    top: 1.4rem;
    left: 0;
  }
  .hisai .c-section.-list h4.-li {
    text-indent: 0;
  }
  .hisai .c-section.-list {
    padding-left: 0;
  }
  .dl_note {
    display: flex;
    justify-content: center;
  }
  .dct-wrap.g-guideline {
    gap: 1rem;
    line-height: 1.5;
  }
  .dct-wrap.g-guideline .pdf_icn:after {
    top: 48%;
  }
  .top iframe {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .top_info picture {
    display: block;
    display: flex;
    padding-bottom: 1rem;
    overflow-x: scroll;
  }
  .top_info picture img {
    flex-shrink: 0;
    width: 700px;
    min-width: 500px;
    margin: 0.5rem;
  }
  .u-d-flex-center {
    flex-direction: column;
  }
  .u-d-flex-center.-g150 {
    column-gap: 0;
  }
  .u-d-flex-center .-item {
    width: 100%;
  }
  .bdr-dashed {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .u-pl-0 {
    padding-left: 0;
  }
  .u-pt-0 {
    padding-top: 0;
  }
  .u-pl-0 {
    padding-right: 0;
  }
  .u-pb-0 {
    padding-bottom: 0;
  }
  .u-ml-0 {
    margin-left: 0;
  }
  .u-mt-0 {
    margin-top: 0;
  }
  .u-mr-0 {
    margin-left: 0;
  }
  .u-mb-0 {
    margin-bottom: 0;
  }
  .u-pl-1 {
    padding-left: 1.0666666667vw;
  }
  .u-pt-1 {
    padding-top: 1.0666666667vw;
  }
  .u-pl-1 {
    padding-right: 1.0666666667vw;
  }
  .u-pb-1 {
    padding-bottom: 1.0666666667vw;
  }
  .u-ml-1 {
    margin-left: 1.0666666667vw;
  }
  .u-mt-1 {
    margin-top: 1.0666666667vw;
  }
  .u-mr-1 {
    margin-left: 1.0666666667vw;
  }
  .u-mb-1 {
    margin-bottom: 1.6vw;
  }
  .u-pl-2 {
    padding-left: 2.1333333333vw;
  }
  .u-pt-2 {
    padding-top: 2.1333333333vw;
  }
  .u-pl-2 {
    padding-right: 2.1333333333vw;
  }
  .u-pb-2 {
    padding-bottom: 2.1333333333vw;
  }
  .u-ml-2 {
    margin-left: 2.1333333333vw;
  }
  .u-mt-2 {
    margin-top: 2.1333333333vw;
  }
  .u-mr-2 {
    margin-left: 2.1333333333vw;
  }
  .u-mb-2 {
    margin-bottom: 3.2vw;
  }
  .u-pl-3 {
    padding-left: 3.2vw;
  }
  .u-pt-3 {
    padding-top: 3.2vw;
  }
  .u-pl-3 {
    padding-right: 3.2vw;
  }
  .u-pb-3 {
    padding-bottom: 3.2vw;
  }
  .u-ml-3 {
    margin-left: 3.2vw;
  }
  .u-mt-3 {
    margin-top: 3.2vw;
  }
  .u-mr-3 {
    margin-left: 3.2vw;
  }
  .u-mb-3 {
    margin-bottom: 4.8vw;
  }
  .u-pl-4 {
    padding-left: 4.2666666667vw;
  }
  .u-pt-4 {
    padding-top: 4.2666666667vw;
  }
  .u-pl-4 {
    padding-right: 4.2666666667vw;
  }
  .u-pb-4 {
    padding-bottom: 4.2666666667vw;
  }
  .u-ml-4 {
    margin-left: 4.2666666667vw;
  }
  .u-mt-4 {
    margin-top: 4.2666666667vw;
  }
  .u-mr-4 {
    margin-left: 4.2666666667vw;
  }
  .u-mb-4 {
    margin-bottom: 6.4vw;
  }
  .u-pl-5 {
    padding-left: 5.3333333333vw;
  }
  .u-pt-5 {
    padding-top: 5.3333333333vw;
  }
  .u-pl-5 {
    padding-right: 5.3333333333vw;
  }
  .u-pb-5 {
    padding-bottom: 5.3333333333vw;
  }
  .u-ml-5 {
    margin-left: 5.3333333333vw;
  }
  .u-mt-5 {
    margin-top: 5.3333333333vw;
  }
  .u-mr-5 {
    margin-left: 5.3333333333vw;
  }
  .u-mb-5 {
    margin-bottom: 8vw;
  }
  .u-pl-6 {
    padding-left: 6.4vw;
  }
  .u-pt-6 {
    padding-top: 6.4vw;
  }
  .u-pl-6 {
    padding-right: 6.4vw;
  }
  .u-pb-6 {
    padding-bottom: 6.4vw;
  }
  .u-ml-6 {
    margin-left: 6.4vw;
  }
  .u-mt-6 {
    margin-top: 6.4vw;
  }
  .u-mr-6 {
    margin-left: 6.4vw;
  }
  .u-mb-6 {
    margin-bottom: 9.6vw;
  }
  .u-pl-7 {
    padding-left: 7.4666666667vw;
  }
  .u-pt-7 {
    padding-top: 7.4666666667vw;
  }
  .u-pl-7 {
    padding-right: 7.4666666667vw;
  }
  .u-pb-7 {
    padding-bottom: 7.4666666667vw;
  }
  .u-ml-7 {
    margin-left: 7.4666666667vw;
  }
  .u-mt-7 {
    margin-top: 7.4666666667vw;
  }
  .u-mr-7 {
    margin-left: 7.4666666667vw;
  }
  .u-mb-7 {
    margin-bottom: 11.2vw;
  }
  .u-pl-8 {
    padding-left: 8.5333333333vw;
  }
  .u-pt-8 {
    padding-top: 8.5333333333vw;
  }
  .u-pl-8 {
    padding-right: 8.5333333333vw;
  }
  .u-pb-8 {
    padding-bottom: 8.5333333333vw;
  }
  .u-ml-8 {
    margin-left: 8.5333333333vw;
  }
  .u-mt-8 {
    margin-top: 8.5333333333vw;
  }
  .u-mr-8 {
    margin-left: 8.5333333333vw;
  }
  .u-mb-8 {
    margin-bottom: 12.8vw;
  }
  .u-pl-9 {
    padding-left: 9.6vw;
  }
  .u-pt-9 {
    padding-top: 9.6vw;
  }
  .u-pl-9 {
    padding-right: 9.6vw;
  }
  .u-pb-9 {
    padding-bottom: 9.6vw;
  }
  .u-ml-9 {
    margin-left: 9.6vw;
  }
  .u-mt-9 {
    margin-top: 9.6vw;
  }
  .u-mr-9 {
    margin-left: 9.6vw;
  }
  .u-mb-9 {
    margin-bottom: 14.4vw;
  }
  .u-pl-10 {
    padding-left: 10.6666666667vw;
  }
  .u-pt-10 {
    padding-top: 10.6666666667vw;
  }
  .u-pl-10 {
    padding-right: 10.6666666667vw;
  }
  .u-pb-10 {
    padding-bottom: 10.6666666667vw;
  }
  .u-ml-10 {
    margin-left: 10.6666666667vw;
  }
  .u-mt-10 {
    margin-top: 10.6666666667vw;
  }
  .u-mr-10 {
    margin-left: 10.6666666667vw;
  }
  .u-mb-10 {
    margin-bottom: 16vw;
  }
  .gap50 {
    gap: 4.2666666667vw;
  }
  .u-text-22 {
    font-size: 1.6rem;
  }
  .u-text-40 {
    font-size: 2rem;
  }
  .u-text-link[target="_blank"]:after {
    top: 0.2em;
    width: 4.2666666667vw;
    margin-left: 1.0666666667vw;
  }
  .txt-l {
    font-size: 2rem;
  }
  .pdf_icn:after {
    right: -14.6666666667vw;
    width: 9.0666666667vw;
    height: 4.5333333333vw;
  }
  .excel_icn:after,
  .excel_icn[target="_blank"]:after,
  .word_icn:after {
    right: -62;
    width: 10.4vw;
    height: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
  .l-sm {
    display: none !important;
  }
  .l-header {
    min-width: 1200px;
  }
  .js-scroll:first-of-type {
    transition-delay: 0.1s;
  }
  .js-scroll:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .js-scroll:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .js-scroll:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  .js-scroll:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  .js-scroll:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  .kankyo .c-section .dct-wrap {
    grid-template-columns: 36rem auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (hover: hover) {
  .l-cookie-notice__close:hover {
    opacity: 0.5;
  }
  .c-btn-back:hover,
  .c-btn-form:hover,
  .c-btn-pdf:hover,
  .c-btn-solid:hover,
  .c-btn-tab:hover {
    opacity: 0.6;
  }
  .c-chkbox label:hover input + .c-chkbox__icon,
  .c-radio label:hover input + .c-radio__icon {
    border-color: #e46002;
  }
  .c-pagination__item a:hover,
  .c-pagination__item a:hover .arr,
  .c-pagination__item a:hover .num {
    background-color: var(--color-hover);
  }
  .c-part-anchor--list a:hover,
  .c-postBody a:hover {
    opacity: 0.6;
  }
  .u-text-link:hover {
    text-decoration: none;
  }
}

/* 申請方法セクションの背景 */
.c-section-content-wrapper {
  background-color: #f5f5f5;
  padding: 6rem;
  margin-top: 1rem;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-section-content-wrapper {
    padding: 2rem;
  }
}

/* 物価支援事業（hisai）ページ用 黄緑色テーマ */
.hisai .c-title {
  background: #6AB754;
}
.hisai .c-btn-solid {
  background: #6AB754;
}
.hisai .c-btn-tab {
  background: #6AB754;
}
.hisai .c-btn-wt {
  border-color: #6AB754;
}
.hisai .c-btn-wt span {
  color: #6AB754;
}
.hisai .c-color-area {
  background-color: #e8f5d9;
}
.hisai .l-mv {
  background: linear-gradient(135deg, #6AB754, #4a8c3f);
}
.hisai .c-list:before {
  background-color: #6AB754;
}
.hisai .l-footer {
  background: #6AB754;
}
.hisai .l-footer_inner {
  background: #e8f5d9;
}
.hisai .l-footer .c-title {
  background: #6AB754;
}
.hisai .l-footer small {
  background: #6AB754;
}

/* 賃上げ支援事業（kankyo）ページ用 オレンジ色テーマ テーブル */
.kankyo .c-table th {
  border-color: #d4882e;
  background: #fef4ea;
}
.kankyo .c-table th:last-child {
  border-right: 1px solid #d4882e;
}
.kankyo .c-table td {
  border: 1px solid #d4882e;
  background: #fff;
}
.kankyo .c-table td:last-child {
  border-right: 1px solid #d4882e;
}

/* 物価支援事業（hisai）ページ用 緑色テーマ テーブル */
.hisai .c-table th {
  border-color: #6AB754;
  background: #e8f5d9;
}
.hisai .c-table th:last-child {
  border-right: 1px solid #6AB754;
}
.hisai .c-table td {
  border: 1px solid #6AB754;
  background: #fff;
}
.hisai .c-table td:last-child {
  border-right: 1px solid #6AB754;
}

/* ヘッダーナビゲーション リンク色 */
/* 診療所等賃上げ支援事業 リンク（オレンジ色） */
.l-nav__lg ul li:nth-child(1) {
  border-color: #d4882e;
}
.l-nav__lg ul li:nth-child(1) a {
  color: #d4882e;
}
.l-nav__mega nav ul li:nth-child(1) {
  border-color: #d4882e;
}
.l-nav__mega nav ul li:nth-child(1) a {
  color: #d4882e;
}
.l-nav__mega nav ul li:nth-child(1) a:after {
  background: #d4882e;
}

/* 診療所等物価支援事業 リンク（緑色） */
.l-nav__lg ul li:nth-child(2) {
  border-color: #6AB754;
}
.l-nav__lg ul li:nth-child(2) a {
  color: #6AB754;
}
.l-nav__mega nav ul li:nth-child(2) {
  border-color: #6AB754;
}
.l-nav__mega nav ul li:nth-child(2) a {
  color: #6AB754;
}
.l-nav__mega nav ul li:nth-child(2) a:after {
  background: #6AB754;
}

/* 物価支援事業（SPメニュー背景色） */
.hisai .l-nav__mega {
  background-color: #eaf6e6; /* 薄い緑 */
}
