@charset "UTF-8";
/*
see: http://html5doctor.com/html-5-reset-stylesheet/
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans Jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.body {
  margin: 0 auto;
  color: rgb(0, 0, 0);
  font-family: "Noto Sans Jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
}

.inner {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width:1023px) {
  .inner {
    max-width: 768px;
  }
}

.link-none {
  pointer-events: none;
}

strong {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width:1023px) {
  a:hover {
    opacity: 1;
  }
}

span {
  line-height: 1;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#info,
#bpo,
#pm,
#product {
  width: 100%;
  padding-top: 101px;
  margin-top: -101px;
  content: "";
  display: block;
}
@media (max-width:1023px) {
  #info,
  #bpo,
  #pm,
  #product {
    padding-top: 60px;
    margin-top: -60px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
*::-webkit-scrollbar {
  display: none;
}

.body:after {
  content: "";
  background-color: #eeeeef;
  opacity: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.body.menu-open:after {
  opacity: 0.75;
  z-index: 8888;
}

.headerWr {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
}
.headerWr.menu-open {
  height: 0px;
}
.headerWr.menu-open .header__contents__logo {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width:1023px) {
  .headerWr {
    height: 40px;
  }
}

.header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 18.75%;
}
@media (max-width:1023px) {
  .header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header__contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1023px) {
  .header__contents {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__contents__logo {
  width: 175px;
}
@media (max-width:1023px) {
  .header__contents__logo {
    width: 72px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.header__contents__logo a {
  width: 100%;
  height: 100%;
}
.header__contents__logo .logo__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contents__navWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18.75%;
  background-color: rgb(255, 255, 255);
}
@media (max-width:1023px) {
  .header__contents__navWr {
    display: none;
  }
}
.header__contents__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1023px) {
  .header__contents__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__contents__nav__list__item {
  background-color: rgb(255, 255, 255);
}
.header__contents__nav__list__item .item__anker {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5000;
}
.header__contents__nav__list__item .item__anker .item__anker__text {
  color: rgb(0, 0, 0);
  padding-left: min(calc(25 / 1920 * 100vw), 25px);
  padding-right: min(calc(25 / 1920 * 100vw), 25px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(18 / 100 * 1em);
}
.header__contents__nav__list__item .item__anker:hover {
  opacity: 1;
}
.header__contents__nav__list__item .item__anker:hover span {
  color: rgb(0, 250, 255);
}
.header__contents__nav__list__item:first-child a span {
  padding-left: 0;
}
.header__contents__nav__list__item:last-child a span {
  padding-right: 0;
}
.header__contents__nav__list__item:nth-child(3) {
  position: relative;
}
.header__contents__nav__list__item:nth-child(3):after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 18px solid rgb(255, 255, 255); /* 三角形の色 */
  position: absolute;
  left: 42px;
  top: 26px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__contents__nav__list__item:nth-child(3):has(.active):after {
  opacity: 1;
  top: 42px;
}
.header__contents__nav__list__item:nth-child(3) .item__listsWr {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 305px;
  height: 179px;
  top: 48px;
}
.header__contents__nav__list__item:nth-child(3) .item__listsWr.active {
  bottom: auto;
}
.header__contents__nav__list__item:nth-child(3) .item__lists {
  position: absolute;
  top: -180px;
  left: 0;
  background-color: rgb(0, 0, 0);
  width: 305px;
  height: 179px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__contents__nav__list__item:nth-child(3) .item__lists.active {
  top: 0;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list {
  width: 100%;
  border-bottom: 1px rgb(255, 255, 255) solid;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list a:hover {
  opacity: 1;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list a:hover span {
  color: rgb(0, 250, 255);
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list a span {
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: calc(4 / 100 * 1em);
  text-align: left;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list:first-child {
  margin-top: 6px;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list:first-child a {
  padding-top: 0;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list:first-child a span {
  letter-spacing: calc(10 / 100 * 1em);
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list:last-child {
  border-bottom: none;
}
.header__contents__nav__list__item:nth-child(3) .item__lists__list:last-child a {
  padding-bottom: 5px;
}
.header__contents__nav__list__item:nth-child(3) .item__anker__text.colored {
  color: rgb(0, 250, 255);
}
.header__contents__btnMenu {
  display: none;
}
@media (max-width:1023px) {
  .header__contents__btnMenu {
    display: block;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.header__contents__btnMenu .btnMenu__shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 26px;
  height: 12px;
}
.header__contents__btnMenu .btnMenu__shapes span {
  width: 26px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(0, 0, 0);
}

.headerSpNavWr {
  display: none;
}
@media (max-width:1023px) {
  .headerSpNavWr {
    display: block;
    width: 100vw;
    height: 100dvh;
    position: absolute;
    z-index: 9555;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerSpNavWr.menu-open {
    left: 0;
  }
}

.headerSpNav {
  width: 82%;
  margin-left: auto;
  height: 100dvh;
  height: 100vh;
  overflow-y: scroll;
  padding-top: 1.98vh;
  padding-top: 1.98dvh;
  background-color: rgb(255, 255, 255);
}
.headerSpNav__btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: 21.3px;
  margin-bottom: 11.11vh;
  margin-bottom: 11.11dvh;
}
.headerSpNav__lists {
  margin-bottom: 69px;
  border-top: 1px rgb(0, 0, 0) solid;
  margin-right: 45px;
  margin-left: 45px;
}
.headerSpNav__lists__item {
  border-bottom: 1px rgb(0, 0, 0) solid;
}
.headerSpNav__lists__item > * {
  margin-bottom: 2.51vh;
}
.headerSpNav__lists__item > a, .headerSpNav__lists__item > span {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(18 / 100 * 1em);
}
.headerSpNav__lists__item > span {
  padding-top: 2.51vh;
  text-align: center;
}
.headerSpNav__lists__item a {
  margin-top: 2.51vh;
  display: block;
}
.headerSpNav__lists__item a span {
  text-align: center;
  letter-spacing: calc(18 / 100 * 1em);
}
.headerSpNav__lists__item ul li a {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(18 / 100 * 1em);
}
.headerSpNav__lists__item ul li:last-child a {
  margin-bottom: 2.51vh;
}
.headerSpNav__lists__item.top {
  border-bottom: none;
  width: 75%;
  margin-inline: auto;
}
.headerSpNav__lists__item.top a {
  border-radius: 10px;
  border: 1px rgb(0, 0, 0) solid;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}
.headerSpNav__lists__item.top a span {
  font-size: calc(1.6rem * 1);
}
.headerSpNav__logo {
  background-color: rgb(255, 255, 255);
  width: 74px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.headerSpNav small {
  display: block;
  text-align: center;
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.footer {
  padding-top: 30px;
  background-color: rgb(0, 250, 255);
  position: relative;
}
.footer .scrollShape {
  width: 24px;
  height: 150px;
  position: fixed;
  right: min(calc(68 / 1920 * 100vw), 68px);
  z-index: 9555;
  overflow: hidden;
  bottom: 180px;
}
@media (max-width:1023px) {
  .footer .scrollShape {
    right: 28px;
    bottom: 108px;
  }
}
.footer .scrollShape .text {
  width: 56px;
  height: 22px;
  font-size: calc(1.6rem * 1.125);
  font-weight: 700;
  letter-spacing: calc(10 / 100 * 1em);
  rotate: 270deg;
  position: absolute;
  right: -13px;
  top: 105px;
}
@media (max-width:1023px) {
  .footer .scrollShape .text {
    font-size: calc(1.6rem * 0.75);
    right: -20px;
  }
}
.footer .scrollShape .shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .scrollShape .shapes .span {
  border-radius: 9999px;
  width: 2px;
  background-color: rgb(0, 0, 0);
}
.footer .scrollShape .shapes .span:first-child {
  height: 8px;
}
@media (max-width:1023px) {
  .footer .scrollShape .shapes .span:first-child {
    height: 4px;
  }
}
.footer .scrollShape .shapes .span:nth-child(3) {
  height: 8px;
}
@media (max-width:1023px) {
  .footer .scrollShape .shapes .span:nth-child(3) {
    height: 4px;
  }
}
.footer .scrollShape .shapes .spanWr {
  border-radius: 9999px;
  background-color: transparent;
}
@media (max-width:1023px) {
  .footer .scrollShape .shapes .spanWr {
    height: 64px;
  }
}
.footer .scrollShape .shapes .spanWr span {
  border-radius: 9999px;
  -webkit-animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
  height: 112px;
  background-color: rgb(0, 0, 0);
}
@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.footer .topButton {
  position: fixed;
  right: min(calc(60 / 1920 * 100vw), 60px);
  bottom: 64px;
  z-index: 8888;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
@media (max-width:1023px) {
  .footer .topButton {
    right: 20px;
    bottom: 36px;
    top: auto;
  }
}
.footer .topButton.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer .topButton a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .topButton a span {
  font-size: calc(1.6rem * 1.1875);
}
@media (max-width:1023px) {
  .footer .topButton a span {
    font-size: calc(1.6rem * 0.875);
  }
}
.footer .topButton a img {
  width: 14px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 9px;
}
@media (max-width:1023px) {
  .footer .topButton a img {
    width: 10px;
    height: auto;
  }
}
.footer__contents__logo {
  width: 200px;
  margin-bottom: 26px;
  margin-inline: auto;
}
@media (max-width:1023px) {
  .footer__contents__logo {
    width: 144px;
    margin-bottom: 24px;
  }
}
.footer__contents__logo a {
  width: 100%;
  height: 100%;
}
.footer__contents__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__contents__nav {
  margin-bottom: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1023px) {
  .footer__contents__nav {
    margin-bottom: 24px;
  }
}
.footer__contents__nav .nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
}
.footer__contents__nav .nav__lists__list {
  width: 150px;
}
.footer__contents__nav .nav__lists__list a,
.footer__contents__nav .nav__lists__list div {
  padding-left: 12px;
  padding-right: 12px;
  font-size: calc(1.6rem * 1.1875);
  letter-spacing: calc(10 / 100 * 1em);
  line-height: calc(33.25 / 19);
  cursor: pointer;
  text-align: center;
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists__list a,
  .footer__contents__nav .nav__lists__list div {
    font-size: calc(1.6rem * 1.125);
  }
}
.footer__contents__nav .nav__lists__list a:hover,
.footer__contents__nav .nav__lists__list div:hover {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.footer__contents__nav .nav__lists__list a span,
.footer__contents__nav .nav__lists__list div span {
  text-align: center;
}
.footer__contents__nav .nav__lists__list #f-trigger2 {
  padding-top: 8px;
  width: 312px;
  overflow: hidden;
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists__list #f-trigger2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer__contents__nav .nav__lists__list #f-trigger2.active #f-trigger3 {
  margin-top: 0;
}
.footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 312px;
  margin-top: -312px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-left: 1px rgb(0, 0, 0) solid;
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 {
    border-left: 0;
  }
}
.footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 li a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 li a span {
  color: rgb(0, 0, 0);
  letter-spacing: calc(8 / 100 * 1em);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  font-size: calc(1.6rem * 1);
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 li a span {
    text-align: center;
  }
}
.footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 li a:hover span {
  color: rgb(255, 255, 255);
}
.footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 li:first-child a {
  padding-top: 0;
}
.footer__contents__nav .nav__lists__list #f-trigger2 #f-trigger3 li:last-child a {
  padding-bottom: 0;
  border: none;
}
.footer__contents__nav .nav__lists__list:first-child a {
  padding-left: 12px;
}
.footer__contents__nav .nav__lists__list:nth-child(3) {
  margin-bottom: -8px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists__list:nth-child(3) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0;
  }
}
.footer__contents__nav .nav__lists__list:nth-child(3) a {
  padding-left: 12px;
}
@media (max-width:1023px) {
  .footer__contents__nav .nav__lists__list:last-child {
    margin-top: -8px;
  }
}
.footer__contents__nav .nav__lists__list:last-child a {
  padding-right: 12px;
}
.footer small {
  display: block;
  width: 100%;
  background-color: rgb(0, 250, 255);
  padding-bottom: 36px;
  letter-spacing: calc(10 / 100 * 1em);
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-align: center;
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:599px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:1023px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:1023px) {
  br.brPc {
    display: none;
  }
}

br.brPc2 {
  display: none;
}
@media (min-width:1025px) and (max-width:1439px) {
  br.brPc2 {
    display: block;
  }
}

br.brPcTab {
  display: none;
}
@media (min-width:1024px) {
  br.brPcTab {
    display: block;
  }
}
@media (max-width:1023px) {
  br.brPcTab {
    display: none;
  }
}

.heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.heads:before {
  content: "";
  width: 50vw;
  height: 1px;
  display: inline-block;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
  left: -32px;
}
@media (max-width:1023px) {
  .heads:before {
    left: -12px;
  }
}
.heads .heads__head {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  margin-right: min(calc(16 / 1920 * 100vw), 16px);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 500;
}
@media (max-width:1023px) {
  .heads .heads__head {
    font-size: calc(1.6rem * 1.5);
    margin-right: max(calc(12 / 600 * 100vw), 12px);
  }
}
.heads .heads__sHead {
  font-size: calc(1.6rem * 1);
  line-height: calc(12 / 16);
  font-family: "Archivo", sans-serif;
  letter-spacing: calc(20 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1023px) {
  .heads .heads__sHead {
    font-size: calc(1.6rem * 0.875);
  }
}

.contact {
  padding-right: 20px;
  padding-left: 20px;
}
.contact__para {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(8 / 100 * 1em);
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width:1023px) {
  .contact__para {
    font-size: calc(1.6rem * 0.875);
  }
}
.contact__btn {
  width: 775px;
  height: 84px;
  background-color: rgb(0, 250, 255);
  border-radius: 30px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-inline: auto;
}
@media (max-width:1023px) {
  .contact__btn {
    width: 100%;
    height: 60px;
    border-radius: 20px;
  }
}
.contact__btn:hover {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  cursor: pointer;
}
.contact__btn:hover a span:after {
  opacity: 1;
}
.contact__btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__btn a span {
  font-size: calc(1.6rem * 1.375);
  letter-spacing: calc(10 / 100 * 1em);
  color: rgb(0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
@media (max-width:1023px) {
  .contact__btn a span {
    font-size: calc(1.6rem * 0.875);
    line-height: 1.5;
  }
}
.contact__btn a span:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid rgb(0, 0, 0);
  rotate: -90deg;
  -webkit-clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
          clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
  border-radius: 2px; /* 角を丸くする */
  position: absolute;
  right: -30px;
  top: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width:1023px) {
  .contact__btn a span:after {
    top: 35%;
  }
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(48px) !important;
          transform: translateY(48px) !important;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fadeup-show {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.slide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  opacity: 0;
}

.slide-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.body {
  position: relative;
}

.main {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  padding-top: 70px;
}
@media (max-width:1023px) {
  .main {
    padding-top: 40px;
  }
}

.news__head {
  width: 100%;
  height: 320px;
  background-image: url(../images/heso-bg.jpg);
  position: relative;
  z-index: 100;
}
@media (max-width:1023px) {
  .news__head {
    height: 160px;
  }
}
.news__head h2 {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 10;
  font-size: calc(1.6rem * 2);
  line-height: 1;
  letter-spacing: calc(10 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width:1023px) {
  .news__head h2 {
    font-size: calc(1.6rem * 1.125);
  }
}
.news__head:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.news__contents {
  padding-left: 144px;
  padding-right: 144px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width:1023px) {
  .news__contents {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.news__contents__content .news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  max-width: 1000px;
  margin-inline: auto;
}
.news__contents__content .news__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 18px 0;
}
.news__contents__content .news__list__item:last-child {
  border-bottom: none;
}
.news__contents__content .news__list__item:first-child {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.news__contents__content .news__list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
}
.news__contents__content .news__list__date {
  color: rgb(0, 0, 0);
  margin-right: 32px;
  font-weight: 400;
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(10 / 100 * 1em);
  white-space: nowrap;
}
@media (max-width:1023px) {
  .news__contents__content .news__list__date {
    margin-right: 16px;
    font-size: calc(1.6rem * 0.9375);
  }
}
.news__contents__content .news__list__title {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(10 / 100 * 1em);
  line-height: 1.25;
}
@media (max-width:1023px) {
  .news__contents__content .news__list__title {
    font-size: calc(1.6rem * 1);
  }
}
.news .pagination {
  margin-top: 48px;
}
@media (max-width:1023px) {
  .news .pagination {
    margin-top: 32px;
  }
}
.news .pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border: 1px solid rgb(0, 0, 0);
  font-size: calc(1.6rem * 0.9375);
  letter-spacing: calc(10 / 100 * 1em);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.news .pagination .page-numbers:hover:not(.current) {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.news .pagination .page-numbers.current {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.news .pagination .page-numbers.prev, .news .pagination .page-numbers.next {
  min-width: auto;
}
.news .pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=archive.css.map */