/*===========================
  @use
===========================*/
:root {
  --interval: 10px;
  --column: 2;
}

/*===*/
/*===========================
  @use
===========================*/
/*===========================
  @use
===========================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
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,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font-size: inherit;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

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

caption,
th {
  text-align: left;
}

a {
  vertical-align: bottom;
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

@media (hover) {
  a:hover {
    text-decoration: none;
    color: inherit;
  }
}

.ua-ie a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

picture {
  display: block;
}

iframe {
  border: none;
}

/*===========================
  @use
===========================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-X: hidden;
  /*font-feature-settings: 'palt';*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  letter-spacing: 0.05em;
}

*::-moz-selection {
  background: #97cbe2;
}

*::selection {
  background: #97cbe2;
}

*::-moz-selection {
  background: #97cbe2;
}

@media screen and (max-width: 1200px) {
  .xlUp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .lgUp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mdUp {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .smUp {
    display: none;
  }
}

.xlUnder {
  display: none;
}

@media screen and (max-width: 1200px) {
  .xlUnder {
    display: block;
  }
}

.lgUnder {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lgUnder {
    display: block;
  }
}

.mdUnder {
  display: none;
}

@media screen and (max-width: 768px) {
  .mdUnder {
    display: block;
  }
}

.smUnder {
  display: none;
}

@media screen and (max-width: 576px) {
  .smUnder {
    display: block;
  }
}

.global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 20px 15px;
  gap: 10px;
}

@media screen and (max-width: 576px) {
  .global-header {
    gap: unset;
    height: 80px;
    padding: 15px 5%;
  }
}

.global-header__logo {
  max-width: 250px;
}

@media screen and (max-width: 1200px) {
  .global-header__logo {
    max-width: 185px;
  }
}

@media screen and (max-width: 576px) {
  .global-header__logo {
    max-width: 175px;
  }
}

.global-header__logo img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .global-nav {
    position: fixed;
    width: 90%;
    max-width: 320px;
    height: auto;
    padding: 50px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 10px;
    right: -100vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
  }

  .global-nav.open {
    right: -1px;
  }
}

.global-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .global-nav__inner {
    display: block;
  }
}

.global-nav__item {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .global-nav__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .global-nav__item {
    font-size: 16px;
  }
}

.global-nav__item:hover,
.global-nav__item:focus {
  color: rgb(102, 102, 102);
}

.global-nav__item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .global-nav__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .global-nav__item:not(:last-child) {
    margin-right: 0;
    padding: 15px 0;
  }

  .global-nav__item:not(:last-child):not(:first-child) {
    border-top: 1px solid #ddd;
  }
}

.global-nav__item--center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .global-nav__item--center {
    text-align: left;
  }
}

.global-dropdown {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .global-dropdown {
    padding-block: 15px !important;
  }
}

.global-dropdown .js-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.global-dropdown .js-nav-item .global-dropdown-icon {
  background: #EA571F;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 1024px) {
  .global-dropdown .js-nav-item .global-dropdown-icon {
    display: none;
  }
}

.global-dropdown .js-nav-item .global-dropdown-icon::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/btn-arrow.png) no-repeat center center;
  background-size: 95%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 50%;
  border: 1px solid #EA571F;
}

@media screen and (max-width: 1024px) {
  .global-dropdown .js-nav-item .global-dropdown-icon::after {
    display: none;
  }
}

.global-dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: 1000;
  padding-inline: 20px;
  top: calc(100% + 35px);
  left: 10%;
}

@media screen and (max-width: 1024px) {
  .global-dropdown-content {
    margin-top: 10px;
    margin-left: 15px;
    display: block;
    position: unset;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-inline: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: unset;
    min-width: unset;
  }
}

.global-dropdown-content.is-open {
  display: block;
}

.global-dropdown-nav-item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-block: 15px;
}

@media screen and (max-width: 1024px) {
  .global-dropdown-nav-item {
    padding-block: unset;
  }
}

.global-dropdown-nav-item:hover,
.global-dropdown-nav-item:focus {
  color: rgb(102, 102, 102);
}

.global-dropdown-nav-item:not(:first-child) {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  .global-dropdown-nav-item:not(:first-child) {
    border-top: unset;
    margin-top: 10px;
  }
}

.global-nav__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .global-nav__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-top: 10px;
  }
}

.global-nav__questionnaire-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 1024px) {
  .global-nav__questionnaire-btn-wrap {
    display: contents;
  }
}

.global-nav__questionnaire-btn-wrap .global-nav__btn.btn {
  max-width: unset;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media screen and (max-width: 1024px) {
  .global-nav__questionnaire-btn-wrap .global-nav__btn.btn {
    min-width: unset;
  }
}

.global-nav__btn.btn {
  font-size: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 50px 10px 30px;
}

@media screen and (max-width: 1200px) {
  .global-nav__btn.btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .global-nav__btn.btn {
    max-width: unset;
  }
}

.ham-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ham-menu {
    position: relative;
    z-index: 100;
    width: 35px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
  }

  .ham-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
  }

  .ham-menu,
  .ham-menu span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .ham-menu span:nth-of-type(1) {
    top: 0;
  }

  .ham-menu span:nth-of-type(2) {
    top: 10px;
  }

  .ham-menu span:nth-of-type(3) {
    bottom: 1px;
  }

  .ham-menu.open span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  .ham-menu.open span:nth-of-type(2) {
    opacity: 0;
  }

  .ham-menu.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}

.global-footer.content {
  margin-top: 70px;
  margin-inline: auto;
  padding: 0 5%;
}

.global-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .global-footer__inner {
    display: block;
  }
}

.global-footer__logo {
  max-width: 220px;
  margin-right: 100px;
}

@media screen and (max-width: 1024px) {
  .global-footer__logo {
    margin: 0 0 50px;
  }
}

.global-footer__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.global-footer__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}

@media screen and (max-width: 576px) {
  .global-footer__heading {
    font-size: 18px;
  }
}

.global-footer__heading:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .global-footer__heading:not(:first-child) {
    margin-top: 20px;
  }
}

.global-footer__text {
  color: #666666;
}

.global-footer__questionnaire {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

.global-footer__questionnaire:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .global-footer__questionnaire:not(:first-child) {
    margin-top: 20px;
  }
}

.global-footer__btn.btn-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px 0;
}

@media screen and (max-width: 1200px) {
  .global-footer__btn.btn-wrap .btn {
    font-size: 18px;
    max-width: 240px;
  }
}

@media screen and (max-width: 576px) {
  .global-footer__btn.btn-wrap .btn {
    max-width: none;
  }
}

.global-footer__group-link {
  margin-block: 50px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 42px;
}

@media screen and (max-width: 1024px) {
  .global-footer__group-link {
    gap: 45px 20px;
  }
}

@media screen and (max-width: 576px) {
  .global-footer__group-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.global-footer__group-item {
  font-weight: 500;
  position: relative;
  padding: 34px 40px;
}

@media screen and (max-width: 576px) {
  .global-footer__group-item {
    font-size: 16px;
  }
}

.global-footer__group-link-title {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: calc(infinity * 1px);
  padding: 4px;
  font-size: 20px;
  color: #fff;
  max-width: 54.128440367%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .global-footer__group-link-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .global-footer__group-link-title {
    max-width: min(54.128440367%, 200px);
  }
}

.global-footer__group-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .global-footer__group-link-wrap {
    font-size: 16px;
  }
}

.global-footer__group-link-wrap .text--link:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 0.8;
}

.global-footer__link {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .global-footer__link {
    font-size: 16px;
    gap: 20px;
  }
}

.global-footer__group-item:nth-child(1) {
  background: #FFF2ED;
}

.global-footer__group-item:nth-child(1) .global-footer__group-link-title {
  background: #EA571F;
}

.global-footer__group-item:nth-child(2) {
  background: #E7F7FF;
}

.global-footer__group-item:nth-child(2) .global-footer__group-link-title {
  background: #008CD6;
}

.top-btn {
  position: fixed;
  bottom: 16px;
  right: 7px;
  width: 55px;
  height: auto;
  background: #EA571F;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  aspect-ratio: 55/50;
  padding: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  z-index: 1;
}

.top-btn::before {
  content: "";
  width: 28px;
  height: auto;
  aspect-ratio: 28/24;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: block;
}

.top-btn__text {
  font-size: 11px;
}

.copyright-wrap {
  margin-block: 30px;
}

/*===========================
  @use
===========================*/
/*===============
  conpornent
===============*/
.content {
  width: 100%;
  max-width: calc(1200px + 40px * 2);
  margin: auto;
}

