@charset "UTF-8";
/* ==========================================================================
   Base
========================================================================== */
html {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  font-size: 62.5%;
  line-height: 1.6;
  font-family: "AdjustedYuGothic", "Yu Gothic", "YuGothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
  color: #2d342c;
  text-align: left;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

h2 {
  margin: 0;
}

.btn-icon {
  position: relative;
  display: inline-block;
  margin: 1em 1em 1em 2.5em;
  padding: 10px 34px;
  background-color: #2d2d2d;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3em;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid #2d2d2d;
  transition: background-color 0.3s ease, transform 0.1s ease;
  z-index: 1;
}

.btn-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #2d2d2d;
  border-radius: 4px;
  background-color: transparent;
  z-index: -1;
  pointer-events: none;
}

.btn-icon:hover {
  background-color: #2d2d2d;
}

.btn-icon:active {
  transform: translate(2px, 2px);
}

@media (min-width: 1024px) {
  .btn-icon {
    margin: 0 1em 0.7em 1.5em;
    padding: 10px 58px;
    font-size: clamp(14px, 1.3020833333vw, 25px);
  }
}
@media (min-width: 1920px) {
  .btn-icon {
    padding: 10px 80px;
  }
}
/* ==========================================================================
    Header
========================================================================== */
.logo {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 110px;
  z-index: 9999;
}

/* ハンバーガーアイコン */
.nav__Area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.ham-icon {
  display: block;
  width: 31px;
  height: 38px;
  position: relative;
  cursor: pointer;
  float: right;
  margin: 10px 15px;
}

.ham-icon .ham-line {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2d342c;
  transition: transform 0.3s ease;
}

.ham-icon .ham-line:nth-child(2) {
  transform: translateY(-8px);
}

.ham-icon .ham-line:nth-child(3) {
  transform: translateY(8px);
}

.ham-icon.active .ham-line:nth-child(2) {
  transform: translateY(0) rotate(360deg);
}

.ham-icon.active .ham-line:nth-child(3) {
  transform: translateY(0) rotate(360deg);
}

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9990;
}

.menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.menu__inner .hm_service {
  width: 140px;
}
.menu__inner .hm_news {
  width: 88px;
}
.menu__inner .hm_company {
  width: 156px;
}
.menu__inner .hm_access {
  width: 130px;
}
.menu__inner .hm_contact {
  width: 146px;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  font-size: 24px;
  margin: 1.5rem 0;
  position: relative;
}

#menu li a {
  color: #2d342c;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding-left: 1em;
  position: relative;
  transition: color 0.3s;
}

#menu li a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 100%;
  background: url("/common/svg/munu_cube.svg") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .logo {
    width: 160px;
  }
  .ham-icon {
    margin: 20px 25px;
  }
}
@media (min-width: 1024px) {
  .logo {
    top: 8px;
    left: 18px;
    width: 100%;
    max-width: 200px;
  }
  .nav__Area {
    top: 11px;
    right: 0;
  }
  .ham-icon {
    width: 36px;
  }
  .ham-icon .ham-line {
    height: 2px;
  }
  .ham-icon .ham-line:nth-child(2) {
    transform: translateY(-12px);
  }
  .ham-icon .ham-line:nth-child(3) {
    transform: translateY(12px);
  }
}
@media (min-width: 1920px) {
  .logo {
    top: 20px;
    left: 28px;
    width: 364px;
  }
  .nav__Area {
    top: 40px;
    right: 20px;
  }
  .ham-icon {
    width: 60px;
  }
  .ham-icon .ham-line {
    height: 2px;
  }
  .ham-icon .ham-line:nth-child(2) {
    transform: translateY(-16px);
  }
  .ham-icon .ham-line:nth-child(3) {
    transform: translateY(16px);
  }
}
/* ==========================================================================
    Main
========================================================================== */
.content-block {
  padding: 6em 1em 0;
}

.top-content-block {
  padding: 10em 1em 4em;
}

.line-cube {
  position: relative;
  padding-left: 18px;
  min-height: 100px;
}

.line-cube::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 10px;
  height: 100%;
  background-image: url(../../common/svg/b-cube.svg);
  background-repeat: repeat-y;
  background-size: 8px 50px;
  background-position: top left;
}

.sec-txt {
  margin: 0 1em 1em 1em;
  font-size: 3.5vw;
  font-size: clamp(14px, 22 / 1920 * 100vw, 22px);
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .sec-txt {
    letter-spacing: 0.2em;
  }
  .content-block {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 2em 0;
  }
  /* 左側：画像（30%） */
  .content-left {
    flex: 4;
  }
  .content-left picture {
    display: block;
    text-align: end;
  }
  .content-left picture img {
    width: 80%;
  }
  /* 右側：テキスト（70%） */
  .content-right {
    flex: 6;
  }
}
@media (min-width: 1024px) {
  .content-left picture img {
    width: 50%;
  }
  .line-cube::after {
    background-size: 4px 25px;
  }
  .top-content-block {
    padding: 18em 1em 4em;
  }
  .content-left {
    flex: 3.5;
  }
  .content-right {
    flex: 6.5;
  }
}
@media (min-width: 1920px) {
  .content-left picture img {
    width: 50%;
  }
  .top-content-block {
    padding: 18em 1em 4em;
  }
  .content-left {
    flex: 3.35;
  }
  .content-right {
    flex: 6.45;
  }
}
/* ==========================================================================
    footer
========================================================================== */
.footer .copy {
  padding: 4em 0 2em 3.5em;
}

@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 14%;
  }
  .footer .copy {
    text-align: center;
    padding: 4rem 0 2rem 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 6%;
  }
  .footer .copy {
    font-size: 14px;
    padding: 5% 0 4% 8%;
  }
}/*# sourceMappingURL=common.css.map */