@charset "UTF-8";
/*CSSライブラリのインポート*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.btn {
  position: relative;
  width: 300px;
  height: 70px;
  display: block;
  margin: 48px auto;
  padding: 14px 0 16px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  color: #333;
  background: #f2af00;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn {
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
          box-shadow: 2px 2px 5px #b9b9b9;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url(img/bgi.jpg);
  -webkit-transform: scale(0.99, 0.99) translateY(2px);
          transform: scale(0.99, 0.99) translateY(2px);
}

p {
  text-align: justify;
}

li {
  list-style: none;
}

header {
  width: 100%;
  max-width: 100vw;
  height: 70px;
  background-image: url(img/bgi.jpg);
  position: fixed;
  z-index: 999;
}

.heading a {
  display: block;
  font-size: 24px;
  font-family: Toppan Bunkyu Midashi Gothic, sans-serif;
  width: 144px;
}

footer .flex-f a {
  margin: auto;
}

.end-contents {
  text-align: center;
  line-height: 200px;
  height: 200px;
  font-weight: bold;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.end-contents a {
  font-size: 32px;
}

footer > .footer-nav-pc a {
  font-size: 24px;
  padding-left: 40px;
  width: 100%;
}

.f24 a {
  font-size: 24px;
  font-family: Toppan Bunkyu Midashi Gothic, sans-serif;
}

h1 {
  width: 144px;
  line-height: 70px;
  padding: 0 20px;
}

/* =========================
      nav menu
=========================== */
nav {
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav > :first-child {
  margin-right: auto;
}

.nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-list-item {
  list-style: none;
  line-height: 68px;
  text-align: center;
  color: #333;
  margin: auto 0;
}

.nav-list-item a {
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#drawer_input {
  display: none;
}

.drawer_open {
  display: none;
}

.nav-list {
  display: block;
}

.nav-list-item a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  vertical-align: bottom;
  overflow: hidden;
}

.nav-list-item a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 1px 30px;
  display: inline-block;
}

.nav-list-item a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 15px;
  border-radius: 10px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-list-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* =========================
      main visual
=========================== */
.main-visual {
  margin-top: 70px;
  width: 100vw;
  height: 770px;
  background-image: url(./img/AdobeStock_132611310.jpeg);
  background-size: cover;
  background-position: center;
}

/* =========================
      セクション
=========================== */
h2 {
  font-size: 32px;
  margin: 48px 0;
}

.menu, .kodawari, .technology, .howto {
  padding: 86px 20px;
  text-align: center;
}

.menu-con {
  display: -ms-grid;
  display: grid;
  max-width: 1245px;
  margin: 46px auto;
}

.menu-con img {
  max-width: 375px;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto;
}

.kodawari-image img {
  width: 100%;
  gap: 0;
  width: 100%;
}

.kodawari-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 30px;
}