.content:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 576px) {
  .content:not(:first-child) {
    margin-top: 40px;
  }
}

.content-medium {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.min-content {
  width: 100%;
  max-width: 825px;
  margin: auto;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 -20px;
}

.btn-wrap .btn {
  margin: 0 10px 20px;
}

.btn-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.btn-row-wrap {
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: 20px;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 100px;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 60px 15px 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .btn {
    max-width: 250px;
    font-size: 16px;
  }
}

.btn::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../img/btn-arrow.png) no-repeat center center;
  background-size: 95%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn:hover::after,
.btn:focus::after {
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.btn-arrow-bottom::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.btn-arrow-bottom:hover::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.btn--max-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn--center {
  margin-inline: auto;
  display: block;
}

.btn--big {
  max-width: 390px;
  font-size: 24px;
  padding: 25px 60px 25px 50px;
}

@media screen and (max-width: 576px) {
  .btn--big {
    font-size: 18px;
  }
}

.btn--pink {
  background-color: #f27672;
  color: #fff;
}

.btn--pink:hover,
.btn--pink:focus {
  background-color: rgb(244.5831168831, 145.2220779221, 142.0168831169);
  color: #fff;
}

.btn--orange {
  background-color: #EA571F;
  color: #fff;
}

.btn--orange:hover,
.btn--orange:focus {
  background-color: rgb(236.6228571429, 107.9828571429, 58.9771428571);
  color: #fff;
}

.btn--light-orange {
  background-color: #EE7017;
  color: #fff;
}

.btn--light-orange:hover,
.btn--light-orange:focus {
  background-color: rgb(240.0891566265, 129.5734939759, 51.5108433735);
  color: #fff;
}

.btn--blue {
  background-color: #008CD6;
  color: #fff;
}

.btn--blue:hover,
.btn--blue:focus {
  background-color: rgb(0, 160.0186915888, 244.6);
  color: #fff;
}

.btn--none {
  background-color: #cfcfcf;
  color: #ffffff;
}

.btn--none::after {
  display: none;
}

.btn--none:hover,
.btn--none:focus {
  background-color: rgb(222.3, 222.3, 222.3);
  color: #fff;
}

.btn--red {
  background-color: #F44336;
  color: #fff;
}

.btn--red:hover,
.btn--red:focus {
  background-color: rgb(245.5877358491, 94.1358490566, 83.0122641509);
  color: #fff;
}

.btn--green {
  background-color: #49A74C;
  color: #fff;
}

.btn--green:hover,
.btn--green:focus {
  background-color: rgb(88.4175, 182.1825, 91.41);
  color: #fff;
}

.bg-dark-blue {
  background: #156082;
}

.bg-blue-gray {
  background: #ccd2d8;
}

.bg-light-blue-gray {
  background: #e7eaed;
}

.bg-blue {
  background: #008CD6;
}

.bg-thin-blue {
  background: #E7F7FF;
}

.bg-white {
  background: #fff;
}

.bg-orange {
  background-color: #EA571F;
}

.bg-thin-orange {
  background-color: #FFF2ED;
}

.bg-thin-gray {
  background-color: #f5f5f5;
}

.bg-pale-yellow {
  background-color: #fff7d1;
}

.text {
  font-weight: normal;
}

.text:not(:first-child) {
  margin-top: 1em;
}

.text--bold {
  font-weight: bold;
}

.text--16-28 {
  font-size: clamp(16px, 2.42vw, 28px);
}

.text--18-22 {
  font-size: clamp(18px, 2.2vw, 22px);
}

.text--16-20 {
  font-size: clamp(16px, 1.98vw, 20px);
}

.text--16-18 {
  font-size: clamp(16px, 1.74vw, 18px);
}

.text--big {
  font-size: 1.2em;
}

.text--large {
  font-size: 1.4em;
}

.text--small {
  font-size: 0.875em;
}

.text--red {
  color: red;
}

.text--orange {
  color: #EA571F;
}

.text--light-orange {
  color: #EE7017;
}

.text--green {
  color: #49a74c;
}

.text--link {
  text-decoration: underline;
}

.text--link:hover,
.text--link:focus {
  color: #008CD6;
}

.text--underline {
  text-decoration: underline;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--bullet {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.text--step-indent {
  padding-left: 54px;
}

@media screen and (max-width: 576px) {
  .text--step-indent {
    padding-left: 0;
  }
}

.text--break-all {
  word-break: break-all;
}

.radius-8 {
  border-radius: 8px;
}

.border-green-6 {
  border: 6px solid #49A74C;
}

.border-orange-6 {
  border: 6px solid #EA571F;
}

.border-yellow-4 {
  border: 4px solid #FFF4AB;
}

.border-bottom-black-1 {
  border-bottom: 1px solid #333333;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-block--16 {
  margin-block: 16px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding--16 {
  padding: 16px;
}

.padding--16-pc {
  padding: 16px;
}

@media screen and (max-width: 576px) {
  .padding--16-pc {
    padding: 0;
  }
}

.bullet-list {
  margin: 1em 0;
}

.bullet-list.no-margin {
  margin: 0;
}

.bullet-list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.bullet-list > li:not(:first-child) {
  margin-top: 5px;
}

.number-list__item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.number-list__item:not(:first-child) {
  border-top: 1px solid #EA571F;
}

.number-list__number {
  width: 60px;
  height: auto;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 576px) {
  .number-list__number {
    width: 40px;
  }
}

.number-list__text {
  min-height: 54px;
  display: grid;
  place-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 576px) {
  .number-list__text {
    font-size: 18px;
  }
}

.number-list__text .sub {
  font-size: 16px;
  font-weight: 500;
}

.youtube {
  margin: 30px auto;
  padding-top: 56.25%;
  position: relative;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*===============
  parts
===============*/
.top-main-wrap {
  background-color: #FFF4AB;
  padding-inline: 40px;
}

@media screen and (max-width: 768px) {
  .top-main-wrap {
    padding-inline: 5%;
  }
}

.main-wrap {
  background-color: #FFFBE1;
  padding: 70px 40px 100px;
}

@media screen and (max-width: 768px) {
  .main-wrap {
    padding: 40px 5% 60px;
  }
}

.top-content {
  background: #FFFBE1;
  padding-block: 40px 25px;
  margin-top: unset !important;
}

.top-note-block {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 5%;
}

.top-note-block.min-content {
  padding-top: 30px;
}

.top-date {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  background: #FDD000;
  padding-inline: 20px;
  padding-bottom: 40px;
  margin-top: unset !important;
}

.top-date.content {
  margin-top: 30px;
}

.top-date__item:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 576px) {
  .top-date__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.top-date__item p {
  font-size: 1.2em;
}

@media screen and (max-width: 576px) {
  .top-date__item p {
    font-size: 1em;
  }
}

.top-date__item.top-date__item--end p {
  font-size: 1.4em;
}

@media screen and (max-width: 576px) {
  .top-date__item.top-date__item--end p {
    font-size: 1.1em;
  }
}

.block-heading--blue.block-heading {
  background-color: #008CD6;
}

.block-heading--green.block-heading {
  background-color: #49A74C;
}

.block-heading--orange.block-heading {
  background-color: #EA571F;
}

.top-date__date-text {
  font-size: clamp(18px, 3.19vw, 40px);
  text-align: center;
  font-weight: bold;
}

.top-date__date-text span {
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .top-date__date-text span {
    display: block;
    text-align: right;
  }
}

.top-date__text {
  font-size: clamp(18px, 2.64vw, 32px);
  text-align: center;
  font-weight: bold;
}

.top-date__note {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid #333333;
}

@media screen and (max-width: 576px) {
  .top-date__note {
    font-size: 16px;
  }
}

.top-date__exchange-table-wrap {
  overflow: auto;
  margin-top: 30px;
}

.top-date__exchange-table {
  min-width: 650px;
  width: 100%;
  border-collapse: collapse;
}

.top-date__exchange-table-body th,
.top-date__exchange-table-body td {
  border: 3px solid #fff;
}

.top-date__exchange-table-header th {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.top-date__exchange-table-header th:nth-child(1) {
  width: 70%;
}

.top-date__exchange-table-header th:nth-child(2) {
  width: 30%;
}

.top-date__exchange-table-row th,
.top-date__exchange-table-row td {
  padding: 10px;
}

.top-date__exchange-table-row th {
  text-align: center;
}

.top-date__exchange-table-row th:nth-child(1) {
  width: 35%;
}

.top-date__exchange-table-row th:nth-child(2) {
  width: 35%;
}

.top-date__exchange-table-row th:nth-child(3) {
  width: 30%;
}

.top-date__exchange-table-row .bg-blue-gray {
  text-align: center;
}

.top-news {
  margin-top: 80px;
  padding: 40px 20px;
  border-radius: 16px;
  border: 6px solid #FDD000;
  background: #fff;
}

@media screen and (max-width: 576px) {
  .top-news {
    margin-top: 40px;
    padding: 20px 10px;
  }
}

.top-news .news-list {
  margin-top: unset;
}

.bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .bnr-wrap {
    grid-template-columns: 1fr;
  }
}

.bnr-wrap a {
  width: calc(50% - 20px);
  margin: 0 10px 10px;
}

@media screen and (max-width: 576px) {
  .bnr-wrap a {
    width: 100%;
  }
}

.bnr-wrap a:hover,
.bnr-wrap a:focus {
  opacity: 0.8;
}

.normal-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .normal-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.click-bnr {
  margin-top: 80px;
  padding-inline: 20px;
}

@media screen and (max-width: 576px) {
  .click-bnr {
    margin-top: 40px;
  }
}

.click-bnr .block-heading {
  word-break: auto-phrase;
}

@media screen and (max-width: 576px) {
  .click-bnr .block-heading {
    font-size: 18px;
  }
}

.click-bnr__img {
  max-width: 660px;
  margin: auto;
  display: block;
}

.click-bnr__content {
  max-width: 660px;
  margin: 20px auto 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}

.click-bnr__content::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 100%, 0 100%);
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news-page-list {
  padding: 20px;
  background: #fff;
}

.news-list__item {
  border-radius: 5px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-list__item:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 576px) {
  .news-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news-list__date {
  font-size: 14px;
  margin-right: 15px;
  padding: 5px 0;
}

.news-list__category--important {
  width: 148px;
  padding: 5px;
  border-radius: 50px;
  background-color: #F44336;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-list__category--notice {
  width: 148px;
  padding: 5px;
  border-radius: 50px;
  background-color: #49A74C;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-list__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
}

.news-list__title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-list__title--no-text::after {
  display: none;
}

.news-list__text {
  display: none;
}

.news-list__text a {
  text-decoration: underline;
}

.news-list__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2px 0;
}

.news-list__content.open .news-list__text {
  display: block;
  margin-top: 15px;
}

.news-list__content.open .news-list__title::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news__btn {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .news__btn {
    margin-top: 30px;
  }
}

.handling-link {
  padding: 44px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .handling-link {
    padding: 30px 5%;
  }
}

.handling-link__img {
  display: block;
  width: 150px;
  height: auto;
  aspect-ratio: 150/192;
  margin-inline: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .handling-link__img {
    width: 90px;
  }
}

.lower-mv {
  background-color: #EE7017;
  min-height: 220px;
  color: #fff;
  position: relative;
  display: grid;
  place-content: center;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lower-mv {
    min-height: 160px;
    font-size: 28px;
  }
}

.lower-mv::before {
  content: "";
  width: 215px;
  height: auto;
  aspect-ratio: 215/162;
  background: url(../img/pad-ill-left.webp) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 9.7222222222%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .lower-mv::before {
    display: none;
  }
}

.lower-mv::after {
  content: "";
  width: 234px;
  height: auto;
  aspect-ratio: 234/161;
  background: url(../img/pad-ill-right.webp) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 8.3333333333%;
  z-index: 0;
}

.lower-mv__title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.block-heading {
  background-color: #EA571F;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 576px) {
  .block-heading {
    font-size: 24px;
  }
}

.block {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 40px 5%;
}

.block__inner {
  max-width: 825px;
  margin: auto;
}

.block-small {
  max-width: 600px;
  margin: auto;
}

.headline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline-content:not(:first-child) {
  margin-top: 25px;
}

.headline-content__heading {
  background-color: #EA571F;
  color: #fff;
  font-weight: bold;
  min-width: 128px;
  border-radius: 7px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  padding: 12px;
}

.headline-content__text {
  min-height: 3em;
  display: grid;
  place-content: center;
}

.content-block {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .content-block {
    margin-top: 40px;
  }
}

.content-block .paragraph-block:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 576px) {
  .content-block .paragraph-block:not(:first-child) {
    margin-top: 30px;
  }
}

.content-heading {
  font-size: 32px;
  font-weight: bold;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
  color: #EA571F;
  border-bottom: 2px solid #EA571F;
}

@media screen and (max-width: 576px) {
  .content-heading {
    font-size: 24px;
  }
}

.text-heading {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .text-heading {
    font-size: 18px;
  }
}

.sales-office {
  text-align: center;
}

.sales-office__title {
  font-size: 24px;
  font-weight: bold;
}

.sales-office__table {
  max-width: 700px;
  margin: 20px auto 0;
  display: grid;
  row-gap: 20px;
}

.sales-office__table-item:not(:last-child) {
  border-bottom: dashed 3px #9FCAE1;
  padding-bottom: 25px;
}

.paragraph-block:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .paragraph-block:not(:first-child) {
    margin-top: 30px;
  }
}

.paper-use-guide__image {
  max-width: 450px;
  width: 100%;
  margin-block: 25px;
  margin-inline: auto;
}

.paper-use-guide__image img {
  width: 100%;
  height: auto;
}

.digital-exchange__flow-title {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .digital-exchange__flow-title {
    font-size: 1.2em;
  }
}

.digital-exchange__flow {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 576px) {
  .digital-exchange__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 22px;
  }
}

.digital-exchange__flow-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  background-color: #EE7017;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 35px 24px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .digital-exchange__flow-item {
    font-size: 18px;
    padding-inline: 16px;
  }
}

