@charset "UTF-8";
.js-animation.odd {
  opacity: 0;
  -webkit-transition: opacity 400ms linear 0ms, -webkit-transform 450ms ease-out 0ms;
  transition: opacity 400ms linear 0ms, -webkit-transform 450ms ease-out 0ms;
  transition: opacity 400ms linear 0ms, transform 450ms ease-out 0ms;
  transition: opacity 400ms linear 0ms, transform 450ms ease-out 0ms, -webkit-transform 450ms ease-out 0ms;
  -webkit-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
      transform: translate(15px, 0);
}

.js-animation.even {
  opacity: 0;
  -webkit-transition: opacity 400ms linear 0ms, -webkit-transform 450ms ease-out 0ms;
  transition: opacity 400ms linear 0ms, -webkit-transform 450ms ease-out 0ms;
  transition: opacity 400ms linear 0ms, transform 450ms ease-out 0ms;
  transition: opacity 400ms linear 0ms, transform 450ms ease-out 0ms, -webkit-transform 450ms ease-out 0ms;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
      transform: translate(-15px, 0);
}

.js-animation.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
}

.cmHero {
  position: relative;
  overflow: hidden;
}
.cmHero > video {
  position: absolute;
}
.cmHero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .cmHero {
    height: 41.143vw;
    max-height: 576px;
    min-height: 423px;
    position: relative;
    margin-top: 92px;
  }
  .cmHero > video {
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .cmHero {
    height: 66.934vw;
    margin-top: 46px;
  }
  .cmHero > video {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
  }
}
.tpHero_bg01,
.tpHero_bg02,
.tpHero_bg03,
.tpHero_bg04,
.tpHero_bg05,
.tpHero_bg06,
.tpHero_bg07 {
  position: absolute;
  visibility: hidden;
  z-index: 2;
}

.tpHero_bg01::before,
.tpHero_bg02::before,
.tpHero_bg03::before,
.tpHero_bg04::before,
.tpHero_bg05::before,
.tpHero_bg06::before,
.tpHero_bg07::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 5000ms linear 0ms;
  transition: -webkit-transform 5000ms linear 0ms;
  transition: transform 5000ms linear 0ms;
  transition: transform 5000ms linear 0ms, -webkit-transform 5000ms linear 0ms;
  pointer-events: none;
}

.tpHero_bg01.current,
.tpHero_bg02.current,
.tpHero_bg03.current,
.tpHero_bg04.current,
.tpHero_bg05.current,
.tpHero_bg06.current,
.tpHero_bg07.current {
  visibility: visible;
  z-index: 5;
}

.tpHero_bg01.prev,
.tpHero_bg02.prev,
.tpHero_bg03.prev,
.tpHero_bg04.prev,
.tpHero_bg05.prev,
.tpHero_bg06.prev,
.tpHero_bg07.prev {
  visibility: visible;
  z-index: 3;
}

