@charset "utf-8";
/* =====================================
*  共通要素を定義する
* ===================================== */
/*---------------------------------------------
  共通：変数、初期化設定
---------------------------------------------*/
@font-face {
  font-family: "source-han-sans-japanese";
  font-display: swap;
}

@font-face {
  font-family: "yu-gothic-pr6n";
  font-display: swap;
}

@font-face {
  font-family: "dnp-shuei-nshogomincho-std";
  font-display: swap;
}

@font-face {
  font-family: "din-2014";
  font-display: swap;
}

:root {
  --inSize: 1200px;
  --outSize: 94%;
  --keyColor: #009a00;
  --narrowPadding: min(35px, 5%);
  --widePadding: min(100px, 8%);
}
html {
  scroll-behavior: smooth;
}
/* cmm setting */
body {
  background: #eceff0;
  line-height: 1.7;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
img[src*="cmn_ico_instagram"] {
  vertical-align: middle;
}
.pcNone {
  display: none;
}
.att {
  color: #ff0000;
}
.cmn-content-tit {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: min(176px, calc(176 / 1200 * 100vw));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--keyColor);
  font-size: calc(34 / 1200 * 100vw);
  margin-bottom: calc(95 / 1200 * 100vw);
}
.cmn-content-titEn {
  color: #000;
}
.cmn-content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cmn-content-boxTxtBox {
  width: 50%;
  padding: 0 50px;
}
.cmn-content-boxTit {
  margin-bottom: 50px;
  font-size: 34px;
  text-align: center;
}
.cmn-content-boxTxt {
  margin-bottom: 40px;
}
.cmn-content-boxTxt a {
  text-decoration: none;
}
.cmn-content-boxTxt a:hover {
  text-decoration: underline;
}
.cmn-content-boxInfo {
  width: 50%;
  padding: 0 90px 0 50px;
}
.cmn-content-boxFig {
  margin-bottom: 30px;
}
.cmn-word-tit {
  color: var(--keyColor);
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
}
.cmn-word-box {
  position: relative;
  width: 100%;
  background-size: cover !important;
}
.cmn-word-boxTit {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0.5;
  color: #fff;
  font-size: calc(149 / 1200 * 100vw);
}
.cmn-word-boxTxtBox {
  position: absolute;
  width: 658px;
  color: #fff;
  padding: 45px 90px;
  line-height: 1.9;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
}
.cmn-trans {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.hidden {
  opacity: 0;
  transform: translateY(10vw);
}

.show {
  opacity: 1;
  transform: translateY(0);
}
.header-tit,
.main-tit,
.issue-tit,
.cmn-word-tit,
.cmn-content-tit,
.service-txt-boxTit,
.contribution-tit,
.cmn-content-boxTit {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* header setting */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px var(--narrowPadding);
  transition: 0.4s;
}
.header.scrolled {
  background: rgba(0, 0, 0, 0.4);
}
.header-tit {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-size: 24px;
  gap: 12px;
}
#header-drawer-check {
  display: none;
}
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.header-nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.header-nav-list a:hover {
  text-decoration: underline;
}
.header-tit-name {
  font-size: 34px;
}
/* main setting */
.main {
  position: relative;
  padding-top: min(650px, calc(1200 / 650 * 100vw));
}
.main-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.main-tit {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  right: 2%;
  color: #fff;
  font-family: "dnp-shuei-nshogomincho-std", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(67 / 1200 * 100vw);
  text-align: right;
  line-height: 1.2;
  text-shadow: calc(3.4899 / 1200 * 100vw) calc(3.4899 / 1200 * 100vw)
    calc(3.4899 / 1200 * 100vw) rgba(51, 25, 25, 0.35);
}
/* read setting */
.read {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: min(100px, calc(100 / 1200 * 100vw)) var(--narrowPadding)
    min(65px, calc(65 / 1200 * 100vw)) var(--narrowPadding);
}
.read-tit {
  width: 100%;
  text-align: center;
  color: var(--keyColor);
  margin-bottom: 60px;
  font-size: min(33px, calc(33 / 1200 * 100vw));
}
.read-tit-strong {
  color: #fff;
  padding: 20px 25px;
  margin-right: 10px;
  background: var(--keyColor);
  font-size: min(48px, calc(44 / 1200 * 100vw));
}
.read-txt {
  line-height: 0.8;
  margin-left: auto;
  color: #fff;
  font-size: min(33px, calc(33 / 1200 * 100vw));
  padding: 10px 25px 20px 25px;
  background: var(--keyColor);
}
.read-txt-strong {
  font-size: min(60px, calc(60 / 1200 * 100vw));
  margin-right: 5px;
}
.read-txt-small {
  font-size: min(14px, calc(14 / 1200 * 100vw));
}
/* inssue setting */
.issue {
  padding: min(100px, calc(100 / 1200 * 100vw)) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background: url(../img/cmn_bg_garlic.webp);
  background-size: cover;
}
.issue-tit {
  top: -80px;
  left: var(--widePadding);
  white-space: nowrap;
  line-height: 1.8;
  text-shadow: var(--offset-x) 0 currentcolor,
    calc(var(--offset-x) * 2) 0 currentcolor,
    calc(var(--offset-x) * 3) 0 currentcolor;
  animation: marqueeLeft 30s linear infinite;
  will-change: translate;
}

