/*===========================
  @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-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: 70px auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .global-footer.content {
    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;
  -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;
}

/*===========================
  @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: 800px;
  margin: auto;
}

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

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

.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 {
  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--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;
}

.text {
  font-weight: normal;
}

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

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

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

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

.text--red {
  color: red;
}

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

.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;
}

.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:nth-child(odd) .block-heading {
  background-color: #008CD6;
}

.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__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 {
    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: 800px;
  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;
}

.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;
  }
}

.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-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 {
  background-color: #EA571F;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

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

.open .list-category__title {
  border-radius: 10px 10px 0 0;
}

.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;
  margin-left: 8px;
  -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 {
  height: 0;
  overflow: hidden;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: grid;
  row-gap: 20px;
}

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

.open .list-category__content {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .open .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;
}

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

@media screen and (max-width: 576px) {
  .list-category__btn {
    padding: 4px 10px;
    margin: 0 10px 15px;
  }
}

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

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

.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: 576px) {
  .list-content__item {
    padding: 20px;
  }
}

.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: 576px) {
  .list-content__head {
    padding-bottom: 10px;
    gap: 10px;
  }
}

.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 {
    font-size: 14px;
  }
}

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

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

.list-content__address {
  margin-bottom: 12px;
}

.list-content__text span {
  font-size: 14px;
  padding: 0 9px;
  border-radius: 5px;
  margin-right: 4px;
}

.list-content__text span:not(:first-child) {
  margin-left: 10px;
}

@media screen and (max-width: 576px) {
  .list-content__text span:not(:first-child) {
    margin-left: 0;
  }
}

.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;
}

.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;
  }
}

/*===*/