@charset "utf-8";

/*----------------------------------------------
    BASE
----------------------------------------------*/

:root {
  --color-base: #231815;
  --color-main: #b28f07;
  --color-main-light: #f8e8d1;
  --font-family-base: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-size-base: 15px;
  --font-size-title: 24.5px;
  --max-width-inner: 92%;
  --padding-top-content: 80px;
  --padding-bottom-content: 60px;
  --padding-side-content: 0;
  --width-inner: 1020px;
}

body {
  color: var(--color-base);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 2.4;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .2s all ease-in-out; 
}

a:hover {
  opacity: .7;
  transition: .2s all ease-in-out; 
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 80%;
  vertical-align: super;
}

sub {
  font-size: 80%;
  vertical-align: sub;
}

label {
  font-size: 16px;
}


/*----------------------------------------------
    COMMON(共通)
----------------------------------------------*/

.fs160 {
  font-size: 160%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.pc {
  display: block !important;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

#wrapper {
  overflow: hidden;
}


/*   HEADER   */

#header {
  position: relative;
}

.h-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.25;
  margin: auto;
  max-width: var(--max-width-inner);
  padding: 60px 0 40px;
  width: var(--width-inner);
}

.h-info {
  display: flex;
  align-items: flex-end;
  column-gap: 1.5em;
  flex-shrink: 0;
}

.h-tel {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: .05em;
}

.h-menubtn {
  display: none;
}

.h-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-bottom: 5px;
  width: 172px;
}

.h-nav-btn {
  display: block;
}


/*   MAIN   */

.section {
  overflow: hidden;
  position: relative;
}

.section-inner {
  margin: auto;
  max-width: var(--max-width-inner);
  padding: var(--padding-top-content) var(--padding-side-content) var(--padding-bottom-content);
  width: var(--width-inner);
}

.section-title {
  color: var(--color-main);
  font-size: var(--font-size-title);
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}

.section-text {
  text-align: center;
}

.section2 {
  padding: 60px 0 20px;
}

.section2-title {
  display: flex;
  align-items: center;
  column-gap: 1.5em;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 3em;
}

.section2-title::before,
.section2-title::after {
  content: "";
  border-bottom: 1px solid var(--color-base);
  display: block;
  height: 1px;
  width: 135px;
}

.photo-container {
  display: flex;
  column-gap: 1em;
  justify-content: space-between;
  margin-bottom: 50px;
}

.photo-comparison .photo-container {
  align-items: center;
  flex-wrap: nowrap;
}

.photo-gallery .photo-container {
  flex-wrap: wrap;
  row-gap: 70px;
}

.section2 .photo-comparison:last-child .photo-container,
.section2 .photo-gallery:last-child .photo-container {
  margin-bottom: 0;
}

.photo-box {
  max-width: 464px;
  width: 46%;
}

.photo-arrow {
  padding-bottom: 2.5em;
}

.photo-caption {
  color: var(--color-main);
  margin-top: .5em;
  text-align: center;
}

.cta {
  text-align: center;
}

.cta-text {
  margin-top: 1.5em;
}

/*   FOOTER   */

#footer {
  padding: 20px 0 50px;
  text-align: center;
}


/*----------------------------------------------
    TOP PAGE  .home
----------------------------------------------*/

.mainvisual-image {
  height: auto;
  width: 100%;
}

.home-concept-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1.5em;
  text-align: center;
}

.home-works-business-container {
  text-align: center;
}

.home-works-business-list {
  display: inline-block;
  text-align: left;
}

.home-works-business-list-item::before {
  content: "○";
}

#home-flow {
  padding-top: 40px;
}

.home-flow-wrapper {
  background-color: var(--color-main-light);
  color: #967921;
}

.home-flow-inner {
  margin: auto;
  max-width: var(--max-width-inner);
  padding: 50px var(--padding-side-content) 70px;
  width: var(--width-inner);
}

.home-flow-tagline {
  font-size: var(--font-size-title);
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}

