@charset "UTF-8";

/* =========================================================
  Base
========================================================= */
:root {
  --bg-dark: #111;
  --bg-dark-2: #0b0b0b;
  --text: #111;
  --text-inv: #fff;
  --muted: #6a6a6a;
  --line: #d9d9d9;
  --accent: #F08300;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(245, 160, 0, .6);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
  position: relative;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* font */
.body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  ;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p,
h2,
h3,
h4,
.footer__note {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-size: 28px;
}

.m-plus-2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* =========================================================
  HERO
========================================================= */
.hero {
  position: relative;
  /*min-height:520px;*/
  color: var(--text-inv);
  background: var(--bg-dark);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #b47a00;
  background-image: url('./img/main_bg_pc.png');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__inner {
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  min-height: 720px;
  padding: 56px 0 32px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}

.hero__logo {
  margin: 0 auto 18px;
  width: min(280px, 78vw);
}

.hero__logo img {
  width: 100%;
}

.hero__catch {
  margin: 10px 0 6px;
  font-size: 40px;
}

.hero__sub {
  margin: 0;
  font-size: 20px;
}

.heroNav {
  position: relative;
  background: #fff;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, .12);
  z-index: 2;
}

.heroNav__inner {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ナビリンク */
.heroNav__links {
  display: flex;
  gap: 30px;
}

.heroNav a {
  position: relative;
  padding: 6px 4px;
  color: #4a4a4a;
}

.heroNav a:hover {
  color: #000;
}

.heroNav a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #7b7b7b;
  border-bottom: 2px solid #7b7b7b;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.navToggle {
  display: none;
}

.heroNavPanel {
  display: block;
}

/* =========================================================
  Sections
========================================================= */
.section {
  padding: 50px 0;
  position: relative;
}

.section--about {
  background: linear-gradient(135deg, rgba(245, 160, 0, .18), rgba(255, 255, 255, 0) 55%);
}

.section--business {
  padding-top: 100px;
}

.section--works {}

.section--message {
  padding-bottom: 100px;
}

.section--business::before,
.section--message::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.section--business::before {
  background-image: url('./img/triangle_lt.png');
  left: 0;
  top: 0;
}

.section--message::after {
  background-image: url('./img/triangle_rb.png');
  right: 0;
  bottom: 0;
}

.section .container {
  z-index: 1;
}

.section .container p {
  font-size: 18px;
}

.kicker {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
  text-transform: lowercase;
  position: relative;
}

.kicker::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: var(--accent);
  margin-right: 8px;
  vertical-align: middle;
}

.sectionTitle {
  margin: 0 0 22px;
  font-size: 48px;
  line-height: 1.3;
}

/* ABOUT CARD */
.aboutCard {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.aboutCard__media {
  /*position:relative;
  border-radius:10px;
  overflow:hidden;
  min-height:260px;
  background:
    linear-gradient(120deg, rgba(0,0,0,.55), rgba(0,0,0,.2)),
    radial-gradient(60% 120% at 70% 20%, rgba(245,160,0,.35), rgba(245,160,0,0) 55%),
    linear-gradient(180deg, #1a1a1a, #0e0e0e);*/
}

.aboutCard__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 80% at 60% 45%, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 60%),
    linear-gradient(90deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0) 70%);
}

.aboutCard__body {
  padding: 18px 8px;
  color: #111;
}

.aboutCard__body p {
  margin: 0 0 14px;
  color: #333;
}

.aboutCard__body p:last-child {
  margin-bottom: 0;
}

/* BUSINESS CARDS */
.cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.card {}

.card__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
}

.card__text {
  margin: 0;
  font-size: 18px;
  color: #555;
}

/* COMPANY */
.companyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.companyDl {
  margin: 0;
  padding: 0;
}

.dlRow {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 14px 0;
}

.dlRow dt {
  font-weight: 700;
}

.dlRow dd {
  margin: 0;
  color: #333;
}

.companyMap {
  min-width: 0;
}

.companyMap iframe {
  width: 100%;
  aspect-ratio: 556 / 336;
  /* 元の比率 */
  height: auto;
  border: 0;
  display: block;
}

/*
.companyMap .mapPlaceholder{
  height:220px;
  border:1px solid var(--line);
  border-radius:10px;
  background:
    linear-gradient(180deg, #f7f7f7, #efefef);
  display:grid;
  place-items:center;
  color:#888;
  letter-spacing:.16em;
}*/

/* MESSAGE */
.messageLead {
  margin: 0 0 20px;
  line-height: 1.4;
}

.messageBody p {
  margin: 0;
  color: #333;
}

.profileText {
  margin: 0;
}

.messageGrid {
  display: grid;
  grid-template-columns: clamp(240px, 40%, 480px) 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto 70px;
}

.messageMedia {}

.photoPlaceholder {}

.photoPlaceholder img {
  width: 100%;
  height: auto;
  display: block;
}

.messageBody {
  min-width: 0;
  overflow-wrap: break-word;
}

/* ABOUT */
.section--about {
  position: relative;
  color: #fff;
  padding: 64px 0;
  background: url('./img/about-back_img_pc.png') center/cover no-repeat;
}

.aboutInner {
  position: relative;
  z-index: 1;
}

.aboutTitle {
  font-family: "M PLUS 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 24px;
}

.aboutTitleEm {
  font-weight: 700;
}

.aboutText {
  max-width: 672px;
  font-size: 18px;
  line-height: 2.0;
}

.aboutText p {
  margin-bottom: 0;
}

.profileSingle {
  max-width: 1320px;
}

.profileText {
  line-height: 2.0;
  color: #555;
}

.mtL {
  margin-top: 70px;
}

