@charset "UTF-8";
/*
  File Name   : top.css
  Description : Write top content styles
*/
/* TOP 共通
============================================================ */
.top .top-moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.25em;
  color: var(--color_main);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  text-decoration: none;
  border: 3px solid var(--color_main);
  border-radius: 0.6em;
  padding: 0.25em 1.5em;
  background-color: #fff;
  -webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .top .top-moreBtn {
    border-width: 2px;
    font-weight: 600;
  }
}
.top .top-moreBtn:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top .top-moreBtn:hover {
    background-color: var(--color_main);
    color: #fff;
  }
}
.top .top-moreBtn > span {
  display: block;
}
.top .top-section-hl {
  display: block;
  width: 100%;
}
.top .top-moreLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_font);
  font-size: clamp(1rem, 0.9375vw, 18px);
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  padding: 0 2.3em 0.8em;
}
.top .top-moreLink::before, .top .top-moreLink::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color_font);
  bottom: 0;
  right: 0;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.top .top-moreLink::before {
  width: 100%;
}
.top .top-moreLink::after {
  width: 1em;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}
.top .top-moreLink:hover {
  opacity: 1 !important;
}
.top .top-moreLink:hover::before, .top .top-moreLink:hover::after {
  right: -0.5em;
}

.lay-top-contentsContainer {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 1025px) {
  .lay-top-contentsContainer {
    max-width: calc(1500px + (var(--sidePadding_base) * 2));
    margin: 0 auto;
  }
}

/* SECTION GROUP 01
============================================================ */
.top-sectionGroup__01 {
  position: relative;
  padding-top: var(--height-header);
  padding-bottom: 248px;
  padding-bottom: clamp(10px, 12.916vw, 248px);
  background-color: var(--color_sub);
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__01 {
    padding-top: var(--height-header_mbl);
    padding-bottom: 6vw;
    background-size: 100% auto;
  }
}
.top-sectionGroup__01::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background: url(../images/home/topix_bg_wave_01.svg) no-repeat center bottom/100% auto;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__01::after {
    min-width: initial;
    height: 0;
    padding-bottom: 16.666%;
  }
}

/* KV
============================================================ */
.top-kv {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--height-header));
  height: calc(100dvh - var(--height-header));
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-kv {
    height: calc(100vh - var(--height-header_mbl));
    height: calc(100dvh - var(--height-header_mbl));
  }
}
.top-kv .top-kv-logoWrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
}
.top-kv .top-kv-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: calc(500px + (4vw * 2));
  height: 100%;
  padding: 3vw 4vw 4vw;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-logo {
    padding: 9vw 10vw 10vw;
  }
}