.title {
  font-size: 32px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

.btn-kodawari {
  margin: 78px auto;
}

.tec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.btn-tec {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.howto-image img {
  width: 200px;
}

.pd30 {
  padding: 30px;
}

.howto-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.howto-text {
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
}

.end-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: unset;
}

.end-contents a:hover {
  background-color: #F2D022;
}

footer .nav-list {
  display: contents;
}

.flex-f {
  margin: 64px 0;
}

footer {
  background-color: #f2af00;
  background-image: url(img/bgi.jpg);
  text-align: center;
}

.footer-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-text p {
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  font-weight: bold;
}

.end_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 200px;
  outline: none;
  color: #f2af00;
  background-image: url(img/2389364_m.jpg);
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.end-con01 {
  background-image: url(img/24005418_m.jpg);
  background-position: 0 -100px;
  background-repeat: repeat;
  background-size: cover;
}

.end-con02 {
  background-image: url(img/29911834_m.jpg);
  background-position: -100px -100px;
  background-repeat: repeat;
  background-size: cover;
}

.end_btn:hover {
  color: #fff;
}

.end_btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.end_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F2D022;
  background-image: url(img/2389364_m.jpg);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.text {
  position: relative;
}

.pdt48 {
  padding-top: 48px;
}

.pdt100 {
  padding: 170px 0;
}

.entry-main {
  max-width: 1245px;
  width: 100%;
  max-height: 500px;
  margin: 0 auto;
}

table {
  margin: 48px auto;
  text-align: left;
  font-weight: bold;
  width: 463px;
  max-width: 100%;
}

table td {
  padding: 10px 0;
}

iframe {
  padding: 0 30px;
  width: 100%;
}

@media screen and (max-width: 425px) {
  .menu-con img {
    max-width: 100%;
  }
  .btn {
    max-width: 80vw;
    width: 100%;
  }
  .end-con01, .end-con02 {
    background-position: 0 0px;
  }
}

@media screen and (min-width: 886px) {
  .pc-logo {
    display: block;
  }
  .sm-logo {
    display: none;
  }
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-logo {
    margin: auto 0;
  }
  .main-visual {
    width: 100%;
  }
  .main-visual {
    background-position: top;
    margin-top: 0;
    padding-top: 100px;
    height: 770px;
    position: inherit;
  }
  .flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
  footer ~ .nav-list-item a span {
    max-width: 100%;
    margin: auto 0;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 80px;
  }
  footer .flex-f .nav-list .nav-list-item:last-child {
    padding-right: 2%;
  }
  .flex-f {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 1fr;
        grid-template-columns: 0.5fr 1fr;
    height: 200px;
  }
  .flex-f h2 {
    text-align: left;
    line-height: 80px;
  }
  .heading a {
    margin: auto 60px;
  }
  .kodawari-image img {
    width: 610px;
  }
  .kodawari-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
  .tec-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .howto-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .end-contents {
    display: -ms-grid;
    display: grid;
  }
  .flex-f {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 1fr;
        grid-template-columns: 0.5fr 1fr;
  }
  footer .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .pc-logo {
    width: 300px;
  }
  .end-con01 {
    background-position: 0 -200px;
  }
}

@media screen and (max-width: 885px) {
  html, body, header, nav, main, footer {
    width: 100%;
  }
  .pc-logo {
    display: none;
  }
  .sm-logo {
    display: block;
  }
  /* =========================
           header
  =========================== */
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .nav-list .sp-nav {
    padding: 0;
  }
  /* =========================
        hamburger menu
  =========================== */
  .sp-nav {
    padding: 0;
    display: block;
  }
  .drawer_hidden {
    display: none;
  }
  .drawer_open {
    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;
    z-index: 999;
    cursor: pointer;
    top: 18px;
    right: 26px;
    width: 40px;
    height: 40px;
  }
  .drawer_open span, .drawer_open span:before, .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  .drawer_open span:before {
    bottom: 10px;
  }
  .drawer_open span:after {
    top: 10px;
  }
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav {
    height: 100%;
    position: fixed;
    left: -100%;
    background: #f2af00;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
  }
  .nav-list-item {
    margin: 0 auto;
  }
  .nav-list-item a {
    font-size: 24px;
  }
  .nav-list-item a {
    font-size: 24px;
  }
  #drawer_input:checked ~ nav {
    left: 0;
  }
  .nav-list-item:last-child {
    width: 100vw;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav-pc {
    display: none;
  }
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.wrapper .col {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.wrapper .col:last-child {
  background-color: #111;
}

.scroll-down-box {
  display: block;
  position: relative;
  text-decoration: none;
}

.scroll-down-box svg {
  fill: #111;
}

.scroll-down-box.alt svg {
  fill: #fff;
}

.scroll-down-box .scroll-text {
  width: 100px;
  height: auto;
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}

.scroll-down-box.alt .scroll-text {
  -webkit-animation: none;
  animation: none;
}

.scroll-down-box.alt:hover .scroll-text {
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}

.scroll-down-box .scroll-icon {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.scroll-down-box.alt .scroll-icon {
  width: 35px;
}

.scroll-down-box:hover .scroll-icon {
  -webkit-animation: move 1s infinite linear;
  animation: move 1s infinite linear;
}

.scroll-down-box.alt:hover .scroll-icon {
  -webkit-animation: none;
  animation: none;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  75% {
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  75% {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.dis-none {
  display: none !important;
}
/*# sourceMappingURL=selecthp.css.map */