@media screen and (max-width: 576px) {
  .digital-exchange__flow-item {
    width: 100%;
    padding: 16px;
  }
}

.digital-exchange__flow-item:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 24px;
  background-color: #FDD000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .digital-exchange__flow-item:not(:last-child)::after {
    width: 20px;
    height: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: 50%;
    top: calc(100% + 6px);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.paper-exchange {
  padding: 26px 20px;
}

@media screen and (max-width: 576px) {
  .paper-exchange {
    padding-block: 20px;
    padding-inline: unset;
  }
}

.paper-exchange__head {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .paper-exchange__head {
    margin-bottom: 40px;
  }
}

.paper-exchange__band {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  line-height: 1.4;
}

.paper-exchange__band--green {
  background-color: #49A74C;
}

.paper-exchange__band--orange {
  background-color: #EE7017;
}

.paper-exchange__band--spaced {
  margin-top: 190px;
}

@media screen and (max-width: 576px) {
  .paper-exchange__band--spaced {
    margin-top: 56px;
  }
}

.digital-result-step {
  row-gap: 36px;
}

@media screen and (max-width: 576px) {
  .digital-result-step {
    row-gap: 30px;
  }
}

.digital-result-step .step-guide__text {
  max-width: 470px;
}

@media screen and (max-width: 576px) {
  .digital-result-step .step-guide__text {
    max-width: none;
  }
}

