@charset "UTF-8";
/* ============================================ */
/* function
/* ============================================ */
/* ===== fontサイズ ===== */
/* ============================================ */
/* mixin
/* ============================================ */
/* ===== mediaquery ===== */
/* ============================================ */
/* button
/* ============================================ */
/* ===== btn-primary ===== */
.btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  border: solid 1px #000;
  width: fit-content;
  min-width: 14em;
  padding: 0.5em 1em 0.5em 1.5em;
  border-radius: 2em;
  transition: 0.3s ease-out;
}
.btn-primary .icon {
  display: block;
  width: 2em;
  flex-shrink: 0;
}
.btn-primary .icon .circle {
  fill: var(--color-primary);
  transition: 0.3s ease-out;
}
.btn-primary .icon .cursor {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 3;
  transition: 0.3s ease-out;
}
.btn-primary.border-none {
  border-color: transparent !important;
}
.btn-primary.wh {
  color: #fff;
  border-color: #fff;
}
.btn-primary.bg-wh {
  background: #fff;
}
.btn-primary.en {
  font-family: var(--fontfamily-en);
  font-weight: 400;
}

@media (hover: hover) {
  a:hover .btn-primary {
    color: #fff;
    background: #000;
  }
  a:hover.wh {
    color: #000;
    border-color: #fff;
    background: #fff;
  }
  .btn-primary:hover {
    color: #fff;
    background: #000;
  }
  .btn-primary:hover.wh {
    color: #000;
    border-color: #fff;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .btn-primary {
    font-size: 1rem;
  }
}
/* ===== btn-dl ===== */
.btn-dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  width: fit-content;
  padding: 1.5em 2em;
  border-radius: 15px;
  transition: 0.3s ease-out;
  background: var(--color-primary);
}
.btn-dl .icon {
  display: block;
  width: 1.8em;
  flex-shrink: 0;
}
.btn-dl.en {
  font-family: var(--fontfamily-en);
  font-weight: 400;
}

@media (hover: hover) {
  .btn-dl:hover {
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .btn-dl {
    font-size: 1rem;
  }
}
/* ===== btn-index ===== */
.btn-index {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  padding: 0.5em 1em 0.5em 1.5em;
  transition: 0.3s ease-out;
  white-space: nowrap;
}
.btn-index .icon {
  display: block;
  width: 2em;
  flex-shrink: 0;
}
.btn-index .icon .circle {
  fill: transparent;
  transition: 0.3s ease-out;
}
.btn-index .icon .cursor {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-width: 3;
  transition: 0.3s ease-out;
}

@media (hover: hover) {
  .btn-index:hover .icon .circle {
    fill: #e50011;
  }
  .btn-index:hover .icon .cursor {
    stroke: #fff;
  }
}
@media screen and (max-width: 1400px) {
  .btn-index {
    padding: 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  .btn-index {
    font-size: 0.875rem;
  }
  .btn-index .icon {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .btn-index {
    font-size: 0.8125rem;
  }
}
/* ============================================ */
/* title
/* ============================================ */
/* ===== title-area ===== */
#title-area {
  position: relative;
  width: 100%;
  padding: 240px 0 0;
  margin: 0 0 100px;
}
#title-area .out-wrap,
#title-area .in-wrap {
  height: 100%;
}
#title-area .text {
  position: relative;
  padding: 80px 0 0;
}
#title-area .img {
  position: absolute;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
