@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "UDShinGoPro-Bold";
  src: url("./../fonts/A-OTF-UDShinGoPro-Bold.otf");
}
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 40px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px;
  }
}
header h1 {
  max-width: 193px;
  /*width: 30%;*/
  width: 16vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 25%;
    max-width: 100px;
  }
}
header .openbtn {
  position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
  top: 40px;
  right: 60px;
  z-index: 10000;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  header .openbtn {
    top: 15px;
    right: 10px;
    width: 30px;
    height: 25px;
  }
}
header .openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  width: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  header .openbtn span {
    height: 4px;
    width: 30px;
  }
}
header .openbtn span:nth-of-type(1) {
  top: 0;
}
header .openbtn span:nth-of-type(2) {
  top: 14px;
}
@media screen and (max-width: 767px) {
  header .openbtn span:nth-of-type(2) {
    top: 10px;
  }
}
header .openbtn span:nth-of-type(3) {
  top: 28px;
}
@media screen and (max-width: 767px) {
  header .openbtn span:nth-of-type(3) {
    top: 20px;
  }
}
header .openbtn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: calc(50% - 16px);
  top: 22px;
  background: #3e3a39;
  height: 2px;
}
@media screen and (max-width: 767px) {
  header .openbtn.active span:nth-of-type(1) {
    top: 10px;
  }
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: calc(50% - 16px);
  top: 22px;
  background: #3e3a39;
  height: 2px;
}
@media screen and (max-width: 767px) {
  header .openbtn.active span:nth-of-type(3) {
    top: 10px;
  }
}
header .head_fr {
  margin-right: 80px;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  header .head_fr {
    margin-right: 0;
  }
}
header .head_fr .pcnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header .head_fr .pcnav {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  header .head_fr .pcnav {
    display: none;
  }
}
header .head_fr .pcnav li {
  margin-right: 20px;
}
header .head_fr .pcnav li a {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header .head_fr .pcnav li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #00ada6;
  -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;
}
header .head_fr .pcnav li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  padding: 15vh 0;
  opacity: 0;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  header .nav {
    padding: 15px 0;
  }
}
header .nav .head_cont {
  display: none;
  padding: 30px 2.5% 90px 2.5%;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont {
    padding: 0;
    width: 90%;
    margin: auto;
    height: 100%;
  }
}
header .nav .head_cont .inner {
  max-width: 1340px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner {
    margin: 0 auto 50px;
  }
}
header .nav .head_cont .inner .fl {
  float: left;
  /*width: 220px;*/
  width: 22%;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fl {
    float: none;
    width: 100%;
  }
}
header .nav .head_cont .inner .fl .head_logo {
  max-width: 200px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fl .head_logo {
    /*width: 25%;*/
    width: min(23vw, 200px);
  }
}
header .nav .head_cont .inner .fl .company_name {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fl .company_name {
    display: none;
  }
}
header .nav .head_cont .inner .fl .company_address {
  font-size: 1.2rem;
  color: #3e3a39;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fl .company_address {
    display: none;
  }
}
header .nav .head_cont .inner .fr {
  /*width: 60%;*/
  width: 74%;
  max-width: 820px;
  float: right;
  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) {
  header .nav .head_cont .inner .fr {
    float: none;
    width: 100%;
    display: block;
  }
}
header .nav .head_cont .inner .fr dl {
  width: 30%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fr dl {
    width: 100%;
    max-width: none;
  }
}
header .nav .head_cont .inner .fr dl dt {
  margin-bottom: 10px;
}
header .nav .head_cont .inner .fr dl dt a {
  font-size: 3.6rem;
  color: #3e3a39;
  font-weight: 600;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fr dl dt a {
    font-size: 3.2rem;
  }
}
header .nav .head_cont .inner .fr dl dt a:before {
  position: absolute;
  right: 0;
  top: calc(50% - 0.55em);
  content: ">";
  font-size: 3rem;
  font-weight: 300;
}
header .nav .head_cont .inner .fr dl dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .inner .fr dl dd {
    margin-bottom: 20px;
  }
}
header .nav .head_cont .inner .fr dl dd:last-child {
  margin-bottom: 0;
}
header .nav .head_cont .inner .fr dl dd ul li {
  margin-bottom: 20px;
}
header .nav .head_cont .inner .fr dl dd ul li a {
  font-size: 1.4rem;
  color: #3e3a39;
  font-weight: 500;
}
header .nav .head_cont .headbox {
  max-width: 370px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header .nav .head_cont .headbox {
    padding-bottom: 50px;
  }
}
header .nav .head_cont .headbox .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3e3a39;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 0.3em 0.5em;
  position: relative;
}
header .nav .head_cont .headbox .contact-btn:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 0.55em);
  content: ">";
  font-size: 2rem;
  font-weight: 300;
}
header .nav .head_cont .headbox .contact-btn span {
  margin-left: 20px;
  font-size: 0.36em;
  font-weight: normal;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
header .nav .head_cont .headbox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
header .nav .head_cont .headbox .flex a {
  width: 50%;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #3e3a39;
  font-weight: 500;
  border-right: 1px solid #3e3a39;
}
header .nav .head_cont .headbox .flex a:last-child {
  border: none;
}
header .nav.active {
  visibility: inherit;
  opacity: 1;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  header .nav.active {
    overflow-y: scroll;
  }
}
header .nav.active .head_cont {
  display: block;
}
header.under {
  background: #fff;
  z-index: initial;
}
header.under .head_fr .pcnav li a {
  color: #3e3a39;
}
header.under .openbtn span {
  background: #3e3a39;
}

footer .foot_cont {
  background: #3e3a39;
  padding: 30px 2.5% 90px 2.5%;
}
@media screen and (max-width: 767px) {
  footer .foot_cont {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  footer .foot_cont {
    padding: 30px 0;
  }
}
footer .foot_cont .inner {
  max-width: 1340px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .foot_cont .inner {
    width: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  footer .foot_cont .inner {
    width: 90%;
  }
}
footer .foot_cont .inner .fl {
  float: left;
  width: 220px;
}
@media screen and (max-width: 767px) {
  footer .foot_cont .inner .fl {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  footer .foot_cont .inner .fl {
    float: none;
    width: 100%;
  }
}
footer .foot_cont .inner .fl .footer_logo {
  max-width: 200px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  footer .foot_cont .inner .fl .footer_logo {
    width: 25%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  footer .foot_cont .inner .fl .footer_logo {
    width: 25%;
  }
}
footer .foot_cont .inner .fl .company_name {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .foot_cont .inner .fl .company_address {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 2em;
}
footer .foot_cont .inner .fr {
  width: 60%;
  min-width: 622px;
  float: right;
  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) {
  footer .foot_cont .inner .fr {
    float: none;
    width: 100%;
    display: none;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  footer .foot_cont .inner .fr {
    float: none;
    width: 100%;
    display: none;
    margin-bottom: 30px;
  }
}
footer .foot_cont .inner .fr dl {
  width: 30%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  footer .foot_cont .inner .fr dl {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  footer .foot_cont .inner .fr dl {
    width: 100%;
    max-width: none;
  }
}
footer .foot_cont .inner .fr dl dt {
  margin-bottom: 15px;
}
footer .foot_cont .inner .fr dl dt a {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: block;
}
footer .foot_cont .inner .fr dl dt a:before {
  position: absolute;
  right: 0;
  top: calc(50% - 0.55em);
  content: ">";
  font-size: 3rem;
  font-weight: 300;
}
footer .foot_cont .inner .fr dl dd {
  margin-bottom: 40px;
}
footer .foot_cont .inner .fr dl dd:last-child {
  margin-bottom: 0;
}
footer .foot_cont .inner .fr dl dd ul li {
  margin-bottom: 15px;
}
footer .foot_cont .inner .fr dl dd ul li a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
}
footer .foot_bottom {
  background: #2f2725;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer .foot_bottom {
    padding: 20px 10px;
  }
}
footer .foot_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 780px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .foot_bottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .foot_bottom ul li {
  border-right: 1px solid #fff;
  width: 25%;
}
@media screen and (max-width: 767px) {
  footer .foot_bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_bottom ul li:nth-child(2n) {
    border-right: none;
  }
}
footer .foot_bottom ul li:last-child {
  border: none;
}
footer .foot_bottom ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .foot_bottom ul li a {
    font-size: 1.4rem;
  }
}
footer .foot_bottom .copy {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1580px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .container {
    width: 95%;
  }
}

.revealItem {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.revealItem .revealContent {
  opacity: 0;
}
.revealItem.revealActive::before {
  -webkit-animation: hideFromLeft 0.3s forwards, showFromLeft 0.3s forwards 0.3s;
  animation: hideFromLeft 0.3s forwards, showFromLeft 0.3s forwards 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00ada6;
  margin: 1px;
}
.revealItem.revealActive .revealContent {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.lazy {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.lazy_bottom.on {
  -webkit-transform: none;
  transform: none;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.comp_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .comp_box {
    margin-bottom: 0;
  }
}
.comp_box h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .comp_box h2 {
    font-size: 24px;
    margin: 50px auto 20px;
  }
}
.comp_box .txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}