@charset "UTF-8";
/*! style-page.scss */
.staff-box {
  gap: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-box__img {
  aspect-ratio: 1/1;
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.staff-box__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-box__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.staff-box__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #DFDFE0;
}
.staff-box__post {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0 !important;
  padding: 0.1em 1em 0.3em;
  background: #0D9D67;
  color: #fff;
  font-size: 1.0625em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.staff-box__title {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1em 1.2em;
}
.staff-box__name {
  color: #0D9D67;
  font-size: 2em;
  line-height: 1;
}
.staff-box__frigana {
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 2em;
  line-height: 1;
}
.staff-box__frigana::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0.7em;
  color: #a3a3a3;
  font-size: 1.3em;
  content: "/";
}
.staff-box + .staff-box {
  margin-top: 5em;
}

.staff-text {
  padding: 0.5em 0.8em;
  border-bottom: 0.25em solid #f2f2f2;
}

body.category-company .section h2,
body.category-staff .section h2 {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 30px;
  padding: 0.6em 1em 0.7em;
  color: #000;
  font-size: 1.625em;
  font-weight: bold;
}
body.category-company .section h2::after,
body.category-staff .section h2::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.576em;
  background: url("../images/h3_bg_under.png");
  content: "";
}
body.category-company .section h3:not([class]),
body.category-company .section h3:not(.reset),
body.category-staff .section h3:not([class]),
body.category-staff .section h3:not(.reset) {
  margin-top: 4.2em;
  margin-bottom: 30px;
  padding: 0.4em 0.6em;
  border-bottom: 2px solid #0D9D67;
  font-size: 1.375em;
  font-weight: normal;
}

.president-greeting__images {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  gap: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0.5em;
}
.president-greeting__img {
  width: 60%;
  margin-right: 3em;
}
.president-greeting__img img {
  width: 100%;
}
.president-greeting__bnr {
  display: block;
  width: 60%;
  margin-right: 3em;
}
.president-greeting__bnr img {
  width: 100%;
}
.president-greeting__ttl {
  padding-inline: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5em;
}
.sec-philosophy__inner {
  padding: 1em;
}

.philosophy-lead .text {
  font-size: 1.25em;
  line-height: 1.7;
}
.philosophy-lead .from {
  display: block;
  font-size: 0.8em;
  opacity: 0.5;
}

.philosophy-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 2px solid #0D9D67;
  background: #fff;
}
.philosophy-box__ttl {
  padding-block: 0.1em 0.2em;
  background: #0D9D67;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}
.philosophy-box__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 8em;
  padding: 1em;
}
.philosophy-box .common-text {
  line-height: 1.7;
}