.home-flow-container {
  display: flex;
  column-gap: 1em;
  justify-content: space-between;
}

.home-flow-box {
  flex-shrink: 0;
  max-width: 152px;
  width: 15%;
}

.home-flow-box-icon {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: 1px solid #967921;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 25px;
  width: 100%;
}

.home-flow-box-icon img {
  max-height: 75%;
  max-width: 75%;
}

.home-flow-box-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}

.home-flow-box-text {
  letter-spacing: 0;
  line-height: 1.75;
}

.home-flow-arrow {
  line-height: 0;
  padding-top: 6.5%;
}

.home-company-logo {
  margin-bottom: 40px;
  text-align: center;
}

.home-company-container {
  display: flex;
}

.home-company-table {
  border: 1px solid #000;
  border-collapse: separate;
  width: 50%;
}

.home-company-container .home-company-table:first-of-type {
  border-right: 0;
}

.home-company-table th,
.home-company-table td {
  vertical-align: middle;
}

.home-company-table th {
  background-color: var(--color-main);
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 15px;
  text-align: center;
  width: 18%;
}

.home-company-table td {
  border-bottom: 1px solid #000;
  padding: 15px 25px;
}

.home-company-table tr:last-child th,
.home-company-table tr:last-child td {
  border-bottom: 0;
}

.home-access-map iframe {
  width: 100%;
}


/*----------------------------------------------
    求人情報  .recruit
----------------------------------------------*/

#recruit-job .section-inner {
  padding-top: 0;
}

.recruit-job-table {
  border: 1px solid #333;
  border-collapse: separate;
  margin: auto;
  max-width: 870px;
  width: 100%;
}

.recruit-job-table caption {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: left;
}

.recruit-job-table caption::before {
  content: "■";
  color: var(--color-main)
}

.recruit-job-table th,
.recruit-job-table td {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5;
  vertical-align: middle;
}

.recruit-job-table th {
  background-color: var(--color-main);
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 15px;
  text-align: center;
  width: 25%;
}

.recruit-job-table td {
  border-bottom: 1px solid #333;
  padding: 15px 25px;
}

.recruit-job-table tr:last-child th,
.recruit-job-table tr:last-child td {
  border-bottom: 0;
}


/*----------------------------------------------
    お問い合わせ  .contact
----------------------------------------------*/

.contact-form-container {
  background-color: var(--color-main-light);
  letter-spacing: 0;
  line-height: 1.75;
  padding: 60px;
}

.form-term {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .5em;
}

.form-desc {
  margin-bottom: 1.5em;
}

.form-note {
  color:#333;
  font-size: .9em;
  margin-top: -1em;
  margin-bottom: 1.7em;
  margin-left: 2em;
  text-indent: -1em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #000;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  outline: none;
  padding: 18px;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--color-main);
  border-width: 2px;
}

textarea {
  min-height: 300px;
  width: 100% !important;
}

input[type="submit"],
button {
  cursor: pointer;
  font-family: inherit;
  max-width: 100%;
}

.icon-required {
  background-color: var(--color-main);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-left: 1em;
  padding: 4px 7px;
  vertical-align: 0;
}

.btn-container {
  padding: 50px 0 25px;
  text-align: center;
}

.btn-submit {
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 8px;
  transition: .2s all ease-in-out; 
  width: 300px;
}

.btn-submit:hover {
  background-color: #fff;
  color: var(--color-main);
  transition: .2s all ease-in-out; 
}



/*----------------------------------------------
    @media Tablet 768px - 1080px
----------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .h-inner {
    padding: 30px 0 20px;
  }
  .h-logo img {
    height: auto;
    width: 280px;
  }
  .h-tel {
    font-size: 24px;
  }
  .h-nav {
    row-gap: 5px;
    width: 100px;
  }
  .h-nav-btn img {
    height: auto;
    width: 100px;
  }
  .home-company-table th {
    padding: 15px;
    width: 24%;
  }
  .home-company-table td {
    padding: 15px;
  }
}
