@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1 img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  object-position: 50% 50%;
}
h1 .sp {
  display: none;
}
h1 .pc {
  display: block;
}

section {
  max-width: 1080px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
  margin-top: 80px;
}
section h2 {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  padding: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
section p {
  font-size: 18px;
}

.greeting p {
  margin-bottom: 12px;
}

.service {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin: auto;
}
.service .service_box {
  width: 400px;
}
.service .service_box img {
  width: 400px;
}
.service .service_box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 24px;
}
.service .service_box p {
  font-size: 14px;
}

.company {
  /* table01 */
  /* sp */
}
.company_box {
  max-width: 860px;
  display: flex;
  align-items: stretch;
  margin: auto;
}
.company_box_list {
  padding-right: 20px;
  width: 120%;
}
.company_box_map {
  position: relative;
  width: 100%;
  height: auto;
}
.company_box_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.company #table01 tr {
  font-size: 12px;
  text-align: left;
}
.company #table01 th,
.company #table01 td {
  padding: 8px 0;
  font-weight: normal;
  border: none;
}
.company #table01 th {
  width: 20%;
}
@media only screen and (max-width: 681px) {
  .company #table01 th,
  .company #table01 td {
    width: 100%;
    display: block;
  }
  .company #table01 th {
    width: 100%;
  }
  .company #table01 td {
    padding-top: 0;
  }
}

.instagram_wrap {
  display: flex;
}
.instagram_box {
  width: 325px;
  height: 325px;
  position: relative;
  overflow: hidden;
  margin: 8px;
}
.instagram_box_list {
  position: absolute;
  top: -54px;
}
.instagram .more_btn {
  width: 200px;
  border: 1px solid #000;
  padding: 12px 20px;
  margin: 80px auto;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  transition: 0.2s;
}
.instagram .more_btn:hover {
  background: #000;
  color: #fff;
}

.header {
  position: sticky; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  /* ハンバーガーボタン内の線 */
  /* 展開時のデザイン */
  /* メニューのデザイン */
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.header .logo {
  width: 89px;
  margin: 0 20px;
  height: auto;
}
.header .drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
.header .drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.header .drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.header .drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.header .drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
.header .drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.header .drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.header .drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.header .drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  font-size: 20px;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.header .drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.header .drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.header .drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 2rem 1rem;
  border-bottom: solid 1px lightgray;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 40px 0 20px;
}

.contact {
  margin-bottom: 160px;
  /* フォームパーツのデザイン */
}
.contact form {
  width: 80%;
  margin: 0 auto;
}
.contact .form-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f2f4f5;
}
.contact .form-row:last-child {
  border-bottom: none;
}
.contact .form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
.contact .form-label label {
  font-weight: bold;
}
.contact .form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #ff4d00;
}
.contact input, .contact textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.contact select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
.contact button {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 100px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff4d00;
  border: #ff4d00 solid 2px;
  transition: 0.2s;
}
.contact button:hover {
  border: #ff4d00 solid 2px;
  background-color: #fff;
  color: #ff4d00;
}
.contact .end {
  text-align: center;
  font-size: 18px;
  margin: 40px auto;
  font-weight: bold;
  padding: 20px;
  border: solid #ff4d00 2px;
}

@media (max-width: 681px) {
  .header .logo {
    margin-left: 0px;
  }
  h1 img {
    height: auto;
    object-position: 50% 50%;
  }
  h1 .sp {
    display: block;
  }
  h1 .pc {
    display: none;
  }
  .greeting p {
    font-size: 16px;
  }
  .company_box {
    display: block;
  }
  .company_box_map {
    height: 360px;
    margin-top: 30px;
  }
  .company_box_list {
    width: 100%;
  }
  .service {
    display: block;
  }
  .service .service_box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .service .service_box img {
    margin: auto;
  }
  .instagram_wrap {
    display: block;
    width: 340px;
    margin: auto;
  }
  .contact form {
    width: 100%;
    padding: 0;
  }
  .contact .form-row {
    display: block;
  }
  .contact input, .contact textarea {
    width: 100%;
    margin: 12px 0;
  }
  button {
    display: block;
    margin: auto;
  }
}