.promise-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.promise-list__item {
  padding: 1em;
  background: #0D9D67;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}

.sec-store .store-img {
  margin-inline: auto;
  aspect-ratio: 16/9;
  width: 70%;
}
.sec-store .store-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-store .store-img .u-obj-box {
  width: 100%;
  height: 100%;
  padding-top: unset;
}
.sec-store .half__item {
  width: calc(50% - 0.625rem) !important;
}
.sec-store address {
  font-style: normal;
}
.sec-store .map .u-obj-box {
  height: 100%;
}

.video-box__title {
  margin-top: 0.2941176471em;
  padding-left: 0.5em;
  font-size: 1.0625em;
}
.video-box__text {
  margin-top: 0.625em;
}
.video-box:nth-of-type(n + 3) {
  margin-top: 2em;
}
.video-box .u-obj-box {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.half {
  gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.half__item {
  width: calc(50% - 0.625rem);
}

.two-to-three {
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-to-three__two {
  width: calc(40% - .5em);
}
.two-to-three__three {
  width: calc(60% - .5em);
}

/* --------------------------------------------
  余白
-------------------------------------------- */
.mt_mini {
  margin-top: 1.25rem;
}

.mt_sm {
  margin-top: 1.75rem;
}

.mt_md {
  margin-top: 2.5rem;
}

.mt_lg {
  margin-top: 5rem;
}

.mt_ex-lg {
  margin-top: 7.5rem;
}

/* --------------------------------------------
    確かな技術
-------------------------------------------- */
.skill-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.skill-box__item {
  -webkit-box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.07);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(33.33% - .834rem);
  box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.07);
}
.skill-box__title {
  padding: 0.7em 0.5em 0.8em;
  background: #0D9D67;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}
.skill-box__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5625em 1.875em 1.75em;
  background-color: #fff;
}

.img_general-prize {
  width: 9em;
  margin: auto auto 0;
  padding: 1.5em 0 1em;
}

.img_certification {
  width: 7.875em;
  margin: auto auto 0;
  padding: 1.5em 0 1em;
}

.sec_base {
  padding: 5em 0 0;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f2e89c), color-stop(96%, #f2e89c), color-stop(96%, transparent));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #f2e89c 50%, #f2e89c 96%, transparent 96%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #f2e89c 50%, #f2e89c 96%, transparent 96%);
}

.list_brackets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_brackets dt::before {
  content: "【";
}
.list_brackets dt::after {
  content: "】";
}
.list_brackets dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list_cologne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_cologne dt::after {
  content: "：";
}
.list_cologne dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1900px) {
  /*! style-page.scss */
}
@media screen and (max-width: 1540px) {
  /*! style-page.scss */
}
@media screen and (max-width: 1260px) {
  /*! style-page.scss */
}
@media screen and (max-width: 1100px) {
  /*! style-page.scss */
}
@media screen and (max-width: 768px) {
  /*! style-page.scss */
  .president-greeting__images {
    width: calc(35% - .5em);
  }
  .sec-philosophy__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-philosophy__bottom .half__item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /*! style-page.scss */
  .staff-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: unset;
    flex-direction: column;
  }
  .staff-box__img {
    margin-inline: auto;
    width: 70%;
  }
  .staff-box__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staff-box__post {
    width: 100%;
  }
  .president-greeting__images {
    gap: 1em;
    width: 100%;
    padding-top: unset;
  }
  .president-greeting__img {
    margin-inline: auto;
    width: 50%;
  }
  .president-greeting__bnr {
    margin-inline: auto;
    width: 50%;
  }
  .president-greeting__ttl {
    padding-inline: unset;
    width: 100%;
    padding-top: 0.5em;
    text-align: center;
  }
  .philosophy-lead .text {
    font-size: 1.125em;
  }
  .philosophy-lead .from {
    text-align: center;
  }
  .sec-store .store-img {
    width: 100%;
  }
  .sec-store .half__item {
    width: 100% !important;
  }
  .video-box:nth-of-type(2) {
    margin-top: 2em;
  }
  .video-box .u-obj-box {
    padding-top: unset;
  }
  .half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half__item {
    width: 100%;
  }
  .two-to-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two-to-three__two {
    width: 100%;
  }
  .two-to-three__three {
    width: 100%;
  }
  .mt_mini {
    margin-top: 1rem;
  }
  .mt_sm {
    margin-top: 1.5rem;
  }
  .mt_md {
    margin-top: 2rem;
  }
  .mt_lg {
    margin-top: 3.5rem;
  }
  .mt_ex-lg {
    margin-top: 5rem;
  }
  .skill-box {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 2em;
    flex-direction: column;
    width: 75%;
  }
  .skill-box__item {
    width: 100%;
  }
  .skill-box__title {
    padding: 0.5em 0.5em 0.6em;
    font-size: 1.2em;
  }
  .skill-box__body {
    padding: 1.2em 1.3em 1.35em;
    font-size: 0.9em;
  }
  .sec_base {
    padding: 3.5em 0 0;
  }
  .list_brackets.sp {
    display: block;
  }
  .list_cologne.sp {
    display: block;
  }
}