/* LEAD
============================================================ */
.top-lead {
  position: relative;
  padding: 0 0 327px;
  padding-bottom: min(17.03125vw, 327px);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-lead {
    padding-bottom: 120px;
  }
}
.top-lead .top-lead-kv {
  position: relative;
  width: 100%;
  padding-bottom: min(59.28%, 1138px);
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-kv {
    margin: 1rem 0 0;
  }
}
.top-lead .top-lead-kv .top-lead-kv-img {
  position: absolute;
  display: block;
  width: 115.1%;
  max-width: 2210px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.top-lead .top-lead-hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0;
  margin-top: calc(min(4.8vw, 93px) * -1);
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-hl {
    margin-top: -1vw;
  }
}
.top-lead .top-lead-hl > .innerTxt {
  position: relative;
  display: block;
  font-size: 68px;
  font-size: min(3.541vw, 68px);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 0 0 0.9em;
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-hl > .innerTxt {
    font-size: 37px;
    font-size: clamp(17px, calc((68 * 0.34) / 375 * 100vw), 36px);
  }
}
.top-lead .top-lead-hl > .innerTxt > small {
  position: absolute;
  top: -0.25em;
  left: 0;
  font-size: inherit;
  line-height: 1em;
  letter-spacing: 0em;
}
.top-lead .top-lead-description {
  display: block;
  width: 100%;
  font-size: 23px;
  font-size: min(2.0vw, 23px);
  font-weight: 500;
  line-height: 2.4em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  margin: 1.25em 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-description {
    font-size: clamp(11px, 3.5vw, 19px);
  }
}
.top-lead .top-lead-moreBtn {
  margin: 3.5em auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-moreBtn {
    margin-top: 2em;
  }
}
.top-lead .top-lead-decoreImg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: none;
}
.top-lead .top-lead-decoreImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.top-lead .top-lead-decoreImg__01 {
  width: min(10vw, 192px);
  max-width: 192px;
  bottom: 5.4%;
  right: 50%;
  -webkit-transform: translate(-256%, 0);
          transform: translate(-256%, 0);
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-decoreImg__01 {
    min-width: 32px;
    right: auto;
    left: 4.5%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.top-lead .top-lead-decoreImg__02 {
  width: min(23.23vw, 446px);
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(196%, 0);
          transform: translate(196%, 0);
}
@media only screen and (max-width: 1024px) {
  .top-lead .top-lead-decoreImg__02 {
    min-width: 74px;
    left: auto;
    right: 0%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/* TOPIX
============================================================ */
.top-topix {
  position: relative;
  margin: -116px 0 0;
  z-index: 1;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-topix {
    margin-top: -5vw;
  }
}
@media only screen and (max-width: 599px) {
  .top-topix {
    margin-top: 1rem;
  }
}
.top-topix .top-topix-hl {
  margin: 0 auto 0;
  max-width: clamp(calc(282px * 0.8), calc((100vw / 1920) * 282), 282px);
}
@media only screen and (max-width: 1024px) {
  .top-topix .top-topix-hl {
    max-width: clamp(calc(282px * 0.5), calc((100vw / 1920) * 282), calc(282px * 0.9));
  }
}
.top-topix .com-news-list {
  font-size: clamp(1rem, 1.09375vw, 21px);
  max-width: 28em;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-topix .com-news-list {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  .top-topix .com-news-list {
    margin-top: 1rem;
  }
}
.top-topix .com-news-list > ul {
  border-top: none;
}
.top-topix .com-news-list > ul > li {
  font-size: inherit;
}
.top-topix .com-news-list > ul > li > a {
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.35em 1.25em;
  gap: 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-topix .com-news-list > ul > li > a {
    padding: 0.25em 1em;
  }
}
.top-topix .com-news-list > ul > li > a .date {
  font-size: 0.85em;
  min-width: initial;
  max-width: initial;
  width: 6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-topix .com-news-list > ul > li > a .title {
  font-size: inherit;
}
.top-topix .top-topix-moreBtn {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 599px) {
  .top-topix .top-topix-moreBtn {
    margin: 2rem auto 0;
  }
}

/* EVENTS
============================================================ */
.top-events {
  padding: 0 0 8.5vw;
}
@media only screen and (max-width: 1024px) {
  .top-events {
    padding: 2rem 0 4rem;
  }
}
.top-events .top-event-header {
  position: relative;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.8vw 0 1vw;
}
@media only screen and (max-width: 1024px) {
  .top-events .top-event-header {
    padding: 3rem 0 0;
  }
}
.top-events .top-event-header-decoreImg {
  position: absolute;
  display: block;
  max-width: clamp(calc(188px * 0.8), calc((100vw / 1920) * 188), 188px);
  bottom: -6%;
  right: 50%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media only screen and (max-width: 1024px) {
  .top-events .top-event-header-decoreImg {
    max-width: clamp(calc(188px * 0.5), calc((100vw / 1920) * 188), calc(188px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-events .top-event-header-decoreImg {
    -webkit-transform: translate(-120%);
            transform: translate(-120%);
  }
}
@media only screen and (max-width: 599px) {
  .top-events .top-event-header-decoreImg {
    max-width: clamp(calc(226px * 0.3), calc((100vw / 1920) * 226 * 0.8), calc(226px * 0.8));
  }
}
.top-events .top-topix-hl {
  max-width: clamp(calc(226px * 0.8), calc((100vw / 1920) * 226), 226px);
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-events .top-topix-hl {
    max-width: clamp(calc(226px * 0.5), calc((100vw / 1920) * 226), calc(226px * 0.9));
  }
}
.top-events .com-thumbnailList {
  margin: 0 0 0;
  margin-top: min(2.5vw, 48px);
}
@media only screen and (max-width: 1024px) {
  .top-events .com-thumbnailList {
    margin-top: 3rem;
  }
}
.top-events .com-thumbnailList > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 1025px) {
  .top-events .top-event-moreBtn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-events .top-event-moreBtn {
    margin: 3rem auto 0;
  }
}

/* ABOUT
============================================================ */
.top-about {
  background-color: var(--color_accent_02);
}
.top-aboutInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 1920px;
  padding: 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-aboutInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-about .top-about-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42.5%;
  padding: 11% 5.5% 3.3%;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem var(--sidePadding_base_mbl);
    position: relative;
  }
}
@media only screen and (max-width: 599px) {
  .top-about .top-about-txt {
    padding-top: 6rem;
  }
}
.top-about .top-about-txtInner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txtInner {
    position: static;
  }
}
.top-about .top-about-txt__hl {
  max-width: clamp(calc(210px * 0.8), calc((100vw / 1920) * 210), 210px);
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt__hl {
    max-width: clamp(calc(210px * 0.5), calc((100vw / 1920) * 210), calc(210px * 0.9));
  }
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt__hl {
    margin: 0 auto 0;
  }
}
.top-about .top-about-txt__description {
  font-size: clamp(1rem, 1.09375vw, 21px);
  font-weight: 500;
  line-height: 2.35em;
  letter-spacing: 0em;
  text-indent: 0em;
  margin: 41px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt__description {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-about .top-about-txt__description {
    text-align: center;
  }
}
.top-about .top-about-txt .top-about-moreLink {
  margin: 59px 0 0 auto;
  padding-left: 3.5em;
  padding-right: 3.5em;
  -webkit-transform: translate(1.5em, 0);
          transform: translate(1.5em, 0);
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-moreLink {
    margin: 2rem auto 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.top-about .top-about-txt .top-about-txt-decoreImg {
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
}
.top-about .top-about-txt .top-about-txt-decoreImg__01 {
  max-width: clamp(calc(212px * 0.8), calc((100vw / 1920) * 212), 212px);
  top: 0;
  left: 0;
  -webkit-transform: translate(-69%, -62%);
          transform: translate(-69%, -62%);
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__01 {
    max-width: clamp(calc(212px * 0.5), calc((100vw / 1920) * 212), calc(212px * 0.9));
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__01 {
    max-width: clamp(calc(381.6px * 0.8), calc((100vw / 1920) * 381.6), 381.6px);
    top: 8%;
    left: auto;
    right: 50%;
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__01 {
    max-width: clamp(calc(381.6px * 0.5), calc((100vw / 1920) * 381.6), calc(381.6px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__01 {
    max-width: clamp(calc(254.4px * 0.8), calc((100vw / 1920) * 254.4), 254.4px);
    top: 6%;
    left: auto;
    right: 50%;
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
  }
}
@media only screen and (max-width: 599px) and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__01 {
    max-width: clamp(calc(254.4px * 0.5), calc((100vw / 1920) * 254.4), calc(254.4px * 0.9));
  }
}
.top-about .top-about-txt .top-about-txt-decoreImg__02 {
  max-width: clamp(calc(382px * 0.8), calc((100vw / 1920) * 382), 382px);
  top: 0;
  right: 0;
  -webkit-transform: translate(36%, -23%);
          transform: translate(36%, -23%);
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__02 {
    max-width: clamp(calc(382px * 0.5), calc((100vw / 1920) * 382), calc(382px * 0.9));
  }
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__02 {
    max-width: clamp(calc(458.4px * 0.8), calc((100vw / 1920) * 458.4), 458.4px);
    top: 40%;
    right: 5%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .top-about .top-about-txt .top-about-txt-decoreImg__02 {
    max-width: clamp(calc(458.4px * 0.5), calc((100vw / 1920) * 458.4), calc(458.4px * 0.9));
  }
}
.top-about .top-about-pict {
  position: relative;
  width: 57.5%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-pict {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.top-about .top-about-pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* LINEUP
============================================================ */
.top-lineup {
  position: relative;
  padding: 0 0 0;
  padding-top: clamp(120px, 8.15vw, 156px);
  padding-bottom: clamp(100px, 5.95vw, 115px);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-lineup {
    padding-top: max(80px, 8.15vw);
    padding-bottom: max(80px, 5.95vw);
  }
}
@media only screen and (max-width: 599px) {
  .top-lineup {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.top-lineup::before {
  content: "";
  position: absolute;
  width: calc(100% - (var(--sidePadding_base_mbl) * 2));
  height: 86.875%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url(../images/common/logo_parts_01.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .top-lineup::before {
    background-position: center bottom;
  }
}
.top-lineup .top-lineup-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 1%;
}
.top-lineup .top-lineup-header .top-lineup-decore {
  position: absolute;
  display: block;
  max-width: clamp(calc(330px * 0.8), calc((100vw / 1920) * 330), 330px);
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(-59%, 0);
          transform: translate(-59%, 0);
}
@media only screen and (max-width: 1024px) {
  .top-lineup .top-lineup-header .top-lineup-decore {
    max-width: clamp(calc(330px * 0.5), calc((100vw / 1920) * 330), calc(330px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-lineup .top-lineup-header .top-lineup-decore {
    position: static;
    margin: 0 auto 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
}
.top-lineup .top-lineup-header .top-lineup-hl {
  max-width: clamp(calc(360px * 0.8), calc((100vw / 1920) * 360), 360px);
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-lineup .top-lineup-header .top-lineup-hl {
    max-width: clamp(calc(360px * 0.5), calc((100vw / 1920) * 360), calc(360px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-lineup .top-lineup-header .top-lineup-hl {
    margin-top: 1.5rem;
  }
}
.top-lineup .top-lineup-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 3% 3%;
  margin: 46px 0 0;
}
@media only screen and (max-width: 599px) {
  .top-lineup .top-lineup-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 30px;
    gap: 3rem 0;
  }
}
.top-lineup .top-lineup-links .lineupCard {
  display: block;
  width: 48.5%;
}
@media only screen and (max-width: 1024px) {
  .top-lineup .top-lineup-links .lineupCard {
    width: 100%;
    max-width: 450px;
  }
}
.top-lineup .top-lineup-links .lineupCardInner {
  display: block;
  text-decoration: none;
}
.top-lineup .top-lineup-links .lineupCard .lineupCard-pict {
  position: relative;
  display: block;
  overflow: hidden;
}
.top-lineup .top-lineup-links .lineupCard .lineupCard-pict::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.668%;
}
.top-lineup .top-lineup-links .lineupCard .lineupCard-pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media print, screen and (min-width: 1025px) {
  .top-lineup .top-lineup-links .lineupCard .lineupCard-pict > img {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
}
.top-lineup .top-lineup-links .lineupCard .top-lineup-moreLink {
  font-size: clamp(1rem, 1.1458333333vw, 22px);
  margin: 1.5em auto 0;
}
.top-lineup .top-lineup-links .lineupCard .top-lineup-moreLink:hover::before, .top-lineup .top-lineup-links .lineupCard .top-lineup-moreLink:hover::after {
  right: 0;
}
.top-lineup .top-lineup-links .lineupCard:hover .lineupCardInner {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top-lineup .top-lineup-links .lineupCard:hover .lineupCard-pict > img {
    -webkit-transform: translate(50%, -50%) scale(1.1);
            transform: translate(50%, -50%) scale(1.1);
  }
}
.top-lineup .top-lineup-links .lineupCard:hover .top-lineup-moreLink::before, .top-lineup .top-lineup-links .lineupCard:hover .top-lineup-moreLink::after {
  right: -0.5em;
}

/* OUR SERVICES
============================================================ */
.top-ourServices {
  position: relative;
  padding: 0 0 0;
  padding: clamp(100px, 5.95vw, 115px) 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-ourServices {
    padding-top: max(80px, 8.15vw);
    padding-bottom: max(80px, 5.95vw);
  }
}
@media only screen and (max-width: 599px) {
  .top-ourServices {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top-ourServices .top-ourServices-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 1%;
}
.top-ourServices .top-ourServices-header .top-ourServices-decore {
  display: block;
  width: 50%;
  max-width: 330px;
  -webkit-transform: translate(11%, 0);
          transform: translate(11%, 0);
  margin: 0 auto 0;
}
.top-ourServices .top-ourServices-header .top-ourServices-hl {
  max-width: clamp(calc(360px * 0.8), calc((100vw / 1920) * 360), 360px);
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-ourServices .top-ourServices-header .top-ourServices-hl {
    max-width: clamp(calc(360px * 0.5), calc((100vw / 1920) * 360), calc(360px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-ourServices .top-ourServices-header .top-ourServices-hl {
    margin-top: 1.5rem;
  }
}
.top-ourServices .top-ourServices-linkBtns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.0rem, 4.8vw, 50px);
  width: 100%;
  max-width: 970px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-ourServices .top-ourServices-linkBtns {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .top-ourServices .top-ourServices-linkBtns {
    grid-template-columns: 1fr;
  }
}
.top-ourServices .top-ourServices-linkBtns .linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 6.8em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.75em;
  background-color: #0075c1;
  padding: 1em;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-ourServices .top-ourServices-linkBtns .linkBtn {
    font-size: clamp(10px, 2.85vw, 1.3em);
  }
}
@media only screen and (max-width: 599px) {
  .top-ourServices .top-ourServices-linkBtns .linkBtn {
    min-height: 5em;
    font-size: clamp(16px, 5vw, 24px);
  }
}
.top-ourServices .top-ourServices-linkBtns .linkBtn:nth-child(2) {
  background-color: #3db270;
}
.top-ourServices .top-ourServices-linkBtns .linkBtn:nth-child(3) {
  background-color: var(--color_accent_03);
}
.top-ourServices .top-ourServices-linkBtns .linkBtn:nth-child(4) {
  color: var(--color_font);
  background-color: var(--color_accent_02);
}
.top-ourServices .top-ourServices-linkBtns .linkBtn:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top-ourServices .top-ourServices-linkBtns .linkBtn:hover {
    -webkit-animation: keyLinkBtnHover 0.4s ease-in-out;
            animation: keyLinkBtnHover 0.4s ease-in-out;
  }
  @-webkit-keyframes keyLinkBtnHover {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -5%);
              transform: translate(0, -5%);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes keyLinkBtnHover {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -5%);
              transform: translate(0, -5%);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}

/* WORKS
============================================================ */
.top-works {
  position: relative;
  padding: 14.6vw 0 6vw;
  padding-top: clamp(150px, 14.6vw, 280px);
  padding-bottom: clamp(80px, 6.0vw, 115px);
  background-color: var(--color_accent_02);
}
@media only screen and (max-width: 599px) {
  .top-works {
    padding: 3rem 0 4rem;
  }
}
.top-works .top-works-decore__01 {
  position: absolute;
  display: block;
  width: 100%;
  max-width: clamp(calc(382px * 0.8), calc((100vw / 1920) * 382), 382px);
  top: 7%;
  left: 4.5%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-decore__01 {
    max-width: clamp(calc(382px * 0.5), calc((100vw / 1920) * 382), calc(382px * 0.9));
  }
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-decore__01 {
    max-width: clamp(calc(458.4px * 0.8), calc((100vw / 1920) * 458.4), 458.4px);
    top: auto;
    bottom: 0%;
    left: auto;
    right: 4.5%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .top-works .top-works-decore__01 {
    max-width: clamp(calc(458.4px * 0.5), calc((100vw / 1920) * 458.4), calc(458.4px * 0.9));
  }
}
.top-works .top-works-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .top-works .top-works-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-works .top-works-header .top-works-decore__02 {
  position: absolute;
  display: block;
  max-width: clamp(calc(618px * 0.8), calc((100vw / 1920) * 618), 618px);
  bottom: 10%;
  left: max(9%, 130px);
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-header .top-works-decore__02 {
    max-width: clamp(calc(618px * 0.5), calc((100vw / 1920) * 618), calc(618px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-works .top-works-header .top-works-decore__02 {
    position: static;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto 0;
  }
}
.top-works .top-works-header .top-works-hl {
  max-width: clamp(calc(236px * 0.8), calc((100vw / 1920) * 236), 236px);
  margin: 0 0 0 1.75em;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-header .top-works-hl {
    max-width: clamp(calc(236px * 0.5), calc((100vw / 1920) * 236), calc(236px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-works .top-works-header .top-works-hl {
    width: 100%;
    margin: 2rem auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-moreBtn {
    margin: 3rem auto 0;
  }
}
.top-works .com-thumbnailList {
  position: relative;
  margin: 2.75vw 0 0;
  margin-top: min(2.75vw, 58px);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-works .com-thumbnailList {
    margin-top: 3rem;
  }
}
.top-works .com-thumbnailList > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* LINKS
============================================================ */
.top-links {
  padding: 6.3vw 0;
  padding: clamp(4.0rem, 6.3vw, 120px) 0;
}
.top-linksInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4%;
  width: 100%;
}
.top-links .linkCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 48%;
  background-color: var(--color_main);
  padding: 4.65% 5%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .top-links .linkCard:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media only screen and (max-width: 599px) {
  .top-links .linkCard {
    width: 100%;
  }
}
.top-links .linkCard::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 34.5%;
  bottom: 0;
  left: 0;
  background-color: var(--color_accent);
  -webkit-clip-path: polygon(0 0, 100% 26%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 26%, 100% 100%, 0% 100%);
}
.top-links .linkCardInner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .top-links .linkCardInner {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-links .linkCardInner > img {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
}
.top-links .linkCard:hover {
  opacity: 1 !important;
}
.top-links .linkCard:hover .linkCardInner > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* STAFF BLOG
============================================================ */
.top-staffBlog {
  position: relative;
  padding: 13.5vw 0;
  padding: clamp(80px, 13.5vw, 260px) 0 clamp(120px, 10.0vw, 192px);
}
@media only screen and (max-width: 599px) {
  .top-staffBlog {
    padding: 2rem 0 6rem;
  }
}
.top-staffBlog::before {
  content: "";
  position: absolute;
  width: calc(100% - (var(--sidePadding_base_mbl) * 2));
  height: 81%;
  top: 46%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url(../images/common/logo_parts_01.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .top-staffBlog::before {
    top: 50%;
    height: 80%;
  }
}
.top-staffBlog .top-staffBlog-header {
  position: relative;
}
.top-staffBlog .top-staffBlog-header .top-staffBlog-decore__01 {
  position: absolute;
  display: block;
  max-width: clamp(calc(74px * 0.8), calc((100vw / 1920) * 74), 74px);
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-400%, -50%);
          transform: translate(-400%, -50%);
}
@media only screen and (max-width: 1024px) {
  .top-staffBlog .top-staffBlog-header .top-staffBlog-decore__01 {
    max-width: clamp(calc(74px * 0.5), calc((100vw / 1920) * 74), calc(74px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-staffBlog .top-staffBlog-header .top-staffBlog-decore__01 {
    position: static;
    margin: 0 auto 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.top-staffBlog .top-staffBlog-header .top-staffBlog-hl {
  max-width: clamp(calc(412px * 0.8), calc((100vw / 1920) * 412), 412px);
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-staffBlog .top-staffBlog-header .top-staffBlog-hl {
    max-width: clamp(calc(412px * 0.5), calc((100vw / 1920) * 412), calc(412px * 0.9));
  }
}
@media only screen and (max-width: 599px) {
  .top-staffBlog .top-staffBlog-header .top-staffBlog-hl {
    margin-top: 1.5rem;
  }
}
.top-staffBlog .com-thumbnailList {
  margin-top: clamp(40px, 2.6vw, 50px);
}
.top-staffBlog .com-thumbnailList > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-staffBlog .com-thumbnailList > ul > li:nth-child(n+4) {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-staffBlog .top-staffBlog-moreBtn {
    margin: 4rem auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-staffBlog .top-staffBlog-moreBtn {
    margin: 3rem auto 0;
  }
}

/* SECTION GROUP 02
============================================================ */
.top-sectionGroup__02 {
  background: url(../images/home/contact_bg_decore.svg) no-repeat center top/max(3000px, 100.0vw) auto;
  background-color: var(--color_main);
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__02 {
    background-size: 156.25vw auto;
  }
}

/* CONTACT
============================================================ */
.top-contact {
  padding: 1.25vw 0 3vw;
  padding: min(1.25vw, 24px) 0 min(3.0vw, 60px);
}
@media only screen and (max-width: 1024px) {
  .top-contact {
    padding: 0 0 2rem;
  }
}
.top-contact .top-contact-hl {
  max-width: clamp(calc(354px * 0.8), calc((100vw / 1920) * 354), 354px);
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-contact .top-contact-hl {
    max-width: clamp(calc(354px * 0.5), calc((100vw / 1920) * 354), calc(354px * 0.9));
  }
}
.top-contact .top-contact-linkBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 5%;
  gap: 1rem;
  margin: 0 auto 0;
  max-width: 1280px;
}
@media only screen and (max-width: 599px) {
  .top-contact .top-contact-linkBtns {
    gap: 0.5rem;
  }
}
.top-contact .top-contact-linkBtns .linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 0.5rem);
  background-color: var(--color_accent_02);
  color: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
  .top-contact .top-contact-linkBtns .linkBtn {
    width: calc(50% - 0.25rem);
  }
}
.top-contact .top-contact-linkBtns .linkBtn > img {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.top-contact .top-contact-linkBtns .linkBtn:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top-contact .top-contact-linkBtns .linkBtn:hover > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top-contact .top-contact-linkBtns .linkBtn.toMail {
  position: relative;
}
.top-contact .top-contact-linkBtns .linkBtn.toMail .linkBtn-subImg {
  content: "";
  position: absolute;
  display: block;
  width: 47%;
  height: 0;
  top: -22%;
  left: -15%;
}
.top-contact .top-contact-linkBtns .linkBtn.toTel {
  width: 100%;
}

/* MAP
============================================================ */
.top-map .top-map-mapWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 39.6%;
  overflow: hidden;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-map .top-map-mapWrap {
    padding-bottom: 380px;
  }
}
@media only screen and (max-width: 599px) {
  .top-map .top-map-mapWrap {
    padding-bottom: 350px;
  }
}
.top-map .top-map-mapWrap > iframe {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 120% !important;
  top: 60%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* LINK BANNER
============================================================ */
.top-linkBanners {
  padding: min(7vw, 134px) 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-linkBanners {
    padding: 4rem 0;
  }
}
.top-linkBannersInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top-linkBannersInner {
    gap: 1rem 1rem;
  }
}
.top-linkBanners .linkBanner {
  display: block;
  width: calc(25% - (1.5rem * 3 / 4));
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-linkBanners .linkBanner {
    width: calc(100% / 3 - (1.0rem * 2 / 3));
  }
}
@media only screen and (max-width: 599px) {
  .top-linkBanners .linkBanner {
    width: calc(50% - (1.0rem * 1 / 2));
  }
}