.digital-result-step .step-guide__image {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .digital-result-step .step-guide__image {
    max-width: 260px;
  }
}

.digital-result-step .step-guide__image img {
  width: 100%;
  height: auto;
}

.digital-result-step__chip {
  display: inline-block;
  border-radius: 16px;
  background-color: #EE7017;
  color: #fff;
  padding: 4px 32px;
}

.paper-exchange__panel {
  background-color: #fff;
  border: 4px solid #b6dfb8;
  border-radius: 24px;
  padding: 48px 20px;
}

@media screen and (max-width: 576px) {
  .paper-exchange__panel {
    padding: 20px 16px;
  }
}

.exchange-paper-step {
  max-width: 730px;
  width: 100%;
  margin-inline: auto;
  row-gap: 85px !important;
}

@media screen and (max-width: 576px) {
  .exchange-paper-step {
    row-gap: 35px !important;
  }
}

.exchange-paper-step .step-guide__item {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.exchange-paper-step .step-guide__item:not(:last-child)::before {
  display: none;
}

.exchange-paper-step .step-guide__item:not(:last-child)::after {
  content: "+";
  color: #FDD000;
  font-size: 45px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .exchange-paper-step .step-guide__item:not(:last-child)::after {
    font-size: 28px;
    bottom: -20px;
  }
}

.exchange-paper-step__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .exchange-paper-step__image {
    gap: 20px;
    grid-template-columns: unset;
  }
}