#title-area .title-page {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
#title-area .title-page .ja {
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#title-area .title-page .en {
  font-family: var(--fontfamily-en);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin: 1em 0 0;
}
#title-area .title-page.wh {
  color: #fff;
}
#title-area .catch {
  font-size: 1.875rem;
  font-weight: 500;
  margin: 2.5em 0 0;
}
#title-area .band {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px) brightness(1.5);
  clip-path: inset(12% 0 12% 0);
}
#title-area.basic {
  height: auto;
  min-height: auto;
}
#title-area.half-img {
  height: 840px;
}
#title-area.half-img .img {
  right: 0;
  width: calc(100% - 400px);
}
#title-area.full-img {
  height: 940px;
}
#title-area.full-img .img {
  right: 0;
  width: 100%;
}
#title-area.voice {
  height: auto;
}
#title-area.voice .text {
  width: 550px;
  margin-left: auto;
}
#title-area.voice .img {
  bottom: auto;
  top: 0;
  left: 0;
  width: calc(100% - 620px);
  max-height: 600px;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 1400px) {
  #title-area {
    padding: 120px 0 0;
  }
  #title-area .title-page .ja {
    font-size: 2.8125rem;
  }
  #title-area .title-page .en {
    font-size: 1.125rem;
  }
  #title-area .catch {
    font-size: 1.5rem;
  }
  #title-area.half-img {
    height: 600px;
  }
  #title-area.half-img img {
    width: calc(100% - 340px);
  }
  #title-area.full-img {
    height: 700px;
  }
  #title-area.voice .title-page .ja {
    font-size: 2.25rem;
  }
  #title-area.voice .text {
    width: 420px;
  }
  #title-area.voice .img {
    width: calc(100% - 490px);
    max-height: 480px;
  }
}
@media screen and (max-width: 1200px) {
  #title-area {
    margin: 0;
  }
  #title-area.voice {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #title-area .catch {
    margin: 2em 0 0;
  }
  #title-area .text {
    padding: 80px 10vw 0 0;
  }
  #title-area.half-img {
    height: auto;
  }
  #title-area.half-img .img {
    position: relative;
    width: 100%;
    height: 420px;
    margin: 40px 0 0;
  }
  #title-area.full-img {
    height: 600px;
  }
  #title-area.voice {
    height: auto;
  }
  #title-area.voice .title-page .ja {
    font-size: 2.8125rem;
  }
  #title-area.voice .text {
    width: 100%;
    padding: 0 0 0 10vw;
  }
  #title-area.voice .img {
    position: relative;
    width: 100%;
    height: 420px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #title-area {
    padding: 120px 0 0;
  }
  #title-area .title-page .ja {
    font-size: 2.25rem !important;
  }
  #title-area .title-page .en {
    font-size: 1rem;
    margin: 0.5em 0 0;
  }
  #title-area .catch {
    font-size: 1.25rem;
  }
  #title-area .text {
    padding: 50px 10vw 0 0;
  }
  #title-area.half-img .img {
    height: 320px;
    margin: 30px 0 0;
  }
  #title-area.full-img {
    height: 500px;
  }
  #title-area.voice .img {
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  #title-area {
    padding: 120px 0 0;
  }
  #title-area .title-page .ja {
    font-size: 1.625rem !important;
  }
  #title-area.half-img .img {
    height: 240px;
  }
  #title-area.full-img {
    height: 420px;
  }
  #title-area.voice .img {
    height: 240px;
  }
}
/* ===== title-section ===== */
.title-section {
  position: relative;
  left: -1.5em;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 0 0 3.5em;
  margin: 0 0 2em;
  white-space: nowrap;
}
.title-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3em;
  display: inline-block;
  width: 3em;
  aspect-ratio: 17/10;
  padding: 0 0 0 2em;
  background: url(../img/common/icon_r-line.svg) no-repeat center;
  background-size: contain;
}
.title-section.wh {
  color: #fff;
}
.title-section .small {
  font-size: 75%;
}

@media screen and (max-width: 768px) {
  .title-section {
    font-size: 1.125rem;
  }
}
/* ===== title-number ===== */
.title-number {
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  padding: 1em 0 0 130px;
  margin: 0 0 2em;
}
.title-number.padding-r {
  padding-right: 10vw !important;
}
.title-number .number {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--fontfamily-en);
  font-size: 4.75rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-primary);
}
.title-number .band {
  background: linear-gradient(transparent 20%, #000 20%);
  background: #000;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .title-number {
    font-size: 1.125rem;
    padding: 0.3em 0 0 60px;
  }
  .title-number .number {
    font-size: 2.25rem;
  }
}
/* ===== title-round ===== */
.title-round {
  position: relative;
  left: -1.5em;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 1.5em;
  margin: 0 0 1em;
  background: var(--color-primary);
  color: #fff;
  width: fit-content;
  min-width: 18rem;
  border-radius: 1em;
}
.title-round.bk {
  background: #000;
}

@media screen and (max-width: 768px) {
  .title-round {
    left: -1em;
    font-size: 1.125rem;
    padding: 0 1em;
  }
}
/* ===== title-underline ===== */
.title-underline {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 1em 0.5em 0;
  margin: 0 0 1em;
  color: var(--color-primary);
  width: fit-content;
  min-width: 18rem;
}
.title-underline::before {
  content: "";
  position: absolute;
  left: -1.5em;
  bottom: 0;
  width: calc(100% + 1.5em);
  height: 1px;
  background: #707070;
}

@media screen and (max-width: 768px) {
  .title-underline {
    font-size: 1.125rem;
  }
  .title-underline::before {
    left: -1em;
    width: calc(100% + 1em);
  }
}
/* ============================================ */
/* table
/* ============================================ */
.table {
  width: 100%;
}
.table tr {
  border-bottom: solid 1px #969696;
}
.table th,
.table td {
  padding: 1em 0;
}
.table th {
  width: 9em;
  white-space: nowrap;
}
.table .td-section {
  padding: 1em 0;
  border-bottom: dashed 1px #969696;
}
.table .td-section:first-child {
  padding-top: 0;
}
.table .td-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.table .indent {
  display: inline-block;
  padding-left: 1em;
}

@media screen and (max-width: 1200px) {
  .table tr {
    display: block;
  }
  .table th,
.table td {
    display: block;
  }
  .table th {
    padding: 1.1em 0.7em 0;
  }
  .table td {
    padding: 0 0.7em 1.1em;
  }
}
/* ============================================ */
/* card
/* ============================================ */

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