/* =========================================================
  Accordion (WORKS)
========================================================= */
.accordion {
  display: grid;
  gap: 0;
}

.accItem {
  border: 1px solid #cfcfcf;
  background: #fff;
  margin-bottom: 30px;
}

.accHead {
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;
  padding: 10px 12px;
  background: #2a2a2a;
  color: #fff;
}

.accTitle {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.accToggle {
  width: 44px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.vMark {
  width: 18px;
  height: 18px;
  border-right: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.accItem.is-open .vMark {
  transform: rotate(-135deg);
}

.accPanel {
  border-top: 1px solid #cfcfcf;
}

.accPanel__inner {
  padding: 40px;
}

.accPanel__inner {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: start;
}

.accMedia {
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 10px;
  max-width: 400px;
}

.accMedia img {
  width: 100%;
}

.accText p {
  margin: 0 0 12px;
  font-size: 18px;
  color: #222;
  line-height: 1.9;
}

.accText p:last-child {
  margin-bottom: 0;
}

.accText--single {
  grid-column: 1 / -1;
}

/* =========================================================
  Footer
========================================================= */
.footer {
  background: #2a2a2a;
  background-image: url('./img/bg_footer.png');
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  color: #fff;
  padding: 54px 0 44px;
}

.footer__inner {
  text-align: center;
}

.footer__note {
  margin: 0 0 30px;
  font-size: 22px;
  opacity: .9;
}

.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 380px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sns li {
  width: 50px;
  height: 50px;
}

.sns a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  /* テキスト非表示 */
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sns__x {
  background-image: url('./img/icon-x.png');
}

.sns__instagram {
  background-image: url('./img/icon-instagram.png');
}

.sns__facebook {
  background-image: url('./img/icon-facebook.png');
}

.sns__note {
  background-image: url('./img/icon-note.png');
}

.sns a:hover {
  opacity: 0.8;
}

.footer__logo {
  margin: 100px auto 40px;
  width: 180px;
}

.footer__copy {
  display: block;
  font-size: 18px;
}

/* =========================================================
  Responsive
========================================================= */
@media (max-width: 1024px) {
  .accPanel__inner {
    grid-template-columns: 340px 1fr;
  }

  .sectionTitle {
    font-size: 28px;
  }

  .card__title {
    font-size: 24px;
  }

  .cards3 {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  .cards3 {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 420px;
  }
  .hero__bg {
    background-image: url('./img/main_bg_sp.png');
    background-position: right bottom;
  }
  .hero__inner {
    min-height: 380px;
  }

  .hero__logo {
    width: min(170px, 82vw);
  }
  
  .heroNav__inner {
    gap: 12px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .hero__catch {
    margin: 10px 0 6px;
    font-size: 28px;
  }
  
  .hero__sub {
    margin: 0;
    font-size: 16px;
  }
  .section {
    padding: 52px 0;
  }
  .section .container p {
    font-size: 16px;
  }
  .sectionTitle {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  .accTitle {
    font-size: 18px;
  }
  .card__title {
    font-size: 20px;
  }

  .aboutCard {
    grid-template-columns: 1fr;
  }

  .cards3 {
    grid-template-columns: 1fr;
  }

  .companyGrid {
    grid-template-columns: 1fr;
  }

  .accPanel__inner {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }

  .accMedia {
    padding: 8px;
  }
  .footer__note {
    font-size: 16px;
  }
  .footer__logo {
  }

  .footer__copy {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .messageGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 420px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }
  .container.hero__inner {
    width: min(var(--container), calc(100% - 16px));
  }

}


/* Responsive */
@media (max-width:768px) {

  /* ===== ハンバーガー ===== */
  .navToggle {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1000;

    width: 44px;
    height: 44px;
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  .navToggle span {
    display: block;
    height: 2px;
    background: #fff;
    transition: transform .4s ease, opacity .3s ease;
  }
  .navToggle:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  
  /* × への変形 */
  .heroNav.is-open .navToggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .heroNav.is-open .navToggle span:nth-child(2) {
    opacity: 0;
  }

  .heroNav.is-open .navToggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* ===== メニュー本体 ===== */
  .heroNav {
    border: none;
  }
  .heroNavPanel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
    width: 100vw;
    height: auto;
    background: rgba(00, 00, 00, .8);
    transform: translateX(100%);
    transition: transform .4s ease;
  }

  .heroNav.is-open .heroNavPanel {
    transform: translateX(0);
  }

  .heroNav__inner {
    padding: 80px 36px 36px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    height: auto;
  }

  .heroNav__inner a {
    font-size: 14px;
    color: #FFF;
    display: block;
      width: 100%;
      max-width: 100%;
      padding: 12px 16px;
      color: #fff;
      font-size: 15px;
      border-radius: 4px;
      transition: background-color .2s ease, opacity .2s ease;
    }
  .heroNav__inner a:hover {
    opacity: 0.8;
    background-color: rgba(255,255,255,0.12);
  }
  .heroNav__inner a:active {
    background-color: rgba(255,255,255,0.25);
  }
  .aboutBg {
    background: url('./about-back_img_sp.png') center/cover no-repeat;
  }

  .aboutTitle {
    font-size: 26px;
  }
  .aboutText {
    font-size: 16px;
  }

    .section--business::before,
    .section--message::after {
      width: 200px;
      height: 200px;
    }

  .sns {
    width: 100%;
    gap: 32px;
    justify-content: center;
  }

  .sns li {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 375px) {
  .hero__catch {
    font-size: 24px;
  }  
  .hero__sub {
    font-size: 14px;
  }
  .sectionTitle {
    font-size: 24px;
  }
}