.exchange-paper-step__image img {
  width: 100%;
  height: auto;
}

.exchange-paper-step .step-guide__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  row-gap: 20px;
}

@media screen and (max-width: 576px) {
  .exchange-paper-step .step-guide__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.exchange-paper-step__note {
  line-height: 1.6;
}

@media screen and (max-width: 576px) {
  .exchange-paper-step__note {
    margin-left: 0;
  }
}

.exchange-paper-step__id-box {
  margin-left: 54px;
  border-radius: 8px;
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .exchange-paper-step__id-box {
    padding-inline: 16px;
  }
}

@media screen and (max-width: 576px) {
  .exchange-paper-step__id-box {
    margin-left: 0;
  }
}

.exchange-paper-step__id-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 6px;
}

@media screen and (max-width: 576px) {
  .exchange-paper-step__id-list {
    grid-template-columns: 1fr;
  }
}

.exchange-paper-step__id-list li {
  line-height: 1.6;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.exchange-paper-step__notice {
  margin-left: 54px;
  border-radius: 8px;
  padding: 14px;
}

@media screen and (max-width: 576px) {
  .exchange-paper-step__notice {
    margin-left: 0;
  }
}

.paper-exchange__location-text {
  margin-inline: 54px;
}

@media screen and (max-width: 576px) {
  .paper-exchange__location-text {
    margin-inline: 0;
  }
}

.paper-exchange-sign {
  margin-top: 24px;
  border-radius: 10px;
  padding: 56px 32px;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .paper-exchange-sign {
    padding: 28px 16px;
  }
}

.paper-exchange-sign__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background: #FF0000;
  border-radius: 999px;
  padding: 4px 32px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .paper-exchange-sign__label {
    padding-inline: 16px;
    font-size: 18px;
  }
}

