@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/*
vw = font-size mong muốn (10px) / khung design * 100
375: 2.67vw
413: 2.42vw
...
*/
html {
  font-size: clamp(9px, 2.67vw, 10px);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
}

section {
  display: flow-root;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.container {
  width: 96%;
  max-width: 120rem;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}
.header .container {
  background-color: #ffffee;
  width: 100%;
  max-width: unset;
}
.header .container .content {
  padding-bottom: 9rem;
}
.header .container .content .content__banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .container .content .content__core {
  width: 96%;
  max-width: 120rem;
  margin-inline: auto;
}
.header .container .content .content__core .core-title {
  font-weight: 700;
  font-size: 3.2rem;
  color: #f7931e;
  text-align: center;
}
.header .container .content .content__core .core-title--sub {
  font-size: 1.8rem;
  margin-inline: 9.5rem;
  margin-top: 1.5rem;
}
.header .container .content .content__core .core-main {
  display: flex;
  gap: 6rem;
  align-items: center;
  margin-top: 5rem;
}
.header .container .content .content__core .core-main .core-main__img {
  flex: 1 1 44%;
  background: url(../images/top/map.png) center/100% 100% no-repeat;
  position: relative;
  aspect-ratio: 1.15/1;
}
.header .container .content .content__core .core-main .core-main__img img {
  width: 5%;
  position: absolute;
}
.header .container .content .content__core .core-main .core-main__img img.no-1 {
  top: 9%;
  left: 77%;
}
.header .container .content .content__core .core-main .core-main__img img.no-2 {
  top: 25%;
  left: 77%;
}
.header .container .content .content__core .core-main .core-main__img img.no-3 {
  top: 56.5%;
  left: 75%;
}
.header .container .content .content__core .core-main .core-main__img img.no-4 {
  top: 67%;
  left: 74.5%;
}
.header .container .content .content__core .core-main .core-main__img img.no-5 {
  top: 51.5%;
  left: 59%;
}
.header .container .content .content__core .core-main .core-main__img img.no-6 {
  top: 56.5%;
  left: 65%;
}
.header .container .content .content__core .core-main .core-main__img img.no-7 {
  top: 78.5%;
  left: 45.5%;
}
.header .container .content .content__core .core-main .core-main__img img.no-8 {
  top: 61.5%;
  left: 34%;
}
.header .container .content .content__core .core-main .core-main__img img.no-9 {
  top: 78.5%;
  left: 36%;
}
.header .container .content .content__core .core-main .core-main__img img.no-10 {
  top: 77%;
  left: 16.5%;
}
.header .container .content .content__core .core-main .core-main__list {
  flex: 1 1 56%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  line-height: 1;
  font-size: 1.8rem;
}
.header .container .content .content__core .core-main .core-main__list .list-item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.header .container .content .content__core .core-main .core-main__list .list-item .list-item__anchor {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header .container .content .content__core .core-main .core-main__list .list-item .list-item__anchor .anchor-number {
  aspect-ratio: 1/1;
  border-radius: 99rem;
  background-color: #e60012;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  width: 2.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header .container .content .content__core .core-main .core-main__list .list-item .list-item__anchor .anchor-text {
  font-weight: 700;
  color: #449100;
}

@media (max-width: 1024px) {
  .header .container .content .content__core .core-main {
    flex-direction: column;
  }
  .header .container .content .content__core .core-main .core-main__img {
    max-width: 50rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header .container .content .content__core {
    width: 90%;
  }
  .header .container .content .content__core .core-title {
    font-size: 2.2rem;
  }
  .header .container .content .content__core .core-title--sub {
    font-size: 1.4rem;
    margin-inline: 0;
  }
  .header .container .content .content__core .core-main {
    margin-top: 3rem;
    gap: 3rem;
  }
  .header .container .content .content__core .core-main .core-main__list {
    font-size: 1.4rem;
  }
  .header .container .content .content__core .core-main .core-main__list .list-item .list-item__anchor .anchor-number {
    font-size: 1.6rem;
    width: 2.3rem;
    line-height: 1;
  }
  .header .container .content .content__core .core-main .core-main__list {
    line-height: 1.2;
  }
}
@media (max-width: 425px) {
  .header .container .content .content__core .core-main .core-main__list .list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header .container .content .content__core .core-main .core-main__list .list-item .list-item__text {
    margin-left: 3.5rem;
  }
  .header .container .content .content__core .core-main .core-main__list {
    width: 100%;
  }
}
.footer {
  color: white;
  position: relative;
  z-index: 0;
}
.footer .bg {
  background: url("../images/footer/footer-bg.png") center/100% 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
}
.footer .container .content {
  display: flex;
  gap: 4rem;
  align-items: flex-end;
  justify-content: space-between;
  padding-inline: 3.5rem;
  transform: translateY(-3rem);
}
.footer .container .content .content__left {
  color: white;
}
.footer .container .content .content__left .left-logo {
  width: 33rem;
}
.footer .container .content .content__left .left-text {
  margin-top: 1.8rem;
}
.footer .container .content .content__left .left-text--small {
  font-size: 1.2rem;
}
.footer .container .content .content__left .left-text--big {
  font-size: 2.7rem;
  font-weight: 500;
  margin-top: 0.6rem;
}
.footer .container .content .content__right {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .footer .container .content .content__left .left-logo {
    width: 20rem;
  }
  .footer .container .content .content__left .left-text--small {
    font-size: 1rem;
  }
  .footer .container .content .content__left .left-text--big {
    font-size: 2rem;
  }
  .footer .container .content .content__right {
    font-size: 1.1rem;
  }
  .footer .container .content .content__left .left-text {
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  .footer .container .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer .bg {
    background: url("../images/footer/footer-bg.png") center/125% 100% no-repeat;
  }
  .footer .container .content {
    padding-inline: 0;
    transform: translateY(-1.5rem);
  }
  .footer .container .content .content__left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.6rem;
    width: 100%;
  }
  .footer .container .content .content__left .left-logo {
    order: 2;
  }
}
.page-top .sec-list {
  padding-block: 11rem 8rem;
  background-color: #fcf2eb;
}
.page-top .sec-list .container .content {
  display: flex;
  flex-direction: column;
  gap: 11.5rem;
}
.page-top .sec-list .container .content .content__item {
  position: relative;
  background-color: white;
  border-radius: 3rem;
  padding: 5rem 4rem;
  display: flex;
  gap: 4.8rem;
  align-items: flex-start;
  scroll-margin-top: 6.5rem;
}
.page-top .sec-list .container .content .content__item .item-name {
  position: absolute;
  top: -6rem;
  left: 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: start;
}
.page-top .sec-list .container .content .content__item .item-name img {
  width: 4.8rem;
}
.page-top .sec-list .container .content .content__item .item-name .item-name__text {
  font-size: 2.8rem;
  font-weight: 700;
}
.page-top .sec-list .container .content .content__item .item-img {
  flex: 1;
}
.page-top .sec-list .container .content .content__item .item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .sec-list .container .content .content__item .item-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: -0.8rem;
  letter-spacing: -0.05em;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__title .title-small {
  font-size: 1.7rem;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__text {
  line-height: 1.75;
  letter-spacing: -0.05em;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__table {
  background-color: #8cc63f;
  font-size: 1.4rem;
  padding: 1px;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row {
  display: flex;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row:last-child .table-row__cap::before {
  content: unset;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row .table-row__cap {
  color: white;
  padding: 1rem 1.3rem;
  width: 14rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row .table-row__cap::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row .table-row__text {
  padding: 1rem 1.3rem;
  background-color: white;
  flex: 1;
  border: 1px solid #8cc63f;
}
.page-top .sec-reminder {
  background-color: #ffffee;
}
.page-top .sec-reminder .container .content {
  padding-block: 5.5rem 18rem;
}
.page-top .sec-reminder .container .content .content__title {
  color: #a07850;
  font-size: 4.2rem;
  letter-spacing: -0.06em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.page-top .sec-reminder .container .content .content__title--img {
  margin-inline: auto;
}
.page-top .sec-reminder .container .content .content__list {
  display: flex;
  gap: 3rem;
  margin-top: 7rem;
}
.page-top .sec-reminder .container .content .content__list .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__title {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__title--img.no1 {
  width: 22.5rem;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__title--img.no1 {
  width: 19rem;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__title--img.no1 {
  width: 24.5rem;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__img {
  margin-top: 1rem;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__img img {
  width: 25rem;
}
.page-top .sec-reminder .container .content .content__list .list-item .list-item__text {
  line-height: 1.75;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .page-top .sec-list .container .content .content__item {
    flex-direction: column;
    align-items: center;
  }
  .page-top .sec-reminder .container .content .content__list {
    flex-direction: column;
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .page-top .sec-list {
    padding-block: 5rem 4rem;
  }
  .page-top .sec-list .container .content {
    gap: 6rem;
  }
  .page-top .sec-list .container .content .content__item .item-name img {
    width: 3rem;
  }
  .page-top .sec-list .container .content .content__item .item-name .item-name__text {
    font-size: 2.2rem;
  }
  .page-top .sec-list .container .content .content__item .item-name {
    position: relative;
    top: unset;
    left: unset;
  }
  .page-top .sec-list .container .content .content__item {
    padding: 2.5rem 2rem;
    border-radius: 1.5rem;
    gap: 3rem;
    scroll-margin-top: 1rem;
  }
  .page-top .sec-list .container .content .content__item .item-desc .item-desc__title {
    font-size: 1.8rem;
  }
  .page-top .sec-list .container .content .content__item .item-desc {
    gap: 1.5rem;
  }
  .page-top .sec-reminder .container .content .content__title {
    font-size: 3.2rem;
  }
  .page-top .sec-reminder .container .content .content__list {
    margin-top: 3.5rem;
    gap: 4rem;
  }
  .page-top .sec-reminder .container .content .content__list .list-item .list-item__title {
    font-size: 2.4rem;
  }
  .page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row {
    flex-direction: column;
  }
  .page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row .table-row__cap {
    width: 100%;
  }
  .page-top .sec-list .container .content .content__item .item-desc .item-desc__table .table-row .table-row__cap::before {
    content: none;
  }
  .page-top .sec-reminder .container .content .content__list .list-item .list-item__title--img.no1 {
    width: 13rem;
  }
  .page-top .sec-reminder .container .content .content__list .list-item .list-item__title--img.no2 {
    width: 12rem;
  }
  .page-top .sec-reminder .container .content .content__list .list-item .list-item__title--img.no3 {
    width: 15rem;
  }
}/*# sourceMappingURL=style.css.map */