.tpHero_bg01 {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  visibility: visible;
  z-index: 2;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .tpHero_bg01 {
    padding: 24.143% 53.429%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg01 {
    width: 148.125%;
    height: 100%;
  }
}
.tpHero_bg01::before {
  background-image: url(../img/top/hero_bg01.jpg);
}

.tpHero_bg01.current::before {
  -webkit-transform: translate(-6.417%, 0);
  -ms-transform: translate(-6.417%, 0);
      transform: translate(-6.417%, 0);
}

.tpHero_bg02 {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .tpHero_bg02 {
    padding: 24.143% 54.429%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg02 {
    width: 150.898%;
    height: 100%;
  }
}
.tpHero_bg02::before {
  background-image: url(../img/top/hero_bg02.jpg);
}

.tpHero_bg02.current::before {
  -webkit-transform: translate(8.137%, 0);
  -ms-transform: translate(8.137%, 0);
      transform: translate(8.137%, 0);
}

.tpHero_bg03 {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .tpHero_bg03 {
    padding: 32.75% 50%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg03 {
    width: 100%;
    height: 135.651%;
  }
}
.tpHero_bg03::before {
  background-image: url(../img/top/hero_bg03.jpg);
}

.tpHero_bg03.current::before {
  -webkit-transform: translate(0, 26.282%);
  -ms-transform: translate(0, 26.282%);
      transform: translate(0, 26.282%);
}

.tpHero_bg04 {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .tpHero_bg04 {
    padding: 30.608% 50%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg04 {
    width: 100%;
    height: 126.776%;
  }
}
.tpHero_bg04::before {
  background-image: url(../img/top/hero_bg04.jpg);
}

.tpHero_bg04.current::before {
  -webkit-transform: translate(0, -21.12%);
  -ms-transform: translate(0, -21.12%);
      transform: translate(0, -21.12%);
}

.tpHero_bg05 {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .tpHero_bg05 {
    padding: 24.143% 54.786%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg05 {
    width: 151.888%;
    height: 100%;
  }
}
.tpHero_bg05::before {
  background-image: url(../img/top/hero_bg05.jpg);
}

.tpHero_bg05.current::before {
  -webkit-transform: translate(8.736%, 0);
  -ms-transform: translate(8.736%, 0);
      transform: translate(8.736%, 0);
}

.tpHero_bg06 {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .tpHero_bg06 {
    padding: 24.143% 53.608%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg06 {
    width: 148.62%;
    height: 100%;
  }
}
.tpHero_bg06::before {
  background-image: url(../img/top/hero_bg06.jpg);
}

.tpHero_bg06.current::before {
  -webkit-transform: translate(-6.728%, 0);
  -ms-transform: translate(-6.728%, 0);
      transform: translate(-6.728%, 0);
}

.tpHero_bg06.prev {
  opacity: 0;
}

.tpHero_bg07 {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .tpHero_bg07 {
    padding: 24.143% 53.608%;
  }
}
@media screen and (max-width: 767px) {
  .tpHero_bg07 {
    width: 148.62%;
    height: 100%;
  }
}
.tpHero_bg07::before {
  background-color: #fff;
  background-image: url(../img/top/hero_bg06.jpg);
}

.tpHero_bg07.current::before {
  -webkit-transform: translate(-5.383%, 0);
  -ms-transform: translate(-5.383%, 0);
  transform: translate(-5.383%, 0);
  -webkit-transition: opacity 2000ms linear 0ms;
  transition: opacity 2000ms linear 0ms;
  opacity: 0;
}

.tpHero_bg07.prev {
  opacity: 0;
}

.tpHero_copy {
  position: absolute;
  z-index: 10;
}
.tpHero_copy > p span,
.tpHero_copy > p span::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tpHero_copy > p {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.tpHero_copy > p span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  cursor: default;
}
.tpHero_copy > p span::after {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0060b5;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.tpHero_copy > p + p span {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.tpHero_copy > p + p span::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.tpHero_copy.is-active > p span {
  opacity: 1;
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
}
.tpHero_copy.is-active > p span::after {
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

@media screen and (min-width: 768px) {
  .tpHero_copy {
    left: 9.929%;
    top: 12.912%;
  }
  .tpHero_copy > p {
    font-size: 48px;
  }
  .tpHero_copy > p span {
    text-shadow: 0px 0px 8px rgba(0, 96, 179, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .tpHero_copy {
    left: 4%;
    top: 8.75%;
  }
  .tpHero_copy > p {
    font-size: 6.8vw;
  }
  .tpHero_copy > p span {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.cmBody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .cmBody {
    width: 100%;
  }
}
.tpBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tpTitle01 {
  position: relative;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .tpTitle01 {
    font-size: 26px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .tpTitle01 {
    font-size: 20.5px;
    text-align: center;
  }
}
.tpTitle01 > h2 {
  line-height: 1 !important;
  font: inherit !important;
}

@media screen and (max-width: 767px) {
  .tpTitle01 > h2 {
    line-height: 1.342em !important;
  }
}
.tpTitle01 > small {
  display: block;
  letter-spacing: 0.07em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .tpTitle01 > small {
    margin-top: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .tpTitle01 > small {
    margin-top: 7px;
    font-size: 8px;
  }
}
.tpTitle02 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0px 0px 3px rgb(0, 31, 109);
}

@media screen and (min-width: 768px) {
  .tpTitle02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tpTitle02 {
    font-size: 20px;
  }
}
.tpTitle02 > h3 {
  line-height: 1 !important;
  font: inherit !important;
}

.tpTitle02 > small {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tpTitle02 > small {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tpTitle02 > small {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.tpText01 {
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .tpText01 {
    width: 300px;
    line-height: 1.858em;
    font-size: 14px;
  }
  .tpText01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpText01 > *:not(div):first-child {
    margin-top: -0.428em;
  }
  .tpText01 > *:not(div):last-child {
    margin-bottom: -0.428em;
  }
  .tpText01 > *:not(div) + *:not(div) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .tpText01 {
    line-height: 2.04em;
    font-size: 12.5px;
  }
  .tpText01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpText01 > *:not(div):first-child {
    margin-top: -0.52em;
  }
  .tpText01 > *:not(div):last-child {
    margin-bottom: -0.52em;
  }
  .tpText01 > *:not(div) + *:not(div) {
    margin-top: 1.24em;
  }
}
.tpText02 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tpText02 {
    width: 383px;
    line-height: 2em;
    font-size: 14px;
  }
  .tpText02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpText02 > *:not(div):first-child {
    margin-top: -0.5em;
  }
  .tpText02 > *:not(div):last-child {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .tpText02 {
    line-height: 2.04em;
    font-size: 12.5px;
    text-align: justify;
  }
  .tpText02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpText02 > *:not(div):first-child {
    margin-top: -0.52em;
  }
  .tpText02 > *:not(div):last-child {
    margin-bottom: -0.52em;
  }
}
.tpImage01 {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .tpImage01 {
    width: 100%;
  }
}
.tpImage01 img {
  width: 100%;
}

.tpList01 {
  width: 100%;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .tpList01 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1030px;
    height: 34.5vw;
    min-height: 356px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .tpList01 > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media all and (-ms-high-contrast: none) {
  .tpList01 > ul {
    -ms-grid-columns: 1.345fr 3px 1.345fr 3px 1fr;
    grid-template-columns: 1.345fr 3px 1.345fr 3px 1fr;
    -ms-grid-rows: 1fr 3px 1fr;
    grid-template-rows: 1fr 3px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .tpList01 > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .tpList01 > ul > li:nth-child(2) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .tpList01 > ul > li:nth-child(3) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .tpList01 > ul > li:nth-child(4) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 767px) {
  .tpList01 > ul > li {
    width: 100%;
    margin-top: 0.8vw;
  }
  .tpList01 > ul > li:nth-child(1) {
    margin-top: 0;
  }
  .tpList01 > ul > li:nth-child(3),
  .tpList01 > ul > li:nth-child(4) {
    width: 49.6%;
  }
}
@media all and (-ms-high-contrast: none) {
  .tpList01 > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .tpList01 > ul > li:nth-child(2) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .tpList01 > ul > li:nth-child(3) {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .tpList01 > ul > li:nth-child(4) {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .tpList01 > ul > li img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tpList02 {
    float: right;
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .tpList02 {
    margin-top: 40px;
  }
}
.tpList02 li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tpList02 li + li {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .tpList02 li + li {
    margin-top: 28px;
  }
}
.tpList03 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tpList03 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tpList03 {
    width: 89.334%;
    margin: 0 auto;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tpList03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .tpList03 ul::after {
    content: "";
    display: block;
    clear: both;
  }
}
.tpList03 ul > li {
  width: 30.6%;
}

@media screen and (min-width: 768px) {
  .tpList03 ul > li:nth-child(1) {
    margin-top: 70px;
  }
  .tpList03 ul > li:nth-child(3) {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .tpList03 ul > li {
    width: 46.866%;
  }
  .tpList03 ul > li:nth-child(1) {
    float: left;
  }
  .tpList03 ul > li:nth-child(2) {
    float: right;
    margin-top: -80px;
  }
  .tpList03 ul > li:nth-child(3) {
    float: right;
    margin-top: 35px;
  }
}
.tpList04 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .tpList04 {
    margin-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .tpList04 {
    width: 89.334%;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .tpList04 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tpList04 ul > li {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .tpList04 ul > li + li {
    margin-top: 10px;
  }
}
.tpList05 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tpList05 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tpList05 {
    width: 89.334%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.tpList05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .tpList05 ul > li {
    width: 140px;
    margin: 44px 0 0 32px;
  }
  .tpList05 ul > li:nth-child(6n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tpList05 ul > li {
    width: 31.344%;
    margin-top: 24px;
  }
}
.tpLink01 {
  display: block;
  position: relative;
  overflow: hidden;
}

.tpLink01::after {
  content: "";
  position: absolute;
  background: #001446;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease 0ms;
  transition: opacity 500ms ease 0ms;
  pointer-events: none;
}

.tpLink01 > img {
  -webkit-transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
  transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
  transition: transform 500ms ease 0ms, filter 500ms ease 0ms;
  transition: transform 500ms ease 0ms, filter 500ms ease 0ms, -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
}

@media screen and (max-width: 767px) {
  .tpLink01 > img {
    width: 100%;
  }
}
.tpLink01 .tpTitle02 {
  z-index: 3;
}

.tpLink01:hover::after {
  opacity: 0.25;
}

.tpLink01:hover > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

@media screen and (min-width: 768px) {
  .tpLink02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tpLink02 {
    margin-top: 40px;
  }
  .tpLink02 .btn_line01 {
    width: 48vw;
  }
  .tpLink02 > a {
    margin: 0 auto;
  }
}
.tpLink03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .tpLink03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 89.334%;
    margin: 0 auto;
  }
}
li.new > .tpLink03::before {
  content: "NEW";
  background: #e61e1e;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  li.new > .tpLink03::before {
    position: absolute;
    width: 3.4em;
    left: 0;
    top: 20px;
    line-height: 1.6em;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  li.new > .tpLink03::before {
    width: 3.22222em;
    min-width: 29px;
    margin-right: 5px;
    line-height: 1.55556em;
    font-size: 9px;
  }
}
.tpLink03 > time {
  display: block;
}

@media screen and (min-width: 768px) {
  .tpLink03 > time {
    line-height: 1.28571em;
    font-size: 14px;
  }
  .tpLink03 > time + i,
  .tpLink03 > time + p {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tpLink03 > time {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 7px;
    line-height: 1.16667em;
    font-size: 12px;
  }
}
.tpLink03 > i {
  display: block;
  background: #000;
  font-style: normal;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .tpLink03 > i {
    width: 5.2em;
    line-height: 1.8em;
    font-size: 10px;
  }
  .tpLink03 > i + p {
    margin-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .tpLink03 > i {
    width: 5.11111em;
    min-width: 46px;
    line-height: 1.55556em;
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .tpLink03 > p {
    line-height: 1.28571em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tpLink03 > p {
    width: 100%;
    margin-top: 7px;
    line-height: 1.66667em;
    font-size: 12px;
  }
}
.tpLink04 {
  display: block;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.tpLink04 > figure {
  position: relative;
  overflow: hidden;
}

.tpLink04 > figure::after {
  content: "";
  position: absolute;
  background: #001446;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease 0ms;
  transition: opacity 500ms ease 0ms;
  pointer-events: none;
}

.tpLink04 > figure > img {
  -webkit-transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
  transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
  transition: transform 500ms ease 0ms, filter 500ms ease 0ms;
  transition: transform 500ms ease 0ms, filter 500ms ease 0ms, -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
}

.tpLink04 > p {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .tpLink04 > p {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tpLink04 > p {
    margin-top: 8px;
    font-size: 12.5px;
  }
}
.tpLink04:hover > figure::after {
  opacity: 0.25;
}

.tpLink04:hover > figure > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.tpLink05 {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.tpLink05::after {
  content: "";
  position: absolute;
  background: #001446;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease 0ms;
  transition: opacity 500ms ease 0ms;
  pointer-events: none;
}

.tpLink05 > img {
  -webkit-transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
  transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
  transition: transform 500ms ease 0ms, filter 500ms ease 0ms;
  transition: transform 500ms ease 0ms, filter 500ms ease 0ms, -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
}

@media screen and (max-width: 767px) {
  .tpLink05 > img {
    width: 100%;
  }
}
.tpLink05 > p {
  position: absolute;
  left: 50%;
  top: 50%;
  letter-spacing: 0.07em;
  line-height: 1;
  z-index: 3;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .tpLink05 > p {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tpLink05 > p {
    font-size: 17px;
  }
}
.tpLink05:hover::after {
  opacity: 0.25;
}

.tpLink05:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.tpLink06 {
  display: block;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.tpLink06:hover > img {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .tpLink06 > p {
    margin-top: 20px;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    font-size: 12px;
  }
  .tpLink06 > p > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpLink06 > p > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .tpLink06 > p > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .tpLink06 > p {
    margin-top: 7px;
    line-height: 1.5em;
    font-size: 10px;
  }
  .tpLink06 > p > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpLink06 > p > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .tpLink06 > p > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
.tpLink07 {
  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;
  position: absolute;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .tpLink07 {
    padding: 0.858em 1.429em;
    line-height: 1.5em;
    font-size: 14px;
  }
  .tpLink07 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpLink07 > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .tpLink07 > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .tpLink07 {
    padding: 0.715em 1.143em;
    line-height: 1.381em;
    font-size: 10.5px;
    white-space: nowrap;
  }
  .tpLink07 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpLink07 > *:not(div):first-child {
    margin-top: -0.19em;
  }
  .tpLink07 > *:not(div):last-child {
    margin-bottom: -0.19em;
  }
}
.tpLink07::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .tpLink07::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .tpLink07::before {
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
  }
}
.tpLink07.dn::before {
  top: 100%;
  margin: -1px auto 0;
}

@media screen and (min-width: 768px) {
  .tpLink07.dn::before {
    border-top: 15px solid;
  }
}
@media screen and (max-width: 767px) {
  .tpLink07.dn::before {
    border-top: 10px solid;
  }
}
.tpLink07.up::before {
  bottom: 100%;
  margin: 0 auto -1px;
}

@media screen and (min-width: 768px) {
  .tpLink07.up::before {
    border-bottom: 15px solid;
  }
}
@media screen and (max-width: 767px) {
  .tpLink07.up::before {
    border-bottom: 10px solid;
  }
}
.tpLink07.col01 {
  background: #f58200;
}

.tpLink07.col01::before {
  color: #f58200;
}

.tpLink07.col02 {
  background: #00afeb;
}

.tpLink07.col02::before {
  color: #00afeb;
}

.tpLink07:hover {
  background: #0060b5;
}

.tpLink07:hover::before {
  color: #0060b5;
}

.tpTech_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .tpTech_section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tpTech_section .tpTitle01 {
    width: 100%;
    margin-bottom: 35px;
    font-size: 34px;
  }
  .tpTech_section .tpText01 {
    padding-top: 14px;
  }
  .tpTech_section .tpImage01 {
    position: relative;
    width: 640px;
  }
  .tpTech_section .tpImage01 > ul {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tpTech_section .tpImage01 > ul > li {
    position: absolute;
  }
  .tpTech_section .tpImage01 > ul > li a img {
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
  }
  .tpTech_section .tpImage01 > ul > li a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .tpTech_section .tpImage01 > ul .tech_balloon01 {
    width: 7.1428571429vw;
    top: 16.3571428571vw;
    left: 1.2142857143vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon02 {
    width: 11.5714285714vw;
    top: 26.5714285714vw;
    left: 1.7857142857vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon03 {
    width: 7.2857142857vw;
    top: 16.7857142857vw;
    left: 16.2142857143vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon04 {
    width: 8vw;
    top: 12.9285714286vw;
    left: 28.2857142857vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon05 {
    width: 9.5714285714vw;
    top: 5vw;
    left: 35.7142857143vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon06 {
    width: 7.4285714286vw;
    /* 廃棄物・エネルギーを左へ調整 */
    top: 14vw;
    left: 45vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon07 {
    width: 7.6428571429vw;
    /* 廃棄物・エネルギーを左へ調整 */
    top: 25.7142857143vw;
    left: 47.3571428571vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon08 {
    width: 9.7142857143vw;
    top: 30.6428571429vw;
    left: 37.1428571429vw;
  }
  .tpTech_section .tpImage01 > figure {
    position: relative;
    width: 57.1428571429vw;
  }
  .tpTech_section .tpLink07.lnk01 {
    left: 18.572%;
    top: 51.159%;
  }
  .tpTech_section .tpLink07.lnk02 {
    left: 40.715%;
    top: 49.807%;
  }
  .tpTech_section .tpLink07.lnk03 {
    left: 82.977%;
    top: 40.348%;
  }
  .tpTech_section .tpLink07.lnk04 {
    left: 57.381%;
    top: 66.217%;
  }
  .tpTech_section .tpLink07.lnk05 {
    left: 30.596%;
    top: 90.155%;
  }
}
@media screen and (max-width: 1720px) {
  .tpTech_section .tpImage01 > figure {
    width: 59.2857142857vw;
  }
}
@media screen and (max-width: 1400px) {
  .tpTech_section .tpImage01 > figure {
    width: 61.4285714286vw;
  }
}
@media screen and (max-width: 1140px) {
  .tpTech_section .tpImage01 > figure {
    width: 62.8571428571vw;
  }
}
@media screen and (max-width: 1050px) {
  .tpTech_section .tpImage01 > figure {
    width: auto;
    min-width: 654px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon01 {
    width: 77.8571428571px;
    top: 178.2928571429px;
    left: 13.2357142857px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon02 {
    width: 126.1285714286px;
    top: 289.6285714286px;
    left: 19.4642857143px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon03 {
    width: 79.4142857143px;
    top: 182.9642857143px;
    left: 176.7357142857px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon04 {
    width: 87.2px;
    top: 140.9214285714px;
    left: 308.3142857143px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon05 {
    width: 104.3285714286px;
    top: 54.5px;
    left: 389.2857142857px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon06 {
    width: 80.9714285714px;
    /* 廃棄物・エネルギーを左へ調整 */
    top: 152.6px;
    left: 490.5px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon07 {
    width: 83.3071428571px;
    /* 廃棄物・エネルギーを左へ調整 */
    top: 280.2857142857px;
    left: 516.1928571429px;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon08 {
    width: 105.8857142857px;
    top: 334.0071428571px;
    left: 404.8571428571px;
  }
}
@media screen and (max-width: 767px) {
  .tpTech_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tpTech_section .tpTitle01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.667vw;
  }
  .tpTech_section .tpImage01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .tpTech_section .tpImage01 > ul {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tpTech_section .tpImage01 > ul > li {
    position: absolute;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon01 {
    width: 12.5333333333vw;
    top: 27.2vw;
    left: 2vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon02 {
    width: 19.3333333333vw;
    top: 44.2666666667vw;
    left: 2.9333333333vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon03 {
    width: 12.8vw;
    top: 27.8666666667vw;
    left: 26.6666666667vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon04 {
    width: 17.0666666667vw;
    top: 21.6vw;
    left: 45.2vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon05 {
    width: 16.6666666667vw;
    top: 9.0666666667vw;
    left: 58.6666666667vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon06 {
    width: 16vw;
    top: 24.2666666667vw;
    left: 81.3333333333vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon07 {
    width: 17.8666666667vw;
    top: 37.2vw;
    left: 79.4666666667vw;
  }
  .tpTech_section .tpImage01 > ul .tech_balloon08 {
    width: 20.1333333333vw;
    top: 50.4vw;
    left: 62.1333333333vw;
  }
  .tpTech_section .tpImage01 > figure {
    position: relative;
    min-width: 100%;
  }
  .tpTech_section .tpText01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 89.334%;
    margin-top: 30px;
  }
  .tpTech_section .tpLink07.lnk01 {
    left: 10.534%;
    top: 41.4%;
  }
  .tpTech_section .tpLink07.lnk02 {
    left: 38.267%;
    top: 39.6%;
  }
  .tpTech_section .tpLink07.lnk03 {
    left: 91.334%;
    top: 32.6%;
  }
  .tpTech_section .tpLink07.lnk04 {
    left: 59.334%;
    top: 58.6%;
  }
  .tpTech_section .tpLink07.lnk05 {
    left: 26%;
    top: 90.6%;
  }
  .tpTech_section .tpList01 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}
@media screen and (min-width: 768px) {
  .tpNews_section {
    max-width: 1000px;
    margin-top: 85px;
  }
  .tpNews_section + .tpList04 {
    margin-top: 140px;
  }
  .tpNews_section::after {
    content: "";
    display: block;
    clear: both;
  }
  .tpNews_section .tpTitle01 {
    float: left;
    width: 300px;
  }
  .tpNews_section .tpLink02 {
    float: left;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .tpNews_section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tpInfo_section {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .tpInfo_section {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767px) {
  .tpInfo_section .tpTitle01 {
    padding-left: 20px;
    text-align: left;
  }
}
.tpInfo_section .tpTitle01::before {
  content: "";
  position: absolute;
  background: #e9f4fb;
}

@media screen and (min-width: 768px) {
  .tpInfo_section .tpTitle01::before {
    width: 1000vw;
    height: 360px;
    right: 48%;
    top: -53px;
  }
}
@media screen and (max-width: 767px) {
  .tpInfo_section .tpTitle01::before {
    height: 400px;
    left: 0;
    right: 67px;
    top: -45px;
  }
}
.tpInfo_section .tpTitle01 > * {
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .tpInfo_section .tpList03 {
    height: 465px;
  }
}
.tpRecu_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .tpRecu_section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .tpRecu_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 89.334%;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .tpRecu_section .tpImage01 {
    width: 550px;
  }
  .tpRecu_section .tpImage01 > figure {
    width: 750px;
    margin-left: -200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1401px) {
  .tpRecu_section .tpImage01 > figure {
    width: 53.572vw;
    margin-left: calc(550px - 53.572vw);
  }
}
@media screen and (max-width: 767px) {
  .tpRecu_section .tpImage01 {
    width: 105.971%;
  }
}
@media screen and (min-width: 768px) {
  .tpRecu_section .tpBox01 {
    width: 450px;
    padding: 0 0 0 6.7%;
  }
  .tpRecu_section .tpBox01::before {
    content: "";
    background: #0060b5;
    position: absolute;
    width: 520px;
    left: 550px;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .tpRecu_section .tpBox01 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: #0060b5;
    width: 105.971%;
    padding: 50px 35px;
  }
  .tpRecu_section .tpBox01 .btn_line01 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .tpRecu_section .tpTitle01 {
    width: 383px;
  }
}
@media screen and (min-width: 768px) {
  .tpRecu_section .tpText02 {
    margin: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .tpRecu_section .tpText02 {
    margin: 39px 0 35px;
  }
  .tpRecu_section .tpText02 br {
    display: none;
  }
}
.tpRecu_section .btn_line01:hover {
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .tpAffi_section {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .tpAffi_section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tpAffi_section .tpTitle01 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tpAffi_section .tpTitle01 {
    font-size: 19px;
  }
}
#irp-press-top li > .tpLink03 > time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6em !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  #irp-press-top li > .tpLink03 > time {
    width: 6em !important;
  }
}
#irp-press-top li > .tpLink03 > time + i {
  margin-left: 0;
}

#irp-press-top li > .tpLink03 > p {
  padding-left: 3.5em;
}

@media screen and (max-width: 767px) {
  #irp-press-top li > .tpLink03 > p {
    padding-left: 0;
  }
}
#irp-press-top li > .tpLink03 > i {
  line-height: 1em;
}

#irp-press-top li.new > .tpLink03::before {
  content: none;
}

@media screen and (max-width: 767px) {
  #irp-press-top li.new > .tpLink03::before {
    content: "NEW";
    background: #e61e1e;
    text-align: center;
    color: #fff;
    width: 3.22222em;
    min-width: 29px;
    line-height: 1em;
    font-size: 9px;
    left: 14.7em;
    padding: 5px 0 3px;
  }
}
#irp-press-top li.new > .tpLink03 > p {
  position: relative;
}

#irp-press-top li.new > .tpLink03 > p::before {
  content: "NEW";
  background: #e61e1e;
  border: 1px solid #e61e1e;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4em;
  padding: 4px 0 3px;
  line-height: 1em;
  font-size: 10px;
}

@media all and (-ms-high-contrast: none) {
  #irp-press-top li.new > .tpLink03 > p::before {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #irp-press-top li.new > .tpLink03 > p::before {
    content: none;
  }
}
#irp-press-top i {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#irp-press-top i::after {
  display: inline-block;
  padding: 4px 0 3px;
}

@media all and (-ms-high-contrast: none) {
  #irp-press-top i::after {
    padding-bottom: 0;
  }
}
.top_announcement {
  position: relative;
  width: 100%;
  min-width: 1030px;
  margin: 0 calc(50% - 50vw) 0;
  padding: 54px 0;
  background-color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .top_announcement {
    min-width: auto;
    margin: 0 0 -46px;
    padding: 9.3333333333% 0;
  }
}
.top_announcement_inr {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_announcement_inr {
    width: 100%;
  }
}
.top_announcement_btn {
  position: absolute;
  top: -210px;
  right: -14.5%;
  width: 136px;
  z-index: 5;
}

@media screen and (max-width: 1310px) {
  .top_announcement_btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_announcement_btn {
    top: -26.6666666667vw;
    right: 3.3333333333vw;
    width: 22.1333333333vw;
  }
}
.top_announcement_ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_announcement_ttl {
    width: 89.3333333333%;
    margin: 0 auto;
  }
}
.top_announcement_cont {
  width: 724px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_announcement_cont {
    width: 100%;
    margin-top: 6.6666666667%;
    display: block;
  }
}
.top_announcement_info {
  width: 431px;
}

@media screen and (max-width: 767px) {
  .top_announcement_info {
    width: 80%;
    margin: 0 auto;
  }
}
.top_announcement_link {
  width: 258px;
}
.top_announcement_link > li + li {
  margin-top: 10px;
}
.top_announcement_link > li .btn {
  display: block;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.top_announcement_link > li .btn.new {
  background-color: #0068b7;
}
.top_announcement_link > li .btn.registered {
  color: #1a1a1a;
  background-color: #fff;
}
.top_announcement_link > li .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .top_announcement_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 89.3333333333%;
    margin: 6.6666666667% auto 0;
  }
  .top_announcement_link > li {
    width: 48.6567164179%;
  }
  .top_announcement_link > li + li {
    margin-top: 0;
  }
  .top_announcement_link > li .btn {
    padding: 9.2024539877% 0;
    font-size: 3.8666666667vw;
  }
}
.top_announcement_link_annotation {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .top_announcement_link_annotation {
    margin-top: 6.1349693252%;
    font-size: 3.0666666667vw;
  }
}
.top_pickup {
  position: relative;
  width: 100vw;
  background-color: #0a72bf;
}
.top_pickup_inr {
  position: relative;
}
.top_pickup_inr::before, .top_pickup_inr::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #0068b7;
  pointer-events: none;
}
.top_pickup_inr::before {
  left: 0;
  width: 770px;
  -webkit-transform: skewX(-16.5deg);
      -ms-transform: skewX(-16.5deg);
          transform: skewX(-16.5deg);
}
.top_pickup_inr::after {
  right: 55%;
  width: 50vw;
  background-color: #0068b7;
}
.top_pickup_head {
  position: relative;
  color: #fff;
  font-size: 34px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  z-index: 1;
}
.top_pickup_lead {
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 17px;
  color: #fff;
  z-index: 1;
}
.top_pickup_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  z-index: 1;
}
.top_pickup_contents img {
  vertical-align: bottom;
}
.top_pickup_contents_item {
  width: 32%;
  background-color: #fff;
}
.top_pickup_contents_item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.top_pickup_contents_item a:hover figure img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.top_pickup_contents_item figure {
  overflow: hidden;
}
.top_pickup_contents_item figure img {
  -webkit-transition: -webkit-transform 500ms ease 0ms;
  transition: -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.top_pickup_contents_item dl {
  padding: 20px 28px;
}
.top_pickup_contents_item dl > dt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.top_pickup_contents_item dl > dd {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.667em;
}
.top_pickup .tpLink02 {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.top_pickup .btn_line01 {
  margin: 0 auto;
}
.top_pickup .btn_line01.col01:hover {
  color: #005bab;
}

@media screen and (min-width: 768px) {
  .top_pickup {
    min-width: 1030px;
    margin: 100px calc(50% - 50vw) 0;
  }
  .top_pickup_inr {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
  }
}
@media screen and (max-width: 1030px) {
  .top_pickup {
    margin-left: auto;
    margin-right: auto;
  }
  .top_pickup_inr {
    margin: 0;
  }
  .top_pickup_inr::after {
    right: auto;
    left: -3%;
  }
}
@media screen and (max-width: 767px) {
  .top_announcement + .top_pickup {
    margin-top: 46px;
  }
  .top_pickup {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 16vw 0 0;
  }
  .top_pickup_inr {
    width: 100%;
    padding: 7.3333333333vw 0 8.6666666667vw;
  }
  .top_pickup_inr::before {
    width: 100%;
    height: 99.8%;
    left: -33%;
    -webkit-transform: skewX(-13.5deg);
        -ms-transform: skewX(-13.5deg);
            transform: skewX(-13.5deg);
  }
  .top_pickup_inr::after {
    width: 60vw;
  }
  .top_pickup_head {
    font-size: 5.8666666667vw;
  }
  .top_pickup_lead {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
  .top_pickup_contents {
    display: block;
    margin-top: 4vw;
  }
  .top_pickup_contents_item {
    width: 63.4666666667vw;
  }
  .top_pickup_contents_item dl {
    padding: 4vw 4vw;
  }
  .top_pickup_contents_item dl > dt {
    font-size: 3.4666666667vw;
  }
  .top_pickup_contents_item dl > dd {
    margin-top: 2.6666666667vw;
    font-size: 3.3333333333vw;
    line-height: 1.68em;
  }
  .top_pickup_contents .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_pickup_contents .slick-slide {
    height: auto !important;
    margin-right: 1.3333333333vw;
    margin-left: 1.3333333333vw;
    background-color: #fff;
  }
  .top_pickup_contents .slide-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.6666666667vw;
  }
  .top_pickup_contents .slide-dots > li {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin: 0 1.6vw;
  }
  .top_pickup_contents .slide-dots > li button {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-indent: -9999px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
  }
  .top_pickup_contents .slide-dots > li.slick-active button {
    background-color: #c61919;
  }
  .top_pickup .tpLink02 {
    margin-top: 4vw;
  }
}
.top_info {
  position: relative;
  width: 100%;
  min-width: 1030px;
  margin: 0 calc(50% - 49.5vw) 0;
  padding: 90px 0;
  background-color: #0060b3;
  color: #fff;
}
.top_info_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}
.top_info_ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.794em;
  font-size: 29px;
}
.top_info_ttl > *:not(div) {
  line-height: inherit !important;
  font: inherit !important;
}
.top_info_ttl > *:not(div):first-child {
  margin-top: -0.396em;
}
.top_info_ttl > *:not(div):last-child {
  margin-bottom: -0.396em;
}
.top_info .tpLink02 {
  margin-top: 42px;
}
.top_info .btn_line01 {
  width: 270px;
}
.top_info_txt {
  line-height: 2.429em;
  font-size: 14px;
}
.top_info_txt > *:not(div) {
  line-height: inherit !important;
  font: inherit !important;
}
.top_info_txt > *:not(div):first-child {
  margin-top: -0.714em;
}
.top_info_txt > *:not(div):last-child {
  margin-bottom: -0.714em;
}
.top_info_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
}
.top_info_company + .top_info_company {
  margin-top: 0;
}
.top_info_company > dt {
  position: relative;
  width: 6.5em;
  line-height: 2.429em;
  font-size: 14px;
}
.top_info_company > dt > *:not(div) {
  line-height: inherit !important;
  font: inherit !important;
}
.top_info_company > dt > *:not(div):first-child {
  margin-top: -0.714em;
}
.top_info_company > dt > *:not(div):last-child {
  margin-bottom: -0.714em;
}
.top_info_company > dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}
.top_info_company > dd {
  line-height: 2.429em;
  font-size: 14px;
}
.top_info_company > dd > *:not(div) {
  line-height: inherit !important;
  font: inherit !important;
}
.top_info_company > dd > *:not(div):first-child {
  margin-top: -0.714em;
}
.top_info_company > dd > *:not(div):last-child {
  margin-bottom: -0.714em;
}
.top_info_company > dd a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_info {
    min-width: auto;
    margin: 0;
    padding: 11.334% 4.8% 13.334%;
  }
  .top_info_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .top_info_ttl {
    line-height: 1.708em;
    font-size: 20.5px;
    text-align: center;
  }
  .top_info_ttl > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .top_info_ttl > *:not(div):first-child {
    margin-top: -0.353em;
  }
  .top_info_ttl > *:not(div):last-child {
    margin-bottom: -0.353em;
  }
  .top_info .tpLink02 {
    margin-top: 8vw;
  }
  .top_info .btn_line01 {
    width: 58.667vw;
    height: 10.667vw;
  }
  .top_info_txt {
    margin-top: 8vw;
    line-height: 2.04em;
    font-size: 12.5px;
  }
  .top_info_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .top_info_txt > *:not(div):first-child {
    margin-top: -0.52em;
  }
  .top_info_txt > *:not(div):last-child {
    margin-bottom: -0.52em;
  }
  .top_info_company {
    margin-top: 5.334vw;
  }
  .top_info_company > dt {
    width: 6em;
    line-height: 2.04em;
    font-size: 12.5px;
  }
  .top_info_company > dt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .top_info_company > dt > *:not(div):first-child {
    margin-top: -0.52em;
  }
  .top_info_company > dt > *:not(div):last-child {
    margin-bottom: -0.52em;
  }
  .top_info_company > dt::before {
    right: 0.8vw;
    border-width: 1.067vw 0 1.067vw 1.734vw;
  }
  .top_info_company > dd {
    line-height: 2.04em;
    font-size: 12.5px;
  }
  .top_info_company > dd > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .top_info_company > dd > *:not(div):first-child {
    margin-top: -0.52em;
  }
  .top_info_company > dd > *:not(div):last-child {
    margin-bottom: -0.52em;
  }
}
.tpContents_section {
  display: grid;
}
@media screen and (min-width: 768px) {
  .tpContents_section {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tpContents_section {
    gap: 5.334vw;
    width: 86.667vw;
    margin: 0 auto;
  }
}

.tpContents_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tpContents_item {
    aspect-ratio: 480/200;
  }
}
@media screen and (max-width: 767px) {
  .tpContents_item {
    aspect-ratio: 650/298;
  }
}
@media screen and (min-width: 768px) {
  .tpContents_item.wid01 {
    grid-column: span 2;
    aspect-ratio: 982/200;
  }
}
@media screen and (max-width: 767px) {
  .tpContents_item.wid01 {
    aspect-ratio: 650/298;
  }
}
.tpContents_item a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.tpContents_item a .img_def01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tpContents_item_txt {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tpContents_item_txt {
    line-height: 1.36em;
    font-size: 25px;
  }
  .tpContents_item_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpContents_item_txt > *:not(div):first-child {
    margin-top: -0.18em;
  }
  .tpContents_item_txt > *:not(div):last-child {
    margin-bottom: -0.18em;
  }
}
@media screen and (max-width: 767px) {
  .tpContents_item_txt {
    line-height: 1.412em;
    font-size: 17px;
  }
  .tpContents_item_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .tpContents_item_txt > *:not(div):first-child {
    margin-top: -0.205em;
  }
  .tpContents_item_txt > *:not(div):last-child {
    margin-bottom: -0.205em;
  }
}
.tpContents_item_txt.hayawakari {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .tpContents_item_txt.hayawakari {
    left: 185px;
    translate: 0 -50%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .tpContents_item_txt.hayawakari {
    width: 100%;
  }
}