.paper-exchange-sign__label::before {
  content: "";
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/note.svg) no-repeat center center/contain;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .paper-exchange-sign__label::before {
    width: 18px;
  }
}

.paper-exchange-sign__images {
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 22px 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .paper-exchange-sign__images {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.paper-exchange-sign__image {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 6px;
}

.paper-exchange-sign__arrow {
  margin: 0;
  color: #FDD000;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .paper-exchange-sign__arrow {
    display: none;
  }
}

.step-guide {
  list-style: none;
  counter-reset: step-list;
  display: grid;
  row-gap: 60px;
}

.step-guide__item {
  border-radius: 24px;
  padding: 24px;
  position: relative;
  counter-increment: step-list;
}

@media screen and (max-width: 768px) {
  .step-guide__item {
    padding: 16px;
  }
}

.step-guide__item:not(:last-child)::before {
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 50/20;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #FDD000;
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.step-guide__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media screen and (max-width: 768px) {
  .step-guide__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    row-gap: 20px;
  }
}

.step-guide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 576px) {
  .step-guide__text {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}

.step-guide__text::before {
  content: counter(step-list);
  display: inline-grid;
  place-content: center;
  width: 38px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FDD000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  margin-top: -5px;
}

.step-guide__image {
  width: 100%;
  max-width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .step-guide__image {
    max-width: 220px;
    margin-inline: auto;
  }
}

.step-guide__image img {
  width: 100%;
  height: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th {
  background-color: #EA571F;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 8px;
}

.table td {
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 8px;
}

.qa-group-heading {
  font-size: clamp(18px, 2.75vw, 32px);
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 2px solid;
  line-height: 1.2;
}

@media screen and (max-width: 576px) {
  .qa-group-heading {
    margin-bottom: 20px;
  }
}

.qa-list + .qa-group-heading {
  margin-top: 60px;
}

.qa-list__item:not(:first-child) {
  margin-top: 10px;
  border-top: 1px solid #333333;
}

.qa-list__item .question {
  padding: 7px 50px 7px 7px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}

.qa-list__item .question::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/question.webp) no-repeat center center;
  background-size: contain;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.qa-list__item .question::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa-list__item .answer {
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 0 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa-list__item .answer::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/answer.webp) no-repeat center center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.qa-list__item.open .question {
  margin-bottom: 7px;
}

.qa-list__item.open .question::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.qa-list__item.open .answer {
  height: auto;
  padding: 10px 7px;
}

.qa-list__text {
  min-height: 42px;
  margin: 0;
  display: grid;
  place-content: center;
}

.link-bnr-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}