@keyframes marqueeLeft {
  0% {
    translate: 0;
  }

  100% {
    translate: -100%;
  }
}
@keyframes marqueeRight {
  0% {
    translate: -100%;
  }

  100% {
    translate: 0%;
  }
}
.issue-txt-box {
  position: relative;
  width: 50%;
  padding-top: 70px;
  padding-left: var(--widePadding);
}
.issue-tit-wrap {
  overflow: hidden;
  display: flex;
  width: 50vw;
}
.scrolling-wrap {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
}
.issue-txt {
  position: relative;
  z-index: 0;
  line-height: 3;
  margin-bottom: 50px;
}
.issue-txt:last-child {
  margin-bottom: 0;
}
.issue-fig {
  position: relative;
  z-index: 2;
  width: 50%;
}
.issue-fig img {
  width: 100%;
}

/* professional setting */
.professional-ward-box {
  padding-top: min(800px, calc(800 / 1200 * 100vw));
  background: url(../img/professional_bg_garlic.webp);
}
.professional-word-boxTit {
  bottom: -50px;
  bottom: -8%;
  white-space: nowrap;
  animation: MoveRight var(--tick-duration, 24s) var(--tick-delay, -12s)
    infinite linear;
  text-shadow: var(--offset-x) 0 currentcolor,
    calc(var(--offset-x) * 2) 0 currentcolor,
    calc(var(--offset-x) * 3) 0 currentcolor;
  animation: marqueeRight 30s linear infinite;
  will-change: translate;
}
.professional-word-boxTxt-box {
  top: 78px;
}
.service {
  max-width: var(--inSize);
  margin: 0 auto;
  padding: calc(100 / 1200 * 100vw) var(--narrowPadding);
}
.service-fig::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  top: -60px;
  right: 20px;
  color: var(--keyColor);
  font-size: 70px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.service-list li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.service-list li:last-child {
  margin-bottom: 0;
}
.service-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.service-txt-box {
  width: 50%;
  padding: 0 50px;
}
.service-txt {
  text-align: justify;
}
.service-txt-boxTit {
  font-size: 34px;
  margin-bottom: 50px;
  text-align: center;
}
.service-fig {
  position: relative;
  width: 50%;
}
.voice {
  position: relative;
}
.voice--content-tit {
  padding-left: min(170px, 16%);
}
.voice-in {
  max-width: var(--inSize);
  margin: 0 auto;
  padding: calc(100 / 1200 * 100vw) var(--narrowPadding);
}
.voice::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: calc(791 / 1200 * 100vw);
  background: url(../img/cmn_bg_garlic.webp);
  background-size: cover;
}
.voice-one-accordionBtn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: var(--keyColor);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.voice-one-accordionBtn:hover {
  background-color: #2e7d32;
  transform: scale(1.1);
}
.voice-one-accordionBtn:active {
  transform: scale(1);
}
.contribution-word-box {
  padding-top: min(1000px, calc(802 / 1200 * 100vw));
  background: url(../img/contribution_bg_us.webp);
}
.contribution-word-boxTitWrap {
  overflow: hidden;
  display: flex;
  width: 100vw;
}
.contribution-word-boxTit {
  top: 0;
  line-height: 0.8;
  text-shadow: var(--offset-x) 0 currentcolor,
    calc(var(--offset-x) * 2) 0 currentcolor,
    calc(var(--offset-x) * 3) 0 currentcolor;
  animation: marqueeLeft 30s linear infinite;
  will-change: translate;
}
.contribution-word-boxTxtBox {
  bottom: 80px;
}
/* company setting */
.company-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: var(--inSize);
  margin: 0 auto;
  padding: calc(100 / 1200 * 100vw) var(--narrowPadding) 40px
    var(--narrowPadding);
}
.company-ceo-tit {
  font-size: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
  padding-left: 50px;
}
.company-ceo-titSmall {
  font-size: 18px;
}
.company-ceo-titEn {
  color: var(--keyColor);
  font-size: 18px;
}
.company-info {
  width: calc(100% - 100px);
  margin: auto;
}
.company-info th {
  color: var(--keyColor);
  text-align: left;
}
.company-info th,
.company-info td {
  padding: 10px 0;
}
.company-info-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.company-info-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-top: 2%;
  border-radius: 50%;
  background: var(--keyColor);
}
.company-map-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  max-width: var(--inSize);
  margin: 0 auto;
  padding: 20px calc(50px + var(--narrowPadding));
}
.company-map-btn {
  padding: 10px 25px;
  border-radius: 10vw;
  border: 1px solid var(--keyColor);
  color: var(--keyColor);
  background: #fff;
  font-size: 14px;
  text-decoration: none;
}
.company-map-display {
  position: relative;
  width: 100%;
  padding-top: min(650px, calc(1200 / 650 * 100vw));
}
.company-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* faq setting */
.faq {
  max-width: var(--inSize);
  margin: 0 auto;
  padding: calc(65 / 1200 * 100vw) var(--narrowPadding);
}
.faq-list dt,
.faq-list dd {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: top;
  gap: 10px;
}
.faq-list dt {
  margin-bottom: 15px;
  padding-left: var(--narrowPadding);
}
.faq-list dd {
  font-size: 16px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-left: var(--widePadding);
  border-bottom: 1px solid #ccc;
}
.faq-list dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq-list dt::before {
  content: "Q";
  color: #fff;
  background: var(--keyColor);
}
.faq-list dd::before {
  content: "A";
  color: var(--keyColor);
  border: 2px solid var(--keyColor);
}
.faq-list dt::before,
.faq-list dd::before {
  font-weight: bold;
  font-size: 21px;
  width: 30px;
  height: 30px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
}
/* contact setting */
.contact {
  max-width: var(--inSize);
  margin: 0 auto;
  padding: 65px var(--narrowPadding) 100px;
}
.contact-txt {
  font-size: 16px;
  margin-bottom: 60px;
}
.contact-form-table {
  width: 100%;
  margin-bottom: 27px;
}
.contact-form-table th,
.contact-form-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.contact-form-table th {
  text-align: left;
  width: 280px;
}
.contact-form-table td {
  padding: 5px 40px;
  background: #fff;
}
.contact-form-table tr:first-child td {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.contact-form-table tr:last-child th {
  vertical-align: top;
}
.contact-form-table tr:last-child td {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contact-form-table tr:last-child td,
.contact-form-table tr:last-child th {
  border: 0;
}
.contact-form-input {
  width: 100%;
  padding: 10px 5px;
  border: none !important;
}
.contact-form-textarea {
  width: 100%;
  min-height: 250px;
  padding: 10px 5px;
  border: none !important;
}
.contact-form-required {
  color: var(--keyColor);
  font-size: 14px;
}
.contact-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact-form-btnSubmit {
  color: var(--keyColor);
  padding: 22px 85px;
  font-size: 14px;
  border-radius: 10vw;
  border: 2px solid var(--keyColor);
  background: #fff;
  text-decoration: none;
}
.contact-form-btnBack {
  color: #000;
  padding: 22px 85px;
  font-size: 14px;
  border-radius: 10vw;
  border: 2px solid #000;
  background: #fff;
}
.contact-form-btnBack:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.contact-form-btnSubmit:hover {
  cursor: pointer;
  color: #fff;
  background: var(--keyColor);
}
/* footer setting */
.footer {
  background: var(--keyColor);
}
.footer-info {
  max-width: var(--inSize);
  margin: 0 auto;
  color: #fff;
  padding: 20px var(--narrowPadding);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.footer-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.footer-small {
  width: 100%;
  padding: 30px 0;
  color: #666;
  text-align: center;
  font-size: 10px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    width: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  #header-drawer-check:checked ~ .header-nav {
    opacity: 1;
    width: 100vw;
    visibility: visible;
  }
  .header-tit {
    position: relative;
    z-index: 11;
  }
  .header-drawer-btn {
    position: relative;
    z-index: 11;
    width: 6.25vw;
    height: 5.15vw;
  }
  .header-drawer-btn span {
    position: absolute;
    width: 100%;
    height: 0.625vw;
    background: #fff;
    transition: 0.3s;
  }
  .header-drawer-btn span:nth-child(1) {
    top: 0;
  }
  .header-drawer-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-drawer-btn span:nth-child(3) {
    bottom: 0;
  }
  #header-drawer-check:checked ~ .header-drawer-btn span:nth-child(1) {
    transform: rotate(45deg);
    top: 42%;
  }
  #header-drawer-check:checked ~ .header-drawer-btn span:nth-child(2) {
    width: 0;
  }
  #header-drawer-check:checked ~ .header-drawer-btn span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 42%;
  }
  .header-nav-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: min(24px, calc(24 / 640 * 100vw));
  }
  .pcNone {
    display: block;
  }
  .cmn-word-tit {
    font-size: min(28px, calc(28 / 640 * 100vw));
    margin-bottom: min(65px, calc(65 / 640 * 100vw));
  }
  .cmn-word-boxTxtBox {
    top: 0;
    width: 100%;
    padding: min(30px, calc(30 / 640 * 100vw)) var(--narrowPadding);
  }
  .cmn-word-boxTxtBox {
    font-size: min(24px, calc(24 / 640 * 100vw));
  }
  .cmn-content-tit {
    padding-left: 0;
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
    font-size: min(28px, calc(28 / 640 * 100vw));
    flex-direction: column;
  }
  .cmn-content-titEn {
    font-size: min(34px, calc(34 / 640 * 100vw));
  }
  .cmn-content-boxTxtBox {
    width: 100%;
    padding: 0;
  }
  .cmn-content-boxTit {
    margin-bottom: min(80px, calc(80 / 640 * 100vw));
    font-size: min(34px, calc(34 / 640 * 100vw));
  }
  .cmn-content-boxTxt {
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
  }
  .cmn-content-boxInfo {
    width: 100%;
    padding: 0;
  }
  .cmn-content-boxFig {
    width: 43vw;
    margin: 0 auto min(25px, calc(25 / 640 * 100vw)) auto;
  }
  .header-tit {
    font-size: min(24px, calc(24 / 640 * 100vw));
  }
  .header-tit-name {
    font-size: min(34px, calc(34 / 640 * 100vw));
  }
  .header-nav-list a {
    font-size: min(28px, calc(28 / 640 * 100vw));
  }
  .header-nav-list a img[src*="cmn_ico_instagram"] {
    width: 30px;
    height: 30px;
  }
  .header-nav-instgram {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .main {
    padding-top: calc(346 / 640 * 100vw);
  }
  .main-tit {
    font-size: calc(84 / 1200 * 100vw);
  }
  .read-tit {
    margin-bottom: 5%;
    font-size: min(24px, calc(24 / 640 * 100vw));
  }
  .read-tit-strong {
    line-height: 2.4;
    padding: 2%;
    font-size: min(34px, calc(34 / 640 * 100vw));
  }
  .read {
    padding: min(50px, calc(50 / 640 * 100vw)) var(--narrowPadding);
  }
  .read-txt {
    margin: auto;
    font-size: min(24px, calc(24 / 640 * 100vw));
  }
  .read-txt-strong {
    font-size: min(43px, calc(43 / 640 * 100vw));
  }
  .read-txt-small {
    font-size: min(10px, calc(10 / 640 * 100vw));
  }
  .issue {
    padding: min(85px, calc(85 / 640 * 100vw)) 0;
  }
  .issue-tit {
    top: -20vw;
    font-size: min(149px, calc(149 / 640 * 100vw));
  }
  .issue-txt-box {
    width: 100%;
    padding-left: 0;
    padding: 0 var(--narrowPadding);
  }
  .issue-txt {
    font-size: min(23px, calc(23 / 640 * 100vw));
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
    line-height: 1.6;
  }
  .issue-txt-box {
    margin-bottom: min(95px, calc(95 / 640 * 100vw));
  }
  .issue-fig {
    width: 100%;
    padding: 0 var(--narrowPadding);
  }
  .service-list li {
    padding-left: 0;
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
  }
  .service-txt-box {
    width: 100%;
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
    padding: 0;
  }
  .service-txt-boxTit {
    font-size: min(34px, calc(34 / 640 * 100vw));
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
  }
  .service-fig {
    width: 100%;
  }
  .service-fig::before {
    top: min(-35px, calc(-35 / 640 * 100vw));
    font-size: min(70px, calc(70 / 640 * 100vw));
  }
  .contribution {
    margin-bottom: 35%;
  }
  .contribution-word-boxTxtBox {
    bottom: 0;
  }
  .contribution-word-boxTxtBox {
    bottom: inherit;
    top: 46vw;
  }
  .company-in {
    padding-bottom: 0;
  }
  .company-ceo-tit {
    padding-left: 0;
    margin-bottom: min(60px, calc(60 / 640 * 100vw));
    font-size: min(34px, calc(34 / 640 * 100vw));
  }
  .company-ceo-titSmall {
    font-size: min(18px, calc(18 / 640 * 100vw));
  }
  .company-ceo-titEn {
    font-size: min(18px, calc(18 / 640 * 100vw));
  }
  .company-info {
    width: 100%;
  }
  .company-info th,
  .company-info td {
    display: block;
    width: 100%;
  }
  .company {
    margin-bottom: min(80px, calc(80 / 640 * 100vw));
  }
  .company-info th {
    padding: min(20px, calc(20 / 640 * 100vw)) 0
      min(10px, calc(20 / 640 * 100vw)) 0;
  }
  .company-info td {
    padding: min(10px, calc(10 / 640 * 100vw)) 0
      min(20px, calc(20 / 640 * 100vw)) 0;
    border-bottom: 1px solid #cccccc;
  }
  .company-info tr:last-child th,
  .company-info tr:last-child td {
    border-bottom: none;
  }
  .company-info-list li::before {
    margin-top: 3.5%;
  }
  .company-map-display {
    padding-top: min(680px, calc(640 / 680 * 100vw));
    margin-bottom: min(50px, calc(50 / 680 * 100vw));
  }
  .company-map-txt {
    padding: min(30px, calc(30 / 680 * 100vw)) var(--narrowPadding);
  }
  .company-map-txtSp {
    text-align: center;
  }
  .company-map-btn {
    font-size: min(28px, calc(28 / 680 * 100vw));
  }
  .faq-list dt {
    padding-left: 0;
    margin-bottom: min(15px, calc(15 / 680 * 100vw));
  }
  .faq-list dd {
    padding-left: 0;
    padding-bottom: min(35px, calc(35 / 680 * 100vw));
    margin-bottom: min(35px, calc(35 / 680 * 100vw));
    font-size: min(20px, calc(20 / 680 * 100vw));
  }
  .contact-txt {
    font-size: min(24px, calc(24 / 680 * 100vw));
  }
  .contact-form-table th,
  .contact-form-table td {
    width: 100%;
    border: none;
  }
  .contact-form-table th {
    display: flex;
    align-items: center;
    gap: min(10px, calc(10 / 680 * 100vw));
  }
  .contact-form-table th::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--keyColor);
  }
  .contact-form-table td {
    display: block;
    padding: 2%;
    border-radius: 6px;
  }
  .contact-form-input {
    font-size: min(20px, calc(20 / 680 * 100vw));
  }
  .contact-form-btnSubmit {
    font-size: min(18px, calc(18 / 680 * 100vw));
    padding: min(20px, calc(20 / 680 * 100vw)) min(70px, calc(70 / 680 * 100vw));
  }
  .footer-info {
    flex-direction: column;
    gap: 5px;
  }
  .footer-info-list {
    flex-direction: column;
    gap: 5px;
  }
}
