@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: unset;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 700;
}

h2,
.h2-like {
  font-size: 16px;
  font-weight: 700;
}

h3,
.h3-like {
  font-size: 14px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 11px;
  font-weight: 700;
}

p,
.p-like {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 11px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 18px;
  }

  h3,
.h3-like {
    font-size: 16px;
  }

  h4,
.h4-like {
    font-size: 12px;
  }

  p {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 40px;
  }

  h2,
.h2-like {
    font-size: 24px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 200%;
  }

  ul li, ol li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 60px;
  }

  h2,
.h2-like {
    font-size: 60px;
  }

  h3,
.h3-like {
    font-size: 25px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
h3 {
  color: #B89515;
}

.title-row {
  width: 1400px;
  max-width: 96%;
  align-items: center;
  margin: auto;
}
.title-row .num-container {
  margin: 0 20px;
}
.title-row h3 {
  margin: 20px 0 0 20px;
}

@media screen and (max-width: 800px) {
  .title-row {
    justify-content: center;
  }
  .title-row h2 {
    width: fit-content;
  }
  .title-row h3 {
    width: fit-content;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .title-row .num-container {
    margin: 0 10px;
    align-self: flex-start;
  }
  .title-row h3 {
    margin: 0;
  }
}
.gold-bg {
  position: absolute;
  display: block;
  width: 100%;
  background-color: rgba(184, 148, 20, 0.44);
  z-index: -1;
}

.history-content-container {
  width: 100%;
  justify-content: flex-start;
}
.history-content-container .img-card {
  width: 923px;
  max-width: 92%;
  padding-bottom: 55px;
  margin-top: 70px;
  position: relative;
}
.history-content-container .img-card img {
  width: 700px;
  max-width: 82%;
  align-self: flex-end;
  margin: 0 9%;
}
.history-content-container .double-img-card {
  position: relative;
  align-items: flex-start;
  width: 923px;
  max-width: 92%;
}
.history-content-container .double-img-card img:first-of-type {
  width: 36%;
  margin: 20px 0 0 5.5%;
}
.history-content-container .double-img-card img:nth-of-type(2) {
  width: 28%;
  margin-left: 9.5%;
}
.history-content-container .img-card .gold-bg,
.history-content-container .double-img-card .gold-bg {
  bottom: 0;
  height: clamp(200px, 30vw, 392px);
}
.history-content-container p,
.history-content-container .p-block {
  width: 612px;
  max-width: 92%;
  margin: 0 40px;
  font-weight: 700;
}
.history-content-container p p,
.history-content-container .p-block p {
  width: 100%;
  max-width: unset;
  margin: 0;
}
.history-content-container .p-block {
  align-self: flex-end;
}
.history-content-container .p-block .gold-block {
  display: block;
  background-color: #B89515;
  margin: 40px 0 0 27%;
  width: clamp(48px, 9.6vw, 96px);
  height: clamp(100px, 20vw, 200px);
}
@media screen and (max-width: 1000px) {
  .history-content-container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 32px;
  }
  .history-content-container .img-card,
.history-content-container .double-img-card {
    width: 400px;
  }
  .history-content-container .img-card .gold-bg,
.history-content-container .double-img-card .gold-bg {
    height: 200px;
  }
  .history-content-container p,
.history-content-container .p-block {
    margin-top: 40px;
    align-self: center;
  }
}
@media screen and (max-width: 500px) {
  .history-content-container .img-card {
    margin-top: 0;
  }
  .history-content-container .double-img-card .gold-bg {
    height: 180px;
  }
}

.top-section {
  width: 1750px;
  max-width: 98%;
  margin: clamp(100px, 20vw, 200px) auto 0 auto;
}
.top-section .title-row-02 {
  margin: clamp(120px, 33vw, 660px) auto clamp(30px, 6vw, 60px) auto;
}
.top-section .container03 .img-card {
  margin: 100px 0 clamp(80px, 10vw, 150px) 0;
}
@media screen and (max-width: 1000px) {
  .top-section .container03 .img-card {
    margin-bottom: 0;
  }
  .top-section .container03 .gold-block {
    display: none;
  }
}

.fw-banner,
.fw-banner-mobile {
  width: 100%;
  margin: clamp(30px, 6vw, 60px) 0 clamp(80px, 20vw, 200px) 0;
}

.fw-banner-mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  .fw-banner {
    display: none;
  }

  .fw-banner-mobile {
    display: unset;
  }
}
.bottom-section {
  width: 100%;
  position: relative;
  align-items: center;
  margin-bottom: clamp(70px, 14vw, 140px);
}
.bottom-section .gold-bg {
  top: 0;
  height: clamp(360px, 72vw, 720px);
}
.bottom-section .history-content-col {
  background-color: #ffffff;
  margin: clamp(60px, 12vw, 122px) auto 0 auto;
  padding-top: clamp(50px, 10vw, 100px);
}
.bottom-section .history-content-col .title-container h2 {
  line-height: 180%;
}
.bottom-section .history-content-col .title-container h3 {
  margin-top: 0;
}
.bottom-section .history-content-col .card-col {
  width: 1200px;
  max-width: 96%;
  margin: clamp(50px, 12vw, 120px) auto 0 auto;
  align-items: center;
}
.bottom-section .history-content-col .card-col .card-row {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(50px, 10vw, 100px);
}
.bottom-section .history-content-col .card-col .card-row img {
  margin-right: 25px;
  width: 599px;
  max-width: 50%;
}
.bottom-section .history-content-col .card-col .card-row p {
  margin-left: 25px;
  font-weight: 700;
  width: 547px;
  max-width: 46%;
}
@media screen and (max-width: 800px) {
  .bottom-section .history-content-col .card-col {
    margin-top: 40px;
  }
  .bottom-section .history-content-col .card-col .card-row {
    flex-direction: column;
  }
  .bottom-section .history-content-col .card-col .card-row img {
    width: 400px;
    max-width: 80%;
    margin-right: 0;
  }
  .bottom-section .history-content-col .card-col .card-row p {
    margin: 30px 0 0 0;
    max-width: 80%;
  }
}

/*# sourceMappingURL=history.css.map */