@media screen and (max-width: 576px) {
  .link-bnr-wrap {
    grid-template-columns: 1fr;
  }
}

.link-bnr {
  background-color: #fff;
  text-align: center;
}

.link-bnr__title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.shadow-box {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 36px;
}

@media screen and (max-width: 576px) {
  .shadow-box {
    padding: 15px;
  }
}

.address-box {
  max-width: 500px;
  margin: auto;
}

.address-box table {
  border-collapse: separate;
  border-spacing: 5px;
}

.address-box th {
  padding-right: 15px;
  min-width: 6em;
}

@media screen and (max-width: 576px) {
  .address-box {
    font-size: 14px;
  }
}

.address-box .table-title {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.list-category {
  margin-bottom: 40px;
}

.list-category__title-content {
  position: relative;
  z-index: 1;
}

.list-category__title-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  right: -5px;
  background: #50B0E3;
  z-index: -1;
  border-radius: 8px;
}

.list-category__title-wrap {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #008CD6;
  padding: 5px;
}

.list-category__title {
  background-color: #008CD6;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 576px) {
  .list-category__title {
    font-size: 20px;
  }
}

.list-category__title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/search.svg) no-repeat center center;
  background-size: contain;
}

.list-category__title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/btn-arrow.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.open .list-category__title::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list-category__content {
  padding: 40px;
  display: grid;
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .list-category__content {
    padding: 15px;
  }
}

.list-category__block-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .list-category__block-title {
    font-size: 18px;
  }
}

.list-category__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 17px;
}

@media screen and (max-width: 576px) {
  .list-category__btn-wrap {
    gap: 10px 15px;
  }
}

.list-category__btn {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 6px 14px;
  border-radius: 7px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .list-category__btn {
    padding: 4px 10px;
    font-size: 14px;
  }
}

.list-category__btn.is-active {
  background-color: #EA571F;
  border-color: #EA571F;
  color: #fff;
}

