@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul, li {
  list-style: none;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  color: #333333;
}
#header {
  position: relative;
  width: 100%;
  z-index: 99;
}
section {
  line-height: 0;
}
.header-inner {
  background-color: #eb5b22;
  display: flex;
  justify-content: space-between;
}
.h-logo {
  margin: 2px;
  line-height: 0;
}
.h-contact {
  position: fixed;
  right: 5px;
}
.main {
  background-color: #eb5b22;
  padding-bottom: 20px;
}
.greeting {
  position: relative;
}
.youtube {
  position: absolute;
  bottom: 5%;
  left: 16%;
  width: 67%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.contact {
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 666px;
  display: flex;
  align-items: flex-end;
}
.contact-inner {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 158px;
}
.contact-inner a {
  margin: 0 15px;
}
.construction {
  margin-bottom: 200px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  margin-bottom: 70px;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3.5);
  margin: 0 20px;
}
.scroll-infinity__item > img {
  width: 100%;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.company {
  background-color: #ffc000;
  padding: 70px 0 40px;
  text-align: center;
}
.h3-ttl {
  margin-bottom: 150px;
}
.company-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
  ;
}
.company-left {
  width: 50%;
}
.company-right {
  width: 46%;
  line-height: 3;
}
.company-profile {
  text-align: left;
}
/* 画面サイズ767px以下に適用するスタイル */
.company-profile .company-list {
  border-bottom: 1px solid#333333;
}
/* 画面サイズ768px以上に適用するスタイル */
@media (min-width: 768px) {
  .company-profile .company-list {
    display: flex;
    align-items: center;
  }
  .company-profile .company-list dt {
    width: 40%;
    padding: 5px;
  }
  .company-profile .company-list dd {
    flex: 1;
    padding: 5px;
  }
  .company-list a {
    color: #333333;
  }
}
.map {
  line-height: 0;
}
.f-content {
  background-image: url("../img/f-bg.jpg");
  background-repeat: no-repeat;
  height: 264px;
  padding: 30px 0 40px;
  text-align: center;
}
.f-address {
  font-weight: bold;
  margin: 10px 0 65px;
}
.cpylight {
  color: #ffffff;
  font-size: 16px;
}
#page_top {
  position: fixed;
  right: 80px;
  bottom: 10%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
}
.pc {
  display: block;
}
.pc-logo {
  display: block;
}
.sp {
  display: none;
}
.sp-logo {
  display: none;
}
@media (max-width: 1024px) {
  .pc-logo {
    display: none;
  }
  .sp-logo {
    display: block;
  }
  .h-contact img {
    height: 70px;
  }
  .construction {
    margin-bottom: 100px;
  }
  .company-flex a {
    margin: 0 15px;
  }
  #page_top {
    right: 20px;
  }
}
@media (max-width: 820px) {
  .contact-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
  }
  .contact-inner img {
    height: 150px;
    margin-bottom: 20px;
  }
  .company-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .company-flex a {
    margin: 15px 0;
  }
  .company-left {
    width: 80%;
    margin-bottom: 30px;
  }
  .company-right {
    width: 90%;
  }
  .h3-ttl {
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .drawer {
    width: 300px;
    height: 100vh;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #ffffff;
    z-index: 15;
    overflow: auto;
    overscroll-behavior-y: contain;
    visibility: hidden
  }
  .drawer[aria-hidden=false] {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
  }
  .drawer_position {
    position: fixed;
    top: 0;
    right: 0
  }
  .drawer__inner {
    padding-bottom: 100px
  }
  .drawer__top {
    width: 100%;
    height: 118px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--base);
    z-index: 1
  }
  .drawer__item {
    border-bottom: 1px solid #333333;
  }
  .drawer__item:first-of-type {
    border-top: 1px solid #333333;
  }
  .drawer__link {
    height: 55px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    letter-spacing: .06em;
    padding-right: 20px;
    padding-left: 20px;
    color: #333333;
  }
  .drawer__link_sub {
    padding-left: 40px
  }
  .drawer__button-wrapper {
    max-width: 260px;
    width: 100%;
    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-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 30px auto 0
  }
  .is-drawer-active {
    overflow: hidden
  }
  @media(hover: hover)and (pointer: fine) {
    .drawer__link {
      -webkit-transition: background-color .4s, color .4s;
      transition: background-color .4s, color .4s
    }
    .drawer__link:hover, .drawer__link:focus {
      opacity: 0.8;
    }
  }
  .drawer-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    z-index: 5
  }
  .is-drawer-active {
    height: 100%;
    overflow: hidden
  }
  .is-drawer-active .drawer-bg {
    visibility: visible;
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s
  }
  .hamburger {
    width: 70px;
    height: 70px;
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 30;
    background-color: #eb5b22;
    border: none;
    position: fixed;
    right: 0;
  }
  .hamburger[aria-expanded=true] .hamburger__line {
    background-color: rgba(0, 0, 0, 0)
  }
  .hamburger[aria-expanded=true] .hamburger__line::before {
    -webkit-transform: translateY(calc(clamp(0.7rem, 0.2202958293rem + 0.5819592629vw, 0.875rem) * -1)) rotate(150deg);
    -ms-transform: translateY(calc(clamp(0.7rem, 0.2202958293rem + 0.5819592629vw, 0.875rem) * -1)) rotate(150deg);
    transform: translateY(calc(clamp(0.7rem, 0.2202958293rem + 0.5819592629vw, 0.875rem) * -1)) rotate(150deg)
  }
  .hamburger[aria-expanded=true] .hamburger__line::after {
    -webkit-transform: translateY(clamp(0.5rem, 0.2669131911rem + 0.4849660524vw, 0.8125rem)) rotate(-150deg);
    -ms-transform: translateY(clamp(0.5rem, 0.2669131911rem + 0.4849660524vw, 0.8125rem)) rotate(-150deg);
    transform: translateY(clamp(0.5rem, 0.2669131911rem + 0.4849660524vw, 0.8125rem)) rotate(-150deg)
  }
  .hamburger__line {
    width: clamp(1.650625rem, 1.3rem + 1.8031037827vw, 2.8125rem);
    height: 3px;
    display: inline-block;
    position: absolute;
    top: calc(50% - clamp(0rem, -1rem + .6789524733vw, .875rem));
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s all;
    transition: .5s all;
    background-color: #ffffff;
  }
  .hamburger__line::before {
    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 0.6rem;
    left: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-color: #ffffff;
  }
  .hamburger__line::after {
    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-color: #ffffff;
  }
  @media(hover: hover)and (pointer: fine) {
    .hamburger:hover {
      opacity: 0.9;
    }
  }
  .h-contact {
    display: flex;
    right: 0;
    bottom: 0;
    line-height: 0;
  }
  .h-contact img {
    height: auto;
  }
  .youtube {
    bottom: 12%;
    left: 5%;
    width: 90%;
  }
  .contact {
    background-image: url("../img/sp/contact-bg.jpg");
    background-size: cover;
    aspect-ratio: 8 / 16;
    height: auto;
  }
  .contact-inner {
    padding-bottom: 130px;
  }
  .contact-inner img {
    width: 95%;
    height: auto;
    margin: 0 auto 20px;
  }
  .contact-inner a {
    margin: 0;
  }
  .construction-ttl {
    width: 80%;
    margin: 70px auto;
  }
  .scroll-infinity__item {
    width: calc(100vw / 1);
  }
  .h3-ttl {
    width: 80%;
    margin: 0 auto 70px;
    ;
  }
  .company-left {
    width: 95%;
  }
  .company-list dt {
    font-weight: bold;
  }
  .cpylight {
    padding-bottom: 90px;
  }
  #page_top {
    width: 66px;
  }
}
@media (max-width: 375px) {
  .contact-inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 320px) {}