.list-content__item {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.list-content__item:not(:first-child) {
  margin-top: 25px;
}

@media screen and (max-width: 576px) {
  .list-content__item:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .list-content__item {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .list-content__item {
    padding: 10px;
    border-radius: unset;
  }
}

.list-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .list-content__head {
    gap: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .list-content__head {
    padding-bottom: 10px;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.list-content__category {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  display: inline-block;
  background-color: #EA571F;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 4px 10px;
}

@media screen and (max-width: 576px) {
  .list-content__category {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 14px;
    padding-inline: 3px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.list-content__title {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .list-content__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .list-content__title {
    font-size: 16px;
  }
}

.list-content__bottom {
  padding-right: 95px;
}

.list-content__gift-certificate-text {
  border-radius: 4px;
  border: 2px solid;
  background: #FFF;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 576px) {
  .list-content__gift-certificate-text {
    font-size: 13px;
    padding-inline: 5px;
  }
}

.list-content__gift-certificate-text.gift-1 {
  border-color: #008CD6;
  color: #008CD6;
}

.list-content__gift-certificate-text.gift-2 {
  border-color: #49A74C;
  color: #49A74C;
}

.list-content__gift-certificate-text.gift-3 {
  border-color: #EA571F;
  color: #EA571F;
}

.list-content__gift-certificate-text.gift-4 {
  border-color: #707070;
  color: #707070;
}

.list-content__details {
  margin-block: 10px 30px;
}

@media screen and (max-width: 768px) {
  .list-content__details {
    margin-bottom: 25px;
  }
}

.list-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  word-break: break-all;
}

.list-content__text span {
  white-space: nowrap;
}

.list-content__text .tel {
  background-color: #EA571F;
  color: #fff;
}

.list-content__text .fax {
  background-color: #EA571F;
  color: #fff;
}

.list-content__text:not(:first-child) {
  margin-top: 5px;
}

.list-content__text a {
  color: #008CD6;
  word-break: break-all;
}

.list-content__detail-toggle {
  padding: unset;
  color: #EA571F;
  font-size: 14px;
  border-bottom: 1px solid #EA571F;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .list-content__detail-toggle {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .list-content__detail-toggle {
    bottom: 7px;
    right: 7px;
  }
}

.list-content__detail-toggle::after {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background: #EA571F;
  display: inline-block;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list-content__detail-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-content__item.active .list-content__bottom {
  padding-right: unset;
}

.list-content__item.active .list-content__detail-toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-content__comment {
  background-color: #E7F7FF;
  padding: 10px;
  margin-top: 15px;
}

.list-content__empty {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.pager {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 70px auto 0;
  padding: 0 40px;
  font-weight: bold;
  position: relative;
}

.pager .prev,
.pager .next {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
}

.pager .prev {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  left: 0;
}

.pager .next {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
}

.pager .pager .current {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.questionnaire-block {
  border-radius: 10px;
}

.questionnaire-data {
  margin-bottom: 50px;
}

.questionnaire-present__img {
  border-radius: 10px;
  overflow: hidden;
}

.questionnaire__title {
  max-width: 563px;
  margin: 0 auto 40px;
}

.questionnaire-present {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px 30px;
}

.questionnaire-present__item {
  border: 6px solid #EA571F;
  border-radius: 10px;
  padding: 20px;
}

.questionnaire-present__title {
  margin: 15px 0 10px;
}

.deadline-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .deadline-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.deadline-layout__title {
  background: #F26B66;
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
  font-size: clamp(16px, 2.07vw, 22px);
  padding: 25px 20px;
  text-align: center;
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 1024px) {
  .deadline-layout__title {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .deadline-layout__title {
    max-width: unset;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: clamp(16px, 3.28vw, 22px);
  }
}

.deadline-layout__text {
  background: #fff;
  border-radius: 0 5px 5px 0;
  width: 100%;
  padding: 25px 20px;
  font-size: clamp(16px, 2.18vw, 24px);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .deadline-layout__text {
    border-radius: 0 0 10px 10px;
    font-size: clamp(16px, 3.45vw, 24px);
    text-align: center;
    padding: 10px 5px;
  }
}

.deadline-layout__text--big {
  font-size: 30px;
  font-size: clamp(20px, 2.73vw, 30px);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .deadline-layout__text--big {
    font-size: clamp(20px, 4.31vw, 30px);
  }
}

.application-btn {
  font-size: 18px;
  min-height: 84px;
  display: grid;
  place-content: center;
  margin-inline: auto;
}

@media screen and (max-width: 576px) {
  .application-btn {
    font-size: 16px;
    padding-inline: unset;
  }
}

/*===*/